@aws-sdk/client-iot-events-data 3.306.0 → 3.309.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/commands/BatchAcknowledgeAlarmCommand.js +2 -2
  2. package/dist-cjs/commands/BatchDeleteDetectorCommand.js +2 -2
  3. package/dist-cjs/commands/BatchDisableAlarmCommand.js +2 -2
  4. package/dist-cjs/commands/BatchEnableAlarmCommand.js +2 -2
  5. package/dist-cjs/commands/BatchPutMessageCommand.js +2 -2
  6. package/dist-cjs/commands/BatchResetAlarmCommand.js +2 -2
  7. package/dist-cjs/commands/BatchSnoozeAlarmCommand.js +2 -2
  8. package/dist-cjs/commands/BatchUpdateDetectorCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeAlarmCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeDetectorCommand.js +2 -2
  11. package/dist-cjs/commands/ListAlarmsCommand.js +2 -2
  12. package/dist-cjs/commands/ListDetectorsCommand.js +2 -2
  13. package/dist-cjs/protocols/Aws_restJson1.js +240 -250
  14. package/dist-es/commands/BatchAcknowledgeAlarmCommand.js +3 -3
  15. package/dist-es/commands/BatchDeleteDetectorCommand.js +3 -3
  16. package/dist-es/commands/BatchDisableAlarmCommand.js +3 -3
  17. package/dist-es/commands/BatchEnableAlarmCommand.js +3 -3
  18. package/dist-es/commands/BatchPutMessageCommand.js +3 -3
  19. package/dist-es/commands/BatchResetAlarmCommand.js +3 -3
  20. package/dist-es/commands/BatchSnoozeAlarmCommand.js +3 -3
  21. package/dist-es/commands/BatchUpdateDetectorCommand.js +3 -3
  22. package/dist-es/commands/DescribeAlarmCommand.js +3 -3
  23. package/dist-es/commands/DescribeDetectorCommand.js +3 -3
  24. package/dist-es/commands/ListAlarmsCommand.js +3 -3
  25. package/dist-es/commands/ListDetectorsCommand.js +3 -3
  26. package/dist-es/protocols/Aws_restJson1.js +215 -225
  27. package/dist-types/protocols/Aws_restJson1.d.ts +96 -24
  28. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -24
  29. package/package.json +6 -6
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1BatchAcknowledgeAlarmCommand, serializeAws_restJson1BatchAcknowledgeAlarmCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_BatchAcknowledgeAlarmCommand, se_BatchAcknowledgeAlarmCommand } from "../protocols/Aws_restJson1";
5
5
  export class BatchAcknowledgeAlarmCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class BatchAcknowledgeAlarmCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1BatchAcknowledgeAlarmCommand(input, context);
36
+ return se_BatchAcknowledgeAlarmCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1BatchAcknowledgeAlarmCommand(output, context);
39
+ return de_BatchAcknowledgeAlarmCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1BatchDeleteDetectorCommand, serializeAws_restJson1BatchDeleteDetectorCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_BatchDeleteDetectorCommand, se_BatchDeleteDetectorCommand } from "../protocols/Aws_restJson1";
5
5
  export class BatchDeleteDetectorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class BatchDeleteDetectorCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1BatchDeleteDetectorCommand(input, context);
36
+ return se_BatchDeleteDetectorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1BatchDeleteDetectorCommand(output, context);
39
+ return de_BatchDeleteDetectorCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1BatchDisableAlarmCommand, serializeAws_restJson1BatchDisableAlarmCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_BatchDisableAlarmCommand, se_BatchDisableAlarmCommand } from "../protocols/Aws_restJson1";
5
5
  export class BatchDisableAlarmCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class BatchDisableAlarmCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1BatchDisableAlarmCommand(input, context);
36
+ return se_BatchDisableAlarmCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1BatchDisableAlarmCommand(output, context);
39
+ return de_BatchDisableAlarmCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1BatchEnableAlarmCommand, serializeAws_restJson1BatchEnableAlarmCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_BatchEnableAlarmCommand, se_BatchEnableAlarmCommand } from "../protocols/Aws_restJson1";
5
5
  export class BatchEnableAlarmCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class BatchEnableAlarmCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1BatchEnableAlarmCommand(input, context);
36
+ return se_BatchEnableAlarmCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1BatchEnableAlarmCommand(output, context);
39
+ return de_BatchEnableAlarmCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1BatchPutMessageCommand, serializeAws_restJson1BatchPutMessageCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_BatchPutMessageCommand, se_BatchPutMessageCommand } from "../protocols/Aws_restJson1";
5
5
  export class BatchPutMessageCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class BatchPutMessageCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1BatchPutMessageCommand(input, context);
36
+ return se_BatchPutMessageCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1BatchPutMessageCommand(output, context);
39
+ return de_BatchPutMessageCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1BatchResetAlarmCommand, serializeAws_restJson1BatchResetAlarmCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_BatchResetAlarmCommand, se_BatchResetAlarmCommand } from "../protocols/Aws_restJson1";
5
5
  export class BatchResetAlarmCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class BatchResetAlarmCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1BatchResetAlarmCommand(input, context);
36
+ return se_BatchResetAlarmCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1BatchResetAlarmCommand(output, context);
39
+ return de_BatchResetAlarmCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1BatchSnoozeAlarmCommand, serializeAws_restJson1BatchSnoozeAlarmCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_BatchSnoozeAlarmCommand, se_BatchSnoozeAlarmCommand } from "../protocols/Aws_restJson1";
5
5
  export class BatchSnoozeAlarmCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class BatchSnoozeAlarmCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1BatchSnoozeAlarmCommand(input, context);
36
+ return se_BatchSnoozeAlarmCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1BatchSnoozeAlarmCommand(output, context);
39
+ return de_BatchSnoozeAlarmCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1BatchUpdateDetectorCommand, serializeAws_restJson1BatchUpdateDetectorCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_BatchUpdateDetectorCommand, se_BatchUpdateDetectorCommand } from "../protocols/Aws_restJson1";
5
5
  export class BatchUpdateDetectorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class BatchUpdateDetectorCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1BatchUpdateDetectorCommand(input, context);
36
+ return se_BatchUpdateDetectorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1BatchUpdateDetectorCommand(output, context);
39
+ return de_BatchUpdateDetectorCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DescribeAlarmCommand, serializeAws_restJson1DescribeAlarmCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeAlarmCommand, se_DescribeAlarmCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeAlarmCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeAlarmCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeAlarmCommand(input, context);
36
+ return se_DescribeAlarmCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeAlarmCommand(output, context);
39
+ return de_DescribeAlarmCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DescribeDetectorCommand, serializeAws_restJson1DescribeDetectorCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeDetectorCommand, se_DescribeDetectorCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeDetectorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeDetectorCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeDetectorCommand(input, context);
36
+ return se_DescribeDetectorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeDetectorCommand(output, context);
39
+ return de_DescribeDetectorCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListAlarmsCommand, serializeAws_restJson1ListAlarmsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListAlarmsCommand, se_ListAlarmsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListAlarmsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListAlarmsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListAlarmsCommand(input, context);
36
+ return se_ListAlarmsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListAlarmsCommand(output, context);
39
+ return de_ListAlarmsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListDetectorsCommand, serializeAws_restJson1ListDetectorsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListDetectorsCommand, se_ListDetectorsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListDetectorsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListDetectorsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListDetectorsCommand(input, context);
36
+ return se_ListDetectorsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListDetectorsCommand(output, context);
39
+ return de_ListDetectorsCommand(output, context);
40
40
  }
41
41
  }