@aws-sdk/client-iot-events-data 3.52.0 → 3.53.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/CHANGELOG.md +11 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/IoTEventsDataServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +68 -2
- package/dist-cjs/protocols/Aws_restJson1.js +138 -440
- package/dist-es/index.js +1 -0
- package/dist-es/models/IoTEventsDataServiceException.js +12 -0
- package/dist-es/models/models_0.js +62 -1
- package/dist-es/protocols/Aws_restJson1.js +265 -490
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/IoTEventsDataServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +27 -26
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/IoTEventsDataServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +22 -21
- package/package.json +25 -25
package/dist-types/index.d.ts
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
|
+
/**
|
|
3
|
+
* Base exception class for all service exceptions from IoTEventsData service.
|
|
4
|
+
*/
|
|
5
|
+
export declare class IoTEventsDataServiceException extends __ServiceException {
|
|
6
|
+
/**
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
9
|
+
constructor(options: __ServiceExceptionOptions);
|
|
10
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { IoTEventsDataServiceException as __BaseException } from "./IoTEventsDataServiceException";
|
|
2
3
|
/**
|
|
3
4
|
* <p>Contains the configuration information of an acknowledge action.</p>
|
|
4
5
|
*/
|
|
@@ -525,46 +526,46 @@ export declare namespace BatchAcknowledgeAlarmResponse {
|
|
|
525
526
|
/**
|
|
526
527
|
* <p>An internal failure occurred.</p>
|
|
527
528
|
*/
|
|
528
|
-
export
|
|
529
|
-
name: "InternalFailureException";
|
|
530
|
-
$fault: "server";
|
|
529
|
+
export declare class InternalFailureException extends __BaseException {
|
|
530
|
+
readonly name: "InternalFailureException";
|
|
531
|
+
readonly $fault: "server";
|
|
531
532
|
/**
|
|
532
|
-
*
|
|
533
|
+
* @internal
|
|
533
534
|
*/
|
|
534
|
-
|
|
535
|
+
constructor(opts: __ExceptionOptionType<InternalFailureException, __BaseException>);
|
|
535
536
|
}
|
|
536
537
|
/**
|
|
537
538
|
* <p>The request was invalid.</p>
|
|
538
539
|
*/
|
|
539
|
-
export
|
|
540
|
-
name: "InvalidRequestException";
|
|
541
|
-
$fault: "client";
|
|
540
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
541
|
+
readonly name: "InvalidRequestException";
|
|
542
|
+
readonly $fault: "client";
|
|
542
543
|
/**
|
|
543
|
-
*
|
|
544
|
+
* @internal
|
|
544
545
|
*/
|
|
545
|
-
|
|
546
|
+
constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
|
|
546
547
|
}
|
|
547
548
|
/**
|
|
548
549
|
* <p>The service is currently unavailable.</p>
|
|
549
550
|
*/
|
|
550
|
-
export
|
|
551
|
-
name: "ServiceUnavailableException";
|
|
552
|
-
$fault: "server";
|
|
551
|
+
export declare class ServiceUnavailableException extends __BaseException {
|
|
552
|
+
readonly name: "ServiceUnavailableException";
|
|
553
|
+
readonly $fault: "server";
|
|
553
554
|
/**
|
|
554
|
-
*
|
|
555
|
+
* @internal
|
|
555
556
|
*/
|
|
556
|
-
|
|
557
|
+
constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
|
|
557
558
|
}
|
|
558
559
|
/**
|
|
559
560
|
* <p>The request could not be completed due to throttling.</p>
|
|
560
561
|
*/
|
|
561
|
-
export
|
|
562
|
-
name: "ThrottlingException";
|
|
563
|
-
$fault: "client";
|
|
562
|
+
export declare class ThrottlingException extends __BaseException {
|
|
563
|
+
readonly name: "ThrottlingException";
|
|
564
|
+
readonly $fault: "client";
|
|
564
565
|
/**
|
|
565
|
-
*
|
|
566
|
+
* @internal
|
|
566
567
|
*/
|
|
567
|
-
|
|
568
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
568
569
|
}
|
|
569
570
|
/**
|
|
570
571
|
* <p>Information used to disable the alarm.</p>
|
|
@@ -1049,13 +1050,13 @@ export declare namespace DescribeAlarmResponse {
|
|
|
1049
1050
|
/**
|
|
1050
1051
|
* <p>The resource was not found.</p>
|
|
1051
1052
|
*/
|
|
1052
|
-
export
|
|
1053
|
-
name: "ResourceNotFoundException";
|
|
1054
|
-
$fault: "client";
|
|
1053
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
1054
|
+
readonly name: "ResourceNotFoundException";
|
|
1055
|
+
readonly $fault: "client";
|
|
1055
1056
|
/**
|
|
1056
|
-
*
|
|
1057
|
+
* @internal
|
|
1057
1058
|
*/
|
|
1058
|
-
|
|
1059
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
1059
1060
|
}
|
|
1060
1061
|
export interface DescribeDetectorRequest {
|
|
1061
1062
|
/**
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
|
+
|
|
3
|
+
export declare class IoTEventsDataServiceException extends __ServiceException {
|
|
4
|
+
|
|
5
|
+
constructor(options: __ServiceExceptionOptions);
|
|
6
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { IoTEventsDataServiceException as __BaseException } from "./IoTEventsDataServiceException";
|
|
2
3
|
|
|
3
4
|
export interface AcknowledgeActionConfiguration {
|
|
4
5
|
|
|
@@ -243,32 +244,32 @@ export declare namespace BatchAcknowledgeAlarmResponse {
|
|
|
243
244
|
const filterSensitiveLog: (obj: BatchAcknowledgeAlarmResponse) => any;
|
|
244
245
|
}
|
|
245
246
|
|
|
246
|
-
export
|
|
247
|
-
name: "InternalFailureException";
|
|
248
|
-
$fault: "server";
|
|
247
|
+
export declare class InternalFailureException extends __BaseException {
|
|
248
|
+
readonly name: "InternalFailureException";
|
|
249
|
+
readonly $fault: "server";
|
|
249
250
|
|
|
250
|
-
|
|
251
|
+
constructor(opts: __ExceptionOptionType<InternalFailureException, __BaseException>);
|
|
251
252
|
}
|
|
252
253
|
|
|
253
|
-
export
|
|
254
|
-
name: "InvalidRequestException";
|
|
255
|
-
$fault: "client";
|
|
254
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
255
|
+
readonly name: "InvalidRequestException";
|
|
256
|
+
readonly $fault: "client";
|
|
256
257
|
|
|
257
|
-
|
|
258
|
+
constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
|
|
258
259
|
}
|
|
259
260
|
|
|
260
|
-
export
|
|
261
|
-
name: "ServiceUnavailableException";
|
|
262
|
-
$fault: "server";
|
|
261
|
+
export declare class ServiceUnavailableException extends __BaseException {
|
|
262
|
+
readonly name: "ServiceUnavailableException";
|
|
263
|
+
readonly $fault: "server";
|
|
263
264
|
|
|
264
|
-
|
|
265
|
+
constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
|
|
265
266
|
}
|
|
266
267
|
|
|
267
|
-
export
|
|
268
|
-
name: "ThrottlingException";
|
|
269
|
-
$fault: "client";
|
|
268
|
+
export declare class ThrottlingException extends __BaseException {
|
|
269
|
+
readonly name: "ThrottlingException";
|
|
270
|
+
readonly $fault: "client";
|
|
270
271
|
|
|
271
|
-
|
|
272
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
272
273
|
}
|
|
273
274
|
|
|
274
275
|
export interface DisableAlarmActionRequest {
|
|
@@ -547,11 +548,11 @@ export declare namespace DescribeAlarmResponse {
|
|
|
547
548
|
const filterSensitiveLog: (obj: DescribeAlarmResponse) => any;
|
|
548
549
|
}
|
|
549
550
|
|
|
550
|
-
export
|
|
551
|
-
name: "ResourceNotFoundException";
|
|
552
|
-
$fault: "client";
|
|
551
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
552
|
+
readonly name: "ResourceNotFoundException";
|
|
553
|
+
readonly $fault: "client";
|
|
553
554
|
|
|
554
|
-
|
|
555
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
555
556
|
}
|
|
556
557
|
export interface DescribeDetectorRequest {
|
|
557
558
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iot-events-data",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iot Events Data Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.53.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",
|
|
@@ -18,34 +18,34 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.53.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.53.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.53.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.53.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.53.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.53.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.53.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.53.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.53.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.53.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.53.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.53.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.53.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.53.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.53.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.53.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.53.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.53.0",
|
|
39
|
+
"@aws-sdk/types": "3.53.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.53.0",
|
|
41
41
|
"@aws-sdk/util-base64-browser": "3.52.0",
|
|
42
42
|
"@aws-sdk/util-base64-node": "3.52.0",
|
|
43
43
|
"@aws-sdk/util-body-length-browser": "3.52.0",
|
|
44
44
|
"@aws-sdk/util-body-length-node": "3.52.0",
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.53.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.53.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.53.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.53.0",
|
|
49
49
|
"@aws-sdk/util-utf8-browser": "3.52.0",
|
|
50
50
|
"@aws-sdk/util-utf8-node": "3.52.0",
|
|
51
51
|
"tslib": "^2.3.0"
|