@aws-sdk/client-application-insights 3.478.0 → 3.484.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 (137) hide show
  1. package/dist-cjs/commands/AddWorkloadCommand.js +18 -41
  2. package/dist-cjs/commands/CreateApplicationCommand.js +18 -41
  3. package/dist-cjs/commands/CreateComponentCommand.js +18 -41
  4. package/dist-cjs/commands/CreateLogPatternCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteApplicationCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteComponentCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteLogPatternCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeApplicationCommand.js +18 -41
  9. package/dist-cjs/commands/DescribeComponentCommand.js +18 -41
  10. package/dist-cjs/commands/DescribeComponentConfigurationCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeComponentConfigurationRecommendationCommand.js +18 -41
  12. package/dist-cjs/commands/DescribeLogPatternCommand.js +18 -41
  13. package/dist-cjs/commands/DescribeObservationCommand.js +18 -41
  14. package/dist-cjs/commands/DescribeProblemCommand.js +18 -41
  15. package/dist-cjs/commands/DescribeProblemObservationsCommand.js +18 -41
  16. package/dist-cjs/commands/DescribeWorkloadCommand.js +18 -41
  17. package/dist-cjs/commands/ListApplicationsCommand.js +18 -41
  18. package/dist-cjs/commands/ListComponentsCommand.js +18 -41
  19. package/dist-cjs/commands/ListConfigurationHistoryCommand.js +18 -41
  20. package/dist-cjs/commands/ListLogPatternSetsCommand.js +18 -41
  21. package/dist-cjs/commands/ListLogPatternsCommand.js +18 -41
  22. package/dist-cjs/commands/ListProblemsCommand.js +18 -41
  23. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  24. package/dist-cjs/commands/ListWorkloadsCommand.js +18 -41
  25. package/dist-cjs/commands/RemoveWorkloadCommand.js +18 -41
  26. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  27. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  28. package/dist-cjs/commands/UpdateApplicationCommand.js +18 -41
  29. package/dist-cjs/commands/UpdateComponentCommand.js +18 -41
  30. package/dist-cjs/commands/UpdateComponentConfigurationCommand.js +18 -41
  31. package/dist-cjs/commands/UpdateLogPatternCommand.js +18 -41
  32. package/dist-cjs/commands/UpdateProblemCommand.js +18 -41
  33. package/dist-cjs/commands/UpdateWorkloadCommand.js +18 -41
  34. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  35. package/dist-es/commands/AddWorkloadCommand.js +18 -41
  36. package/dist-es/commands/CreateApplicationCommand.js +18 -41
  37. package/dist-es/commands/CreateComponentCommand.js +18 -41
  38. package/dist-es/commands/CreateLogPatternCommand.js +18 -41
  39. package/dist-es/commands/DeleteApplicationCommand.js +18 -41
  40. package/dist-es/commands/DeleteComponentCommand.js +18 -41
  41. package/dist-es/commands/DeleteLogPatternCommand.js +18 -41
  42. package/dist-es/commands/DescribeApplicationCommand.js +18 -41
  43. package/dist-es/commands/DescribeComponentCommand.js +18 -41
  44. package/dist-es/commands/DescribeComponentConfigurationCommand.js +18 -41
  45. package/dist-es/commands/DescribeComponentConfigurationRecommendationCommand.js +18 -41
  46. package/dist-es/commands/DescribeLogPatternCommand.js +18 -41
  47. package/dist-es/commands/DescribeObservationCommand.js +18 -41
  48. package/dist-es/commands/DescribeProblemCommand.js +18 -41
  49. package/dist-es/commands/DescribeProblemObservationsCommand.js +18 -41
  50. package/dist-es/commands/DescribeWorkloadCommand.js +18 -41
  51. package/dist-es/commands/ListApplicationsCommand.js +18 -41
  52. package/dist-es/commands/ListComponentsCommand.js +18 -41
  53. package/dist-es/commands/ListConfigurationHistoryCommand.js +18 -41
  54. package/dist-es/commands/ListLogPatternSetsCommand.js +18 -41
  55. package/dist-es/commands/ListLogPatternsCommand.js +18 -41
  56. package/dist-es/commands/ListProblemsCommand.js +18 -41
  57. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  58. package/dist-es/commands/ListWorkloadsCommand.js +18 -41
  59. package/dist-es/commands/RemoveWorkloadCommand.js +18 -41
  60. package/dist-es/commands/TagResourceCommand.js +18 -41
  61. package/dist-es/commands/UntagResourceCommand.js +18 -41
  62. package/dist-es/commands/UpdateApplicationCommand.js +18 -41
  63. package/dist-es/commands/UpdateComponentCommand.js +18 -41
  64. package/dist-es/commands/UpdateComponentConfigurationCommand.js +18 -41
  65. package/dist-es/commands/UpdateLogPatternCommand.js +18 -41
  66. package/dist-es/commands/UpdateProblemCommand.js +18 -41
  67. package/dist-es/commands/UpdateWorkloadCommand.js +18 -41
  68. package/dist-es/endpoint/EndpointParameters.js +6 -0
  69. package/dist-types/commands/AddWorkloadCommand.d.ts +6 -21
  70. package/dist-types/commands/CreateApplicationCommand.d.ts +6 -21
  71. package/dist-types/commands/CreateComponentCommand.d.ts +6 -21
  72. package/dist-types/commands/CreateLogPatternCommand.d.ts +6 -21
  73. package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -21
  74. package/dist-types/commands/DeleteComponentCommand.d.ts +6 -21
  75. package/dist-types/commands/DeleteLogPatternCommand.d.ts +6 -21
  76. package/dist-types/commands/DescribeApplicationCommand.d.ts +6 -21
  77. package/dist-types/commands/DescribeComponentCommand.d.ts +6 -21
  78. package/dist-types/commands/DescribeComponentConfigurationCommand.d.ts +6 -21
  79. package/dist-types/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +6 -21
  80. package/dist-types/commands/DescribeLogPatternCommand.d.ts +6 -21
  81. package/dist-types/commands/DescribeObservationCommand.d.ts +6 -21
  82. package/dist-types/commands/DescribeProblemCommand.d.ts +6 -21
  83. package/dist-types/commands/DescribeProblemObservationsCommand.d.ts +6 -21
  84. package/dist-types/commands/DescribeWorkloadCommand.d.ts +6 -21
  85. package/dist-types/commands/ListApplicationsCommand.d.ts +6 -21
  86. package/dist-types/commands/ListComponentsCommand.d.ts +6 -21
  87. package/dist-types/commands/ListConfigurationHistoryCommand.d.ts +6 -21
  88. package/dist-types/commands/ListLogPatternSetsCommand.d.ts +6 -21
  89. package/dist-types/commands/ListLogPatternsCommand.d.ts +6 -21
  90. package/dist-types/commands/ListProblemsCommand.d.ts +6 -21
  91. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  92. package/dist-types/commands/ListWorkloadsCommand.d.ts +6 -21
  93. package/dist-types/commands/RemoveWorkloadCommand.d.ts +6 -21
  94. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  95. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  96. package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -21
  97. package/dist-types/commands/UpdateComponentCommand.d.ts +6 -21
  98. package/dist-types/commands/UpdateComponentConfigurationCommand.d.ts +6 -21
  99. package/dist-types/commands/UpdateLogPatternCommand.d.ts +6 -21
  100. package/dist-types/commands/UpdateProblemCommand.d.ts +6 -21
  101. package/dist-types/commands/UpdateWorkloadCommand.d.ts +6 -21
  102. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  103. package/dist-types/ts3.4/commands/AddWorkloadCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/CreateLogPatternCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/DeleteLogPatternCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/DescribeComponentConfigurationCommand.d.ts +12 -24
  113. package/dist-types/ts3.4/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +12 -24
  114. package/dist-types/ts3.4/commands/DescribeLogPatternCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/DescribeObservationCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/DescribeProblemCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/DescribeProblemObservationsCommand.d.ts +12 -24
  118. package/dist-types/ts3.4/commands/DescribeWorkloadCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/ListConfigurationHistoryCommand.d.ts +12 -24
  122. package/dist-types/ts3.4/commands/ListLogPatternSetsCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/ListLogPatternsCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/ListProblemsCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  126. package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/RemoveWorkloadCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  129. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  130. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +14 -23
  132. package/dist-types/ts3.4/commands/UpdateComponentConfigurationCommand.d.ts +12 -24
  133. package/dist-types/ts3.4/commands/UpdateLogPatternCommand.d.ts +14 -23
  134. package/dist-types/ts3.4/commands/UpdateProblemCommand.d.ts +14 -23
  135. package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +14 -23
  136. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  137. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
4
  import { ListWorkloadsRequest, ListWorkloadsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListWorkloadsCommandInput extends ListWorkloadsRequest {
21
20
  */
22
21
  export interface ListWorkloadsCommandOutput extends ListWorkloadsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListWorkloadsCommand_base: {
24
+ new (input: ListWorkloadsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkloadsCommandInput, ListWorkloadsCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the workloads that are configured on a given component.</p>
@@ -73,23 +76,5 @@ export interface ListWorkloadsCommandOutput extends ListWorkloadsResponse, __Met
73
76
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
74
77
  *
75
78
  */
76
- export declare class ListWorkloadsCommand extends $Command<ListWorkloadsCommandInput, ListWorkloadsCommandOutput, ApplicationInsightsClientResolvedConfig> {
77
- readonly input: ListWorkloadsCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: ListWorkloadsCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkloadsCommandInput, ListWorkloadsCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class ListWorkloadsCommand extends ListWorkloadsCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
4
  import { RemoveWorkloadRequest, RemoveWorkloadResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RemoveWorkloadCommandInput extends RemoveWorkloadRequest {
21
20
  */
22
21
  export interface RemoveWorkloadCommandOutput extends RemoveWorkloadResponse, __MetadataBearer {
23
22
  }
23
+ declare const RemoveWorkloadCommand_base: {
24
+ new (input: RemoveWorkloadCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveWorkloadCommandInput, RemoveWorkloadCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Remove workload from a component.</p>
@@ -60,23 +63,5 @@ export interface RemoveWorkloadCommandOutput extends RemoveWorkloadResponse, __M
60
63
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
61
64
  *
62
65
  */
63
- export declare class RemoveWorkloadCommand extends $Command<RemoveWorkloadCommandInput, RemoveWorkloadCommandOutput, ApplicationInsightsClientResolvedConfig> {
64
- readonly input: RemoveWorkloadCommandInput;
65
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
- /**
67
- * @public
68
- */
69
- constructor(input: RemoveWorkloadCommandInput);
70
- /**
71
- * @internal
72
- */
73
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveWorkloadCommandInput, RemoveWorkloadCommandOutput>;
74
- /**
75
- * @internal
76
- */
77
- private serialize;
78
- /**
79
- * @internal
80
- */
81
- private deserialize;
66
+ export declare class RemoveWorkloadCommand extends RemoveWorkloadCommand_base {
82
67
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Add one or more tags (keys and values) to a specified application. A
@@ -72,23 +75,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
72
75
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
73
76
  *
74
77
  */
75
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ApplicationInsightsClientResolvedConfig> {
76
- readonly input: TagResourceCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: TagResourceCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class TagResourceCommand extends TagResourceCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Remove one or more tags (keys and values) from a specified application.</p>
@@ -58,23 +61,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
58
61
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
59
62
  *
60
63
  */
61
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ApplicationInsightsClientResolvedConfig> {
62
- readonly input: UntagResourceCommandInput;
63
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
- /**
65
- * @public
66
- */
67
- constructor(input: UntagResourceCommandInput);
68
- /**
69
- * @internal
70
- */
71
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
72
- /**
73
- * @internal
74
- */
75
- private serialize;
76
- /**
77
- * @internal
78
- */
79
- private deserialize;
64
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
80
65
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
4
  import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateApplicationCommandInput extends UpdateApplicationRequest
21
20
  */
22
21
  export interface UpdateApplicationCommandOutput extends UpdateApplicationResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateApplicationCommand_base: {
24
+ new (input: UpdateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the application.</p>
@@ -77,23 +80,5 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
77
80
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
78
81
  *
79
82
  */
80
- export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ApplicationInsightsClientResolvedConfig> {
81
- readonly input: UpdateApplicationCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: UpdateApplicationCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApplicationCommandInput, UpdateApplicationCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class UpdateApplicationCommand extends UpdateApplicationCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
4
  import { UpdateComponentRequest, UpdateComponentResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateComponentCommandInput extends UpdateComponentRequest {
21
20
  */
22
21
  export interface UpdateComponentCommandOutput extends UpdateComponentResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateComponentCommand_base: {
24
+ new (input: UpdateComponentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateComponentCommandInput, UpdateComponentCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the custom component name and/or the list of resources that make up the
@@ -67,23 +70,5 @@ export interface UpdateComponentCommandOutput extends UpdateComponentResponse, _
67
70
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
68
71
  *
69
72
  */
70
- export declare class UpdateComponentCommand extends $Command<UpdateComponentCommandInput, UpdateComponentCommandOutput, ApplicationInsightsClientResolvedConfig> {
71
- readonly input: UpdateComponentCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: UpdateComponentCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateComponentCommandInput, UpdateComponentCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class UpdateComponentCommand extends UpdateComponentCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
4
  import { UpdateComponentConfigurationRequest, UpdateComponentConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateComponentConfigurationCommandInput extends UpdateComponen
21
20
  */
22
21
  export interface UpdateComponentConfigurationCommandOutput extends UpdateComponentConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateComponentConfigurationCommand_base: {
24
+ new (input: UpdateComponentConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateComponentConfigurationCommandInput, UpdateComponentConfigurationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the monitoring configurations for the component. The configuration input
@@ -68,23 +71,5 @@ export interface UpdateComponentConfigurationCommandOutput extends UpdateCompone
68
71
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
69
72
  *
70
73
  */
71
- export declare class UpdateComponentConfigurationCommand extends $Command<UpdateComponentConfigurationCommandInput, UpdateComponentConfigurationCommandOutput, ApplicationInsightsClientResolvedConfig> {
72
- readonly input: UpdateComponentConfigurationCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: UpdateComponentConfigurationCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateComponentConfigurationCommandInput, UpdateComponentConfigurationCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class UpdateComponentConfigurationCommand extends UpdateComponentConfigurationCommand_base {
90
75
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
4
  import { UpdateLogPatternRequest, UpdateLogPatternResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateLogPatternCommandInput extends UpdateLogPatternRequest {
21
20
  */
22
21
  export interface UpdateLogPatternCommandOutput extends UpdateLogPatternResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateLogPatternCommand_base: {
24
+ new (input: UpdateLogPatternCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLogPatternCommandInput, UpdateLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds a log pattern to a <code>LogPatternSet</code>.</p>
@@ -73,23 +76,5 @@ export interface UpdateLogPatternCommandOutput extends UpdateLogPatternResponse,
73
76
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
74
77
  *
75
78
  */
76
- export declare class UpdateLogPatternCommand extends $Command<UpdateLogPatternCommandInput, UpdateLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig> {
77
- readonly input: UpdateLogPatternCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: UpdateLogPatternCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLogPatternCommandInput, UpdateLogPatternCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class UpdateLogPatternCommand extends UpdateLogPatternCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
4
  import { UpdateProblemRequest, UpdateProblemResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateProblemCommandInput extends UpdateProblemRequest {
21
20
  */
22
21
  export interface UpdateProblemCommandOutput extends UpdateProblemResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateProblemCommand_base: {
24
+ new (input: UpdateProblemCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProblemCommandInput, UpdateProblemCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the visibility of the problem or specifies the problem as
@@ -61,23 +64,5 @@ export interface UpdateProblemCommandOutput extends UpdateProblemResponse, __Met
61
64
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
62
65
  *
63
66
  */
64
- export declare class UpdateProblemCommand extends $Command<UpdateProblemCommandInput, UpdateProblemCommandOutput, ApplicationInsightsClientResolvedConfig> {
65
- readonly input: UpdateProblemCommandInput;
66
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
- /**
68
- * @public
69
- */
70
- constructor(input: UpdateProblemCommandInput);
71
- /**
72
- * @internal
73
- */
74
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateProblemCommandInput, UpdateProblemCommandOutput>;
75
- /**
76
- * @internal
77
- */
78
- private serialize;
79
- /**
80
- * @internal
81
- */
82
- private deserialize;
67
+ export declare class UpdateProblemCommand extends UpdateProblemCommand_base {
83
68
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
4
  import { UpdateWorkloadRequest, UpdateWorkloadResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateWorkloadCommandInput extends UpdateWorkloadRequest {
21
20
  */
22
21
  export interface UpdateWorkloadCommandOutput extends UpdateWorkloadResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateWorkloadCommand_base: {
24
+ new (input: UpdateWorkloadCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkloadCommandInput, UpdateWorkloadCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds a workload to a component. Each component can have at most five workloads.</p>
@@ -72,23 +75,5 @@ export interface UpdateWorkloadCommandOutput extends UpdateWorkloadResponse, __M
72
75
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
73
76
  *
74
77
  */
75
- export declare class UpdateWorkloadCommand extends $Command<UpdateWorkloadCommandInput, UpdateWorkloadCommandOutput, ApplicationInsightsClientResolvedConfig> {
76
- readonly input: UpdateWorkloadCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: UpdateWorkloadCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateWorkloadCommandInput, UpdateWorkloadCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class UpdateWorkloadCommand extends UpdateWorkloadCommand_base {
94
79
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ApplicationInsightsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface AddWorkloadCommandInput extends AddWorkloadRequest {}
17
11
  export interface AddWorkloadCommandOutput
18
12
  extends AddWorkloadResponse,
19
13
  __MetadataBearer {}
20
- export declare class AddWorkloadCommand extends $Command<
21
- AddWorkloadCommandInput,
22
- AddWorkloadCommandOutput,
23
- ApplicationInsightsClientResolvedConfig
24
- > {
25
- readonly input: AddWorkloadCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: AddWorkloadCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ApplicationInsightsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<AddWorkloadCommandInput, AddWorkloadCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const AddWorkloadCommand_base: {
15
+ new (
16
+ input: AddWorkloadCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ AddWorkloadCommandInput,
19
+ AddWorkloadCommandOutput,
20
+ ApplicationInsightsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class AddWorkloadCommand extends AddWorkloadCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ApplicationInsightsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface CreateApplicationCommandInput
21
15
  export interface CreateApplicationCommandOutput
22
16
  extends CreateApplicationResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateApplicationCommand extends $Command<
25
- CreateApplicationCommandInput,
26
- CreateApplicationCommandOutput,
27
- ApplicationInsightsClientResolvedConfig
28
- > {
29
- readonly input: CreateApplicationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateApplicationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ApplicationInsightsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateApplicationCommand_base: {
19
+ new (
20
+ input: CreateApplicationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateApplicationCommandInput,
23
+ CreateApplicationCommandOutput,
24
+ ApplicationInsightsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateApplicationCommand extends CreateApplicationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ApplicationInsightsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface CreateComponentCommandInput extends CreateComponentRequest {}
20
14
  export interface CreateComponentCommandOutput
21
15
  extends CreateComponentResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateComponentCommand extends $Command<
24
- CreateComponentCommandInput,
25
- CreateComponentCommandOutput,
26
- ApplicationInsightsClientResolvedConfig
27
- > {
28
- readonly input: CreateComponentCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateComponentCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ApplicationInsightsClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateComponentCommandInput, CreateComponentCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateComponentCommand_base: {
18
+ new (
19
+ input: CreateComponentCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateComponentCommandInput,
22
+ CreateComponentCommandOutput,
23
+ ApplicationInsightsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateComponentCommand extends CreateComponentCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ApplicationInsightsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface CreateLogPatternCommandInput extends CreateLogPatternRequest {}
20
14
  export interface CreateLogPatternCommandOutput
21
15
  extends CreateLogPatternResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateLogPatternCommand extends $Command<
24
- CreateLogPatternCommandInput,
25
- CreateLogPatternCommandOutput,
26
- ApplicationInsightsClientResolvedConfig
27
- > {
28
- readonly input: CreateLogPatternCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateLogPatternCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ApplicationInsightsClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateLogPatternCommandInput, CreateLogPatternCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateLogPatternCommand_base: {
18
+ new (
19
+ input: CreateLogPatternCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateLogPatternCommandInput,
22
+ CreateLogPatternCommandOutput,
23
+ ApplicationInsightsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateLogPatternCommand extends CreateLogPatternCommand_base {}