@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 { 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;
@@ -4,4 +4,4 @@ import { CodeGuruProfilerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateGetFindingsReportAccountSummary(config: CodeGuruProfilerPaginationConfiguration, input: GetFindingsReportAccountSummaryCommandInput, ...additionalArguments: any): Paginator<GetFindingsReportAccountSummaryCommandOutput>;
7
+ export declare const paginateGetFindingsReportAccountSummary: (config: CodeGuruProfilerPaginationConfiguration, input: GetFindingsReportAccountSummaryCommandInput, ...rest: any[]) => Paginator<GetFindingsReportAccountSummaryCommandOutput>;
@@ -4,4 +4,4 @@ import { CodeGuruProfilerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListFindingsReports(config: CodeGuruProfilerPaginationConfiguration, input: ListFindingsReportsCommandInput, ...additionalArguments: any): Paginator<ListFindingsReportsCommandOutput>;
7
+ export declare const paginateListFindingsReports: (config: CodeGuruProfilerPaginationConfiguration, input: ListFindingsReportsCommandInput, ...rest: any[]) => Paginator<ListFindingsReportsCommandOutput>;
@@ -4,4 +4,4 @@ import { CodeGuruProfilerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListProfileTimes(config: CodeGuruProfilerPaginationConfiguration, input: ListProfileTimesCommandInput, ...additionalArguments: any): Paginator<ListProfileTimesCommandOutput>;
7
+ export declare const paginateListProfileTimes: (config: CodeGuruProfilerPaginationConfiguration, input: ListProfileTimesCommandInput, ...rest: any[]) => Paginator<ListProfileTimesCommandOutput>;
@@ -4,4 +4,4 @@ import { CodeGuruProfilerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListProfilingGroups(config: CodeGuruProfilerPaginationConfiguration, input: ListProfilingGroupsCommandInput, ...additionalArguments: any): Paginator<ListProfilingGroupsCommandOutput>;
7
+ export declare const paginateListProfilingGroups: (config: CodeGuruProfilerPaginationConfiguration, input: ListProfilingGroupsCommandInput, ...rest: any[]) => Paginator<ListProfilingGroupsCommandOutput>;
@@ -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 {}
@@ -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 {}