@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
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/{dist/types → dist-types}/ts3.4/pagination/GetFindingsReportAccountSummaryPaginator.d.ts
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { GetFindingsReportAccountSummaryCommandInput, GetFindingsReportAccountSummaryCommandOutput } from "../commands/GetFindingsReportAccountSummaryCommand";
|
|
2
3
|
import { CodeGuruProfilerPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateGetFindingsReportAccountSummary(config: CodeGuruProfilerPaginationConfiguration, input: GetFindingsReportAccountSummaryCommandInput, ...additionalArguments: any): Paginator<GetFindingsReportAccountSummaryCommandOutput>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
1
2
|
import { CodeGuruProfiler } from "../CodeGuruProfiler";
|
|
2
3
|
import { CodeGuruProfilerClient } from "../CodeGuruProfilerClient";
|
|
3
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
4
4
|
export interface CodeGuruProfilerPaginationConfiguration extends PaginationConfiguration {
|
|
5
5
|
client: CodeGuruProfiler | CodeGuruProfilerClient;
|
|
6
6
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { ListFindingsReportsCommandInput, ListFindingsReportsCommandOutput } from "../commands/ListFindingsReportsCommand";
|
|
2
3
|
import { CodeGuruProfilerPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateListFindingsReports(config: CodeGuruProfilerPaginationConfiguration, input: ListFindingsReportsCommandInput, ...additionalArguments: any): Paginator<ListFindingsReportsCommandOutput>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { ListProfileTimesCommandInput, ListProfileTimesCommandOutput } from "../commands/ListProfileTimesCommand";
|
|
2
3
|
import { CodeGuruProfilerPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateListProfileTimes(config: CodeGuruProfilerPaginationConfiguration, input: ListProfileTimesCommandInput, ...additionalArguments: any): Paginator<ListProfileTimesCommandOutput>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { ListProfilingGroupsCommandInput, ListProfilingGroupsCommandOutput } from "../commands/ListProfilingGroupsCommand";
|
|
2
3
|
import { CodeGuruProfilerPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateListProfilingGroups(config: CodeGuruProfilerPaginationConfiguration, input: ListProfilingGroupsCommandInput, ...additionalArguments: any): Paginator<ListProfilingGroupsCommandOutput>;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
1
3
|
import { AddNotificationChannelsCommandInput, AddNotificationChannelsCommandOutput } from "../commands/AddNotificationChannelsCommand";
|
|
2
4
|
import { BatchGetFrameMetricDataCommandInput, BatchGetFrameMetricDataCommandOutput } from "../commands/BatchGetFrameMetricDataCommand";
|
|
3
5
|
import { ConfigureAgentCommandInput, ConfigureAgentCommandOutput } from "../commands/ConfigureAgentCommand";
|
|
@@ -21,8 +23,6 @@ import { SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput } from "../comm
|
|
|
21
23
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
22
24
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
23
25
|
import { UpdateProfilingGroupCommandInput, UpdateProfilingGroupCommandOutput } from "../commands/UpdateProfilingGroupCommand";
|
|
24
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
25
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
26
26
|
export declare const serializeAws_restJson1AddNotificationChannelsCommand: (input: AddNotificationChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
27
27
|
export declare const serializeAws_restJson1BatchGetFrameMetricDataCommand: (input: BatchGetFrameMetricDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
28
28
|
export declare const serializeAws_restJson1ConfigureAgentCommand: (input: ConfigureAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -32,5 +32,6 @@ export declare const getRuntimeConfig: (config: CodeGuruProfilerClientConfig) =>
|
|
|
32
32
|
signingEscapePath?: boolean | undefined;
|
|
33
33
|
systemClockOffset?: number | undefined;
|
|
34
34
|
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
35
36
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
36
37
|
};
|
|
@@ -1,36 +1,37 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
-
import { CodeGuruProfilerClientConfig } from "./CodeGuruProfilerClient";
|
|
3
|
-
/**
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
6
|
-
export declare const getRuntimeConfig: (config: CodeGuruProfilerClientConfig) => {
|
|
7
|
-
runtime: string;
|
|
8
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/client-sts/dist
|
|
12
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
|
-
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
|
|
16
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
-
apiVersion: string;
|
|
22
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
-
disableHostPrefix: boolean;
|
|
24
|
-
logger: import("@aws-sdk/types").Logger;
|
|
25
|
-
serviceId: string;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
-
tls?: boolean | undefined;
|
|
29
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
-
signingEscapePath?: boolean | undefined;
|
|
33
|
-
systemClockOffset?: number | undefined;
|
|
34
|
-
signingRegion?: string | undefined;
|
|
35
|
-
|
|
36
|
-
|
|
1
|
+
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
+
import { CodeGuruProfilerClientConfig } from "./CodeGuruProfilerClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const getRuntimeConfig: (config: CodeGuruProfilerClientConfig) => {
|
|
7
|
+
runtime: string;
|
|
8
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
+
credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
|
|
12
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
|
+
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
|
|
16
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
+
apiVersion: string;
|
|
22
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
+
disableHostPrefix: boolean;
|
|
24
|
+
logger: import("@aws-sdk/types").Logger;
|
|
25
|
+
serviceId: string;
|
|
26
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
+
tls?: boolean | undefined;
|
|
29
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
+
signingEscapePath?: boolean | undefined;
|
|
33
|
+
systemClockOffset?: number | undefined;
|
|
34
|
+
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
+
};
|
|
@@ -1,35 +1,36 @@
|
|
|
1
|
-
import { CodeGuruProfilerClientConfig } from "./CodeGuruProfilerClient";
|
|
2
|
-
/**
|
|
3
|
-
* @internal
|
|
4
|
-
*/
|
|
5
|
-
export declare const getRuntimeConfig: (config: CodeGuruProfilerClientConfig) => {
|
|
6
|
-
runtime: string;
|
|
7
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
8
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
9
|
-
apiVersion: string;
|
|
10
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
12
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
13
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
16
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
17
|
-
disableHostPrefix: boolean;
|
|
18
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
|
-
logger: import("@aws-sdk/types").Logger;
|
|
21
|
-
serviceId: string;
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
|
-
tls?: boolean | undefined;
|
|
28
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
29
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
30
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
31
|
-
signingEscapePath?: boolean | undefined;
|
|
32
|
-
systemClockOffset?: number | undefined;
|
|
33
|
-
signingRegion?: string | undefined;
|
|
34
|
-
|
|
35
|
-
|
|
1
|
+
import { CodeGuruProfilerClientConfig } from "./CodeGuruProfilerClient";
|
|
2
|
+
/**
|
|
3
|
+
* @internal
|
|
4
|
+
*/
|
|
5
|
+
export declare const getRuntimeConfig: (config: CodeGuruProfilerClientConfig) => {
|
|
6
|
+
runtime: string;
|
|
7
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
8
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
9
|
+
apiVersion: string;
|
|
10
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
12
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
13
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
16
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
17
|
+
disableHostPrefix: boolean;
|
|
18
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
|
+
logger: import("@aws-sdk/types").Logger;
|
|
21
|
+
serviceId: string;
|
|
22
|
+
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
|
+
tls?: boolean | undefined;
|
|
28
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
29
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
30
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
31
|
+
signingEscapePath?: boolean | undefined;
|
|
32
|
+
systemClockOffset?: number | undefined;
|
|
33
|
+
signingRegion?: string | undefined;
|
|
34
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
35
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
36
|
+
};
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,65 +1,59 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codeguruprofiler",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codeguruprofiler Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.35.0",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"
|
|
7
|
-
"build-documentation": "yarn remove-documentation && typedoc ./",
|
|
8
|
-
"remove-definitions": "rimraf ./types",
|
|
9
|
-
"remove-dist": "rimraf ./dist",
|
|
10
|
-
"remove-documentation": "rimraf ./docs",
|
|
11
|
-
"test": "exit 0",
|
|
6
|
+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
12
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
+
"build:docs": "yarn clean:docs && typedoc ./",
|
|
13
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
14
|
-
"build": "
|
|
15
|
-
"
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
"browser": {
|
|
21
|
-
"./runtimeConfig": "./runtimeConfig.browser"
|
|
22
|
-
},
|
|
23
|
-
"react-native": {
|
|
24
|
-
"./runtimeConfig": "./runtimeConfig.native"
|
|
10
|
+
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
+
"clean": "yarn clean:dist && yarn clean:docs",
|
|
12
|
+
"clean:dist": "rimraf ./dist",
|
|
13
|
+
"clean:docs": "rimraf ./docs",
|
|
14
|
+
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15
|
+
"test": "exit 0"
|
|
25
16
|
},
|
|
17
|
+
"main": "./dist-cjs/index.js",
|
|
18
|
+
"types": "./dist-types/index.d.ts",
|
|
19
|
+
"module": "./dist-es/index.js",
|
|
26
20
|
"sideEffects": false,
|
|
27
21
|
"dependencies": {
|
|
28
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
29
23
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
30
|
-
"@aws-sdk/client-sts": "3.
|
|
31
|
-
"@aws-sdk/config-resolver": "3.
|
|
32
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
33
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
34
|
-
"@aws-sdk/hash-node": "3.
|
|
35
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
36
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
37
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
38
|
-
"@aws-sdk/middleware-logger": "3.
|
|
39
|
-
"@aws-sdk/middleware-retry": "3.
|
|
40
|
-
"@aws-sdk/middleware-serde": "3.
|
|
41
|
-
"@aws-sdk/middleware-signing": "3.
|
|
42
|
-
"@aws-sdk/middleware-stack": "3.
|
|
43
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
44
|
-
"@aws-sdk/node-config-provider": "3.
|
|
45
|
-
"@aws-sdk/node-http-handler": "3.
|
|
46
|
-
"@aws-sdk/protocol-http": "3.
|
|
47
|
-
"@aws-sdk/smithy-client": "3.
|
|
48
|
-
"@aws-sdk/types": "3.
|
|
49
|
-
"@aws-sdk/url-parser": "3.
|
|
50
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
51
|
-
"@aws-sdk/util-base64-node": "3.
|
|
52
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
53
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
55
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
56
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
57
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.35.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.35.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.35.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.35.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.35.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.35.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.35.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.35.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.35.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.35.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.35.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.35.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.35.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.35.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.35.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.35.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.35.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.35.0",
|
|
42
|
+
"@aws-sdk/types": "3.35.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.35.0",
|
|
44
|
+
"@aws-sdk/util-base64-browser": "3.35.0",
|
|
45
|
+
"@aws-sdk/util-base64-node": "3.35.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.35.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.35.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.35.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.35.0",
|
|
50
|
+
"@aws-sdk/util-utf8-browser": "3.35.0",
|
|
51
|
+
"@aws-sdk/util-utf8-node": "3.35.0",
|
|
58
52
|
"tslib": "^2.3.0",
|
|
59
53
|
"uuid": "^8.3.2"
|
|
60
54
|
},
|
|
61
55
|
"devDependencies": {
|
|
62
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
56
|
+
"@aws-sdk/client-documentation-generator": "3.35.0",
|
|
63
57
|
"@types/node": "^12.7.5",
|
|
64
58
|
"@types/uuid": "^8.3.0",
|
|
65
59
|
"downlevel-dts": "0.7.0",
|
|
@@ -67,15 +61,15 @@
|
|
|
67
61
|
"rimraf": "^3.0.0",
|
|
68
62
|
"ts-jest": "^26.4.1",
|
|
69
63
|
"typedoc": "^0.19.2",
|
|
70
|
-
"typescript": "~4.
|
|
64
|
+
"typescript": "~4.3.5"
|
|
71
65
|
},
|
|
72
66
|
"engines": {
|
|
73
67
|
"node": ">=10.0.0"
|
|
74
68
|
},
|
|
75
69
|
"typesVersions": {
|
|
76
70
|
"<4.0": {
|
|
77
|
-
"dist
|
|
78
|
-
"dist
|
|
71
|
+
"dist-types/*": [
|
|
72
|
+
"dist-types/ts3.4/*"
|
|
79
73
|
]
|
|
80
74
|
}
|
|
81
75
|
},
|
|
@@ -84,6 +78,12 @@
|
|
|
84
78
|
"url": "https://aws.amazon.com/javascript/"
|
|
85
79
|
},
|
|
86
80
|
"license": "Apache-2.0",
|
|
81
|
+
"browser": {
|
|
82
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
|
83
|
+
},
|
|
84
|
+
"react-native": {
|
|
85
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
86
|
+
},
|
|
87
87
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-codeguruprofiler",
|
|
88
88
|
"repository": {
|
|
89
89
|
"type": "git",
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
|
|
1
3
|
import { CodeGuruProfilerClient } from "./CodeGuruProfilerClient";
|
|
2
4
|
import {
|
|
3
5
|
AddNotificationChannelsCommand,
|
|
@@ -102,7 +104,6 @@ import {
|
|
|
102
104
|
UpdateProfilingGroupCommandInput,
|
|
103
105
|
UpdateProfilingGroupCommandOutput,
|
|
104
106
|
} from "./commands/UpdateProfilingGroupCommand";
|
|
105
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
106
107
|
|
|
107
108
|
/**
|
|
108
109
|
* <p>
|
|
@@ -1,3 +1,54 @@
|
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
resolveEndpointsConfig,
|
|
7
|
+
resolveRegionConfig,
|
|
8
|
+
} from "@aws-sdk/config-resolver";
|
|
9
|
+
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
10
|
+
import {
|
|
11
|
+
getHostHeaderPlugin,
|
|
12
|
+
HostHeaderInputConfig,
|
|
13
|
+
HostHeaderResolvedConfig,
|
|
14
|
+
resolveHostHeaderConfig,
|
|
15
|
+
} from "@aws-sdk/middleware-host-header";
|
|
16
|
+
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
17
|
+
import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
18
|
+
import {
|
|
19
|
+
AwsAuthInputConfig,
|
|
20
|
+
AwsAuthResolvedConfig,
|
|
21
|
+
getAwsAuthPlugin,
|
|
22
|
+
resolveAwsAuthConfig,
|
|
23
|
+
} from "@aws-sdk/middleware-signing";
|
|
24
|
+
import {
|
|
25
|
+
getUserAgentPlugin,
|
|
26
|
+
resolveUserAgentConfig,
|
|
27
|
+
UserAgentInputConfig,
|
|
28
|
+
UserAgentResolvedConfig,
|
|
29
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
30
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
31
|
+
import {
|
|
32
|
+
Client as __Client,
|
|
33
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
34
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
35
|
+
} from "@aws-sdk/smithy-client";
|
|
36
|
+
import {
|
|
37
|
+
Credentials as __Credentials,
|
|
38
|
+
Decoder as __Decoder,
|
|
39
|
+
Encoder as __Encoder,
|
|
40
|
+
Hash as __Hash,
|
|
41
|
+
HashConstructor as __HashConstructor,
|
|
42
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
43
|
+
Logger as __Logger,
|
|
44
|
+
Provider as __Provider,
|
|
45
|
+
Provider,
|
|
46
|
+
RegionInfoProvider,
|
|
47
|
+
StreamCollector as __StreamCollector,
|
|
48
|
+
UrlParser as __UrlParser,
|
|
49
|
+
UserAgent as __UserAgent,
|
|
50
|
+
} from "@aws-sdk/types";
|
|
51
|
+
|
|
1
52
|
import {
|
|
2
53
|
AddNotificationChannelsCommandInput,
|
|
3
54
|
AddNotificationChannelsCommandOutput,
|
|
@@ -58,56 +109,6 @@ import {
|
|
|
58
109
|
UpdateProfilingGroupCommandOutput,
|
|
59
110
|
} from "./commands/UpdateProfilingGroupCommand";
|
|
60
111
|
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
61
|
-
import {
|
|
62
|
-
EndpointsInputConfig,
|
|
63
|
-
EndpointsResolvedConfig,
|
|
64
|
-
RegionInputConfig,
|
|
65
|
-
RegionResolvedConfig,
|
|
66
|
-
resolveEndpointsConfig,
|
|
67
|
-
resolveRegionConfig,
|
|
68
|
-
} from "@aws-sdk/config-resolver";
|
|
69
|
-
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
70
|
-
import {
|
|
71
|
-
HostHeaderInputConfig,
|
|
72
|
-
HostHeaderResolvedConfig,
|
|
73
|
-
getHostHeaderPlugin,
|
|
74
|
-
resolveHostHeaderConfig,
|
|
75
|
-
} from "@aws-sdk/middleware-host-header";
|
|
76
|
-
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
77
|
-
import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
78
|
-
import {
|
|
79
|
-
AwsAuthInputConfig,
|
|
80
|
-
AwsAuthResolvedConfig,
|
|
81
|
-
getAwsAuthPlugin,
|
|
82
|
-
resolveAwsAuthConfig,
|
|
83
|
-
} from "@aws-sdk/middleware-signing";
|
|
84
|
-
import {
|
|
85
|
-
UserAgentInputConfig,
|
|
86
|
-
UserAgentResolvedConfig,
|
|
87
|
-
getUserAgentPlugin,
|
|
88
|
-
resolveUserAgentConfig,
|
|
89
|
-
} from "@aws-sdk/middleware-user-agent";
|
|
90
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
91
|
-
import {
|
|
92
|
-
Client as __Client,
|
|
93
|
-
SmithyConfiguration as __SmithyConfiguration,
|
|
94
|
-
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
95
|
-
} from "@aws-sdk/smithy-client";
|
|
96
|
-
import {
|
|
97
|
-
Provider,
|
|
98
|
-
RegionInfoProvider,
|
|
99
|
-
Credentials as __Credentials,
|
|
100
|
-
Decoder as __Decoder,
|
|
101
|
-
Encoder as __Encoder,
|
|
102
|
-
Hash as __Hash,
|
|
103
|
-
HashConstructor as __HashConstructor,
|
|
104
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
105
|
-
Logger as __Logger,
|
|
106
|
-
Provider as __Provider,
|
|
107
|
-
StreamCollector as __StreamCollector,
|
|
108
|
-
UrlParser as __UrlParser,
|
|
109
|
-
UserAgent as __UserAgent,
|
|
110
|
-
} from "@aws-sdk/types";
|
|
111
112
|
|
|
112
113
|
export type ServiceInputTypes =
|
|
113
114
|
| AddNotificationChannelsCommandInput
|
|
@@ -334,13 +335,13 @@ export class CodeGuruProfilerClient extends __Client<
|
|
|
334
335
|
readonly config: CodeGuruProfilerClientResolvedConfig;
|
|
335
336
|
|
|
336
337
|
constructor(configuration: CodeGuruProfilerClientConfig) {
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
338
|
+
const _config_0 = __getRuntimeConfig(configuration);
|
|
339
|
+
const _config_1 = resolveRegionConfig(_config_0);
|
|
340
|
+
const _config_2 = resolveEndpointsConfig(_config_1);
|
|
341
|
+
const _config_3 = resolveRetryConfig(_config_2);
|
|
342
|
+
const _config_4 = resolveHostHeaderConfig(_config_3);
|
|
343
|
+
const _config_5 = resolveAwsAuthConfig(_config_4);
|
|
344
|
+
const _config_6 = resolveUserAgentConfig(_config_5);
|
|
344
345
|
super(_config_6);
|
|
345
346
|
this.config = _config_6;
|
|
346
347
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
2
|
-
import { AddNotificationChannelsRequest, AddNotificationChannelsResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1AddNotificationChannelsCommand,
|
|
5
|
-
serializeAws_restJson1AddNotificationChannelsCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
15
|
+
import { AddNotificationChannelsRequest, AddNotificationChannelsResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1AddNotificationChannelsCommand,
|
|
18
|
+
serializeAws_restJson1AddNotificationChannelsCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface AddNotificationChannelsCommandInput extends AddNotificationChannelsRequest {}
|
|
21
22
|
export interface AddNotificationChannelsCommandOutput extends AddNotificationChannelsResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
2
|
-
import { BatchGetFrameMetricDataRequest, BatchGetFrameMetricDataResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1BatchGetFrameMetricDataCommand,
|
|
5
|
-
serializeAws_restJson1BatchGetFrameMetricDataCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
15
|
+
import { BatchGetFrameMetricDataRequest, BatchGetFrameMetricDataResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1BatchGetFrameMetricDataCommand,
|
|
18
|
+
serializeAws_restJson1BatchGetFrameMetricDataCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface BatchGetFrameMetricDataCommandInput extends BatchGetFrameMetricDataRequest {}
|
|
21
22
|
export interface BatchGetFrameMetricDataCommandOutput extends BatchGetFrameMetricDataResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
2
|
-
import { ConfigureAgentRequest, ConfigureAgentResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1ConfigureAgentCommand,
|
|
5
|
-
serializeAws_restJson1ConfigureAgentCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
15
|
+
import { ConfigureAgentRequest, ConfigureAgentResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1ConfigureAgentCommand,
|
|
18
|
+
serializeAws_restJson1ConfigureAgentCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface ConfigureAgentCommandInput extends ConfigureAgentRequest {}
|
|
21
22
|
export interface ConfigureAgentCommandOutput extends ConfigureAgentResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
2
|
-
import { CreateProfilingGroupRequest, CreateProfilingGroupResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1CreateProfilingGroupCommand,
|
|
5
|
-
serializeAws_restJson1CreateProfilingGroupCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
15
|
+
import { CreateProfilingGroupRequest, CreateProfilingGroupResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1CreateProfilingGroupCommand,
|
|
18
|
+
serializeAws_restJson1CreateProfilingGroupCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface CreateProfilingGroupCommandInput extends CreateProfilingGroupRequest {}
|
|
21
22
|
export interface CreateProfilingGroupCommandOutput extends CreateProfilingGroupResponse, __MetadataBearer {}
|
|
22
23
|
|