@aws-sdk/client-application-insights 3.95.0 → 3.104.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.
@@ -53,7 +53,9 @@ export interface ApplicationInfo {
53
53
  CWEMonitorEnabled?: boolean;
54
54
 
55
55
  Remarks?: string;
56
+
56
57
  AutoConfigEnabled?: boolean;
58
+
57
59
  DiscoveryType?: DiscoveryType | string;
58
60
  }
59
61
  export declare namespace ApplicationInfo {
@@ -90,6 +92,9 @@ export declare namespace ConfigurationEvent {
90
92
 
91
93
  const filterSensitiveLog: (obj: ConfigurationEvent) => any;
92
94
  }
95
+ export declare enum GroupingType {
96
+ ACCOUNT_BASED = "ACCOUNT_BASED"
97
+ }
93
98
 
94
99
  export interface Tag {
95
100
 
@@ -112,8 +117,12 @@ export interface CreateApplicationRequest {
112
117
  OpsItemSNSTopicArn?: string;
113
118
 
114
119
  Tags?: Tag[];
120
+
115
121
  AutoConfigEnabled?: boolean;
122
+
116
123
  AutoCreate?: boolean;
124
+
125
+ GroupingType?: GroupingType | string;
117
126
  }
118
127
  export declare namespace CreateApplicationRequest {
119
128
 
@@ -498,7 +507,7 @@ export declare namespace DescribeProblemRequest {
498
507
  }
499
508
  export declare type FeedbackKey = "INSIGHTS_FEEDBACK";
500
509
  export declare type FeedbackValue = "NOT_SPECIFIED" | "NOT_USEFUL" | "USEFUL";
501
- export declare type SeverityLevel = "High" | "Low" | "Medium";
510
+ export declare type SeverityLevel = "High" | "Informative" | "Low" | "Medium";
502
511
  export declare type Status = "IGNORE" | "PENDING" | "RECURRING" | "RESOLVED";
503
512
 
504
513
  export interface Problem {
@@ -524,7 +533,9 @@ export interface Problem {
524
533
  Feedback?: {
525
534
  [key: string]: FeedbackValue | string;
526
535
  };
536
+
527
537
  RecurringCount?: number;
538
+
528
539
  LastRecurrenceTime?: Date;
529
540
  }
530
541
  export declare namespace Problem {
@@ -695,6 +706,7 @@ export interface ListProblemsRequest {
695
706
  MaxResults?: number;
696
707
 
697
708
  NextToken?: string;
709
+
698
710
  ComponentName?: string;
699
711
  }
700
712
  export declare namespace ListProblemsRequest {
@@ -706,6 +718,7 @@ export interface ListProblemsResponse {
706
718
  ProblemList?: Problem[];
707
719
 
708
720
  NextToken?: string;
721
+
709
722
  ResourceGroupName?: string;
710
723
  }
711
724
  export declare namespace ListProblemsResponse {
@@ -781,6 +794,7 @@ export interface UpdateApplicationRequest {
781
794
  OpsItemSNSTopicArn?: string;
782
795
 
783
796
  RemoveSNSTopic?: boolean;
797
+
784
798
  AutoConfigEnabled?: boolean;
785
799
  }
786
800
  export declare namespace UpdateApplicationRequest {
@@ -826,6 +840,7 @@ export interface UpdateComponentConfigurationRequest {
826
840
  Tier?: Tier | string;
827
841
 
828
842
  ComponentConfiguration?: string;
843
+
829
844
  AutoConfigEnabled?: boolean;
830
845
  }
831
846
  export declare namespace UpdateComponentConfigurationRequest {
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.95.0",
4
+ "version": "3.104.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,9 +18,9 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.95.0",
21
+ "@aws-sdk/client-sts": "3.100.0",
22
22
  "@aws-sdk/config-resolver": "3.80.0",
23
- "@aws-sdk/credential-provider-node": "3.95.0",
23
+ "@aws-sdk/credential-provider-node": "3.100.0",
24
24
  "@aws-sdk/fetch-http-handler": "3.78.0",
25
25
  "@aws-sdk/hash-node": "3.78.0",
26
26
  "@aws-sdk/invalid-dependency": "3.78.0",
@@ -35,15 +35,15 @@
35
35
  "@aws-sdk/node-config-provider": "3.80.0",
36
36
  "@aws-sdk/node-http-handler": "3.94.0",
37
37
  "@aws-sdk/protocol-http": "3.78.0",
38
- "@aws-sdk/smithy-client": "3.85.0",
38
+ "@aws-sdk/smithy-client": "3.99.0",
39
39
  "@aws-sdk/types": "3.78.0",
40
40
  "@aws-sdk/url-parser": "3.78.0",
41
41
  "@aws-sdk/util-base64-browser": "3.58.0",
42
42
  "@aws-sdk/util-base64-node": "3.55.0",
43
43
  "@aws-sdk/util-body-length-browser": "3.55.0",
44
44
  "@aws-sdk/util-body-length-node": "3.55.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.85.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.85.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.99.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.99.0",
47
47
  "@aws-sdk/util-user-agent-browser": "3.78.0",
48
48
  "@aws-sdk/util-user-agent-node": "3.80.0",
49
49
  "@aws-sdk/util-utf8-browser": "3.55.0",