@aws-sdk/client-iot-events-data 3.590.0 → 3.596.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 (29) hide show
  1. package/dist-cjs/index.js +0 -12
  2. package/dist-types/commands/BatchAcknowledgeAlarmCommand.d.ts +2 -1
  3. package/dist-types/commands/BatchDeleteDetectorCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchDisableAlarmCommand.d.ts +2 -1
  5. package/dist-types/commands/BatchEnableAlarmCommand.d.ts +2 -1
  6. package/dist-types/commands/BatchPutMessageCommand.d.ts +2 -1
  7. package/dist-types/commands/BatchResetAlarmCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchSnoozeAlarmCommand.d.ts +2 -1
  9. package/dist-types/commands/BatchUpdateDetectorCommand.d.ts +2 -1
  10. package/dist-types/commands/DescribeAlarmCommand.d.ts +2 -1
  11. package/dist-types/commands/DescribeDetectorCommand.d.ts +2 -1
  12. package/dist-types/commands/ListAlarmsCommand.d.ts +2 -1
  13. package/dist-types/commands/ListDetectorsCommand.d.ts +2 -1
  14. package/dist-types/index.d.ts +2 -2
  15. package/dist-types/models/IoTEventsDataServiceException.d.ts +2 -1
  16. package/dist-types/ts3.4/commands/BatchAcknowledgeAlarmCommand.d.ts +2 -1
  17. package/dist-types/ts3.4/commands/BatchDeleteDetectorCommand.d.ts +2 -1
  18. package/dist-types/ts3.4/commands/BatchDisableAlarmCommand.d.ts +2 -1
  19. package/dist-types/ts3.4/commands/BatchEnableAlarmCommand.d.ts +2 -1
  20. package/dist-types/ts3.4/commands/BatchPutMessageCommand.d.ts +2 -1
  21. package/dist-types/ts3.4/commands/BatchResetAlarmCommand.d.ts +2 -1
  22. package/dist-types/ts3.4/commands/BatchSnoozeAlarmCommand.d.ts +2 -1
  23. package/dist-types/ts3.4/commands/BatchUpdateDetectorCommand.d.ts +2 -1
  24. package/dist-types/ts3.4/commands/DescribeAlarmCommand.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/ListAlarmsCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/ListDetectorsCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/models/IoTEventsDataServiceException.d.ts +2 -1
  29. 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) {
@@ -5,7 +5,8 @@ import { BatchAcknowledgeAlarmRequest, BatchAcknowledgeAlarmResponse } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { BatchDeleteDetectorRequest, BatchDeleteDetectorResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { BatchDisableAlarmRequest, BatchDisableAlarmResponse } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { BatchEnableAlarmRequest, BatchEnableAlarmResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { BatchPutMessageRequest, BatchPutMessageResponse } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { BatchResetAlarmRequest, BatchResetAlarmResponse } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { BatchSnoozeAlarmRequest, BatchSnoozeAlarmResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { BatchUpdateDetectorRequest, BatchUpdateDetectorResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeAlarmRequest, DescribeAlarmResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeDetectorRequest, DescribeDetectorResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListAlarmsRequest, ListAlarmsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListDetectorsRequest, ListDetectorsResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -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 { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -9,7 +9,8 @@ import {
9
9
  BatchAcknowledgeAlarmRequest,
10
10
  BatchAcknowledgeAlarmResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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, $Command };
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 { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class IoTEventsDataServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
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.590.0",
4
+ "version": "3.596.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.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.596.0",
24
+ "@aws-sdk/client-sts": "3.596.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.596.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.1.1",
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",