@aws-sdk/client-iot-events-data 3.588.0 → 3.592.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-cjs/index.js +0 -12
- package/dist-types/IoTEventsDataClient.d.ts +4 -4
- package/dist-types/commands/BatchAcknowledgeAlarmCommand.d.ts +2 -1
- package/dist-types/commands/BatchDeleteDetectorCommand.d.ts +2 -1
- package/dist-types/commands/BatchDisableAlarmCommand.d.ts +2 -1
- package/dist-types/commands/BatchEnableAlarmCommand.d.ts +2 -1
- package/dist-types/commands/BatchPutMessageCommand.d.ts +2 -1
- package/dist-types/commands/BatchResetAlarmCommand.d.ts +2 -1
- package/dist-types/commands/BatchSnoozeAlarmCommand.d.ts +2 -1
- package/dist-types/commands/BatchUpdateDetectorCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAlarmCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDetectorCommand.d.ts +2 -1
- package/dist-types/commands/ListAlarmsCommand.d.ts +2 -1
- package/dist-types/commands/ListDetectorsCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/IoTEventsDataServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/IoTEventsDataClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchAcknowledgeAlarmCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchDeleteDetectorCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchDisableAlarmCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchEnableAlarmCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchPutMessageCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchResetAlarmCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchSnoozeAlarmCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchUpdateDetectorCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeAlarmCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListAlarmsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListDetectorsCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/IoTEventsDataServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -201,7 +201,6 @@ var IoTEventsDataClient = _IoTEventsDataClient;
|
|
|
201
201
|
|
|
202
202
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
203
203
|
|
|
204
|
-
var import_types = require("@smithy/types");
|
|
205
204
|
|
|
206
205
|
// src/protocols/Aws_restJson1.ts
|
|
207
206
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -897,7 +896,6 @@ var BatchAcknowledgeAlarmCommand = _BatchAcknowledgeAlarmCommand;
|
|
|
897
896
|
|
|
898
897
|
|
|
899
898
|
|
|
900
|
-
|
|
901
899
|
var _BatchDeleteDetectorCommand = class _BatchDeleteDetectorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
902
900
|
...commonParams
|
|
903
901
|
}).m(function(Command, cs, config, o) {
|
|
@@ -914,7 +912,6 @@ var BatchDeleteDetectorCommand = _BatchDeleteDetectorCommand;
|
|
|
914
912
|
|
|
915
913
|
|
|
916
914
|
|
|
917
|
-
|
|
918
915
|
var _BatchDisableAlarmCommand = class _BatchDisableAlarmCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
919
916
|
...commonParams
|
|
920
917
|
}).m(function(Command, cs, config, o) {
|
|
@@ -931,7 +928,6 @@ var BatchDisableAlarmCommand = _BatchDisableAlarmCommand;
|
|
|
931
928
|
|
|
932
929
|
|
|
933
930
|
|
|
934
|
-
|
|
935
931
|
var _BatchEnableAlarmCommand = class _BatchEnableAlarmCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
936
932
|
...commonParams
|
|
937
933
|
}).m(function(Command, cs, config, o) {
|
|
@@ -948,7 +944,6 @@ var BatchEnableAlarmCommand = _BatchEnableAlarmCommand;
|
|
|
948
944
|
|
|
949
945
|
|
|
950
946
|
|
|
951
|
-
|
|
952
947
|
var _BatchPutMessageCommand = class _BatchPutMessageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
953
948
|
...commonParams
|
|
954
949
|
}).m(function(Command, cs, config, o) {
|
|
@@ -965,7 +960,6 @@ var BatchPutMessageCommand = _BatchPutMessageCommand;
|
|
|
965
960
|
|
|
966
961
|
|
|
967
962
|
|
|
968
|
-
|
|
969
963
|
var _BatchResetAlarmCommand = class _BatchResetAlarmCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
970
964
|
...commonParams
|
|
971
965
|
}).m(function(Command, cs, config, o) {
|
|
@@ -982,7 +976,6 @@ var BatchResetAlarmCommand = _BatchResetAlarmCommand;
|
|
|
982
976
|
|
|
983
977
|
|
|
984
978
|
|
|
985
|
-
|
|
986
979
|
var _BatchSnoozeAlarmCommand = class _BatchSnoozeAlarmCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
987
980
|
...commonParams
|
|
988
981
|
}).m(function(Command, cs, config, o) {
|
|
@@ -999,7 +992,6 @@ var BatchSnoozeAlarmCommand = _BatchSnoozeAlarmCommand;
|
|
|
999
992
|
|
|
1000
993
|
|
|
1001
994
|
|
|
1002
|
-
|
|
1003
995
|
var _BatchUpdateDetectorCommand = class _BatchUpdateDetectorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1004
996
|
...commonParams
|
|
1005
997
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1016,7 +1008,6 @@ var BatchUpdateDetectorCommand = _BatchUpdateDetectorCommand;
|
|
|
1016
1008
|
|
|
1017
1009
|
|
|
1018
1010
|
|
|
1019
|
-
|
|
1020
1011
|
var _DescribeAlarmCommand = class _DescribeAlarmCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1021
1012
|
...commonParams
|
|
1022
1013
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1033,7 +1024,6 @@ var DescribeAlarmCommand = _DescribeAlarmCommand;
|
|
|
1033
1024
|
|
|
1034
1025
|
|
|
1035
1026
|
|
|
1036
|
-
|
|
1037
1027
|
var _DescribeDetectorCommand = class _DescribeDetectorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1038
1028
|
...commonParams
|
|
1039
1029
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1050,7 +1040,6 @@ var DescribeDetectorCommand = _DescribeDetectorCommand;
|
|
|
1050
1040
|
|
|
1051
1041
|
|
|
1052
1042
|
|
|
1053
|
-
|
|
1054
1043
|
var _ListAlarmsCommand = class _ListAlarmsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1055
1044
|
...commonParams
|
|
1056
1045
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1067,7 +1056,6 @@ var ListAlarmsCommand = _ListAlarmsCommand;
|
|
|
1067
1056
|
|
|
1068
1057
|
|
|
1069
1058
|
|
|
1070
|
-
|
|
1071
1059
|
var _ListDetectorsCommand = class _ListDetectorsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1072
1060
|
...commonParams
|
|
1073
1061
|
}).m(function(Command, cs, config, o) {
|
|
@@ -102,15 +102,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
102
102
|
* Enables FIPS compatible endpoints.
|
|
103
103
|
*/
|
|
104
104
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
105
|
+
/**
|
|
106
|
+
* The AWS region to which this client will send requests
|
|
107
|
+
*/
|
|
108
|
+
region?: string | __Provider<string>;
|
|
105
109
|
/**
|
|
106
110
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
107
111
|
* @internal
|
|
108
112
|
*/
|
|
109
113
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
110
|
-
/**
|
|
111
|
-
* The AWS region to which this client will send requests
|
|
112
|
-
*/
|
|
113
|
-
region?: string | __Provider<string>;
|
|
114
114
|
/**
|
|
115
115
|
* Default credentials provider; Not available in browser runtime.
|
|
116
116
|
* @deprecated
|
package/dist-types/index.d.ts
CHANGED
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
export * from "./IoTEventsDataClient";
|
|
11
11
|
export * from "./IoTEventsData";
|
|
12
12
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
13
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
14
|
-
export { IoTEventsDataExtensionConfiguration } from "./extensionConfiguration";
|
|
13
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
14
|
+
export type { IoTEventsDataExtensionConfiguration } from "./extensionConfiguration";
|
|
15
15
|
export * from "./commands";
|
|
16
16
|
export * from "./models";
|
|
17
17
|
export { IoTEventsDataServiceException } from "./models/IoTEventsDataServiceException";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: IoTEventsDataClientConfig) => {
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
-
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
22
21
|
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
24
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -142,8 +142,8 @@ export interface ClientDefaults
|
|
|
142
142
|
serviceId?: string;
|
|
143
143
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
144
144
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
145
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
146
145
|
region?: string | __Provider<string>;
|
|
146
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
147
147
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
148
148
|
maxAttempts?: number | __Provider<number>;
|
|
149
149
|
retryMode?: string | __Provider<string>;
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
BatchAcknowledgeAlarmRequest,
|
|
10
10
|
BatchAcknowledgeAlarmResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface BatchAcknowledgeAlarmCommandInput
|
|
14
15
|
extends BatchAcknowledgeAlarmRequest {}
|
|
15
16
|
export interface BatchAcknowledgeAlarmCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
BatchDeleteDetectorRequest,
|
|
10
10
|
BatchDeleteDetectorResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface BatchDeleteDetectorCommandInput
|
|
14
15
|
extends BatchDeleteDetectorRequest {}
|
|
15
16
|
export interface BatchDeleteDetectorCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
BatchDisableAlarmRequest,
|
|
10
10
|
BatchDisableAlarmResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface BatchDisableAlarmCommandInput
|
|
14
15
|
extends BatchDisableAlarmRequest {}
|
|
15
16
|
export interface BatchDisableAlarmCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
BatchEnableAlarmRequest,
|
|
10
10
|
BatchEnableAlarmResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface BatchEnableAlarmCommandInput extends BatchEnableAlarmRequest {}
|
|
14
15
|
export interface BatchEnableAlarmCommandOutput
|
|
15
16
|
extends BatchEnableAlarmResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
BatchPutMessageRequest,
|
|
10
10
|
BatchPutMessageResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface BatchPutMessageCommandInput extends BatchPutMessageRequest {}
|
|
14
15
|
export interface BatchPutMessageCommandOutput
|
|
15
16
|
extends BatchPutMessageResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
BatchResetAlarmRequest,
|
|
10
10
|
BatchResetAlarmResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface BatchResetAlarmCommandInput extends BatchResetAlarmRequest {}
|
|
14
15
|
export interface BatchResetAlarmCommandOutput
|
|
15
16
|
extends BatchResetAlarmResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
BatchSnoozeAlarmRequest,
|
|
10
10
|
BatchSnoozeAlarmResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface BatchSnoozeAlarmCommandInput extends BatchSnoozeAlarmRequest {}
|
|
14
15
|
export interface BatchSnoozeAlarmCommandOutput
|
|
15
16
|
extends BatchSnoozeAlarmResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
BatchUpdateDetectorRequest,
|
|
10
10
|
BatchUpdateDetectorResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface BatchUpdateDetectorCommandInput
|
|
14
15
|
extends BatchUpdateDetectorRequest {}
|
|
15
16
|
export interface BatchUpdateDetectorCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeAlarmRequest,
|
|
10
10
|
DescribeAlarmResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeAlarmCommandInput extends DescribeAlarmRequest {}
|
|
14
15
|
export interface DescribeAlarmCommandOutput
|
|
15
16
|
extends DescribeAlarmResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeDetectorRequest,
|
|
10
10
|
DescribeDetectorResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeDetectorCommandInput extends DescribeDetectorRequest {}
|
|
14
15
|
export interface DescribeDetectorCommandOutput
|
|
15
16
|
extends DescribeDetectorResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IoTEventsDataClient";
|
|
8
8
|
import { ListAlarmsRequest, ListAlarmsResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListAlarmsCommandInput extends ListAlarmsRequest {}
|
|
11
12
|
export interface ListAlarmsCommandOutput
|
|
12
13
|
extends ListAlarmsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListDetectorsRequest,
|
|
10
10
|
ListDetectorsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListDetectorsCommandInput extends ListDetectorsRequest {}
|
|
14
15
|
export interface ListDetectorsCommandOutput
|
|
15
16
|
extends ListDetectorsResponse,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class IoTEventsDataServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: IoTEventsDataClientConfig) => {
|
|
|
20
20
|
serviceId: string;
|
|
21
21
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
23
24
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
24
25
|
import("@smithy/types").UserAgent
|
|
25
26
|
>;
|
|
26
|
-
region: string | import("@smithy/types").Provider<any>;
|
|
27
27
|
credentialDefaultProvider: (
|
|
28
28
|
input: any
|
|
29
29
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
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.592.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-iot-events-data",
|
|
@@ -20,10 +20,10 @@
|
|
|
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-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|