@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
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"runtimeConfig.browser.js","sourceRoot":"","sources":["../../runtimeConfig.browser.ts"],"names":[],"mappings":";AAAA,OAAO,WAAW,MAAM,gBAAgB,CAAC;AAEzC,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAChF,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACrF,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AAE9D,OAAO,EAAE,gBAAgB,IAAI,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AAKpF,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAoC;;IACnE,IAAM,kBAAkB,GAAG,sBAAsB,CAAC,MAAM,CAAC,CAAC;IAC1D,sCACK,kBAAkB,GAClB,MAAM,KACT,OAAO,EAAE,SAAS,EAClB,aAAa,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,aAAa,mCAAI,UAAU,EAClD,aAAa,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,aAAa,mCAAI,QAAQ,EAChD,iBAAiB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,iBAAiB,mCAAI,mBAAmB,EACnE,yBAAyB,EACvB,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,yBAAyB,mCAAI,CAAC,UAAC,CAAU,IAAK,OAAA,cAAM,OAAA,OAAO,CAAC,MAAM,CAAC,IAAI,KAAK,CAAC,uBAAuB,CAAC,CAAC,EAAlD,CAAkD,EAAxD,CAAwD,CAAC,EACjH,wBAAwB,EACtB,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,wBAAwB,mCAChC,gBAAgB,CAAC,EAAE,SAAS,EAAE,kBAAkB,CAAC,SAAS,EAAE,aAAa,EAAE,WAAW,CAAC,OAAO,EAAE,CAAC,EACnG,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,oBAAoB,EACxD,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,eAAe,CAAC,mBAAmB,CAAC,EAC9D,cAAc,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,cAAc,mCAAI,IAAI,gBAAgB,EAAE,EAChE,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,CAAC,cAAM,OAAA,OAAO,CAAC,OAAO,CAAC,kBAAkB,CAAC,EAAnC,CAAmC,CAAC,EAC3E,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,MAAM,EAChC,eAAe,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,eAAe,mCAAI,eAAe,EAC3D,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,QAAQ,EAC5C,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,MAAM,IAC1C;AACJ,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"runtimeConfig.js","sourceRoot":"","sources":["../../runtimeConfig.ts"],"names":[],"mappings":";AAAA,OAAO,WAAW,MAAM,gBAAgB,CAAC;AAEzC,OAAO,EAAE,iCAAiC,EAAE,MAAM,qBAAqB,CAAC;AACxE,OAAO,EAAE,+BAA+B,EAAE,0BAA0B,EAAE,MAAM,0BAA0B,CAAC;AACvG,OAAO,EAAE,eAAe,IAAI,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AACjG,OAAO,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAC1C,OAAO,EAAE,+BAA+B,EAAE,8BAA8B,EAAE,MAAM,2BAA2B,CAAC;AAC5G,OAAO,EAAE,UAAU,IAAI,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAC7E,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AACrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAE3D,OAAO,EAAE,gBAAgB,IAAI,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AACpF,OAAO,EAAE,+BAA+B,EAAE,MAAM,wBAAwB,CAAC;AAKzE,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAoC;;IACnE,+BAA+B,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;IACjD,IAAM,kBAAkB,GAAG,sBAAsB,CAAC,MAAM,CAAC,CAAC;IAC1D,sCACK,kBAAkB,GAClB,MAAM,KACT,OAAO,EAAE,MAAM,EACf,aAAa,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,aAAa,mCAAI,UAAU,EAClD,aAAa,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,aAAa,mCAAI,QAAQ,EAChD,iBAAiB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,iBAAiB,mCAAI,mBAAmB,EACnE,yBAAyB,EACvB,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,yBAAyB,mCAAI,iCAAiC,CAAC,yBAAyB,CAAC,EACnG,wBAAwB,EACtB,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,wBAAwB,mCAChC,gBAAgB,CAAC,EAAE,SAAS,EAAE,kBAAkB,CAAC,SAAS,EAAE,aAAa,EAAE,WAAW,CAAC,OAAO,EAAE,CAAC,EACnG,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,cAAc,CAAC,+BAA+B,CAAC,EACnF,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,cAAc,CAAC,0BAA0B,EAAE,+BAA+B,CAAC,EACrG,cAAc,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,cAAc,mCAAI,IAAI,eAAe,EAAE,EAC/D,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,cAAc,CAAC,8BAA8B,CAAC,EAC9E,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,QAAQ,CAAC,EACnD,eAAe,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,eAAe,mCAAI,eAAe,EAC3D,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,QAAQ,EAC5C,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,MAAM,IAC1C;AACJ,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"runtimeConfig.native.js","sourceRoot":"","sources":["../../runtimeConfig.native.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAE/C,OAAO,EAAE,gBAAgB,IAAI,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AAKtF,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAoC;;IACnE,IAAM,eAAe,GAAG,uBAAuB,CAAC,MAAM,CAAC,CAAC;IACxD,sCACK,eAAe,GACf,MAAM,KACT,OAAO,EAAE,cAAc,EACvB,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,MAAM,IAChC;AACJ,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"runtimeConfig.shared.js","sourceRoot":"","sources":["../../runtimeConfig.shared.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAExD,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAM/C,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAoC;;IAAK,OAAA,CAAC;QACzE,UAAU,EAAE,YAAY;QACxB,iBAAiB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,iBAAiB,mCAAI,KAAK;QACrD,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAK,EAAe;QAC1C,kBAAkB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,kBAAkB,mCAAI,yBAAyB;QAC3E,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,kBAAkB;QAClD,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,QAAQ;KACzC,CAAC,CAAA;CAAA,CAAC"}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
2
|
-
import { BatchGetFrameMetricDataRequest, BatchGetFrameMetricDataResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface BatchGetFrameMetricDataCommandInput extends BatchGetFrameMetricDataRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface BatchGetFrameMetricDataCommandOutput extends BatchGetFrameMetricDataResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>
|
|
11
|
-
* Returns the time series of values for a requested list
|
|
12
|
-
* of frame metrics from a time period.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { CodeGuruProfilerClient, BatchGetFrameMetricDataCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import
|
|
17
|
-
* // const { CodeGuruProfilerClient, BatchGetFrameMetricDataCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import
|
|
18
|
-
* const client = new CodeGuruProfilerClient(config);
|
|
19
|
-
* const command = new BatchGetFrameMetricDataCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link BatchGetFrameMetricDataCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link BatchGetFrameMetricDataCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CodeGuruProfilerClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
export declare class BatchGetFrameMetricDataCommand extends $Command<BatchGetFrameMetricDataCommandInput, BatchGetFrameMetricDataCommandOutput, CodeGuruProfilerClientResolvedConfig> {
|
|
29
|
-
readonly input: BatchGetFrameMetricDataCommandInput;
|
|
30
|
-
constructor(input: BatchGetFrameMetricDataCommandInput);
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetFrameMetricDataCommandInput, BatchGetFrameMetricDataCommandOutput>;
|
|
35
|
-
private serialize;
|
|
36
|
-
private deserialize;
|
|
37
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
2
|
-
import { ConfigureAgentRequest, ConfigureAgentResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ConfigureAgentCommandInput extends ConfigureAgentRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ConfigureAgentCommandOutput extends ConfigureAgentResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>
|
|
11
|
-
* Used by profiler agents to report their current state and to receive remote
|
|
12
|
-
* configuration updates. For example, <code>ConfigureAgent</code> can be used
|
|
13
|
-
* to tell an agent whether to profile or not and for how long to return profiling data.
|
|
14
|
-
* </p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { CodeGuruProfilerClient, ConfigureAgentCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import
|
|
19
|
-
* // const { CodeGuruProfilerClient, ConfigureAgentCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import
|
|
20
|
-
* const client = new CodeGuruProfilerClient(config);
|
|
21
|
-
* const command = new ConfigureAgentCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link ConfigureAgentCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link ConfigureAgentCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link CodeGuruProfilerClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
|
-
export declare class ConfigureAgentCommand extends $Command<ConfigureAgentCommandInput, ConfigureAgentCommandOutput, CodeGuruProfilerClientResolvedConfig> {
|
|
31
|
-
readonly input: ConfigureAgentCommandInput;
|
|
32
|
-
constructor(input: ConfigureAgentCommandInput);
|
|
33
|
-
/**
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
36
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ConfigureAgentCommandInput, ConfigureAgentCommandOutput>;
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
2
|
-
import { DescribeProfilingGroupRequest, DescribeProfilingGroupResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DescribeProfilingGroupCommandInput extends DescribeProfilingGroupRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeProfilingGroupCommandOutput extends DescribeProfilingGroupResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>
|
|
11
|
-
* Returns a <a href="https://docs.aws.amazon.com/codeguru/latest/profiler-api/API_ProfilingGroupDescription.html">
|
|
12
|
-
* <code>ProfilingGroupDescription</code>
|
|
13
|
-
* </a>
|
|
14
|
-
* object that contains information about the requested profiling group.
|
|
15
|
-
* </p>
|
|
16
|
-
* @example
|
|
17
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
-
* ```javascript
|
|
19
|
-
* import { CodeGuruProfilerClient, DescribeProfilingGroupCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import
|
|
20
|
-
* // const { CodeGuruProfilerClient, DescribeProfilingGroupCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import
|
|
21
|
-
* const client = new CodeGuruProfilerClient(config);
|
|
22
|
-
* const command = new DescribeProfilingGroupCommand(input);
|
|
23
|
-
* const response = await client.send(command);
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @see {@link DescribeProfilingGroupCommandInput} for command's `input` shape.
|
|
27
|
-
* @see {@link DescribeProfilingGroupCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link CodeGuruProfilerClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
31
|
-
export declare class DescribeProfilingGroupCommand extends $Command<DescribeProfilingGroupCommandInput, DescribeProfilingGroupCommandOutput, CodeGuruProfilerClientResolvedConfig> {
|
|
32
|
-
readonly input: DescribeProfilingGroupCommandInput;
|
|
33
|
-
constructor(input: DescribeProfilingGroupCommandInput);
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProfilingGroupCommandInput, DescribeProfilingGroupCommandOutput>;
|
|
38
|
-
private serialize;
|
|
39
|
-
private deserialize;
|
|
40
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
2
|
-
import { GetFindingsReportAccountSummaryRequest, GetFindingsReportAccountSummaryResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface GetFindingsReportAccountSummaryCommandInput extends GetFindingsReportAccountSummaryRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface GetFindingsReportAccountSummaryCommandOutput extends GetFindingsReportAccountSummaryResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>
|
|
11
|
-
* Returns a list of
|
|
12
|
-
* <a href="https://docs.aws.amazon.com/codeguru/latest/profiler-api/API_FindingsReportSummary.html">
|
|
13
|
-
* <code>FindingsReportSummary</code>
|
|
14
|
-
* </a>
|
|
15
|
-
* objects that contain analysis results for all profiling groups in your AWS account.
|
|
16
|
-
* </p>
|
|
17
|
-
* @example
|
|
18
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
-
* ```javascript
|
|
20
|
-
* import { CodeGuruProfilerClient, GetFindingsReportAccountSummaryCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import
|
|
21
|
-
* // const { CodeGuruProfilerClient, GetFindingsReportAccountSummaryCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import
|
|
22
|
-
* const client = new CodeGuruProfilerClient(config);
|
|
23
|
-
* const command = new GetFindingsReportAccountSummaryCommand(input);
|
|
24
|
-
* const response = await client.send(command);
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* @see {@link GetFindingsReportAccountSummaryCommandInput} for command's `input` shape.
|
|
28
|
-
* @see {@link GetFindingsReportAccountSummaryCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link CodeGuruProfilerClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
32
|
-
export declare class GetFindingsReportAccountSummaryCommand extends $Command<GetFindingsReportAccountSummaryCommandInput, GetFindingsReportAccountSummaryCommandOutput, CodeGuruProfilerClientResolvedConfig> {
|
|
33
|
-
readonly input: GetFindingsReportAccountSummaryCommandInput;
|
|
34
|
-
constructor(input: GetFindingsReportAccountSummaryCommandInput);
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFindingsReportAccountSummaryCommandInput, GetFindingsReportAccountSummaryCommandOutput>;
|
|
39
|
-
private serialize;
|
|
40
|
-
private deserialize;
|
|
41
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
2
|
-
import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface GetPolicyCommandInput extends GetPolicyRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>
|
|
11
|
-
* Returns the JSON-formatted resource-based policy on a profiling group.
|
|
12
|
-
* </p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { CodeGuruProfilerClient, GetPolicyCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import
|
|
17
|
-
* // const { CodeGuruProfilerClient, GetPolicyCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import
|
|
18
|
-
* const client = new CodeGuruProfilerClient(config);
|
|
19
|
-
* const command = new GetPolicyCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link GetPolicyCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link GetPolicyCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CodeGuruProfilerClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
export declare class GetPolicyCommand extends $Command<GetPolicyCommandInput, GetPolicyCommandOutput, CodeGuruProfilerClientResolvedConfig> {
|
|
29
|
-
readonly input: GetPolicyCommandInput;
|
|
30
|
-
constructor(input: GetPolicyCommandInput);
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPolicyCommandInput, GetPolicyCommandOutput>;
|
|
35
|
-
private serialize;
|
|
36
|
-
private deserialize;
|
|
37
|
-
}
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
2
|
-
import { GetProfileRequest, GetProfileResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface GetProfileCommandInput extends GetProfileRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface GetProfileCommandOutput extends GetProfileResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>
|
|
11
|
-
* Gets the aggregated profile of a profiling group for a specified time range.
|
|
12
|
-
* Amazon CodeGuru Profiler collects posted agent profiles for a profiling group
|
|
13
|
-
* into aggregated profiles.
|
|
14
|
-
* </p>
|
|
15
|
-
*
|
|
16
|
-
* <note>
|
|
17
|
-
* <p>
|
|
18
|
-
* Because aggregated profiles expire over time <code>GetProfile</code> is not idempotent.
|
|
19
|
-
* </p>
|
|
20
|
-
* </note>
|
|
21
|
-
*
|
|
22
|
-
* <p>
|
|
23
|
-
* Specify the time range for the requested aggregated profile using 1 or 2 of the following parameters: <code>startTime</code>,
|
|
24
|
-
* <code>endTime</code>, <code>period</code>. The maximum time range allowed is 7 days. If you specify all 3 parameters,
|
|
25
|
-
* an exception is thrown. If you specify only <code>period</code>, the latest aggregated profile is returned.
|
|
26
|
-
* </p>
|
|
27
|
-
*
|
|
28
|
-
* <p>
|
|
29
|
-
* Aggregated profiles are available with aggregation periods of 5 minutes, 1 hour, and 1 day, aligned to
|
|
30
|
-
* UTC. The aggregation period of an aggregated profile determines how long it is retained. For more
|
|
31
|
-
* information, see <a href="https://docs.aws.amazon.com/codeguru/latest/profiler-api/API_AggregatedProfileTime.html">
|
|
32
|
-
* <code>AggregatedProfileTime</code>
|
|
33
|
-
* </a>. The aggregated profile's aggregation period determines how long
|
|
34
|
-
* it is retained by CodeGuru Profiler.
|
|
35
|
-
* </p>
|
|
36
|
-
*
|
|
37
|
-
* <ul>
|
|
38
|
-
* <li>
|
|
39
|
-
* <p>
|
|
40
|
-
* If the aggregation period is 5 minutes, the aggregated profile is retained for 15 days.
|
|
41
|
-
* </p>
|
|
42
|
-
* </li>
|
|
43
|
-
* <li>
|
|
44
|
-
* <p>
|
|
45
|
-
* If the aggregation period is 1 hour, the aggregated profile is retained for 60 days.
|
|
46
|
-
* </p>
|
|
47
|
-
* </li>
|
|
48
|
-
* <li>
|
|
49
|
-
* <p>
|
|
50
|
-
* If the aggregation period is 1 day, the aggregated profile is retained for 3 years.
|
|
51
|
-
* </p>
|
|
52
|
-
* </li>
|
|
53
|
-
* </ul>
|
|
54
|
-
*
|
|
55
|
-
* <p>There are two use cases for calling <code>GetProfile</code>.</p>
|
|
56
|
-
* <ol>
|
|
57
|
-
* <li>
|
|
58
|
-
* <p>
|
|
59
|
-
* If you want to return an aggregated profile that already exists, use
|
|
60
|
-
* <a href="https://docs.aws.amazon.com/codeguru/latest/profiler-api/API_ListProfileTimes.html">
|
|
61
|
-
* <code>ListProfileTimes</code>
|
|
62
|
-
* </a> to
|
|
63
|
-
* view the time ranges of existing aggregated profiles. Use them in a <code>GetProfile</code> request to return a specific,
|
|
64
|
-
* existing aggregated profile.
|
|
65
|
-
* </p>
|
|
66
|
-
* </li>
|
|
67
|
-
* <li>
|
|
68
|
-
* <p>
|
|
69
|
-
* If you want to return an aggregated profile for a time range that doesn't align with an existing aggregated profile,
|
|
70
|
-
* then CodeGuru Profiler makes a best effort to combine existing aggregated profiles from the requested time
|
|
71
|
-
* range and return them as one aggregated profile.
|
|
72
|
-
* </p>
|
|
73
|
-
*
|
|
74
|
-
* <p> If aggregated profiles do not exist for the full time range requested, then
|
|
75
|
-
* aggregated profiles for a smaller time range are returned. For example, if the
|
|
76
|
-
* requested time range is from 00:00 to 00:20, and the existing aggregated profiles are
|
|
77
|
-
* from 00:15 and 00:25, then the aggregated profiles from 00:15 to 00:20 are returned. </p>
|
|
78
|
-
*
|
|
79
|
-
*
|
|
80
|
-
* </li>
|
|
81
|
-
* </ol>
|
|
82
|
-
* @example
|
|
83
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
84
|
-
* ```javascript
|
|
85
|
-
* import { CodeGuruProfilerClient, GetProfileCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import
|
|
86
|
-
* // const { CodeGuruProfilerClient, GetProfileCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import
|
|
87
|
-
* const client = new CodeGuruProfilerClient(config);
|
|
88
|
-
* const command = new GetProfileCommand(input);
|
|
89
|
-
* const response = await client.send(command);
|
|
90
|
-
* ```
|
|
91
|
-
*
|
|
92
|
-
* @see {@link GetProfileCommandInput} for command's `input` shape.
|
|
93
|
-
* @see {@link GetProfileCommandOutput} for command's `response` shape.
|
|
94
|
-
* @see {@link CodeGuruProfilerClientResolvedConfig | config} for command's `input` shape.
|
|
95
|
-
*
|
|
96
|
-
*/
|
|
97
|
-
export declare class GetProfileCommand extends $Command<GetProfileCommandInput, GetProfileCommandOutput, CodeGuruProfilerClientResolvedConfig> {
|
|
98
|
-
readonly input: GetProfileCommandInput;
|
|
99
|
-
constructor(input: GetProfileCommandInput);
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetProfileCommandInput, GetProfileCommandOutput>;
|
|
104
|
-
private serialize;
|
|
105
|
-
private deserialize;
|
|
106
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
2
|
-
import { GetRecommendationsRequest, GetRecommendationsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface GetRecommendationsCommandInput extends GetRecommendationsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface GetRecommendationsCommandOutput extends GetRecommendationsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>
|
|
11
|
-
* Returns a list of
|
|
12
|
-
* <a href="https://docs.aws.amazon.com/codeguru/latest/profiler-api/API_Recommendation.html">
|
|
13
|
-
* <code>Recommendation</code>
|
|
14
|
-
* </a>
|
|
15
|
-
* objects that contain recommendations for a profiling group for a given time period. A list of
|
|
16
|
-
* <a href="https://docs.aws.amazon.com/codeguru/latest/profiler-api/API_Anomaly.html">
|
|
17
|
-
* <code>Anomaly</code>
|
|
18
|
-
* </a>
|
|
19
|
-
* objects that contains details about anomalies detected in the profiling group for the same time period is also
|
|
20
|
-
* returned.
|
|
21
|
-
* </p>
|
|
22
|
-
* @example
|
|
23
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
24
|
-
* ```javascript
|
|
25
|
-
* import { CodeGuruProfilerClient, GetRecommendationsCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import
|
|
26
|
-
* // const { CodeGuruProfilerClient, GetRecommendationsCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import
|
|
27
|
-
* const client = new CodeGuruProfilerClient(config);
|
|
28
|
-
* const command = new GetRecommendationsCommand(input);
|
|
29
|
-
* const response = await client.send(command);
|
|
30
|
-
* ```
|
|
31
|
-
*
|
|
32
|
-
* @see {@link GetRecommendationsCommandInput} for command's `input` shape.
|
|
33
|
-
* @see {@link GetRecommendationsCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link CodeGuruProfilerClientResolvedConfig | config} for command's `input` shape.
|
|
35
|
-
*
|
|
36
|
-
*/
|
|
37
|
-
export declare class GetRecommendationsCommand extends $Command<GetRecommendationsCommandInput, GetRecommendationsCommandOutput, CodeGuruProfilerClientResolvedConfig> {
|
|
38
|
-
readonly input: GetRecommendationsCommandInput;
|
|
39
|
-
constructor(input: GetRecommendationsCommandInput);
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRecommendationsCommandInput, GetRecommendationsCommandOutput>;
|
|
44
|
-
private serialize;
|
|
45
|
-
private deserialize;
|
|
46
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
2
|
-
import { ListProfileTimesRequest, ListProfileTimesResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ListProfileTimesCommandInput extends ListProfileTimesRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListProfileTimesCommandOutput extends ListProfileTimesResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Lists the start times of the available aggregated profiles of a profiling group
|
|
11
|
-
* for an aggregation period within the specified time range.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { CodeGuruProfilerClient, ListProfileTimesCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import
|
|
16
|
-
* // const { CodeGuruProfilerClient, ListProfileTimesCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import
|
|
17
|
-
* const client = new CodeGuruProfilerClient(config);
|
|
18
|
-
* const command = new ListProfileTimesCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link ListProfileTimesCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link ListProfileTimesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CodeGuruProfilerClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class ListProfileTimesCommand extends $Command<ListProfileTimesCommandInput, ListProfileTimesCommandOutput, CodeGuruProfilerClientResolvedConfig> {
|
|
28
|
-
readonly input: ListProfileTimesCommandInput;
|
|
29
|
-
constructor(input: ListProfileTimesCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProfileTimesCommandInput, ListProfileTimesCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
2
|
-
import { ListProfilingGroupsRequest, ListProfilingGroupsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ListProfilingGroupsCommandInput extends ListProfilingGroupsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListProfilingGroupsCommandOutput extends ListProfilingGroupsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>
|
|
11
|
-
* Returns a list of profiling groups. The profiling groups are returned as
|
|
12
|
-
* <a href="https://docs.aws.amazon.com/codeguru/latest/profiler-api/API_ProfilingGroupDescription.html">
|
|
13
|
-
* <code>ProfilingGroupDescription</code>
|
|
14
|
-
* </a>
|
|
15
|
-
* objects.
|
|
16
|
-
* </p>
|
|
17
|
-
* @example
|
|
18
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
-
* ```javascript
|
|
20
|
-
* import { CodeGuruProfilerClient, ListProfilingGroupsCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import
|
|
21
|
-
* // const { CodeGuruProfilerClient, ListProfilingGroupsCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import
|
|
22
|
-
* const client = new CodeGuruProfilerClient(config);
|
|
23
|
-
* const command = new ListProfilingGroupsCommand(input);
|
|
24
|
-
* const response = await client.send(command);
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* @see {@link ListProfilingGroupsCommandInput} for command's `input` shape.
|
|
28
|
-
* @see {@link ListProfilingGroupsCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link CodeGuruProfilerClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
32
|
-
export declare class ListProfilingGroupsCommand extends $Command<ListProfilingGroupsCommandInput, ListProfilingGroupsCommandOutput, CodeGuruProfilerClientResolvedConfig> {
|
|
33
|
-
readonly input: ListProfilingGroupsCommandInput;
|
|
34
|
-
constructor(input: ListProfilingGroupsCommandInput);
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProfilingGroupsCommandInput, ListProfilingGroupsCommandOutput>;
|
|
39
|
-
private serialize;
|
|
40
|
-
private deserialize;
|
|
41
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
2
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>
|
|
11
|
-
* Returns a list of the tags that are assigned to a specified resource.
|
|
12
|
-
* </p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { CodeGuruProfilerClient, ListTagsForResourceCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import
|
|
17
|
-
* // const { CodeGuruProfilerClient, ListTagsForResourceCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import
|
|
18
|
-
* const client = new CodeGuruProfilerClient(config);
|
|
19
|
-
* const command = new ListTagsForResourceCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CodeGuruProfilerClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeGuruProfilerClientResolvedConfig> {
|
|
29
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
30
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
35
|
-
private serialize;
|
|
36
|
-
private deserialize;
|
|
37
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
2
|
-
import { PostAgentProfileRequest, PostAgentProfileResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface PostAgentProfileCommandInput extends PostAgentProfileRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface PostAgentProfileCommandOutput extends PostAgentProfileResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>
|
|
11
|
-
* Submits profiling data to an aggregated profile of a profiling group. To get an
|
|
12
|
-
* aggregated profile that is created with this profiling data, use
|
|
13
|
-
* <a href="https://docs.aws.amazon.com/codeguru/latest/profiler-api/API_GetProfile.html">
|
|
14
|
-
* <code>GetProfile</code>
|
|
15
|
-
* </a>.
|
|
16
|
-
* </p>
|
|
17
|
-
* @example
|
|
18
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
-
* ```javascript
|
|
20
|
-
* import { CodeGuruProfilerClient, PostAgentProfileCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import
|
|
21
|
-
* // const { CodeGuruProfilerClient, PostAgentProfileCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import
|
|
22
|
-
* const client = new CodeGuruProfilerClient(config);
|
|
23
|
-
* const command = new PostAgentProfileCommand(input);
|
|
24
|
-
* const response = await client.send(command);
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* @see {@link PostAgentProfileCommandInput} for command's `input` shape.
|
|
28
|
-
* @see {@link PostAgentProfileCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link CodeGuruProfilerClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
32
|
-
export declare class PostAgentProfileCommand extends $Command<PostAgentProfileCommandInput, PostAgentProfileCommandOutput, CodeGuruProfilerClientResolvedConfig> {
|
|
33
|
-
readonly input: PostAgentProfileCommandInput;
|
|
34
|
-
constructor(input: PostAgentProfileCommandInput);
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PostAgentProfileCommandInput, PostAgentProfileCommandOutput>;
|
|
39
|
-
private serialize;
|
|
40
|
-
private deserialize;
|
|
41
|
-
}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
2
|
-
import { PutPermissionRequest, PutPermissionResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface PutPermissionCommandInput extends PutPermissionRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface PutPermissionCommandOutput extends PutPermissionResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>
|
|
11
|
-
* Adds permissions to a profiling group's resource-based policy
|
|
12
|
-
* that are provided using an action group. If a profiling group doesn't have
|
|
13
|
-
* a resource-based policy, one is created for it using the permissions in the action group and
|
|
14
|
-
* the roles and users in the <code>principals</code> parameter.
|
|
15
|
-
* </p>
|
|
16
|
-
*
|
|
17
|
-
* <p> The one supported action group that can be added is <code>agentPermission</code>
|
|
18
|
-
* which grants <code>ConfigureAgent</code> and <code>PostAgent</code> permissions. For
|
|
19
|
-
* more information, see <a href="https://docs.aws.amazon.com/codeguru/latest/profiler-ug/resource-based-policies.html">Resource-based
|
|
20
|
-
* policies in CodeGuru Profiler</a> in the <i>Amazon CodeGuru Profiler User
|
|
21
|
-
* Guide</i>, <a href="https://docs.aws.amazon.com/codeguru/latest/profiler-api/API_ConfigureAgent.html">
|
|
22
|
-
* <code>ConfigureAgent</code>
|
|
23
|
-
* </a>, and <a href="https://docs.aws.amazon.com/codeguru/latest/profiler-api/API_PostAgentProfile.html">
|
|
24
|
-
* <code>PostAgentProfile</code>
|
|
25
|
-
* </a>. </p>
|
|
26
|
-
*
|
|
27
|
-
* <p>
|
|
28
|
-
* The first time you call <code>PutPermission</code> on a profiling group, do not specify a <code>revisionId</code> because
|
|
29
|
-
* it doesn't have a resource-based policy. Subsequent calls must provide a <code>revisionId</code> to specify
|
|
30
|
-
* which revision of the resource-based policy to add the permissions to.
|
|
31
|
-
* </p>
|
|
32
|
-
*
|
|
33
|
-
* <p>
|
|
34
|
-
* The response contains the profiling group's JSON-formatted resource policy.
|
|
35
|
-
* </p>
|
|
36
|
-
* @example
|
|
37
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
38
|
-
* ```javascript
|
|
39
|
-
* import { CodeGuruProfilerClient, PutPermissionCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import
|
|
40
|
-
* // const { CodeGuruProfilerClient, PutPermissionCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import
|
|
41
|
-
* const client = new CodeGuruProfilerClient(config);
|
|
42
|
-
* const command = new PutPermissionCommand(input);
|
|
43
|
-
* const response = await client.send(command);
|
|
44
|
-
* ```
|
|
45
|
-
*
|
|
46
|
-
* @see {@link PutPermissionCommandInput} for command's `input` shape.
|
|
47
|
-
* @see {@link PutPermissionCommandOutput} for command's `response` shape.
|
|
48
|
-
* @see {@link CodeGuruProfilerClientResolvedConfig | config} for command's `input` shape.
|
|
49
|
-
*
|
|
50
|
-
*/
|
|
51
|
-
export declare class PutPermissionCommand extends $Command<PutPermissionCommandInput, PutPermissionCommandOutput, CodeGuruProfilerClientResolvedConfig> {
|
|
52
|
-
readonly input: PutPermissionCommandInput;
|
|
53
|
-
constructor(input: PutPermissionCommandInput);
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutPermissionCommandInput, PutPermissionCommandOutput>;
|
|
58
|
-
private serialize;
|
|
59
|
-
private deserialize;
|
|
60
|
-
}
|