@aws-sdk/client-codeguruprofiler 3.1087.0 → 3.1089.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 (42) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/CodeGuruProfiler.d.ts +77 -88
  3. package/dist-types/ts3.4/CodeGuruProfilerClient.d.ts +8 -27
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AddNotificationChannelsCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/BatchGetFrameMetricDataCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/ConfigureAgentCommand.d.ts +4 -9
  10. package/dist-types/ts3.4/commands/CreateProfilingGroupCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/DeleteProfilingGroupCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/DescribeProfilingGroupCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/GetFindingsReportAccountSummaryCommand.d.ts +3 -5
  14. package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -5
  16. package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +3 -5
  17. package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/ListFindingsReportsCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/ListProfileTimesCommand.d.ts +4 -9
  20. package/dist-types/ts3.4/commands/ListProfilingGroupsCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/PostAgentProfileCommand.d.ts +6 -15
  23. package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +4 -9
  24. package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +4 -6
  25. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +4 -9
  27. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  28. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  29. package/dist-types/ts3.4/commands/UpdateProfilingGroupCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  31. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  32. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  33. package/dist-types/ts3.4/models/enums.d.ts +4 -8
  34. package/dist-types/ts3.4/models/errors.d.ts +5 -15
  35. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  36. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  37. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  38. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  39. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  40. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  41. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  42. package/package.json +38 -38
@@ -4,14 +4,12 @@ import {
4
4
  AddNotificationChannelsResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface AddNotificationChannelsCommandInput
8
- extends AddNotificationChannelsRequest {}
7
+ export interface AddNotificationChannelsCommandInput extends AddNotificationChannelsRequest {}
9
8
  export interface AddNotificationChannelsCommandOutput
10
- extends AddNotificationChannelsResponse,
11
- __MetadataBearer {}
9
+ extends AddNotificationChannelsResponse, __MetadataBearer {}
12
10
  declare const AddNotificationChannelsCommand_base: {
13
11
  new (
14
- input: AddNotificationChannelsCommandInput
12
+ input: AddNotificationChannelsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  AddNotificationChannelsCommandInput,
17
15
  AddNotificationChannelsCommandOutput,
@@ -20,7 +18,7 @@ declare const AddNotificationChannelsCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: AddNotificationChannelsCommandInput
21
+ input: AddNotificationChannelsCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  AddNotificationChannelsCommandInput,
26
24
  AddNotificationChannelsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  BatchGetFrameMetricDataResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface BatchGetFrameMetricDataCommandInput
8
- extends BatchGetFrameMetricDataRequest {}
7
+ export interface BatchGetFrameMetricDataCommandInput extends BatchGetFrameMetricDataRequest {}
9
8
  export interface BatchGetFrameMetricDataCommandOutput
10
- extends BatchGetFrameMetricDataResponse,
11
- __MetadataBearer {}
9
+ extends BatchGetFrameMetricDataResponse, __MetadataBearer {}
12
10
  declare const BatchGetFrameMetricDataCommand_base: {
13
11
  new (
14
- input: BatchGetFrameMetricDataCommandInput
12
+ input: BatchGetFrameMetricDataCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  BatchGetFrameMetricDataCommandInput,
17
15
  BatchGetFrameMetricDataCommandOutput,
@@ -20,7 +18,7 @@ declare const BatchGetFrameMetricDataCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: BatchGetFrameMetricDataCommandInput
21
+ input: BatchGetFrameMetricDataCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  BatchGetFrameMetricDataCommandInput,
26
24
  BatchGetFrameMetricDataCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ConfigureAgentRequest,
4
- ConfigureAgentResponse,
5
- } from "../models/models_0";
2
+ import { ConfigureAgentRequest, ConfigureAgentResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ConfigureAgentCommandInput extends ConfigureAgentRequest {}
8
- export interface ConfigureAgentCommandOutput
9
- extends ConfigureAgentResponse,
10
- __MetadataBearer {}
5
+ export interface ConfigureAgentCommandOutput extends ConfigureAgentResponse, __MetadataBearer {}
11
6
  declare const ConfigureAgentCommand_base: {
12
7
  new (
13
- input: ConfigureAgentCommandInput
8
+ input: ConfigureAgentCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ConfigureAgentCommandInput,
16
11
  ConfigureAgentCommandOutput,
@@ -19,7 +14,7 @@ declare const ConfigureAgentCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ConfigureAgentCommandInput
17
+ input: ConfigureAgentCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ConfigureAgentCommandInput,
25
20
  ConfigureAgentCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateProfilingGroupRequest,
4
- CreateProfilingGroupResponse,
5
- } from "../models/models_0";
2
+ import { CreateProfilingGroupRequest, CreateProfilingGroupResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateProfilingGroupCommandInput
8
- extends CreateProfilingGroupRequest {}
4
+ export interface CreateProfilingGroupCommandInput extends CreateProfilingGroupRequest {}
9
5
  export interface CreateProfilingGroupCommandOutput
10
- extends CreateProfilingGroupResponse,
11
- __MetadataBearer {}
6
+ extends CreateProfilingGroupResponse, __MetadataBearer {}
12
7
  declare const CreateProfilingGroupCommand_base: {
13
8
  new (
14
- input: CreateProfilingGroupCommandInput
9
+ input: CreateProfilingGroupCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateProfilingGroupCommandInput,
17
12
  CreateProfilingGroupCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateProfilingGroupCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateProfilingGroupCommandInput
18
+ input: CreateProfilingGroupCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateProfilingGroupCommandInput,
26
21
  CreateProfilingGroupCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteProfilingGroupRequest,
4
- DeleteProfilingGroupResponse,
5
- } from "../models/models_0";
2
+ import { DeleteProfilingGroupRequest, DeleteProfilingGroupResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteProfilingGroupCommandInput
8
- extends DeleteProfilingGroupRequest {}
4
+ export interface DeleteProfilingGroupCommandInput extends DeleteProfilingGroupRequest {}
9
5
  export interface DeleteProfilingGroupCommandOutput
10
- extends DeleteProfilingGroupResponse,
11
- __MetadataBearer {}
6
+ extends DeleteProfilingGroupResponse, __MetadataBearer {}
12
7
  declare const DeleteProfilingGroupCommand_base: {
13
8
  new (
14
- input: DeleteProfilingGroupCommandInput
9
+ input: DeleteProfilingGroupCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteProfilingGroupCommandInput,
17
12
  DeleteProfilingGroupCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteProfilingGroupCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteProfilingGroupCommandInput
18
+ input: DeleteProfilingGroupCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteProfilingGroupCommandInput,
26
21
  DeleteProfilingGroupCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeProfilingGroupRequest,
4
- DescribeProfilingGroupResponse,
5
- } from "../models/models_0";
2
+ import { DescribeProfilingGroupRequest, DescribeProfilingGroupResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DescribeProfilingGroupCommandInput
8
- extends DescribeProfilingGroupRequest {}
4
+ export interface DescribeProfilingGroupCommandInput extends DescribeProfilingGroupRequest {}
9
5
  export interface DescribeProfilingGroupCommandOutput
10
- extends DescribeProfilingGroupResponse,
11
- __MetadataBearer {}
6
+ extends DescribeProfilingGroupResponse, __MetadataBearer {}
12
7
  declare const DescribeProfilingGroupCommand_base: {
13
8
  new (
14
- input: DescribeProfilingGroupCommandInput
9
+ input: DescribeProfilingGroupCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DescribeProfilingGroupCommandInput,
17
12
  DescribeProfilingGroupCommandOutput,
@@ -20,7 +15,7 @@ declare const DescribeProfilingGroupCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DescribeProfilingGroupCommandInput
18
+ input: DescribeProfilingGroupCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DescribeProfilingGroupCommandInput,
26
21
  DescribeProfilingGroupCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetFindingsReportAccountSummaryResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetFindingsReportAccountSummaryCommandInput
8
- extends GetFindingsReportAccountSummaryRequest {}
7
+ export interface GetFindingsReportAccountSummaryCommandInput extends GetFindingsReportAccountSummaryRequest {}
9
8
  export interface GetFindingsReportAccountSummaryCommandOutput
10
- extends GetFindingsReportAccountSummaryResponse,
11
- __MetadataBearer {}
9
+ extends GetFindingsReportAccountSummaryResponse, __MetadataBearer {}
12
10
  declare const GetFindingsReportAccountSummaryCommand_base: {
13
11
  new (
14
- input: GetFindingsReportAccountSummaryCommandInput
12
+ input: GetFindingsReportAccountSummaryCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetFindingsReportAccountSummaryCommandInput,
17
15
  GetFindingsReportAccountSummaryCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetNotificationConfigurationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetNotificationConfigurationCommandInput
8
- extends GetNotificationConfigurationRequest {}
7
+ export interface GetNotificationConfigurationCommandInput extends GetNotificationConfigurationRequest {}
9
8
  export interface GetNotificationConfigurationCommandOutput
10
- extends GetNotificationConfigurationResponse,
11
- __MetadataBearer {}
9
+ extends GetNotificationConfigurationResponse, __MetadataBearer {}
12
10
  declare const GetNotificationConfigurationCommand_base: {
13
11
  new (
14
- input: GetNotificationConfigurationCommandInput
12
+ input: GetNotificationConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetNotificationConfigurationCommandInput,
17
15
  GetNotificationConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const GetNotificationConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetNotificationConfigurationCommandInput
21
+ input: GetNotificationConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetNotificationConfigurationCommandInput,
26
24
  GetNotificationConfigurationCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetPolicyCommandInput extends GetPolicyRequest {}
5
- export interface GetPolicyCommandOutput
6
- extends GetPolicyResponse,
7
- __MetadataBearer {}
5
+ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBearer {}
8
6
  declare const GetPolicyCommand_base: {
9
- new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: GetPolicyCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  GetPolicyCommandInput,
11
11
  GetPolicyCommandOutput,
12
12
  import("..").CodeGuruProfilerClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: GetPolicyCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  GetPolicyCommandInput,
18
20
  GetPolicyCommandOutput,
19
21
  import("..").CodeGuruProfilerClientResolvedConfig,
@@ -9,12 +9,10 @@ export type GetProfileCommandOutputType = Pick<
9
9
  > & {
10
10
  profile: Uint8ArrayBlobAdapter;
11
11
  };
12
- export interface GetProfileCommandOutput
13
- extends GetProfileCommandOutputType,
14
- __MetadataBearer {}
12
+ export interface GetProfileCommandOutput extends GetProfileCommandOutputType, __MetadataBearer {}
15
13
  declare const GetProfileCommand_base: {
16
14
  new (
17
- input: GetProfileCommandInput
15
+ input: GetProfileCommandInput,
18
16
  ): import("@smithy/core/client").CommandImpl<
19
17
  GetProfileCommandInput,
20
18
  GetProfileCommandOutput,
@@ -23,7 +21,7 @@ declare const GetProfileCommand_base: {
23
21
  import("..").ServiceOutputTypes
24
22
  >;
25
23
  new (
26
- input: GetProfileCommandInput
24
+ input: GetProfileCommandInput,
27
25
  ): import("@smithy/core/client").CommandImpl<
28
26
  GetProfileCommandInput,
29
27
  GetProfileCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetRecommendationsRequest,
4
- GetRecommendationsResponse,
5
- } from "../models/models_0";
2
+ import { GetRecommendationsRequest, GetRecommendationsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetRecommendationsCommandInput
8
- extends GetRecommendationsRequest {}
4
+ export interface GetRecommendationsCommandInput extends GetRecommendationsRequest {}
9
5
  export interface GetRecommendationsCommandOutput
10
- extends GetRecommendationsResponse,
11
- __MetadataBearer {}
6
+ extends GetRecommendationsResponse, __MetadataBearer {}
12
7
  declare const GetRecommendationsCommand_base: {
13
8
  new (
14
- input: GetRecommendationsCommandInput
9
+ input: GetRecommendationsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetRecommendationsCommandInput,
17
12
  GetRecommendationsCommandOutput,
@@ -20,7 +15,7 @@ declare const GetRecommendationsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetRecommendationsCommandInput
18
+ input: GetRecommendationsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetRecommendationsCommandInput,
26
21
  GetRecommendationsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListFindingsReportsRequest,
4
- ListFindingsReportsResponse,
5
- } from "../models/models_0";
2
+ import { ListFindingsReportsRequest, ListFindingsReportsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListFindingsReportsCommandInput
8
- extends ListFindingsReportsRequest {}
4
+ export interface ListFindingsReportsCommandInput extends ListFindingsReportsRequest {}
9
5
  export interface ListFindingsReportsCommandOutput
10
- extends ListFindingsReportsResponse,
11
- __MetadataBearer {}
6
+ extends ListFindingsReportsResponse, __MetadataBearer {}
12
7
  declare const ListFindingsReportsCommand_base: {
13
8
  new (
14
- input: ListFindingsReportsCommandInput
9
+ input: ListFindingsReportsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListFindingsReportsCommandInput,
17
12
  ListFindingsReportsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListFindingsReportsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListFindingsReportsCommandInput
18
+ input: ListFindingsReportsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListFindingsReportsCommandInput,
26
21
  ListFindingsReportsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListProfileTimesRequest,
4
- ListProfileTimesResponse,
5
- } from "../models/models_0";
2
+ import { ListProfileTimesRequest, ListProfileTimesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListProfileTimesCommandInput extends ListProfileTimesRequest {}
8
- export interface ListProfileTimesCommandOutput
9
- extends ListProfileTimesResponse,
10
- __MetadataBearer {}
5
+ export interface ListProfileTimesCommandOutput extends ListProfileTimesResponse, __MetadataBearer {}
11
6
  declare const ListProfileTimesCommand_base: {
12
7
  new (
13
- input: ListProfileTimesCommandInput
8
+ input: ListProfileTimesCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListProfileTimesCommandInput,
16
11
  ListProfileTimesCommandOutput,
@@ -19,7 +14,7 @@ declare const ListProfileTimesCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ListProfileTimesCommandInput
17
+ input: ListProfileTimesCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ListProfileTimesCommandInput,
25
20
  ListProfileTimesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListProfilingGroupsRequest,
4
- ListProfilingGroupsResponse,
5
- } from "../models/models_0";
2
+ import { ListProfilingGroupsRequest, ListProfilingGroupsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListProfilingGroupsCommandInput
8
- extends ListProfilingGroupsRequest {}
4
+ export interface ListProfilingGroupsCommandInput extends ListProfilingGroupsRequest {}
9
5
  export interface ListProfilingGroupsCommandOutput
10
- extends ListProfilingGroupsResponse,
11
- __MetadataBearer {}
6
+ extends ListProfilingGroupsResponse, __MetadataBearer {}
12
7
  declare const ListProfilingGroupsCommand_base: {
13
8
  new (
14
- input: ListProfilingGroupsCommandInput
9
+ input: ListProfilingGroupsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListProfilingGroupsCommandInput,
17
12
  ListProfilingGroupsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListTagsForResourceRequest,
4
- ListTagsForResourceResponse,
5
- } from "../models/models_0";
2
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListTagsForResourceCommandInput
8
- extends ListTagsForResourceRequest {}
4
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
9
5
  export interface ListTagsForResourceCommandOutput
10
- extends ListTagsForResourceResponse,
11
- __MetadataBearer {}
6
+ extends ListTagsForResourceResponse, __MetadataBearer {}
12
7
  declare const ListTagsForResourceCommand_base: {
13
8
  new (
14
- input: ListTagsForResourceCommandInput
9
+ input: ListTagsForResourceCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListTagsForResourceCommandInput,
17
12
  ListTagsForResourceCommandOutput,
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListTagsForResourceCommandInput
18
+ input: ListTagsForResourceCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListTagsForResourceCommandInput,
26
21
  ListTagsForResourceCommandOutput,
@@ -1,11 +1,5 @@
1
- import {
2
- BlobPayloadInputTypes,
3
- MetadataBearer as __MetadataBearer,
4
- } from "@smithy/types";
5
- import {
6
- PostAgentProfileRequest,
7
- PostAgentProfileResponse,
8
- } from "../models/models_0";
1
+ import { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import { PostAgentProfileRequest, PostAgentProfileResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
4
  export type PostAgentProfileCommandInputType = Pick<
11
5
  PostAgentProfileRequest,
@@ -13,14 +7,11 @@ export type PostAgentProfileCommandInputType = Pick<
13
7
  > & {
14
8
  agentProfile: BlobPayloadInputTypes;
15
9
  };
16
- export interface PostAgentProfileCommandInput
17
- extends PostAgentProfileCommandInputType {}
18
- export interface PostAgentProfileCommandOutput
19
- extends PostAgentProfileResponse,
20
- __MetadataBearer {}
10
+ export interface PostAgentProfileCommandInput extends PostAgentProfileCommandInputType {}
11
+ export interface PostAgentProfileCommandOutput extends PostAgentProfileResponse, __MetadataBearer {}
21
12
  declare const PostAgentProfileCommand_base: {
22
13
  new (
23
- input: PostAgentProfileCommandInput
14
+ input: PostAgentProfileCommandInput,
24
15
  ): import("@smithy/core/client").CommandImpl<
25
16
  PostAgentProfileCommandInput,
26
17
  PostAgentProfileCommandOutput,
@@ -29,7 +20,7 @@ declare const PostAgentProfileCommand_base: {
29
20
  import("..").ServiceOutputTypes
30
21
  >;
31
22
  new (
32
- input: PostAgentProfileCommandInput
23
+ input: PostAgentProfileCommandInput,
33
24
  ): import("@smithy/core/client").CommandImpl<
34
25
  PostAgentProfileCommandInput,
35
26
  PostAgentProfileCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- PutPermissionRequest,
4
- PutPermissionResponse,
5
- } from "../models/models_0";
2
+ import { PutPermissionRequest, PutPermissionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface PutPermissionCommandInput extends PutPermissionRequest {}
8
- export interface PutPermissionCommandOutput
9
- extends PutPermissionResponse,
10
- __MetadataBearer {}
5
+ export interface PutPermissionCommandOutput extends PutPermissionResponse, __MetadataBearer {}
11
6
  declare const PutPermissionCommand_base: {
12
7
  new (
13
- input: PutPermissionCommandInput
8
+ input: PutPermissionCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  PutPermissionCommandInput,
16
11
  PutPermissionCommandOutput,
@@ -19,7 +14,7 @@ declare const PutPermissionCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: PutPermissionCommandInput
17
+ input: PutPermissionCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  PutPermissionCommandInput,
25
20
  PutPermissionCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  RemoveNotificationChannelResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface RemoveNotificationChannelCommandInput
8
- extends RemoveNotificationChannelRequest {}
7
+ export interface RemoveNotificationChannelCommandInput extends RemoveNotificationChannelRequest {}
9
8
  export interface RemoveNotificationChannelCommandOutput
10
- extends RemoveNotificationChannelResponse,
11
- __MetadataBearer {}
9
+ extends RemoveNotificationChannelResponse, __MetadataBearer {}
12
10
  declare const RemoveNotificationChannelCommand_base: {
13
11
  new (
14
- input: RemoveNotificationChannelCommandInput
12
+ input: RemoveNotificationChannelCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  RemoveNotificationChannelCommandInput,
17
15
  RemoveNotificationChannelCommandOutput,
@@ -20,7 +18,7 @@ declare const RemoveNotificationChannelCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: RemoveNotificationChannelCommandInput
21
+ input: RemoveNotificationChannelCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  RemoveNotificationChannelCommandInput,
26
24
  RemoveNotificationChannelCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- RemovePermissionRequest,
4
- RemovePermissionResponse,
5
- } from "../models/models_0";
2
+ import { RemovePermissionRequest, RemovePermissionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface RemovePermissionCommandInput extends RemovePermissionRequest {}
8
- export interface RemovePermissionCommandOutput
9
- extends RemovePermissionResponse,
10
- __MetadataBearer {}
5
+ export interface RemovePermissionCommandOutput extends RemovePermissionResponse, __MetadataBearer {}
11
6
  declare const RemovePermissionCommand_base: {
12
7
  new (
13
- input: RemovePermissionCommandInput
8
+ input: RemovePermissionCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  RemovePermissionCommandInput,
16
11
  RemovePermissionCommandOutput,
@@ -19,7 +14,7 @@ declare const RemovePermissionCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: RemovePermissionCommandInput
17
+ input: RemovePermissionCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  RemovePermissionCommandInput,
25
20
  RemovePermissionCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- SubmitFeedbackRequest,
4
- SubmitFeedbackResponse,
5
- } from "../models/models_0";
2
+ import { SubmitFeedbackRequest, SubmitFeedbackResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface SubmitFeedbackCommandInput extends SubmitFeedbackRequest {}
8
- export interface SubmitFeedbackCommandOutput
9
- extends SubmitFeedbackResponse,
10
- __MetadataBearer {}
5
+ export interface SubmitFeedbackCommandOutput extends SubmitFeedbackResponse, __MetadataBearer {}
11
6
  declare const SubmitFeedbackCommand_base: {
12
7
  new (
13
- input: SubmitFeedbackCommandInput
8
+ input: SubmitFeedbackCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  SubmitFeedbackCommandInput,
16
11
  SubmitFeedbackCommandOutput,
@@ -19,7 +14,7 @@ declare const SubmitFeedbackCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: SubmitFeedbackCommandInput
17
+ input: SubmitFeedbackCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  SubmitFeedbackCommandInput,
25
20
  SubmitFeedbackCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface TagResourceCommandInput extends TagResourceRequest {}
5
- export interface TagResourceCommandOutput
6
- extends TagResourceResponse,
7
- __MetadataBearer {}
5
+ export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
8
6
  declare const TagResourceCommand_base: {
9
7
  new (
10
- input: TagResourceCommandInput
8
+ input: TagResourceCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  TagResourceCommandInput,
13
11
  TagResourceCommandOutput,
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: TagResourceCommandInput
17
+ input: TagResourceCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  TagResourceCommandInput,
22
20
  TagResourceCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UntagResourceRequest,
4
- UntagResourceResponse,
5
- } from "../models/models_0";
2
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
8
- export interface UntagResourceCommandOutput
9
- extends UntagResourceResponse,
10
- __MetadataBearer {}
5
+ export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
11
6
  declare const UntagResourceCommand_base: {
12
7
  new (
13
- input: UntagResourceCommandInput
8
+ input: UntagResourceCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UntagResourceCommandInput,
16
11
  UntagResourceCommandOutput,
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UntagResourceCommandInput
17
+ input: UntagResourceCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UntagResourceCommandInput,
25
20
  UntagResourceCommandOutput,