@aws-sdk/client-application-insights 3.40.0 → 3.45.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 (33) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist-cjs/endpoints.js +9 -0
  3. package/dist-es/endpoints.js +9 -0
  4. package/dist-types/commands/CreateApplicationCommand.d.ts +1 -1
  5. package/dist-types/commands/CreateComponentCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateLogPatternCommand.d.ts +1 -1
  7. package/dist-types/commands/DeleteApplicationCommand.d.ts +1 -1
  8. package/dist-types/commands/DeleteComponentCommand.d.ts +1 -1
  9. package/dist-types/commands/DeleteLogPatternCommand.d.ts +1 -1
  10. package/dist-types/commands/DescribeApplicationCommand.d.ts +1 -1
  11. package/dist-types/commands/DescribeComponentCommand.d.ts +1 -1
  12. package/dist-types/commands/DescribeComponentConfigurationCommand.d.ts +1 -1
  13. package/dist-types/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +1 -1
  14. package/dist-types/commands/DescribeLogPatternCommand.d.ts +1 -1
  15. package/dist-types/commands/DescribeObservationCommand.d.ts +1 -1
  16. package/dist-types/commands/DescribeProblemCommand.d.ts +1 -1
  17. package/dist-types/commands/DescribeProblemObservationsCommand.d.ts +1 -1
  18. package/dist-types/commands/ListApplicationsCommand.d.ts +1 -1
  19. package/dist-types/commands/ListComponentsCommand.d.ts +1 -1
  20. package/dist-types/commands/ListConfigurationHistoryCommand.d.ts +1 -1
  21. package/dist-types/commands/ListLogPatternSetsCommand.d.ts +1 -1
  22. package/dist-types/commands/ListLogPatternsCommand.d.ts +1 -1
  23. package/dist-types/commands/ListProblemsCommand.d.ts +1 -1
  24. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  25. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  26. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  27. package/dist-types/commands/UpdateApplicationCommand.d.ts +1 -1
  28. package/dist-types/commands/UpdateComponentCommand.d.ts +1 -1
  29. package/dist-types/commands/UpdateComponentConfigurationCommand.d.ts +1 -1
  30. package/dist-types/commands/UpdateLogPatternCommand.d.ts +1 -1
  31. package/dist-types/models/models_0.d.ts +1 -1
  32. package/dist-types/ts3.4/models/models_0.d.ts +1 -1
  33. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,47 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
18
+
19
+
20
+ ### Features
21
+
22
+ * **clients:** update clients as of 11/28/2021 ([#3072](https://github.com/aws/aws-sdk-js-v3/issues/3072)) ([2ad1622](https://github.com/aws/aws-sdk-js-v3/commit/2ad1622ba8586b926fe508055211803bb29e3976))
23
+
24
+
25
+
26
+
27
+
28
+ # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
29
+
30
+ **Note:** Version bump only for package @aws-sdk/client-application-insights
31
+
32
+
33
+
34
+
35
+
36
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
37
+
38
+
39
+ ### Features
40
+
41
+ * **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
42
+
43
+
44
+
45
+
46
+
6
47
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
48
 
8
49
 
@@ -33,6 +33,7 @@ const partitionHash = {
33
33
  "ap-south-1",
34
34
  "ap-southeast-1",
35
35
  "ap-southeast-2",
36
+ "ap-southeast-3",
36
37
  "ca-central-1",
37
38
  "eu-central-1",
38
39
  "eu-north-1",
@@ -97,6 +98,10 @@ const partitionHash = {
97
98
  hostname: "applicationinsights.{region}.c2s.ic.gov",
98
99
  tags: [],
99
100
  },
101
+ {
102
+ hostname: "applicationinsights-fips.{region}.c2s.ic.gov",
103
+ tags: ["fips"],
104
+ },
100
105
  ],
101
106
  },
102
107
  "aws-iso-b": {
@@ -107,6 +112,10 @@ const partitionHash = {
107
112
  hostname: "applicationinsights.{region}.sc2s.sgov.gov",
108
113
  tags: [],
109
114
  },
115
+ {
116
+ hostname: "applicationinsights-fips.{region}.sc2s.sgov.gov",
117
+ tags: ["fips"],
118
+ },
110
119
  ],
111
120
  },
112
121
  "aws-us-gov": {
@@ -31,6 +31,7 @@ var partitionHash = {
31
31
  "ap-south-1",
32
32
  "ap-southeast-1",
33
33
  "ap-southeast-2",
34
+ "ap-southeast-3",
34
35
  "ca-central-1",
35
36
  "eu-central-1",
36
37
  "eu-north-1",
@@ -95,6 +96,10 @@ var partitionHash = {
95
96
  hostname: "applicationinsights.{region}.c2s.ic.gov",
96
97
  tags: [],
97
98
  },
99
+ {
100
+ hostname: "applicationinsights-fips.{region}.c2s.ic.gov",
101
+ tags: ["fips"],
102
+ },
98
103
  ],
99
104
  },
100
105
  "aws-iso-b": {
@@ -105,6 +110,10 @@ var partitionHash = {
105
110
  hostname: "applicationinsights.{region}.sc2s.sgov.gov",
106
111
  tags: [],
107
112
  },
113
+ {
114
+ hostname: "applicationinsights-fips.{region}.sc2s.sgov.gov",
115
+ tags: ["fips"],
116
+ },
108
117
  ],
109
118
  },
110
119
  "aws-us-gov": {
@@ -20,7 +20,7 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
20
20
  *
21
21
  * @see {@link CreateApplicationCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateApplicationCommandOutput} for command's `response` shape.
23
- * @see {@link ApplicationInsightsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateApplicationCommand extends $Command<CreateApplicationCommandInput, CreateApplicationCommandOutput, ApplicationInsightsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateComponentCommandOutput extends CreateComponentResponse, _
20
20
  *
21
21
  * @see {@link CreateComponentCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateComponentCommandOutput} for command's `response` shape.
23
- * @see {@link ApplicationInsightsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateComponentCommand extends $Command<CreateComponentCommandInput, CreateComponentCommandOutput, ApplicationInsightsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateLogPatternCommandOutput extends CreateLogPatternResponse,
20
20
  *
21
21
  * @see {@link CreateLogPatternCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateLogPatternCommandOutput} for command's `response` shape.
23
- * @see {@link ApplicationInsightsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateLogPatternCommand extends $Command<CreateLogPatternCommandInput, CreateLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons
20
20
  *
21
21
  * @see {@link DeleteApplicationCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteApplicationCommandOutput} for command's `response` shape.
23
- * @see {@link ApplicationInsightsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteApplicationCommand extends $Command<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, ApplicationInsightsClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteComponentCommandOutput extends DeleteComponentResponse, _
21
21
  *
22
22
  * @see {@link DeleteComponentCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteComponentCommandOutput} for command's `response` shape.
24
- * @see {@link ApplicationInsightsClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteComponentCommand extends $Command<DeleteComponentCommandInput, DeleteComponentCommandOutput, ApplicationInsightsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteLogPatternCommandOutput extends DeleteLogPatternResponse,
20
20
  *
21
21
  * @see {@link DeleteLogPatternCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteLogPatternCommandOutput} for command's `response` shape.
23
- * @see {@link ApplicationInsightsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteLogPatternCommand extends $Command<DeleteLogPatternCommandInput, DeleteLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeApplicationCommandOutput extends DescribeApplicationRes
20
20
  *
21
21
  * @see {@link DescribeApplicationCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeApplicationCommandOutput} for command's `response` shape.
23
- * @see {@link ApplicationInsightsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeApplicationCommand extends $Command<DescribeApplicationCommandInput, DescribeApplicationCommandOutput, ApplicationInsightsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeComponentCommandOutput extends DescribeComponentRespons
20
20
  *
21
21
  * @see {@link DescribeComponentCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeComponentCommandOutput} for command's `response` shape.
23
- * @see {@link ApplicationInsightsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeComponentCommand extends $Command<DescribeComponentCommandInput, DescribeComponentCommandOutput, ApplicationInsightsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeComponentConfigurationCommandOutput extends DescribeCom
20
20
  *
21
21
  * @see {@link DescribeComponentConfigurationCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeComponentConfigurationCommandOutput} for command's `response` shape.
23
- * @see {@link ApplicationInsightsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeComponentConfigurationCommand extends $Command<DescribeComponentConfigurationCommandInput, DescribeComponentConfigurationCommandOutput, ApplicationInsightsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeComponentConfigurationRecommendationCommandOutput exten
20
20
  *
21
21
  * @see {@link DescribeComponentConfigurationRecommendationCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeComponentConfigurationRecommendationCommandOutput} for command's `response` shape.
23
- * @see {@link ApplicationInsightsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeComponentConfigurationRecommendationCommand extends $Command<DescribeComponentConfigurationRecommendationCommandInput, DescribeComponentConfigurationRecommendationCommandOutput, ApplicationInsightsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeLogPatternCommandOutput extends DescribeLogPatternRespo
20
20
  *
21
21
  * @see {@link DescribeLogPatternCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeLogPatternCommandOutput} for command's `response` shape.
23
- * @see {@link ApplicationInsightsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeLogPatternCommand extends $Command<DescribeLogPatternCommandInput, DescribeLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeObservationCommandOutput extends DescribeObservationRes
20
20
  *
21
21
  * @see {@link DescribeObservationCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeObservationCommandOutput} for command's `response` shape.
23
- * @see {@link ApplicationInsightsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeObservationCommand extends $Command<DescribeObservationCommandInput, DescribeObservationCommandOutput, ApplicationInsightsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeProblemCommandOutput extends DescribeProblemResponse, _
20
20
  *
21
21
  * @see {@link DescribeProblemCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeProblemCommandOutput} for command's `response` shape.
23
- * @see {@link ApplicationInsightsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeProblemCommand extends $Command<DescribeProblemCommandInput, DescribeProblemCommandOutput, ApplicationInsightsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeProblemObservationsCommandOutput extends DescribeProble
20
20
  *
21
21
  * @see {@link DescribeProblemObservationsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeProblemObservationsCommandOutput} for command's `response` shape.
23
- * @see {@link ApplicationInsightsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeProblemObservationsCommand extends $Command<DescribeProblemObservationsCommandInput, DescribeProblemObservationsCommandOutput, ApplicationInsightsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
20
20
  *
21
21
  * @see {@link ListApplicationsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListApplicationsCommandOutput} for command's `response` shape.
23
- * @see {@link ApplicationInsightsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListApplicationsCommand extends $Command<ListApplicationsCommandInput, ListApplicationsCommandOutput, ApplicationInsightsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListComponentsCommandOutput extends ListComponentsResponse, __M
20
20
  *
21
21
  * @see {@link ListComponentsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListComponentsCommandOutput} for command's `response` shape.
23
- * @see {@link ApplicationInsightsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListComponentsCommand extends $Command<ListComponentsCommandInput, ListComponentsCommandOutput, ApplicationInsightsClientResolvedConfig> {
@@ -33,7 +33,7 @@ export interface ListConfigurationHistoryCommandOutput extends ListConfiguration
33
33
  *
34
34
  * @see {@link ListConfigurationHistoryCommandInput} for command's `input` shape.
35
35
  * @see {@link ListConfigurationHistoryCommandOutput} for command's `response` shape.
36
- * @see {@link ApplicationInsightsClientResolvedConfig | config} for command's `input` shape.
36
+ * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
37
37
  *
38
38
  */
39
39
  export declare class ListConfigurationHistoryCommand extends $Command<ListConfigurationHistoryCommandInput, ListConfigurationHistoryCommandOutput, ApplicationInsightsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListLogPatternSetsCommandOutput extends ListLogPatternSetsRespo
20
20
  *
21
21
  * @see {@link ListLogPatternSetsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListLogPatternSetsCommandOutput} for command's `response` shape.
23
- * @see {@link ApplicationInsightsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListLogPatternSetsCommand extends $Command<ListLogPatternSetsCommandInput, ListLogPatternSetsCommandOutput, ApplicationInsightsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListLogPatternsCommandOutput extends ListLogPatternsResponse, _
20
20
  *
21
21
  * @see {@link ListLogPatternsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListLogPatternsCommandOutput} for command's `response` shape.
23
- * @see {@link ApplicationInsightsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListLogPatternsCommand extends $Command<ListLogPatternsCommandInput, ListLogPatternsCommandOutput, ApplicationInsightsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListProblemsCommandOutput extends ListProblemsResponse, __Metad
20
20
  *
21
21
  * @see {@link ListProblemsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListProblemsCommandOutput} for command's `response` shape.
23
- * @see {@link ApplicationInsightsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListProblemsCommand extends $Command<ListProblemsCommandInput, ListProblemsCommandOutput, ApplicationInsightsClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
25
  *
26
26
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
27
27
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
28
- * @see {@link ApplicationInsightsClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ApplicationInsightsClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
27
27
  *
28
28
  * @see {@link TagResourceCommandInput} for command's `input` shape.
29
29
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
- * @see {@link ApplicationInsightsClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ApplicationInsightsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
20
20
  *
21
21
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link ApplicationInsightsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ApplicationInsightsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
20
20
  *
21
21
  * @see {@link UpdateApplicationCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateApplicationCommandOutput} for command's `response` shape.
23
- * @see {@link ApplicationInsightsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ApplicationInsightsClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface UpdateComponentCommandOutput extends UpdateComponentResponse, _
21
21
  *
22
22
  * @see {@link UpdateComponentCommandInput} for command's `input` shape.
23
23
  * @see {@link UpdateComponentCommandOutput} for command's `response` shape.
24
- * @see {@link ApplicationInsightsClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class UpdateComponentCommand extends $Command<UpdateComponentCommandInput, UpdateComponentCommandOutput, ApplicationInsightsClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface UpdateComponentConfigurationCommandOutput extends UpdateCompone
22
22
  *
23
23
  * @see {@link UpdateComponentConfigurationCommandInput} for command's `input` shape.
24
24
  * @see {@link UpdateComponentConfigurationCommandOutput} for command's `response` shape.
25
- * @see {@link ApplicationInsightsClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class UpdateComponentConfigurationCommand extends $Command<UpdateComponentConfigurationCommandInput, UpdateComponentConfigurationCommandOutput, ApplicationInsightsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateLogPatternCommandOutput extends UpdateLogPatternResponse,
20
20
  *
21
21
  * @see {@link UpdateLogPatternCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateLogPatternCommandOutput} for command's `response` shape.
23
- * @see {@link ApplicationInsightsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateLogPatternCommand extends $Command<UpdateLogPatternCommandInput, UpdateLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig> {
@@ -15,7 +15,7 @@ export declare namespace AccessDeniedException {
15
15
  */
16
16
  const filterSensitiveLog: (obj: AccessDeniedException) => any;
17
17
  }
18
- export declare type Tier = "CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WEB" | "DOT_NET_WEB_TIER" | "DOT_NET_WORKER" | "JAVA_JMX" | "MYSQL" | "ORACLE" | "POSTGRESQL" | "SAP_HANA" | "SAP_HANA_HIGH_AVAILABILITY" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE";
18
+ export declare type Tier = "CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WEB" | "DOT_NET_WEB_TIER" | "DOT_NET_WORKER" | "JAVA_JMX" | "MYSQL" | "ORACLE" | "POSTGRESQL" | "SAP_HANA_HIGH_AVAILABILITY" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE";
19
19
  export declare type OsType = "LINUX" | "WINDOWS";
20
20
  /**
21
21
  * <p>Describes a standalone resource or similarly grouped resources that the application is made
@@ -9,7 +9,7 @@ export declare namespace AccessDeniedException {
9
9
 
10
10
  const filterSensitiveLog: (obj: AccessDeniedException) => any;
11
11
  }
12
- export declare type Tier = "CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WEB" | "DOT_NET_WEB_TIER" | "DOT_NET_WORKER" | "JAVA_JMX" | "MYSQL" | "ORACLE" | "POSTGRESQL" | "SAP_HANA" | "SAP_HANA_HIGH_AVAILABILITY" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE";
12
+ export declare type Tier = "CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WEB" | "DOT_NET_WEB_TIER" | "DOT_NET_WORKER" | "JAVA_JMX" | "MYSQL" | "ORACLE" | "POSTGRESQL" | "SAP_HANA_HIGH_AVAILABILITY" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE";
13
13
  export declare type OsType = "LINUX" | "WINDOWS";
14
14
 
15
15
  export interface ApplicationComponent {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-application-insights",
3
3
  "description": "AWS SDK for JavaScript Application Insights Client for Node.js, Browser and React Native",
4
- "version": "3.40.0",
4
+ "version": "3.45.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.40.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
24
+ "@aws-sdk/client-sts": "3.45.0",
25
+ "@aws-sdk/config-resolver": "3.45.0",
26
+ "@aws-sdk/credential-provider-node": "3.45.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -32,13 +32,13 @@
32
32
  "@aws-sdk/middleware-logger": "3.40.0",
33
33
  "@aws-sdk/middleware-retry": "3.40.0",
34
34
  "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.45.0",
36
36
  "@aws-sdk/middleware-stack": "3.40.0",
37
37
  "@aws-sdk/middleware-user-agent": "3.40.0",
38
38
  "@aws-sdk/node-config-provider": "3.40.0",
39
39
  "@aws-sdk/node-http-handler": "3.40.0",
40
40
  "@aws-sdk/protocol-http": "3.40.0",
41
- "@aws-sdk/smithy-client": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
42
  "@aws-sdk/types": "3.40.0",
43
43
  "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",