@aws-sdk/client-cloudwatch-events 3.303.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 (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 +29 -29
@@ -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_1ListEventSourcesCommand, serializeAws_json1_1ListEventSourcesCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListEventSourcesCommand, se_ListEventSourcesCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListEventSourcesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListEventSourcesCommand 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_1ListEventSourcesCommand(input, context);
36
+ return se_ListEventSourcesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListEventSourcesCommand(output, context);
39
+ return de_ListEventSourcesCommand(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_1ListPartnerEventSourceAccountsCommand, serializeAws_json1_1ListPartnerEventSourceAccountsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListPartnerEventSourceAccountsCommand, se_ListPartnerEventSourceAccountsCommand, } from "../protocols/Aws_json1_1";
5
5
  export class ListPartnerEventSourceAccountsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListPartnerEventSourceAccountsCommand 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_1ListPartnerEventSourceAccountsCommand(input, context);
36
+ return se_ListPartnerEventSourceAccountsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListPartnerEventSourceAccountsCommand(output, context);
39
+ return de_ListPartnerEventSourceAccountsCommand(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_1ListPartnerEventSourcesCommand, serializeAws_json1_1ListPartnerEventSourcesCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListPartnerEventSourcesCommand, se_ListPartnerEventSourcesCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListPartnerEventSourcesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListPartnerEventSourcesCommand 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_1ListPartnerEventSourcesCommand(input, context);
36
+ return se_ListPartnerEventSourcesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListPartnerEventSourcesCommand(output, context);
39
+ return de_ListPartnerEventSourcesCommand(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_1ListReplaysCommand, serializeAws_json1_1ListReplaysCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListReplaysCommand, se_ListReplaysCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListReplaysCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListReplaysCommand 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_1ListReplaysCommand(input, context);
36
+ return se_ListReplaysCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListReplaysCommand(output, context);
39
+ return de_ListReplaysCommand(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_1ListRuleNamesByTargetCommand, serializeAws_json1_1ListRuleNamesByTargetCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListRuleNamesByTargetCommand, se_ListRuleNamesByTargetCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListRuleNamesByTargetCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListRuleNamesByTargetCommand 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_1ListRuleNamesByTargetCommand(input, context);
36
+ return se_ListRuleNamesByTargetCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListRuleNamesByTargetCommand(output, context);
39
+ return de_ListRuleNamesByTargetCommand(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_1ListRulesCommand, serializeAws_json1_1ListRulesCommand } from "../protocols/Aws_json1_1";
4
+ import { de_ListRulesCommand, se_ListRulesCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListRulesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListRulesCommand 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_1ListRulesCommand(input, context);
36
+ return se_ListRulesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListRulesCommand(output, context);
39
+ return de_ListRulesCommand(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_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListTagsForResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListTagsForResourceCommand 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_1ListTagsForResourceCommand(input, context);
36
+ return se_ListTagsForResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListTagsForResourceCommand(output, context);
39
+ return de_ListTagsForResourceCommand(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_1ListTargetsByRuleCommand, serializeAws_json1_1ListTargetsByRuleCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListTargetsByRuleCommand, se_ListTargetsByRuleCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListTargetsByRuleCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListTargetsByRuleCommand 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_1ListTargetsByRuleCommand(input, context);
36
+ return se_ListTargetsByRuleCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListTargetsByRuleCommand(output, context);
39
+ return de_ListTargetsByRuleCommand(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_1PutEventsCommand, serializeAws_json1_1PutEventsCommand } from "../protocols/Aws_json1_1";
4
+ import { de_PutEventsCommand, se_PutEventsCommand } from "../protocols/Aws_json1_1";
5
5
  export class PutEventsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PutEventsCommand 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_1PutEventsCommand(input, context);
36
+ return se_PutEventsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1PutEventsCommand(output, context);
39
+ return de_PutEventsCommand(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_1PutPartnerEventsCommand, serializeAws_json1_1PutPartnerEventsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_PutPartnerEventsCommand, se_PutPartnerEventsCommand } from "../protocols/Aws_json1_1";
5
5
  export class PutPartnerEventsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PutPartnerEventsCommand 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_1PutPartnerEventsCommand(input, context);
36
+ return se_PutPartnerEventsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1PutPartnerEventsCommand(output, context);
39
+ return de_PutPartnerEventsCommand(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_1PutPermissionCommand, serializeAws_json1_1PutPermissionCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_PutPermissionCommand, se_PutPermissionCommand } from "../protocols/Aws_json1_1";
5
5
  export class PutPermissionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PutPermissionCommand 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_1PutPermissionCommand(input, context);
36
+ return se_PutPermissionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1PutPermissionCommand(output, context);
39
+ return de_PutPermissionCommand(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_1PutRuleCommand, serializeAws_json1_1PutRuleCommand } from "../protocols/Aws_json1_1";
4
+ import { de_PutRuleCommand, se_PutRuleCommand } from "../protocols/Aws_json1_1";
5
5
  export class PutRuleCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PutRuleCommand 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_1PutRuleCommand(input, context);
36
+ return se_PutRuleCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1PutRuleCommand(output, context);
39
+ return de_PutRuleCommand(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_1PutTargetsCommand, serializeAws_json1_1PutTargetsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_PutTargetsCommand, se_PutTargetsCommand } from "../protocols/Aws_json1_1";
5
5
  export class PutTargetsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PutTargetsCommand 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_1PutTargetsCommand(input, context);
36
+ return se_PutTargetsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1PutTargetsCommand(output, context);
39
+ return de_PutTargetsCommand(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_1RemovePermissionCommand, serializeAws_json1_1RemovePermissionCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_RemovePermissionCommand, se_RemovePermissionCommand } from "../protocols/Aws_json1_1";
5
5
  export class RemovePermissionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class RemovePermissionCommand 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_1RemovePermissionCommand(input, context);
36
+ return se_RemovePermissionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1RemovePermissionCommand(output, context);
39
+ return de_RemovePermissionCommand(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_1RemoveTargetsCommand, serializeAws_json1_1RemoveTargetsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_RemoveTargetsCommand, se_RemoveTargetsCommand } from "../protocols/Aws_json1_1";
5
5
  export class RemoveTargetsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class RemoveTargetsCommand 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_1RemoveTargetsCommand(input, context);
36
+ return se_RemoveTargetsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1RemoveTargetsCommand(output, context);
39
+ return de_RemoveTargetsCommand(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_1StartReplayCommand, serializeAws_json1_1StartReplayCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_StartReplayCommand, se_StartReplayCommand } from "../protocols/Aws_json1_1";
5
5
  export class StartReplayCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class StartReplayCommand 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_1StartReplayCommand(input, context);
36
+ return se_StartReplayCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1StartReplayCommand(output, context);
39
+ return de_StartReplayCommand(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_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
5
5
  export class TagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class TagResourceCommand 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_1TagResourceCommand(input, context);
36
+ return se_TagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1TagResourceCommand(output, context);
39
+ return de_TagResourceCommand(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_1TestEventPatternCommand, serializeAws_json1_1TestEventPatternCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_TestEventPatternCommand, se_TestEventPatternCommand } from "../protocols/Aws_json1_1";
5
5
  export class TestEventPatternCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class TestEventPatternCommand 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_1TestEventPatternCommand(input, context);
36
+ return se_TestEventPatternCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1TestEventPatternCommand(output, context);
39
+ return de_TestEventPatternCommand(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_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
5
5
  export class UntagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UntagResourceCommand 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_1UntagResourceCommand(input, context);
36
+ return se_UntagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1UntagResourceCommand(output, context);
39
+ return de_UntagResourceCommand(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_1UpdateApiDestinationCommand, serializeAws_json1_1UpdateApiDestinationCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_UpdateApiDestinationCommand, se_UpdateApiDestinationCommand } from "../protocols/Aws_json1_1";
5
5
  export class UpdateApiDestinationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateApiDestinationCommand 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_1UpdateApiDestinationCommand(input, context);
36
+ return se_UpdateApiDestinationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1UpdateApiDestinationCommand(output, context);
39
+ return de_UpdateApiDestinationCommand(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_1UpdateArchiveCommand, serializeAws_json1_1UpdateArchiveCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_UpdateArchiveCommand, se_UpdateArchiveCommand } from "../protocols/Aws_json1_1";
5
5
  export class UpdateArchiveCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateArchiveCommand 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_1UpdateArchiveCommand(input, context);
36
+ return se_UpdateArchiveCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1UpdateArchiveCommand(output, context);
39
+ return de_UpdateArchiveCommand(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_1UpdateConnectionCommand, serializeAws_json1_1UpdateConnectionCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_UpdateConnectionCommand, se_UpdateConnectionCommand } from "../protocols/Aws_json1_1";
5
5
  export class UpdateConnectionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateConnectionCommand 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_1UpdateConnectionCommand(input, context);
36
+ return se_UpdateConnectionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1UpdateConnectionCommand(output, context);
39
+ return de_UpdateConnectionCommand(output, context);
40
40
  }
41
41
  }