@aws-sdk/client-codeguruprofiler 3.297.0 → 3.298.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 -3
  2. package/dist-cjs/commands/BatchGetFrameMetricDataCommand.js +2 -3
  3. package/dist-cjs/commands/ConfigureAgentCommand.js +2 -3
  4. package/dist-cjs/commands/CreateProfilingGroupCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteProfilingGroupCommand.js +2 -3
  6. package/dist-cjs/commands/DescribeProfilingGroupCommand.js +2 -3
  7. package/dist-cjs/commands/GetFindingsReportAccountSummaryCommand.js +2 -3
  8. package/dist-cjs/commands/GetNotificationConfigurationCommand.js +2 -3
  9. package/dist-cjs/commands/GetPolicyCommand.js +2 -3
  10. package/dist-cjs/commands/GetProfileCommand.js +2 -3
  11. package/dist-cjs/commands/GetRecommendationsCommand.js +2 -3
  12. package/dist-cjs/commands/ListFindingsReportsCommand.js +2 -3
  13. package/dist-cjs/commands/ListProfileTimesCommand.js +2 -3
  14. package/dist-cjs/commands/ListProfilingGroupsCommand.js +2 -3
  15. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  16. package/dist-cjs/commands/PostAgentProfileCommand.js +2 -3
  17. package/dist-cjs/commands/PutPermissionCommand.js +2 -3
  18. package/dist-cjs/commands/RemoveNotificationChannelCommand.js +2 -3
  19. package/dist-cjs/commands/RemovePermissionCommand.js +2 -3
  20. package/dist-cjs/commands/SubmitFeedbackCommand.js +2 -3
  21. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  22. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  23. package/dist-cjs/commands/UpdateProfilingGroupCommand.js +2 -3
  24. package/dist-cjs/models/models_0.js +1 -262
  25. package/dist-es/commands/AddNotificationChannelsCommand.js +2 -3
  26. package/dist-es/commands/BatchGetFrameMetricDataCommand.js +2 -3
  27. package/dist-es/commands/ConfigureAgentCommand.js +2 -3
  28. package/dist-es/commands/CreateProfilingGroupCommand.js +2 -3
  29. package/dist-es/commands/DeleteProfilingGroupCommand.js +2 -3
  30. package/dist-es/commands/DescribeProfilingGroupCommand.js +2 -3
  31. package/dist-es/commands/GetFindingsReportAccountSummaryCommand.js +2 -3
  32. package/dist-es/commands/GetNotificationConfigurationCommand.js +2 -3
  33. package/dist-es/commands/GetPolicyCommand.js +2 -3
  34. package/dist-es/commands/GetProfileCommand.js +2 -3
  35. package/dist-es/commands/GetRecommendationsCommand.js +2 -3
  36. package/dist-es/commands/ListFindingsReportsCommand.js +2 -3
  37. package/dist-es/commands/ListProfileTimesCommand.js +2 -3
  38. package/dist-es/commands/ListProfilingGroupsCommand.js +2 -3
  39. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  40. package/dist-es/commands/PostAgentProfileCommand.js +2 -3
  41. package/dist-es/commands/PutPermissionCommand.js +2 -3
  42. package/dist-es/commands/RemoveNotificationChannelCommand.js +2 -3
  43. package/dist-es/commands/RemovePermissionCommand.js +2 -3
  44. package/dist-es/commands/SubmitFeedbackCommand.js +2 -3
  45. package/dist-es/commands/TagResourceCommand.js +2 -3
  46. package/dist-es/commands/UntagResourceCommand.js +2 -3
  47. package/dist-es/commands/UpdateProfilingGroupCommand.js +2 -3
  48. package/dist-es/models/models_0.js +0 -195
  49. package/dist-types/models/models_0.d.ts +0 -260
  50. package/dist-types/ts3.4/models/models_0.d.ts +0 -179
  51. package/package.json +4 -3
@@ -1,7 +1,6 @@
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 { RemovePermissionRequestFilterSensitiveLog, RemovePermissionResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1RemovePermissionCommand, serializeAws_restJson1RemovePermissionCommand, } from "../protocols/Aws_restJson1";
6
5
  export class RemovePermissionCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class RemovePermissionCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: RemovePermissionRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: RemovePermissionResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
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 { SubmitFeedbackRequestFilterSensitiveLog, SubmitFeedbackResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1SubmitFeedbackCommand, serializeAws_restJson1SubmitFeedbackCommand, } from "../protocols/Aws_restJson1";
6
5
  export class SubmitFeedbackCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class SubmitFeedbackCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: SubmitFeedbackRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: SubmitFeedbackResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
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 { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
6
5
  export class TagResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class TagResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
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 { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UntagResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UntagResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
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 { UpdateProfilingGroupRequestFilterSensitiveLog, UpdateProfilingGroupResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateProfilingGroupCommand, serializeAws_restJson1UpdateProfilingGroupCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateProfilingGroupCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateProfilingGroupCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateProfilingGroupRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateProfilingGroupResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -127,198 +127,3 @@ export var OrderBy;
127
127
  OrderBy["TIMESTAMP_ASCENDING"] = "TimestampAscending";
128
128
  OrderBy["TIMESTAMP_DESCENDING"] = "TimestampDescending";
129
129
  })(OrderBy || (OrderBy = {}));
130
- export const ChannelFilterSensitiveLog = (obj) => ({
131
- ...obj,
132
- });
133
- export const AddNotificationChannelsRequestFilterSensitiveLog = (obj) => ({
134
- ...obj,
135
- });
136
- export const NotificationConfigurationFilterSensitiveLog = (obj) => ({
137
- ...obj,
138
- });
139
- export const AddNotificationChannelsResponseFilterSensitiveLog = (obj) => ({
140
- ...obj,
141
- });
142
- export const AgentConfigurationFilterSensitiveLog = (obj) => ({
143
- ...obj,
144
- });
145
- export const AgentOrchestrationConfigFilterSensitiveLog = (obj) => ({
146
- ...obj,
147
- });
148
- export const AggregatedProfileTimeFilterSensitiveLog = (obj) => ({
149
- ...obj,
150
- });
151
- export const UserFeedbackFilterSensitiveLog = (obj) => ({
152
- ...obj,
153
- });
154
- export const AnomalyInstanceFilterSensitiveLog = (obj) => ({
155
- ...obj,
156
- });
157
- export const MetricFilterSensitiveLog = (obj) => ({
158
- ...obj,
159
- });
160
- export const AnomalyFilterSensitiveLog = (obj) => ({
161
- ...obj,
162
- });
163
- export const FrameMetricFilterSensitiveLog = (obj) => ({
164
- ...obj,
165
- });
166
- export const BatchGetFrameMetricDataRequestFilterSensitiveLog = (obj) => ({
167
- ...obj,
168
- });
169
- export const TimestampStructureFilterSensitiveLog = (obj) => ({
170
- ...obj,
171
- });
172
- export const FrameMetricDatumFilterSensitiveLog = (obj) => ({
173
- ...obj,
174
- });
175
- export const BatchGetFrameMetricDataResponseFilterSensitiveLog = (obj) => ({
176
- ...obj,
177
- });
178
- export const GetFindingsReportAccountSummaryRequestFilterSensitiveLog = (obj) => ({
179
- ...obj,
180
- });
181
- export const FindingsReportSummaryFilterSensitiveLog = (obj) => ({
182
- ...obj,
183
- });
184
- export const GetFindingsReportAccountSummaryResponseFilterSensitiveLog = (obj) => ({
185
- ...obj,
186
- });
187
- export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
188
- ...obj,
189
- });
190
- export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
191
- ...obj,
192
- });
193
- export const ConfigureAgentRequestFilterSensitiveLog = (obj) => ({
194
- ...obj,
195
- });
196
- export const ConfigureAgentResponseFilterSensitiveLog = (obj) => ({
197
- ...obj,
198
- });
199
- export const CreateProfilingGroupRequestFilterSensitiveLog = (obj) => ({
200
- ...obj,
201
- });
202
- export const ProfilingStatusFilterSensitiveLog = (obj) => ({
203
- ...obj,
204
- });
205
- export const ProfilingGroupDescriptionFilterSensitiveLog = (obj) => ({
206
- ...obj,
207
- });
208
- export const CreateProfilingGroupResponseFilterSensitiveLog = (obj) => ({
209
- ...obj,
210
- });
211
- export const DeleteProfilingGroupRequestFilterSensitiveLog = (obj) => ({
212
- ...obj,
213
- });
214
- export const DeleteProfilingGroupResponseFilterSensitiveLog = (obj) => ({
215
- ...obj,
216
- });
217
- export const DescribeProfilingGroupRequestFilterSensitiveLog = (obj) => ({
218
- ...obj,
219
- });
220
- export const DescribeProfilingGroupResponseFilterSensitiveLog = (obj) => ({
221
- ...obj,
222
- });
223
- export const GetNotificationConfigurationRequestFilterSensitiveLog = (obj) => ({
224
- ...obj,
225
- });
226
- export const GetNotificationConfigurationResponseFilterSensitiveLog = (obj) => ({
227
- ...obj,
228
- });
229
- export const GetPolicyRequestFilterSensitiveLog = (obj) => ({
230
- ...obj,
231
- });
232
- export const GetPolicyResponseFilterSensitiveLog = (obj) => ({
233
- ...obj,
234
- });
235
- export const GetProfileRequestFilterSensitiveLog = (obj) => ({
236
- ...obj,
237
- });
238
- export const GetProfileResponseFilterSensitiveLog = (obj) => ({
239
- ...obj,
240
- });
241
- export const GetRecommendationsRequestFilterSensitiveLog = (obj) => ({
242
- ...obj,
243
- });
244
- export const PatternFilterSensitiveLog = (obj) => ({
245
- ...obj,
246
- });
247
- export const MatchFilterSensitiveLog = (obj) => ({
248
- ...obj,
249
- });
250
- export const RecommendationFilterSensitiveLog = (obj) => ({
251
- ...obj,
252
- });
253
- export const GetRecommendationsResponseFilterSensitiveLog = (obj) => ({
254
- ...obj,
255
- });
256
- export const ListFindingsReportsRequestFilterSensitiveLog = (obj) => ({
257
- ...obj,
258
- });
259
- export const ListFindingsReportsResponseFilterSensitiveLog = (obj) => ({
260
- ...obj,
261
- });
262
- export const ListProfileTimesRequestFilterSensitiveLog = (obj) => ({
263
- ...obj,
264
- });
265
- export const ProfileTimeFilterSensitiveLog = (obj) => ({
266
- ...obj,
267
- });
268
- export const ListProfileTimesResponseFilterSensitiveLog = (obj) => ({
269
- ...obj,
270
- });
271
- export const ListProfilingGroupsRequestFilterSensitiveLog = (obj) => ({
272
- ...obj,
273
- });
274
- export const ListProfilingGroupsResponseFilterSensitiveLog = (obj) => ({
275
- ...obj,
276
- });
277
- export const PostAgentProfileRequestFilterSensitiveLog = (obj) => ({
278
- ...obj,
279
- });
280
- export const PostAgentProfileResponseFilterSensitiveLog = (obj) => ({
281
- ...obj,
282
- });
283
- export const PutPermissionRequestFilterSensitiveLog = (obj) => ({
284
- ...obj,
285
- });
286
- export const PutPermissionResponseFilterSensitiveLog = (obj) => ({
287
- ...obj,
288
- });
289
- export const RemoveNotificationChannelRequestFilterSensitiveLog = (obj) => ({
290
- ...obj,
291
- });
292
- export const RemoveNotificationChannelResponseFilterSensitiveLog = (obj) => ({
293
- ...obj,
294
- });
295
- export const RemovePermissionRequestFilterSensitiveLog = (obj) => ({
296
- ...obj,
297
- });
298
- export const RemovePermissionResponseFilterSensitiveLog = (obj) => ({
299
- ...obj,
300
- });
301
- export const SubmitFeedbackRequestFilterSensitiveLog = (obj) => ({
302
- ...obj,
303
- });
304
- export const SubmitFeedbackResponseFilterSensitiveLog = (obj) => ({
305
- ...obj,
306
- });
307
- export const UpdateProfilingGroupRequestFilterSensitiveLog = (obj) => ({
308
- ...obj,
309
- });
310
- export const UpdateProfilingGroupResponseFilterSensitiveLog = (obj) => ({
311
- ...obj,
312
- });
313
- export const TagResourceRequestFilterSensitiveLog = (obj) => ({
314
- ...obj,
315
- });
316
- export const TagResourceResponseFilterSensitiveLog = (obj) => ({
317
- ...obj,
318
- });
319
- export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
320
- ...obj,
321
- });
322
- export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
323
- ...obj,
324
- });
@@ -2024,263 +2024,3 @@ export interface UntagResourceRequest {
2024
2024
  */
2025
2025
  export interface UntagResourceResponse {
2026
2026
  }
2027
- /**
2028
- * @internal
2029
- */
2030
- export declare const ChannelFilterSensitiveLog: (obj: Channel) => any;
2031
- /**
2032
- * @internal
2033
- */
2034
- export declare const AddNotificationChannelsRequestFilterSensitiveLog: (obj: AddNotificationChannelsRequest) => any;
2035
- /**
2036
- * @internal
2037
- */
2038
- export declare const NotificationConfigurationFilterSensitiveLog: (obj: NotificationConfiguration) => any;
2039
- /**
2040
- * @internal
2041
- */
2042
- export declare const AddNotificationChannelsResponseFilterSensitiveLog: (obj: AddNotificationChannelsResponse) => any;
2043
- /**
2044
- * @internal
2045
- */
2046
- export declare const AgentConfigurationFilterSensitiveLog: (obj: AgentConfiguration) => any;
2047
- /**
2048
- * @internal
2049
- */
2050
- export declare const AgentOrchestrationConfigFilterSensitiveLog: (obj: AgentOrchestrationConfig) => any;
2051
- /**
2052
- * @internal
2053
- */
2054
- export declare const AggregatedProfileTimeFilterSensitiveLog: (obj: AggregatedProfileTime) => any;
2055
- /**
2056
- * @internal
2057
- */
2058
- export declare const UserFeedbackFilterSensitiveLog: (obj: UserFeedback) => any;
2059
- /**
2060
- * @internal
2061
- */
2062
- export declare const AnomalyInstanceFilterSensitiveLog: (obj: AnomalyInstance) => any;
2063
- /**
2064
- * @internal
2065
- */
2066
- export declare const MetricFilterSensitiveLog: (obj: Metric) => any;
2067
- /**
2068
- * @internal
2069
- */
2070
- export declare const AnomalyFilterSensitiveLog: (obj: Anomaly) => any;
2071
- /**
2072
- * @internal
2073
- */
2074
- export declare const FrameMetricFilterSensitiveLog: (obj: FrameMetric) => any;
2075
- /**
2076
- * @internal
2077
- */
2078
- export declare const BatchGetFrameMetricDataRequestFilterSensitiveLog: (obj: BatchGetFrameMetricDataRequest) => any;
2079
- /**
2080
- * @internal
2081
- */
2082
- export declare const TimestampStructureFilterSensitiveLog: (obj: TimestampStructure) => any;
2083
- /**
2084
- * @internal
2085
- */
2086
- export declare const FrameMetricDatumFilterSensitiveLog: (obj: FrameMetricDatum) => any;
2087
- /**
2088
- * @internal
2089
- */
2090
- export declare const BatchGetFrameMetricDataResponseFilterSensitiveLog: (obj: BatchGetFrameMetricDataResponse) => any;
2091
- /**
2092
- * @internal
2093
- */
2094
- export declare const GetFindingsReportAccountSummaryRequestFilterSensitiveLog: (obj: GetFindingsReportAccountSummaryRequest) => any;
2095
- /**
2096
- * @internal
2097
- */
2098
- export declare const FindingsReportSummaryFilterSensitiveLog: (obj: FindingsReportSummary) => any;
2099
- /**
2100
- * @internal
2101
- */
2102
- export declare const GetFindingsReportAccountSummaryResponseFilterSensitiveLog: (obj: GetFindingsReportAccountSummaryResponse) => any;
2103
- /**
2104
- * @internal
2105
- */
2106
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2107
- /**
2108
- * @internal
2109
- */
2110
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2111
- /**
2112
- * @internal
2113
- */
2114
- export declare const ConfigureAgentRequestFilterSensitiveLog: (obj: ConfigureAgentRequest) => any;
2115
- /**
2116
- * @internal
2117
- */
2118
- export declare const ConfigureAgentResponseFilterSensitiveLog: (obj: ConfigureAgentResponse) => any;
2119
- /**
2120
- * @internal
2121
- */
2122
- export declare const CreateProfilingGroupRequestFilterSensitiveLog: (obj: CreateProfilingGroupRequest) => any;
2123
- /**
2124
- * @internal
2125
- */
2126
- export declare const ProfilingStatusFilterSensitiveLog: (obj: ProfilingStatus) => any;
2127
- /**
2128
- * @internal
2129
- */
2130
- export declare const ProfilingGroupDescriptionFilterSensitiveLog: (obj: ProfilingGroupDescription) => any;
2131
- /**
2132
- * @internal
2133
- */
2134
- export declare const CreateProfilingGroupResponseFilterSensitiveLog: (obj: CreateProfilingGroupResponse) => any;
2135
- /**
2136
- * @internal
2137
- */
2138
- export declare const DeleteProfilingGroupRequestFilterSensitiveLog: (obj: DeleteProfilingGroupRequest) => any;
2139
- /**
2140
- * @internal
2141
- */
2142
- export declare const DeleteProfilingGroupResponseFilterSensitiveLog: (obj: DeleteProfilingGroupResponse) => any;
2143
- /**
2144
- * @internal
2145
- */
2146
- export declare const DescribeProfilingGroupRequestFilterSensitiveLog: (obj: DescribeProfilingGroupRequest) => any;
2147
- /**
2148
- * @internal
2149
- */
2150
- export declare const DescribeProfilingGroupResponseFilterSensitiveLog: (obj: DescribeProfilingGroupResponse) => any;
2151
- /**
2152
- * @internal
2153
- */
2154
- export declare const GetNotificationConfigurationRequestFilterSensitiveLog: (obj: GetNotificationConfigurationRequest) => any;
2155
- /**
2156
- * @internal
2157
- */
2158
- export declare const GetNotificationConfigurationResponseFilterSensitiveLog: (obj: GetNotificationConfigurationResponse) => any;
2159
- /**
2160
- * @internal
2161
- */
2162
- export declare const GetPolicyRequestFilterSensitiveLog: (obj: GetPolicyRequest) => any;
2163
- /**
2164
- * @internal
2165
- */
2166
- export declare const GetPolicyResponseFilterSensitiveLog: (obj: GetPolicyResponse) => any;
2167
- /**
2168
- * @internal
2169
- */
2170
- export declare const GetProfileRequestFilterSensitiveLog: (obj: GetProfileRequest) => any;
2171
- /**
2172
- * @internal
2173
- */
2174
- export declare const GetProfileResponseFilterSensitiveLog: (obj: GetProfileResponse) => any;
2175
- /**
2176
- * @internal
2177
- */
2178
- export declare const GetRecommendationsRequestFilterSensitiveLog: (obj: GetRecommendationsRequest) => any;
2179
- /**
2180
- * @internal
2181
- */
2182
- export declare const PatternFilterSensitiveLog: (obj: Pattern) => any;
2183
- /**
2184
- * @internal
2185
- */
2186
- export declare const MatchFilterSensitiveLog: (obj: Match) => any;
2187
- /**
2188
- * @internal
2189
- */
2190
- export declare const RecommendationFilterSensitiveLog: (obj: Recommendation) => any;
2191
- /**
2192
- * @internal
2193
- */
2194
- export declare const GetRecommendationsResponseFilterSensitiveLog: (obj: GetRecommendationsResponse) => any;
2195
- /**
2196
- * @internal
2197
- */
2198
- export declare const ListFindingsReportsRequestFilterSensitiveLog: (obj: ListFindingsReportsRequest) => any;
2199
- /**
2200
- * @internal
2201
- */
2202
- export declare const ListFindingsReportsResponseFilterSensitiveLog: (obj: ListFindingsReportsResponse) => any;
2203
- /**
2204
- * @internal
2205
- */
2206
- export declare const ListProfileTimesRequestFilterSensitiveLog: (obj: ListProfileTimesRequest) => any;
2207
- /**
2208
- * @internal
2209
- */
2210
- export declare const ProfileTimeFilterSensitiveLog: (obj: ProfileTime) => any;
2211
- /**
2212
- * @internal
2213
- */
2214
- export declare const ListProfileTimesResponseFilterSensitiveLog: (obj: ListProfileTimesResponse) => any;
2215
- /**
2216
- * @internal
2217
- */
2218
- export declare const ListProfilingGroupsRequestFilterSensitiveLog: (obj: ListProfilingGroupsRequest) => any;
2219
- /**
2220
- * @internal
2221
- */
2222
- export declare const ListProfilingGroupsResponseFilterSensitiveLog: (obj: ListProfilingGroupsResponse) => any;
2223
- /**
2224
- * @internal
2225
- */
2226
- export declare const PostAgentProfileRequestFilterSensitiveLog: (obj: PostAgentProfileRequest) => any;
2227
- /**
2228
- * @internal
2229
- */
2230
- export declare const PostAgentProfileResponseFilterSensitiveLog: (obj: PostAgentProfileResponse) => any;
2231
- /**
2232
- * @internal
2233
- */
2234
- export declare const PutPermissionRequestFilterSensitiveLog: (obj: PutPermissionRequest) => any;
2235
- /**
2236
- * @internal
2237
- */
2238
- export declare const PutPermissionResponseFilterSensitiveLog: (obj: PutPermissionResponse) => any;
2239
- /**
2240
- * @internal
2241
- */
2242
- export declare const RemoveNotificationChannelRequestFilterSensitiveLog: (obj: RemoveNotificationChannelRequest) => any;
2243
- /**
2244
- * @internal
2245
- */
2246
- export declare const RemoveNotificationChannelResponseFilterSensitiveLog: (obj: RemoveNotificationChannelResponse) => any;
2247
- /**
2248
- * @internal
2249
- */
2250
- export declare const RemovePermissionRequestFilterSensitiveLog: (obj: RemovePermissionRequest) => any;
2251
- /**
2252
- * @internal
2253
- */
2254
- export declare const RemovePermissionResponseFilterSensitiveLog: (obj: RemovePermissionResponse) => any;
2255
- /**
2256
- * @internal
2257
- */
2258
- export declare const SubmitFeedbackRequestFilterSensitiveLog: (obj: SubmitFeedbackRequest) => any;
2259
- /**
2260
- * @internal
2261
- */
2262
- export declare const SubmitFeedbackResponseFilterSensitiveLog: (obj: SubmitFeedbackResponse) => any;
2263
- /**
2264
- * @internal
2265
- */
2266
- export declare const UpdateProfilingGroupRequestFilterSensitiveLog: (obj: UpdateProfilingGroupRequest) => any;
2267
- /**
2268
- * @internal
2269
- */
2270
- export declare const UpdateProfilingGroupResponseFilterSensitiveLog: (obj: UpdateProfilingGroupResponse) => any;
2271
- /**
2272
- * @internal
2273
- */
2274
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
2275
- /**
2276
- * @internal
2277
- */
2278
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
2279
- /**
2280
- * @internal
2281
- */
2282
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
2283
- /**
2284
- * @internal
2285
- */
2286
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;