@aws-sdk/client-codeguruprofiler 3.1076.0 → 3.1078.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 (89) hide show
  1. package/dist-cjs/index.js +34 -235
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AddNotificationChannelsCommand.js +2 -14
  4. package/dist-es/commands/BatchGetFrameMetricDataCommand.js +2 -14
  5. package/dist-es/commands/ConfigureAgentCommand.js +2 -14
  6. package/dist-es/commands/CreateProfilingGroupCommand.js +2 -14
  7. package/dist-es/commands/DeleteProfilingGroupCommand.js +2 -14
  8. package/dist-es/commands/DescribeProfilingGroupCommand.js +2 -14
  9. package/dist-es/commands/GetFindingsReportAccountSummaryCommand.js +2 -14
  10. package/dist-es/commands/GetNotificationConfigurationCommand.js +2 -14
  11. package/dist-es/commands/GetPolicyCommand.js +2 -14
  12. package/dist-es/commands/GetProfileCommand.js +2 -14
  13. package/dist-es/commands/GetRecommendationsCommand.js +2 -14
  14. package/dist-es/commands/ListFindingsReportsCommand.js +2 -14
  15. package/dist-es/commands/ListProfileTimesCommand.js +2 -14
  16. package/dist-es/commands/ListProfilingGroupsCommand.js +2 -14
  17. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  18. package/dist-es/commands/PostAgentProfileCommand.js +2 -14
  19. package/dist-es/commands/PutPermissionCommand.js +2 -14
  20. package/dist-es/commands/RemoveNotificationChannelCommand.js +2 -14
  21. package/dist-es/commands/RemovePermissionCommand.js +2 -14
  22. package/dist-es/commands/SubmitFeedbackCommand.js +2 -14
  23. package/dist-es/commands/TagResourceCommand.js +2 -14
  24. package/dist-es/commands/UntagResourceCommand.js +2 -14
  25. package/dist-es/commands/UpdateProfilingGroupCommand.js +2 -14
  26. package/dist-es/index.js +1 -0
  27. package/dist-es/runtimeConfig.browser.js +0 -2
  28. package/dist-es/runtimeConfig.js +1 -2
  29. package/dist-es/runtimeConfig.native.js +0 -2
  30. package/dist-es/runtimeConfig.shared.js +2 -0
  31. package/dist-types/commandBuilder.d.ts +18 -0
  32. package/dist-types/commands/AddNotificationChannelsCommand.d.ts +3 -8
  33. package/dist-types/commands/BatchGetFrameMetricDataCommand.d.ts +3 -8
  34. package/dist-types/commands/ConfigureAgentCommand.d.ts +3 -8
  35. package/dist-types/commands/CreateProfilingGroupCommand.d.ts +3 -8
  36. package/dist-types/commands/DeleteProfilingGroupCommand.d.ts +3 -8
  37. package/dist-types/commands/DescribeProfilingGroupCommand.d.ts +3 -8
  38. package/dist-types/commands/GetFindingsReportAccountSummaryCommand.d.ts +3 -8
  39. package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +3 -8
  40. package/dist-types/commands/GetPolicyCommand.d.ts +3 -8
  41. package/dist-types/commands/GetProfileCommand.d.ts +3 -8
  42. package/dist-types/commands/GetRecommendationsCommand.d.ts +3 -8
  43. package/dist-types/commands/ListFindingsReportsCommand.d.ts +3 -8
  44. package/dist-types/commands/ListProfileTimesCommand.d.ts +3 -8
  45. package/dist-types/commands/ListProfilingGroupsCommand.d.ts +3 -8
  46. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  47. package/dist-types/commands/PostAgentProfileCommand.d.ts +3 -8
  48. package/dist-types/commands/PutPermissionCommand.d.ts +3 -8
  49. package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +3 -8
  50. package/dist-types/commands/RemovePermissionCommand.d.ts +3 -8
  51. package/dist-types/commands/SubmitFeedbackCommand.d.ts +3 -8
  52. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  53. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  54. package/dist-types/commands/UpdateProfilingGroupCommand.d.ts +3 -8
  55. package/dist-types/index.d.ts +1 -0
  56. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  57. package/dist-types/runtimeConfig.d.ts +1 -1
  58. package/dist-types/runtimeConfig.native.d.ts +1 -1
  59. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  60. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  61. package/dist-types/ts3.4/commands/AddNotificationChannelsCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/BatchGetFrameMetricDataCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/ConfigureAgentCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/CreateProfilingGroupCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/DeleteProfilingGroupCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/DescribeProfilingGroupCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/GetFindingsReportAccountSummaryCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/ListFindingsReportsCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/ListProfileTimesCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/ListProfilingGroupsCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/PostAgentProfileCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/UpdateProfilingGroupCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/index.d.ts +1 -0
  85. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  86. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  87. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  88. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  89. package/package.json +8 -10
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CodeGuruProfilerClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CodeGuruProfilerClient";
8
2
  import {
9
3
  DeleteProfilingGroupRequest,
10
4
  DeleteProfilingGroupResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteProfilingGroupCommandInput
15
8
  extends DeleteProfilingGroupRequest {}
16
9
  export interface DeleteProfilingGroupCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteProfilingGroupCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteProfilingGroupCommandInput,
24
17
  DeleteProfilingGroupCommandOutput,
25
- CodeGuruProfilerClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CodeGuruProfilerClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteProfilingGroupCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteProfilingGroupCommandInput,
33
26
  DeleteProfilingGroupCommandOutput,
34
- CodeGuruProfilerClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CodeGuruProfilerClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteProfilingGroupCommand extends DeleteProfilingGroupCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CodeGuruProfilerClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CodeGuruProfilerClient";
8
2
  import {
9
3
  DescribeProfilingGroupRequest,
10
4
  DescribeProfilingGroupResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeProfilingGroupCommandInput
15
8
  extends DescribeProfilingGroupRequest {}
16
9
  export interface DescribeProfilingGroupCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeProfilingGroupCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeProfilingGroupCommandInput,
24
17
  DescribeProfilingGroupCommandOutput,
25
- CodeGuruProfilerClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CodeGuruProfilerClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeProfilingGroupCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeProfilingGroupCommandInput,
33
26
  DescribeProfilingGroupCommandOutput,
34
- CodeGuruProfilerClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CodeGuruProfilerClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeProfilingGroupCommand extends DescribeProfilingGroupCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CodeGuruProfilerClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CodeGuruProfilerClient";
8
2
  import {
9
3
  GetFindingsReportAccountSummaryRequest,
10
4
  GetFindingsReportAccountSummaryResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetFindingsReportAccountSummaryCommandInput
15
8
  extends GetFindingsReportAccountSummaryRequest {}
16
9
  export interface GetFindingsReportAccountSummaryCommandOutput
@@ -22,22 +15,20 @@ declare const GetFindingsReportAccountSummaryCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetFindingsReportAccountSummaryCommandInput,
24
17
  GetFindingsReportAccountSummaryCommandOutput,
25
- CodeGuruProfilerClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CodeGuruProfilerClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [GetFindingsReportAccountSummaryCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetFindingsReportAccountSummaryCommandInput,
33
26
  GetFindingsReportAccountSummaryCommandOutput,
34
- CodeGuruProfilerClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CodeGuruProfilerClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetFindingsReportAccountSummaryCommand extends GetFindingsReportAccountSummaryCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CodeGuruProfilerClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CodeGuruProfilerClient";
8
2
  import {
9
3
  GetNotificationConfigurationRequest,
10
4
  GetNotificationConfigurationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetNotificationConfigurationCommandInput
15
8
  extends GetNotificationConfigurationRequest {}
16
9
  export interface GetNotificationConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const GetNotificationConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetNotificationConfigurationCommandInput,
24
17
  GetNotificationConfigurationCommandOutput,
25
- CodeGuruProfilerClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CodeGuruProfilerClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetNotificationConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetNotificationConfigurationCommandInput,
33
26
  GetNotificationConfigurationCommandOutput,
34
- CodeGuruProfilerClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CodeGuruProfilerClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetNotificationConfigurationCommand extends GetNotificationConfigurationCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CodeGuruProfilerClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CodeGuruProfilerClient";
8
2
  import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetPolicyCommandInput extends GetPolicyRequest {}
12
5
  export interface GetPolicyCommandOutput
13
6
  extends GetPolicyResponse,
@@ -16,20 +9,18 @@ declare const GetPolicyCommand_base: {
16
9
  new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<
17
10
  GetPolicyCommandInput,
18
11
  GetPolicyCommandOutput,
19
- CodeGuruProfilerClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").CodeGuruProfilerClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<
24
17
  GetPolicyCommandInput,
25
18
  GetPolicyCommandOutput,
26
- CodeGuruProfilerClientResolvedConfig,
27
- ServiceInputTypes,
28
- ServiceOutputTypes
19
+ import("..").CodeGuruProfilerClientResolvedConfig,
20
+ import("..").ServiceInputTypes,
21
+ import("..").ServiceOutputTypes
29
22
  >;
30
- getEndpointParameterInstructions(): {
31
- [x: string]: unknown;
32
- };
23
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
33
24
  };
34
25
  export declare class GetPolicyCommand extends GetPolicyCommand_base {
35
26
  protected static __types: {
@@ -1,14 +1,7 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
3
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
- import {
5
- CodeGuruProfilerClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../CodeGuruProfilerClient";
9
3
  import { GetProfileRequest, GetProfileResponse } from "../models/models_0";
10
4
  export { __MetadataBearer };
11
- export { $Command };
12
5
  export interface GetProfileCommandInput extends GetProfileRequest {}
13
6
  export type GetProfileCommandOutputType = Pick<
14
7
  GetProfileResponse,
@@ -25,22 +18,20 @@ declare const GetProfileCommand_base: {
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  GetProfileCommandInput,
27
20
  GetProfileCommandOutput,
28
- CodeGuruProfilerClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").CodeGuruProfilerClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
25
  new (
33
26
  input: GetProfileCommandInput
34
27
  ): import("@smithy/core/client").CommandImpl<
35
28
  GetProfileCommandInput,
36
29
  GetProfileCommandOutput,
37
- CodeGuruProfilerClientResolvedConfig,
38
- ServiceInputTypes,
39
- ServiceOutputTypes
30
+ import("..").CodeGuruProfilerClientResolvedConfig,
31
+ import("..").ServiceInputTypes,
32
+ import("..").ServiceOutputTypes
40
33
  >;
41
- getEndpointParameterInstructions(): {
42
- [x: string]: unknown;
43
- };
34
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
44
35
  };
45
36
  export declare class GetProfileCommand extends GetProfileCommand_base {
46
37
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CodeGuruProfilerClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CodeGuruProfilerClient";
8
2
  import {
9
3
  GetRecommendationsRequest,
10
4
  GetRecommendationsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetRecommendationsCommandInput
15
8
  extends GetRecommendationsRequest {}
16
9
  export interface GetRecommendationsCommandOutput
@@ -22,22 +15,20 @@ declare const GetRecommendationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetRecommendationsCommandInput,
24
17
  GetRecommendationsCommandOutput,
25
- CodeGuruProfilerClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CodeGuruProfilerClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetRecommendationsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetRecommendationsCommandInput,
33
26
  GetRecommendationsCommandOutput,
34
- CodeGuruProfilerClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CodeGuruProfilerClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetRecommendationsCommand extends GetRecommendationsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CodeGuruProfilerClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CodeGuruProfilerClient";
8
2
  import {
9
3
  ListFindingsReportsRequest,
10
4
  ListFindingsReportsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListFindingsReportsCommandInput
15
8
  extends ListFindingsReportsRequest {}
16
9
  export interface ListFindingsReportsCommandOutput
@@ -22,22 +15,20 @@ declare const ListFindingsReportsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListFindingsReportsCommandInput,
24
17
  ListFindingsReportsCommandOutput,
25
- CodeGuruProfilerClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CodeGuruProfilerClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListFindingsReportsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListFindingsReportsCommandInput,
33
26
  ListFindingsReportsCommandOutput,
34
- CodeGuruProfilerClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CodeGuruProfilerClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListFindingsReportsCommand extends ListFindingsReportsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CodeGuruProfilerClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CodeGuruProfilerClient";
8
2
  import {
9
3
  ListProfileTimesRequest,
10
4
  ListProfileTimesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListProfileTimesCommandInput extends ListProfileTimesRequest {}
15
8
  export interface ListProfileTimesCommandOutput
16
9
  extends ListProfileTimesResponse,
@@ -21,22 +14,20 @@ declare const ListProfileTimesCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListProfileTimesCommandInput,
23
16
  ListProfileTimesCommandOutput,
24
- CodeGuruProfilerClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").CodeGuruProfilerClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: ListProfileTimesCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListProfileTimesCommandInput,
32
25
  ListProfileTimesCommandOutput,
33
- CodeGuruProfilerClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").CodeGuruProfilerClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ListProfileTimesCommand extends ListProfileTimesCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CodeGuruProfilerClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CodeGuruProfilerClient";
8
2
  import {
9
3
  ListProfilingGroupsRequest,
10
4
  ListProfilingGroupsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListProfilingGroupsCommandInput
15
8
  extends ListProfilingGroupsRequest {}
16
9
  export interface ListProfilingGroupsCommandOutput
@@ -22,22 +15,20 @@ declare const ListProfilingGroupsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListProfilingGroupsCommandInput,
24
17
  ListProfilingGroupsCommandOutput,
25
- CodeGuruProfilerClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CodeGuruProfilerClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListProfilingGroupsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListProfilingGroupsCommandInput,
33
26
  ListProfilingGroupsCommandOutput,
34
- CodeGuruProfilerClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CodeGuruProfilerClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListProfilingGroupsCommand extends ListProfilingGroupsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CodeGuruProfilerClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CodeGuruProfilerClient";
8
2
  import {
9
3
  ListTagsForResourceRequest,
10
4
  ListTagsForResourceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceRequest {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- CodeGuruProfilerClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CodeGuruProfilerClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
34
- CodeGuruProfilerClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CodeGuruProfilerClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
43
34
  protected static __types: {
@@ -1,19 +1,12 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import {
3
2
  BlobPayloadInputTypes,
4
3
  MetadataBearer as __MetadataBearer,
5
4
  } from "@smithy/types";
6
- import {
7
- CodeGuruProfilerClientResolvedConfig,
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- } from "../CodeGuruProfilerClient";
11
5
  import {
12
6
  PostAgentProfileRequest,
13
7
  PostAgentProfileResponse,
14
8
  } from "../models/models_0";
15
9
  export { __MetadataBearer };
16
- export { $Command };
17
10
  export type PostAgentProfileCommandInputType = Pick<
18
11
  PostAgentProfileRequest,
19
12
  Exclude<keyof PostAgentProfileRequest, "agentProfile">
@@ -31,22 +24,20 @@ declare const PostAgentProfileCommand_base: {
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  PostAgentProfileCommandInput,
33
26
  PostAgentProfileCommandOutput,
34
- CodeGuruProfilerClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CodeGuruProfilerClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
31
  new (
39
32
  input: PostAgentProfileCommandInput
40
33
  ): import("@smithy/core/client").CommandImpl<
41
34
  PostAgentProfileCommandInput,
42
35
  PostAgentProfileCommandOutput,
43
- CodeGuruProfilerClientResolvedConfig,
44
- ServiceInputTypes,
45
- ServiceOutputTypes
36
+ import("..").CodeGuruProfilerClientResolvedConfig,
37
+ import("..").ServiceInputTypes,
38
+ import("..").ServiceOutputTypes
46
39
  >;
47
- getEndpointParameterInstructions(): {
48
- [x: string]: unknown;
49
- };
40
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
50
41
  };
51
42
  export declare class PostAgentProfileCommand extends PostAgentProfileCommand_base {
52
43
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CodeGuruProfilerClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CodeGuruProfilerClient";
8
2
  import {
9
3
  PutPermissionRequest,
10
4
  PutPermissionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface PutPermissionCommandInput extends PutPermissionRequest {}
15
8
  export interface PutPermissionCommandOutput
16
9
  extends PutPermissionResponse,
@@ -21,22 +14,20 @@ declare const PutPermissionCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  PutPermissionCommandInput,
23
16
  PutPermissionCommandOutput,
24
- CodeGuruProfilerClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").CodeGuruProfilerClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: PutPermissionCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  PutPermissionCommandInput,
32
25
  PutPermissionCommandOutput,
33
- CodeGuruProfilerClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").CodeGuruProfilerClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class PutPermissionCommand extends PutPermissionCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CodeGuruProfilerClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CodeGuruProfilerClient";
8
2
  import {
9
3
  RemoveNotificationChannelRequest,
10
4
  RemoveNotificationChannelResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface RemoveNotificationChannelCommandInput
15
8
  extends RemoveNotificationChannelRequest {}
16
9
  export interface RemoveNotificationChannelCommandOutput
@@ -22,22 +15,20 @@ declare const RemoveNotificationChannelCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  RemoveNotificationChannelCommandInput,
24
17
  RemoveNotificationChannelCommandOutput,
25
- CodeGuruProfilerClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CodeGuruProfilerClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: RemoveNotificationChannelCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  RemoveNotificationChannelCommandInput,
33
26
  RemoveNotificationChannelCommandOutput,
34
- CodeGuruProfilerClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CodeGuruProfilerClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class RemoveNotificationChannelCommand extends RemoveNotificationChannelCommand_base {
43
34
  protected static __types: {