@aws-sdk/client-application-insights 3.533.0 → 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 (71) 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/ts3.4/ApplicationInsights.d.ts +4 -0
  38. package/dist-types/ts3.4/commands/AddWorkloadCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/CreateLogPatternCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DeleteLogPatternCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DescribeComponentConfigurationCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DescribeLogPatternCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DescribeObservationCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DescribeProblemCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DescribeProblemObservationsCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DescribeWorkloadCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListConfigurationHistoryCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListLogPatternSetsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListLogPatternsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListProblemsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/RemoveWorkloadCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/UpdateComponentConfigurationCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/UpdateLogPatternCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/UpdateProblemCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +9 -0
  71. package/package.json +40 -40
@@ -146,6 +146,7 @@ export interface ApplicationInsights {
146
146
  options: __HttpHandlerOptions,
147
147
  cb: (err: any, data?: AddWorkloadCommandOutput) => void
148
148
  ): void;
149
+ createApplication(): Promise<CreateApplicationCommandOutput>;
149
150
  createApplication(
150
151
  args: CreateApplicationCommandInput,
151
152
  options?: __HttpHandlerOptions
@@ -347,6 +348,7 @@ export interface ApplicationInsights {
347
348
  options: __HttpHandlerOptions,
348
349
  cb: (err: any, data?: DescribeWorkloadCommandOutput) => void
349
350
  ): void;
351
+ listApplications(): Promise<ListApplicationsCommandOutput>;
350
352
  listApplications(
351
353
  args: ListApplicationsCommandInput,
352
354
  options?: __HttpHandlerOptions
@@ -373,6 +375,7 @@ export interface ApplicationInsights {
373
375
  options: __HttpHandlerOptions,
374
376
  cb: (err: any, data?: ListComponentsCommandOutput) => void
375
377
  ): void;
378
+ listConfigurationHistory(): Promise<ListConfigurationHistoryCommandOutput>;
376
379
  listConfigurationHistory(
377
380
  args: ListConfigurationHistoryCommandInput,
378
381
  options?: __HttpHandlerOptions
@@ -412,6 +415,7 @@ export interface ApplicationInsights {
412
415
  options: __HttpHandlerOptions,
413
416
  cb: (err: any, data?: ListLogPatternSetsCommandOutput) => void
414
417
  ): void;
418
+ listProblems(): Promise<ListProblemsCommandOutput>;
415
419
  listProblems(
416
420
  args: ListProblemsCommandInput,
417
421
  options?: __HttpHandlerOptions
@@ -21,6 +21,15 @@ declare const AddWorkloadCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: AddWorkloadCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ AddWorkloadCommandInput,
28
+ AddWorkloadCommandOutput,
29
+ ApplicationInsightsClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class AddWorkloadCommand extends AddWorkloadCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateApplicationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [CreateApplicationCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateApplicationCommandInput,
32
+ CreateApplicationCommandOutput,
33
+ ApplicationInsightsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateApplicationCommand extends CreateApplicationCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateComponentCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateComponentCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateComponentCommandInput,
31
+ CreateComponentCommandOutput,
32
+ ApplicationInsightsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateComponentCommand extends CreateComponentCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateLogPatternCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateLogPatternCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateLogPatternCommandInput,
31
+ CreateLogPatternCommandOutput,
32
+ ApplicationInsightsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateLogPatternCommand extends CreateLogPatternCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteApplicationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteApplicationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteApplicationCommandInput,
32
+ DeleteApplicationCommandOutput,
33
+ ApplicationInsightsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteComponentCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteComponentCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteComponentCommandInput,
31
+ DeleteComponentCommandOutput,
32
+ ApplicationInsightsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteComponentCommand extends DeleteComponentCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteLogPatternCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteLogPatternCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteLogPatternCommandInput,
31
+ DeleteLogPatternCommandOutput,
32
+ ApplicationInsightsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteLogPatternCommand extends DeleteLogPatternCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeApplicationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeApplicationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeApplicationCommandInput,
32
+ DescribeApplicationCommandOutput,
33
+ ApplicationInsightsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeApplicationCommand extends DescribeApplicationCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeComponentCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeComponentCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeComponentCommandInput,
32
+ DescribeComponentCommandOutput,
33
+ ApplicationInsightsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeComponentCommand extends DescribeComponentCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeComponentConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeComponentConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeComponentConfigurationCommandInput,
32
+ DescribeComponentConfigurationCommandOutput,
33
+ ApplicationInsightsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeComponentConfigurationCommand extends DescribeComponentConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeComponentConfigurationRecommendationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeComponentConfigurationRecommendationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeComponentConfigurationRecommendationCommandInput,
32
+ DescribeComponentConfigurationRecommendationCommandOutput,
33
+ ApplicationInsightsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeComponentConfigurationRecommendationCommand extends DescribeComponentConfigurationRecommendationCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeLogPatternCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeLogPatternCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeLogPatternCommandInput,
32
+ DescribeLogPatternCommandOutput,
33
+ ApplicationInsightsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeLogPatternCommand extends DescribeLogPatternCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeObservationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeObservationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeObservationCommandInput,
32
+ DescribeObservationCommandOutput,
33
+ ApplicationInsightsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeObservationCommand extends DescribeObservationCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeProblemCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeProblemCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeProblemCommandInput,
31
+ DescribeProblemCommandOutput,
32
+ ApplicationInsightsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeProblemCommand extends DescribeProblemCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeProblemObservationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeProblemObservationsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeProblemObservationsCommandInput,
32
+ DescribeProblemObservationsCommandOutput,
33
+ ApplicationInsightsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeProblemObservationsCommand extends DescribeProblemObservationsCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeWorkloadCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeWorkloadCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeWorkloadCommandInput,
31
+ DescribeWorkloadCommandOutput,
32
+ ApplicationInsightsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeWorkloadCommand extends DescribeWorkloadCommand_base {}
@@ -24,6 +24,15 @@ declare const ListApplicationsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListApplicationsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListApplicationsCommandInput,
31
+ ListApplicationsCommandOutput,
32
+ ApplicationInsightsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListApplicationsCommand extends ListApplicationsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListComponentsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ListComponentsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListComponentsCommandInput,
31
+ ListComponentsCommandOutput,
32
+ ApplicationInsightsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListComponentsCommand extends ListComponentsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListConfigurationHistoryCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListConfigurationHistoryCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListConfigurationHistoryCommandInput,
32
+ ListConfigurationHistoryCommandOutput,
33
+ ApplicationInsightsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListConfigurationHistoryCommand extends ListConfigurationHistoryCommand_base {}
@@ -25,6 +25,15 @@ declare const ListLogPatternSetsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListLogPatternSetsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListLogPatternSetsCommandInput,
32
+ ListLogPatternSetsCommandOutput,
33
+ ApplicationInsightsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListLogPatternSetsCommand extends ListLogPatternSetsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListLogPatternsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ListLogPatternsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListLogPatternsCommandInput,
31
+ ListLogPatternsCommandOutput,
32
+ ApplicationInsightsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListLogPatternsCommand extends ListLogPatternsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListProblemsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ListProblemsCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListProblemsCommandInput,
28
+ ListProblemsCommandOutput,
29
+ ApplicationInsightsClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListProblemsCommand extends ListProblemsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ ApplicationInsightsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -24,6 +24,15 @@ declare const ListWorkloadsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ListWorkloadsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListWorkloadsCommandInput,
31
+ ListWorkloadsCommandOutput,
32
+ ApplicationInsightsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListWorkloadsCommand extends ListWorkloadsCommand_base {}
@@ -24,6 +24,15 @@ declare const RemoveWorkloadCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: RemoveWorkloadCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ RemoveWorkloadCommandInput,
31
+ RemoveWorkloadCommandOutput,
32
+ ApplicationInsightsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class RemoveWorkloadCommand extends RemoveWorkloadCommand_base {}
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: TagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TagResourceCommandInput,
28
+ TagResourceCommandOutput,
29
+ ApplicationInsightsClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -24,6 +24,15 @@ declare const UntagResourceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UntagResourceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UntagResourceCommandInput,
31
+ UntagResourceCommandOutput,
32
+ ApplicationInsightsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateApplicationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateApplicationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateApplicationCommandInput,
32
+ UpdateApplicationCommandOutput,
33
+ ApplicationInsightsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateApplicationCommand extends UpdateApplicationCommand_base {}
@@ -24,6 +24,15 @@ declare const UpdateComponentCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UpdateComponentCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UpdateComponentCommandInput,
31
+ UpdateComponentCommandOutput,
32
+ ApplicationInsightsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UpdateComponentCommand extends UpdateComponentCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateComponentConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateComponentConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateComponentConfigurationCommandInput,
32
+ UpdateComponentConfigurationCommandOutput,
33
+ ApplicationInsightsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateComponentConfigurationCommand extends UpdateComponentConfigurationCommand_base {}
@@ -24,6 +24,15 @@ declare const UpdateLogPatternCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UpdateLogPatternCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UpdateLogPatternCommandInput,
31
+ UpdateLogPatternCommandOutput,
32
+ ApplicationInsightsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UpdateLogPatternCommand extends UpdateLogPatternCommand_base {}
@@ -24,6 +24,15 @@ declare const UpdateProblemCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UpdateProblemCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UpdateProblemCommandInput,
31
+ UpdateProblemCommandOutput,
32
+ ApplicationInsightsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UpdateProblemCommand extends UpdateProblemCommand_base {}
@@ -24,6 +24,15 @@ declare const UpdateWorkloadCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UpdateWorkloadCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UpdateWorkloadCommandInput,
31
+ UpdateWorkloadCommandOutput,
32
+ ApplicationInsightsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UpdateWorkloadCommand extends UpdateWorkloadCommand_base {}