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