@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 { UpdateComponentConfigurationRequest, UpdateComponentConfigurationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateComponentConfigurationCommand}.
8
10
  */
9
11
  export interface UpdateComponentConfigurationCommandInput extends UpdateComponentConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateComponentConfigurationCommand}.
13
17
  */
14
18
  export interface UpdateComponentConfigurationCommandOutput extends UpdateComponentConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the monitoring configurations for the component. The configuration input
18
23
  * parameter is an escaped JSON of the configuration and should match the schema of what is
19
24
  * returned by <code>DescribeComponentConfigurationRecommendation</code>. </p>
@@ -27,6 +32,8 @@ export interface UpdateComponentConfigurationCommandOutput extends UpdateCompone
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param UpdateComponentConfigurationCommandInput - {@link UpdateComponentConfigurationCommandInput}
36
+ * @returns {@link UpdateComponentConfigurationCommandOutput}
30
37
  * @see {@link UpdateComponentConfigurationCommandInput} for command's `input` shape.
31
38
  * @see {@link UpdateComponentConfigurationCommandOutput} for command's `response` shape.
32
39
  * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
@@ -45,11 +52,20 @@ export interface UpdateComponentConfigurationCommandOutput extends UpdateCompone
45
52
  export declare class UpdateComponentConfigurationCommand extends $Command<UpdateComponentConfigurationCommandInput, UpdateComponentConfigurationCommandOutput, ApplicationInsightsClientResolvedConfig> {
46
53
  readonly input: UpdateComponentConfigurationCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: UpdateComponentConfigurationCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateComponentConfigurationCommandInput, UpdateComponentConfigurationCommandOutput>;
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 { UpdateLogPatternRequest, UpdateLogPatternResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateLogPatternCommand}.
8
10
  */
9
11
  export interface UpdateLogPatternCommandInput extends UpdateLogPatternRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateLogPatternCommand}.
13
17
  */
14
18
  export interface UpdateLogPatternCommandOutput extends UpdateLogPatternResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds a log pattern to a <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 UpdateLogPatternCommandOutput extends UpdateLogPatternResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateLogPatternCommandInput - {@link UpdateLogPatternCommandInput}
34
+ * @returns {@link UpdateLogPatternCommandOutput}
28
35
  * @see {@link UpdateLogPatternCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateLogPatternCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApplicationInsightsClientResolvedConfig | config} for ApplicationInsightsClient's `config` shape.
@@ -46,11 +53,20 @@ export interface UpdateLogPatternCommandOutput extends UpdateLogPatternResponse,
46
53
  export declare class UpdateLogPatternCommand extends $Command<UpdateLogPatternCommandInput, UpdateLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig> {
47
54
  readonly input: UpdateLogPatternCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UpdateLogPatternCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLogPatternCommandInput, UpdateLogPatternCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from ApplicationInsights service.
4
6
  */
5
7
  export declare class ApplicationInsightsServiceException extends __ServiceException {