@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,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeGuruProfilerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface GetRecommendationsCommandInput
21
15
  export interface GetRecommendationsCommandOutput
22
16
  extends GetRecommendationsResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetRecommendationsCommand extends $Command<
25
- GetRecommendationsCommandInput,
26
- GetRecommendationsCommandOutput,
27
- CodeGuruProfilerClientResolvedConfig
28
- > {
29
- readonly input: GetRecommendationsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetRecommendationsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeGuruProfilerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetRecommendationsCommandInput, GetRecommendationsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetRecommendationsCommand_base: {
19
+ new (
20
+ input: GetRecommendationsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetRecommendationsCommandInput,
23
+ GetRecommendationsCommandOutput,
24
+ CodeGuruProfilerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetRecommendationsCommand extends GetRecommendationsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeGuruProfilerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListFindingsReportsCommandInput
21
15
  export interface ListFindingsReportsCommandOutput
22
16
  extends ListFindingsReportsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListFindingsReportsCommand extends $Command<
25
- ListFindingsReportsCommandInput,
26
- ListFindingsReportsCommandOutput,
27
- CodeGuruProfilerClientResolvedConfig
28
- > {
29
- readonly input: ListFindingsReportsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListFindingsReportsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeGuruProfilerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListFindingsReportsCommandInput, ListFindingsReportsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListFindingsReportsCommand_base: {
19
+ new (
20
+ input: ListFindingsReportsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListFindingsReportsCommandInput,
23
+ ListFindingsReportsCommandOutput,
24
+ CodeGuruProfilerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListFindingsReportsCommand extends ListFindingsReportsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeGuruProfilerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ListProfileTimesCommandInput extends ListProfileTimesRequest {}
20
14
  export interface ListProfileTimesCommandOutput
21
15
  extends ListProfileTimesResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListProfileTimesCommand extends $Command<
24
- ListProfileTimesCommandInput,
25
- ListProfileTimesCommandOutput,
26
- CodeGuruProfilerClientResolvedConfig
27
- > {
28
- readonly input: ListProfileTimesCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListProfileTimesCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CodeGuruProfilerClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListProfileTimesCommandInput, ListProfileTimesCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListProfileTimesCommand_base: {
18
+ new (
19
+ input: ListProfileTimesCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListProfileTimesCommandInput,
22
+ ListProfileTimesCommandOutput,
23
+ CodeGuruProfilerClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListProfileTimesCommand extends ListProfileTimesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeGuruProfilerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListProfilingGroupsCommandInput
21
15
  export interface ListProfilingGroupsCommandOutput
22
16
  extends ListProfilingGroupsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListProfilingGroupsCommand extends $Command<
25
- ListProfilingGroupsCommandInput,
26
- ListProfilingGroupsCommandOutput,
27
- CodeGuruProfilerClientResolvedConfig
28
- > {
29
- readonly input: ListProfilingGroupsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListProfilingGroupsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeGuruProfilerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListProfilingGroupsCommandInput, ListProfilingGroupsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListProfilingGroupsCommand_base: {
19
+ new (
20
+ input: ListProfilingGroupsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListProfilingGroupsCommandInput,
23
+ ListProfilingGroupsCommandOutput,
24
+ CodeGuruProfilerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListProfilingGroupsCommand extends ListProfilingGroupsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeGuruProfilerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- CodeGuruProfilerClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeGuruProfilerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ CodeGuruProfilerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -1,11 +1,7 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
2
  import {
4
3
  BlobPayloadInputTypes,
5
- Handler,
6
- HttpHandlerOptions as __HttpHandlerOptions,
7
4
  MetadataBearer as __MetadataBearer,
8
- MiddlewareStack,
9
5
  } from "@smithy/types";
10
6
  import {
11
7
  CodeGuruProfilerClientResolvedConfig,
@@ -28,19 +24,16 @@ export interface PostAgentProfileCommandInput
28
24
  export interface PostAgentProfileCommandOutput
29
25
  extends PostAgentProfileResponse,
30
26
  __MetadataBearer {}
31
- export declare class PostAgentProfileCommand extends $Command<
32
- PostAgentProfileCommandInput,
33
- PostAgentProfileCommandOutput,
34
- CodeGuruProfilerClientResolvedConfig
35
- > {
36
- readonly input: PostAgentProfileCommandInput;
37
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
- constructor(input: PostAgentProfileCommandInput);
39
- resolveMiddleware(
40
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
41
- configuration: CodeGuruProfilerClientResolvedConfig,
42
- options?: __HttpHandlerOptions
43
- ): Handler<PostAgentProfileCommandInput, PostAgentProfileCommandOutput>;
44
- private serialize;
45
- private deserialize;
46
- }
27
+ declare const PostAgentProfileCommand_base: {
28
+ new (
29
+ input: PostAgentProfileCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PostAgentProfileCommandInput,
32
+ PostAgentProfileCommandOutput,
33
+ CodeGuruProfilerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class PostAgentProfileCommand extends PostAgentProfileCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeGuruProfilerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface PutPermissionCommandInput extends PutPermissionRequest {}
20
14
  export interface PutPermissionCommandOutput
21
15
  extends PutPermissionResponse,
22
16
  __MetadataBearer {}
23
- export declare class PutPermissionCommand extends $Command<
24
- PutPermissionCommandInput,
25
- PutPermissionCommandOutput,
26
- CodeGuruProfilerClientResolvedConfig
27
- > {
28
- readonly input: PutPermissionCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: PutPermissionCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CodeGuruProfilerClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<PutPermissionCommandInput, PutPermissionCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const PutPermissionCommand_base: {
18
+ new (
19
+ input: PutPermissionCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ PutPermissionCommandInput,
22
+ PutPermissionCommandOutput,
23
+ CodeGuruProfilerClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class PutPermissionCommand extends PutPermissionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeGuruProfilerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface RemoveNotificationChannelCommandInput
21
15
  export interface RemoveNotificationChannelCommandOutput
22
16
  extends RemoveNotificationChannelResponse,
23
17
  __MetadataBearer {}
24
- export declare class RemoveNotificationChannelCommand extends $Command<
25
- RemoveNotificationChannelCommandInput,
26
- RemoveNotificationChannelCommandOutput,
27
- CodeGuruProfilerClientResolvedConfig
28
- > {
29
- readonly input: RemoveNotificationChannelCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: RemoveNotificationChannelCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeGuruProfilerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const RemoveNotificationChannelCommand_base: {
19
+ new (
20
+ input: RemoveNotificationChannelCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  RemoveNotificationChannelCommandInput,
38
- RemoveNotificationChannelCommandOutput
23
+ RemoveNotificationChannelCommandOutput,
24
+ CodeGuruProfilerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class RemoveNotificationChannelCommand extends RemoveNotificationChannelCommand_base {}
@@ -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 RemovePermissionCommandInput extends RemovePermissionRequest {}
20
14
  export interface RemovePermissionCommandOutput
21
15
  extends RemovePermissionResponse,
22
16
  __MetadataBearer {}
23
- export declare class RemovePermissionCommand extends $Command<
24
- RemovePermissionCommandInput,
25
- RemovePermissionCommandOutput,
26
- CodeGuruProfilerClientResolvedConfig
27
- > {
28
- readonly input: RemovePermissionCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: RemovePermissionCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CodeGuruProfilerClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<RemovePermissionCommandInput, RemovePermissionCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const RemovePermissionCommand_base: {
18
+ new (
19
+ input: RemovePermissionCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ RemovePermissionCommandInput,
22
+ RemovePermissionCommandOutput,
23
+ CodeGuruProfilerClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class RemovePermissionCommand extends RemovePermissionCommand_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 SubmitFeedbackCommandInput extends SubmitFeedbackRequest {}
20
14
  export interface SubmitFeedbackCommandOutput
21
15
  extends SubmitFeedbackResponse,
22
16
  __MetadataBearer {}
23
- export declare class SubmitFeedbackCommand extends $Command<
24
- SubmitFeedbackCommandInput,
25
- SubmitFeedbackCommandOutput,
26
- CodeGuruProfilerClientResolvedConfig
27
- > {
28
- readonly input: SubmitFeedbackCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: SubmitFeedbackCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CodeGuruProfilerClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const SubmitFeedbackCommand_base: {
18
+ new (
19
+ input: SubmitFeedbackCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ SubmitFeedbackCommandInput,
22
+ SubmitFeedbackCommandOutput,
23
+ CodeGuruProfilerClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class SubmitFeedbackCommand extends SubmitFeedbackCommand_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 TagResourceCommandInput extends TagResourceRequest {}
17
11
  export interface TagResourceCommandOutput
18
12
  extends TagResourceResponse,
19
13
  __MetadataBearer {}
20
- export declare class TagResourceCommand extends $Command<
21
- TagResourceCommandInput,
22
- TagResourceCommandOutput,
23
- CodeGuruProfilerClientResolvedConfig
24
- > {
25
- readonly input: TagResourceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: TagResourceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CodeGuruProfilerClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const TagResourceCommand_base: {
15
+ new (
16
+ input: TagResourceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ TagResourceCommandInput,
19
+ TagResourceCommandOutput,
20
+ CodeGuruProfilerClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class TagResourceCommand extends TagResourceCommand_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 UntagResourceCommandInput extends UntagResourceRequest {}
20
14
  export interface UntagResourceCommandOutput
21
15
  extends UntagResourceResponse,
22
16
  __MetadataBearer {}
23
- export declare class UntagResourceCommand extends $Command<
24
- UntagResourceCommandInput,
25
- UntagResourceCommandOutput,
26
- CodeGuruProfilerClientResolvedConfig
27
- > {
28
- readonly input: UntagResourceCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: UntagResourceCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CodeGuruProfilerClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const UntagResourceCommand_base: {
18
+ new (
19
+ input: UntagResourceCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ UntagResourceCommandInput,
22
+ UntagResourceCommandOutput,
23
+ CodeGuruProfilerClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class UntagResourceCommand extends UntagResourceCommand_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 UpdateProfilingGroupCommandInput
21
15
  export interface UpdateProfilingGroupCommandOutput
22
16
  extends UpdateProfilingGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class UpdateProfilingGroupCommand extends $Command<
25
- UpdateProfilingGroupCommandInput,
26
- UpdateProfilingGroupCommandOutput,
27
- CodeGuruProfilerClientResolvedConfig
28
- > {
29
- readonly input: UpdateProfilingGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: UpdateProfilingGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeGuruProfilerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const UpdateProfilingGroupCommand_base: {
19
+ new (
20
+ input: UpdateProfilingGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  UpdateProfilingGroupCommandInput,
38
- UpdateProfilingGroupCommandOutput
23
+ UpdateProfilingGroupCommandOutput,
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 UpdateProfilingGroupCommand extends UpdateProfilingGroupCommand_base {}
@@ -25,6 +25,24 @@ export declare const resolveClientEndpointParameters: <T>(
25
25
  ClientInputEndpointParameters & {
26
26
  defaultSigningName: string;
27
27
  };
28
+ export declare const commonParams: {
29
+ readonly UseFIPS: {
30
+ readonly type: "builtInParams";
31
+ readonly name: "useFipsEndpoint";
32
+ };
33
+ readonly Endpoint: {
34
+ readonly type: "builtInParams";
35
+ readonly name: "endpoint";
36
+ };
37
+ readonly Region: {
38
+ readonly type: "builtInParams";
39
+ readonly name: "region";
40
+ };
41
+ readonly UseDualStack: {
42
+ readonly type: "builtInParams";
43
+ readonly name: "useDualstackEndpoint";
44
+ };
45
+ };
28
46
  export interface EndpointParameters extends __EndpointParameters {
29
47
  Region?: string;
30
48
  UseDualStack?: boolean;
@@ -4,8 +4,8 @@ import {
4
4
  GetFindingsReportAccountSummaryCommandOutput,
5
5
  } from "../commands/GetFindingsReportAccountSummaryCommand";
6
6
  import { CodeGuruProfilerPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateGetFindingsReportAccountSummary(
7
+ export declare const paginateGetFindingsReportAccountSummary: (
8
8
  config: CodeGuruProfilerPaginationConfiguration,
9
9
  input: GetFindingsReportAccountSummaryCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<GetFindingsReportAccountSummaryCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<GetFindingsReportAccountSummaryCommandOutput>;