@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,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
  }
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, 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 UntagResourceCommandOutput extends UntagResourceResponse, __Met
63
66
  * <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
64
67
  *
65
68
  */
66
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CodeGuruProfilerClientResolvedConfig> {
67
- readonly input: UntagResourceCommandInput;
68
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
- /**
70
- * @public
71
- */
72
- constructor(input: UntagResourceCommandInput);
73
- /**
74
- * @internal
75
- */
76
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
77
- /**
78
- * @internal
79
- */
80
- private serialize;
81
- /**
82
- * @internal
83
- */
84
- private deserialize;
69
+ export declare class UntagResourceCommand extends UntagResourceCommand_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 { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
5
4
  import { UpdateProfilingGroupRequest, UpdateProfilingGroupResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateProfilingGroupCommandInput extends UpdateProfilingGroupRe
21
20
  */
22
21
  export interface UpdateProfilingGroupCommandOutput extends UpdateProfilingGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateProfilingGroupCommand_base: {
24
+ new (input: UpdateProfilingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProfilingGroupCommandInput, UpdateProfilingGroupCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a profiling group.</p>
@@ -92,23 +95,5 @@ export interface UpdateProfilingGroupCommandOutput extends UpdateProfilingGroupR
92
95
  * <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
93
96
  *
94
97
  */
95
- export declare class UpdateProfilingGroupCommand extends $Command<UpdateProfilingGroupCommandInput, UpdateProfilingGroupCommandOutput, CodeGuruProfilerClientResolvedConfig> {
96
- readonly input: UpdateProfilingGroupCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: UpdateProfilingGroupCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateProfilingGroupCommandInput, UpdateProfilingGroupCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class UpdateProfilingGroupCommand extends UpdateProfilingGroupCommand_base {
114
99
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -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 AddNotificationChannelsCommandInput
21
15
  export interface AddNotificationChannelsCommandOutput
22
16
  extends AddNotificationChannelsResponse,
23
17
  __MetadataBearer {}
24
- export declare class AddNotificationChannelsCommand extends $Command<
25
- AddNotificationChannelsCommandInput,
26
- AddNotificationChannelsCommandOutput,
27
- CodeGuruProfilerClientResolvedConfig
28
- > {
29
- readonly input: AddNotificationChannelsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AddNotificationChannelsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeGuruProfilerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const AddNotificationChannelsCommand_base: {
19
+ new (
20
+ input: AddNotificationChannelsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  AddNotificationChannelsCommandInput,
38
- AddNotificationChannelsCommandOutput
23
+ AddNotificationChannelsCommandOutput,
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 AddNotificationChannelsCommand extends AddNotificationChannelsCommand_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 BatchGetFrameMetricDataCommandInput
21
15
  export interface BatchGetFrameMetricDataCommandOutput
22
16
  extends BatchGetFrameMetricDataResponse,
23
17
  __MetadataBearer {}
24
- export declare class BatchGetFrameMetricDataCommand extends $Command<
25
- BatchGetFrameMetricDataCommandInput,
26
- BatchGetFrameMetricDataCommandOutput,
27
- CodeGuruProfilerClientResolvedConfig
28
- > {
29
- readonly input: BatchGetFrameMetricDataCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: BatchGetFrameMetricDataCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeGuruProfilerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const BatchGetFrameMetricDataCommand_base: {
19
+ new (
20
+ input: BatchGetFrameMetricDataCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  BatchGetFrameMetricDataCommandInput,
38
- BatchGetFrameMetricDataCommandOutput
23
+ BatchGetFrameMetricDataCommandOutput,
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 BatchGetFrameMetricDataCommand extends BatchGetFrameMetricDataCommand_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 ConfigureAgentCommandInput extends ConfigureAgentRequest {}
20
14
  export interface ConfigureAgentCommandOutput
21
15
  extends ConfigureAgentResponse,
22
16
  __MetadataBearer {}
23
- export declare class ConfigureAgentCommand extends $Command<
24
- ConfigureAgentCommandInput,
25
- ConfigureAgentCommandOutput,
26
- CodeGuruProfilerClientResolvedConfig
27
- > {
28
- readonly input: ConfigureAgentCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ConfigureAgentCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CodeGuruProfilerClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ConfigureAgentCommandInput, ConfigureAgentCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ConfigureAgentCommand_base: {
18
+ new (
19
+ input: ConfigureAgentCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ConfigureAgentCommandInput,
22
+ ConfigureAgentCommandOutput,
23
+ CodeGuruProfilerClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ConfigureAgentCommand extends ConfigureAgentCommand_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 CreateProfilingGroupCommandInput
21
15
  export interface CreateProfilingGroupCommandOutput
22
16
  extends CreateProfilingGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateProfilingGroupCommand extends $Command<
25
- CreateProfilingGroupCommandInput,
26
- CreateProfilingGroupCommandOutput,
27
- CodeGuruProfilerClientResolvedConfig
28
- > {
29
- readonly input: CreateProfilingGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateProfilingGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeGuruProfilerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateProfilingGroupCommand_base: {
19
+ new (
20
+ input: CreateProfilingGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateProfilingGroupCommandInput,
38
- CreateProfilingGroupCommandOutput
23
+ CreateProfilingGroupCommandOutput,
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 CreateProfilingGroupCommand extends CreateProfilingGroupCommand_base {}