@aws-sdk/client-codeguruprofiler 3.478.0 → 3.484.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 (97) hide show
  1. package/dist-cjs/commands/AddNotificationChannelsCommand.js +18 -41
  2. package/dist-cjs/commands/BatchGetFrameMetricDataCommand.js +18 -41
  3. package/dist-cjs/commands/ConfigureAgentCommand.js +18 -41
  4. package/dist-cjs/commands/CreateProfilingGroupCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteProfilingGroupCommand.js +18 -41
  6. package/dist-cjs/commands/DescribeProfilingGroupCommand.js +18 -41
  7. package/dist-cjs/commands/GetFindingsReportAccountSummaryCommand.js +18 -41
  8. package/dist-cjs/commands/GetNotificationConfigurationCommand.js +18 -41
  9. package/dist-cjs/commands/GetPolicyCommand.js +18 -41
  10. package/dist-cjs/commands/GetProfileCommand.js +18 -41
  11. package/dist-cjs/commands/GetRecommendationsCommand.js +18 -41
  12. package/dist-cjs/commands/ListFindingsReportsCommand.js +18 -41
  13. package/dist-cjs/commands/ListProfileTimesCommand.js +18 -41
  14. package/dist-cjs/commands/ListProfilingGroupsCommand.js +18 -41
  15. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  16. package/dist-cjs/commands/PostAgentProfileCommand.js +18 -41
  17. package/dist-cjs/commands/PutPermissionCommand.js +18 -41
  18. package/dist-cjs/commands/RemoveNotificationChannelCommand.js +18 -41
  19. package/dist-cjs/commands/RemovePermissionCommand.js +18 -41
  20. package/dist-cjs/commands/SubmitFeedbackCommand.js +18 -41
  21. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  22. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  23. package/dist-cjs/commands/UpdateProfilingGroupCommand.js +18 -41
  24. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  25. package/dist-es/commands/AddNotificationChannelsCommand.js +18 -41
  26. package/dist-es/commands/BatchGetFrameMetricDataCommand.js +18 -41
  27. package/dist-es/commands/ConfigureAgentCommand.js +18 -41
  28. package/dist-es/commands/CreateProfilingGroupCommand.js +18 -41
  29. package/dist-es/commands/DeleteProfilingGroupCommand.js +18 -41
  30. package/dist-es/commands/DescribeProfilingGroupCommand.js +18 -41
  31. package/dist-es/commands/GetFindingsReportAccountSummaryCommand.js +18 -41
  32. package/dist-es/commands/GetNotificationConfigurationCommand.js +18 -41
  33. package/dist-es/commands/GetPolicyCommand.js +18 -41
  34. package/dist-es/commands/GetProfileCommand.js +18 -41
  35. package/dist-es/commands/GetRecommendationsCommand.js +18 -41
  36. package/dist-es/commands/ListFindingsReportsCommand.js +18 -41
  37. package/dist-es/commands/ListProfileTimesCommand.js +18 -41
  38. package/dist-es/commands/ListProfilingGroupsCommand.js +18 -41
  39. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  40. package/dist-es/commands/PostAgentProfileCommand.js +18 -41
  41. package/dist-es/commands/PutPermissionCommand.js +18 -41
  42. package/dist-es/commands/RemoveNotificationChannelCommand.js +18 -41
  43. package/dist-es/commands/RemovePermissionCommand.js +18 -41
  44. package/dist-es/commands/SubmitFeedbackCommand.js +18 -41
  45. package/dist-es/commands/TagResourceCommand.js +18 -41
  46. package/dist-es/commands/UntagResourceCommand.js +18 -41
  47. package/dist-es/commands/UpdateProfilingGroupCommand.js +18 -41
  48. package/dist-es/endpoint/EndpointParameters.js +6 -0
  49. package/dist-types/commands/AddNotificationChannelsCommand.d.ts +6 -21
  50. package/dist-types/commands/BatchGetFrameMetricDataCommand.d.ts +6 -21
  51. package/dist-types/commands/ConfigureAgentCommand.d.ts +6 -21
  52. package/dist-types/commands/CreateProfilingGroupCommand.d.ts +6 -21
  53. package/dist-types/commands/DeleteProfilingGroupCommand.d.ts +6 -21
  54. package/dist-types/commands/DescribeProfilingGroupCommand.d.ts +6 -21
  55. package/dist-types/commands/GetFindingsReportAccountSummaryCommand.d.ts +6 -21
  56. package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +6 -21
  57. package/dist-types/commands/GetPolicyCommand.d.ts +6 -21
  58. package/dist-types/commands/GetProfileCommand.d.ts +6 -21
  59. package/dist-types/commands/GetRecommendationsCommand.d.ts +6 -21
  60. package/dist-types/commands/ListFindingsReportsCommand.d.ts +6 -21
  61. package/dist-types/commands/ListProfileTimesCommand.d.ts +6 -21
  62. package/dist-types/commands/ListProfilingGroupsCommand.d.ts +6 -21
  63. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  64. package/dist-types/commands/PostAgentProfileCommand.d.ts +6 -21
  65. package/dist-types/commands/PutPermissionCommand.d.ts +6 -21
  66. package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +6 -21
  67. package/dist-types/commands/RemovePermissionCommand.d.ts +6 -21
  68. package/dist-types/commands/SubmitFeedbackCommand.d.ts +6 -21
  69. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  70. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  71. package/dist-types/commands/UpdateProfilingGroupCommand.d.ts +6 -21
  72. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  73. package/dist-types/ts3.4/commands/AddNotificationChannelsCommand.d.ts +12 -24
  74. package/dist-types/ts3.4/commands/BatchGetFrameMetricDataCommand.d.ts +12 -24
  75. package/dist-types/ts3.4/commands/ConfigureAgentCommand.d.ts +14 -23
  76. package/dist-types/ts3.4/commands/CreateProfilingGroupCommand.d.ts +12 -24
  77. package/dist-types/ts3.4/commands/DeleteProfilingGroupCommand.d.ts +12 -24
  78. package/dist-types/ts3.4/commands/DescribeProfilingGroupCommand.d.ts +12 -24
  79. package/dist-types/ts3.4/commands/GetFindingsReportAccountSummaryCommand.d.ts +12 -24
  80. package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +12 -24
  81. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +14 -23
  82. package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +14 -23
  83. package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +14 -23
  84. package/dist-types/ts3.4/commands/ListFindingsReportsCommand.d.ts +14 -23
  85. package/dist-types/ts3.4/commands/ListProfileTimesCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/ListProfilingGroupsCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/PostAgentProfileCommand.d.ts +13 -20
  89. package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +12 -24
  91. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/UpdateProfilingGroupCommand.d.ts +12 -24
  96. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  97. package/package.json +11 -11
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeGuruProfilerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteProfilingGroupCommandInput
21
15
  export interface DeleteProfilingGroupCommandOutput
22
16
  extends DeleteProfilingGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteProfilingGroupCommand extends $Command<
25
- DeleteProfilingGroupCommandInput,
26
- DeleteProfilingGroupCommandOutput,
27
- CodeGuruProfilerClientResolvedConfig
28
- > {
29
- readonly input: DeleteProfilingGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteProfilingGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeGuruProfilerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteProfilingGroupCommand_base: {
19
+ new (
20
+ input: DeleteProfilingGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteProfilingGroupCommandInput,
38
- DeleteProfilingGroupCommandOutput
23
+ DeleteProfilingGroupCommandOutput,
24
+ CodeGuruProfilerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteProfilingGroupCommand extends DeleteProfilingGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeGuruProfilerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeProfilingGroupCommandInput
21
15
  export interface DescribeProfilingGroupCommandOutput
22
16
  extends DescribeProfilingGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeProfilingGroupCommand extends $Command<
25
- DescribeProfilingGroupCommandInput,
26
- DescribeProfilingGroupCommandOutput,
27
- CodeGuruProfilerClientResolvedConfig
28
- > {
29
- readonly input: DescribeProfilingGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeProfilingGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeGuruProfilerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeProfilingGroupCommand_base: {
19
+ new (
20
+ input: DescribeProfilingGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeProfilingGroupCommandInput,
38
- DescribeProfilingGroupCommandOutput
23
+ DescribeProfilingGroupCommandOutput,
24
+ CodeGuruProfilerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeProfilingGroupCommand extends DescribeProfilingGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeGuruProfilerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetFindingsReportAccountSummaryCommandInput
21
15
  export interface GetFindingsReportAccountSummaryCommandOutput
22
16
  extends GetFindingsReportAccountSummaryResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetFindingsReportAccountSummaryCommand extends $Command<
25
- GetFindingsReportAccountSummaryCommandInput,
26
- GetFindingsReportAccountSummaryCommandOutput,
27
- CodeGuruProfilerClientResolvedConfig
28
- > {
29
- readonly input: GetFindingsReportAccountSummaryCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetFindingsReportAccountSummaryCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeGuruProfilerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetFindingsReportAccountSummaryCommand_base: {
19
+ new (
20
+ input: GetFindingsReportAccountSummaryCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetFindingsReportAccountSummaryCommandInput,
38
- GetFindingsReportAccountSummaryCommandOutput
23
+ GetFindingsReportAccountSummaryCommandOutput,
24
+ CodeGuruProfilerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetFindingsReportAccountSummaryCommand extends GetFindingsReportAccountSummaryCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeGuruProfilerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetNotificationConfigurationCommandInput
21
15
  export interface GetNotificationConfigurationCommandOutput
22
16
  extends GetNotificationConfigurationResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetNotificationConfigurationCommand extends $Command<
25
- GetNotificationConfigurationCommandInput,
26
- GetNotificationConfigurationCommandOutput,
27
- CodeGuruProfilerClientResolvedConfig
28
- > {
29
- readonly input: GetNotificationConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetNotificationConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeGuruProfilerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetNotificationConfigurationCommand_base: {
19
+ new (
20
+ input: GetNotificationConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetNotificationConfigurationCommandInput,
38
- GetNotificationConfigurationCommandOutput
23
+ GetNotificationConfigurationCommandOutput,
24
+ CodeGuruProfilerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetNotificationConfigurationCommand extends GetNotificationConfigurationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeGuruProfilerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetPolicyCommandInput extends GetPolicyRequest {}
17
11
  export interface GetPolicyCommandOutput
18
12
  extends GetPolicyResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetPolicyCommand extends $Command<
21
- GetPolicyCommandInput,
22
- GetPolicyCommandOutput,
23
- CodeGuruProfilerClientResolvedConfig
24
- > {
25
- readonly input: GetPolicyCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetPolicyCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CodeGuruProfilerClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetPolicyCommandInput, GetPolicyCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetPolicyCommand_base: {
15
+ new (
16
+ input: GetPolicyCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetPolicyCommandInput,
19
+ GetPolicyCommandOutput,
20
+ CodeGuruProfilerClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetPolicyCommand extends GetPolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
10
4
  import {
11
5
  CodeGuruProfilerClientResolvedConfig,
@@ -24,19 +18,16 @@ export type GetProfileCommandOutputType = Pick<
24
18
  export interface GetProfileCommandOutput
25
19
  extends GetProfileCommandOutputType,
26
20
  __MetadataBearer {}
27
- export declare class GetProfileCommand extends $Command<
28
- GetProfileCommandInput,
29
- GetProfileCommandOutput,
30
- CodeGuruProfilerClientResolvedConfig
31
- > {
32
- readonly input: GetProfileCommandInput;
33
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
- constructor(input: GetProfileCommandInput);
35
- resolveMiddleware(
36
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
37
- configuration: CodeGuruProfilerClientResolvedConfig,
38
- options?: __HttpHandlerOptions
39
- ): Handler<GetProfileCommandInput, GetProfileCommandOutput>;
40
- private serialize;
41
- private deserialize;
42
- }
21
+ declare const GetProfileCommand_base: {
22
+ new (
23
+ input: GetProfileCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ GetProfileCommandInput,
26
+ GetProfileCommandOutput,
27
+ CodeGuruProfilerClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
31
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ };
33
+ export declare class GetProfileCommand extends GetProfileCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeGuruProfilerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface GetRecommendationsCommandInput
21
15
  export interface GetRecommendationsCommandOutput
22
16
  extends GetRecommendationsResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetRecommendationsCommand extends $Command<
25
- GetRecommendationsCommandInput,
26
- GetRecommendationsCommandOutput,
27
- CodeGuruProfilerClientResolvedConfig
28
- > {
29
- readonly input: GetRecommendationsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetRecommendationsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeGuruProfilerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetRecommendationsCommandInput, GetRecommendationsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetRecommendationsCommand_base: {
19
+ new (
20
+ input: GetRecommendationsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetRecommendationsCommandInput,
23
+ GetRecommendationsCommandOutput,
24
+ CodeGuruProfilerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetRecommendationsCommand extends GetRecommendationsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeGuruProfilerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListFindingsReportsCommandInput
21
15
  export interface ListFindingsReportsCommandOutput
22
16
  extends ListFindingsReportsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListFindingsReportsCommand extends $Command<
25
- ListFindingsReportsCommandInput,
26
- ListFindingsReportsCommandOutput,
27
- CodeGuruProfilerClientResolvedConfig
28
- > {
29
- readonly input: ListFindingsReportsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListFindingsReportsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeGuruProfilerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListFindingsReportsCommandInput, ListFindingsReportsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListFindingsReportsCommand_base: {
19
+ new (
20
+ input: ListFindingsReportsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListFindingsReportsCommandInput,
23
+ ListFindingsReportsCommandOutput,
24
+ CodeGuruProfilerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListFindingsReportsCommand extends ListFindingsReportsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeGuruProfilerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ListProfileTimesCommandInput extends ListProfileTimesRequest {}
20
14
  export interface ListProfileTimesCommandOutput
21
15
  extends ListProfileTimesResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListProfileTimesCommand extends $Command<
24
- ListProfileTimesCommandInput,
25
- ListProfileTimesCommandOutput,
26
- CodeGuruProfilerClientResolvedConfig
27
- > {
28
- readonly input: ListProfileTimesCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListProfileTimesCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CodeGuruProfilerClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListProfileTimesCommandInput, ListProfileTimesCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListProfileTimesCommand_base: {
18
+ new (
19
+ input: ListProfileTimesCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListProfileTimesCommandInput,
22
+ ListProfileTimesCommandOutput,
23
+ CodeGuruProfilerClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListProfileTimesCommand extends ListProfileTimesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeGuruProfilerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListProfilingGroupsCommandInput
21
15
  export interface ListProfilingGroupsCommandOutput
22
16
  extends ListProfilingGroupsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListProfilingGroupsCommand extends $Command<
25
- ListProfilingGroupsCommandInput,
26
- ListProfilingGroupsCommandOutput,
27
- CodeGuruProfilerClientResolvedConfig
28
- > {
29
- readonly input: ListProfilingGroupsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListProfilingGroupsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeGuruProfilerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListProfilingGroupsCommandInput, ListProfilingGroupsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListProfilingGroupsCommand_base: {
19
+ new (
20
+ input: ListProfilingGroupsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListProfilingGroupsCommandInput,
23
+ ListProfilingGroupsCommandOutput,
24
+ CodeGuruProfilerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListProfilingGroupsCommand extends ListProfilingGroupsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeGuruProfilerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- CodeGuruProfilerClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeGuruProfilerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ CodeGuruProfilerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -1,11 +1,7 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
2
  import {
4
3
  BlobPayloadInputTypes,
5
- Handler,
6
- HttpHandlerOptions as __HttpHandlerOptions,
7
4
  MetadataBearer as __MetadataBearer,
8
- MiddlewareStack,
9
5
  } from "@smithy/types";
10
6
  import {
11
7
  CodeGuruProfilerClientResolvedConfig,
@@ -28,19 +24,16 @@ export interface PostAgentProfileCommandInput
28
24
  export interface PostAgentProfileCommandOutput
29
25
  extends PostAgentProfileResponse,
30
26
  __MetadataBearer {}
31
- export declare class PostAgentProfileCommand extends $Command<
32
- PostAgentProfileCommandInput,
33
- PostAgentProfileCommandOutput,
34
- CodeGuruProfilerClientResolvedConfig
35
- > {
36
- readonly input: PostAgentProfileCommandInput;
37
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
- constructor(input: PostAgentProfileCommandInput);
39
- resolveMiddleware(
40
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
41
- configuration: CodeGuruProfilerClientResolvedConfig,
42
- options?: __HttpHandlerOptions
43
- ): Handler<PostAgentProfileCommandInput, PostAgentProfileCommandOutput>;
44
- private serialize;
45
- private deserialize;
46
- }
27
+ declare const PostAgentProfileCommand_base: {
28
+ new (
29
+ input: PostAgentProfileCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PostAgentProfileCommandInput,
32
+ PostAgentProfileCommandOutput,
33
+ CodeGuruProfilerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class PostAgentProfileCommand extends PostAgentProfileCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeGuruProfilerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface PutPermissionCommandInput extends PutPermissionRequest {}
20
14
  export interface PutPermissionCommandOutput
21
15
  extends PutPermissionResponse,
22
16
  __MetadataBearer {}
23
- export declare class PutPermissionCommand extends $Command<
24
- PutPermissionCommandInput,
25
- PutPermissionCommandOutput,
26
- CodeGuruProfilerClientResolvedConfig
27
- > {
28
- readonly input: PutPermissionCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: PutPermissionCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CodeGuruProfilerClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<PutPermissionCommandInput, PutPermissionCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const PutPermissionCommand_base: {
18
+ new (
19
+ input: PutPermissionCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ PutPermissionCommandInput,
22
+ PutPermissionCommandOutput,
23
+ CodeGuruProfilerClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class PutPermissionCommand extends PutPermissionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeGuruProfilerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface RemoveNotificationChannelCommandInput
21
15
  export interface RemoveNotificationChannelCommandOutput
22
16
  extends RemoveNotificationChannelResponse,
23
17
  __MetadataBearer {}
24
- export declare class RemoveNotificationChannelCommand extends $Command<
25
- RemoveNotificationChannelCommandInput,
26
- RemoveNotificationChannelCommandOutput,
27
- CodeGuruProfilerClientResolvedConfig
28
- > {
29
- readonly input: RemoveNotificationChannelCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: RemoveNotificationChannelCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeGuruProfilerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const RemoveNotificationChannelCommand_base: {
19
+ new (
20
+ input: RemoveNotificationChannelCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  RemoveNotificationChannelCommandInput,
38
- RemoveNotificationChannelCommandOutput
23
+ RemoveNotificationChannelCommandOutput,
24
+ CodeGuruProfilerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class RemoveNotificationChannelCommand extends RemoveNotificationChannelCommand_base {}