@aws-sdk/client-cloudwatch-events 3.306.0 → 3.310.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 (107) hide show
  1. package/dist-cjs/commands/ActivateEventSourceCommand.js +2 -2
  2. package/dist-cjs/commands/CancelReplayCommand.js +2 -2
  3. package/dist-cjs/commands/CreateApiDestinationCommand.js +2 -2
  4. package/dist-cjs/commands/CreateArchiveCommand.js +2 -2
  5. package/dist-cjs/commands/CreateConnectionCommand.js +2 -2
  6. package/dist-cjs/commands/CreateEventBusCommand.js +2 -2
  7. package/dist-cjs/commands/CreatePartnerEventSourceCommand.js +2 -2
  8. package/dist-cjs/commands/DeactivateEventSourceCommand.js +2 -2
  9. package/dist-cjs/commands/DeauthorizeConnectionCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteApiDestinationCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteArchiveCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteConnectionCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteEventBusCommand.js +2 -2
  14. package/dist-cjs/commands/DeletePartnerEventSourceCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteRuleCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeApiDestinationCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeArchiveCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeConnectionCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeEventBusCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeEventSourceCommand.js +2 -2
  21. package/dist-cjs/commands/DescribePartnerEventSourceCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeReplayCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeRuleCommand.js +2 -2
  24. package/dist-cjs/commands/DisableRuleCommand.js +2 -2
  25. package/dist-cjs/commands/EnableRuleCommand.js +2 -2
  26. package/dist-cjs/commands/ListApiDestinationsCommand.js +2 -2
  27. package/dist-cjs/commands/ListArchivesCommand.js +2 -2
  28. package/dist-cjs/commands/ListConnectionsCommand.js +2 -2
  29. package/dist-cjs/commands/ListEventBusesCommand.js +2 -2
  30. package/dist-cjs/commands/ListEventSourcesCommand.js +2 -2
  31. package/dist-cjs/commands/ListPartnerEventSourceAccountsCommand.js +2 -2
  32. package/dist-cjs/commands/ListPartnerEventSourcesCommand.js +2 -2
  33. package/dist-cjs/commands/ListReplaysCommand.js +2 -2
  34. package/dist-cjs/commands/ListRuleNamesByTargetCommand.js +2 -2
  35. package/dist-cjs/commands/ListRulesCommand.js +2 -2
  36. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  37. package/dist-cjs/commands/ListTargetsByRuleCommand.js +2 -2
  38. package/dist-cjs/commands/PutEventsCommand.js +2 -2
  39. package/dist-cjs/commands/PutPartnerEventsCommand.js +2 -2
  40. package/dist-cjs/commands/PutPermissionCommand.js +2 -2
  41. package/dist-cjs/commands/PutRuleCommand.js +2 -2
  42. package/dist-cjs/commands/PutTargetsCommand.js +2 -2
  43. package/dist-cjs/commands/RemovePermissionCommand.js +2 -2
  44. package/dist-cjs/commands/RemoveTargetsCommand.js +2 -2
  45. package/dist-cjs/commands/StartReplayCommand.js +2 -2
  46. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  47. package/dist-cjs/commands/TestEventPatternCommand.js +2 -2
  48. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  49. package/dist-cjs/commands/UpdateApiDestinationCommand.js +2 -2
  50. package/dist-cjs/commands/UpdateArchiveCommand.js +2 -2
  51. package/dist-cjs/commands/UpdateConnectionCommand.js +2 -2
  52. package/dist-cjs/protocols/Aws_json1_1.js +978 -1054
  53. package/dist-es/commands/ActivateEventSourceCommand.js +3 -3
  54. package/dist-es/commands/CancelReplayCommand.js +3 -3
  55. package/dist-es/commands/CreateApiDestinationCommand.js +3 -3
  56. package/dist-es/commands/CreateArchiveCommand.js +3 -3
  57. package/dist-es/commands/CreateConnectionCommand.js +3 -3
  58. package/dist-es/commands/CreateEventBusCommand.js +3 -3
  59. package/dist-es/commands/CreatePartnerEventSourceCommand.js +3 -3
  60. package/dist-es/commands/DeactivateEventSourceCommand.js +3 -3
  61. package/dist-es/commands/DeauthorizeConnectionCommand.js +3 -3
  62. package/dist-es/commands/DeleteApiDestinationCommand.js +3 -3
  63. package/dist-es/commands/DeleteArchiveCommand.js +3 -3
  64. package/dist-es/commands/DeleteConnectionCommand.js +3 -3
  65. package/dist-es/commands/DeleteEventBusCommand.js +3 -3
  66. package/dist-es/commands/DeletePartnerEventSourceCommand.js +3 -3
  67. package/dist-es/commands/DeleteRuleCommand.js +3 -3
  68. package/dist-es/commands/DescribeApiDestinationCommand.js +3 -3
  69. package/dist-es/commands/DescribeArchiveCommand.js +3 -3
  70. package/dist-es/commands/DescribeConnectionCommand.js +3 -3
  71. package/dist-es/commands/DescribeEventBusCommand.js +3 -3
  72. package/dist-es/commands/DescribeEventSourceCommand.js +3 -3
  73. package/dist-es/commands/DescribePartnerEventSourceCommand.js +3 -3
  74. package/dist-es/commands/DescribeReplayCommand.js +3 -3
  75. package/dist-es/commands/DescribeRuleCommand.js +3 -3
  76. package/dist-es/commands/DisableRuleCommand.js +3 -3
  77. package/dist-es/commands/EnableRuleCommand.js +3 -3
  78. package/dist-es/commands/ListApiDestinationsCommand.js +3 -3
  79. package/dist-es/commands/ListArchivesCommand.js +3 -3
  80. package/dist-es/commands/ListConnectionsCommand.js +3 -3
  81. package/dist-es/commands/ListEventBusesCommand.js +3 -3
  82. package/dist-es/commands/ListEventSourcesCommand.js +3 -3
  83. package/dist-es/commands/ListPartnerEventSourceAccountsCommand.js +3 -3
  84. package/dist-es/commands/ListPartnerEventSourcesCommand.js +3 -3
  85. package/dist-es/commands/ListReplaysCommand.js +3 -3
  86. package/dist-es/commands/ListRuleNamesByTargetCommand.js +3 -3
  87. package/dist-es/commands/ListRulesCommand.js +3 -3
  88. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  89. package/dist-es/commands/ListTargetsByRuleCommand.js +3 -3
  90. package/dist-es/commands/PutEventsCommand.js +3 -3
  91. package/dist-es/commands/PutPartnerEventsCommand.js +3 -3
  92. package/dist-es/commands/PutPermissionCommand.js +3 -3
  93. package/dist-es/commands/PutRuleCommand.js +3 -3
  94. package/dist-es/commands/PutTargetsCommand.js +3 -3
  95. package/dist-es/commands/RemovePermissionCommand.js +3 -3
  96. package/dist-es/commands/RemoveTargetsCommand.js +3 -3
  97. package/dist-es/commands/StartReplayCommand.js +3 -3
  98. package/dist-es/commands/TagResourceCommand.js +3 -3
  99. package/dist-es/commands/TestEventPatternCommand.js +3 -3
  100. package/dist-es/commands/UntagResourceCommand.js +3 -3
  101. package/dist-es/commands/UpdateApiDestinationCommand.js +3 -3
  102. package/dist-es/commands/UpdateArchiveCommand.js +3 -3
  103. package/dist-es/commands/UpdateConnectionCommand.js +3 -3
  104. package/dist-es/protocols/Aws_json1_1.js +873 -949
  105. package/dist-types/protocols/Aws_json1_1.d.ts +408 -102
  106. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +102 -102
  107. package/package.json +35 -35
@@ -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_json1_1ActivateEventSourceCommand, serializeAws_json1_1ActivateEventSourceCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ActivateEventSourceCommand, se_ActivateEventSourceCommand } from "../protocols/Aws_json1_1";
5
5
  export class ActivateEventSourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ActivateEventSourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ActivateEventSourceCommand(input, context);
36
+ return se_ActivateEventSourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ActivateEventSourceCommand(output, context);
39
+ return de_ActivateEventSourceCommand(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_json1_1CancelReplayCommand, serializeAws_json1_1CancelReplayCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CancelReplayCommand, se_CancelReplayCommand } from "../protocols/Aws_json1_1";
5
5
  export class CancelReplayCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CancelReplayCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CancelReplayCommand(input, context);
36
+ return se_CancelReplayCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CancelReplayCommand(output, context);
39
+ return de_CancelReplayCommand(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_json1_1CreateApiDestinationCommand, serializeAws_json1_1CreateApiDestinationCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateApiDestinationCommand, se_CreateApiDestinationCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateApiDestinationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateApiDestinationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateApiDestinationCommand(input, context);
36
+ return se_CreateApiDestinationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateApiDestinationCommand(output, context);
39
+ return de_CreateApiDestinationCommand(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_json1_1CreateArchiveCommand, serializeAws_json1_1CreateArchiveCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateArchiveCommand, se_CreateArchiveCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateArchiveCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateArchiveCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateArchiveCommand(input, context);
36
+ return se_CreateArchiveCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateArchiveCommand(output, context);
39
+ return de_CreateArchiveCommand(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_json1_1CreateConnectionCommand, serializeAws_json1_1CreateConnectionCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateConnectionCommand, se_CreateConnectionCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateConnectionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateConnectionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateConnectionCommand(input, context);
36
+ return se_CreateConnectionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateConnectionCommand(output, context);
39
+ return de_CreateConnectionCommand(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_json1_1CreateEventBusCommand, serializeAws_json1_1CreateEventBusCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateEventBusCommand, se_CreateEventBusCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateEventBusCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateEventBusCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateEventBusCommand(input, context);
36
+ return se_CreateEventBusCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateEventBusCommand(output, context);
39
+ return de_CreateEventBusCommand(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_json1_1CreatePartnerEventSourceCommand, serializeAws_json1_1CreatePartnerEventSourceCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreatePartnerEventSourceCommand, se_CreatePartnerEventSourceCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreatePartnerEventSourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreatePartnerEventSourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreatePartnerEventSourceCommand(input, context);
36
+ return se_CreatePartnerEventSourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreatePartnerEventSourceCommand(output, context);
39
+ return de_CreatePartnerEventSourceCommand(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_json1_1DeactivateEventSourceCommand, serializeAws_json1_1DeactivateEventSourceCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeactivateEventSourceCommand, se_DeactivateEventSourceCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeactivateEventSourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeactivateEventSourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeactivateEventSourceCommand(input, context);
36
+ return se_DeactivateEventSourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeactivateEventSourceCommand(output, context);
39
+ return de_DeactivateEventSourceCommand(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_json1_1DeauthorizeConnectionCommand, serializeAws_json1_1DeauthorizeConnectionCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeauthorizeConnectionCommand, se_DeauthorizeConnectionCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeauthorizeConnectionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeauthorizeConnectionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeauthorizeConnectionCommand(input, context);
36
+ return se_DeauthorizeConnectionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeauthorizeConnectionCommand(output, context);
39
+ return de_DeauthorizeConnectionCommand(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_json1_1DeleteApiDestinationCommand, serializeAws_json1_1DeleteApiDestinationCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteApiDestinationCommand, se_DeleteApiDestinationCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteApiDestinationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteApiDestinationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteApiDestinationCommand(input, context);
36
+ return se_DeleteApiDestinationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteApiDestinationCommand(output, context);
39
+ return de_DeleteApiDestinationCommand(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_json1_1DeleteArchiveCommand, serializeAws_json1_1DeleteArchiveCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteArchiveCommand, se_DeleteArchiveCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteArchiveCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteArchiveCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteArchiveCommand(input, context);
36
+ return se_DeleteArchiveCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteArchiveCommand(output, context);
39
+ return de_DeleteArchiveCommand(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_json1_1DeleteConnectionCommand, serializeAws_json1_1DeleteConnectionCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteConnectionCommand, se_DeleteConnectionCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteConnectionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteConnectionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteConnectionCommand(input, context);
36
+ return se_DeleteConnectionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteConnectionCommand(output, context);
39
+ return de_DeleteConnectionCommand(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_json1_1DeleteEventBusCommand, serializeAws_json1_1DeleteEventBusCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteEventBusCommand, se_DeleteEventBusCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteEventBusCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteEventBusCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteEventBusCommand(input, context);
36
+ return se_DeleteEventBusCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteEventBusCommand(output, context);
39
+ return de_DeleteEventBusCommand(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_json1_1DeletePartnerEventSourceCommand, serializeAws_json1_1DeletePartnerEventSourceCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeletePartnerEventSourceCommand, se_DeletePartnerEventSourceCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeletePartnerEventSourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeletePartnerEventSourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeletePartnerEventSourceCommand(input, context);
36
+ return se_DeletePartnerEventSourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeletePartnerEventSourceCommand(output, context);
39
+ return de_DeletePartnerEventSourceCommand(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_json1_1DeleteRuleCommand, serializeAws_json1_1DeleteRuleCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteRuleCommand, se_DeleteRuleCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteRuleCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteRuleCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteRuleCommand(input, context);
36
+ return se_DeleteRuleCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteRuleCommand(output, context);
39
+ return de_DeleteRuleCommand(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_json1_1DescribeApiDestinationCommand, serializeAws_json1_1DescribeApiDestinationCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeApiDestinationCommand, se_DescribeApiDestinationCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeApiDestinationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeApiDestinationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeApiDestinationCommand(input, context);
36
+ return se_DescribeApiDestinationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeApiDestinationCommand(output, context);
39
+ return de_DescribeApiDestinationCommand(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_json1_1DescribeArchiveCommand, serializeAws_json1_1DescribeArchiveCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeArchiveCommand, se_DescribeArchiveCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeArchiveCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeArchiveCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeArchiveCommand(input, context);
36
+ return se_DescribeArchiveCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeArchiveCommand(output, context);
39
+ return de_DescribeArchiveCommand(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_json1_1DescribeConnectionCommand, serializeAws_json1_1DescribeConnectionCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeConnectionCommand, se_DescribeConnectionCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeConnectionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeConnectionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeConnectionCommand(input, context);
36
+ return se_DescribeConnectionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeConnectionCommand(output, context);
39
+ return de_DescribeConnectionCommand(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_json1_1DescribeEventBusCommand, serializeAws_json1_1DescribeEventBusCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeEventBusCommand, se_DescribeEventBusCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeEventBusCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeEventBusCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeEventBusCommand(input, context);
36
+ return se_DescribeEventBusCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeEventBusCommand(output, context);
39
+ return de_DescribeEventBusCommand(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_json1_1DescribeEventSourceCommand, serializeAws_json1_1DescribeEventSourceCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeEventSourceCommand, se_DescribeEventSourceCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeEventSourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeEventSourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeEventSourceCommand(input, context);
36
+ return se_DescribeEventSourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeEventSourceCommand(output, context);
39
+ return de_DescribeEventSourceCommand(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_json1_1DescribePartnerEventSourceCommand, serializeAws_json1_1DescribePartnerEventSourceCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribePartnerEventSourceCommand, se_DescribePartnerEventSourceCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribePartnerEventSourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribePartnerEventSourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribePartnerEventSourceCommand(input, context);
36
+ return se_DescribePartnerEventSourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribePartnerEventSourceCommand(output, context);
39
+ return de_DescribePartnerEventSourceCommand(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_json1_1DescribeReplayCommand, serializeAws_json1_1DescribeReplayCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeReplayCommand, se_DescribeReplayCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeReplayCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeReplayCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeReplayCommand(input, context);
36
+ return se_DescribeReplayCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeReplayCommand(output, context);
39
+ return de_DescribeReplayCommand(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_json1_1DescribeRuleCommand, serializeAws_json1_1DescribeRuleCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeRuleCommand, se_DescribeRuleCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeRuleCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeRuleCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeRuleCommand(input, context);
36
+ return se_DescribeRuleCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeRuleCommand(output, context);
39
+ return de_DescribeRuleCommand(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_json1_1DisableRuleCommand, serializeAws_json1_1DisableRuleCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DisableRuleCommand, se_DisableRuleCommand } from "../protocols/Aws_json1_1";
5
5
  export class DisableRuleCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DisableRuleCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DisableRuleCommand(input, context);
36
+ return se_DisableRuleCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DisableRuleCommand(output, context);
39
+ return de_DisableRuleCommand(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_json1_1EnableRuleCommand, serializeAws_json1_1EnableRuleCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_EnableRuleCommand, se_EnableRuleCommand } from "../protocols/Aws_json1_1";
5
5
  export class EnableRuleCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class EnableRuleCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1EnableRuleCommand(input, context);
36
+ return se_EnableRuleCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1EnableRuleCommand(output, context);
39
+ return de_EnableRuleCommand(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_json1_1ListApiDestinationsCommand, serializeAws_json1_1ListApiDestinationsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListApiDestinationsCommand, se_ListApiDestinationsCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListApiDestinationsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListApiDestinationsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListApiDestinationsCommand(input, context);
36
+ return se_ListApiDestinationsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListApiDestinationsCommand(output, context);
39
+ return de_ListApiDestinationsCommand(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_json1_1ListArchivesCommand, serializeAws_json1_1ListArchivesCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListArchivesCommand, se_ListArchivesCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListArchivesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListArchivesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListArchivesCommand(input, context);
36
+ return se_ListArchivesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListArchivesCommand(output, context);
39
+ return de_ListArchivesCommand(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_json1_1ListConnectionsCommand, serializeAws_json1_1ListConnectionsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListConnectionsCommand, se_ListConnectionsCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListConnectionsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListConnectionsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListConnectionsCommand(input, context);
36
+ return se_ListConnectionsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListConnectionsCommand(output, context);
39
+ return de_ListConnectionsCommand(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_json1_1ListEventBusesCommand, serializeAws_json1_1ListEventBusesCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListEventBusesCommand, se_ListEventBusesCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListEventBusesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListEventBusesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListEventBusesCommand(input, context);
36
+ return se_ListEventBusesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListEventBusesCommand(output, context);
39
+ return de_ListEventBusesCommand(output, context);
40
40
  }
41
41
  }