@aws-sdk/client-application-insights 3.294.0 → 3.295.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 (61) hide show
  1. package/dist-cjs/commands/CreateApplicationCommand.js +4 -4
  2. package/dist-cjs/commands/CreateComponentCommand.js +4 -4
  3. package/dist-cjs/commands/CreateLogPatternCommand.js +4 -4
  4. package/dist-cjs/commands/DeleteApplicationCommand.js +4 -4
  5. package/dist-cjs/commands/DeleteComponentCommand.js +4 -4
  6. package/dist-cjs/commands/DeleteLogPatternCommand.js +4 -4
  7. package/dist-cjs/commands/DescribeApplicationCommand.js +4 -4
  8. package/dist-cjs/commands/DescribeComponentCommand.js +4 -4
  9. package/dist-cjs/commands/DescribeComponentConfigurationCommand.js +4 -4
  10. package/dist-cjs/commands/DescribeComponentConfigurationRecommendationCommand.js +4 -4
  11. package/dist-cjs/commands/DescribeLogPatternCommand.js +4 -4
  12. package/dist-cjs/commands/DescribeObservationCommand.js +4 -4
  13. package/dist-cjs/commands/DescribeProblemCommand.js +4 -4
  14. package/dist-cjs/commands/DescribeProblemObservationsCommand.js +4 -4
  15. package/dist-cjs/commands/ListApplicationsCommand.js +4 -4
  16. package/dist-cjs/commands/ListComponentsCommand.js +4 -4
  17. package/dist-cjs/commands/ListConfigurationHistoryCommand.js +4 -4
  18. package/dist-cjs/commands/ListLogPatternSetsCommand.js +4 -4
  19. package/dist-cjs/commands/ListLogPatternsCommand.js +4 -4
  20. package/dist-cjs/commands/ListProblemsCommand.js +4 -4
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +4 -4
  22. package/dist-cjs/commands/TagResourceCommand.js +4 -4
  23. package/dist-cjs/commands/UntagResourceCommand.js +4 -4
  24. package/dist-cjs/commands/UpdateApplicationCommand.js +4 -4
  25. package/dist-cjs/commands/UpdateComponentCommand.js +4 -4
  26. package/dist-cjs/commands/UpdateComponentConfigurationCommand.js +4 -4
  27. package/dist-cjs/commands/UpdateLogPatternCommand.js +4 -4
  28. package/dist-es/commands/CreateApplicationCommand.js +4 -4
  29. package/dist-es/commands/CreateComponentCommand.js +4 -4
  30. package/dist-es/commands/CreateLogPatternCommand.js +4 -4
  31. package/dist-es/commands/DeleteApplicationCommand.js +4 -4
  32. package/dist-es/commands/DeleteComponentCommand.js +4 -4
  33. package/dist-es/commands/DeleteLogPatternCommand.js +4 -4
  34. package/dist-es/commands/DescribeApplicationCommand.js +4 -4
  35. package/dist-es/commands/DescribeComponentCommand.js +4 -4
  36. package/dist-es/commands/DescribeComponentConfigurationCommand.js +4 -4
  37. package/dist-es/commands/DescribeComponentConfigurationRecommendationCommand.js +4 -4
  38. package/dist-es/commands/DescribeLogPatternCommand.js +4 -4
  39. package/dist-es/commands/DescribeObservationCommand.js +4 -4
  40. package/dist-es/commands/DescribeProblemCommand.js +4 -4
  41. package/dist-es/commands/DescribeProblemObservationsCommand.js +4 -4
  42. package/dist-es/commands/ListApplicationsCommand.js +4 -4
  43. package/dist-es/commands/ListComponentsCommand.js +4 -4
  44. package/dist-es/commands/ListConfigurationHistoryCommand.js +4 -4
  45. package/dist-es/commands/ListLogPatternSetsCommand.js +4 -4
  46. package/dist-es/commands/ListLogPatternsCommand.js +4 -4
  47. package/dist-es/commands/ListProblemsCommand.js +4 -4
  48. package/dist-es/commands/ListTagsForResourceCommand.js +4 -4
  49. package/dist-es/commands/TagResourceCommand.js +4 -4
  50. package/dist-es/commands/UntagResourceCommand.js +4 -4
  51. package/dist-es/commands/UpdateApplicationCommand.js +4 -4
  52. package/dist-es/commands/UpdateComponentCommand.js +4 -4
  53. package/dist-es/commands/UpdateComponentConfigurationCommand.js +4 -4
  54. package/dist-es/commands/UpdateLogPatternCommand.js +4 -4
  55. package/dist-types/ApplicationInsightsClient.d.ts +4 -4
  56. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  57. package/dist-types/models/models_0.d.ts +10 -10
  58. package/dist-types/ts3.4/ApplicationInsightsClient.d.ts +4 -4
  59. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -4
  60. package/dist-types/ts3.4/models/models_0.d.ts +10 -14
  61. package/package.json +36 -36
@@ -12,8 +12,8 @@ export declare class AccessDeniedException extends __BaseException {
12
12
  */
13
13
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
14
14
  }
15
- export declare type Tier = "ACTIVE_DIRECTORY" | "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" | "SHAREPOINT" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE";
16
- export declare type OsType = "LINUX" | "WINDOWS";
15
+ export type Tier = "ACTIVE_DIRECTORY" | "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" | "SHAREPOINT" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE";
16
+ export type OsType = "LINUX" | "WINDOWS";
17
17
  /**
18
18
  * <p>Describes a standalone resource or similarly grouped resources that the application is
19
19
  * made up of.</p>
@@ -118,9 +118,9 @@ export declare class BadRequestException extends __BaseException {
118
118
  */
119
119
  constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
120
120
  }
121
- export declare type CloudWatchEventSource = "CODE_DEPLOY" | "EC2" | "HEALTH" | "RDS";
122
- export declare type ConfigurationEventResourceType = "CLOUDFORMATION" | "CLOUDWATCH_ALARM" | "CLOUDWATCH_LOG" | "SSM_ASSOCIATION";
123
- export declare type ConfigurationEventStatus = "ERROR" | "INFO" | "WARN";
121
+ export type CloudWatchEventSource = "CODE_DEPLOY" | "EC2" | "HEALTH" | "RDS";
122
+ export type ConfigurationEventResourceType = "CLOUDFORMATION" | "CLOUDWATCH_ALARM" | "CLOUDWATCH_LOG" | "SSM_ASSOCIATION";
123
+ export type ConfigurationEventStatus = "ERROR" | "INFO" | "WARN";
124
124
  /**
125
125
  * <p> The event information. </p>
126
126
  */
@@ -548,7 +548,7 @@ export interface DescribeObservationRequest {
548
548
  */
549
549
  ObservationId: string | undefined;
550
550
  }
551
- export declare type LogFilter = "ERROR" | "INFO" | "WARN";
551
+ export type LogFilter = "ERROR" | "INFO" | "WARN";
552
552
  /**
553
553
  * <p>Describes an anomaly or error with the application.</p>
554
554
  */
@@ -757,10 +757,10 @@ export interface DescribeProblemRequest {
757
757
  */
758
758
  ProblemId: string | undefined;
759
759
  }
760
- export declare type FeedbackKey = "INSIGHTS_FEEDBACK";
761
- export declare type FeedbackValue = "NOT_SPECIFIED" | "NOT_USEFUL" | "USEFUL";
762
- export declare type SeverityLevel = "High" | "Informative" | "Low" | "Medium";
763
- export declare type Status = "IGNORE" | "PENDING" | "RECURRING" | "RESOLVED";
760
+ export type FeedbackKey = "INSIGHTS_FEEDBACK";
761
+ export type FeedbackValue = "NOT_SPECIFIED" | "NOT_USEFUL" | "USEFUL";
762
+ export type SeverityLevel = "High" | "Informative" | "Low" | "Medium";
763
+ export type Status = "IGNORE" | "PENDING" | "RECURRING" | "RESOLVED";
764
764
  /**
765
765
  * <p>Describes a problem that is detected by correlating observations.</p>
766
766
  */
@@ -157,7 +157,7 @@ import {
157
157
  ClientResolvedEndpointParameters,
158
158
  EndpointParameters,
159
159
  } from "./endpoint/EndpointParameters";
160
- export declare type ServiceInputTypes =
160
+ export type ServiceInputTypes =
161
161
  | CreateApplicationCommandInput
162
162
  | CreateComponentCommandInput
163
163
  | CreateLogPatternCommandInput
@@ -185,7 +185,7 @@ export declare type ServiceInputTypes =
185
185
  | UpdateComponentCommandInput
186
186
  | UpdateComponentConfigurationCommandInput
187
187
  | UpdateLogPatternCommandInput;
188
- export declare type ServiceOutputTypes =
188
+ export type ServiceOutputTypes =
189
189
  | CreateApplicationCommandOutput
190
190
  | CreateComponentCommandOutput
191
191
  | CreateLogPatternCommandOutput
@@ -237,7 +237,7 @@ export interface ClientDefaults
237
237
  logger?: __Logger;
238
238
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
239
239
  }
240
- declare type ApplicationInsightsClientConfigType = Partial<
240
+ type ApplicationInsightsClientConfigType = Partial<
241
241
  __SmithyConfiguration<__HttpHandlerOptions>
242
242
  > &
243
243
  ClientDefaults &
@@ -250,7 +250,7 @@ declare type ApplicationInsightsClientConfigType = Partial<
250
250
  ClientInputEndpointParameters;
251
251
  export interface ApplicationInsightsClientConfig
252
252
  extends ApplicationInsightsClientConfigType {}
253
- declare type ApplicationInsightsClientResolvedConfigType =
253
+ type ApplicationInsightsClientResolvedConfigType =
254
254
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
255
255
  Required<ClientDefaults> &
256
256
  RegionResolvedConfig &
@@ -16,10 +16,9 @@ export interface ClientInputEndpointParameters {
16
16
  | EndpointV2
17
17
  | Provider<EndpointV2>;
18
18
  }
19
- export declare type ClientResolvedEndpointParameters =
20
- ClientInputEndpointParameters & {
21
- defaultSigningName: string;
22
- };
19
+ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
20
+ defaultSigningName: string;
21
+ };
23
22
  export declare const resolveClientEndpointParameters: <T>(
24
23
  options: T & ClientInputEndpointParameters
25
24
  ) => T &
@@ -8,7 +8,7 @@ export declare class AccessDeniedException extends __BaseException {
8
8
  opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
9
9
  );
10
10
  }
11
- export declare type Tier =
11
+ export type Tier =
12
12
  | "ACTIVE_DIRECTORY"
13
13
  | "CUSTOM"
14
14
  | "DEFAULT"
@@ -27,7 +27,7 @@ export declare type Tier =
27
27
  | "SQL_SERVER"
28
28
  | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP"
29
29
  | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE";
30
- export declare type OsType = "LINUX" | "WINDOWS";
30
+ export type OsType = "LINUX" | "WINDOWS";
31
31
  export interface ApplicationComponent {
32
32
  ComponentName?: string;
33
33
  ComponentRemarks?: string;
@@ -59,17 +59,13 @@ export declare class BadRequestException extends __BaseException {
59
59
  opts: __ExceptionOptionType<BadRequestException, __BaseException>
60
60
  );
61
61
  }
62
- export declare type CloudWatchEventSource =
63
- | "CODE_DEPLOY"
64
- | "EC2"
65
- | "HEALTH"
66
- | "RDS";
67
- export declare type ConfigurationEventResourceType =
62
+ export type CloudWatchEventSource = "CODE_DEPLOY" | "EC2" | "HEALTH" | "RDS";
63
+ export type ConfigurationEventResourceType =
68
64
  | "CLOUDFORMATION"
69
65
  | "CLOUDWATCH_ALARM"
70
66
  | "CLOUDWATCH_LOG"
71
67
  | "SSM_ASSOCIATION";
72
- export declare type ConfigurationEventStatus = "ERROR" | "INFO" | "WARN";
68
+ export type ConfigurationEventStatus = "ERROR" | "INFO" | "WARN";
73
69
  export interface ConfigurationEvent {
74
70
  MonitoredResourceARN?: string;
75
71
  EventStatus?: ConfigurationEventStatus | string;
@@ -219,7 +215,7 @@ export interface DescribeLogPatternResponse {
219
215
  export interface DescribeObservationRequest {
220
216
  ObservationId: string | undefined;
221
217
  }
222
- export declare type LogFilter = "ERROR" | "INFO" | "WARN";
218
+ export type LogFilter = "ERROR" | "INFO" | "WARN";
223
219
  export interface Observation {
224
220
  Id?: string;
225
221
  StartTime?: Date;
@@ -273,10 +269,10 @@ export interface DescribeObservationResponse {
273
269
  export interface DescribeProblemRequest {
274
270
  ProblemId: string | undefined;
275
271
  }
276
- export declare type FeedbackKey = "INSIGHTS_FEEDBACK";
277
- export declare type FeedbackValue = "NOT_SPECIFIED" | "NOT_USEFUL" | "USEFUL";
278
- export declare type SeverityLevel = "High" | "Informative" | "Low" | "Medium";
279
- export declare type Status = "IGNORE" | "PENDING" | "RECURRING" | "RESOLVED";
272
+ export type FeedbackKey = "INSIGHTS_FEEDBACK";
273
+ export type FeedbackValue = "NOT_SPECIFIED" | "NOT_USEFUL" | "USEFUL";
274
+ export type SeverityLevel = "High" | "Informative" | "Low" | "Medium";
275
+ export type Status = "IGNORE" | "PENDING" | "RECURRING" | "RESOLVED";
280
276
  export interface Problem {
281
277
  Id?: string;
282
278
  Title?: string;
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.294.0",
4
+ "version": "3.295.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",
@@ -20,49 +20,49 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.294.0",
24
- "@aws-sdk/config-resolver": "3.292.0",
25
- "@aws-sdk/credential-provider-node": "3.294.0",
26
- "@aws-sdk/fetch-http-handler": "3.292.0",
27
- "@aws-sdk/hash-node": "3.292.0",
28
- "@aws-sdk/invalid-dependency": "3.292.0",
29
- "@aws-sdk/middleware-content-length": "3.292.0",
30
- "@aws-sdk/middleware-endpoint": "3.292.0",
31
- "@aws-sdk/middleware-host-header": "3.292.0",
32
- "@aws-sdk/middleware-logger": "3.292.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.292.0",
34
- "@aws-sdk/middleware-retry": "3.293.0",
35
- "@aws-sdk/middleware-serde": "3.292.0",
36
- "@aws-sdk/middleware-signing": "3.292.0",
37
- "@aws-sdk/middleware-stack": "3.292.0",
38
- "@aws-sdk/middleware-user-agent": "3.293.0",
39
- "@aws-sdk/node-config-provider": "3.292.0",
40
- "@aws-sdk/node-http-handler": "3.292.0",
41
- "@aws-sdk/protocol-http": "3.292.0",
42
- "@aws-sdk/smithy-client": "3.292.0",
43
- "@aws-sdk/types": "3.292.0",
44
- "@aws-sdk/url-parser": "3.292.0",
45
- "@aws-sdk/util-base64": "3.292.0",
46
- "@aws-sdk/util-body-length-browser": "3.292.0",
47
- "@aws-sdk/util-body-length-node": "3.292.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.292.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.292.0",
50
- "@aws-sdk/util-endpoints": "3.293.0",
51
- "@aws-sdk/util-retry": "3.292.0",
52
- "@aws-sdk/util-user-agent-browser": "3.292.0",
53
- "@aws-sdk/util-user-agent-node": "3.292.0",
54
- "@aws-sdk/util-utf8": "3.292.0",
55
- "tslib": "^2.3.1"
23
+ "@aws-sdk/client-sts": "3.295.0",
24
+ "@aws-sdk/config-resolver": "3.295.0",
25
+ "@aws-sdk/credential-provider-node": "3.295.0",
26
+ "@aws-sdk/fetch-http-handler": "3.295.0",
27
+ "@aws-sdk/hash-node": "3.295.0",
28
+ "@aws-sdk/invalid-dependency": "3.295.0",
29
+ "@aws-sdk/middleware-content-length": "3.295.0",
30
+ "@aws-sdk/middleware-endpoint": "3.295.0",
31
+ "@aws-sdk/middleware-host-header": "3.295.0",
32
+ "@aws-sdk/middleware-logger": "3.295.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.295.0",
34
+ "@aws-sdk/middleware-retry": "3.295.0",
35
+ "@aws-sdk/middleware-serde": "3.295.0",
36
+ "@aws-sdk/middleware-signing": "3.295.0",
37
+ "@aws-sdk/middleware-stack": "3.295.0",
38
+ "@aws-sdk/middleware-user-agent": "3.295.0",
39
+ "@aws-sdk/node-config-provider": "3.295.0",
40
+ "@aws-sdk/node-http-handler": "3.295.0",
41
+ "@aws-sdk/protocol-http": "3.295.0",
42
+ "@aws-sdk/smithy-client": "3.295.0",
43
+ "@aws-sdk/types": "3.295.0",
44
+ "@aws-sdk/url-parser": "3.295.0",
45
+ "@aws-sdk/util-base64": "3.295.0",
46
+ "@aws-sdk/util-body-length-browser": "3.295.0",
47
+ "@aws-sdk/util-body-length-node": "3.295.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.295.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.295.0",
50
+ "@aws-sdk/util-endpoints": "3.295.0",
51
+ "@aws-sdk/util-retry": "3.295.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.295.0",
53
+ "@aws-sdk/util-user-agent-node": "3.295.0",
54
+ "@aws-sdk/util-utf8": "3.295.0",
55
+ "tslib": "^2.5.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@aws-sdk/service-client-documentation-generator": "3.293.0",
58
+ "@aws-sdk/service-client-documentation-generator": "3.295.0",
59
59
  "@tsconfig/node14": "1.0.3",
60
60
  "@types/node": "^14.14.31",
61
61
  "concurrently": "7.0.0",
62
62
  "downlevel-dts": "0.10.1",
63
63
  "rimraf": "3.0.2",
64
64
  "typedoc": "0.23.23",
65
- "typescript": "~4.6.2"
65
+ "typescript": "~4.9.5"
66
66
  },
67
67
  "engines": {
68
68
  "node": ">=14.0.0"