@aws-sdk/client-frauddetector 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 (151) hide show
  1. package/dist-cjs/commands/BatchCreateVariableCommand.js +2 -2
  2. package/dist-cjs/commands/BatchGetVariableCommand.js +2 -2
  3. package/dist-cjs/commands/CancelBatchImportJobCommand.js +2 -2
  4. package/dist-cjs/commands/CancelBatchPredictionJobCommand.js +2 -2
  5. package/dist-cjs/commands/CreateBatchImportJobCommand.js +2 -2
  6. package/dist-cjs/commands/CreateBatchPredictionJobCommand.js +2 -2
  7. package/dist-cjs/commands/CreateDetectorVersionCommand.js +2 -2
  8. package/dist-cjs/commands/CreateListCommand.js +2 -2
  9. package/dist-cjs/commands/CreateModelCommand.js +2 -2
  10. package/dist-cjs/commands/CreateModelVersionCommand.js +2 -2
  11. package/dist-cjs/commands/CreateRuleCommand.js +2 -2
  12. package/dist-cjs/commands/CreateVariableCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteBatchImportJobCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteBatchPredictionJobCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteDetectorCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteDetectorVersionCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteEntityTypeCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteEventCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteEventTypeCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteEventsByEventTypeCommand.js +2 -2
  21. package/dist-cjs/commands/DeleteExternalModelCommand.js +2 -2
  22. package/dist-cjs/commands/DeleteLabelCommand.js +2 -2
  23. package/dist-cjs/commands/DeleteListCommand.js +2 -2
  24. package/dist-cjs/commands/DeleteModelCommand.js +2 -2
  25. package/dist-cjs/commands/DeleteModelVersionCommand.js +2 -2
  26. package/dist-cjs/commands/DeleteOutcomeCommand.js +2 -2
  27. package/dist-cjs/commands/DeleteRuleCommand.js +2 -2
  28. package/dist-cjs/commands/DeleteVariableCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeDetectorCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeModelVersionsCommand.js +2 -2
  31. package/dist-cjs/commands/GetBatchImportJobsCommand.js +2 -2
  32. package/dist-cjs/commands/GetBatchPredictionJobsCommand.js +2 -2
  33. package/dist-cjs/commands/GetDeleteEventsByEventTypeStatusCommand.js +2 -2
  34. package/dist-cjs/commands/GetDetectorVersionCommand.js +2 -2
  35. package/dist-cjs/commands/GetDetectorsCommand.js +2 -2
  36. package/dist-cjs/commands/GetEntityTypesCommand.js +2 -2
  37. package/dist-cjs/commands/GetEventCommand.js +2 -2
  38. package/dist-cjs/commands/GetEventPredictionCommand.js +2 -2
  39. package/dist-cjs/commands/GetEventPredictionMetadataCommand.js +2 -2
  40. package/dist-cjs/commands/GetEventTypesCommand.js +2 -2
  41. package/dist-cjs/commands/GetExternalModelsCommand.js +2 -2
  42. package/dist-cjs/commands/GetKMSEncryptionKeyCommand.js +2 -2
  43. package/dist-cjs/commands/GetLabelsCommand.js +2 -2
  44. package/dist-cjs/commands/GetListElementsCommand.js +2 -2
  45. package/dist-cjs/commands/GetListsMetadataCommand.js +2 -2
  46. package/dist-cjs/commands/GetModelVersionCommand.js +2 -2
  47. package/dist-cjs/commands/GetModelsCommand.js +2 -2
  48. package/dist-cjs/commands/GetOutcomesCommand.js +2 -2
  49. package/dist-cjs/commands/GetRulesCommand.js +2 -2
  50. package/dist-cjs/commands/GetVariablesCommand.js +2 -2
  51. package/dist-cjs/commands/ListEventPredictionsCommand.js +2 -2
  52. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  53. package/dist-cjs/commands/PutDetectorCommand.js +2 -2
  54. package/dist-cjs/commands/PutEntityTypeCommand.js +2 -2
  55. package/dist-cjs/commands/PutEventTypeCommand.js +2 -2
  56. package/dist-cjs/commands/PutExternalModelCommand.js +2 -2
  57. package/dist-cjs/commands/PutKMSEncryptionKeyCommand.js +2 -2
  58. package/dist-cjs/commands/PutLabelCommand.js +2 -2
  59. package/dist-cjs/commands/PutOutcomeCommand.js +2 -2
  60. package/dist-cjs/commands/SendEventCommand.js +2 -2
  61. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  62. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateDetectorVersionCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateDetectorVersionMetadataCommand.js +2 -2
  65. package/dist-cjs/commands/UpdateDetectorVersionStatusCommand.js +2 -2
  66. package/dist-cjs/commands/UpdateEventLabelCommand.js +2 -2
  67. package/dist-cjs/commands/UpdateListCommand.js +2 -2
  68. package/dist-cjs/commands/UpdateModelCommand.js +2 -2
  69. package/dist-cjs/commands/UpdateModelVersionCommand.js +2 -2
  70. package/dist-cjs/commands/UpdateModelVersionStatusCommand.js +2 -2
  71. package/dist-cjs/commands/UpdateRuleMetadataCommand.js +2 -2
  72. package/dist-cjs/commands/UpdateRuleVersionCommand.js +2 -2
  73. package/dist-cjs/commands/UpdateVariableCommand.js +2 -2
  74. package/dist-cjs/protocols/Aws_json1_1.js +1464 -1552
  75. package/dist-es/commands/BatchCreateVariableCommand.js +3 -3
  76. package/dist-es/commands/BatchGetVariableCommand.js +3 -3
  77. package/dist-es/commands/CancelBatchImportJobCommand.js +3 -3
  78. package/dist-es/commands/CancelBatchPredictionJobCommand.js +3 -3
  79. package/dist-es/commands/CreateBatchImportJobCommand.js +3 -3
  80. package/dist-es/commands/CreateBatchPredictionJobCommand.js +3 -3
  81. package/dist-es/commands/CreateDetectorVersionCommand.js +3 -3
  82. package/dist-es/commands/CreateListCommand.js +3 -3
  83. package/dist-es/commands/CreateModelCommand.js +3 -3
  84. package/dist-es/commands/CreateModelVersionCommand.js +3 -3
  85. package/dist-es/commands/CreateRuleCommand.js +3 -3
  86. package/dist-es/commands/CreateVariableCommand.js +3 -3
  87. package/dist-es/commands/DeleteBatchImportJobCommand.js +3 -3
  88. package/dist-es/commands/DeleteBatchPredictionJobCommand.js +3 -3
  89. package/dist-es/commands/DeleteDetectorCommand.js +3 -3
  90. package/dist-es/commands/DeleteDetectorVersionCommand.js +3 -3
  91. package/dist-es/commands/DeleteEntityTypeCommand.js +3 -3
  92. package/dist-es/commands/DeleteEventCommand.js +3 -3
  93. package/dist-es/commands/DeleteEventTypeCommand.js +3 -3
  94. package/dist-es/commands/DeleteEventsByEventTypeCommand.js +3 -3
  95. package/dist-es/commands/DeleteExternalModelCommand.js +3 -3
  96. package/dist-es/commands/DeleteLabelCommand.js +3 -3
  97. package/dist-es/commands/DeleteListCommand.js +3 -3
  98. package/dist-es/commands/DeleteModelCommand.js +3 -3
  99. package/dist-es/commands/DeleteModelVersionCommand.js +3 -3
  100. package/dist-es/commands/DeleteOutcomeCommand.js +3 -3
  101. package/dist-es/commands/DeleteRuleCommand.js +3 -3
  102. package/dist-es/commands/DeleteVariableCommand.js +3 -3
  103. package/dist-es/commands/DescribeDetectorCommand.js +3 -3
  104. package/dist-es/commands/DescribeModelVersionsCommand.js +3 -3
  105. package/dist-es/commands/GetBatchImportJobsCommand.js +3 -3
  106. package/dist-es/commands/GetBatchPredictionJobsCommand.js +3 -3
  107. package/dist-es/commands/GetDeleteEventsByEventTypeStatusCommand.js +3 -3
  108. package/dist-es/commands/GetDetectorVersionCommand.js +3 -3
  109. package/dist-es/commands/GetDetectorsCommand.js +3 -3
  110. package/dist-es/commands/GetEntityTypesCommand.js +3 -3
  111. package/dist-es/commands/GetEventCommand.js +3 -3
  112. package/dist-es/commands/GetEventPredictionCommand.js +3 -3
  113. package/dist-es/commands/GetEventPredictionMetadataCommand.js +3 -3
  114. package/dist-es/commands/GetEventTypesCommand.js +3 -3
  115. package/dist-es/commands/GetExternalModelsCommand.js +3 -3
  116. package/dist-es/commands/GetKMSEncryptionKeyCommand.js +3 -3
  117. package/dist-es/commands/GetLabelsCommand.js +3 -3
  118. package/dist-es/commands/GetListElementsCommand.js +3 -3
  119. package/dist-es/commands/GetListsMetadataCommand.js +3 -3
  120. package/dist-es/commands/GetModelVersionCommand.js +3 -3
  121. package/dist-es/commands/GetModelsCommand.js +3 -3
  122. package/dist-es/commands/GetOutcomesCommand.js +3 -3
  123. package/dist-es/commands/GetRulesCommand.js +3 -3
  124. package/dist-es/commands/GetVariablesCommand.js +3 -3
  125. package/dist-es/commands/ListEventPredictionsCommand.js +3 -3
  126. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  127. package/dist-es/commands/PutDetectorCommand.js +3 -3
  128. package/dist-es/commands/PutEntityTypeCommand.js +3 -3
  129. package/dist-es/commands/PutEventTypeCommand.js +3 -3
  130. package/dist-es/commands/PutExternalModelCommand.js +3 -3
  131. package/dist-es/commands/PutKMSEncryptionKeyCommand.js +3 -3
  132. package/dist-es/commands/PutLabelCommand.js +3 -3
  133. package/dist-es/commands/PutOutcomeCommand.js +3 -3
  134. package/dist-es/commands/SendEventCommand.js +3 -3
  135. package/dist-es/commands/TagResourceCommand.js +3 -3
  136. package/dist-es/commands/UntagResourceCommand.js +3 -3
  137. package/dist-es/commands/UpdateDetectorVersionCommand.js +3 -3
  138. package/dist-es/commands/UpdateDetectorVersionMetadataCommand.js +3 -3
  139. package/dist-es/commands/UpdateDetectorVersionStatusCommand.js +3 -3
  140. package/dist-es/commands/UpdateEventLabelCommand.js +3 -3
  141. package/dist-es/commands/UpdateListCommand.js +3 -3
  142. package/dist-es/commands/UpdateModelCommand.js +3 -3
  143. package/dist-es/commands/UpdateModelVersionCommand.js +3 -3
  144. package/dist-es/commands/UpdateModelVersionStatusCommand.js +3 -3
  145. package/dist-es/commands/UpdateRuleMetadataCommand.js +3 -3
  146. package/dist-es/commands/UpdateRuleVersionCommand.js +3 -3
  147. package/dist-es/commands/UpdateVariableCommand.js +3 -3
  148. package/dist-es/protocols/Aws_json1_1.js +1315 -1403
  149. package/dist-types/protocols/Aws_json1_1.d.ts +584 -146
  150. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +146 -146
  151. 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_1DescribeModelVersionsCommand, serializeAws_json1_1DescribeModelVersionsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeModelVersionsCommand, se_DescribeModelVersionsCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeModelVersionsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeModelVersionsCommand 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_1DescribeModelVersionsCommand(input, context);
36
+ return se_DescribeModelVersionsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeModelVersionsCommand(output, context);
39
+ return de_DescribeModelVersionsCommand(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_1GetBatchImportJobsCommand, serializeAws_json1_1GetBatchImportJobsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_GetBatchImportJobsCommand, se_GetBatchImportJobsCommand } from "../protocols/Aws_json1_1";
5
5
  export class GetBatchImportJobsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetBatchImportJobsCommand 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_1GetBatchImportJobsCommand(input, context);
36
+ return se_GetBatchImportJobsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1GetBatchImportJobsCommand(output, context);
39
+ return de_GetBatchImportJobsCommand(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_1GetBatchPredictionJobsCommand, serializeAws_json1_1GetBatchPredictionJobsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_GetBatchPredictionJobsCommand, se_GetBatchPredictionJobsCommand } from "../protocols/Aws_json1_1";
5
5
  export class GetBatchPredictionJobsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetBatchPredictionJobsCommand 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_1GetBatchPredictionJobsCommand(input, context);
36
+ return se_GetBatchPredictionJobsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1GetBatchPredictionJobsCommand(output, context);
39
+ return de_GetBatchPredictionJobsCommand(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_1GetDeleteEventsByEventTypeStatusCommand, serializeAws_json1_1GetDeleteEventsByEventTypeStatusCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_GetDeleteEventsByEventTypeStatusCommand, se_GetDeleteEventsByEventTypeStatusCommand, } from "../protocols/Aws_json1_1";
5
5
  export class GetDeleteEventsByEventTypeStatusCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetDeleteEventsByEventTypeStatusCommand 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_1GetDeleteEventsByEventTypeStatusCommand(input, context);
36
+ return se_GetDeleteEventsByEventTypeStatusCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1GetDeleteEventsByEventTypeStatusCommand(output, context);
39
+ return de_GetDeleteEventsByEventTypeStatusCommand(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_1GetDetectorVersionCommand, serializeAws_json1_1GetDetectorVersionCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_GetDetectorVersionCommand, se_GetDetectorVersionCommand } from "../protocols/Aws_json1_1";
5
5
  export class GetDetectorVersionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetDetectorVersionCommand 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_1GetDetectorVersionCommand(input, context);
36
+ return se_GetDetectorVersionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1GetDetectorVersionCommand(output, context);
39
+ return de_GetDetectorVersionCommand(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_1GetDetectorsCommand, serializeAws_json1_1GetDetectorsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_GetDetectorsCommand, se_GetDetectorsCommand } from "../protocols/Aws_json1_1";
5
5
  export class GetDetectorsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetDetectorsCommand 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_1GetDetectorsCommand(input, context);
36
+ return se_GetDetectorsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1GetDetectorsCommand(output, context);
39
+ return de_GetDetectorsCommand(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_1GetEntityTypesCommand, serializeAws_json1_1GetEntityTypesCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_GetEntityTypesCommand, se_GetEntityTypesCommand } from "../protocols/Aws_json1_1";
5
5
  export class GetEntityTypesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetEntityTypesCommand 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_1GetEntityTypesCommand(input, context);
36
+ return se_GetEntityTypesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1GetEntityTypesCommand(output, context);
39
+ return de_GetEntityTypesCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ 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
4
  import { GetEventResultFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_json1_1GetEventCommand, serializeAws_json1_1GetEventCommand } from "../protocols/Aws_json1_1";
5
+ import { de_GetEventCommand, se_GetEventCommand } from "../protocols/Aws_json1_1";
6
6
  export class GetEventCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetEventCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_1GetEventCommand(input, context);
37
+ return se_GetEventCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1GetEventCommand(output, context);
40
+ return de_GetEventCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ 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
4
  import { GetEventPredictionRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1GetEventPredictionCommand, serializeAws_json1_1GetEventPredictionCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_GetEventPredictionCommand, se_GetEventPredictionCommand } from "../protocols/Aws_json1_1";
6
6
  export class GetEventPredictionCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetEventPredictionCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_1GetEventPredictionCommand(input, context);
37
+ return se_GetEventPredictionCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1GetEventPredictionCommand(output, context);
40
+ return de_GetEventPredictionCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ 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
4
  import { GetEventPredictionMetadataResultFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1GetEventPredictionMetadataCommand, serializeAws_json1_1GetEventPredictionMetadataCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_GetEventPredictionMetadataCommand, se_GetEventPredictionMetadataCommand } from "../protocols/Aws_json1_1";
6
6
  export class GetEventPredictionMetadataCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetEventPredictionMetadataCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_1GetEventPredictionMetadataCommand(input, context);
37
+ return se_GetEventPredictionMetadataCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1GetEventPredictionMetadataCommand(output, context);
40
+ return de_GetEventPredictionMetadataCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ 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
4
  import { GetEventTypesResultFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_json1_1GetEventTypesCommand, serializeAws_json1_1GetEventTypesCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_GetEventTypesCommand, se_GetEventTypesCommand } from "../protocols/Aws_json1_1";
6
6
  export class GetEventTypesCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetEventTypesCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_1GetEventTypesCommand(input, context);
37
+ return se_GetEventTypesCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1GetEventTypesCommand(output, context);
40
+ return de_GetEventTypesCommand(output, context);
41
41
  }
42
42
  }
@@ -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_1GetExternalModelsCommand, serializeAws_json1_1GetExternalModelsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_GetExternalModelsCommand, se_GetExternalModelsCommand } from "../protocols/Aws_json1_1";
5
5
  export class GetExternalModelsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetExternalModelsCommand 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_1GetExternalModelsCommand(input, context);
36
+ return se_GetExternalModelsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1GetExternalModelsCommand(output, context);
39
+ return de_GetExternalModelsCommand(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_1GetKMSEncryptionKeyCommand, serializeAws_json1_1GetKMSEncryptionKeyCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_GetKMSEncryptionKeyCommand, se_GetKMSEncryptionKeyCommand } from "../protocols/Aws_json1_1";
5
5
  export class GetKMSEncryptionKeyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetKMSEncryptionKeyCommand 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_1GetKMSEncryptionKeyCommand(input, context);
36
+ return se_GetKMSEncryptionKeyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1GetKMSEncryptionKeyCommand(output, context);
39
+ return de_GetKMSEncryptionKeyCommand(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_1GetLabelsCommand, serializeAws_json1_1GetLabelsCommand } from "../protocols/Aws_json1_1";
4
+ import { de_GetLabelsCommand, se_GetLabelsCommand } from "../protocols/Aws_json1_1";
5
5
  export class GetLabelsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetLabelsCommand 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_1GetLabelsCommand(input, context);
36
+ return se_GetLabelsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1GetLabelsCommand(output, context);
39
+ return de_GetLabelsCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ 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
4
  import { GetListElementsResultFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1GetListElementsCommand, serializeAws_json1_1GetListElementsCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_GetListElementsCommand, se_GetListElementsCommand } from "../protocols/Aws_json1_1";
6
6
  export class GetListElementsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetListElementsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_1GetListElementsCommand(input, context);
37
+ return se_GetListElementsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1GetListElementsCommand(output, context);
40
+ return de_GetListElementsCommand(output, context);
41
41
  }
42
42
  }
@@ -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_1GetListsMetadataCommand, serializeAws_json1_1GetListsMetadataCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_GetListsMetadataCommand, se_GetListsMetadataCommand } from "../protocols/Aws_json1_1";
5
5
  export class GetListsMetadataCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetListsMetadataCommand 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_1GetListsMetadataCommand(input, context);
36
+ return se_GetListsMetadataCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1GetListsMetadataCommand(output, context);
39
+ return de_GetListsMetadataCommand(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_1GetModelVersionCommand, serializeAws_json1_1GetModelVersionCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_GetModelVersionCommand, se_GetModelVersionCommand } from "../protocols/Aws_json1_1";
5
5
  export class GetModelVersionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetModelVersionCommand 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_1GetModelVersionCommand(input, context);
36
+ return se_GetModelVersionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1GetModelVersionCommand(output, context);
39
+ return de_GetModelVersionCommand(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_1GetModelsCommand, serializeAws_json1_1GetModelsCommand } from "../protocols/Aws_json1_1";
4
+ import { de_GetModelsCommand, se_GetModelsCommand } from "../protocols/Aws_json1_1";
5
5
  export class GetModelsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetModelsCommand 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_1GetModelsCommand(input, context);
36
+ return se_GetModelsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1GetModelsCommand(output, context);
39
+ return de_GetModelsCommand(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_1GetOutcomesCommand, serializeAws_json1_1GetOutcomesCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_GetOutcomesCommand, se_GetOutcomesCommand } from "../protocols/Aws_json1_1";
5
5
  export class GetOutcomesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetOutcomesCommand 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_1GetOutcomesCommand(input, context);
36
+ return se_GetOutcomesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1GetOutcomesCommand(output, context);
39
+ return de_GetOutcomesCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ 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
4
  import { GetRulesResultFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_json1_1GetRulesCommand, serializeAws_json1_1GetRulesCommand } from "../protocols/Aws_json1_1";
5
+ import { de_GetRulesCommand, se_GetRulesCommand } from "../protocols/Aws_json1_1";
6
6
  export class GetRulesCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetRulesCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_1GetRulesCommand(input, context);
37
+ return se_GetRulesCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1GetRulesCommand(output, context);
40
+ return de_GetRulesCommand(output, context);
41
41
  }
42
42
  }
@@ -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_1GetVariablesCommand, serializeAws_json1_1GetVariablesCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_GetVariablesCommand, se_GetVariablesCommand } from "../protocols/Aws_json1_1";
5
5
  export class GetVariablesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetVariablesCommand 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_1GetVariablesCommand(input, context);
36
+ return se_GetVariablesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1GetVariablesCommand(output, context);
39
+ return de_GetVariablesCommand(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_1ListEventPredictionsCommand, serializeAws_json1_1ListEventPredictionsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListEventPredictionsCommand, se_ListEventPredictionsCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListEventPredictionsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListEventPredictionsCommand 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_1ListEventPredictionsCommand(input, context);
36
+ return se_ListEventPredictionsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListEventPredictionsCommand(output, context);
39
+ return de_ListEventPredictionsCommand(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_1PutDetectorCommand, serializeAws_json1_1PutDetectorCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_PutDetectorCommand, se_PutDetectorCommand } from "../protocols/Aws_json1_1";
5
5
  export class PutDetectorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PutDetectorCommand 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_1PutDetectorCommand(input, context);
36
+ return se_PutDetectorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1PutDetectorCommand(output, context);
39
+ return de_PutDetectorCommand(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_1PutEntityTypeCommand, serializeAws_json1_1PutEntityTypeCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_PutEntityTypeCommand, se_PutEntityTypeCommand } from "../protocols/Aws_json1_1";
5
5
  export class PutEntityTypeCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PutEntityTypeCommand 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_1PutEntityTypeCommand(input, context);
36
+ return se_PutEntityTypeCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1PutEntityTypeCommand(output, context);
39
+ return de_PutEntityTypeCommand(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_1PutEventTypeCommand, serializeAws_json1_1PutEventTypeCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_PutEventTypeCommand, se_PutEventTypeCommand } from "../protocols/Aws_json1_1";
5
5
  export class PutEventTypeCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PutEventTypeCommand 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_1PutEventTypeCommand(input, context);
36
+ return se_PutEventTypeCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1PutEventTypeCommand(output, context);
39
+ return de_PutEventTypeCommand(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_1PutExternalModelCommand, serializeAws_json1_1PutExternalModelCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_PutExternalModelCommand, se_PutExternalModelCommand } from "../protocols/Aws_json1_1";
5
5
  export class PutExternalModelCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PutExternalModelCommand 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_1PutExternalModelCommand(input, context);
36
+ return se_PutExternalModelCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1PutExternalModelCommand(output, context);
39
+ return de_PutExternalModelCommand(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_1PutKMSEncryptionKeyCommand, serializeAws_json1_1PutKMSEncryptionKeyCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_PutKMSEncryptionKeyCommand, se_PutKMSEncryptionKeyCommand } from "../protocols/Aws_json1_1";
5
5
  export class PutKMSEncryptionKeyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PutKMSEncryptionKeyCommand 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_1PutKMSEncryptionKeyCommand(input, context);
36
+ return se_PutKMSEncryptionKeyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1PutKMSEncryptionKeyCommand(output, context);
39
+ return de_PutKMSEncryptionKeyCommand(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_1PutLabelCommand, serializeAws_json1_1PutLabelCommand } from "../protocols/Aws_json1_1";
4
+ import { de_PutLabelCommand, se_PutLabelCommand } from "../protocols/Aws_json1_1";
5
5
  export class PutLabelCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PutLabelCommand 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_1PutLabelCommand(input, context);
36
+ return se_PutLabelCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1PutLabelCommand(output, context);
39
+ return de_PutLabelCommand(output, context);
40
40
  }
41
41
  }