@aws-sdk/client-application-insights 3.296.0 → 3.298.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 (96) hide show
  1. package/dist-cjs/commands/CreateApplicationCommand.js +2 -3
  2. package/dist-cjs/commands/CreateComponentCommand.js +2 -3
  3. package/dist-cjs/commands/CreateLogPatternCommand.js +2 -3
  4. package/dist-cjs/commands/DeleteApplicationCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteComponentCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteLogPatternCommand.js +2 -3
  7. package/dist-cjs/commands/DescribeApplicationCommand.js +2 -3
  8. package/dist-cjs/commands/DescribeComponentCommand.js +2 -3
  9. package/dist-cjs/commands/DescribeComponentConfigurationCommand.js +2 -3
  10. package/dist-cjs/commands/DescribeComponentConfigurationRecommendationCommand.js +2 -3
  11. package/dist-cjs/commands/DescribeLogPatternCommand.js +2 -3
  12. package/dist-cjs/commands/DescribeObservationCommand.js +2 -3
  13. package/dist-cjs/commands/DescribeProblemCommand.js +2 -3
  14. package/dist-cjs/commands/DescribeProblemObservationsCommand.js +2 -3
  15. package/dist-cjs/commands/ListApplicationsCommand.js +2 -3
  16. package/dist-cjs/commands/ListComponentsCommand.js +2 -3
  17. package/dist-cjs/commands/ListConfigurationHistoryCommand.js +2 -3
  18. package/dist-cjs/commands/ListLogPatternSetsCommand.js +2 -3
  19. package/dist-cjs/commands/ListLogPatternsCommand.js +2 -3
  20. package/dist-cjs/commands/ListProblemsCommand.js +2 -3
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  22. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  23. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  24. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -3
  25. package/dist-cjs/commands/UpdateComponentCommand.js +2 -3
  26. package/dist-cjs/commands/UpdateComponentConfigurationCommand.js +2 -3
  27. package/dist-cjs/commands/UpdateLogPatternCommand.js +2 -3
  28. package/dist-cjs/models/models_0.js +1 -250
  29. package/dist-es/commands/CreateApplicationCommand.js +2 -3
  30. package/dist-es/commands/CreateComponentCommand.js +2 -3
  31. package/dist-es/commands/CreateLogPatternCommand.js +2 -3
  32. package/dist-es/commands/DeleteApplicationCommand.js +2 -3
  33. package/dist-es/commands/DeleteComponentCommand.js +2 -3
  34. package/dist-es/commands/DeleteLogPatternCommand.js +2 -3
  35. package/dist-es/commands/DescribeApplicationCommand.js +2 -3
  36. package/dist-es/commands/DescribeComponentCommand.js +2 -3
  37. package/dist-es/commands/DescribeComponentConfigurationCommand.js +2 -3
  38. package/dist-es/commands/DescribeComponentConfigurationRecommendationCommand.js +2 -3
  39. package/dist-es/commands/DescribeLogPatternCommand.js +2 -3
  40. package/dist-es/commands/DescribeObservationCommand.js +2 -3
  41. package/dist-es/commands/DescribeProblemCommand.js +2 -3
  42. package/dist-es/commands/DescribeProblemObservationsCommand.js +2 -3
  43. package/dist-es/commands/ListApplicationsCommand.js +2 -3
  44. package/dist-es/commands/ListComponentsCommand.js +2 -3
  45. package/dist-es/commands/ListConfigurationHistoryCommand.js +2 -3
  46. package/dist-es/commands/ListLogPatternSetsCommand.js +2 -3
  47. package/dist-es/commands/ListLogPatternsCommand.js +2 -3
  48. package/dist-es/commands/ListProblemsCommand.js +2 -3
  49. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  50. package/dist-es/commands/TagResourceCommand.js +2 -3
  51. package/dist-es/commands/UntagResourceCommand.js +2 -3
  52. package/dist-es/commands/UpdateApplicationCommand.js +2 -3
  53. package/dist-es/commands/UpdateComponentCommand.js +2 -3
  54. package/dist-es/commands/UpdateComponentConfigurationCommand.js +2 -3
  55. package/dist-es/commands/UpdateLogPatternCommand.js +2 -3
  56. package/dist-es/models/models_0.js +0 -186
  57. package/dist-types/ApplicationInsights.d.ts +28 -0
  58. package/dist-types/ApplicationInsightsClient.d.ts +24 -4
  59. package/dist-types/commands/CreateApplicationCommand.d.ts +16 -0
  60. package/dist-types/commands/CreateComponentCommand.d.ts +16 -0
  61. package/dist-types/commands/CreateLogPatternCommand.d.ts +16 -0
  62. package/dist-types/commands/DeleteApplicationCommand.d.ts +16 -0
  63. package/dist-types/commands/DeleteComponentCommand.d.ts +16 -0
  64. package/dist-types/commands/DeleteLogPatternCommand.d.ts +16 -0
  65. package/dist-types/commands/DescribeApplicationCommand.d.ts +16 -0
  66. package/dist-types/commands/DescribeComponentCommand.d.ts +16 -0
  67. package/dist-types/commands/DescribeComponentConfigurationCommand.d.ts +16 -0
  68. package/dist-types/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +16 -0
  69. package/dist-types/commands/DescribeLogPatternCommand.d.ts +16 -0
  70. package/dist-types/commands/DescribeObservationCommand.d.ts +16 -0
  71. package/dist-types/commands/DescribeProblemCommand.d.ts +16 -0
  72. package/dist-types/commands/DescribeProblemObservationsCommand.d.ts +16 -0
  73. package/dist-types/commands/ListApplicationsCommand.d.ts +16 -0
  74. package/dist-types/commands/ListComponentsCommand.d.ts +16 -0
  75. package/dist-types/commands/ListConfigurationHistoryCommand.d.ts +16 -0
  76. package/dist-types/commands/ListLogPatternSetsCommand.d.ts +16 -0
  77. package/dist-types/commands/ListLogPatternsCommand.d.ts +16 -0
  78. package/dist-types/commands/ListProblemsCommand.d.ts +16 -0
  79. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  80. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  81. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  82. package/dist-types/commands/UpdateApplicationCommand.d.ts +16 -0
  83. package/dist-types/commands/UpdateComponentCommand.d.ts +16 -0
  84. package/dist-types/commands/UpdateComponentConfigurationCommand.d.ts +16 -0
  85. package/dist-types/commands/UpdateLogPatternCommand.d.ts +16 -0
  86. package/dist-types/models/ApplicationInsightsServiceException.d.ts +2 -0
  87. package/dist-types/models/models_0.d.ts +214 -248
  88. package/dist-types/pagination/Interfaces.d.ts +3 -0
  89. package/dist-types/pagination/ListApplicationsPaginator.d.ts +3 -0
  90. package/dist-types/pagination/ListComponentsPaginator.d.ts +3 -0
  91. package/dist-types/pagination/ListConfigurationHistoryPaginator.d.ts +3 -0
  92. package/dist-types/pagination/ListLogPatternSetsPaginator.d.ts +3 -0
  93. package/dist-types/pagination/ListLogPatternsPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListProblemsPaginator.d.ts +3 -0
  95. package/dist-types/ts3.4/models/models_0.d.ts +0 -178
  96. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { DescribeProblemRequest, DescribeProblemResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeProblemCommand}.
8
10
  */
9
11
  export interface DescribeProblemCommandInput extends DescribeProblemRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeProblemCommand}.
13
17
  */
14
18
  export interface DescribeProblemCommandOutput extends DescribeProblemResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes an application problem.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeProblemCommandOutput extends DescribeProblemResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeProblemCommandInput - {@link DescribeProblemCommandInput}
34
+ * @returns {@link DescribeProblemCommandOutput}
28
35
  * @see {@link DescribeProblemCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeProblemCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
@@ -43,11 +50,20 @@ export interface DescribeProblemCommandOutput extends DescribeProblemResponse, _
43
50
  export declare class DescribeProblemCommand extends $Command<DescribeProblemCommandInput, DescribeProblemCommandOutput, ApplicationInsightsClientResolvedConfig> {
44
51
  readonly input: DescribeProblemCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DescribeProblemCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProblemCommandInput, DescribeProblemCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { DescribeProblemObservationsRequest, DescribeProblemObservationsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeProblemObservationsCommand}.
8
10
  */
9
11
  export interface DescribeProblemObservationsCommandInput extends DescribeProblemObservationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeProblemObservationsCommand}.
13
17
  */
14
18
  export interface DescribeProblemObservationsCommandOutput extends DescribeProblemObservationsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes the anomalies or errors associated with the problem.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeProblemObservationsCommandOutput extends DescribeProble
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeProblemObservationsCommandInput - {@link DescribeProblemObservationsCommandInput}
34
+ * @returns {@link DescribeProblemObservationsCommandOutput}
28
35
  * @see {@link DescribeProblemObservationsCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeProblemObservationsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
@@ -43,11 +50,20 @@ export interface DescribeProblemObservationsCommandOutput extends DescribeProble
43
50
  export declare class DescribeProblemObservationsCommand extends $Command<DescribeProblemObservationsCommandInput, DescribeProblemObservationsCommandOutput, ApplicationInsightsClientResolvedConfig> {
44
51
  readonly input: DescribeProblemObservationsCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DescribeProblemObservationsCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProblemObservationsCommandInput, DescribeProblemObservationsCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListApplicationsCommand}.
8
10
  */
9
11
  export interface ListApplicationsCommandInput extends ListApplicationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListApplicationsCommand}.
13
17
  */
14
18
  export interface ListApplicationsCommandOutput extends ListApplicationsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the IDs of the applications that you are monitoring. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListApplicationsCommandInput - {@link ListApplicationsCommandInput}
34
+ * @returns {@link ListApplicationsCommandOutput}
28
35
  * @see {@link ListApplicationsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListApplicationsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
@@ -40,11 +47,20 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
40
47
  export declare class ListApplicationsCommand extends $Command<ListApplicationsCommandInput, ListApplicationsCommandOutput, ApplicationInsightsClientResolvedConfig> {
41
48
  readonly input: ListApplicationsCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: ListApplicationsCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListApplicationsCommandInput, ListApplicationsCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { ListComponentsRequest, ListComponentsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListComponentsCommand}.
8
10
  */
9
11
  export interface ListComponentsCommandInput extends ListComponentsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListComponentsCommand}.
13
17
  */
14
18
  export interface ListComponentsCommandOutput extends ListComponentsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the auto-grouped, standalone, and custom components of the application.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListComponentsCommandOutput extends ListComponentsResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListComponentsCommandInput - {@link ListComponentsCommandInput}
34
+ * @returns {@link ListComponentsCommandOutput}
28
35
  * @see {@link ListComponentsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListComponentsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
@@ -43,11 +50,20 @@ export interface ListComponentsCommandOutput extends ListComponentsResponse, __M
43
50
  export declare class ListComponentsCommand extends $Command<ListComponentsCommandInput, ListComponentsCommandOutput, ApplicationInsightsClientResolvedConfig> {
44
51
  readonly input: ListComponentsCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: ListComponentsCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListComponentsCommandInput, ListComponentsCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { ListConfigurationHistoryRequest, ListConfigurationHistoryResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListConfigurationHistoryCommand}.
8
10
  */
9
11
  export interface ListConfigurationHistoryCommandInput extends ListConfigurationHistoryRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListConfigurationHistoryCommand}.
13
17
  */
14
18
  export interface ListConfigurationHistoryCommandOutput extends ListConfigurationHistoryResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by
18
23
  * Application Insights. Examples of events represented are: </p>
19
24
  * <ul>
@@ -38,6 +43,8 @@ export interface ListConfigurationHistoryCommandOutput extends ListConfiguration
38
43
  * const response = await client.send(command);
39
44
  * ```
40
45
  *
46
+ * @param ListConfigurationHistoryCommandInput - {@link ListConfigurationHistoryCommandInput}
47
+ * @returns {@link ListConfigurationHistoryCommandOutput}
41
48
  * @see {@link ListConfigurationHistoryCommandInput} for command's `input` shape.
42
49
  * @see {@link ListConfigurationHistoryCommandOutput} for command's `response` shape.
43
50
  * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
@@ -56,11 +63,20 @@ export interface ListConfigurationHistoryCommandOutput extends ListConfiguration
56
63
  export declare class ListConfigurationHistoryCommand extends $Command<ListConfigurationHistoryCommandInput, ListConfigurationHistoryCommandOutput, ApplicationInsightsClientResolvedConfig> {
57
64
  readonly input: ListConfigurationHistoryCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: ListConfigurationHistoryCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConfigurationHistoryCommandInput, ListConfigurationHistoryCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { ListLogPatternSetsRequest, ListLogPatternSetsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListLogPatternSetsCommand}.
8
10
  */
9
11
  export interface ListLogPatternSetsCommandInput extends ListLogPatternSetsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListLogPatternSetsCommand}.
13
17
  */
14
18
  export interface ListLogPatternSetsCommandOutput extends ListLogPatternSetsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the log pattern sets in the specific application.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListLogPatternSetsCommandOutput extends ListLogPatternSetsRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListLogPatternSetsCommandInput - {@link ListLogPatternSetsCommandInput}
34
+ * @returns {@link ListLogPatternSetsCommandOutput}
28
35
  * @see {@link ListLogPatternSetsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListLogPatternSetsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
@@ -43,11 +50,20 @@ export interface ListLogPatternSetsCommandOutput extends ListLogPatternSetsRespo
43
50
  export declare class ListLogPatternSetsCommand extends $Command<ListLogPatternSetsCommandInput, ListLogPatternSetsCommandOutput, ApplicationInsightsClientResolvedConfig> {
44
51
  readonly input: ListLogPatternSetsCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: ListLogPatternSetsCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLogPatternSetsCommandInput, ListLogPatternSetsCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { ListLogPatternsRequest, ListLogPatternsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListLogPatternsCommand}.
8
10
  */
9
11
  export interface ListLogPatternsCommandInput extends ListLogPatternsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListLogPatternsCommand}.
13
17
  */
14
18
  export interface ListLogPatternsCommandOutput extends ListLogPatternsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the log patterns in the specific log <code>LogPatternSet</code>.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListLogPatternsCommandOutput extends ListLogPatternsResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListLogPatternsCommandInput - {@link ListLogPatternsCommandInput}
34
+ * @returns {@link ListLogPatternsCommandOutput}
28
35
  * @see {@link ListLogPatternsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListLogPatternsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
@@ -43,11 +50,20 @@ export interface ListLogPatternsCommandOutput extends ListLogPatternsResponse, _
43
50
  export declare class ListLogPatternsCommand extends $Command<ListLogPatternsCommandInput, ListLogPatternsCommandOutput, ApplicationInsightsClientResolvedConfig> {
44
51
  readonly input: ListLogPatternsCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: ListLogPatternsCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLogPatternsCommandInput, ListLogPatternsCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { ListProblemsRequest, ListProblemsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListProblemsCommand}.
8
10
  */
9
11
  export interface ListProblemsCommandInput extends ListProblemsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListProblemsCommand}.
13
17
  */
14
18
  export interface ListProblemsCommandOutput extends ListProblemsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the problems with your application.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListProblemsCommandOutput extends ListProblemsResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListProblemsCommandInput - {@link ListProblemsCommandInput}
34
+ * @returns {@link ListProblemsCommandOutput}
28
35
  * @see {@link ListProblemsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListProblemsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
@@ -43,11 +50,20 @@ export interface ListProblemsCommandOutput extends ListProblemsResponse, __Metad
43
50
  export declare class ListProblemsCommand extends $Command<ListProblemsCommandInput, ListProblemsCommandOutput, ApplicationInsightsClientResolvedConfig> {
44
51
  readonly input: ListProblemsCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: ListProblemsCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProblemsCommandInput, ListProblemsCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieve a list of the tags (keys and values) that are associated with a specified
18
23
  * application. A <i>tag</i> is a label that you optionally define and associate
19
24
  * with an application. Each tag consists of a required <i>tag key</i> and an
@@ -30,6 +35,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
39
+ * @returns {@link ListTagsForResourceCommandOutput}
33
40
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
34
41
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
35
42
  * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
@@ -45,11 +52,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
45
52
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ApplicationInsightsClientResolvedConfig> {
46
53
  readonly input: ListTagsForResourceCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: ListTagsForResourceCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Add one or more tags (keys and values) to a specified application. A
18
23
  * <i>tag</i> is a label that you optionally define and associate with an
19
24
  * application. Tags can help you categorize and manage application in different ways, such as
@@ -32,6 +37,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
32
37
  * const response = await client.send(command);
33
38
  * ```
34
39
  *
40
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
41
+ * @returns {@link TagResourceCommandOutput}
35
42
  * @see {@link TagResourceCommandInput} for command's `input` shape.
36
43
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
37
44
  * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
@@ -51,11 +58,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
51
58
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ApplicationInsightsClientResolvedConfig> {
52
59
  readonly input: TagResourceCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: TagResourceCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Remove one or more tags (keys and values) from a specified application.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
@@ -40,11 +47,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
40
47
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ApplicationInsightsClientResolvedConfig> {
41
48
  readonly input: UntagResourceCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: UntagResourceCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateApplicationCommand}.
8
10
  */
9
11
  export interface UpdateApplicationCommandInput extends UpdateApplicationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateApplicationCommand}.
13
17
  */
14
18
  export interface UpdateApplicationCommandOutput extends UpdateApplicationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the application.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateApplicationCommandInput - {@link UpdateApplicationCommandInput}
34
+ * @returns {@link UpdateApplicationCommandOutput}
28
35
  * @see {@link UpdateApplicationCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateApplicationCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
@@ -43,11 +50,20 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
43
50
  export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ApplicationInsightsClientResolvedConfig> {
44
51
  readonly input: UpdateApplicationCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: UpdateApplicationCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApplicationCommandInput, UpdateApplicationCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
5
  import { UpdateComponentRequest, UpdateComponentResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateComponentCommand}.
8
10
  */
9
11
  export interface UpdateComponentCommandInput extends UpdateComponentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateComponentCommand}.
13
17
  */
14
18
  export interface UpdateComponentCommandOutput extends UpdateComponentResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the custom component name and/or the list of resources that make up the
18
23
  * component.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface UpdateComponentCommandOutput extends UpdateComponentResponse, _
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param UpdateComponentCommandInput - {@link UpdateComponentCommandInput}
35
+ * @returns {@link UpdateComponentCommandOutput}
29
36
  * @see {@link UpdateComponentCommandInput} for command's `input` shape.
30
37
  * @see {@link UpdateComponentCommandOutput} for command's `response` shape.
31
38
  * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
@@ -47,11 +54,20 @@ export interface UpdateComponentCommandOutput extends UpdateComponentResponse, _
47
54
  export declare class UpdateComponentCommand extends $Command<UpdateComponentCommandInput, UpdateComponentCommandOutput, ApplicationInsightsClientResolvedConfig> {
48
55
  readonly input: UpdateComponentCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: UpdateComponentCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateComponentCommandInput, UpdateComponentCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }