@aws-sdk/client-codeguruprofiler 3.335.0 → 3.338.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/dist-cjs/CodeGuruProfilerClient.js +2 -1
  2. package/dist-cjs/commands/AddNotificationChannelsCommand.js +2 -1
  3. package/dist-cjs/commands/BatchGetFrameMetricDataCommand.js +2 -1
  4. package/dist-cjs/commands/ConfigureAgentCommand.js +2 -1
  5. package/dist-cjs/commands/CreateProfilingGroupCommand.js +2 -1
  6. package/dist-cjs/commands/DeleteProfilingGroupCommand.js +2 -1
  7. package/dist-cjs/commands/DescribeProfilingGroupCommand.js +2 -1
  8. package/dist-cjs/commands/GetFindingsReportAccountSummaryCommand.js +2 -1
  9. package/dist-cjs/commands/GetNotificationConfigurationCommand.js +2 -1
  10. package/dist-cjs/commands/GetPolicyCommand.js +2 -1
  11. package/dist-cjs/commands/GetProfileCommand.js +2 -1
  12. package/dist-cjs/commands/GetRecommendationsCommand.js +2 -1
  13. package/dist-cjs/commands/ListFindingsReportsCommand.js +2 -1
  14. package/dist-cjs/commands/ListProfileTimesCommand.js +2 -1
  15. package/dist-cjs/commands/ListProfilingGroupsCommand.js +2 -1
  16. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  17. package/dist-cjs/commands/PostAgentProfileCommand.js +2 -1
  18. package/dist-cjs/commands/PutPermissionCommand.js +2 -1
  19. package/dist-cjs/commands/RemoveNotificationChannelCommand.js +2 -1
  20. package/dist-cjs/commands/RemovePermissionCommand.js +2 -1
  21. package/dist-cjs/commands/SubmitFeedbackCommand.js +2 -1
  22. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  23. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  24. package/dist-cjs/commands/UpdateProfilingGroupCommand.js +2 -1
  25. package/dist-cjs/index.js +2 -2
  26. package/dist-cjs/models/CodeGuruProfilerServiceException.js +2 -1
  27. package/dist-es/CodeGuruProfilerClient.js +1 -0
  28. package/dist-es/commands/AddNotificationChannelsCommand.js +1 -0
  29. package/dist-es/commands/BatchGetFrameMetricDataCommand.js +1 -0
  30. package/dist-es/commands/ConfigureAgentCommand.js +1 -0
  31. package/dist-es/commands/CreateProfilingGroupCommand.js +1 -0
  32. package/dist-es/commands/DeleteProfilingGroupCommand.js +1 -0
  33. package/dist-es/commands/DescribeProfilingGroupCommand.js +1 -0
  34. package/dist-es/commands/GetFindingsReportAccountSummaryCommand.js +1 -0
  35. package/dist-es/commands/GetNotificationConfigurationCommand.js +1 -0
  36. package/dist-es/commands/GetPolicyCommand.js +1 -0
  37. package/dist-es/commands/GetProfileCommand.js +1 -0
  38. package/dist-es/commands/GetRecommendationsCommand.js +1 -0
  39. package/dist-es/commands/ListFindingsReportsCommand.js +1 -0
  40. package/dist-es/commands/ListProfileTimesCommand.js +1 -0
  41. package/dist-es/commands/ListProfilingGroupsCommand.js +1 -0
  42. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  43. package/dist-es/commands/PostAgentProfileCommand.js +1 -0
  44. package/dist-es/commands/PutPermissionCommand.js +1 -0
  45. package/dist-es/commands/RemoveNotificationChannelCommand.js +1 -0
  46. package/dist-es/commands/RemovePermissionCommand.js +1 -0
  47. package/dist-es/commands/SubmitFeedbackCommand.js +1 -0
  48. package/dist-es/commands/TagResourceCommand.js +1 -0
  49. package/dist-es/commands/UntagResourceCommand.js +1 -0
  50. package/dist-es/commands/UpdateProfilingGroupCommand.js +1 -0
  51. package/dist-es/index.js +2 -2
  52. package/dist-es/models/CodeGuruProfilerServiceException.js +1 -0
  53. package/dist-types/CodeGuruProfilerClient.d.ts +3 -3
  54. package/dist-types/commands/AddNotificationChannelsCommand.d.ts +4 -0
  55. package/dist-types/commands/BatchGetFrameMetricDataCommand.d.ts +4 -0
  56. package/dist-types/commands/ConfigureAgentCommand.d.ts +4 -0
  57. package/dist-types/commands/CreateProfilingGroupCommand.d.ts +4 -0
  58. package/dist-types/commands/DeleteProfilingGroupCommand.d.ts +4 -0
  59. package/dist-types/commands/DescribeProfilingGroupCommand.d.ts +4 -0
  60. package/dist-types/commands/GetFindingsReportAccountSummaryCommand.d.ts +4 -0
  61. package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +4 -0
  62. package/dist-types/commands/GetPolicyCommand.d.ts +4 -0
  63. package/dist-types/commands/GetProfileCommand.d.ts +4 -0
  64. package/dist-types/commands/GetRecommendationsCommand.d.ts +4 -0
  65. package/dist-types/commands/ListFindingsReportsCommand.d.ts +4 -0
  66. package/dist-types/commands/ListProfileTimesCommand.d.ts +4 -0
  67. package/dist-types/commands/ListProfilingGroupsCommand.d.ts +4 -0
  68. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  69. package/dist-types/commands/PostAgentProfileCommand.d.ts +4 -0
  70. package/dist-types/commands/PutPermissionCommand.d.ts +4 -0
  71. package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +4 -0
  72. package/dist-types/commands/RemovePermissionCommand.d.ts +4 -0
  73. package/dist-types/commands/SubmitFeedbackCommand.d.ts +4 -0
  74. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  75. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  76. package/dist-types/commands/UpdateProfilingGroupCommand.d.ts +4 -0
  77. package/dist-types/index.d.ts +29 -2
  78. package/dist-types/models/CodeGuruProfilerServiceException.d.ts +1 -0
  79. package/dist-types/ts3.4/CodeGuruProfilerClient.d.ts +3 -3
  80. package/dist-types/ts3.4/commands/AddNotificationChannelsCommand.d.ts +1 -0
  81. package/dist-types/ts3.4/commands/BatchGetFrameMetricDataCommand.d.ts +1 -0
  82. package/dist-types/ts3.4/commands/ConfigureAgentCommand.d.ts +1 -0
  83. package/dist-types/ts3.4/commands/CreateProfilingGroupCommand.d.ts +1 -0
  84. package/dist-types/ts3.4/commands/DeleteProfilingGroupCommand.d.ts +1 -0
  85. package/dist-types/ts3.4/commands/DescribeProfilingGroupCommand.d.ts +1 -0
  86. package/dist-types/ts3.4/commands/GetFindingsReportAccountSummaryCommand.d.ts +1 -0
  87. package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +1 -0
  88. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +1 -0
  89. package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +1 -0
  90. package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +1 -0
  91. package/dist-types/ts3.4/commands/ListFindingsReportsCommand.d.ts +1 -0
  92. package/dist-types/ts3.4/commands/ListProfileTimesCommand.d.ts +1 -0
  93. package/dist-types/ts3.4/commands/ListProfilingGroupsCommand.d.ts +1 -0
  94. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  95. package/dist-types/ts3.4/commands/PostAgentProfileCommand.d.ts +1 -0
  96. package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +1 -0
  97. package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +1 -0
  98. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +1 -0
  99. package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +1 -0
  100. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  101. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  102. package/dist-types/ts3.4/commands/UpdateProfilingGroupCommand.d.ts +1 -0
  103. package/dist-types/ts3.4/index.d.ts +2 -2
  104. package/dist-types/ts3.4/models/CodeGuruProfilerServiceException.d.ts +1 -0
  105. package/package.json +28 -28
@@ -32,6 +32,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
32
32
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
33
33
  import { UpdateProfilingGroupCommandInput, UpdateProfilingGroupCommandOutput } from "./commands/UpdateProfilingGroupCommand";
34
34
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
35
+ export { __Client };
35
36
  /**
36
37
  * @public
37
38
  */
@@ -146,7 +147,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
146
147
  /**
147
148
  * @public
148
149
  */
149
- type CodeGuruProfilerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
150
+ export type CodeGuruProfilerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
150
151
  /**
151
152
  * @public
152
153
  *
@@ -157,7 +158,7 @@ export interface CodeGuruProfilerClientConfig extends CodeGuruProfilerClientConf
157
158
  /**
158
159
  * @public
159
160
  */
160
- type CodeGuruProfilerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
161
+ export type CodeGuruProfilerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
161
162
  /**
162
163
  * @public
163
164
  *
@@ -204,4 +205,3 @@ export declare class CodeGuruProfilerClient extends __Client<__HttpHandlerOption
204
205
  */
205
206
  destroy(): void;
206
207
  }
207
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
5
  import { AddNotificationChannelsRequest, AddNotificationChannelsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
5
  import { BatchGetFrameMetricDataRequest, BatchGetFrameMetricDataResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
5
  import { ConfigureAgentRequest, ConfigureAgentResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
5
  import { CreateProfilingGroupRequest, CreateProfilingGroupResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
5
  import { DeleteProfilingGroupRequest, DeleteProfilingGroupResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
5
  import { DescribeProfilingGroupRequest, DescribeProfilingGroupResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
5
  import { GetFindingsReportAccountSummaryRequest, GetFindingsReportAccountSummaryResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
5
  import { GetNotificationConfigurationRequest, GetNotificationConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
5
  import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
5
  import { GetProfileRequest, GetProfileResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
5
  import { GetRecommendationsRequest, GetRecommendationsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
5
  import { ListFindingsReportsRequest, ListFindingsReportsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
5
  import { ListProfileTimesRequest, ListProfileTimesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
5
  import { ListProfilingGroupsRequest, ListProfilingGroupsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
5
  import { PostAgentProfileRequest, PostAgentProfileResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
5
  import { PutPermissionRequest, PutPermissionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
5
  import { RemoveNotificationChannelRequest, RemoveNotificationChannelResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
5
  import { RemovePermissionRequest, RemovePermissionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
5
  import { SubmitFeedbackRequest, SubmitFeedbackResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
5
  import { UpdateProfilingGroupRequest, UpdateProfilingGroupResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,33 @@
1
- export * from "./CodeGuruProfiler";
1
+ /**
2
+ * <p>
3
+ * This section provides documentation for the Amazon CodeGuru Profiler API operations.
4
+ * </p>
5
+ * <p>
6
+ * Amazon CodeGuru Profiler collects runtime performance data from your live applications, and provides
7
+ * recommendations that can help you fine-tune your application performance. Using machine learning
8
+ * algorithms, CodeGuru Profiler can help you find your most expensive lines of code and suggest ways you can
9
+ * improve efficiency and remove CPU bottlenecks.
10
+ * </p>
11
+ * <p>
12
+ * Amazon CodeGuru Profiler provides different visualizations of profiling data to help you identify what code is
13
+ * running on the CPU, see how much time is consumed, and suggest ways to reduce CPU utilization.
14
+ * </p>
15
+ * <note>
16
+ * <p>Amazon CodeGuru Profiler currently supports applications written in all Java virtual machine (JVM)
17
+ * languages and Python. While CodeGuru Profiler supports both visualizations and recommendations for applications
18
+ * written in Java, it can also generate visualizations and a subset of recommendations for
19
+ * applications written in other JVM languages and Python.</p>
20
+ * </note>
21
+ * <p>
22
+ * For more information, see <a href="https://docs.aws.amazon.com/codeguru/latest/profiler-ug/what-is-codeguru-profiler.html">What is Amazon CodeGuru Profiler</a> in
23
+ * the <i>Amazon CodeGuru Profiler User Guide</i>.
24
+ * </p>
25
+ *
26
+ * @packageDocumentation
27
+ */
2
28
  export * from "./CodeGuruProfilerClient";
29
+ export * from "./CodeGuruProfiler";
3
30
  export * from "./commands";
4
- export * from "./models";
5
31
  export * from "./pagination";
32
+ export * from "./models";
6
33
  export { CodeGuruProfilerServiceException } from "./models/CodeGuruProfilerServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -143,6 +143,7 @@ import {
143
143
  ClientResolvedEndpointParameters,
144
144
  EndpointParameters,
145
145
  } from "./endpoint/EndpointParameters";
146
+ export { __Client };
146
147
  export type ServiceInputTypes =
147
148
  | AddNotificationChannelsCommandInput
148
149
  | BatchGetFrameMetricDataCommandInput
@@ -215,7 +216,7 @@ export interface ClientDefaults
215
216
  logger?: __Logger;
216
217
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
217
218
  }
218
- type CodeGuruProfilerClientConfigType = Partial<
219
+ export type CodeGuruProfilerClientConfigType = Partial<
219
220
  __SmithyConfiguration<__HttpHandlerOptions>
220
221
  > &
221
222
  ClientDefaults &
@@ -228,7 +229,7 @@ type CodeGuruProfilerClientConfigType = Partial<
228
229
  ClientInputEndpointParameters;
229
230
  export interface CodeGuruProfilerClientConfig
230
231
  extends CodeGuruProfilerClientConfigType {}
231
- type CodeGuruProfilerClientResolvedConfigType =
232
+ export type CodeGuruProfilerClientResolvedConfigType =
232
233
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
233
234
  Required<ClientDefaults> &
234
235
  RegionResolvedConfig &
@@ -250,4 +251,3 @@ export declare class CodeGuruProfilerClient extends __Client<
250
251
  constructor(configuration: CodeGuruProfilerClientConfig);
251
252
  destroy(): void;
252
253
  }
253
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  AddNotificationChannelsRequest,
16
16
  AddNotificationChannelsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AddNotificationChannelsCommandInput
19
20
  extends AddNotificationChannelsRequest {}
20
21
  export interface AddNotificationChannelsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  BatchGetFrameMetricDataRequest,
16
16
  BatchGetFrameMetricDataResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface BatchGetFrameMetricDataCommandInput
19
20
  extends BatchGetFrameMetricDataRequest {}
20
21
  export interface BatchGetFrameMetricDataCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ConfigureAgentRequest,
16
16
  ConfigureAgentResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ConfigureAgentCommandInput extends ConfigureAgentRequest {}
19
20
  export interface ConfigureAgentCommandOutput
20
21
  extends ConfigureAgentResponse,
@@ -15,6 +15,7 @@ import {
15
15
  CreateProfilingGroupRequest,
16
16
  CreateProfilingGroupResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateProfilingGroupCommandInput
19
20
  extends CreateProfilingGroupRequest {}
20
21
  export interface CreateProfilingGroupCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteProfilingGroupRequest,
16
16
  DeleteProfilingGroupResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteProfilingGroupCommandInput
19
20
  extends DeleteProfilingGroupRequest {}
20
21
  export interface DeleteProfilingGroupCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeProfilingGroupRequest,
16
16
  DescribeProfilingGroupResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeProfilingGroupCommandInput
19
20
  extends DescribeProfilingGroupRequest {}
20
21
  export interface DescribeProfilingGroupCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetFindingsReportAccountSummaryRequest,
16
16
  GetFindingsReportAccountSummaryResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetFindingsReportAccountSummaryCommandInput
19
20
  extends GetFindingsReportAccountSummaryRequest {}
20
21
  export interface GetFindingsReportAccountSummaryCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetNotificationConfigurationRequest,
16
16
  GetNotificationConfigurationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetNotificationConfigurationCommandInput
19
20
  extends GetNotificationConfigurationRequest {}
20
21
  export interface GetNotificationConfigurationCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CodeGuruProfilerClient";
14
14
  import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetPolicyCommandInput extends GetPolicyRequest {}
16
17
  export interface GetPolicyCommandOutput
17
18
  extends GetPolicyResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CodeGuruProfilerClient";
14
14
  import { GetProfileRequest, GetProfileResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetProfileCommandInput extends GetProfileRequest {}
16
17
  export interface GetProfileCommandOutput
17
18
  extends GetProfileResponse,
@@ -15,6 +15,7 @@ import {
15
15
  GetRecommendationsRequest,
16
16
  GetRecommendationsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetRecommendationsCommandInput
19
20
  extends GetRecommendationsRequest {}
20
21
  export interface GetRecommendationsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListFindingsReportsRequest,
16
16
  ListFindingsReportsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListFindingsReportsCommandInput
19
20
  extends ListFindingsReportsRequest {}
20
21
  export interface ListFindingsReportsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListProfileTimesRequest,
16
16
  ListProfileTimesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListProfileTimesCommandInput extends ListProfileTimesRequest {}
19
20
  export interface ListProfileTimesCommandOutput
20
21
  extends ListProfileTimesResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListProfilingGroupsRequest,
16
16
  ListProfilingGroupsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListProfilingGroupsCommandInput
19
20
  extends ListProfilingGroupsRequest {}
20
21
  export interface ListProfilingGroupsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListTagsForResourceRequest,
16
16
  ListTagsForResourceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTagsForResourceCommandInput
19
20
  extends ListTagsForResourceRequest {}
20
21
  export interface ListTagsForResourceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  PostAgentProfileRequest,
16
16
  PostAgentProfileResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface PostAgentProfileCommandInput extends PostAgentProfileRequest {}
19
20
  export interface PostAgentProfileCommandOutput
20
21
  extends PostAgentProfileResponse,
@@ -15,6 +15,7 @@ import {
15
15
  PutPermissionRequest,
16
16
  PutPermissionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface PutPermissionCommandInput extends PutPermissionRequest {}
19
20
  export interface PutPermissionCommandOutput
20
21
  extends PutPermissionResponse,
@@ -15,6 +15,7 @@ import {
15
15
  RemoveNotificationChannelRequest,
16
16
  RemoveNotificationChannelResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface RemoveNotificationChannelCommandInput
19
20
  extends RemoveNotificationChannelRequest {}
20
21
  export interface RemoveNotificationChannelCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  RemovePermissionRequest,
16
16
  RemovePermissionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface RemovePermissionCommandInput extends RemovePermissionRequest {}
19
20
  export interface RemovePermissionCommandOutput
20
21
  extends RemovePermissionResponse,
@@ -15,6 +15,7 @@ import {
15
15
  SubmitFeedbackRequest,
16
16
  SubmitFeedbackResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface SubmitFeedbackCommandInput extends SubmitFeedbackRequest {}
19
20
  export interface SubmitFeedbackCommandOutput
20
21
  extends SubmitFeedbackResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CodeGuruProfilerClient";
14
14
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface TagResourceCommandInput extends TagResourceRequest {}
16
17
  export interface TagResourceCommandOutput
17
18
  extends TagResourceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  UntagResourceRequest,
16
16
  UntagResourceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
19
20
  export interface UntagResourceCommandOutput
20
21
  extends UntagResourceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  UpdateProfilingGroupRequest,
16
16
  UpdateProfilingGroupResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateProfilingGroupCommandInput
19
20
  extends UpdateProfilingGroupRequest {}
20
21
  export interface UpdateProfilingGroupCommandOutput
@@ -1,6 +1,6 @@
1
- export * from "./CodeGuruProfiler";
2
1
  export * from "./CodeGuruProfilerClient";
2
+ export * from "./CodeGuruProfiler";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { CodeGuruProfilerServiceException } from "./models/CodeGuruProfilerServiceException";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class CodeGuruProfilerServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }