@aws-sdk/client-codeguruprofiler 3.477.0 → 3.481.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 (113) 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-cjs/pagination/GetFindingsReportAccountSummaryPaginator.js +2 -24
  26. package/dist-cjs/pagination/ListFindingsReportsPaginator.js +2 -24
  27. package/dist-cjs/pagination/ListProfileTimesPaginator.js +2 -24
  28. package/dist-cjs/pagination/ListProfilingGroupsPaginator.js +2 -24
  29. package/dist-es/commands/AddNotificationChannelsCommand.js +18 -41
  30. package/dist-es/commands/BatchGetFrameMetricDataCommand.js +18 -41
  31. package/dist-es/commands/ConfigureAgentCommand.js +18 -41
  32. package/dist-es/commands/CreateProfilingGroupCommand.js +18 -41
  33. package/dist-es/commands/DeleteProfilingGroupCommand.js +18 -41
  34. package/dist-es/commands/DescribeProfilingGroupCommand.js +18 -41
  35. package/dist-es/commands/GetFindingsReportAccountSummaryCommand.js +18 -41
  36. package/dist-es/commands/GetNotificationConfigurationCommand.js +18 -41
  37. package/dist-es/commands/GetPolicyCommand.js +18 -41
  38. package/dist-es/commands/GetProfileCommand.js +18 -41
  39. package/dist-es/commands/GetRecommendationsCommand.js +18 -41
  40. package/dist-es/commands/ListFindingsReportsCommand.js +18 -41
  41. package/dist-es/commands/ListProfileTimesCommand.js +18 -41
  42. package/dist-es/commands/ListProfilingGroupsCommand.js +18 -41
  43. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  44. package/dist-es/commands/PostAgentProfileCommand.js +18 -41
  45. package/dist-es/commands/PutPermissionCommand.js +18 -41
  46. package/dist-es/commands/RemoveNotificationChannelCommand.js +18 -41
  47. package/dist-es/commands/RemovePermissionCommand.js +18 -41
  48. package/dist-es/commands/SubmitFeedbackCommand.js +18 -41
  49. package/dist-es/commands/TagResourceCommand.js +18 -41
  50. package/dist-es/commands/UntagResourceCommand.js +18 -41
  51. package/dist-es/commands/UpdateProfilingGroupCommand.js +18 -41
  52. package/dist-es/endpoint/EndpointParameters.js +6 -0
  53. package/dist-es/pagination/GetFindingsReportAccountSummaryPaginator.js +2 -23
  54. package/dist-es/pagination/ListFindingsReportsPaginator.js +2 -23
  55. package/dist-es/pagination/ListProfileTimesPaginator.js +2 -23
  56. package/dist-es/pagination/ListProfilingGroupsPaginator.js +2 -23
  57. package/dist-types/commands/AddNotificationChannelsCommand.d.ts +6 -21
  58. package/dist-types/commands/BatchGetFrameMetricDataCommand.d.ts +6 -21
  59. package/dist-types/commands/ConfigureAgentCommand.d.ts +6 -21
  60. package/dist-types/commands/CreateProfilingGroupCommand.d.ts +6 -21
  61. package/dist-types/commands/DeleteProfilingGroupCommand.d.ts +6 -21
  62. package/dist-types/commands/DescribeProfilingGroupCommand.d.ts +6 -21
  63. package/dist-types/commands/GetFindingsReportAccountSummaryCommand.d.ts +6 -21
  64. package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +6 -21
  65. package/dist-types/commands/GetPolicyCommand.d.ts +6 -21
  66. package/dist-types/commands/GetProfileCommand.d.ts +6 -21
  67. package/dist-types/commands/GetRecommendationsCommand.d.ts +6 -21
  68. package/dist-types/commands/ListFindingsReportsCommand.d.ts +6 -21
  69. package/dist-types/commands/ListProfileTimesCommand.d.ts +6 -21
  70. package/dist-types/commands/ListProfilingGroupsCommand.d.ts +6 -21
  71. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  72. package/dist-types/commands/PostAgentProfileCommand.d.ts +6 -21
  73. package/dist-types/commands/PutPermissionCommand.d.ts +6 -21
  74. package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +6 -21
  75. package/dist-types/commands/RemovePermissionCommand.d.ts +6 -21
  76. package/dist-types/commands/SubmitFeedbackCommand.d.ts +6 -21
  77. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  78. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  79. package/dist-types/commands/UpdateProfilingGroupCommand.d.ts +6 -21
  80. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  81. package/dist-types/pagination/GetFindingsReportAccountSummaryPaginator.d.ts +1 -1
  82. package/dist-types/pagination/ListFindingsReportsPaginator.d.ts +1 -1
  83. package/dist-types/pagination/ListProfileTimesPaginator.d.ts +1 -1
  84. package/dist-types/pagination/ListProfilingGroupsPaginator.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/AddNotificationChannelsCommand.d.ts +12 -24
  86. package/dist-types/ts3.4/commands/BatchGetFrameMetricDataCommand.d.ts +12 -24
  87. package/dist-types/ts3.4/commands/ConfigureAgentCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/CreateProfilingGroupCommand.d.ts +12 -24
  89. package/dist-types/ts3.4/commands/DeleteProfilingGroupCommand.d.ts +12 -24
  90. package/dist-types/ts3.4/commands/DescribeProfilingGroupCommand.d.ts +12 -24
  91. package/dist-types/ts3.4/commands/GetFindingsReportAccountSummaryCommand.d.ts +12 -24
  92. package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +12 -24
  93. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/ListFindingsReportsCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/ListProfileTimesCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/ListProfilingGroupsCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/PostAgentProfileCommand.d.ts +13 -20
  101. package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +12 -24
  103. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/UpdateProfilingGroupCommand.d.ts +12 -24
  108. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  109. package/dist-types/ts3.4/pagination/GetFindingsReportAccountSummaryPaginator.d.ts +3 -3
  110. package/dist-types/ts3.4/pagination/ListFindingsReportsPaginator.d.ts +3 -3
  111. package/dist-types/ts3.4/pagination/ListProfileTimesPaginator.d.ts +3 -3
  112. package/dist-types/ts3.4/pagination/ListProfilingGroupsPaginator.d.ts +3 -3
  113. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
4
  import { GetNotificationConfigurationRequest, GetNotificationConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetNotificationConfigurationCommandInput extends GetNotificatio
21
20
  */
22
21
  export interface GetNotificationConfigurationCommandOutput extends GetNotificationConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetNotificationConfigurationCommand_base: {
24
+ new (input: GetNotificationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetNotificationConfigurationCommandInput, GetNotificationConfigurationCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Get the current configuration for anomaly notifications for a profiling group.</p>
@@ -73,23 +76,5 @@ export interface GetNotificationConfigurationCommandOutput extends GetNotificati
73
76
  * <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
74
77
  *
75
78
  */
76
- export declare class GetNotificationConfigurationCommand extends $Command<GetNotificationConfigurationCommandInput, GetNotificationConfigurationCommandOutput, CodeGuruProfilerClientResolvedConfig> {
77
- readonly input: GetNotificationConfigurationCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: GetNotificationConfigurationCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetNotificationConfigurationCommandInput, GetNotificationConfigurationCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class GetNotificationConfigurationCommand extends GetNotificationConfigurationCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
4
  import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetPolicyCommandInput extends GetPolicyRequest {
21
20
  */
22
21
  export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetPolicyCommand_base: {
24
+ new (input: GetPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetPolicyCommandInput, GetPolicyCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -63,23 +66,5 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea
63
66
  * <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
64
67
  *
65
68
  */
66
- export declare class GetPolicyCommand extends $Command<GetPolicyCommandInput, GetPolicyCommandOutput, CodeGuruProfilerClientResolvedConfig> {
67
- readonly input: GetPolicyCommandInput;
68
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
- /**
70
- * @public
71
- */
72
- constructor(input: GetPolicyCommandInput);
73
- /**
74
- * @internal
75
- */
76
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPolicyCommandInput, GetPolicyCommandOutput>;
77
- /**
78
- * @internal
79
- */
80
- private serialize;
81
- /**
82
- * @internal
83
- */
84
- private deserialize;
69
+ export declare class GetPolicyCommand extends GetPolicyCommand_base {
85
70
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
5
4
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
6
5
  import { GetProfileRequest, GetProfileResponse } from "../models/models_0";
@@ -28,6 +27,10 @@ export type GetProfileCommandOutputType = Omit<GetProfileResponse, "profile"> &
28
27
  */
29
28
  export interface GetProfileCommandOutput extends GetProfileCommandOutputType, __MetadataBearer {
30
29
  }
30
+ declare const GetProfileCommand_base: {
31
+ new (input: GetProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetProfileCommandInput, GetProfileCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
32
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
+ };
31
34
  /**
32
35
  * @public
33
36
  * <p>
@@ -148,23 +151,5 @@ export interface GetProfileCommandOutput extends GetProfileCommandOutputType, __
148
151
  * <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
149
152
  *
150
153
  */
151
- export declare class GetProfileCommand extends $Command<GetProfileCommandInput, GetProfileCommandOutput, CodeGuruProfilerClientResolvedConfig> {
152
- readonly input: GetProfileCommandInput;
153
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
154
- /**
155
- * @public
156
- */
157
- constructor(input: GetProfileCommandInput);
158
- /**
159
- * @internal
160
- */
161
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetProfileCommandInput, GetProfileCommandOutput>;
162
- /**
163
- * @internal
164
- */
165
- private serialize;
166
- /**
167
- * @internal
168
- */
169
- private deserialize;
154
+ export declare class GetProfileCommand extends GetProfileCommand_base {
170
155
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
4
  import { GetRecommendationsRequest, GetRecommendationsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetRecommendationsCommandInput extends GetRecommendationsReques
21
20
  */
22
21
  export interface GetRecommendationsCommandOutput extends GetRecommendationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetRecommendationsCommand_base: {
24
+ new (input: GetRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecommendationsCommandInput, GetRecommendationsCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -131,23 +134,5 @@ export interface GetRecommendationsCommandOutput extends GetRecommendationsRespo
131
134
  * <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
132
135
  *
133
136
  */
134
- export declare class GetRecommendationsCommand extends $Command<GetRecommendationsCommandInput, GetRecommendationsCommandOutput, CodeGuruProfilerClientResolvedConfig> {
135
- readonly input: GetRecommendationsCommandInput;
136
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
137
- /**
138
- * @public
139
- */
140
- constructor(input: GetRecommendationsCommandInput);
141
- /**
142
- * @internal
143
- */
144
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRecommendationsCommandInput, GetRecommendationsCommandOutput>;
145
- /**
146
- * @internal
147
- */
148
- private serialize;
149
- /**
150
- * @internal
151
- */
152
- private deserialize;
137
+ export declare class GetRecommendationsCommand extends GetRecommendationsCommand_base {
153
138
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
4
  import { ListFindingsReportsRequest, ListFindingsReportsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListFindingsReportsCommandInput extends ListFindingsReportsRequ
21
20
  */
22
21
  export interface ListFindingsReportsCommandOutput extends ListFindingsReportsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListFindingsReportsCommand_base: {
24
+ new (input: ListFindingsReportsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFindingsReportsCommandInput, ListFindingsReportsCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List the available reports for a given profiling group and time range.</p>
@@ -77,23 +80,5 @@ export interface ListFindingsReportsCommandOutput extends ListFindingsReportsRes
77
80
  * <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
78
81
  *
79
82
  */
80
- export declare class ListFindingsReportsCommand extends $Command<ListFindingsReportsCommandInput, ListFindingsReportsCommandOutput, CodeGuruProfilerClientResolvedConfig> {
81
- readonly input: ListFindingsReportsCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: ListFindingsReportsCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFindingsReportsCommandInput, ListFindingsReportsCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class ListFindingsReportsCommand extends ListFindingsReportsCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
4
  import { ListProfileTimesRequest, ListProfileTimesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListProfileTimesCommandInput extends ListProfileTimesRequest {
21
20
  */
22
21
  export interface ListProfileTimesCommandOutput extends ListProfileTimesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListProfileTimesCommand_base: {
24
+ new (input: ListProfileTimesCommandInput): import("@smithy/smithy-client").CommandImpl<ListProfileTimesCommandInput, ListProfileTimesCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the start times of the available aggregated profiles of a profiling group
@@ -75,23 +78,5 @@ export interface ListProfileTimesCommandOutput extends ListProfileTimesResponse,
75
78
  * <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
76
79
  *
77
80
  */
78
- export declare class ListProfileTimesCommand extends $Command<ListProfileTimesCommandInput, ListProfileTimesCommandOutput, CodeGuruProfilerClientResolvedConfig> {
79
- readonly input: ListProfileTimesCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: ListProfileTimesCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProfileTimesCommandInput, ListProfileTimesCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class ListProfileTimesCommand extends ListProfileTimesCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
4
  import { ListProfilingGroupsRequest, ListProfilingGroupsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListProfilingGroupsCommandInput extends ListProfilingGroupsRequ
21
20
  */
22
21
  export interface ListProfilingGroupsCommandOutput extends ListProfilingGroupsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListProfilingGroupsCommand_base: {
24
+ new (input: ListProfilingGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListProfilingGroupsCommandInput, ListProfilingGroupsCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -91,23 +94,5 @@ export interface ListProfilingGroupsCommandOutput extends ListProfilingGroupsRes
91
94
  * <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
92
95
  *
93
96
  */
94
- export declare class ListProfilingGroupsCommand extends $Command<ListProfilingGroupsCommandInput, ListProfilingGroupsCommandOutput, CodeGuruProfilerClientResolvedConfig> {
95
- readonly input: ListProfilingGroupsCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: ListProfilingGroupsCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProfilingGroupsCommandInput, ListProfilingGroupsCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class ListProfilingGroupsCommand extends ListProfilingGroupsCommand_base {
113
98
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -64,23 +67,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
64
67
  * <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
65
68
  *
66
69
  */
67
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeGuruProfilerClientResolvedConfig> {
68
- readonly input: ListTagsForResourceCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: ListTagsForResourceCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
86
71
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { BlobPayloadInputTypes, Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
4
  import { PostAgentProfileRequest, PostAgentProfileResponse } from "../models/models_0";
6
5
  /**
@@ -27,6 +26,10 @@ export interface PostAgentProfileCommandInput extends PostAgentProfileCommandInp
27
26
  */
28
27
  export interface PostAgentProfileCommandOutput extends PostAgentProfileResponse, __MetadataBearer {
29
28
  }
29
+ declare const PostAgentProfileCommand_base: {
30
+ new (input: PostAgentProfileCommandInput): import("@smithy/smithy-client").CommandImpl<PostAgentProfileCommandInput, PostAgentProfileCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
31
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ };
30
33
  /**
31
34
  * @public
32
35
  * <p>
@@ -76,23 +79,5 @@ export interface PostAgentProfileCommandOutput extends PostAgentProfileResponse,
76
79
  * <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
77
80
  *
78
81
  */
79
- export declare class PostAgentProfileCommand extends $Command<PostAgentProfileCommandInput, PostAgentProfileCommandOutput, CodeGuruProfilerClientResolvedConfig> {
80
- readonly input: PostAgentProfileCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: PostAgentProfileCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PostAgentProfileCommandInput, PostAgentProfileCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class PostAgentProfileCommand extends PostAgentProfileCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
4
  import { PutPermissionRequest, PutPermissionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutPermissionCommandInput extends PutPermissionRequest {
21
20
  */
22
21
  export interface PutPermissionCommandOutput extends PutPermissionResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutPermissionCommand_base: {
24
+ new (input: PutPermissionCommandInput): import("@smithy/smithy-client").CommandImpl<PutPermissionCommandInput, PutPermissionCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -100,23 +103,5 @@ export interface PutPermissionCommandOutput extends PutPermissionResponse, __Met
100
103
  * <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
101
104
  *
102
105
  */
103
- export declare class PutPermissionCommand extends $Command<PutPermissionCommandInput, PutPermissionCommandOutput, CodeGuruProfilerClientResolvedConfig> {
104
- readonly input: PutPermissionCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: PutPermissionCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutPermissionCommandInput, PutPermissionCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class PutPermissionCommand extends PutPermissionCommand_base {
122
107
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
4
  import { RemoveNotificationChannelRequest, RemoveNotificationChannelResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RemoveNotificationChannelCommandInput extends RemoveNotificatio
21
20
  */
22
21
  export interface RemoveNotificationChannelCommandOutput extends RemoveNotificationChannelResponse, __MetadataBearer {
23
22
  }
23
+ declare const RemoveNotificationChannelCommand_base: {
24
+ new (input: RemoveNotificationChannelCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Remove one anomaly notifications channel for a profiling group.</p>
@@ -74,23 +77,5 @@ export interface RemoveNotificationChannelCommandOutput extends RemoveNotificati
74
77
  * <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
75
78
  *
76
79
  */
77
- export declare class RemoveNotificationChannelCommand extends $Command<RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput, CodeGuruProfilerClientResolvedConfig> {
78
- readonly input: RemoveNotificationChannelCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: RemoveNotificationChannelCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class RemoveNotificationChannelCommand extends RemoveNotificationChannelCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
4
  import { RemovePermissionRequest, RemovePermissionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RemovePermissionCommandInput extends RemovePermissionRequest {
21
20
  */
22
21
  export interface RemovePermissionCommandOutput extends RemovePermissionResponse, __MetadataBearer {
23
22
  }
23
+ declare const RemovePermissionCommand_base: {
24
+ new (input: RemovePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Removes permissions from a profiling group's resource-based policy that are provided
@@ -80,23 +83,5 @@ export interface RemovePermissionCommandOutput extends RemovePermissionResponse,
80
83
  * <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
81
84
  *
82
85
  */
83
- export declare class RemovePermissionCommand extends $Command<RemovePermissionCommandInput, RemovePermissionCommandOutput, CodeGuruProfilerClientResolvedConfig> {
84
- readonly input: RemovePermissionCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: RemovePermissionCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemovePermissionCommandInput, RemovePermissionCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class RemovePermissionCommand extends RemovePermissionCommand_base {
102
87
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
4
  import { SubmitFeedbackRequest, SubmitFeedbackResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SubmitFeedbackCommandInput extends SubmitFeedbackRequest {
21
20
  */
22
21
  export interface SubmitFeedbackCommandOutput extends SubmitFeedbackResponse, __MetadataBearer {
23
22
  }
23
+ declare const SubmitFeedbackCommand_base: {
24
+ new (input: SubmitFeedbackCommandInput): import("@smithy/smithy-client").CommandImpl<SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Sends feedback to CodeGuru Profiler about whether the anomaly detected by the analysis is
@@ -65,23 +68,5 @@ export interface SubmitFeedbackCommandOutput extends SubmitFeedbackResponse, __M
65
68
  * <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
66
69
  *
67
70
  */
68
- export declare class SubmitFeedbackCommand extends $Command<SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput, CodeGuruProfilerClientResolvedConfig> {
69
- readonly input: SubmitFeedbackCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: SubmitFeedbackCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class SubmitFeedbackCommand extends SubmitFeedbackCommand_base {
87
72
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -63,23 +66,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
63
66
  * <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
64
67
  *
65
68
  */
66
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CodeGuruProfilerClientResolvedConfig> {
67
- readonly input: TagResourceCommandInput;
68
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
- /**
70
- * @public
71
- */
72
- constructor(input: TagResourceCommandInput);
73
- /**
74
- * @internal
75
- */
76
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
77
- /**
78
- * @internal
79
- */
80
- private serialize;
81
- /**
82
- * @internal
83
- */
84
- private deserialize;
69
+ export declare class TagResourceCommand extends TagResourceCommand_base {
85
70
  }