@aws-sdk/client-devops-guru 3.192.0 → 3.193.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 (163) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/DevOpsGuruClient.js +11 -8
  3. package/dist-cjs/commands/AddNotificationChannelCommand.js +10 -0
  4. package/dist-cjs/commands/DeleteInsightCommand.js +10 -0
  5. package/dist-cjs/commands/DescribeAccountHealthCommand.js +10 -0
  6. package/dist-cjs/commands/DescribeAccountOverviewCommand.js +10 -0
  7. package/dist-cjs/commands/DescribeAnomalyCommand.js +10 -0
  8. package/dist-cjs/commands/DescribeEventSourcesConfigCommand.js +10 -0
  9. package/dist-cjs/commands/DescribeFeedbackCommand.js +10 -0
  10. package/dist-cjs/commands/DescribeInsightCommand.js +10 -0
  11. package/dist-cjs/commands/DescribeOrganizationHealthCommand.js +10 -0
  12. package/dist-cjs/commands/DescribeOrganizationOverviewCommand.js +10 -0
  13. package/dist-cjs/commands/DescribeOrganizationResourceCollectionHealthCommand.js +10 -0
  14. package/dist-cjs/commands/DescribeResourceCollectionHealthCommand.js +10 -0
  15. package/dist-cjs/commands/DescribeServiceIntegrationCommand.js +10 -0
  16. package/dist-cjs/commands/GetCostEstimationCommand.js +10 -0
  17. package/dist-cjs/commands/GetResourceCollectionCommand.js +10 -0
  18. package/dist-cjs/commands/ListAnomaliesForInsightCommand.js +10 -0
  19. package/dist-cjs/commands/ListAnomalousLogGroupsCommand.js +10 -0
  20. package/dist-cjs/commands/ListEventsCommand.js +10 -0
  21. package/dist-cjs/commands/ListInsightsCommand.js +10 -0
  22. package/dist-cjs/commands/ListMonitoredResourcesCommand.js +10 -0
  23. package/dist-cjs/commands/ListNotificationChannelsCommand.js +10 -0
  24. package/dist-cjs/commands/ListOrganizationInsightsCommand.js +10 -0
  25. package/dist-cjs/commands/ListRecommendationsCommand.js +10 -0
  26. package/dist-cjs/commands/PutFeedbackCommand.js +10 -0
  27. package/dist-cjs/commands/RemoveNotificationChannelCommand.js +10 -0
  28. package/dist-cjs/commands/SearchInsightsCommand.js +10 -0
  29. package/dist-cjs/commands/SearchOrganizationInsightsCommand.js +10 -0
  30. package/dist-cjs/commands/StartCostEstimationCommand.js +10 -0
  31. package/dist-cjs/commands/UpdateEventSourcesConfigCommand.js +10 -0
  32. package/dist-cjs/commands/UpdateResourceCollectionCommand.js +10 -0
  33. package/dist-cjs/commands/UpdateServiceIntegrationCommand.js +10 -0
  34. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  35. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  36. package/dist-cjs/endpoint/ruleset.js +318 -0
  37. package/dist-cjs/models/models_0.js +26 -0
  38. package/dist-cjs/protocols/Aws_restJson1.js +12 -0
  39. package/dist-cjs/runtimeConfig.shared.js +3 -3
  40. package/dist-es/DevOpsGuruClient.js +12 -9
  41. package/dist-es/commands/AddNotificationChannelCommand.js +10 -0
  42. package/dist-es/commands/DeleteInsightCommand.js +10 -0
  43. package/dist-es/commands/DescribeAccountHealthCommand.js +10 -0
  44. package/dist-es/commands/DescribeAccountOverviewCommand.js +10 -0
  45. package/dist-es/commands/DescribeAnomalyCommand.js +10 -0
  46. package/dist-es/commands/DescribeEventSourcesConfigCommand.js +10 -0
  47. package/dist-es/commands/DescribeFeedbackCommand.js +10 -0
  48. package/dist-es/commands/DescribeInsightCommand.js +10 -0
  49. package/dist-es/commands/DescribeOrganizationHealthCommand.js +10 -0
  50. package/dist-es/commands/DescribeOrganizationOverviewCommand.js +10 -0
  51. package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +10 -0
  52. package/dist-es/commands/DescribeResourceCollectionHealthCommand.js +10 -0
  53. package/dist-es/commands/DescribeServiceIntegrationCommand.js +10 -0
  54. package/dist-es/commands/GetCostEstimationCommand.js +10 -0
  55. package/dist-es/commands/GetResourceCollectionCommand.js +10 -0
  56. package/dist-es/commands/ListAnomaliesForInsightCommand.js +10 -0
  57. package/dist-es/commands/ListAnomalousLogGroupsCommand.js +10 -0
  58. package/dist-es/commands/ListEventsCommand.js +10 -0
  59. package/dist-es/commands/ListInsightsCommand.js +10 -0
  60. package/dist-es/commands/ListMonitoredResourcesCommand.js +10 -0
  61. package/dist-es/commands/ListNotificationChannelsCommand.js +10 -0
  62. package/dist-es/commands/ListOrganizationInsightsCommand.js +10 -0
  63. package/dist-es/commands/ListRecommendationsCommand.js +10 -0
  64. package/dist-es/commands/PutFeedbackCommand.js +10 -0
  65. package/dist-es/commands/RemoveNotificationChannelCommand.js +10 -0
  66. package/dist-es/commands/SearchInsightsCommand.js +10 -0
  67. package/dist-es/commands/SearchOrganizationInsightsCommand.js +10 -0
  68. package/dist-es/commands/StartCostEstimationCommand.js +10 -0
  69. package/dist-es/commands/UpdateEventSourcesConfigCommand.js +10 -0
  70. package/dist-es/commands/UpdateResourceCollectionCommand.js +10 -0
  71. package/dist-es/commands/UpdateServiceIntegrationCommand.js +10 -0
  72. package/dist-es/endpoint/EndpointParameters.js +8 -0
  73. package/dist-es/endpoint/endpointResolver.js +8 -0
  74. package/dist-es/endpoint/ruleset.js +315 -0
  75. package/dist-es/models/models_0.js +26 -0
  76. package/dist-es/protocols/Aws_restJson1.js +12 -0
  77. package/dist-es/runtimeConfig.shared.js +2 -2
  78. package/dist-types/DevOpsGuru.d.ts +1 -2
  79. package/dist-types/DevOpsGuruClient.d.ts +6 -9
  80. package/dist-types/commands/AddNotificationChannelCommand.d.ts +2 -0
  81. package/dist-types/commands/DeleteInsightCommand.d.ts +2 -0
  82. package/dist-types/commands/DescribeAccountHealthCommand.d.ts +2 -0
  83. package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +2 -0
  84. package/dist-types/commands/DescribeAnomalyCommand.d.ts +2 -0
  85. package/dist-types/commands/DescribeEventSourcesConfigCommand.d.ts +2 -0
  86. package/dist-types/commands/DescribeFeedbackCommand.d.ts +2 -0
  87. package/dist-types/commands/DescribeInsightCommand.d.ts +2 -0
  88. package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +2 -0
  89. package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +2 -0
  90. package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +2 -0
  91. package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +2 -0
  92. package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +2 -0
  93. package/dist-types/commands/GetCostEstimationCommand.d.ts +2 -0
  94. package/dist-types/commands/GetResourceCollectionCommand.d.ts +2 -0
  95. package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +2 -0
  96. package/dist-types/commands/ListAnomalousLogGroupsCommand.d.ts +2 -0
  97. package/dist-types/commands/ListEventsCommand.d.ts +2 -0
  98. package/dist-types/commands/ListInsightsCommand.d.ts +2 -0
  99. package/dist-types/commands/ListMonitoredResourcesCommand.d.ts +2 -0
  100. package/dist-types/commands/ListNotificationChannelsCommand.d.ts +2 -0
  101. package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +2 -0
  102. package/dist-types/commands/ListRecommendationsCommand.d.ts +2 -0
  103. package/dist-types/commands/PutFeedbackCommand.d.ts +2 -0
  104. package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +2 -0
  105. package/dist-types/commands/SearchInsightsCommand.d.ts +3 -2
  106. package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +2 -0
  107. package/dist-types/commands/StartCostEstimationCommand.d.ts +2 -0
  108. package/dist-types/commands/UpdateEventSourcesConfigCommand.d.ts +2 -0
  109. package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +2 -0
  110. package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +2 -0
  111. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  112. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  113. package/dist-types/endpoint/ruleset.d.ts +2 -0
  114. package/dist-types/models/models_0.d.ts +65 -2
  115. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  116. package/dist-types/runtimeConfig.d.ts +4 -2
  117. package/dist-types/runtimeConfig.native.d.ts +4 -2
  118. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  119. package/dist-types/ts3.4/DevOpsGuruClient.d.ts +15 -8
  120. package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +2 -0
  121. package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +2 -0
  122. package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +2 -0
  123. package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +2 -0
  124. package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +2 -0
  125. package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +2 -0
  126. package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +2 -0
  127. package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +2 -0
  128. package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +2 -0
  129. package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +2 -0
  130. package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +2 -0
  131. package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +2 -0
  132. package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +2 -0
  133. package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +2 -0
  134. package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +2 -0
  135. package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +2 -0
  136. package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +2 -0
  137. package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +2 -0
  138. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +2 -0
  139. package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +2 -0
  140. package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +2 -0
  141. package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +2 -0
  142. package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +2 -0
  143. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +2 -0
  144. package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +2 -0
  145. package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +2 -0
  146. package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +2 -0
  147. package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +2 -0
  148. package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +2 -0
  149. package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +2 -0
  150. package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +2 -0
  151. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  152. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  153. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  154. package/dist-types/ts3.4/models/models_0.d.ts +33 -1
  155. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  156. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  157. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  158. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  159. package/package.json +28 -26
  160. package/dist-cjs/endpoints.js +0 -160
  161. package/dist-es/endpoints.js +0 -156
  162. package/dist-types/endpoints.d.ts +0 -2
  163. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -1,11 +1,12 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
1
+ import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint";
2
3
  import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
4
  import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
5
  import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
6
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
7
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
8
  import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
10
  import { AddNotificationChannelCommandInput, AddNotificationChannelCommandOutput } from "./commands/AddNotificationChannelCommand";
10
11
  import { DeleteInsightCommandInput, DeleteInsightCommandOutput } from "./commands/DeleteInsightCommand";
11
12
  import { DescribeAccountHealthCommandInput, DescribeAccountHealthCommandOutput } from "./commands/DescribeAccountHealthCommand";
@@ -37,6 +38,7 @@ import { StartCostEstimationCommandInput, StartCostEstimationCommandOutput } fro
37
38
  import { UpdateEventSourcesConfigCommandInput, UpdateEventSourcesConfigCommandOutput } from "./commands/UpdateEventSourcesConfigCommand";
38
39
  import { UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput } from "./commands/UpdateResourceCollectionCommand";
39
40
  import { UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput } from "./commands/UpdateServiceIntegrationCommand";
41
+ import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
40
42
  export declare type ServiceInputTypes = AddNotificationChannelCommandInput | DeleteInsightCommandInput | DescribeAccountHealthCommandInput | DescribeAccountOverviewCommandInput | DescribeAnomalyCommandInput | DescribeEventSourcesConfigCommandInput | DescribeFeedbackCommandInput | DescribeInsightCommandInput | DescribeOrganizationHealthCommandInput | DescribeOrganizationOverviewCommandInput | DescribeOrganizationResourceCollectionHealthCommandInput | DescribeResourceCollectionHealthCommandInput | DescribeServiceIntegrationCommandInput | GetCostEstimationCommandInput | GetResourceCollectionCommandInput | ListAnomaliesForInsightCommandInput | ListAnomalousLogGroupsCommandInput | ListEventsCommandInput | ListInsightsCommandInput | ListMonitoredResourcesCommandInput | ListNotificationChannelsCommandInput | ListOrganizationInsightsCommandInput | ListRecommendationsCommandInput | PutFeedbackCommandInput | RemoveNotificationChannelCommandInput | SearchInsightsCommandInput | SearchOrganizationInsightsCommandInput | StartCostEstimationCommandInput | UpdateEventSourcesConfigCommandInput | UpdateResourceCollectionCommandInput | UpdateServiceIntegrationCommandInput;
41
43
  export declare type ServiceOutputTypes = AddNotificationChannelCommandOutput | DeleteInsightCommandOutput | DescribeAccountHealthCommandOutput | DescribeAccountOverviewCommandOutput | DescribeAnomalyCommandOutput | DescribeEventSourcesConfigCommandOutput | DescribeFeedbackCommandOutput | DescribeInsightCommandOutput | DescribeOrganizationHealthCommandOutput | DescribeOrganizationOverviewCommandOutput | DescribeOrganizationResourceCollectionHealthCommandOutput | DescribeResourceCollectionHealthCommandOutput | DescribeServiceIntegrationCommandOutput | GetCostEstimationCommandOutput | GetResourceCollectionCommandOutput | ListAnomaliesForInsightCommandOutput | ListAnomalousLogGroupsCommandOutput | ListEventsCommandOutput | ListInsightsCommandOutput | ListMonitoredResourcesCommandOutput | ListNotificationChannelsCommandOutput | ListOrganizationInsightsCommandOutput | ListRecommendationsCommandOutput | PutFeedbackCommandOutput | RemoveNotificationChannelCommandOutput | SearchInsightsCommandOutput | SearchOrganizationInsightsCommandOutput | StartCostEstimationCommandOutput | UpdateEventSourcesConfigCommandOutput | UpdateResourceCollectionCommandOutput | UpdateServiceIntegrationCommandOutput;
42
44
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
@@ -129,11 +131,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
129
131
  * @internal
130
132
  */
131
133
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
132
- /**
133
- * Fetch related hostname, signing name or signing region with given region.
134
- * @internal
135
- */
136
- regionInfoProvider?: RegionInfoProvider;
137
134
  /**
138
135
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
139
136
  * @internal
@@ -144,13 +141,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
144
141
  */
145
142
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
146
143
  }
147
- declare type DevOpsGuruClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
144
+ declare type DevOpsGuruClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
148
145
  /**
149
146
  * The configuration interface of DevOpsGuruClient class constructor that set the region, credentials and other options.
150
147
  */
151
148
  export interface DevOpsGuruClientConfig extends DevOpsGuruClientConfigType {
152
149
  }
153
- declare type DevOpsGuruClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
150
+ declare type DevOpsGuruClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
154
151
  /**
155
152
  * The resolved configuration interface of DevOpsGuruClient class. This is resolved and normalized from the {@link DevOpsGuruClientConfig | constructor configuration interface}.
156
153
  */
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -34,6 +35,7 @@ export interface AddNotificationChannelCommandOutput extends AddNotificationChan
34
35
  */
35
36
  export declare class AddNotificationChannelCommand extends $Command<AddNotificationChannelCommandInput, AddNotificationChannelCommandOutput, DevOpsGuruClientResolvedConfig> {
36
37
  readonly input: AddNotificationChannelCommandInput;
38
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
37
39
  constructor(input: AddNotificationChannelCommandInput);
38
40
  /**
39
41
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -25,6 +26,7 @@ export interface DeleteInsightCommandOutput extends DeleteInsightResponse, __Met
25
26
  */
26
27
  export declare class DeleteInsightCommand extends $Command<DeleteInsightCommandInput, DeleteInsightCommandOutput, DevOpsGuruClientResolvedConfig> {
27
28
  readonly input: DeleteInsightCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteInsightCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -27,6 +28,7 @@ export interface DescribeAccountHealthCommandOutput extends DescribeAccountHealt
27
28
  */
28
29
  export declare class DescribeAccountHealthCommand extends $Command<DescribeAccountHealthCommandInput, DescribeAccountHealthCommandOutput, DevOpsGuruClientResolvedConfig> {
29
30
  readonly input: DescribeAccountHealthCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DescribeAccountHealthCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -27,6 +28,7 @@ export interface DescribeAccountOverviewCommandOutput extends DescribeAccountOve
27
28
  */
28
29
  export declare class DescribeAccountOverviewCommand extends $Command<DescribeAccountOverviewCommandInput, DescribeAccountOverviewCommandOutput, DevOpsGuruClientResolvedConfig> {
29
30
  readonly input: DescribeAccountOverviewCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DescribeAccountOverviewCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -25,6 +26,7 @@ export interface DescribeAnomalyCommandOutput extends DescribeAnomalyResponse, _
25
26
  */
26
27
  export declare class DescribeAnomalyCommand extends $Command<DescribeAnomalyCommandInput, DescribeAnomalyCommandOutput, DevOpsGuruClientResolvedConfig> {
27
28
  readonly input: DescribeAnomalyCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeAnomalyCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -28,6 +29,7 @@ export interface DescribeEventSourcesConfigCommandOutput extends DescribeEventSo
28
29
  */
29
30
  export declare class DescribeEventSourcesConfigCommand extends $Command<DescribeEventSourcesConfigCommandInput, DescribeEventSourcesConfigCommandOutput, DevOpsGuruClientResolvedConfig> {
30
31
  readonly input: DescribeEventSourcesConfigCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: DescribeEventSourcesConfigCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -26,6 +27,7 @@ export interface DescribeFeedbackCommandOutput extends DescribeFeedbackResponse,
26
27
  */
27
28
  export declare class DescribeFeedbackCommand extends $Command<DescribeFeedbackCommandInput, DescribeFeedbackCommandOutput, DevOpsGuruClientResolvedConfig> {
28
29
  readonly input: DescribeFeedbackCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DescribeFeedbackCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -25,6 +26,7 @@ export interface DescribeInsightCommandOutput extends DescribeInsightResponse, _
25
26
  */
26
27
  export declare class DescribeInsightCommand extends $Command<DescribeInsightCommandInput, DescribeInsightCommandOutput, DevOpsGuruClientResolvedConfig> {
27
28
  readonly input: DescribeInsightCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeInsightCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -26,6 +27,7 @@ export interface DescribeOrganizationHealthCommandOutput extends DescribeOrganiz
26
27
  */
27
28
  export declare class DescribeOrganizationHealthCommand extends $Command<DescribeOrganizationHealthCommandInput, DescribeOrganizationHealthCommandOutput, DevOpsGuruClientResolvedConfig> {
28
29
  readonly input: DescribeOrganizationHealthCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DescribeOrganizationHealthCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -26,6 +27,7 @@ export interface DescribeOrganizationOverviewCommandOutput extends DescribeOrgan
26
27
  */
27
28
  export declare class DescribeOrganizationOverviewCommand extends $Command<DescribeOrganizationOverviewCommandInput, DescribeOrganizationOverviewCommandOutput, DevOpsGuruClientResolvedConfig> {
28
29
  readonly input: DescribeOrganizationOverviewCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DescribeOrganizationOverviewCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -27,6 +28,7 @@ export interface DescribeOrganizationResourceCollectionHealthCommandOutput exten
27
28
  */
28
29
  export declare class DescribeOrganizationResourceCollectionHealthCommand extends $Command<DescribeOrganizationResourceCollectionHealthCommandInput, DescribeOrganizationResourceCollectionHealthCommandOutput, DevOpsGuruClientResolvedConfig> {
29
30
  readonly input: DescribeOrganizationResourceCollectionHealthCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DescribeOrganizationResourceCollectionHealthCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -29,6 +30,7 @@ export interface DescribeResourceCollectionHealthCommandOutput extends DescribeR
29
30
  */
30
31
  export declare class DescribeResourceCollectionHealthCommand extends $Command<DescribeResourceCollectionHealthCommandInput, DescribeResourceCollectionHealthCommandOutput, DevOpsGuruClientResolvedConfig> {
31
32
  readonly input: DescribeResourceCollectionHealthCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: DescribeResourceCollectionHealthCommandInput);
33
35
  /**
34
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -27,6 +28,7 @@ export interface DescribeServiceIntegrationCommandOutput extends DescribeService
27
28
  */
28
29
  export declare class DescribeServiceIntegrationCommand extends $Command<DescribeServiceIntegrationCommandInput, DescribeServiceIntegrationCommandOutput, DevOpsGuruClientResolvedConfig> {
29
30
  readonly input: DescribeServiceIntegrationCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DescribeServiceIntegrationCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -29,6 +30,7 @@ export interface GetCostEstimationCommandOutput extends GetCostEstimationRespons
29
30
  */
30
31
  export declare class GetCostEstimationCommand extends $Command<GetCostEstimationCommandInput, GetCostEstimationCommandOutput, DevOpsGuruClientResolvedConfig> {
31
32
  readonly input: GetCostEstimationCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: GetCostEstimationCommandInput);
33
35
  /**
34
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -28,6 +29,7 @@ export interface GetResourceCollectionCommandOutput extends GetResourceCollectio
28
29
  */
29
30
  export declare class GetResourceCollectionCommand extends $Command<GetResourceCollectionCommandInput, GetResourceCollectionCommandOutput, DevOpsGuruClientResolvedConfig> {
30
31
  readonly input: GetResourceCollectionCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: GetResourceCollectionCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -26,6 +27,7 @@ export interface ListAnomaliesForInsightCommandOutput extends ListAnomaliesForIn
26
27
  */
27
28
  export declare class ListAnomaliesForInsightCommand extends $Command<ListAnomaliesForInsightCommandInput, ListAnomaliesForInsightCommandOutput, DevOpsGuruClientResolvedConfig> {
28
29
  readonly input: ListAnomaliesForInsightCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: ListAnomaliesForInsightCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -27,6 +28,7 @@ export interface ListAnomalousLogGroupsCommandOutput extends ListAnomalousLogGro
27
28
  */
28
29
  export declare class ListAnomalousLogGroupsCommand extends $Command<ListAnomalousLogGroupsCommandInput, ListAnomalousLogGroupsCommandOutput, DevOpsGuruClientResolvedConfig> {
29
30
  readonly input: ListAnomalousLogGroupsCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ListAnomalousLogGroupsCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -26,6 +27,7 @@ export interface ListEventsCommandOutput extends ListEventsResponse, __MetadataB
26
27
  */
27
28
  export declare class ListEventsCommand extends $Command<ListEventsCommandInput, ListEventsCommandOutput, DevOpsGuruClientResolvedConfig> {
28
29
  readonly input: ListEventsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: ListEventsCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -27,6 +28,7 @@ export interface ListInsightsCommandOutput extends ListInsightsResponse, __Metad
27
28
  */
28
29
  export declare class ListInsightsCommand extends $Command<ListInsightsCommandInput, ListInsightsCommandOutput, DevOpsGuruClientResolvedConfig> {
29
30
  readonly input: ListInsightsCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ListInsightsCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -27,6 +28,7 @@ export interface ListMonitoredResourcesCommandOutput extends ListMonitoredResour
27
28
  */
28
29
  export declare class ListMonitoredResourcesCommand extends $Command<ListMonitoredResourcesCommandInput, ListMonitoredResourcesCommandOutput, DevOpsGuruClientResolvedConfig> {
29
30
  readonly input: ListMonitoredResourcesCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ListMonitoredResourcesCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -28,6 +29,7 @@ export interface ListNotificationChannelsCommandOutput extends ListNotificationC
28
29
  */
29
30
  export declare class ListNotificationChannelsCommand extends $Command<ListNotificationChannelsCommandInput, ListNotificationChannelsCommandOutput, DevOpsGuruClientResolvedConfig> {
30
31
  readonly input: ListNotificationChannelsCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: ListNotificationChannelsCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -25,6 +26,7 @@ export interface ListOrganizationInsightsCommandOutput extends ListOrganizationI
25
26
  */
26
27
  export declare class ListOrganizationInsightsCommand extends $Command<ListOrganizationInsightsCommandInput, ListOrganizationInsightsCommandOutput, DevOpsGuruClientResolvedConfig> {
27
28
  readonly input: ListOrganizationInsightsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListOrganizationInsightsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -26,6 +27,7 @@ export interface ListRecommendationsCommandOutput extends ListRecommendationsRes
26
27
  */
27
28
  export declare class ListRecommendationsCommand extends $Command<ListRecommendationsCommandInput, ListRecommendationsCommandOutput, DevOpsGuruClientResolvedConfig> {
28
29
  readonly input: ListRecommendationsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: ListRecommendationsCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -25,6 +26,7 @@ export interface PutFeedbackCommandOutput extends PutFeedbackResponse, __Metadat
25
26
  */
26
27
  export declare class PutFeedbackCommand extends $Command<PutFeedbackCommandInput, PutFeedbackCommandOutput, DevOpsGuruClientResolvedConfig> {
27
28
  readonly input: PutFeedbackCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: PutFeedbackCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -27,6 +28,7 @@ export interface RemoveNotificationChannelCommandOutput extends RemoveNotificati
27
28
  */
28
29
  export declare class RemoveNotificationChannelCommand extends $Command<RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput, DevOpsGuruClientResolvedConfig> {
29
30
  readonly input: RemoveNotificationChannelCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: RemoveNotificationChannelCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -8,8 +9,7 @@ export interface SearchInsightsCommandOutput extends SearchInsightsResponse, __M
8
9
  }
9
10
  /**
10
11
  * <p> Returns a list of insights in your Amazon Web Services account. You can specify which insights are
11
- * returned by their start time, one or more statuses (<code>ONGOING</code>,
12
- * <code>CLOSED</code>, and <code>CLOSED</code>), one or more severities
12
+ * returned by their start time, one or more statuses (<code>ONGOING</code> or <code>CLOSED</code>), one or more severities
13
13
  * (<code>LOW</code>, <code>MEDIUM</code>, and <code>HIGH</code>), and type
14
14
  * (<code>REACTIVE</code> or <code>PROACTIVE</code>). </p>
15
15
  * <p> Use the <code>Filters</code> parameter to specify status and severity search
@@ -32,6 +32,7 @@ export interface SearchInsightsCommandOutput extends SearchInsightsResponse, __M
32
32
  */
33
33
  export declare class SearchInsightsCommand extends $Command<SearchInsightsCommandInput, SearchInsightsCommandOutput, DevOpsGuruClientResolvedConfig> {
34
34
  readonly input: SearchInsightsCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
35
36
  constructor(input: SearchInsightsCommandInput);
36
37
  /**
37
38
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -32,6 +33,7 @@ export interface SearchOrganizationInsightsCommandOutput extends SearchOrganizat
32
33
  */
33
34
  export declare class SearchOrganizationInsightsCommand extends $Command<SearchOrganizationInsightsCommandInput, SearchOrganizationInsightsCommandOutput, DevOpsGuruClientResolvedConfig> {
34
35
  readonly input: SearchOrganizationInsightsCommandInput;
36
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
35
37
  constructor(input: SearchOrganizationInsightsCommandInput);
36
38
  /**
37
39
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -26,6 +27,7 @@ export interface StartCostEstimationCommandOutput extends StartCostEstimationRes
26
27
  */
27
28
  export declare class StartCostEstimationCommand extends $Command<StartCostEstimationCommandInput, StartCostEstimationCommandOutput, DevOpsGuruClientResolvedConfig> {
28
29
  readonly input: StartCostEstimationCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: StartCostEstimationCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -27,6 +28,7 @@ export interface UpdateEventSourcesConfigCommandOutput extends UpdateEventSource
27
28
  */
28
29
  export declare class UpdateEventSourcesConfigCommand extends $Command<UpdateEventSourcesConfigCommandInput, UpdateEventSourcesConfigCommandOutput, DevOpsGuruClientResolvedConfig> {
29
30
  readonly input: UpdateEventSourcesConfigCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: UpdateEventSourcesConfigCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -29,6 +30,7 @@ export interface UpdateResourceCollectionCommandOutput extends UpdateResourceCol
29
30
  */
30
31
  export declare class UpdateResourceCollectionCommand extends $Command<UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput, DevOpsGuruClientResolvedConfig> {
31
32
  readonly input: UpdateResourceCollectionCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: UpdateResourceCollectionCommandInput);
33
35
  /**
34
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
@@ -27,6 +28,7 @@ export interface UpdateServiceIntegrationCommandOutput extends UpdateServiceInte
27
28
  */
28
29
  export declare class UpdateServiceIntegrationCommand extends $Command<UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput, DevOpsGuruClientResolvedConfig> {
29
30
  readonly input: UpdateServiceIntegrationCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: UpdateServiceIntegrationCommandInput);
31
33
  /**
32
34
  * @internal
@@ -0,0 +1,19 @@
1
+ import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
2
+ export interface ClientInputEndpointParameters {
3
+ region?: string | Provider<string>;
4
+ useDualstackEndpoint?: boolean | Provider<boolean>;
5
+ useFipsEndpoint?: boolean | Provider<boolean>;
6
+ endpoint?: string | Provider<string>;
7
+ }
8
+ export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
9
+ defaultSigningName: string;
10
+ };
11
+ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
12
+ defaultSigningName: string;
13
+ };
14
+ export interface EndpointParameters extends __EndpointParameters {
15
+ Region?: string;
16
+ UseDualStack?: boolean;
17
+ UseFIPS?: boolean;
18
+ Endpoint?: string;
19
+ }
@@ -0,0 +1,5 @@
1
+ import { EndpointV2, Logger } from "@aws-sdk/types";
2
+ import { EndpointParameters } from "./EndpointParameters";
3
+ export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
4
+ logger?: Logger;
5
+ }) => EndpointV2;
@@ -0,0 +1,2 @@
1
+ import { RuleSetObject } from "@aws-sdk/util-endpoints";
2
+ export declare const ruleSet: RuleSetObject;