@aws-sdk/client-iot-events 3.289.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 (27) hide show
  1. package/dist-types/commands/CreateAlarmModelCommand.d.ts +22 -0
  2. package/dist-types/commands/CreateDetectorModelCommand.d.ts +22 -0
  3. package/dist-types/commands/CreateInputCommand.d.ts +16 -0
  4. package/dist-types/commands/DeleteAlarmModelCommand.d.ts +19 -0
  5. package/dist-types/commands/DeleteDetectorModelCommand.d.ts +19 -0
  6. package/dist-types/commands/DeleteInputCommand.d.ts +19 -0
  7. package/dist-types/commands/DescribeAlarmModelCommand.d.ts +16 -0
  8. package/dist-types/commands/DescribeDetectorModelAnalysisCommand.d.ts +16 -0
  9. package/dist-types/commands/DescribeDetectorModelCommand.d.ts +16 -0
  10. package/dist-types/commands/DescribeInputCommand.d.ts +16 -0
  11. package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +19 -0
  12. package/dist-types/commands/GetDetectorModelAnalysisResultsCommand.d.ts +16 -0
  13. package/dist-types/commands/ListAlarmModelVersionsCommand.d.ts +16 -0
  14. package/dist-types/commands/ListAlarmModelsCommand.d.ts +13 -0
  15. package/dist-types/commands/ListDetectorModelVersionsCommand.d.ts +16 -0
  16. package/dist-types/commands/ListDetectorModelsCommand.d.ts +13 -0
  17. package/dist-types/commands/ListInputRoutingsCommand.d.ts +16 -0
  18. package/dist-types/commands/ListInputsCommand.d.ts +13 -0
  19. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  20. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +19 -0
  21. package/dist-types/commands/StartDetectorModelAnalysisCommand.d.ts +16 -0
  22. package/dist-types/commands/TagResourceCommand.d.ts +19 -0
  23. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  24. package/dist-types/commands/UpdateAlarmModelCommand.d.ts +19 -0
  25. package/dist-types/commands/UpdateDetectorModelCommand.d.ts +19 -0
  26. package/dist-types/commands/UpdateInputCommand.d.ts +19 -0
  27. package/package.json +29 -29
@@ -31,6 +31,28 @@ export interface CreateAlarmModelCommandOutput extends CreateAlarmModelResponse,
31
31
  * @see {@link CreateAlarmModelCommandOutput} for command's `response` shape.
32
32
  * @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalFailureException} (server fault)
35
+ * <p>An internal failure occurred.</p>
36
+ *
37
+ * @throws {@link InvalidRequestException} (client fault)
38
+ * <p>The request was invalid.</p>
39
+ *
40
+ * @throws {@link LimitExceededException} (client fault)
41
+ * <p>A limit was exceeded.</p>
42
+ *
43
+ * @throws {@link ResourceAlreadyExistsException} (client fault)
44
+ * <p>The resource already exists.</p>
45
+ *
46
+ * @throws {@link ResourceInUseException} (client fault)
47
+ * <p>The resource is in use.</p>
48
+ *
49
+ * @throws {@link ServiceUnavailableException} (server fault)
50
+ * <p>The service is currently unavailable.</p>
51
+ *
52
+ * @throws {@link ThrottlingException} (client fault)
53
+ * <p>The request could not be completed due to throttling.</p>
54
+ *
55
+ *
34
56
  */
35
57
  export declare class CreateAlarmModelCommand extends $Command<CreateAlarmModelCommandInput, CreateAlarmModelCommandOutput, IoTEventsClientResolvedConfig> {
36
58
  readonly input: CreateAlarmModelCommandInput;
@@ -29,6 +29,28 @@ export interface CreateDetectorModelCommandOutput extends CreateDetectorModelRes
29
29
  * @see {@link CreateDetectorModelCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalFailureException} (server fault)
33
+ * <p>An internal failure occurred.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>The request was invalid.</p>
37
+ *
38
+ * @throws {@link LimitExceededException} (client fault)
39
+ * <p>A limit was exceeded.</p>
40
+ *
41
+ * @throws {@link ResourceAlreadyExistsException} (client fault)
42
+ * <p>The resource already exists.</p>
43
+ *
44
+ * @throws {@link ResourceInUseException} (client fault)
45
+ * <p>The resource is in use.</p>
46
+ *
47
+ * @throws {@link ServiceUnavailableException} (server fault)
48
+ * <p>The service is currently unavailable.</p>
49
+ *
50
+ * @throws {@link ThrottlingException} (client fault)
51
+ * <p>The request could not be completed due to throttling.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class CreateDetectorModelCommand extends $Command<CreateDetectorModelCommandInput, CreateDetectorModelCommandOutput, IoTEventsClientResolvedConfig> {
34
56
  readonly input: CreateDetectorModelCommandInput;
@@ -29,6 +29,22 @@ export interface CreateInputCommandOutput extends CreateInputResponse, __Metadat
29
29
  * @see {@link CreateInputCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalFailureException} (server fault)
33
+ * <p>An internal failure occurred.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>The request was invalid.</p>
37
+ *
38
+ * @throws {@link ResourceAlreadyExistsException} (client fault)
39
+ * <p>The resource already exists.</p>
40
+ *
41
+ * @throws {@link ServiceUnavailableException} (server fault)
42
+ * <p>The service is currently unavailable.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request could not be completed due to throttling.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class CreateInputCommand extends $Command<CreateInputCommandInput, CreateInputCommandOutput, IoTEventsClientResolvedConfig> {
34
50
  readonly input: CreateInputCommandInput;
@@ -30,6 +30,25 @@ export interface DeleteAlarmModelCommandOutput extends DeleteAlarmModelResponse,
30
30
  * @see {@link DeleteAlarmModelCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalFailureException} (server fault)
34
+ * <p>An internal failure occurred.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request was invalid.</p>
38
+ *
39
+ * @throws {@link ResourceInUseException} (client fault)
40
+ * <p>The resource is in use.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>The resource was not found.</p>
44
+ *
45
+ * @throws {@link ServiceUnavailableException} (server fault)
46
+ * <p>The service is currently unavailable.</p>
47
+ *
48
+ * @throws {@link ThrottlingException} (client fault)
49
+ * <p>The request could not be completed due to throttling.</p>
50
+ *
51
+ *
33
52
  */
34
53
  export declare class DeleteAlarmModelCommand extends $Command<DeleteAlarmModelCommandInput, DeleteAlarmModelCommandOutput, IoTEventsClientResolvedConfig> {
35
54
  readonly input: DeleteAlarmModelCommandInput;
@@ -30,6 +30,25 @@ export interface DeleteDetectorModelCommandOutput extends DeleteDetectorModelRes
30
30
  * @see {@link DeleteDetectorModelCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalFailureException} (server fault)
34
+ * <p>An internal failure occurred.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request was invalid.</p>
38
+ *
39
+ * @throws {@link ResourceInUseException} (client fault)
40
+ * <p>The resource is in use.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>The resource was not found.</p>
44
+ *
45
+ * @throws {@link ServiceUnavailableException} (server fault)
46
+ * <p>The service is currently unavailable.</p>
47
+ *
48
+ * @throws {@link ThrottlingException} (client fault)
49
+ * <p>The request could not be completed due to throttling.</p>
50
+ *
51
+ *
33
52
  */
34
53
  export declare class DeleteDetectorModelCommand extends $Command<DeleteDetectorModelCommandInput, DeleteDetectorModelCommandOutput, IoTEventsClientResolvedConfig> {
35
54
  readonly input: DeleteDetectorModelCommandInput;
@@ -29,6 +29,25 @@ export interface DeleteInputCommandOutput extends DeleteInputResponse, __Metadat
29
29
  * @see {@link DeleteInputCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalFailureException} (server fault)
33
+ * <p>An internal failure occurred.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>The request was invalid.</p>
37
+ *
38
+ * @throws {@link ResourceInUseException} (client fault)
39
+ * <p>The resource is in use.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The resource was not found.</p>
43
+ *
44
+ * @throws {@link ServiceUnavailableException} (server fault)
45
+ * <p>The service is currently unavailable.</p>
46
+ *
47
+ * @throws {@link ThrottlingException} (client fault)
48
+ * <p>The request could not be completed due to throttling.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class DeleteInputCommand extends $Command<DeleteInputCommandInput, DeleteInputCommandOutput, IoTEventsClientResolvedConfig> {
34
53
  readonly input: DeleteInputCommandInput;
@@ -30,6 +30,22 @@ export interface DescribeAlarmModelCommandOutput extends DescribeAlarmModelRespo
30
30
  * @see {@link DescribeAlarmModelCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalFailureException} (server fault)
34
+ * <p>An internal failure occurred.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request was invalid.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource was not found.</p>
41
+ *
42
+ * @throws {@link ServiceUnavailableException} (server fault)
43
+ * <p>The service is currently unavailable.</p>
44
+ *
45
+ * @throws {@link ThrottlingException} (client fault)
46
+ * <p>The request could not be completed due to throttling.</p>
47
+ *
48
+ *
33
49
  */
34
50
  export declare class DescribeAlarmModelCommand extends $Command<DescribeAlarmModelCommandInput, DescribeAlarmModelCommandOutput, IoTEventsClientResolvedConfig> {
35
51
  readonly input: DescribeAlarmModelCommandInput;
@@ -32,6 +32,22 @@ export interface DescribeDetectorModelAnalysisCommandOutput extends DescribeDete
32
32
  * @see {@link DescribeDetectorModelAnalysisCommandOutput} for command's `response` shape.
33
33
  * @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalFailureException} (server fault)
36
+ * <p>An internal failure occurred.</p>
37
+ *
38
+ * @throws {@link InvalidRequestException} (client fault)
39
+ * <p>The request was invalid.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The resource was not found.</p>
43
+ *
44
+ * @throws {@link ServiceUnavailableException} (server fault)
45
+ * <p>The service is currently unavailable.</p>
46
+ *
47
+ * @throws {@link ThrottlingException} (client fault)
48
+ * <p>The request could not be completed due to throttling.</p>
49
+ *
50
+ *
35
51
  */
36
52
  export declare class DescribeDetectorModelAnalysisCommand extends $Command<DescribeDetectorModelAnalysisCommandInput, DescribeDetectorModelAnalysisCommandOutput, IoTEventsClientResolvedConfig> {
37
53
  readonly input: DescribeDetectorModelAnalysisCommandInput;
@@ -30,6 +30,22 @@ export interface DescribeDetectorModelCommandOutput extends DescribeDetectorMode
30
30
  * @see {@link DescribeDetectorModelCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalFailureException} (server fault)
34
+ * <p>An internal failure occurred.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request was invalid.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource was not found.</p>
41
+ *
42
+ * @throws {@link ServiceUnavailableException} (server fault)
43
+ * <p>The service is currently unavailable.</p>
44
+ *
45
+ * @throws {@link ThrottlingException} (client fault)
46
+ * <p>The request could not be completed due to throttling.</p>
47
+ *
48
+ *
33
49
  */
34
50
  export declare class DescribeDetectorModelCommand extends $Command<DescribeDetectorModelCommandInput, DescribeDetectorModelCommandOutput, IoTEventsClientResolvedConfig> {
35
51
  readonly input: DescribeDetectorModelCommandInput;
@@ -29,6 +29,22 @@ export interface DescribeInputCommandOutput extends DescribeInputResponse, __Met
29
29
  * @see {@link DescribeInputCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalFailureException} (server fault)
33
+ * <p>An internal failure occurred.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>The request was invalid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource was not found.</p>
40
+ *
41
+ * @throws {@link ServiceUnavailableException} (server fault)
42
+ * <p>The service is currently unavailable.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request could not be completed due to throttling.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class DescribeInputCommand extends $Command<DescribeInputCommandInput, DescribeInputCommandOutput, IoTEventsClientResolvedConfig> {
34
50
  readonly input: DescribeInputCommandInput;
@@ -29,6 +29,25 @@ export interface DescribeLoggingOptionsCommandOutput extends DescribeLoggingOpti
29
29
  * @see {@link DescribeLoggingOptionsCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalFailureException} (server fault)
33
+ * <p>An internal failure occurred.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>The request was invalid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource was not found.</p>
40
+ *
41
+ * @throws {@link ServiceUnavailableException} (server fault)
42
+ * <p>The service is currently unavailable.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request could not be completed due to throttling.</p>
46
+ *
47
+ * @throws {@link UnsupportedOperationException} (server fault)
48
+ * <p>The requested operation is not supported.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class DescribeLoggingOptionsCommand extends $Command<DescribeLoggingOptionsCommandInput, DescribeLoggingOptionsCommandOutput, IoTEventsClientResolvedConfig> {
34
53
  readonly input: DescribeLoggingOptionsCommandInput;
@@ -32,6 +32,22 @@ export interface GetDetectorModelAnalysisResultsCommandOutput extends GetDetecto
32
32
  * @see {@link GetDetectorModelAnalysisResultsCommandOutput} for command's `response` shape.
33
33
  * @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalFailureException} (server fault)
36
+ * <p>An internal failure occurred.</p>
37
+ *
38
+ * @throws {@link InvalidRequestException} (client fault)
39
+ * <p>The request was invalid.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The resource was not found.</p>
43
+ *
44
+ * @throws {@link ServiceUnavailableException} (server fault)
45
+ * <p>The service is currently unavailable.</p>
46
+ *
47
+ * @throws {@link ThrottlingException} (client fault)
48
+ * <p>The request could not be completed due to throttling.</p>
49
+ *
50
+ *
35
51
  */
36
52
  export declare class GetDetectorModelAnalysisResultsCommand extends $Command<GetDetectorModelAnalysisResultsCommandInput, GetDetectorModelAnalysisResultsCommandOutput, IoTEventsClientResolvedConfig> {
37
53
  readonly input: GetDetectorModelAnalysisResultsCommandInput;
@@ -30,6 +30,22 @@ export interface ListAlarmModelVersionsCommandOutput extends ListAlarmModelVersi
30
30
  * @see {@link ListAlarmModelVersionsCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalFailureException} (server fault)
34
+ * <p>An internal failure occurred.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request was invalid.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource was not found.</p>
41
+ *
42
+ * @throws {@link ServiceUnavailableException} (server fault)
43
+ * <p>The service is currently unavailable.</p>
44
+ *
45
+ * @throws {@link ThrottlingException} (client fault)
46
+ * <p>The request could not be completed due to throttling.</p>
47
+ *
48
+ *
33
49
  */
34
50
  export declare class ListAlarmModelVersionsCommand extends $Command<ListAlarmModelVersionsCommandInput, ListAlarmModelVersionsCommandOutput, IoTEventsClientResolvedConfig> {
35
51
  readonly input: ListAlarmModelVersionsCommandInput;
@@ -30,6 +30,19 @@ export interface ListAlarmModelsCommandOutput extends ListAlarmModelsResponse, _
30
30
  * @see {@link ListAlarmModelsCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalFailureException} (server fault)
34
+ * <p>An internal failure occurred.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request was invalid.</p>
38
+ *
39
+ * @throws {@link ServiceUnavailableException} (server fault)
40
+ * <p>The service is currently unavailable.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>The request could not be completed due to throttling.</p>
44
+ *
45
+ *
33
46
  */
34
47
  export declare class ListAlarmModelsCommand extends $Command<ListAlarmModelsCommandInput, ListAlarmModelsCommandOutput, IoTEventsClientResolvedConfig> {
35
48
  readonly input: ListAlarmModelsCommandInput;
@@ -30,6 +30,22 @@ export interface ListDetectorModelVersionsCommandOutput extends ListDetectorMode
30
30
  * @see {@link ListDetectorModelVersionsCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalFailureException} (server fault)
34
+ * <p>An internal failure occurred.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request was invalid.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource was not found.</p>
41
+ *
42
+ * @throws {@link ServiceUnavailableException} (server fault)
43
+ * <p>The service is currently unavailable.</p>
44
+ *
45
+ * @throws {@link ThrottlingException} (client fault)
46
+ * <p>The request could not be completed due to throttling.</p>
47
+ *
48
+ *
33
49
  */
34
50
  export declare class ListDetectorModelVersionsCommand extends $Command<ListDetectorModelVersionsCommandInput, ListDetectorModelVersionsCommandOutput, IoTEventsClientResolvedConfig> {
35
51
  readonly input: ListDetectorModelVersionsCommandInput;
@@ -30,6 +30,19 @@ export interface ListDetectorModelsCommandOutput extends ListDetectorModelsRespo
30
30
  * @see {@link ListDetectorModelsCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalFailureException} (server fault)
34
+ * <p>An internal failure occurred.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request was invalid.</p>
38
+ *
39
+ * @throws {@link ServiceUnavailableException} (server fault)
40
+ * <p>The service is currently unavailable.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>The request could not be completed due to throttling.</p>
44
+ *
45
+ *
33
46
  */
34
47
  export declare class ListDetectorModelsCommand extends $Command<ListDetectorModelsCommandInput, ListDetectorModelsCommandOutput, IoTEventsClientResolvedConfig> {
35
48
  readonly input: ListDetectorModelsCommandInput;
@@ -31,6 +31,22 @@ export interface ListInputRoutingsCommandOutput extends ListInputRoutingsRespons
31
31
  * @see {@link ListInputRoutingsCommandOutput} for command's `response` shape.
32
32
  * @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalFailureException} (server fault)
35
+ * <p>An internal failure occurred.</p>
36
+ *
37
+ * @throws {@link InvalidRequestException} (client fault)
38
+ * <p>The request was invalid.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>The resource was not found.</p>
42
+ *
43
+ * @throws {@link ServiceUnavailableException} (server fault)
44
+ * <p>The service is currently unavailable.</p>
45
+ *
46
+ * @throws {@link ThrottlingException} (client fault)
47
+ * <p>The request could not be completed due to throttling.</p>
48
+ *
49
+ *
34
50
  */
35
51
  export declare class ListInputRoutingsCommand extends $Command<ListInputRoutingsCommandInput, ListInputRoutingsCommandOutput, IoTEventsClientResolvedConfig> {
36
52
  readonly input: ListInputRoutingsCommandInput;
@@ -29,6 +29,19 @@ export interface ListInputsCommandOutput extends ListInputsResponse, __MetadataB
29
29
  * @see {@link ListInputsCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalFailureException} (server fault)
33
+ * <p>An internal failure occurred.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>The request was invalid.</p>
37
+ *
38
+ * @throws {@link ServiceUnavailableException} (server fault)
39
+ * <p>The service is currently unavailable.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The request could not be completed due to throttling.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListInputsCommand extends $Command<ListInputsCommandInput, ListInputsCommandOutput, IoTEventsClientResolvedConfig> {
34
47
  readonly input: ListInputsCommandInput;
@@ -29,6 +29,22 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
29
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalFailureException} (server fault)
33
+ * <p>An internal failure occurred.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>The request was invalid.</p>
37
+ *
38
+ * @throws {@link ResourceInUseException} (client fault)
39
+ * <p>The resource is in use.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The resource was not found.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request could not be completed due to throttling.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTEventsClientResolvedConfig> {
34
50
  readonly input: ListTagsForResourceCommandInput;
@@ -33,6 +33,25 @@ export interface PutLoggingOptionsCommandOutput extends __MetadataBearer {
33
33
  * @see {@link PutLoggingOptionsCommandOutput} for command's `response` shape.
34
34
  * @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
35
35
  *
36
+ * @throws {@link InternalFailureException} (server fault)
37
+ * <p>An internal failure occurred.</p>
38
+ *
39
+ * @throws {@link InvalidRequestException} (client fault)
40
+ * <p>The request was invalid.</p>
41
+ *
42
+ * @throws {@link ResourceInUseException} (client fault)
43
+ * <p>The resource is in use.</p>
44
+ *
45
+ * @throws {@link ServiceUnavailableException} (server fault)
46
+ * <p>The service is currently unavailable.</p>
47
+ *
48
+ * @throws {@link ThrottlingException} (client fault)
49
+ * <p>The request could not be completed due to throttling.</p>
50
+ *
51
+ * @throws {@link UnsupportedOperationException} (server fault)
52
+ * <p>The requested operation is not supported.</p>
53
+ *
54
+ *
36
55
  */
37
56
  export declare class PutLoggingOptionsCommand extends $Command<PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput, IoTEventsClientResolvedConfig> {
38
57
  readonly input: PutLoggingOptionsCommandInput;
@@ -31,6 +31,22 @@ export interface StartDetectorModelAnalysisCommandOutput extends StartDetectorMo
31
31
  * @see {@link StartDetectorModelAnalysisCommandOutput} for command's `response` shape.
32
32
  * @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalFailureException} (server fault)
35
+ * <p>An internal failure occurred.</p>
36
+ *
37
+ * @throws {@link InvalidRequestException} (client fault)
38
+ * <p>The request was invalid.</p>
39
+ *
40
+ * @throws {@link LimitExceededException} (client fault)
41
+ * <p>A limit was exceeded.</p>
42
+ *
43
+ * @throws {@link ServiceUnavailableException} (server fault)
44
+ * <p>The service is currently unavailable.</p>
45
+ *
46
+ * @throws {@link ThrottlingException} (client fault)
47
+ * <p>The request could not be completed due to throttling.</p>
48
+ *
49
+ *
34
50
  */
35
51
  export declare class StartDetectorModelAnalysisCommand extends $Command<StartDetectorModelAnalysisCommandInput, StartDetectorModelAnalysisCommandOutput, IoTEventsClientResolvedConfig> {
36
52
  readonly input: StartDetectorModelAnalysisCommandInput;
@@ -30,6 +30,25 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
30
30
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalFailureException} (server fault)
34
+ * <p>An internal failure occurred.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request was invalid.</p>
38
+ *
39
+ * @throws {@link LimitExceededException} (client fault)
40
+ * <p>A limit was exceeded.</p>
41
+ *
42
+ * @throws {@link ResourceInUseException} (client fault)
43
+ * <p>The resource is in use.</p>
44
+ *
45
+ * @throws {@link ResourceNotFoundException} (client fault)
46
+ * <p>The resource was not found.</p>
47
+ *
48
+ * @throws {@link ThrottlingException} (client fault)
49
+ * <p>The request could not be completed due to throttling.</p>
50
+ *
51
+ *
33
52
  */
34
53
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, IoTEventsClientResolvedConfig> {
35
54
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,22 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
29
29
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalFailureException} (server fault)
33
+ * <p>An internal failure occurred.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>The request was invalid.</p>
37
+ *
38
+ * @throws {@link ResourceInUseException} (client fault)
39
+ * <p>The resource is in use.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The resource was not found.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request could not be completed due to throttling.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, IoTEventsClientResolvedConfig> {
34
50
  readonly input: UntagResourceCommandInput;
@@ -30,6 +30,25 @@ export interface UpdateAlarmModelCommandOutput extends UpdateAlarmModelResponse,
30
30
  * @see {@link UpdateAlarmModelCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalFailureException} (server fault)
34
+ * <p>An internal failure occurred.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request was invalid.</p>
38
+ *
39
+ * @throws {@link ResourceInUseException} (client fault)
40
+ * <p>The resource is in use.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>The resource was not found.</p>
44
+ *
45
+ * @throws {@link ServiceUnavailableException} (server fault)
46
+ * <p>The service is currently unavailable.</p>
47
+ *
48
+ * @throws {@link ThrottlingException} (client fault)
49
+ * <p>The request could not be completed due to throttling.</p>
50
+ *
51
+ *
33
52
  */
34
53
  export declare class UpdateAlarmModelCommand extends $Command<UpdateAlarmModelCommandInput, UpdateAlarmModelCommandOutput, IoTEventsClientResolvedConfig> {
35
54
  readonly input: UpdateAlarmModelCommandInput;
@@ -30,6 +30,25 @@ export interface UpdateDetectorModelCommandOutput extends UpdateDetectorModelRes
30
30
  * @see {@link UpdateDetectorModelCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalFailureException} (server fault)
34
+ * <p>An internal failure occurred.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request was invalid.</p>
38
+ *
39
+ * @throws {@link ResourceInUseException} (client fault)
40
+ * <p>The resource is in use.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>The resource was not found.</p>
44
+ *
45
+ * @throws {@link ServiceUnavailableException} (server fault)
46
+ * <p>The service is currently unavailable.</p>
47
+ *
48
+ * @throws {@link ThrottlingException} (client fault)
49
+ * <p>The request could not be completed due to throttling.</p>
50
+ *
51
+ *
33
52
  */
34
53
  export declare class UpdateDetectorModelCommand extends $Command<UpdateDetectorModelCommandInput, UpdateDetectorModelCommandOutput, IoTEventsClientResolvedConfig> {
35
54
  readonly input: UpdateDetectorModelCommandInput;
@@ -29,6 +29,25 @@ export interface UpdateInputCommandOutput extends UpdateInputResponse, __Metadat
29
29
  * @see {@link UpdateInputCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalFailureException} (server fault)
33
+ * <p>An internal failure occurred.</p>
34
+ *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>The request was invalid.</p>
37
+ *
38
+ * @throws {@link ResourceInUseException} (client fault)
39
+ * <p>The resource is in use.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The resource was not found.</p>
43
+ *
44
+ * @throws {@link ServiceUnavailableException} (server fault)
45
+ * <p>The service is currently unavailable.</p>
46
+ *
47
+ * @throws {@link ThrottlingException} (client fault)
48
+ * <p>The request could not be completed due to throttling.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class UpdateInputCommand extends $Command<UpdateInputCommandInput, UpdateInputCommandOutput, IoTEventsClientResolvedConfig> {
34
53
  readonly input: UpdateInputCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iot-events",
3
3
  "description": "AWS SDK for JavaScript Iot Events Client for Node.js, Browser and React Native",
4
- "version": "3.289.0",
4
+ "version": "3.290.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,37 +20,37 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.289.0",
24
- "@aws-sdk/config-resolver": "3.289.0",
25
- "@aws-sdk/credential-provider-node": "3.289.0",
26
- "@aws-sdk/fetch-http-handler": "3.289.0",
27
- "@aws-sdk/hash-node": "3.289.0",
28
- "@aws-sdk/invalid-dependency": "3.289.0",
29
- "@aws-sdk/middleware-content-length": "3.289.0",
30
- "@aws-sdk/middleware-endpoint": "3.289.0",
31
- "@aws-sdk/middleware-host-header": "3.289.0",
32
- "@aws-sdk/middleware-logger": "3.289.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.289.0",
34
- "@aws-sdk/middleware-retry": "3.289.0",
35
- "@aws-sdk/middleware-serde": "3.289.0",
36
- "@aws-sdk/middleware-signing": "3.289.0",
37
- "@aws-sdk/middleware-stack": "3.289.0",
38
- "@aws-sdk/middleware-user-agent": "3.289.0",
39
- "@aws-sdk/node-config-provider": "3.289.0",
40
- "@aws-sdk/node-http-handler": "3.289.0",
41
- "@aws-sdk/protocol-http": "3.289.0",
42
- "@aws-sdk/smithy-client": "3.289.0",
43
- "@aws-sdk/types": "3.289.0",
44
- "@aws-sdk/url-parser": "3.289.0",
23
+ "@aws-sdk/client-sts": "3.290.0",
24
+ "@aws-sdk/config-resolver": "3.290.0",
25
+ "@aws-sdk/credential-provider-node": "3.290.0",
26
+ "@aws-sdk/fetch-http-handler": "3.290.0",
27
+ "@aws-sdk/hash-node": "3.290.0",
28
+ "@aws-sdk/invalid-dependency": "3.290.0",
29
+ "@aws-sdk/middleware-content-length": "3.290.0",
30
+ "@aws-sdk/middleware-endpoint": "3.290.0",
31
+ "@aws-sdk/middleware-host-header": "3.290.0",
32
+ "@aws-sdk/middleware-logger": "3.290.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.290.0",
34
+ "@aws-sdk/middleware-retry": "3.290.0",
35
+ "@aws-sdk/middleware-serde": "3.290.0",
36
+ "@aws-sdk/middleware-signing": "3.290.0",
37
+ "@aws-sdk/middleware-stack": "3.290.0",
38
+ "@aws-sdk/middleware-user-agent": "3.290.0",
39
+ "@aws-sdk/node-config-provider": "3.290.0",
40
+ "@aws-sdk/node-http-handler": "3.290.0",
41
+ "@aws-sdk/protocol-http": "3.290.0",
42
+ "@aws-sdk/smithy-client": "3.290.0",
43
+ "@aws-sdk/types": "3.290.0",
44
+ "@aws-sdk/url-parser": "3.290.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.289.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.289.0",
50
- "@aws-sdk/util-endpoints": "3.289.0",
51
- "@aws-sdk/util-retry": "3.289.0",
52
- "@aws-sdk/util-user-agent-browser": "3.289.0",
53
- "@aws-sdk/util-user-agent-node": "3.289.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.290.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.290.0",
50
+ "@aws-sdk/util-endpoints": "3.290.0",
51
+ "@aws-sdk/util-retry": "3.290.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.290.0",
53
+ "@aws-sdk/util-user-agent-node": "3.290.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "tslib": "^2.3.1"
56
56
  },