@aws-sdk/client-application-insights 3.1087.0 → 3.1088.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 (52) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/ApplicationInsights.d.ts +108 -120
  3. package/dist-types/ts3.4/ApplicationInsightsClient.d.ts +7 -23
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
  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/AddWorkloadCommand.d.ts +3 -5
  8. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +4 -9
  9. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +4 -9
  10. package/dist-types/ts3.4/commands/CreateLogPatternCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/DeleteLogPatternCommand.d.ts +4 -9
  14. package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/DescribeComponentConfigurationCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/DescribeLogPatternCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/DescribeObservationCommand.d.ts +5 -10
  20. package/dist-types/ts3.4/commands/DescribeProblemCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/DescribeProblemObservationsCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/DescribeWorkloadCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +3 -8
  24. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/ListConfigurationHistoryCommand.d.ts +3 -5
  26. package/dist-types/ts3.4/commands/ListLogPatternSetsCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/ListLogPatternsCommand.d.ts +4 -9
  28. package/dist-types/ts3.4/commands/ListProblemsCommand.d.ts +2 -4
  29. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +4 -9
  31. package/dist-types/ts3.4/commands/RemoveWorkloadCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  33. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  34. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/UpdateComponentConfigurationCommand.d.ts +4 -6
  37. package/dist-types/ts3.4/commands/UpdateLogPatternCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/UpdateProblemCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +4 -9
  40. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  41. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  42. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  43. package/dist-types/ts3.4/models/enums.d.ts +2 -4
  44. package/dist-types/ts3.4/models/errors.d.ts +8 -24
  45. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  46. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  47. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  48. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  49. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  50. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  51. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  52. package/package.json +38 -38
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeWorkloadRequest,
4
- DescribeWorkloadResponse,
5
- } from "../models/models_0";
2
+ import { DescribeWorkloadRequest, DescribeWorkloadResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DescribeWorkloadCommandInput extends DescribeWorkloadRequest {}
8
- export interface DescribeWorkloadCommandOutput
9
- extends DescribeWorkloadResponse,
10
- __MetadataBearer {}
5
+ export interface DescribeWorkloadCommandOutput extends DescribeWorkloadResponse, __MetadataBearer {}
11
6
  declare const DescribeWorkloadCommand_base: {
12
7
  new (
13
- input: DescribeWorkloadCommandInput
8
+ input: DescribeWorkloadCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DescribeWorkloadCommandInput,
16
11
  DescribeWorkloadCommandOutput,
@@ -19,7 +14,7 @@ declare const DescribeWorkloadCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DescribeWorkloadCommandInput
17
+ input: DescribeWorkloadCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DescribeWorkloadCommandInput,
25
20
  DescribeWorkloadCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListApplicationsRequest,
4
- ListApplicationsResponse,
5
- } from "../models/models_0";
2
+ import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
8
- export interface ListApplicationsCommandOutput
9
- extends ListApplicationsResponse,
10
- __MetadataBearer {}
5
+ export interface ListApplicationsCommandOutput extends ListApplicationsResponse, __MetadataBearer {}
11
6
  declare const ListApplicationsCommand_base: {
12
7
  new (
13
- input: ListApplicationsCommandInput
8
+ input: ListApplicationsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListApplicationsCommandInput,
16
11
  ListApplicationsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListComponentsRequest,
4
- ListComponentsResponse,
5
- } from "../models/models_0";
2
+ import { ListComponentsRequest, ListComponentsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListComponentsCommandInput extends ListComponentsRequest {}
8
- export interface ListComponentsCommandOutput
9
- extends ListComponentsResponse,
10
- __MetadataBearer {}
5
+ export interface ListComponentsCommandOutput extends ListComponentsResponse, __MetadataBearer {}
11
6
  declare const ListComponentsCommand_base: {
12
7
  new (
13
- input: ListComponentsCommandInput
8
+ input: ListComponentsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListComponentsCommandInput,
16
11
  ListComponentsCommandOutput,
@@ -19,7 +14,7 @@ declare const ListComponentsCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ListComponentsCommandInput
17
+ input: ListComponentsCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ListComponentsCommandInput,
25
20
  ListComponentsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListConfigurationHistoryResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListConfigurationHistoryCommandInput
8
- extends ListConfigurationHistoryRequest {}
7
+ export interface ListConfigurationHistoryCommandInput extends ListConfigurationHistoryRequest {}
9
8
  export interface ListConfigurationHistoryCommandOutput
10
- extends ListConfigurationHistoryResponse,
11
- __MetadataBearer {}
9
+ extends ListConfigurationHistoryResponse, __MetadataBearer {}
12
10
  declare const ListConfigurationHistoryCommand_base: {
13
11
  new (
14
- input: ListConfigurationHistoryCommandInput
12
+ input: ListConfigurationHistoryCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListConfigurationHistoryCommandInput,
17
15
  ListConfigurationHistoryCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListLogPatternSetsRequest,
4
- ListLogPatternSetsResponse,
5
- } from "../models/models_0";
2
+ import { ListLogPatternSetsRequest, ListLogPatternSetsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListLogPatternSetsCommandInput
8
- extends ListLogPatternSetsRequest {}
4
+ export interface ListLogPatternSetsCommandInput extends ListLogPatternSetsRequest {}
9
5
  export interface ListLogPatternSetsCommandOutput
10
- extends ListLogPatternSetsResponse,
11
- __MetadataBearer {}
6
+ extends ListLogPatternSetsResponse, __MetadataBearer {}
12
7
  declare const ListLogPatternSetsCommand_base: {
13
8
  new (
14
- input: ListLogPatternSetsCommandInput
9
+ input: ListLogPatternSetsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListLogPatternSetsCommandInput,
17
12
  ListLogPatternSetsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListLogPatternSetsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListLogPatternSetsCommandInput
18
+ input: ListLogPatternSetsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListLogPatternSetsCommandInput,
26
21
  ListLogPatternSetsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListLogPatternsRequest,
4
- ListLogPatternsResponse,
5
- } from "../models/models_0";
2
+ import { ListLogPatternsRequest, ListLogPatternsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListLogPatternsCommandInput extends ListLogPatternsRequest {}
8
- export interface ListLogPatternsCommandOutput
9
- extends ListLogPatternsResponse,
10
- __MetadataBearer {}
5
+ export interface ListLogPatternsCommandOutput extends ListLogPatternsResponse, __MetadataBearer {}
11
6
  declare const ListLogPatternsCommand_base: {
12
7
  new (
13
- input: ListLogPatternsCommandInput
8
+ input: ListLogPatternsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListLogPatternsCommandInput,
16
11
  ListLogPatternsCommandOutput,
@@ -19,7 +14,7 @@ declare const ListLogPatternsCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ListLogPatternsCommandInput
17
+ input: ListLogPatternsCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ListLogPatternsCommandInput,
25
20
  ListLogPatternsCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListProblemsRequest, ListProblemsResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListProblemsCommandInput extends ListProblemsRequest {}
5
- export interface ListProblemsCommandOutput
6
- extends ListProblemsResponse,
7
- __MetadataBearer {}
5
+ export interface ListProblemsCommandOutput extends ListProblemsResponse, __MetadataBearer {}
8
6
  declare const ListProblemsCommand_base: {
9
7
  new (
10
- input: ListProblemsCommandInput
8
+ input: ListProblemsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListProblemsCommandInput,
13
11
  ListProblemsCommandOutput,
@@ -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,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListWorkloadsRequest,
4
- ListWorkloadsResponse,
5
- } from "../models/models_0";
2
+ import { ListWorkloadsRequest, ListWorkloadsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListWorkloadsCommandInput extends ListWorkloadsRequest {}
8
- export interface ListWorkloadsCommandOutput
9
- extends ListWorkloadsResponse,
10
- __MetadataBearer {}
5
+ export interface ListWorkloadsCommandOutput extends ListWorkloadsResponse, __MetadataBearer {}
11
6
  declare const ListWorkloadsCommand_base: {
12
7
  new (
13
- input: ListWorkloadsCommandInput
8
+ input: ListWorkloadsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListWorkloadsCommandInput,
16
11
  ListWorkloadsCommandOutput,
@@ -19,7 +14,7 @@ declare const ListWorkloadsCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ListWorkloadsCommandInput
17
+ input: ListWorkloadsCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ListWorkloadsCommandInput,
25
20
  ListWorkloadsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- RemoveWorkloadRequest,
4
- RemoveWorkloadResponse,
5
- } from "../models/models_0";
2
+ import { RemoveWorkloadRequest, RemoveWorkloadResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface RemoveWorkloadCommandInput extends RemoveWorkloadRequest {}
8
- export interface RemoveWorkloadCommandOutput
9
- extends RemoveWorkloadResponse,
10
- __MetadataBearer {}
5
+ export interface RemoveWorkloadCommandOutput extends RemoveWorkloadResponse, __MetadataBearer {}
11
6
  declare const RemoveWorkloadCommand_base: {
12
7
  new (
13
- input: RemoveWorkloadCommandInput
8
+ input: RemoveWorkloadCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  RemoveWorkloadCommandInput,
16
11
  RemoveWorkloadCommandOutput,
@@ -19,7 +14,7 @@ declare const RemoveWorkloadCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: RemoveWorkloadCommandInput
17
+ input: RemoveWorkloadCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  RemoveWorkloadCommandInput,
25
20
  RemoveWorkloadCommandOutput,
@@ -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,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateApplicationRequest,
4
- UpdateApplicationResponse,
5
- } from "../models/models_0";
2
+ import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateApplicationCommandInput
8
- extends UpdateApplicationRequest {}
4
+ export interface UpdateApplicationCommandInput extends UpdateApplicationRequest {}
9
5
  export interface UpdateApplicationCommandOutput
10
- extends UpdateApplicationResponse,
11
- __MetadataBearer {}
6
+ extends UpdateApplicationResponse, __MetadataBearer {}
12
7
  declare const UpdateApplicationCommand_base: {
13
8
  new (
14
- input: UpdateApplicationCommandInput
9
+ input: UpdateApplicationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateApplicationCommandInput,
17
12
  UpdateApplicationCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateApplicationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateApplicationCommandInput
18
+ input: UpdateApplicationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateApplicationCommandInput,
26
21
  UpdateApplicationCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateComponentRequest,
4
- UpdateComponentResponse,
5
- } from "../models/models_0";
2
+ import { UpdateComponentRequest, UpdateComponentResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UpdateComponentCommandInput extends UpdateComponentRequest {}
8
- export interface UpdateComponentCommandOutput
9
- extends UpdateComponentResponse,
10
- __MetadataBearer {}
5
+ export interface UpdateComponentCommandOutput extends UpdateComponentResponse, __MetadataBearer {}
11
6
  declare const UpdateComponentCommand_base: {
12
7
  new (
13
- input: UpdateComponentCommandInput
8
+ input: UpdateComponentCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UpdateComponentCommandInput,
16
11
  UpdateComponentCommandOutput,
@@ -19,7 +14,7 @@ declare const UpdateComponentCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UpdateComponentCommandInput
17
+ input: UpdateComponentCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UpdateComponentCommandInput,
25
20
  UpdateComponentCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateComponentConfigurationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateComponentConfigurationCommandInput
8
- extends UpdateComponentConfigurationRequest {}
7
+ export interface UpdateComponentConfigurationCommandInput extends UpdateComponentConfigurationRequest {}
9
8
  export interface UpdateComponentConfigurationCommandOutput
10
- extends UpdateComponentConfigurationResponse,
11
- __MetadataBearer {}
9
+ extends UpdateComponentConfigurationResponse, __MetadataBearer {}
12
10
  declare const UpdateComponentConfigurationCommand_base: {
13
11
  new (
14
- input: UpdateComponentConfigurationCommandInput
12
+ input: UpdateComponentConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateComponentConfigurationCommandInput,
17
15
  UpdateComponentConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateComponentConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateComponentConfigurationCommandInput
21
+ input: UpdateComponentConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateComponentConfigurationCommandInput,
26
24
  UpdateComponentConfigurationCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateLogPatternRequest,
4
- UpdateLogPatternResponse,
5
- } from "../models/models_0";
2
+ import { UpdateLogPatternRequest, UpdateLogPatternResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UpdateLogPatternCommandInput extends UpdateLogPatternRequest {}
8
- export interface UpdateLogPatternCommandOutput
9
- extends UpdateLogPatternResponse,
10
- __MetadataBearer {}
5
+ export interface UpdateLogPatternCommandOutput extends UpdateLogPatternResponse, __MetadataBearer {}
11
6
  declare const UpdateLogPatternCommand_base: {
12
7
  new (
13
- input: UpdateLogPatternCommandInput
8
+ input: UpdateLogPatternCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UpdateLogPatternCommandInput,
16
11
  UpdateLogPatternCommandOutput,
@@ -19,7 +14,7 @@ declare const UpdateLogPatternCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UpdateLogPatternCommandInput
17
+ input: UpdateLogPatternCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UpdateLogPatternCommandInput,
25
20
  UpdateLogPatternCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateProblemRequest,
4
- UpdateProblemResponse,
5
- } from "../models/models_0";
2
+ import { UpdateProblemRequest, UpdateProblemResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UpdateProblemCommandInput extends UpdateProblemRequest {}
8
- export interface UpdateProblemCommandOutput
9
- extends UpdateProblemResponse,
10
- __MetadataBearer {}
5
+ export interface UpdateProblemCommandOutput extends UpdateProblemResponse, __MetadataBearer {}
11
6
  declare const UpdateProblemCommand_base: {
12
7
  new (
13
- input: UpdateProblemCommandInput
8
+ input: UpdateProblemCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UpdateProblemCommandInput,
16
11
  UpdateProblemCommandOutput,
@@ -19,7 +14,7 @@ declare const UpdateProblemCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UpdateProblemCommandInput
17
+ input: UpdateProblemCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UpdateProblemCommandInput,
25
20
  UpdateProblemCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateWorkloadRequest,
4
- UpdateWorkloadResponse,
5
- } from "../models/models_0";
2
+ import { UpdateWorkloadRequest, UpdateWorkloadResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UpdateWorkloadCommandInput extends UpdateWorkloadRequest {}
8
- export interface UpdateWorkloadCommandOutput
9
- extends UpdateWorkloadResponse,
10
- __MetadataBearer {}
5
+ export interface UpdateWorkloadCommandOutput extends UpdateWorkloadResponse, __MetadataBearer {}
11
6
  declare const UpdateWorkloadCommand_base: {
12
7
  new (
13
- input: UpdateWorkloadCommandInput
8
+ input: UpdateWorkloadCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UpdateWorkloadCommandInput,
16
11
  UpdateWorkloadCommandOutput,
@@ -19,7 +14,7 @@ declare const UpdateWorkloadCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UpdateWorkloadCommandInput
17
+ input: UpdateWorkloadCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UpdateWorkloadCommandInput,
25
20
  UpdateWorkloadCommandOutput,
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
23
23
  defaultSigningName: string;
24
24
  };
25
25
  export declare const resolveClientEndpointParameters: <T>(
26
- options: T & ClientInputEndpointParameters
26
+ options: T & ClientInputEndpointParameters,
27
27
  ) => T & ClientResolvedEndpointParameters;
28
28
  export declare const commonParams: {
29
29
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface ApplicationInsightsExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -66,8 +66,7 @@ export declare const RecommendationType: {
66
66
  readonly INFRA_ONLY: "INFRA_ONLY";
67
67
  readonly WORKLOAD_ONLY: "WORKLOAD_ONLY";
68
68
  };
69
- export type RecommendationType =
70
- (typeof RecommendationType)[keyof typeof RecommendationType];
69
+ export type RecommendationType = (typeof RecommendationType)[keyof typeof RecommendationType];
71
70
  export declare const LogFilter: {
72
71
  readonly ERROR: "ERROR";
73
72
  readonly INFO: "INFO";
@@ -89,8 +88,7 @@ export declare const ResolutionMethod: {
89
88
  readonly MANUAL: "MANUAL";
90
89
  readonly UNRESOLVED: "UNRESOLVED";
91
90
  };
92
- export type ResolutionMethod =
93
- (typeof ResolutionMethod)[keyof typeof ResolutionMethod];
91
+ export type ResolutionMethod = (typeof ResolutionMethod)[keyof typeof ResolutionMethod];
94
92
  export declare const SeverityLevel: {
95
93
  readonly High: "High";
96
94
  readonly Informative: "Informative";
@@ -4,64 +4,48 @@ export declare class AccessDeniedException extends __BaseException {
4
4
  readonly name: "AccessDeniedException";
5
5
  readonly $fault: "client";
6
6
  Message?: string | undefined;
7
- constructor(
8
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
9
- );
7
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
10
8
  }
11
9
  export declare class InternalServerException extends __BaseException {
12
10
  readonly name: "InternalServerException";
13
11
  readonly $fault: "server";
14
12
  Message?: string | undefined;
15
- constructor(
16
- opts: __ExceptionOptionType<InternalServerException, __BaseException>
17
- );
13
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
18
14
  }
19
15
  export declare class ResourceInUseException extends __BaseException {
20
16
  readonly name: "ResourceInUseException";
21
17
  readonly $fault: "client";
22
18
  Message?: string | undefined;
23
- constructor(
24
- opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
25
- );
19
+ constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
26
20
  }
27
21
  export declare class ResourceNotFoundException extends __BaseException {
28
22
  readonly name: "ResourceNotFoundException";
29
23
  readonly $fault: "client";
30
24
  Message?: string | undefined;
31
- constructor(
32
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
33
- );
25
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
34
26
  }
35
27
  export declare class ValidationException extends __BaseException {
36
28
  readonly name: "ValidationException";
37
29
  readonly $fault: "client";
38
30
  Message?: string | undefined;
39
- constructor(
40
- opts: __ExceptionOptionType<ValidationException, __BaseException>
41
- );
31
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
42
32
  }
43
33
  export declare class BadRequestException extends __BaseException {
44
34
  readonly name: "BadRequestException";
45
35
  readonly $fault: "client";
46
36
  Message?: string | undefined;
47
- constructor(
48
- opts: __ExceptionOptionType<BadRequestException, __BaseException>
49
- );
37
+ constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
50
38
  }
51
39
  export declare class TagsAlreadyExistException extends __BaseException {
52
40
  readonly name: "TagsAlreadyExistException";
53
41
  readonly $fault: "client";
54
42
  Message?: string | undefined;
55
- constructor(
56
- opts: __ExceptionOptionType<TagsAlreadyExistException, __BaseException>
57
- );
43
+ constructor(opts: __ExceptionOptionType<TagsAlreadyExistException, __BaseException>);
58
44
  }
59
45
  export declare class TooManyTagsException extends __BaseException {
60
46
  readonly name: "TooManyTagsException";
61
47
  readonly $fault: "client";
62
48
  Message?: string | undefined;
63
49
  ResourceName?: string | undefined;
64
- constructor(
65
- opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
66
- );
50
+ constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
67
51
  }
@@ -1,6 +1,5 @@
1
1
  import { PaginationConfiguration } from "@smithy/types";
2
2
  import { ApplicationInsightsClient } from "../ApplicationInsightsClient";
3
- export interface ApplicationInsightsPaginationConfiguration
4
- extends PaginationConfiguration {
3
+ export interface ApplicationInsightsPaginationConfiguration extends PaginationConfiguration {
5
4
  client: ApplicationInsightsClient;
6
5
  }