@aws-sdk/client-codeguruprofiler 3.306.0 → 3.310.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/dist-cjs/commands/AddNotificationChannelsCommand.js +2 -2
  2. package/dist-cjs/commands/BatchGetFrameMetricDataCommand.js +2 -2
  3. package/dist-cjs/commands/ConfigureAgentCommand.js +2 -2
  4. package/dist-cjs/commands/CreateProfilingGroupCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteProfilingGroupCommand.js +2 -2
  6. package/dist-cjs/commands/DescribeProfilingGroupCommand.js +2 -2
  7. package/dist-cjs/commands/GetFindingsReportAccountSummaryCommand.js +2 -2
  8. package/dist-cjs/commands/GetNotificationConfigurationCommand.js +2 -2
  9. package/dist-cjs/commands/GetPolicyCommand.js +2 -2
  10. package/dist-cjs/commands/GetProfileCommand.js +2 -2
  11. package/dist-cjs/commands/GetRecommendationsCommand.js +2 -2
  12. package/dist-cjs/commands/ListFindingsReportsCommand.js +2 -2
  13. package/dist-cjs/commands/ListProfileTimesCommand.js +2 -2
  14. package/dist-cjs/commands/ListProfilingGroupsCommand.js +2 -2
  15. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  16. package/dist-cjs/commands/PostAgentProfileCommand.js +2 -2
  17. package/dist-cjs/commands/PutPermissionCommand.js +2 -2
  18. package/dist-cjs/commands/RemoveNotificationChannelCommand.js +2 -2
  19. package/dist-cjs/commands/RemovePermissionCommand.js +2 -2
  20. package/dist-cjs/commands/SubmitFeedbackCommand.js +2 -2
  21. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  22. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  23. package/dist-cjs/commands/UpdateProfilingGroupCommand.js +2 -2
  24. package/dist-cjs/protocols/Aws_restJson1.js +346 -360
  25. package/dist-es/commands/AddNotificationChannelsCommand.js +3 -3
  26. package/dist-es/commands/BatchGetFrameMetricDataCommand.js +3 -3
  27. package/dist-es/commands/ConfigureAgentCommand.js +3 -3
  28. package/dist-es/commands/CreateProfilingGroupCommand.js +3 -3
  29. package/dist-es/commands/DeleteProfilingGroupCommand.js +3 -3
  30. package/dist-es/commands/DescribeProfilingGroupCommand.js +3 -3
  31. package/dist-es/commands/GetFindingsReportAccountSummaryCommand.js +3 -3
  32. package/dist-es/commands/GetNotificationConfigurationCommand.js +3 -3
  33. package/dist-es/commands/GetPolicyCommand.js +3 -3
  34. package/dist-es/commands/GetProfileCommand.js +3 -3
  35. package/dist-es/commands/GetRecommendationsCommand.js +3 -3
  36. package/dist-es/commands/ListFindingsReportsCommand.js +3 -3
  37. package/dist-es/commands/ListProfileTimesCommand.js +3 -3
  38. package/dist-es/commands/ListProfilingGroupsCommand.js +3 -3
  39. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  40. package/dist-es/commands/PostAgentProfileCommand.js +3 -3
  41. package/dist-es/commands/PutPermissionCommand.js +3 -3
  42. package/dist-es/commands/RemoveNotificationChannelCommand.js +3 -3
  43. package/dist-es/commands/RemovePermissionCommand.js +3 -3
  44. package/dist-es/commands/SubmitFeedbackCommand.js +3 -3
  45. package/dist-es/commands/TagResourceCommand.js +3 -3
  46. package/dist-es/commands/UntagResourceCommand.js +3 -3
  47. package/dist-es/commands/UpdateProfilingGroupCommand.js +3 -3
  48. package/dist-es/protocols/Aws_restJson1.js +299 -313
  49. package/dist-types/protocols/Aws_restJson1.d.ts +184 -46
  50. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +46 -46
  51. package/package.json +35 -35
@@ -36,10 +36,10 @@ class AddNotificationChannelsCommand 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_restJson1AddNotificationChannelsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_AddNotificationChannelsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1AddNotificationChannelsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_AddNotificationChannelsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AddNotificationChannelsCommand = AddNotificationChannelsCommand;
@@ -36,10 +36,10 @@ class BatchGetFrameMetricDataCommand 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_restJson1BatchGetFrameMetricDataCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_BatchGetFrameMetricDataCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1BatchGetFrameMetricDataCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_BatchGetFrameMetricDataCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.BatchGetFrameMetricDataCommand = BatchGetFrameMetricDataCommand;
@@ -36,10 +36,10 @@ class ConfigureAgentCommand 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_restJson1ConfigureAgentCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ConfigureAgentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ConfigureAgentCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ConfigureAgentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ConfigureAgentCommand = ConfigureAgentCommand;
@@ -36,10 +36,10 @@ class CreateProfilingGroupCommand 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_restJson1CreateProfilingGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateProfilingGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateProfilingGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateProfilingGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateProfilingGroupCommand = CreateProfilingGroupCommand;
@@ -36,10 +36,10 @@ class DeleteProfilingGroupCommand 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_restJson1DeleteProfilingGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteProfilingGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteProfilingGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteProfilingGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteProfilingGroupCommand = DeleteProfilingGroupCommand;
@@ -36,10 +36,10 @@ class DescribeProfilingGroupCommand 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_restJson1DescribeProfilingGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeProfilingGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeProfilingGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeProfilingGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeProfilingGroupCommand = DescribeProfilingGroupCommand;
@@ -36,10 +36,10 @@ class GetFindingsReportAccountSummaryCommand 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_restJson1GetFindingsReportAccountSummaryCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetFindingsReportAccountSummaryCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetFindingsReportAccountSummaryCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetFindingsReportAccountSummaryCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetFindingsReportAccountSummaryCommand = GetFindingsReportAccountSummaryCommand;
@@ -36,10 +36,10 @@ class GetNotificationConfigurationCommand 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_restJson1GetNotificationConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetNotificationConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetNotificationConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetNotificationConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetNotificationConfigurationCommand = GetNotificationConfigurationCommand;
@@ -36,10 +36,10 @@ class GetPolicyCommand 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_restJson1GetPolicyCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetPolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetPolicyCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetPolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetPolicyCommand = GetPolicyCommand;
@@ -36,10 +36,10 @@ class GetProfileCommand 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_restJson1GetProfileCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetProfileCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetProfileCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetProfileCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetProfileCommand = GetProfileCommand;
@@ -36,10 +36,10 @@ class GetRecommendationsCommand 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_restJson1GetRecommendationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetRecommendationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetRecommendationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetRecommendationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetRecommendationsCommand = GetRecommendationsCommand;
@@ -36,10 +36,10 @@ class ListFindingsReportsCommand 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_restJson1ListFindingsReportsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListFindingsReportsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListFindingsReportsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListFindingsReportsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListFindingsReportsCommand = ListFindingsReportsCommand;
@@ -36,10 +36,10 @@ class ListProfileTimesCommand 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_restJson1ListProfileTimesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListProfileTimesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListProfileTimesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListProfileTimesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListProfileTimesCommand = ListProfileTimesCommand;
@@ -36,10 +36,10 @@ class ListProfilingGroupsCommand 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_restJson1ListProfilingGroupsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListProfilingGroupsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListProfilingGroupsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListProfilingGroupsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListProfilingGroupsCommand = ListProfilingGroupsCommand;
@@ -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 PostAgentProfileCommand 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_restJson1PostAgentProfileCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_PostAgentProfileCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1PostAgentProfileCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_PostAgentProfileCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PostAgentProfileCommand = PostAgentProfileCommand;
@@ -36,10 +36,10 @@ class PutPermissionCommand 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_restJson1PutPermissionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_PutPermissionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1PutPermissionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_PutPermissionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutPermissionCommand = PutPermissionCommand;
@@ -36,10 +36,10 @@ class RemoveNotificationChannelCommand 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_restJson1RemoveNotificationChannelCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_RemoveNotificationChannelCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1RemoveNotificationChannelCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_RemoveNotificationChannelCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.RemoveNotificationChannelCommand = RemoveNotificationChannelCommand;
@@ -36,10 +36,10 @@ class RemovePermissionCommand 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_restJson1RemovePermissionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_RemovePermissionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1RemovePermissionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_RemovePermissionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.RemovePermissionCommand = RemovePermissionCommand;
@@ -36,10 +36,10 @@ class SubmitFeedbackCommand 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_restJson1SubmitFeedbackCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_SubmitFeedbackCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1SubmitFeedbackCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_SubmitFeedbackCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.SubmitFeedbackCommand = SubmitFeedbackCommand;
@@ -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 UpdateProfilingGroupCommand 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_restJson1UpdateProfilingGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateProfilingGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateProfilingGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateProfilingGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateProfilingGroupCommand = UpdateProfilingGroupCommand;