@aws-sdk/client-codeguruprofiler 3.34.0 → 3.37.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.
- package/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/CodeGuruProfiler.js +0 -26
- package/dist-cjs/CodeGuruProfilerClient.js +35 -0
- package/{dist/cjs → dist-cjs}/commands/AddNotificationChannelsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/BatchGetFrameMetricDataCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/ConfigureAgentCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/CreateProfilingGroupCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteProfilingGroupCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeProfilingGroupCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/GetFindingsReportAccountSummaryCommand.js +2 -33
- package/{dist/cjs → dist-cjs}/commands/GetNotificationConfigurationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetPolicyCommand.js +2 -29
- package/dist-cjs/commands/GetProfileCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/GetRecommendationsCommand.js +2 -38
- package/{dist/cjs → dist-cjs}/commands/ListFindingsReportsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListProfileTimesCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListProfilingGroupsCommand.js +2 -33
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/PostAgentProfileCommand.js +2 -33
- package/dist-cjs/commands/PutPermissionCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/RemoveNotificationChannelCommand.js +2 -27
- package/dist-cjs/commands/RemovePermissionCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/SubmitFeedbackCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/UpdateProfilingGroupCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -292
- package/{dist/cjs → dist-cjs}/pagination/GetFindingsReportAccountSummaryPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListFindingsReportsPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/pagination/ListProfileTimesPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/pagination/ListProfilingGroupsPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +3 -9
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/CodeGuruProfiler.js +0 -1
- package/{dist/es → dist-es}/CodeGuruProfilerClient.js +1 -2
- package/{dist/es → dist-es}/commands/AddNotificationChannelsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/BatchGetFrameMetricDataCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ConfigureAgentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateProfilingGroupCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteProfilingGroupCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeProfilingGroupCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetFindingsReportAccountSummaryCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetNotificationConfigurationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetPolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetProfileCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetRecommendationsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListFindingsReportsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListProfileTimesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListProfilingGroupsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PostAgentProfileCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutPermissionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RemoveNotificationChannelCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RemovePermissionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/SubmitFeedbackCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateProfilingGroupCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/{dist/es → dist-es}/pagination/GetFindingsReportAccountSummaryPaginator.js +0 -1
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListFindingsReportsPaginator.js +0 -1
- package/{dist/es → dist-es}/pagination/ListProfileTimesPaginator.js +0 -1
- package/{dist/es → dist-es}/pagination/ListProfilingGroupsPaginator.js +0 -1
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/types → dist-types}/CodeGuruProfiler.d.ts +1 -1
- package/{dist/types → dist-types}/CodeGuruProfilerClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/AddNotificationChannelsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/BatchGetFrameMetricDataCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ConfigureAgentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateProfilingGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteProfilingGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeProfilingGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetFindingsReportAccountSummaryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetNotificationConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetRecommendationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListFindingsReportsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListProfileTimesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListProfilingGroupsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PostAgentProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutPermissionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RemoveNotificationChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RemovePermissionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/SubmitFeedbackCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateProfilingGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/GetFindingsReportAccountSummaryPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListFindingsReportsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListProfileTimesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListProfilingGroupsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/CodeGuruProfiler.d.ts +25 -249
- package/{dist/types → dist-types}/ts3.4/CodeGuruProfilerClient.d.ts +32 -119
- package/{dist/types → dist-types}/ts3.4/commands/AddNotificationChannelsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/BatchGetFrameMetricDataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ConfigureAgentCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/CreateProfilingGroupCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DeleteProfilingGroupCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DescribeProfilingGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFindingsReportAccountSummaryCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListFindingsReportsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListProfileTimesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListProfilingGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PostAgentProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/UpdateProfilingGroupCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +937 -0
- package/{dist/types → dist-types}/ts3.4/pagination/GetFindingsReportAccountSummaryPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListFindingsReportsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListProfileTimesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListProfilingGroupsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +3 -7
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +45 -42
- package/CodeGuruProfiler.ts +0 -1004
- package/CodeGuruProfilerClient.ts +0 -362
- package/commands/AddNotificationChannelsCommand.ts +0 -94
- package/commands/BatchGetFrameMetricDataCommand.ts +0 -96
- package/commands/ConfigureAgentCommand.ts +0 -98
- package/commands/CreateProfilingGroupCommand.ts +0 -94
- package/commands/DeleteProfilingGroupCommand.ts +0 -94
- package/commands/DescribeProfilingGroupCommand.ts +0 -99
- package/commands/GetFindingsReportAccountSummaryCommand.ts +0 -108
- package/commands/GetNotificationConfigurationCommand.ts +0 -99
- package/commands/GetPolicyCommand.ts +0 -96
- package/commands/GetProfileCommand.ts +0 -165
- package/commands/GetRecommendationsCommand.ts +0 -105
- package/commands/ListFindingsReportsCommand.ts +0 -94
- package/commands/ListProfileTimesCommand.ts +0 -95
- package/commands/ListProfilingGroupsCommand.ts +0 -100
- package/commands/ListTagsForResourceCommand.ts +0 -96
- package/commands/PostAgentProfileCommand.ts +0 -100
- package/commands/PutPermissionCommand.ts +0 -119
- package/commands/RemoveNotificationChannelCommand.ts +0 -97
- package/commands/RemovePermissionCommand.ts +0 -102
- package/commands/SubmitFeedbackCommand.ts +0 -95
- package/commands/TagResourceCommand.ts +0 -96
- package/commands/UntagResourceCommand.ts +0 -96
- package/commands/UpdateProfilingGroupCommand.ts +0 -94
- package/dist/cjs/CodeGuruProfiler.js.map +0 -1
- package/dist/cjs/CodeGuruProfilerClient.js +0 -66
- package/dist/cjs/CodeGuruProfilerClient.js.map +0 -1
- package/dist/cjs/commands/AddNotificationChannelsCommand.js.map +0 -1
- package/dist/cjs/commands/BatchGetFrameMetricDataCommand.js.map +0 -1
- package/dist/cjs/commands/ConfigureAgentCommand.js.map +0 -1
- package/dist/cjs/commands/CreateProfilingGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteProfilingGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeProfilingGroupCommand.js.map +0 -1
- package/dist/cjs/commands/GetFindingsReportAccountSummaryCommand.js.map +0 -1
- package/dist/cjs/commands/GetNotificationConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/GetPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetProfileCommand.js +0 -132
- package/dist/cjs/commands/GetProfileCommand.js.map +0 -1
- package/dist/cjs/commands/GetRecommendationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFindingsReportsCommand.js.map +0 -1
- package/dist/cjs/commands/ListProfileTimesCommand.js.map +0 -1
- package/dist/cjs/commands/ListProfilingGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PostAgentProfileCommand.js.map +0 -1
- package/dist/cjs/commands/PutPermissionCommand.js +0 -86
- package/dist/cjs/commands/PutPermissionCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveNotificationChannelCommand.js.map +0 -1
- package/dist/cjs/commands/RemovePermissionCommand.js +0 -69
- package/dist/cjs/commands/RemovePermissionCommand.js.map +0 -1
- package/dist/cjs/commands/SubmitFeedbackCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateProfilingGroupCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/GetFindingsReportAccountSummaryPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListFindingsReportsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListProfileTimesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListProfilingGroupsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/CodeGuruProfiler.js.map +0 -1
- package/dist/es/CodeGuruProfilerClient.js.map +0 -1
- package/dist/es/commands/AddNotificationChannelsCommand.js.map +0 -1
- package/dist/es/commands/BatchGetFrameMetricDataCommand.js.map +0 -1
- package/dist/es/commands/ConfigureAgentCommand.js.map +0 -1
- package/dist/es/commands/CreateProfilingGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteProfilingGroupCommand.js.map +0 -1
- package/dist/es/commands/DescribeProfilingGroupCommand.js.map +0 -1
- package/dist/es/commands/GetFindingsReportAccountSummaryCommand.js.map +0 -1
- package/dist/es/commands/GetNotificationConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetProfileCommand.js.map +0 -1
- package/dist/es/commands/GetRecommendationsCommand.js.map +0 -1
- package/dist/es/commands/ListFindingsReportsCommand.js.map +0 -1
- package/dist/es/commands/ListProfileTimesCommand.js.map +0 -1
- package/dist/es/commands/ListProfilingGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PostAgentProfileCommand.js.map +0 -1
- package/dist/es/commands/PutPermissionCommand.js.map +0 -1
- package/dist/es/commands/RemoveNotificationChannelCommand.js.map +0 -1
- package/dist/es/commands/RemovePermissionCommand.js.map +0 -1
- package/dist/es/commands/SubmitFeedbackCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateProfilingGroupCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -32
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/GetFindingsReportAccountSummaryPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListFindingsReportsPaginator.js.map +0 -1
- package/dist/es/pagination/ListProfileTimesPaginator.js.map +0 -1
- package/dist/es/pagination/ListProfilingGroupsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/commands/BatchGetFrameMetricDataCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ConfigureAgentCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeProfilingGroupCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/GetFindingsReportAccountSummaryCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/GetPolicyCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetProfileCommand.d.ts +0 -106
- package/dist/types/ts3.4/commands/GetRecommendationsCommand.d.ts +0 -46
- package/dist/types/ts3.4/commands/ListProfileTimesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListProfilingGroupsCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/PostAgentProfileCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/PutPermissionCommand.d.ts +0 -60
- package/dist/types/ts3.4/commands/RemovePermissionCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/SubmitFeedbackCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -37
- package/dist/types/ts3.4/models/models_0.d.ts +0 -2337
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -2721
- package/pagination/GetFindingsReportAccountSummaryPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListFindingsReportsPaginator.ts +0 -58
- package/pagination/ListProfileTimesPaginator.ts +0 -58
- package/pagination/ListProfilingGroupsPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -3595
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
|
@@ -4,772 +4,480 @@ exports.GetProfileRequest = exports.GetPolicyResponse = exports.GetPolicyRequest
|
|
|
4
4
|
exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.UpdateProfilingGroupResponse = exports.UpdateProfilingGroupRequest = exports.SubmitFeedbackResponse = exports.SubmitFeedbackRequest = exports.RemovePermissionResponse = exports.RemovePermissionRequest = exports.RemoveNotificationChannelResponse = exports.RemoveNotificationChannelRequest = exports.PutPermissionResponse = exports.PutPermissionRequest = exports.PostAgentProfileResponse = exports.PostAgentProfileRequest = exports.ListProfilingGroupsResponse = exports.ListProfilingGroupsRequest = exports.ListProfileTimesResponse = exports.ProfileTime = exports.ListProfileTimesRequest = exports.OrderBy = exports.ListFindingsReportsResponse = exports.ListFindingsReportsRequest = exports.GetRecommendationsResponse = exports.Recommendation = exports.Match = exports.Pattern = exports.GetRecommendationsRequest = exports.GetProfileResponse = void 0;
|
|
5
5
|
var ActionGroup;
|
|
6
6
|
(function (ActionGroup) {
|
|
7
|
-
/**
|
|
8
|
-
* Permission group type for Agent APIs - ConfigureAgent, PostAgentProfile
|
|
9
|
-
*/
|
|
10
7
|
ActionGroup["AGENT_PERMISSIONS"] = "agentPermissions";
|
|
11
8
|
})(ActionGroup = exports.ActionGroup || (exports.ActionGroup = {}));
|
|
12
9
|
var EventPublisher;
|
|
13
10
|
(function (EventPublisher) {
|
|
14
|
-
/**
|
|
15
|
-
* Notifications for Anomaly Detection
|
|
16
|
-
*/
|
|
17
11
|
EventPublisher["ANOMALY_DETECTION"] = "AnomalyDetection";
|
|
18
12
|
})(EventPublisher = exports.EventPublisher || (exports.EventPublisher = {}));
|
|
19
13
|
var Channel;
|
|
20
14
|
(function (Channel) {
|
|
21
|
-
/**
|
|
22
|
-
* @internal
|
|
23
|
-
*/
|
|
24
15
|
Channel.filterSensitiveLog = (obj) => ({
|
|
25
16
|
...obj,
|
|
26
17
|
});
|
|
27
18
|
})(Channel = exports.Channel || (exports.Channel = {}));
|
|
28
19
|
var AddNotificationChannelsRequest;
|
|
29
20
|
(function (AddNotificationChannelsRequest) {
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
21
|
AddNotificationChannelsRequest.filterSensitiveLog = (obj) => ({
|
|
34
22
|
...obj,
|
|
35
23
|
});
|
|
36
24
|
})(AddNotificationChannelsRequest = exports.AddNotificationChannelsRequest || (exports.AddNotificationChannelsRequest = {}));
|
|
37
25
|
var NotificationConfiguration;
|
|
38
26
|
(function (NotificationConfiguration) {
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
27
|
NotificationConfiguration.filterSensitiveLog = (obj) => ({
|
|
43
28
|
...obj,
|
|
44
29
|
});
|
|
45
30
|
})(NotificationConfiguration = exports.NotificationConfiguration || (exports.NotificationConfiguration = {}));
|
|
46
31
|
var AddNotificationChannelsResponse;
|
|
47
32
|
(function (AddNotificationChannelsResponse) {
|
|
48
|
-
/**
|
|
49
|
-
* @internal
|
|
50
|
-
*/
|
|
51
33
|
AddNotificationChannelsResponse.filterSensitiveLog = (obj) => ({
|
|
52
34
|
...obj,
|
|
53
35
|
});
|
|
54
36
|
})(AddNotificationChannelsResponse = exports.AddNotificationChannelsResponse || (exports.AddNotificationChannelsResponse = {}));
|
|
55
37
|
var ConflictException;
|
|
56
38
|
(function (ConflictException) {
|
|
57
|
-
/**
|
|
58
|
-
* @internal
|
|
59
|
-
*/
|
|
60
39
|
ConflictException.filterSensitiveLog = (obj) => ({
|
|
61
40
|
...obj,
|
|
62
41
|
});
|
|
63
42
|
})(ConflictException = exports.ConflictException || (exports.ConflictException = {}));
|
|
64
43
|
var InternalServerException;
|
|
65
44
|
(function (InternalServerException) {
|
|
66
|
-
/**
|
|
67
|
-
* @internal
|
|
68
|
-
*/
|
|
69
45
|
InternalServerException.filterSensitiveLog = (obj) => ({
|
|
70
46
|
...obj,
|
|
71
47
|
});
|
|
72
48
|
})(InternalServerException = exports.InternalServerException || (exports.InternalServerException = {}));
|
|
73
49
|
var ResourceNotFoundException;
|
|
74
50
|
(function (ResourceNotFoundException) {
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
51
|
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
79
52
|
...obj,
|
|
80
53
|
});
|
|
81
54
|
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
82
55
|
var ServiceQuotaExceededException;
|
|
83
56
|
(function (ServiceQuotaExceededException) {
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
57
|
ServiceQuotaExceededException.filterSensitiveLog = (obj) => ({
|
|
88
58
|
...obj,
|
|
89
59
|
});
|
|
90
60
|
})(ServiceQuotaExceededException = exports.ServiceQuotaExceededException || (exports.ServiceQuotaExceededException = {}));
|
|
91
61
|
var ThrottlingException;
|
|
92
62
|
(function (ThrottlingException) {
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
63
|
ThrottlingException.filterSensitiveLog = (obj) => ({
|
|
97
64
|
...obj,
|
|
98
65
|
});
|
|
99
66
|
})(ThrottlingException = exports.ThrottlingException || (exports.ThrottlingException = {}));
|
|
100
67
|
var ValidationException;
|
|
101
68
|
(function (ValidationException) {
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
69
|
ValidationException.filterSensitiveLog = (obj) => ({
|
|
106
70
|
...obj,
|
|
107
71
|
});
|
|
108
72
|
})(ValidationException = exports.ValidationException || (exports.ValidationException = {}));
|
|
109
73
|
var AgentParameterField;
|
|
110
74
|
(function (AgentParameterField) {
|
|
111
|
-
/**
|
|
112
|
-
* Maximum stack depth to be captured by the CodeGuru Profiler.
|
|
113
|
-
*/
|
|
114
75
|
AgentParameterField["MAX_STACK_DEPTH"] = "MaxStackDepth";
|
|
115
|
-
/**
|
|
116
|
-
* Percentage of memory to be used by CodeGuru profiler. Minimum of 30MB is required for the agent.
|
|
117
|
-
*/
|
|
118
76
|
AgentParameterField["MEMORY_USAGE_LIMIT_PERCENT"] = "MemoryUsageLimitPercent";
|
|
119
|
-
/**
|
|
120
|
-
* Minimum time in milliseconds between sending reports.
|
|
121
|
-
*/
|
|
122
77
|
AgentParameterField["MINIMUM_TIME_FOR_REPORTING_IN_MILLISECONDS"] = "MinimumTimeForReportingInMilliseconds";
|
|
123
|
-
/**
|
|
124
|
-
* Reporting interval in milliseconds used to report profiles.
|
|
125
|
-
*/
|
|
126
78
|
AgentParameterField["REPORTING_INTERVAL_IN_MILLISECONDS"] = "ReportingIntervalInMilliseconds";
|
|
127
|
-
/**
|
|
128
|
-
* Sampling interval in milliseconds used to sample profiles.
|
|
129
|
-
*/
|
|
130
79
|
AgentParameterField["SAMPLING_INTERVAL_IN_MILLISECONDS"] = "SamplingIntervalInMilliseconds";
|
|
131
80
|
})(AgentParameterField = exports.AgentParameterField || (exports.AgentParameterField = {}));
|
|
132
81
|
var AgentConfiguration;
|
|
133
82
|
(function (AgentConfiguration) {
|
|
134
|
-
/**
|
|
135
|
-
* @internal
|
|
136
|
-
*/
|
|
137
83
|
AgentConfiguration.filterSensitiveLog = (obj) => ({
|
|
138
84
|
...obj,
|
|
139
85
|
});
|
|
140
86
|
})(AgentConfiguration = exports.AgentConfiguration || (exports.AgentConfiguration = {}));
|
|
141
87
|
var AgentOrchestrationConfig;
|
|
142
88
|
(function (AgentOrchestrationConfig) {
|
|
143
|
-
/**
|
|
144
|
-
* @internal
|
|
145
|
-
*/
|
|
146
89
|
AgentOrchestrationConfig.filterSensitiveLog = (obj) => ({
|
|
147
90
|
...obj,
|
|
148
91
|
});
|
|
149
92
|
})(AgentOrchestrationConfig = exports.AgentOrchestrationConfig || (exports.AgentOrchestrationConfig = {}));
|
|
150
93
|
var AggregationPeriod;
|
|
151
94
|
(function (AggregationPeriod) {
|
|
152
|
-
/**
|
|
153
|
-
* Period of one day.
|
|
154
|
-
*/
|
|
155
95
|
AggregationPeriod["P1D"] = "P1D";
|
|
156
|
-
/**
|
|
157
|
-
* Period of one hour.
|
|
158
|
-
*/
|
|
159
96
|
AggregationPeriod["PT1H"] = "PT1H";
|
|
160
|
-
/**
|
|
161
|
-
* Period of five minutes.
|
|
162
|
-
*/
|
|
163
97
|
AggregationPeriod["PT5M"] = "PT5M";
|
|
164
98
|
})(AggregationPeriod = exports.AggregationPeriod || (exports.AggregationPeriod = {}));
|
|
165
99
|
var AggregatedProfileTime;
|
|
166
100
|
(function (AggregatedProfileTime) {
|
|
167
|
-
/**
|
|
168
|
-
* @internal
|
|
169
|
-
*/
|
|
170
101
|
AggregatedProfileTime.filterSensitiveLog = (obj) => ({
|
|
171
102
|
...obj,
|
|
172
103
|
});
|
|
173
104
|
})(AggregatedProfileTime = exports.AggregatedProfileTime || (exports.AggregatedProfileTime = {}));
|
|
174
105
|
var FeedbackType;
|
|
175
106
|
(function (FeedbackType) {
|
|
176
|
-
/**
|
|
177
|
-
* Profiler recommendation flagged as not useful.
|
|
178
|
-
*/
|
|
179
107
|
FeedbackType["Negative"] = "Negative";
|
|
180
|
-
/**
|
|
181
|
-
* Profiler recommendation flagged as useful.
|
|
182
|
-
*/
|
|
183
108
|
FeedbackType["Positive"] = "Positive";
|
|
184
109
|
})(FeedbackType = exports.FeedbackType || (exports.FeedbackType = {}));
|
|
185
110
|
var UserFeedback;
|
|
186
111
|
(function (UserFeedback) {
|
|
187
|
-
/**
|
|
188
|
-
* @internal
|
|
189
|
-
*/
|
|
190
112
|
UserFeedback.filterSensitiveLog = (obj) => ({
|
|
191
113
|
...obj,
|
|
192
114
|
});
|
|
193
115
|
})(UserFeedback = exports.UserFeedback || (exports.UserFeedback = {}));
|
|
194
116
|
var AnomalyInstance;
|
|
195
117
|
(function (AnomalyInstance) {
|
|
196
|
-
/**
|
|
197
|
-
* @internal
|
|
198
|
-
*/
|
|
199
118
|
AnomalyInstance.filterSensitiveLog = (obj) => ({
|
|
200
119
|
...obj,
|
|
201
120
|
});
|
|
202
121
|
})(AnomalyInstance = exports.AnomalyInstance || (exports.AnomalyInstance = {}));
|
|
203
122
|
var MetricType;
|
|
204
123
|
(function (MetricType) {
|
|
205
|
-
/**
|
|
206
|
-
* Metric value aggregated for all instances of a frame name in a profile relative to the root frame.
|
|
207
|
-
*/
|
|
208
124
|
MetricType["AggregatedRelativeTotalTime"] = "AggregatedRelativeTotalTime";
|
|
209
125
|
})(MetricType = exports.MetricType || (exports.MetricType = {}));
|
|
210
126
|
var Metric;
|
|
211
127
|
(function (Metric) {
|
|
212
|
-
/**
|
|
213
|
-
* @internal
|
|
214
|
-
*/
|
|
215
128
|
Metric.filterSensitiveLog = (obj) => ({
|
|
216
129
|
...obj,
|
|
217
130
|
});
|
|
218
131
|
})(Metric = exports.Metric || (exports.Metric = {}));
|
|
219
132
|
var Anomaly;
|
|
220
133
|
(function (Anomaly) {
|
|
221
|
-
/**
|
|
222
|
-
* @internal
|
|
223
|
-
*/
|
|
224
134
|
Anomaly.filterSensitiveLog = (obj) => ({
|
|
225
135
|
...obj,
|
|
226
136
|
});
|
|
227
137
|
})(Anomaly = exports.Anomaly || (exports.Anomaly = {}));
|
|
228
138
|
var FrameMetric;
|
|
229
139
|
(function (FrameMetric) {
|
|
230
|
-
/**
|
|
231
|
-
* @internal
|
|
232
|
-
*/
|
|
233
140
|
FrameMetric.filterSensitiveLog = (obj) => ({
|
|
234
141
|
...obj,
|
|
235
142
|
});
|
|
236
143
|
})(FrameMetric = exports.FrameMetric || (exports.FrameMetric = {}));
|
|
237
144
|
var BatchGetFrameMetricDataRequest;
|
|
238
145
|
(function (BatchGetFrameMetricDataRequest) {
|
|
239
|
-
/**
|
|
240
|
-
* @internal
|
|
241
|
-
*/
|
|
242
146
|
BatchGetFrameMetricDataRequest.filterSensitiveLog = (obj) => ({
|
|
243
147
|
...obj,
|
|
244
148
|
});
|
|
245
149
|
})(BatchGetFrameMetricDataRequest = exports.BatchGetFrameMetricDataRequest || (exports.BatchGetFrameMetricDataRequest = {}));
|
|
246
150
|
var TimestampStructure;
|
|
247
151
|
(function (TimestampStructure) {
|
|
248
|
-
/**
|
|
249
|
-
* @internal
|
|
250
|
-
*/
|
|
251
152
|
TimestampStructure.filterSensitiveLog = (obj) => ({
|
|
252
153
|
...obj,
|
|
253
154
|
});
|
|
254
155
|
})(TimestampStructure = exports.TimestampStructure || (exports.TimestampStructure = {}));
|
|
255
156
|
var FrameMetricDatum;
|
|
256
157
|
(function (FrameMetricDatum) {
|
|
257
|
-
/**
|
|
258
|
-
* @internal
|
|
259
|
-
*/
|
|
260
158
|
FrameMetricDatum.filterSensitiveLog = (obj) => ({
|
|
261
159
|
...obj,
|
|
262
160
|
});
|
|
263
161
|
})(FrameMetricDatum = exports.FrameMetricDatum || (exports.FrameMetricDatum = {}));
|
|
264
162
|
var BatchGetFrameMetricDataResponse;
|
|
265
163
|
(function (BatchGetFrameMetricDataResponse) {
|
|
266
|
-
/**
|
|
267
|
-
* @internal
|
|
268
|
-
*/
|
|
269
164
|
BatchGetFrameMetricDataResponse.filterSensitiveLog = (obj) => ({
|
|
270
165
|
...obj,
|
|
271
166
|
});
|
|
272
167
|
})(BatchGetFrameMetricDataResponse = exports.BatchGetFrameMetricDataResponse || (exports.BatchGetFrameMetricDataResponse = {}));
|
|
273
168
|
var GetFindingsReportAccountSummaryRequest;
|
|
274
169
|
(function (GetFindingsReportAccountSummaryRequest) {
|
|
275
|
-
/**
|
|
276
|
-
* @internal
|
|
277
|
-
*/
|
|
278
170
|
GetFindingsReportAccountSummaryRequest.filterSensitiveLog = (obj) => ({
|
|
279
171
|
...obj,
|
|
280
172
|
});
|
|
281
173
|
})(GetFindingsReportAccountSummaryRequest = exports.GetFindingsReportAccountSummaryRequest || (exports.GetFindingsReportAccountSummaryRequest = {}));
|
|
282
174
|
var FindingsReportSummary;
|
|
283
175
|
(function (FindingsReportSummary) {
|
|
284
|
-
/**
|
|
285
|
-
* @internal
|
|
286
|
-
*/
|
|
287
176
|
FindingsReportSummary.filterSensitiveLog = (obj) => ({
|
|
288
177
|
...obj,
|
|
289
178
|
});
|
|
290
179
|
})(FindingsReportSummary = exports.FindingsReportSummary || (exports.FindingsReportSummary = {}));
|
|
291
180
|
var GetFindingsReportAccountSummaryResponse;
|
|
292
181
|
(function (GetFindingsReportAccountSummaryResponse) {
|
|
293
|
-
/**
|
|
294
|
-
* @internal
|
|
295
|
-
*/
|
|
296
182
|
GetFindingsReportAccountSummaryResponse.filterSensitiveLog = (obj) => ({
|
|
297
183
|
...obj,
|
|
298
184
|
});
|
|
299
185
|
})(GetFindingsReportAccountSummaryResponse = exports.GetFindingsReportAccountSummaryResponse || (exports.GetFindingsReportAccountSummaryResponse = {}));
|
|
300
186
|
var ListTagsForResourceRequest;
|
|
301
187
|
(function (ListTagsForResourceRequest) {
|
|
302
|
-
/**
|
|
303
|
-
* @internal
|
|
304
|
-
*/
|
|
305
188
|
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
306
189
|
...obj,
|
|
307
190
|
});
|
|
308
191
|
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
309
192
|
var ListTagsForResourceResponse;
|
|
310
193
|
(function (ListTagsForResourceResponse) {
|
|
311
|
-
/**
|
|
312
|
-
* @internal
|
|
313
|
-
*/
|
|
314
194
|
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
315
195
|
...obj,
|
|
316
196
|
});
|
|
317
197
|
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
318
198
|
var MetadataField;
|
|
319
199
|
(function (MetadataField) {
|
|
320
|
-
/**
|
|
321
|
-
* Unique identifier for the agent instance.
|
|
322
|
-
*/
|
|
323
200
|
MetadataField["AGENT_ID"] = "AgentId";
|
|
324
|
-
/**
|
|
325
|
-
* AWS requestId of the Lambda invocation.
|
|
326
|
-
*/
|
|
327
201
|
MetadataField["AWS_REQUEST_ID"] = "AwsRequestId";
|
|
328
|
-
/**
|
|
329
|
-
* Compute platform on which agent is running.
|
|
330
|
-
*/
|
|
331
202
|
MetadataField["COMPUTE_PLATFORM"] = "ComputePlatform";
|
|
332
|
-
/**
|
|
333
|
-
* Execution environment on which Lambda function is running.
|
|
334
|
-
*/
|
|
335
203
|
MetadataField["EXECUTION_ENVIRONMENT"] = "ExecutionEnvironment";
|
|
336
|
-
/**
|
|
337
|
-
* Function ARN that's used to invoke the Lambda function.
|
|
338
|
-
*/
|
|
339
204
|
MetadataField["LAMBDA_FUNCTION_ARN"] = "LambdaFunctionArn";
|
|
340
|
-
/**
|
|
341
|
-
* Memory allocated for the Lambda function.
|
|
342
|
-
*/
|
|
343
205
|
MetadataField["LAMBDA_MEMORY_LIMIT_IN_MB"] = "LambdaMemoryLimitInMB";
|
|
344
|
-
/**
|
|
345
|
-
* Time in milliseconds for the previous Lambda invocation.
|
|
346
|
-
*/
|
|
347
206
|
MetadataField["LAMBDA_PREVIOUS_EXECUTION_TIME_IN_MILLISECONDS"] = "LambdaPreviousExecutionTimeInMilliseconds";
|
|
348
|
-
/**
|
|
349
|
-
* Time in milliseconds left before the execution times out.
|
|
350
|
-
*/
|
|
351
207
|
MetadataField["LAMBDA_REMAINING_TIME_IN_MILLISECONDS"] = "LambdaRemainingTimeInMilliseconds";
|
|
352
|
-
/**
|
|
353
|
-
* Time in milliseconds between two invocations of the Lambda function.
|
|
354
|
-
*/
|
|
355
208
|
MetadataField["LAMBDA_TIME_GAP_BETWEEN_INVOKES_IN_MILLISECONDS"] = "LambdaTimeGapBetweenInvokesInMilliseconds";
|
|
356
209
|
})(MetadataField = exports.MetadataField || (exports.MetadataField = {}));
|
|
357
210
|
var ConfigureAgentRequest;
|
|
358
211
|
(function (ConfigureAgentRequest) {
|
|
359
|
-
/**
|
|
360
|
-
* @internal
|
|
361
|
-
*/
|
|
362
212
|
ConfigureAgentRequest.filterSensitiveLog = (obj) => ({
|
|
363
213
|
...obj,
|
|
364
214
|
});
|
|
365
215
|
})(ConfigureAgentRequest = exports.ConfigureAgentRequest || (exports.ConfigureAgentRequest = {}));
|
|
366
216
|
var ConfigureAgentResponse;
|
|
367
217
|
(function (ConfigureAgentResponse) {
|
|
368
|
-
/**
|
|
369
|
-
* @internal
|
|
370
|
-
*/
|
|
371
218
|
ConfigureAgentResponse.filterSensitiveLog = (obj) => ({
|
|
372
219
|
...obj,
|
|
373
220
|
});
|
|
374
221
|
})(ConfigureAgentResponse = exports.ConfigureAgentResponse || (exports.ConfigureAgentResponse = {}));
|
|
375
222
|
var ComputePlatform;
|
|
376
223
|
(function (ComputePlatform) {
|
|
377
|
-
/**
|
|
378
|
-
* Compute platform meant to used for AWS Lambda.
|
|
379
|
-
*/
|
|
380
224
|
ComputePlatform["AWSLAMBDA"] = "AWSLambda";
|
|
381
|
-
/**
|
|
382
|
-
* Compute platform meant to used for all usecases (like EC2, Fargate, physical servers etc.) but AWS Lambda.
|
|
383
|
-
*/
|
|
384
225
|
ComputePlatform["DEFAULT"] = "Default";
|
|
385
226
|
})(ComputePlatform = exports.ComputePlatform || (exports.ComputePlatform = {}));
|
|
386
227
|
var CreateProfilingGroupRequest;
|
|
387
228
|
(function (CreateProfilingGroupRequest) {
|
|
388
|
-
/**
|
|
389
|
-
* @internal
|
|
390
|
-
*/
|
|
391
229
|
CreateProfilingGroupRequest.filterSensitiveLog = (obj) => ({
|
|
392
230
|
...obj,
|
|
393
231
|
});
|
|
394
232
|
})(CreateProfilingGroupRequest = exports.CreateProfilingGroupRequest || (exports.CreateProfilingGroupRequest = {}));
|
|
395
233
|
var ProfilingStatus;
|
|
396
234
|
(function (ProfilingStatus) {
|
|
397
|
-
/**
|
|
398
|
-
* @internal
|
|
399
|
-
*/
|
|
400
235
|
ProfilingStatus.filterSensitiveLog = (obj) => ({
|
|
401
236
|
...obj,
|
|
402
237
|
});
|
|
403
238
|
})(ProfilingStatus = exports.ProfilingStatus || (exports.ProfilingStatus = {}));
|
|
404
239
|
var ProfilingGroupDescription;
|
|
405
240
|
(function (ProfilingGroupDescription) {
|
|
406
|
-
/**
|
|
407
|
-
* @internal
|
|
408
|
-
*/
|
|
409
241
|
ProfilingGroupDescription.filterSensitiveLog = (obj) => ({
|
|
410
242
|
...obj,
|
|
411
243
|
});
|
|
412
244
|
})(ProfilingGroupDescription = exports.ProfilingGroupDescription || (exports.ProfilingGroupDescription = {}));
|
|
413
245
|
var CreateProfilingGroupResponse;
|
|
414
246
|
(function (CreateProfilingGroupResponse) {
|
|
415
|
-
/**
|
|
416
|
-
* @internal
|
|
417
|
-
*/
|
|
418
247
|
CreateProfilingGroupResponse.filterSensitiveLog = (obj) => ({
|
|
419
248
|
...obj,
|
|
420
249
|
});
|
|
421
250
|
})(CreateProfilingGroupResponse = exports.CreateProfilingGroupResponse || (exports.CreateProfilingGroupResponse = {}));
|
|
422
251
|
var DeleteProfilingGroupRequest;
|
|
423
252
|
(function (DeleteProfilingGroupRequest) {
|
|
424
|
-
/**
|
|
425
|
-
* @internal
|
|
426
|
-
*/
|
|
427
253
|
DeleteProfilingGroupRequest.filterSensitiveLog = (obj) => ({
|
|
428
254
|
...obj,
|
|
429
255
|
});
|
|
430
256
|
})(DeleteProfilingGroupRequest = exports.DeleteProfilingGroupRequest || (exports.DeleteProfilingGroupRequest = {}));
|
|
431
257
|
var DeleteProfilingGroupResponse;
|
|
432
258
|
(function (DeleteProfilingGroupResponse) {
|
|
433
|
-
/**
|
|
434
|
-
* @internal
|
|
435
|
-
*/
|
|
436
259
|
DeleteProfilingGroupResponse.filterSensitiveLog = (obj) => ({
|
|
437
260
|
...obj,
|
|
438
261
|
});
|
|
439
262
|
})(DeleteProfilingGroupResponse = exports.DeleteProfilingGroupResponse || (exports.DeleteProfilingGroupResponse = {}));
|
|
440
263
|
var DescribeProfilingGroupRequest;
|
|
441
264
|
(function (DescribeProfilingGroupRequest) {
|
|
442
|
-
/**
|
|
443
|
-
* @internal
|
|
444
|
-
*/
|
|
445
265
|
DescribeProfilingGroupRequest.filterSensitiveLog = (obj) => ({
|
|
446
266
|
...obj,
|
|
447
267
|
});
|
|
448
268
|
})(DescribeProfilingGroupRequest = exports.DescribeProfilingGroupRequest || (exports.DescribeProfilingGroupRequest = {}));
|
|
449
269
|
var DescribeProfilingGroupResponse;
|
|
450
270
|
(function (DescribeProfilingGroupResponse) {
|
|
451
|
-
/**
|
|
452
|
-
* @internal
|
|
453
|
-
*/
|
|
454
271
|
DescribeProfilingGroupResponse.filterSensitiveLog = (obj) => ({
|
|
455
272
|
...obj,
|
|
456
273
|
});
|
|
457
274
|
})(DescribeProfilingGroupResponse = exports.DescribeProfilingGroupResponse || (exports.DescribeProfilingGroupResponse = {}));
|
|
458
275
|
var GetNotificationConfigurationRequest;
|
|
459
276
|
(function (GetNotificationConfigurationRequest) {
|
|
460
|
-
/**
|
|
461
|
-
* @internal
|
|
462
|
-
*/
|
|
463
277
|
GetNotificationConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
464
278
|
...obj,
|
|
465
279
|
});
|
|
466
280
|
})(GetNotificationConfigurationRequest = exports.GetNotificationConfigurationRequest || (exports.GetNotificationConfigurationRequest = {}));
|
|
467
281
|
var GetNotificationConfigurationResponse;
|
|
468
282
|
(function (GetNotificationConfigurationResponse) {
|
|
469
|
-
/**
|
|
470
|
-
* @internal
|
|
471
|
-
*/
|
|
472
283
|
GetNotificationConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
473
284
|
...obj,
|
|
474
285
|
});
|
|
475
286
|
})(GetNotificationConfigurationResponse = exports.GetNotificationConfigurationResponse || (exports.GetNotificationConfigurationResponse = {}));
|
|
476
287
|
var GetPolicyRequest;
|
|
477
288
|
(function (GetPolicyRequest) {
|
|
478
|
-
/**
|
|
479
|
-
* @internal
|
|
480
|
-
*/
|
|
481
289
|
GetPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
482
290
|
...obj,
|
|
483
291
|
});
|
|
484
292
|
})(GetPolicyRequest = exports.GetPolicyRequest || (exports.GetPolicyRequest = {}));
|
|
485
293
|
var GetPolicyResponse;
|
|
486
294
|
(function (GetPolicyResponse) {
|
|
487
|
-
/**
|
|
488
|
-
* @internal
|
|
489
|
-
*/
|
|
490
295
|
GetPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
491
296
|
...obj,
|
|
492
297
|
});
|
|
493
298
|
})(GetPolicyResponse = exports.GetPolicyResponse || (exports.GetPolicyResponse = {}));
|
|
494
299
|
var GetProfileRequest;
|
|
495
300
|
(function (GetProfileRequest) {
|
|
496
|
-
/**
|
|
497
|
-
* @internal
|
|
498
|
-
*/
|
|
499
301
|
GetProfileRequest.filterSensitiveLog = (obj) => ({
|
|
500
302
|
...obj,
|
|
501
303
|
});
|
|
502
304
|
})(GetProfileRequest = exports.GetProfileRequest || (exports.GetProfileRequest = {}));
|
|
503
305
|
var GetProfileResponse;
|
|
504
306
|
(function (GetProfileResponse) {
|
|
505
|
-
/**
|
|
506
|
-
* @internal
|
|
507
|
-
*/
|
|
508
307
|
GetProfileResponse.filterSensitiveLog = (obj) => ({
|
|
509
308
|
...obj,
|
|
510
309
|
});
|
|
511
310
|
})(GetProfileResponse = exports.GetProfileResponse || (exports.GetProfileResponse = {}));
|
|
512
311
|
var GetRecommendationsRequest;
|
|
513
312
|
(function (GetRecommendationsRequest) {
|
|
514
|
-
/**
|
|
515
|
-
* @internal
|
|
516
|
-
*/
|
|
517
313
|
GetRecommendationsRequest.filterSensitiveLog = (obj) => ({
|
|
518
314
|
...obj,
|
|
519
315
|
});
|
|
520
316
|
})(GetRecommendationsRequest = exports.GetRecommendationsRequest || (exports.GetRecommendationsRequest = {}));
|
|
521
317
|
var Pattern;
|
|
522
318
|
(function (Pattern) {
|
|
523
|
-
/**
|
|
524
|
-
* @internal
|
|
525
|
-
*/
|
|
526
319
|
Pattern.filterSensitiveLog = (obj) => ({
|
|
527
320
|
...obj,
|
|
528
321
|
});
|
|
529
322
|
})(Pattern = exports.Pattern || (exports.Pattern = {}));
|
|
530
323
|
var Match;
|
|
531
324
|
(function (Match) {
|
|
532
|
-
/**
|
|
533
|
-
* @internal
|
|
534
|
-
*/
|
|
535
325
|
Match.filterSensitiveLog = (obj) => ({
|
|
536
326
|
...obj,
|
|
537
327
|
});
|
|
538
328
|
})(Match = exports.Match || (exports.Match = {}));
|
|
539
329
|
var Recommendation;
|
|
540
330
|
(function (Recommendation) {
|
|
541
|
-
/**
|
|
542
|
-
* @internal
|
|
543
|
-
*/
|
|
544
331
|
Recommendation.filterSensitiveLog = (obj) => ({
|
|
545
332
|
...obj,
|
|
546
333
|
});
|
|
547
334
|
})(Recommendation = exports.Recommendation || (exports.Recommendation = {}));
|
|
548
335
|
var GetRecommendationsResponse;
|
|
549
336
|
(function (GetRecommendationsResponse) {
|
|
550
|
-
/**
|
|
551
|
-
* @internal
|
|
552
|
-
*/
|
|
553
337
|
GetRecommendationsResponse.filterSensitiveLog = (obj) => ({
|
|
554
338
|
...obj,
|
|
555
339
|
});
|
|
556
340
|
})(GetRecommendationsResponse = exports.GetRecommendationsResponse || (exports.GetRecommendationsResponse = {}));
|
|
557
341
|
var ListFindingsReportsRequest;
|
|
558
342
|
(function (ListFindingsReportsRequest) {
|
|
559
|
-
/**
|
|
560
|
-
* @internal
|
|
561
|
-
*/
|
|
562
343
|
ListFindingsReportsRequest.filterSensitiveLog = (obj) => ({
|
|
563
344
|
...obj,
|
|
564
345
|
});
|
|
565
346
|
})(ListFindingsReportsRequest = exports.ListFindingsReportsRequest || (exports.ListFindingsReportsRequest = {}));
|
|
566
347
|
var ListFindingsReportsResponse;
|
|
567
348
|
(function (ListFindingsReportsResponse) {
|
|
568
|
-
/**
|
|
569
|
-
* @internal
|
|
570
|
-
*/
|
|
571
349
|
ListFindingsReportsResponse.filterSensitiveLog = (obj) => ({
|
|
572
350
|
...obj,
|
|
573
351
|
});
|
|
574
352
|
})(ListFindingsReportsResponse = exports.ListFindingsReportsResponse || (exports.ListFindingsReportsResponse = {}));
|
|
575
353
|
var OrderBy;
|
|
576
354
|
(function (OrderBy) {
|
|
577
|
-
/**
|
|
578
|
-
* Order by timestamp in ascending order.
|
|
579
|
-
*/
|
|
580
355
|
OrderBy["TIMESTAMP_ASCENDING"] = "TimestampAscending";
|
|
581
|
-
/**
|
|
582
|
-
* Order by timestamp in descending order.
|
|
583
|
-
*/
|
|
584
356
|
OrderBy["TIMESTAMP_DESCENDING"] = "TimestampDescending";
|
|
585
357
|
})(OrderBy = exports.OrderBy || (exports.OrderBy = {}));
|
|
586
358
|
var ListProfileTimesRequest;
|
|
587
359
|
(function (ListProfileTimesRequest) {
|
|
588
|
-
/**
|
|
589
|
-
* @internal
|
|
590
|
-
*/
|
|
591
360
|
ListProfileTimesRequest.filterSensitiveLog = (obj) => ({
|
|
592
361
|
...obj,
|
|
593
362
|
});
|
|
594
363
|
})(ListProfileTimesRequest = exports.ListProfileTimesRequest || (exports.ListProfileTimesRequest = {}));
|
|
595
364
|
var ProfileTime;
|
|
596
365
|
(function (ProfileTime) {
|
|
597
|
-
/**
|
|
598
|
-
* @internal
|
|
599
|
-
*/
|
|
600
366
|
ProfileTime.filterSensitiveLog = (obj) => ({
|
|
601
367
|
...obj,
|
|
602
368
|
});
|
|
603
369
|
})(ProfileTime = exports.ProfileTime || (exports.ProfileTime = {}));
|
|
604
370
|
var ListProfileTimesResponse;
|
|
605
371
|
(function (ListProfileTimesResponse) {
|
|
606
|
-
/**
|
|
607
|
-
* @internal
|
|
608
|
-
*/
|
|
609
372
|
ListProfileTimesResponse.filterSensitiveLog = (obj) => ({
|
|
610
373
|
...obj,
|
|
611
374
|
});
|
|
612
375
|
})(ListProfileTimesResponse = exports.ListProfileTimesResponse || (exports.ListProfileTimesResponse = {}));
|
|
613
376
|
var ListProfilingGroupsRequest;
|
|
614
377
|
(function (ListProfilingGroupsRequest) {
|
|
615
|
-
/**
|
|
616
|
-
* @internal
|
|
617
|
-
*/
|
|
618
378
|
ListProfilingGroupsRequest.filterSensitiveLog = (obj) => ({
|
|
619
379
|
...obj,
|
|
620
380
|
});
|
|
621
381
|
})(ListProfilingGroupsRequest = exports.ListProfilingGroupsRequest || (exports.ListProfilingGroupsRequest = {}));
|
|
622
382
|
var ListProfilingGroupsResponse;
|
|
623
383
|
(function (ListProfilingGroupsResponse) {
|
|
624
|
-
/**
|
|
625
|
-
* @internal
|
|
626
|
-
*/
|
|
627
384
|
ListProfilingGroupsResponse.filterSensitiveLog = (obj) => ({
|
|
628
385
|
...obj,
|
|
629
386
|
});
|
|
630
387
|
})(ListProfilingGroupsResponse = exports.ListProfilingGroupsResponse || (exports.ListProfilingGroupsResponse = {}));
|
|
631
388
|
var PostAgentProfileRequest;
|
|
632
389
|
(function (PostAgentProfileRequest) {
|
|
633
|
-
/**
|
|
634
|
-
* @internal
|
|
635
|
-
*/
|
|
636
390
|
PostAgentProfileRequest.filterSensitiveLog = (obj) => ({
|
|
637
391
|
...obj,
|
|
638
392
|
});
|
|
639
393
|
})(PostAgentProfileRequest = exports.PostAgentProfileRequest || (exports.PostAgentProfileRequest = {}));
|
|
640
394
|
var PostAgentProfileResponse;
|
|
641
395
|
(function (PostAgentProfileResponse) {
|
|
642
|
-
/**
|
|
643
|
-
* @internal
|
|
644
|
-
*/
|
|
645
396
|
PostAgentProfileResponse.filterSensitiveLog = (obj) => ({
|
|
646
397
|
...obj,
|
|
647
398
|
});
|
|
648
399
|
})(PostAgentProfileResponse = exports.PostAgentProfileResponse || (exports.PostAgentProfileResponse = {}));
|
|
649
400
|
var PutPermissionRequest;
|
|
650
401
|
(function (PutPermissionRequest) {
|
|
651
|
-
/**
|
|
652
|
-
* @internal
|
|
653
|
-
*/
|
|
654
402
|
PutPermissionRequest.filterSensitiveLog = (obj) => ({
|
|
655
403
|
...obj,
|
|
656
404
|
});
|
|
657
405
|
})(PutPermissionRequest = exports.PutPermissionRequest || (exports.PutPermissionRequest = {}));
|
|
658
406
|
var PutPermissionResponse;
|
|
659
407
|
(function (PutPermissionResponse) {
|
|
660
|
-
/**
|
|
661
|
-
* @internal
|
|
662
|
-
*/
|
|
663
408
|
PutPermissionResponse.filterSensitiveLog = (obj) => ({
|
|
664
409
|
...obj,
|
|
665
410
|
});
|
|
666
411
|
})(PutPermissionResponse = exports.PutPermissionResponse || (exports.PutPermissionResponse = {}));
|
|
667
412
|
var RemoveNotificationChannelRequest;
|
|
668
413
|
(function (RemoveNotificationChannelRequest) {
|
|
669
|
-
/**
|
|
670
|
-
* @internal
|
|
671
|
-
*/
|
|
672
414
|
RemoveNotificationChannelRequest.filterSensitiveLog = (obj) => ({
|
|
673
415
|
...obj,
|
|
674
416
|
});
|
|
675
417
|
})(RemoveNotificationChannelRequest = exports.RemoveNotificationChannelRequest || (exports.RemoveNotificationChannelRequest = {}));
|
|
676
418
|
var RemoveNotificationChannelResponse;
|
|
677
419
|
(function (RemoveNotificationChannelResponse) {
|
|
678
|
-
/**
|
|
679
|
-
* @internal
|
|
680
|
-
*/
|
|
681
420
|
RemoveNotificationChannelResponse.filterSensitiveLog = (obj) => ({
|
|
682
421
|
...obj,
|
|
683
422
|
});
|
|
684
423
|
})(RemoveNotificationChannelResponse = exports.RemoveNotificationChannelResponse || (exports.RemoveNotificationChannelResponse = {}));
|
|
685
424
|
var RemovePermissionRequest;
|
|
686
425
|
(function (RemovePermissionRequest) {
|
|
687
|
-
/**
|
|
688
|
-
* @internal
|
|
689
|
-
*/
|
|
690
426
|
RemovePermissionRequest.filterSensitiveLog = (obj) => ({
|
|
691
427
|
...obj,
|
|
692
428
|
});
|
|
693
429
|
})(RemovePermissionRequest = exports.RemovePermissionRequest || (exports.RemovePermissionRequest = {}));
|
|
694
430
|
var RemovePermissionResponse;
|
|
695
431
|
(function (RemovePermissionResponse) {
|
|
696
|
-
/**
|
|
697
|
-
* @internal
|
|
698
|
-
*/
|
|
699
432
|
RemovePermissionResponse.filterSensitiveLog = (obj) => ({
|
|
700
433
|
...obj,
|
|
701
434
|
});
|
|
702
435
|
})(RemovePermissionResponse = exports.RemovePermissionResponse || (exports.RemovePermissionResponse = {}));
|
|
703
436
|
var SubmitFeedbackRequest;
|
|
704
437
|
(function (SubmitFeedbackRequest) {
|
|
705
|
-
/**
|
|
706
|
-
* @internal
|
|
707
|
-
*/
|
|
708
438
|
SubmitFeedbackRequest.filterSensitiveLog = (obj) => ({
|
|
709
439
|
...obj,
|
|
710
440
|
});
|
|
711
441
|
})(SubmitFeedbackRequest = exports.SubmitFeedbackRequest || (exports.SubmitFeedbackRequest = {}));
|
|
712
442
|
var SubmitFeedbackResponse;
|
|
713
443
|
(function (SubmitFeedbackResponse) {
|
|
714
|
-
/**
|
|
715
|
-
* @internal
|
|
716
|
-
*/
|
|
717
444
|
SubmitFeedbackResponse.filterSensitiveLog = (obj) => ({
|
|
718
445
|
...obj,
|
|
719
446
|
});
|
|
720
447
|
})(SubmitFeedbackResponse = exports.SubmitFeedbackResponse || (exports.SubmitFeedbackResponse = {}));
|
|
721
448
|
var UpdateProfilingGroupRequest;
|
|
722
449
|
(function (UpdateProfilingGroupRequest) {
|
|
723
|
-
/**
|
|
724
|
-
* @internal
|
|
725
|
-
*/
|
|
726
450
|
UpdateProfilingGroupRequest.filterSensitiveLog = (obj) => ({
|
|
727
451
|
...obj,
|
|
728
452
|
});
|
|
729
453
|
})(UpdateProfilingGroupRequest = exports.UpdateProfilingGroupRequest || (exports.UpdateProfilingGroupRequest = {}));
|
|
730
454
|
var UpdateProfilingGroupResponse;
|
|
731
455
|
(function (UpdateProfilingGroupResponse) {
|
|
732
|
-
/**
|
|
733
|
-
* @internal
|
|
734
|
-
*/
|
|
735
456
|
UpdateProfilingGroupResponse.filterSensitiveLog = (obj) => ({
|
|
736
457
|
...obj,
|
|
737
458
|
});
|
|
738
459
|
})(UpdateProfilingGroupResponse = exports.UpdateProfilingGroupResponse || (exports.UpdateProfilingGroupResponse = {}));
|
|
739
460
|
var TagResourceRequest;
|
|
740
461
|
(function (TagResourceRequest) {
|
|
741
|
-
/**
|
|
742
|
-
* @internal
|
|
743
|
-
*/
|
|
744
462
|
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
745
463
|
...obj,
|
|
746
464
|
});
|
|
747
465
|
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
748
466
|
var TagResourceResponse;
|
|
749
467
|
(function (TagResourceResponse) {
|
|
750
|
-
/**
|
|
751
|
-
* @internal
|
|
752
|
-
*/
|
|
753
468
|
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
754
469
|
...obj,
|
|
755
470
|
});
|
|
756
471
|
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
757
472
|
var UntagResourceRequest;
|
|
758
473
|
(function (UntagResourceRequest) {
|
|
759
|
-
/**
|
|
760
|
-
* @internal
|
|
761
|
-
*/
|
|
762
474
|
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
763
475
|
...obj,
|
|
764
476
|
});
|
|
765
477
|
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
766
478
|
var UntagResourceResponse;
|
|
767
479
|
(function (UntagResourceResponse) {
|
|
768
|
-
/**
|
|
769
|
-
* @internal
|
|
770
|
-
*/
|
|
771
480
|
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
772
481
|
...obj,
|
|
773
482
|
});
|
|
774
483
|
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
775
|
-
//# sourceMappingURL=models_0.js.map
|