@aws-sdk/client-xray 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 (65) hide show
  1. package/dist-cjs/commands/BatchGetTracesCommand.js +2 -2
  2. package/dist-cjs/commands/CreateGroupCommand.js +2 -2
  3. package/dist-cjs/commands/CreateSamplingRuleCommand.js +2 -2
  4. package/dist-cjs/commands/DeleteGroupCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteSamplingRuleCommand.js +2 -2
  7. package/dist-cjs/commands/GetEncryptionConfigCommand.js +2 -2
  8. package/dist-cjs/commands/GetGroupCommand.js +2 -2
  9. package/dist-cjs/commands/GetGroupsCommand.js +2 -2
  10. package/dist-cjs/commands/GetInsightCommand.js +2 -2
  11. package/dist-cjs/commands/GetInsightEventsCommand.js +2 -2
  12. package/dist-cjs/commands/GetInsightImpactGraphCommand.js +2 -2
  13. package/dist-cjs/commands/GetInsightSummariesCommand.js +2 -2
  14. package/dist-cjs/commands/GetSamplingRulesCommand.js +2 -2
  15. package/dist-cjs/commands/GetSamplingStatisticSummariesCommand.js +2 -2
  16. package/dist-cjs/commands/GetSamplingTargetsCommand.js +2 -2
  17. package/dist-cjs/commands/GetServiceGraphCommand.js +2 -2
  18. package/dist-cjs/commands/GetTimeSeriesServiceStatisticsCommand.js +2 -2
  19. package/dist-cjs/commands/GetTraceGraphCommand.js +2 -2
  20. package/dist-cjs/commands/GetTraceSummariesCommand.js +2 -2
  21. package/dist-cjs/commands/ListResourcePoliciesCommand.js +2 -2
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  23. package/dist-cjs/commands/PutEncryptionConfigCommand.js +2 -2
  24. package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
  25. package/dist-cjs/commands/PutTelemetryRecordsCommand.js +2 -2
  26. package/dist-cjs/commands/PutTraceSegmentsCommand.js +2 -2
  27. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  28. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  29. package/dist-cjs/commands/UpdateGroupCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateSamplingRuleCommand.js +2 -2
  31. package/dist-cjs/protocols/Aws_restJson1.js +522 -576
  32. package/dist-es/commands/BatchGetTracesCommand.js +3 -3
  33. package/dist-es/commands/CreateGroupCommand.js +3 -3
  34. package/dist-es/commands/CreateSamplingRuleCommand.js +3 -3
  35. package/dist-es/commands/DeleteGroupCommand.js +3 -3
  36. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
  37. package/dist-es/commands/DeleteSamplingRuleCommand.js +3 -3
  38. package/dist-es/commands/GetEncryptionConfigCommand.js +3 -3
  39. package/dist-es/commands/GetGroupCommand.js +3 -3
  40. package/dist-es/commands/GetGroupsCommand.js +3 -3
  41. package/dist-es/commands/GetInsightCommand.js +3 -3
  42. package/dist-es/commands/GetInsightEventsCommand.js +3 -3
  43. package/dist-es/commands/GetInsightImpactGraphCommand.js +3 -3
  44. package/dist-es/commands/GetInsightSummariesCommand.js +3 -3
  45. package/dist-es/commands/GetSamplingRulesCommand.js +3 -3
  46. package/dist-es/commands/GetSamplingStatisticSummariesCommand.js +3 -3
  47. package/dist-es/commands/GetSamplingTargetsCommand.js +3 -3
  48. package/dist-es/commands/GetServiceGraphCommand.js +3 -3
  49. package/dist-es/commands/GetTimeSeriesServiceStatisticsCommand.js +3 -3
  50. package/dist-es/commands/GetTraceGraphCommand.js +3 -3
  51. package/dist-es/commands/GetTraceSummariesCommand.js +3 -3
  52. package/dist-es/commands/ListResourcePoliciesCommand.js +3 -3
  53. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  54. package/dist-es/commands/PutEncryptionConfigCommand.js +3 -3
  55. package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
  56. package/dist-es/commands/PutTelemetryRecordsCommand.js +3 -3
  57. package/dist-es/commands/PutTraceSegmentsCommand.js +3 -3
  58. package/dist-es/commands/TagResourceCommand.js +3 -3
  59. package/dist-es/commands/UntagResourceCommand.js +3 -3
  60. package/dist-es/commands/UpdateGroupCommand.js +3 -3
  61. package/dist-es/commands/UpdateSamplingRuleCommand.js +3 -3
  62. package/dist-es/protocols/Aws_restJson1.js +460 -514
  63. package/dist-types/protocols/Aws_restJson1.d.ts +240 -60
  64. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -60
  65. package/package.json +29 -29
@@ -36,10 +36,10 @@ class BatchGetTracesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1BatchGetTracesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_BatchGetTracesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1BatchGetTracesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_BatchGetTracesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.BatchGetTracesCommand = BatchGetTracesCommand;
@@ -36,10 +36,10 @@ class CreateGroupCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateGroupCommand = CreateGroupCommand;
@@ -36,10 +36,10 @@ class CreateSamplingRuleCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateSamplingRuleCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateSamplingRuleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateSamplingRuleCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateSamplingRuleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateSamplingRuleCommand = CreateSamplingRuleCommand;
@@ -36,10 +36,10 @@ class DeleteGroupCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteGroupCommand = DeleteGroupCommand;
@@ -36,10 +36,10 @@ class DeleteResourcePolicyCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteResourcePolicyCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteResourcePolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteResourcePolicyCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteResourcePolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
@@ -36,10 +36,10 @@ class DeleteSamplingRuleCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteSamplingRuleCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteSamplingRuleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteSamplingRuleCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteSamplingRuleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteSamplingRuleCommand = DeleteSamplingRuleCommand;
@@ -36,10 +36,10 @@ class GetEncryptionConfigCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetEncryptionConfigCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetEncryptionConfigCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetEncryptionConfigCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetEncryptionConfigCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetEncryptionConfigCommand = GetEncryptionConfigCommand;
@@ -36,10 +36,10 @@ class GetGroupCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetGroupCommand = GetGroupCommand;
@@ -36,10 +36,10 @@ class GetGroupsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetGroupsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetGroupsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetGroupsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetGroupsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetGroupsCommand = GetGroupsCommand;
@@ -36,10 +36,10 @@ class GetInsightCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetInsightCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetInsightCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetInsightCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetInsightCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetInsightCommand = GetInsightCommand;
@@ -36,10 +36,10 @@ class GetInsightEventsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetInsightEventsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetInsightEventsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetInsightEventsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetInsightEventsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetInsightEventsCommand = GetInsightEventsCommand;
@@ -36,10 +36,10 @@ class GetInsightImpactGraphCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetInsightImpactGraphCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetInsightImpactGraphCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetInsightImpactGraphCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetInsightImpactGraphCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetInsightImpactGraphCommand = GetInsightImpactGraphCommand;
@@ -36,10 +36,10 @@ class GetInsightSummariesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetInsightSummariesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetInsightSummariesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetInsightSummariesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetInsightSummariesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetInsightSummariesCommand = GetInsightSummariesCommand;
@@ -36,10 +36,10 @@ class GetSamplingRulesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetSamplingRulesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetSamplingRulesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetSamplingRulesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetSamplingRulesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetSamplingRulesCommand = GetSamplingRulesCommand;
@@ -36,10 +36,10 @@ class GetSamplingStatisticSummariesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetSamplingStatisticSummariesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetSamplingStatisticSummariesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetSamplingStatisticSummariesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetSamplingStatisticSummariesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetSamplingStatisticSummariesCommand = GetSamplingStatisticSummariesCommand;
@@ -36,10 +36,10 @@ class GetSamplingTargetsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetSamplingTargetsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetSamplingTargetsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetSamplingTargetsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetSamplingTargetsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetSamplingTargetsCommand = GetSamplingTargetsCommand;
@@ -36,10 +36,10 @@ class GetServiceGraphCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetServiceGraphCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetServiceGraphCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetServiceGraphCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetServiceGraphCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetServiceGraphCommand = GetServiceGraphCommand;
@@ -36,10 +36,10 @@ class GetTimeSeriesServiceStatisticsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetTimeSeriesServiceStatisticsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetTimeSeriesServiceStatisticsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetTimeSeriesServiceStatisticsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetTimeSeriesServiceStatisticsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetTimeSeriesServiceStatisticsCommand = GetTimeSeriesServiceStatisticsCommand;
@@ -36,10 +36,10 @@ class GetTraceGraphCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetTraceGraphCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetTraceGraphCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetTraceGraphCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetTraceGraphCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetTraceGraphCommand = GetTraceGraphCommand;
@@ -36,10 +36,10 @@ class GetTraceSummariesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetTraceSummariesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetTraceSummariesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetTraceSummariesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetTraceSummariesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetTraceSummariesCommand = GetTraceSummariesCommand;
@@ -36,10 +36,10 @@ class ListResourcePoliciesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListResourcePoliciesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListResourcePoliciesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListResourcePoliciesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListResourcePoliciesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListResourcePoliciesCommand = ListResourcePoliciesCommand;
@@ -36,10 +36,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListTagsForResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListTagsForResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -36,10 +36,10 @@ class PutEncryptionConfigCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1PutEncryptionConfigCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_PutEncryptionConfigCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1PutEncryptionConfigCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_PutEncryptionConfigCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutEncryptionConfigCommand = PutEncryptionConfigCommand;
@@ -36,10 +36,10 @@ class PutResourcePolicyCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1PutResourcePolicyCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_PutResourcePolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1PutResourcePolicyCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_PutResourcePolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
@@ -36,10 +36,10 @@ class PutTelemetryRecordsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1PutTelemetryRecordsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_PutTelemetryRecordsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1PutTelemetryRecordsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_PutTelemetryRecordsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutTelemetryRecordsCommand = PutTelemetryRecordsCommand;
@@ -36,10 +36,10 @@ class PutTraceSegmentsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1PutTraceSegmentsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_PutTraceSegmentsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1PutTraceSegmentsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_PutTraceSegmentsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutTraceSegmentsCommand = PutTraceSegmentsCommand;
@@ -36,10 +36,10 @@ class TagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1TagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.TagResourceCommand = TagResourceCommand;
@@ -36,10 +36,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UntagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -36,10 +36,10 @@ class UpdateGroupCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateGroupCommand = UpdateGroupCommand;
@@ -36,10 +36,10 @@ class UpdateSamplingRuleCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateSamplingRuleCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateSamplingRuleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateSamplingRuleCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateSamplingRuleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateSamplingRuleCommand = UpdateSamplingRuleCommand;