@aws-sdk/client-application-insights 3.529.1 → 3.535.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 (79) hide show
  1. package/dist-types/ApplicationInsights.d.ts +5 -1
  2. package/dist-types/ApplicationInsightsClient.d.ts +1 -1
  3. package/dist-types/commands/AddWorkloadCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateComponentCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateLogPatternCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteComponentCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteLogPatternCommand.d.ts +2 -1
  10. package/dist-types/commands/DescribeApplicationCommand.d.ts +2 -1
  11. package/dist-types/commands/DescribeComponentCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeComponentConfigurationCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeLogPatternCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeObservationCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeProblemCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeProblemObservationsCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeWorkloadCommand.d.ts +2 -1
  19. package/dist-types/commands/ListApplicationsCommand.d.ts +2 -1
  20. package/dist-types/commands/ListComponentsCommand.d.ts +2 -1
  21. package/dist-types/commands/ListConfigurationHistoryCommand.d.ts +2 -1
  22. package/dist-types/commands/ListLogPatternSetsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListLogPatternsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListProblemsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  26. package/dist-types/commands/ListWorkloadsCommand.d.ts +2 -1
  27. package/dist-types/commands/RemoveWorkloadCommand.d.ts +2 -1
  28. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateComponentCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateComponentConfigurationCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateLogPatternCommand.d.ts +2 -1
  34. package/dist-types/commands/UpdateProblemCommand.d.ts +2 -1
  35. package/dist-types/commands/UpdateWorkloadCommand.d.ts +2 -1
  36. package/dist-types/models/models_0.d.ts +292 -292
  37. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  38. package/dist-types/runtimeConfig.d.ts +2 -2
  39. package/dist-types/runtimeConfig.native.d.ts +2 -2
  40. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  41. package/dist-types/ts3.4/ApplicationInsights.d.ts +4 -0
  42. package/dist-types/ts3.4/commands/AddWorkloadCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/CreateLogPatternCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteLogPatternCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DescribeComponentConfigurationCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DescribeLogPatternCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DescribeObservationCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DescribeProblemCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DescribeProblemObservationsCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DescribeWorkloadCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListConfigurationHistoryCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListLogPatternSetsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ListLogPatternsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ListProblemsCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/RemoveWorkloadCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/UpdateComponentConfigurationCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/UpdateLogPatternCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/UpdateProblemCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  76. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  77. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  78. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  79. package/package.json +40 -40
@@ -43,6 +43,7 @@ export interface ApplicationInsights {
43
43
  /**
44
44
  * @see {@link CreateApplicationCommand}
45
45
  */
46
+ createApplication(): Promise<CreateApplicationCommandOutput>;
46
47
  createApplication(args: CreateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<CreateApplicationCommandOutput>;
47
48
  createApplication(args: CreateApplicationCommandInput, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
48
49
  createApplication(args: CreateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
@@ -133,6 +134,7 @@ export interface ApplicationInsights {
133
134
  /**
134
135
  * @see {@link ListApplicationsCommand}
135
136
  */
137
+ listApplications(): Promise<ListApplicationsCommandOutput>;
136
138
  listApplications(args: ListApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<ListApplicationsCommandOutput>;
137
139
  listApplications(args: ListApplicationsCommandInput, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
138
140
  listApplications(args: ListApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
@@ -145,6 +147,7 @@ export interface ApplicationInsights {
145
147
  /**
146
148
  * @see {@link ListConfigurationHistoryCommand}
147
149
  */
150
+ listConfigurationHistory(): Promise<ListConfigurationHistoryCommandOutput>;
148
151
  listConfigurationHistory(args: ListConfigurationHistoryCommandInput, options?: __HttpHandlerOptions): Promise<ListConfigurationHistoryCommandOutput>;
149
152
  listConfigurationHistory(args: ListConfigurationHistoryCommandInput, cb: (err: any, data?: ListConfigurationHistoryCommandOutput) => void): void;
150
153
  listConfigurationHistory(args: ListConfigurationHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConfigurationHistoryCommandOutput) => void): void;
@@ -163,6 +166,7 @@ export interface ApplicationInsights {
163
166
  /**
164
167
  * @see {@link ListProblemsCommand}
165
168
  */
169
+ listProblems(): Promise<ListProblemsCommandOutput>;
166
170
  listProblems(args: ListProblemsCommandInput, options?: __HttpHandlerOptions): Promise<ListProblemsCommandOutput>;
167
171
  listProblems(args: ListProblemsCommandInput, cb: (err: any, data?: ListProblemsCommandOutput) => void): void;
168
172
  listProblems(args: ListProblemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProblemsCommandOutput) => void): void;
@@ -234,7 +238,6 @@ export interface ApplicationInsights {
234
238
  updateWorkload(args: UpdateWorkloadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkloadCommandOutput) => void): void;
235
239
  }
236
240
  /**
237
- * @public
238
241
  * <fullname>Amazon CloudWatch Application Insights</fullname>
239
242
  * <p> Amazon CloudWatch Application Insights is a service that helps you detect common
240
243
  * problems with your applications. It enables you to pinpoint the source of issues in your
@@ -247,6 +250,7 @@ export interface ApplicationInsights {
247
250
  * your Application Load Balancer (ALB), Application Insights informs you that a memory
248
251
  * pressure problem with your SQL Server database is occurring. It bases this analysis on
249
252
  * impactful metrics and log errors. </p>
253
+ * @public
250
254
  */
251
255
  export declare class ApplicationInsights extends ApplicationInsightsClient implements ApplicationInsights {
252
256
  }
@@ -184,7 +184,6 @@ export type ApplicationInsightsClientResolvedConfigType = __SmithyResolvedConfig
184
184
  export interface ApplicationInsightsClientResolvedConfig extends ApplicationInsightsClientResolvedConfigType {
185
185
  }
186
186
  /**
187
- * @public
188
187
  * <fullname>Amazon CloudWatch Application Insights</fullname>
189
188
  * <p> Amazon CloudWatch Application Insights is a service that helps you detect common
190
189
  * problems with your applications. It enables you to pinpoint the source of issues in your
@@ -197,6 +196,7 @@ export interface ApplicationInsightsClientResolvedConfig extends ApplicationInsi
197
196
  * your Application Load Balancer (ALB), Application Insights informs you that a memory
198
197
  * pressure problem with your SQL Server database is occurring. It bases this analysis on
199
198
  * impactful metrics and log errors. </p>
199
+ * @public
200
200
  */
201
201
  export declare class ApplicationInsightsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ApplicationInsightsClientResolvedConfig> {
202
202
  /**
@@ -22,10 +22,10 @@ export interface AddWorkloadCommandOutput extends AddWorkloadResponse, __Metadat
22
22
  }
23
23
  declare const AddWorkloadCommand_base: {
24
24
  new (input: AddWorkloadCommandInput): import("@smithy/smithy-client").CommandImpl<AddWorkloadCommandInput, AddWorkloadCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AddWorkloadCommandInput): import("@smithy/smithy-client").CommandImpl<AddWorkloadCommandInput, AddWorkloadCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds a workload to a component. Each component can have at most five workloads.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const AddWorkloadCommand_base: {
76
76
  * @throws {@link ApplicationInsightsServiceException}
77
77
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class AddWorkloadCommand extends AddWorkloadCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
22
22
  }
23
23
  declare const CreateApplicationCommand_base: {
24
24
  new (input: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [CreateApplicationCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds an application that is created from a resource group.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -95,6 +95,7 @@ declare const CreateApplicationCommand_base: {
95
95
  * @throws {@link ApplicationInsightsServiceException}
96
96
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
97
97
  *
98
+ * @public
98
99
  */
99
100
  export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
100
101
  }
@@ -22,10 +22,10 @@ export interface CreateComponentCommandOutput extends CreateComponentResponse, _
22
22
  }
23
23
  declare const CreateComponentCommand_base: {
24
24
  new (input: CreateComponentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateComponentCommandInput, CreateComponentCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateComponentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateComponentCommandInput, CreateComponentCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a custom component by grouping similar standalone instances to monitor.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const CreateComponentCommand_base: {
67
67
  * @throws {@link ApplicationInsightsServiceException}
68
68
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class CreateComponentCommand extends CreateComponentCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface CreateLogPatternCommandOutput extends CreateLogPatternResponse,
22
22
  }
23
23
  declare const CreateLogPatternCommand_base: {
24
24
  new (input: CreateLogPatternCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLogPatternCommandInput, CreateLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLogPatternCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLogPatternCommandInput, CreateLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds an log pattern to a <code>LogPatternSet</code>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const CreateLogPatternCommand_base: {
75
75
  * @throws {@link ApplicationInsightsServiceException}
76
76
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class CreateLogPatternCommand extends CreateLogPatternCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons
22
22
  }
23
23
  declare const DeleteApplicationCommand_base: {
24
24
  new (input: DeleteApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the specified application from monitoring. Does not delete the
30
30
  * application.</p>
31
31
  * @example
@@ -64,6 +64,7 @@ declare const DeleteApplicationCommand_base: {
64
64
  * @throws {@link ApplicationInsightsServiceException}
65
65
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface DeleteComponentCommandOutput extends DeleteComponentResponse, _
22
22
  }
23
23
  declare const DeleteComponentCommand_base: {
24
24
  new (input: DeleteComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteComponentCommandInput, DeleteComponentCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteComponentCommandInput, DeleteComponentCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Ungroups a custom component. When you ungroup custom components, all applicable monitors
30
30
  * that are set up for the component are removed and the instances revert to their standalone
31
31
  * status.</p>
@@ -63,6 +63,7 @@ declare const DeleteComponentCommand_base: {
63
63
  * @throws {@link ApplicationInsightsServiceException}
64
64
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class DeleteComponentCommand extends DeleteComponentCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface DeleteLogPatternCommandOutput extends DeleteLogPatternResponse,
22
22
  }
23
23
  declare const DeleteLogPatternCommand_base: {
24
24
  new (input: DeleteLogPatternCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLogPatternCommandInput, DeleteLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteLogPatternCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLogPatternCommandInput, DeleteLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the specified log pattern from a <code>LogPatternSet</code>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const DeleteLogPatternCommand_base: {
65
65
  * @throws {@link ApplicationInsightsServiceException}
66
66
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class DeleteLogPatternCommand extends DeleteLogPatternCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface DescribeApplicationCommandOutput extends DescribeApplicationRes
22
22
  }
23
23
  declare const DescribeApplicationCommand_base: {
24
24
  new (input: DescribeApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationCommandInput, DescribeApplicationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationCommandInput, DescribeApplicationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const DescribeApplicationCommand_base: {
74
74
  * @throws {@link ApplicationInsightsServiceException}
75
75
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class DescribeApplicationCommand extends DescribeApplicationCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface DescribeComponentCommandOutput extends DescribeComponentRespons
22
22
  }
23
23
  declare const DescribeComponentCommand_base: {
24
24
  new (input: DescribeComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeComponentCommandInput, DescribeComponentCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeComponentCommandInput, DescribeComponentCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes a component and lists the resources that are grouped together in a
30
30
  * component.</p>
31
31
  * @example
@@ -80,6 +80,7 @@ declare const DescribeComponentCommand_base: {
80
80
  * @throws {@link ApplicationInsightsServiceException}
81
81
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class DescribeComponentCommand extends DescribeComponentCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface DescribeComponentConfigurationCommandOutput extends DescribeCom
22
22
  }
23
23
  declare const DescribeComponentConfigurationCommand_base: {
24
24
  new (input: DescribeComponentConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeComponentConfigurationCommandInput, DescribeComponentConfigurationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeComponentConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeComponentConfigurationCommandInput, DescribeComponentConfigurationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the monitoring configuration of the component.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const DescribeComponentConfigurationCommand_base: {
66
66
  * @throws {@link ApplicationInsightsServiceException}
67
67
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class DescribeComponentConfigurationCommand extends DescribeComponentConfigurationCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface DescribeComponentConfigurationRecommendationCommandOutput exten
22
22
  }
23
23
  declare const DescribeComponentConfigurationRecommendationCommand_base: {
24
24
  new (input: DescribeComponentConfigurationRecommendationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeComponentConfigurationRecommendationCommandInput, DescribeComponentConfigurationRecommendationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeComponentConfigurationRecommendationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeComponentConfigurationRecommendationCommandInput, DescribeComponentConfigurationRecommendationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the recommended monitoring configuration of the component.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const DescribeComponentConfigurationRecommendationCommand_base: {
66
66
  * @throws {@link ApplicationInsightsServiceException}
67
67
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class DescribeComponentConfigurationRecommendationCommand extends DescribeComponentConfigurationRecommendationCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface DescribeLogPatternCommandOutput extends DescribeLogPatternRespo
22
22
  }
23
23
  declare const DescribeLogPatternCommand_base: {
24
24
  new (input: DescribeLogPatternCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLogPatternCommandInput, DescribeLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeLogPatternCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLogPatternCommandInput, DescribeLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describe a specific log pattern from a <code>LogPatternSet</code>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const DescribeLogPatternCommand_base: {
72
72
  * @throws {@link ApplicationInsightsServiceException}
73
73
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class DescribeLogPatternCommand extends DescribeLogPatternCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface DescribeObservationCommandOutput extends DescribeObservationRes
22
22
  }
23
23
  declare const DescribeObservationCommand_base: {
24
24
  new (input: DescribeObservationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeObservationCommandInput, DescribeObservationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeObservationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeObservationCommandInput, DescribeObservationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes an anomaly or error with the application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -109,6 +109,7 @@ declare const DescribeObservationCommand_base: {
109
109
  * @throws {@link ApplicationInsightsServiceException}
110
110
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
111
111
  *
112
+ * @public
112
113
  */
113
114
  export declare class DescribeObservationCommand extends DescribeObservationCommand_base {
114
115
  }
@@ -22,10 +22,10 @@ export interface DescribeProblemCommandOutput extends DescribeProblemResponse, _
22
22
  }
23
23
  declare const DescribeProblemCommand_base: {
24
24
  new (input: DescribeProblemCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeProblemCommandInput, DescribeProblemCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeProblemCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeProblemCommandInput, DescribeProblemCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes an application problem.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const DescribeProblemCommand_base: {
81
81
  * @throws {@link ApplicationInsightsServiceException}
82
82
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class DescribeProblemCommand extends DescribeProblemCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface DescribeProblemObservationsCommandOutput extends DescribeProble
22
22
  }
23
23
  declare const DescribeProblemObservationsCommand_base: {
24
24
  new (input: DescribeProblemObservationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeProblemObservationsCommandInput, DescribeProblemObservationsCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeProblemObservationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeProblemObservationsCommandInput, DescribeProblemObservationsCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the anomalies or errors associated with the problem.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -113,6 +113,7 @@ declare const DescribeProblemObservationsCommand_base: {
113
113
  * @throws {@link ApplicationInsightsServiceException}
114
114
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
115
115
  *
116
+ * @public
116
117
  */
117
118
  export declare class DescribeProblemObservationsCommand extends DescribeProblemObservationsCommand_base {
118
119
  }
@@ -22,10 +22,10 @@ export interface DescribeWorkloadCommandOutput extends DescribeWorkloadResponse,
22
22
  }
23
23
  declare const DescribeWorkloadCommand_base: {
24
24
  new (input: DescribeWorkloadCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkloadCommandInput, DescribeWorkloadCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeWorkloadCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkloadCommandInput, DescribeWorkloadCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes a workload and its configuration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const DescribeWorkloadCommand_base: {
71
71
  * @throws {@link ApplicationInsightsServiceException}
72
72
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class DescribeWorkloadCommand extends DescribeWorkloadCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
22
22
  }
23
23
  declare const ListApplicationsCommand_base: {
24
24
  new (input: ListApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListApplicationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the IDs of the applications that you are monitoring. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const ListApplicationsCommand_base: {
75
75
  * @throws {@link ApplicationInsightsServiceException}
76
76
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface ListComponentsCommandOutput extends ListComponentsResponse, __M
22
22
  }
23
23
  declare const ListComponentsCommand_base: {
24
24
  new (input: ListComponentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListComponentsCommandInput, ListComponentsCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListComponentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListComponentsCommandInput, ListComponentsCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the auto-grouped, standalone, and custom components of the application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,7 @@ declare const ListComponentsCommand_base: {
80
80
  * @throws {@link ApplicationInsightsServiceException}
81
81
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class ListComponentsCommand extends ListComponentsCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface ListConfigurationHistoryCommandOutput extends ListConfiguration
22
22
  }
23
23
  declare const ListConfigurationHistoryCommand_base: {
24
24
  new (input: ListConfigurationHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<ListConfigurationHistoryCommandInput, ListConfigurationHistoryCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListConfigurationHistoryCommandInput]): import("@smithy/smithy-client").CommandImpl<ListConfigurationHistoryCommandInput, ListConfigurationHistoryCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by
30
30
  * Application Insights. Examples of events represented are: </p>
31
31
  * <ul>
@@ -93,6 +93,7 @@ declare const ListConfigurationHistoryCommand_base: {
93
93
  * @throws {@link ApplicationInsightsServiceException}
94
94
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class ListConfigurationHistoryCommand extends ListConfigurationHistoryCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface ListLogPatternSetsCommandOutput extends ListLogPatternSetsRespo
22
22
  }
23
23
  declare const ListLogPatternSetsCommand_base: {
24
24
  new (input: ListLogPatternSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLogPatternSetsCommandInput, ListLogPatternSetsCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListLogPatternSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLogPatternSetsCommandInput, ListLogPatternSetsCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the log pattern sets in the specific application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -70,6 +70,7 @@ declare const ListLogPatternSetsCommand_base: {
70
70
  * @throws {@link ApplicationInsightsServiceException}
71
71
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class ListLogPatternSetsCommand extends ListLogPatternSetsCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface ListLogPatternsCommandOutput extends ListLogPatternsResponse, _
22
22
  }
23
23
  declare const ListLogPatternsCommand_base: {
24
24
  new (input: ListLogPatternsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLogPatternsCommandInput, ListLogPatternsCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListLogPatternsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLogPatternsCommandInput, ListLogPatternsCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the log patterns in the specific log <code>LogPatternSet</code>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const ListLogPatternsCommand_base: {
76
76
  * @throws {@link ApplicationInsightsServiceException}
77
77
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class ListLogPatternsCommand extends ListLogPatternsCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface ListProblemsCommandOutput extends ListProblemsResponse, __Metad
22
22
  }
23
23
  declare const ListProblemsCommand_base: {
24
24
  new (input: ListProblemsCommandInput): import("@smithy/smithy-client").CommandImpl<ListProblemsCommandInput, ListProblemsCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListProblemsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListProblemsCommandInput, ListProblemsCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the problems with your application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -92,6 +92,7 @@ declare const ListProblemsCommand_base: {
92
92
  * @throws {@link ApplicationInsightsServiceException}
93
93
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class ListProblemsCommand extends ListProblemsCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieve a list of the tags (keys and values) that are associated with a specified
30
30
  * application. A <i>tag</i> is a label that you optionally define and associate
31
31
  * with an application. Each tag consists of a required <i>tag key</i> and an
@@ -69,6 +69,7 @@ declare const ListTagsForResourceCommand_base: {
69
69
  * @throws {@link ApplicationInsightsServiceException}
70
70
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface ListWorkloadsCommandOutput extends ListWorkloadsResponse, __Met
22
22
  }
23
23
  declare const ListWorkloadsCommand_base: {
24
24
  new (input: ListWorkloadsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkloadsCommandInput, ListWorkloadsCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListWorkloadsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkloadsCommandInput, ListWorkloadsCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the workloads that are configured on a given component.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const ListWorkloadsCommand_base: {
75
75
  * @throws {@link ApplicationInsightsServiceException}
76
76
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class ListWorkloadsCommand extends ListWorkloadsCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface RemoveWorkloadCommandOutput extends RemoveWorkloadResponse, __M
22
22
  }
23
23
  declare const RemoveWorkloadCommand_base: {
24
24
  new (input: RemoveWorkloadCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveWorkloadCommandInput, RemoveWorkloadCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RemoveWorkloadCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveWorkloadCommandInput, RemoveWorkloadCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Remove workload from a component.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -62,6 +62,7 @@ declare const RemoveWorkloadCommand_base: {
62
62
  * @throws {@link ApplicationInsightsServiceException}
63
63
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
64
64
  *
65
+ * @public
65
66
  */
66
67
  export declare class RemoveWorkloadCommand extends RemoveWorkloadCommand_base {
67
68
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Add one or more tags (keys and values) to a specified application. A
30
30
  * <i>tag</i> is a label that you optionally define and associate with an
31
31
  * application. Tags can help you categorize and manage application in different ways, such as
@@ -74,6 +74,7 @@ declare const TagResourceCommand_base: {
74
74
  * @throws {@link ApplicationInsightsServiceException}
75
75
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class TagResourceCommand extends TagResourceCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Remove one or more tags (keys and values) from a specified application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -60,6 +60,7 @@ declare const UntagResourceCommand_base: {
60
60
  * @throws {@link ApplicationInsightsServiceException}
61
61
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
62
62
  *
63
+ * @public
63
64
  */
64
65
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
65
66
  }