@aws-sdk/client-codeguruprofiler 3.131.0 → 3.142.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 (55) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AddNotificationChannelsCommand.js +2 -2
  4. package/dist-cjs/commands/BatchGetFrameMetricDataCommand.js +2 -2
  5. package/dist-cjs/commands/ConfigureAgentCommand.js +2 -2
  6. package/dist-cjs/commands/CreateProfilingGroupCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteProfilingGroupCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeProfilingGroupCommand.js +2 -2
  9. package/dist-cjs/commands/GetFindingsReportAccountSummaryCommand.js +2 -2
  10. package/dist-cjs/commands/GetNotificationConfigurationCommand.js +2 -2
  11. package/dist-cjs/commands/GetPolicyCommand.js +2 -2
  12. package/dist-cjs/commands/GetProfileCommand.js +2 -2
  13. package/dist-cjs/commands/GetRecommendationsCommand.js +2 -2
  14. package/dist-cjs/commands/ListFindingsReportsCommand.js +2 -2
  15. package/dist-cjs/commands/ListProfileTimesCommand.js +2 -2
  16. package/dist-cjs/commands/ListProfilingGroupsCommand.js +2 -2
  17. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  18. package/dist-cjs/commands/PostAgentProfileCommand.js +2 -2
  19. package/dist-cjs/commands/PutPermissionCommand.js +2 -2
  20. package/dist-cjs/commands/RemoveNotificationChannelCommand.js +2 -2
  21. package/dist-cjs/commands/RemovePermissionCommand.js +2 -2
  22. package/dist-cjs/commands/SubmitFeedbackCommand.js +2 -2
  23. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  24. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  25. package/dist-cjs/commands/UpdateProfilingGroupCommand.js +2 -2
  26. package/dist-cjs/models/models_0.js +262 -392
  27. package/dist-cjs/protocols/Aws_restJson1.js +328 -654
  28. package/dist-es/commands/AddNotificationChannelsCommand.js +3 -3
  29. package/dist-es/commands/BatchGetFrameMetricDataCommand.js +3 -3
  30. package/dist-es/commands/ConfigureAgentCommand.js +3 -3
  31. package/dist-es/commands/CreateProfilingGroupCommand.js +3 -3
  32. package/dist-es/commands/DeleteProfilingGroupCommand.js +3 -3
  33. package/dist-es/commands/DescribeProfilingGroupCommand.js +3 -3
  34. package/dist-es/commands/GetFindingsReportAccountSummaryCommand.js +3 -3
  35. package/dist-es/commands/GetNotificationConfigurationCommand.js +3 -3
  36. package/dist-es/commands/GetPolicyCommand.js +3 -3
  37. package/dist-es/commands/GetProfileCommand.js +3 -3
  38. package/dist-es/commands/GetRecommendationsCommand.js +3 -3
  39. package/dist-es/commands/ListFindingsReportsCommand.js +3 -3
  40. package/dist-es/commands/ListProfileTimesCommand.js +3 -3
  41. package/dist-es/commands/ListProfilingGroupsCommand.js +3 -3
  42. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  43. package/dist-es/commands/PostAgentProfileCommand.js +3 -3
  44. package/dist-es/commands/PutPermissionCommand.js +3 -3
  45. package/dist-es/commands/RemoveNotificationChannelCommand.js +3 -3
  46. package/dist-es/commands/RemovePermissionCommand.js +3 -3
  47. package/dist-es/commands/SubmitFeedbackCommand.js +3 -3
  48. package/dist-es/commands/TagResourceCommand.js +3 -3
  49. package/dist-es/commands/UntagResourceCommand.js +3 -3
  50. package/dist-es/commands/UpdateProfilingGroupCommand.js +3 -3
  51. package/dist-es/models/models_0.js +65 -260
  52. package/dist-es/protocols/Aws_restJson1.js +418 -627
  53. package/dist-types/models/models_0.d.ts +260 -390
  54. package/dist-types/ts3.4/models/models_0.d.ts +130 -260
  55. package/package.json +6 -6
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { AddNotificationChannelsRequest, AddNotificationChannelsResponse } from "../models/models_0";
4
+ import { AddNotificationChannelsRequestFilterSensitiveLog, AddNotificationChannelsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1AddNotificationChannelsCommand, serializeAws_restJson1AddNotificationChannelsCommand, } from "../protocols/Aws_restJson1";
6
6
  var AddNotificationChannelsCommand = (function (_super) {
7
7
  __extends(AddNotificationChannelsCommand, _super);
@@ -20,8 +20,8 @@ var AddNotificationChannelsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: AddNotificationChannelsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: AddNotificationChannelsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: AddNotificationChannelsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: AddNotificationChannelsResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { BatchGetFrameMetricDataRequest, BatchGetFrameMetricDataResponse } from "../models/models_0";
4
+ import { BatchGetFrameMetricDataRequestFilterSensitiveLog, BatchGetFrameMetricDataResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1BatchGetFrameMetricDataCommand, serializeAws_restJson1BatchGetFrameMetricDataCommand, } from "../protocols/Aws_restJson1";
6
6
  var BatchGetFrameMetricDataCommand = (function (_super) {
7
7
  __extends(BatchGetFrameMetricDataCommand, _super);
@@ -20,8 +20,8 @@ var BatchGetFrameMetricDataCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: BatchGetFrameMetricDataRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: BatchGetFrameMetricDataResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: BatchGetFrameMetricDataRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: BatchGetFrameMetricDataResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ConfigureAgentRequest, ConfigureAgentResponse } from "../models/models_0";
4
+ import { ConfigureAgentRequestFilterSensitiveLog, ConfigureAgentResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ConfigureAgentCommand, serializeAws_restJson1ConfigureAgentCommand, } from "../protocols/Aws_restJson1";
6
6
  var ConfigureAgentCommand = (function (_super) {
7
7
  __extends(ConfigureAgentCommand, _super);
@@ -20,8 +20,8 @@ var ConfigureAgentCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ConfigureAgentRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ConfigureAgentResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ConfigureAgentRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ConfigureAgentResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateProfilingGroupRequest, CreateProfilingGroupResponse } from "../models/models_0";
4
+ import { CreateProfilingGroupRequestFilterSensitiveLog, CreateProfilingGroupResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateProfilingGroupCommand, serializeAws_restJson1CreateProfilingGroupCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateProfilingGroupCommand = (function (_super) {
7
7
  __extends(CreateProfilingGroupCommand, _super);
@@ -20,8 +20,8 @@ var CreateProfilingGroupCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateProfilingGroupRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateProfilingGroupResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateProfilingGroupRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateProfilingGroupResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteProfilingGroupRequest, DeleteProfilingGroupResponse } from "../models/models_0";
4
+ import { DeleteProfilingGroupRequestFilterSensitiveLog, DeleteProfilingGroupResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteProfilingGroupCommand, serializeAws_restJson1DeleteProfilingGroupCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteProfilingGroupCommand = (function (_super) {
7
7
  __extends(DeleteProfilingGroupCommand, _super);
@@ -20,8 +20,8 @@ var DeleteProfilingGroupCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteProfilingGroupRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteProfilingGroupResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteProfilingGroupRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteProfilingGroupResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DescribeProfilingGroupRequest, DescribeProfilingGroupResponse } from "../models/models_0";
4
+ import { DescribeProfilingGroupRequestFilterSensitiveLog, DescribeProfilingGroupResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeProfilingGroupCommand, serializeAws_restJson1DescribeProfilingGroupCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeProfilingGroupCommand = (function (_super) {
7
7
  __extends(DescribeProfilingGroupCommand, _super);
@@ -20,8 +20,8 @@ var DescribeProfilingGroupCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeProfilingGroupRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeProfilingGroupResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeProfilingGroupRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeProfilingGroupResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetFindingsReportAccountSummaryRequest, GetFindingsReportAccountSummaryResponse } from "../models/models_0";
4
+ import { GetFindingsReportAccountSummaryRequestFilterSensitiveLog, GetFindingsReportAccountSummaryResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetFindingsReportAccountSummaryCommand, serializeAws_restJson1GetFindingsReportAccountSummaryCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetFindingsReportAccountSummaryCommand = (function (_super) {
7
7
  __extends(GetFindingsReportAccountSummaryCommand, _super);
@@ -20,8 +20,8 @@ var GetFindingsReportAccountSummaryCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetFindingsReportAccountSummaryRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetFindingsReportAccountSummaryResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetFindingsReportAccountSummaryRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetFindingsReportAccountSummaryResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetNotificationConfigurationRequest, GetNotificationConfigurationResponse } from "../models/models_0";
4
+ import { GetNotificationConfigurationRequestFilterSensitiveLog, GetNotificationConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetNotificationConfigurationCommand, serializeAws_restJson1GetNotificationConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetNotificationConfigurationCommand = (function (_super) {
7
7
  __extends(GetNotificationConfigurationCommand, _super);
@@ -20,8 +20,8 @@ var GetNotificationConfigurationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetNotificationConfigurationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetNotificationConfigurationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetNotificationConfigurationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetNotificationConfigurationResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
4
+ import { GetPolicyRequestFilterSensitiveLog, GetPolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetPolicyCommand, serializeAws_restJson1GetPolicyCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetPolicyCommand = (function (_super) {
7
7
  __extends(GetPolicyCommand, _super);
@@ -20,8 +20,8 @@ var GetPolicyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetPolicyRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetPolicyResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetPolicyRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetPolicyResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetProfileRequest, GetProfileResponse } from "../models/models_0";
4
+ import { GetProfileRequestFilterSensitiveLog, GetProfileResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetProfileCommand, serializeAws_restJson1GetProfileCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetProfileCommand = (function (_super) {
7
7
  __extends(GetProfileCommand, _super);
@@ -20,8 +20,8 @@ var GetProfileCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetProfileRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetProfileResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetProfileRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetProfileResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetRecommendationsRequest, GetRecommendationsResponse } from "../models/models_0";
4
+ import { GetRecommendationsRequestFilterSensitiveLog, GetRecommendationsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetRecommendationsCommand, serializeAws_restJson1GetRecommendationsCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetRecommendationsCommand = (function (_super) {
7
7
  __extends(GetRecommendationsCommand, _super);
@@ -20,8 +20,8 @@ var GetRecommendationsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetRecommendationsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetRecommendationsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetRecommendationsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetRecommendationsResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListFindingsReportsRequest, ListFindingsReportsResponse } from "../models/models_0";
4
+ import { ListFindingsReportsRequestFilterSensitiveLog, ListFindingsReportsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListFindingsReportsCommand, serializeAws_restJson1ListFindingsReportsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListFindingsReportsCommand = (function (_super) {
7
7
  __extends(ListFindingsReportsCommand, _super);
@@ -20,8 +20,8 @@ var ListFindingsReportsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListFindingsReportsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListFindingsReportsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListFindingsReportsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListFindingsReportsResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListProfileTimesRequest, ListProfileTimesResponse } from "../models/models_0";
4
+ import { ListProfileTimesRequestFilterSensitiveLog, ListProfileTimesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListProfileTimesCommand, serializeAws_restJson1ListProfileTimesCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListProfileTimesCommand = (function (_super) {
7
7
  __extends(ListProfileTimesCommand, _super);
@@ -20,8 +20,8 @@ var ListProfileTimesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListProfileTimesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListProfileTimesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListProfileTimesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListProfileTimesResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListProfilingGroupsRequest, ListProfilingGroupsResponse } from "../models/models_0";
4
+ import { ListProfilingGroupsRequestFilterSensitiveLog, ListProfilingGroupsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListProfilingGroupsCommand, serializeAws_restJson1ListProfilingGroupsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListProfilingGroupsCommand = (function (_super) {
7
7
  __extends(ListProfilingGroupsCommand, _super);
@@ -20,8 +20,8 @@ var ListProfilingGroupsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListProfilingGroupsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListProfilingGroupsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListProfilingGroupsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListProfilingGroupsResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
+ import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListTagsForResourceCommand = (function (_super) {
7
7
  __extends(ListTagsForResourceCommand, _super);
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListTagsForResourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListTagsForResourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { PostAgentProfileRequest, PostAgentProfileResponse } from "../models/models_0";
4
+ import { PostAgentProfileRequestFilterSensitiveLog, PostAgentProfileResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1PostAgentProfileCommand, serializeAws_restJson1PostAgentProfileCommand, } from "../protocols/Aws_restJson1";
6
6
  var PostAgentProfileCommand = (function (_super) {
7
7
  __extends(PostAgentProfileCommand, _super);
@@ -20,8 +20,8 @@ var PostAgentProfileCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PostAgentProfileRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: PostAgentProfileResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PostAgentProfileRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PostAgentProfileResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { PutPermissionRequest, PutPermissionResponse } from "../models/models_0";
4
+ import { PutPermissionRequestFilterSensitiveLog, PutPermissionResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1PutPermissionCommand, serializeAws_restJson1PutPermissionCommand, } from "../protocols/Aws_restJson1";
6
6
  var PutPermissionCommand = (function (_super) {
7
7
  __extends(PutPermissionCommand, _super);
@@ -20,8 +20,8 @@ var PutPermissionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutPermissionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutPermissionResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutPermissionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PutPermissionResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { RemoveNotificationChannelRequest, RemoveNotificationChannelResponse } from "../models/models_0";
4
+ import { RemoveNotificationChannelRequestFilterSensitiveLog, RemoveNotificationChannelResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1RemoveNotificationChannelCommand, serializeAws_restJson1RemoveNotificationChannelCommand, } from "../protocols/Aws_restJson1";
6
6
  var RemoveNotificationChannelCommand = (function (_super) {
7
7
  __extends(RemoveNotificationChannelCommand, _super);
@@ -20,8 +20,8 @@ var RemoveNotificationChannelCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: RemoveNotificationChannelRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: RemoveNotificationChannelResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: RemoveNotificationChannelRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: RemoveNotificationChannelResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { RemovePermissionRequest, RemovePermissionResponse } from "../models/models_0";
4
+ import { RemovePermissionRequestFilterSensitiveLog, RemovePermissionResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1RemovePermissionCommand, serializeAws_restJson1RemovePermissionCommand, } from "../protocols/Aws_restJson1";
6
6
  var RemovePermissionCommand = (function (_super) {
7
7
  __extends(RemovePermissionCommand, _super);
@@ -20,8 +20,8 @@ var RemovePermissionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: RemovePermissionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: RemovePermissionResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: RemovePermissionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: RemovePermissionResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { SubmitFeedbackRequest, SubmitFeedbackResponse } from "../models/models_0";
4
+ import { SubmitFeedbackRequestFilterSensitiveLog, SubmitFeedbackResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1SubmitFeedbackCommand, serializeAws_restJson1SubmitFeedbackCommand, } from "../protocols/Aws_restJson1";
6
6
  var SubmitFeedbackCommand = (function (_super) {
7
7
  __extends(SubmitFeedbackCommand, _super);
@@ -20,8 +20,8 @@ var SubmitFeedbackCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: SubmitFeedbackRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: SubmitFeedbackResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: SubmitFeedbackRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: SubmitFeedbackResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
+ import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var TagResourceCommand = (function (_super) {
7
7
  __extends(TagResourceCommand, _super);
@@ -20,8 +20,8 @@ var TagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: TagResourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: TagResourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
+ import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var UntagResourceCommand = (function (_super) {
7
7
  __extends(UntagResourceCommand, _super);
@@ -20,8 +20,8 @@ var UntagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UntagResourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UntagResourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateProfilingGroupRequest, UpdateProfilingGroupResponse } from "../models/models_0";
4
+ import { UpdateProfilingGroupRequestFilterSensitiveLog, UpdateProfilingGroupResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateProfilingGroupCommand, serializeAws_restJson1UpdateProfilingGroupCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateProfilingGroupCommand = (function (_super) {
7
7
  __extends(UpdateProfilingGroupCommand, _super);
@@ -20,8 +20,8 @@ var UpdateProfilingGroupCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateProfilingGroupRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateProfilingGroupResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateProfilingGroupRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateProfilingGroupResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {