@aws-sdk/client-cost-explorer 3.193.0 → 3.195.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 (172) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/CostExplorerClient.js +11 -8
  3. package/dist-cjs/commands/CreateAnomalyMonitorCommand.js +10 -0
  4. package/dist-cjs/commands/CreateAnomalySubscriptionCommand.js +10 -0
  5. package/dist-cjs/commands/CreateCostCategoryDefinitionCommand.js +10 -0
  6. package/dist-cjs/commands/DeleteAnomalyMonitorCommand.js +10 -0
  7. package/dist-cjs/commands/DeleteAnomalySubscriptionCommand.js +10 -0
  8. package/dist-cjs/commands/DeleteCostCategoryDefinitionCommand.js +10 -0
  9. package/dist-cjs/commands/DescribeCostCategoryDefinitionCommand.js +10 -0
  10. package/dist-cjs/commands/GetAnomaliesCommand.js +10 -0
  11. package/dist-cjs/commands/GetAnomalyMonitorsCommand.js +10 -0
  12. package/dist-cjs/commands/GetAnomalySubscriptionsCommand.js +10 -0
  13. package/dist-cjs/commands/GetCostAndUsageCommand.js +10 -0
  14. package/dist-cjs/commands/GetCostAndUsageWithResourcesCommand.js +10 -0
  15. package/dist-cjs/commands/GetCostCategoriesCommand.js +10 -0
  16. package/dist-cjs/commands/GetCostForecastCommand.js +10 -0
  17. package/dist-cjs/commands/GetDimensionValuesCommand.js +10 -0
  18. package/dist-cjs/commands/GetReservationCoverageCommand.js +10 -0
  19. package/dist-cjs/commands/GetReservationPurchaseRecommendationCommand.js +10 -0
  20. package/dist-cjs/commands/GetReservationUtilizationCommand.js +10 -0
  21. package/dist-cjs/commands/GetRightsizingRecommendationCommand.js +10 -0
  22. package/dist-cjs/commands/GetSavingsPlansCoverageCommand.js +10 -0
  23. package/dist-cjs/commands/GetSavingsPlansPurchaseRecommendationCommand.js +10 -0
  24. package/dist-cjs/commands/GetSavingsPlansUtilizationCommand.js +10 -0
  25. package/dist-cjs/commands/GetSavingsPlansUtilizationDetailsCommand.js +10 -0
  26. package/dist-cjs/commands/GetTagsCommand.js +10 -0
  27. package/dist-cjs/commands/GetUsageForecastCommand.js +10 -0
  28. package/dist-cjs/commands/ListCostAllocationTagsCommand.js +10 -0
  29. package/dist-cjs/commands/ListCostCategoryDefinitionsCommand.js +10 -0
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  31. package/dist-cjs/commands/ProvideAnomalyFeedbackCommand.js +10 -0
  32. package/dist-cjs/commands/TagResourceCommand.js +10 -0
  33. package/dist-cjs/commands/UntagResourceCommand.js +10 -0
  34. package/dist-cjs/commands/UpdateAnomalyMonitorCommand.js +10 -0
  35. package/dist-cjs/commands/UpdateAnomalySubscriptionCommand.js +10 -0
  36. package/dist-cjs/commands/UpdateCostAllocationTagsStatusCommand.js +10 -0
  37. package/dist-cjs/commands/UpdateCostCategoryDefinitionCommand.js +10 -0
  38. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  39. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  40. package/dist-cjs/endpoint/ruleset.js +864 -0
  41. package/dist-cjs/runtimeConfig.shared.js +3 -3
  42. package/dist-es/CostExplorerClient.js +12 -9
  43. package/dist-es/commands/CreateAnomalyMonitorCommand.js +10 -0
  44. package/dist-es/commands/CreateAnomalySubscriptionCommand.js +10 -0
  45. package/dist-es/commands/CreateCostCategoryDefinitionCommand.js +10 -0
  46. package/dist-es/commands/DeleteAnomalyMonitorCommand.js +10 -0
  47. package/dist-es/commands/DeleteAnomalySubscriptionCommand.js +10 -0
  48. package/dist-es/commands/DeleteCostCategoryDefinitionCommand.js +10 -0
  49. package/dist-es/commands/DescribeCostCategoryDefinitionCommand.js +10 -0
  50. package/dist-es/commands/GetAnomaliesCommand.js +10 -0
  51. package/dist-es/commands/GetAnomalyMonitorsCommand.js +10 -0
  52. package/dist-es/commands/GetAnomalySubscriptionsCommand.js +10 -0
  53. package/dist-es/commands/GetCostAndUsageCommand.js +10 -0
  54. package/dist-es/commands/GetCostAndUsageWithResourcesCommand.js +10 -0
  55. package/dist-es/commands/GetCostCategoriesCommand.js +10 -0
  56. package/dist-es/commands/GetCostForecastCommand.js +10 -0
  57. package/dist-es/commands/GetDimensionValuesCommand.js +10 -0
  58. package/dist-es/commands/GetReservationCoverageCommand.js +10 -0
  59. package/dist-es/commands/GetReservationPurchaseRecommendationCommand.js +10 -0
  60. package/dist-es/commands/GetReservationUtilizationCommand.js +10 -0
  61. package/dist-es/commands/GetRightsizingRecommendationCommand.js +10 -0
  62. package/dist-es/commands/GetSavingsPlansCoverageCommand.js +10 -0
  63. package/dist-es/commands/GetSavingsPlansPurchaseRecommendationCommand.js +10 -0
  64. package/dist-es/commands/GetSavingsPlansUtilizationCommand.js +10 -0
  65. package/dist-es/commands/GetSavingsPlansUtilizationDetailsCommand.js +10 -0
  66. package/dist-es/commands/GetTagsCommand.js +10 -0
  67. package/dist-es/commands/GetUsageForecastCommand.js +10 -0
  68. package/dist-es/commands/ListCostAllocationTagsCommand.js +10 -0
  69. package/dist-es/commands/ListCostCategoryDefinitionsCommand.js +10 -0
  70. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  71. package/dist-es/commands/ProvideAnomalyFeedbackCommand.js +10 -0
  72. package/dist-es/commands/TagResourceCommand.js +10 -0
  73. package/dist-es/commands/UntagResourceCommand.js +10 -0
  74. package/dist-es/commands/UpdateAnomalyMonitorCommand.js +10 -0
  75. package/dist-es/commands/UpdateAnomalySubscriptionCommand.js +10 -0
  76. package/dist-es/commands/UpdateCostAllocationTagsStatusCommand.js +10 -0
  77. package/dist-es/commands/UpdateCostCategoryDefinitionCommand.js +10 -0
  78. package/dist-es/endpoint/EndpointParameters.js +8 -0
  79. package/dist-es/endpoint/endpointResolver.js +8 -0
  80. package/dist-es/endpoint/ruleset.js +861 -0
  81. package/dist-es/runtimeConfig.shared.js +2 -2
  82. package/dist-types/CostExplorerClient.d.ts +6 -9
  83. package/dist-types/commands/CreateAnomalyMonitorCommand.d.ts +2 -0
  84. package/dist-types/commands/CreateAnomalySubscriptionCommand.d.ts +2 -0
  85. package/dist-types/commands/CreateCostCategoryDefinitionCommand.d.ts +2 -0
  86. package/dist-types/commands/DeleteAnomalyMonitorCommand.d.ts +2 -0
  87. package/dist-types/commands/DeleteAnomalySubscriptionCommand.d.ts +2 -0
  88. package/dist-types/commands/DeleteCostCategoryDefinitionCommand.d.ts +2 -0
  89. package/dist-types/commands/DescribeCostCategoryDefinitionCommand.d.ts +2 -0
  90. package/dist-types/commands/GetAnomaliesCommand.d.ts +2 -0
  91. package/dist-types/commands/GetAnomalyMonitorsCommand.d.ts +2 -0
  92. package/dist-types/commands/GetAnomalySubscriptionsCommand.d.ts +2 -0
  93. package/dist-types/commands/GetCostAndUsageCommand.d.ts +2 -0
  94. package/dist-types/commands/GetCostAndUsageWithResourcesCommand.d.ts +2 -0
  95. package/dist-types/commands/GetCostCategoriesCommand.d.ts +2 -0
  96. package/dist-types/commands/GetCostForecastCommand.d.ts +2 -0
  97. package/dist-types/commands/GetDimensionValuesCommand.d.ts +2 -0
  98. package/dist-types/commands/GetReservationCoverageCommand.d.ts +2 -0
  99. package/dist-types/commands/GetReservationPurchaseRecommendationCommand.d.ts +2 -0
  100. package/dist-types/commands/GetReservationUtilizationCommand.d.ts +2 -0
  101. package/dist-types/commands/GetRightsizingRecommendationCommand.d.ts +2 -0
  102. package/dist-types/commands/GetSavingsPlansCoverageCommand.d.ts +2 -0
  103. package/dist-types/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +2 -0
  104. package/dist-types/commands/GetSavingsPlansUtilizationCommand.d.ts +2 -0
  105. package/dist-types/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +2 -0
  106. package/dist-types/commands/GetTagsCommand.d.ts +2 -0
  107. package/dist-types/commands/GetUsageForecastCommand.d.ts +2 -0
  108. package/dist-types/commands/ListCostAllocationTagsCommand.d.ts +2 -0
  109. package/dist-types/commands/ListCostCategoryDefinitionsCommand.d.ts +2 -0
  110. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  111. package/dist-types/commands/ProvideAnomalyFeedbackCommand.d.ts +2 -0
  112. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  113. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  114. package/dist-types/commands/UpdateAnomalyMonitorCommand.d.ts +2 -0
  115. package/dist-types/commands/UpdateAnomalySubscriptionCommand.d.ts +2 -0
  116. package/dist-types/commands/UpdateCostAllocationTagsStatusCommand.d.ts +2 -0
  117. package/dist-types/commands/UpdateCostCategoryDefinitionCommand.d.ts +2 -0
  118. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  119. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  120. package/dist-types/endpoint/ruleset.d.ts +2 -0
  121. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  122. package/dist-types/runtimeConfig.d.ts +4 -2
  123. package/dist-types/runtimeConfig.native.d.ts +4 -2
  124. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  125. package/dist-types/ts3.4/CostExplorerClient.d.ts +15 -8
  126. package/dist-types/ts3.4/commands/CreateAnomalyMonitorCommand.d.ts +2 -0
  127. package/dist-types/ts3.4/commands/CreateAnomalySubscriptionCommand.d.ts +2 -0
  128. package/dist-types/ts3.4/commands/CreateCostCategoryDefinitionCommand.d.ts +2 -0
  129. package/dist-types/ts3.4/commands/DeleteAnomalyMonitorCommand.d.ts +2 -0
  130. package/dist-types/ts3.4/commands/DeleteAnomalySubscriptionCommand.d.ts +2 -0
  131. package/dist-types/ts3.4/commands/DeleteCostCategoryDefinitionCommand.d.ts +2 -0
  132. package/dist-types/ts3.4/commands/DescribeCostCategoryDefinitionCommand.d.ts +2 -0
  133. package/dist-types/ts3.4/commands/GetAnomaliesCommand.d.ts +2 -0
  134. package/dist-types/ts3.4/commands/GetAnomalyMonitorsCommand.d.ts +2 -0
  135. package/dist-types/ts3.4/commands/GetAnomalySubscriptionsCommand.d.ts +2 -0
  136. package/dist-types/ts3.4/commands/GetCostAndUsageCommand.d.ts +2 -0
  137. package/dist-types/ts3.4/commands/GetCostAndUsageWithResourcesCommand.d.ts +2 -0
  138. package/dist-types/ts3.4/commands/GetCostCategoriesCommand.d.ts +2 -0
  139. package/dist-types/ts3.4/commands/GetCostForecastCommand.d.ts +2 -0
  140. package/dist-types/ts3.4/commands/GetDimensionValuesCommand.d.ts +2 -0
  141. package/dist-types/ts3.4/commands/GetReservationCoverageCommand.d.ts +2 -0
  142. package/dist-types/ts3.4/commands/GetReservationPurchaseRecommendationCommand.d.ts +2 -0
  143. package/dist-types/ts3.4/commands/GetReservationUtilizationCommand.d.ts +2 -0
  144. package/dist-types/ts3.4/commands/GetRightsizingRecommendationCommand.d.ts +2 -0
  145. package/dist-types/ts3.4/commands/GetSavingsPlansCoverageCommand.d.ts +2 -0
  146. package/dist-types/ts3.4/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +2 -0
  147. package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationCommand.d.ts +2 -0
  148. package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +2 -0
  149. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +2 -0
  150. package/dist-types/ts3.4/commands/GetUsageForecastCommand.d.ts +2 -0
  151. package/dist-types/ts3.4/commands/ListCostAllocationTagsCommand.d.ts +2 -0
  152. package/dist-types/ts3.4/commands/ListCostCategoryDefinitionsCommand.d.ts +2 -0
  153. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  154. package/dist-types/ts3.4/commands/ProvideAnomalyFeedbackCommand.d.ts +2 -0
  155. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
  156. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
  157. package/dist-types/ts3.4/commands/UpdateAnomalyMonitorCommand.d.ts +2 -0
  158. package/dist-types/ts3.4/commands/UpdateAnomalySubscriptionCommand.d.ts +2 -0
  159. package/dist-types/ts3.4/commands/UpdateCostAllocationTagsStatusCommand.d.ts +2 -0
  160. package/dist-types/ts3.4/commands/UpdateCostCategoryDefinitionCommand.d.ts +2 -0
  161. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  162. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  163. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  164. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  165. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  166. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  167. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  168. package/package.json +4 -2
  169. package/dist-cjs/endpoints.js +0 -154
  170. package/dist-es/endpoints.js +0 -150
  171. package/dist-types/endpoints.d.ts +0 -2
  172. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -1,10 +1,10 @@
1
1
  import { parseUrl } from "@aws-sdk/url-parser";
2
- import { defaultRegionInfoProvider } from "./endpoints";
2
+ import { defaultEndpointResolver } from "./endpoint/endpointResolver";
3
3
  export const getRuntimeConfig = (config) => ({
4
4
  apiVersion: "2017-10-25",
5
5
  disableHostPrefix: config?.disableHostPrefix ?? false,
6
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
6
7
  logger: config?.logger ?? {},
7
- regionInfoProvider: config?.regionInfoProvider ?? defaultRegionInfoProvider,
8
8
  serviceId: config?.serviceId ?? "Cost Explorer",
9
9
  urlParser: config?.urlParser ?? parseUrl,
10
10
  });
@@ -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 { CreateAnomalyMonitorCommandInput, CreateAnomalyMonitorCommandOutput } from "./commands/CreateAnomalyMonitorCommand";
10
11
  import { CreateAnomalySubscriptionCommandInput, CreateAnomalySubscriptionCommandOutput } from "./commands/CreateAnomalySubscriptionCommand";
11
12
  import { CreateCostCategoryDefinitionCommandInput, CreateCostCategoryDefinitionCommandOutput } from "./commands/CreateCostCategoryDefinitionCommand";
@@ -41,6 +42,7 @@ import { UpdateAnomalyMonitorCommandInput, UpdateAnomalyMonitorCommandOutput } f
41
42
  import { UpdateAnomalySubscriptionCommandInput, UpdateAnomalySubscriptionCommandOutput } from "./commands/UpdateAnomalySubscriptionCommand";
42
43
  import { UpdateCostAllocationTagsStatusCommandInput, UpdateCostAllocationTagsStatusCommandOutput } from "./commands/UpdateCostAllocationTagsStatusCommand";
43
44
  import { UpdateCostCategoryDefinitionCommandInput, UpdateCostCategoryDefinitionCommandOutput } from "./commands/UpdateCostCategoryDefinitionCommand";
45
+ import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
44
46
  export declare type ServiceInputTypes = CreateAnomalyMonitorCommandInput | CreateAnomalySubscriptionCommandInput | CreateCostCategoryDefinitionCommandInput | DeleteAnomalyMonitorCommandInput | DeleteAnomalySubscriptionCommandInput | DeleteCostCategoryDefinitionCommandInput | DescribeCostCategoryDefinitionCommandInput | GetAnomaliesCommandInput | GetAnomalyMonitorsCommandInput | GetAnomalySubscriptionsCommandInput | GetCostAndUsageCommandInput | GetCostAndUsageWithResourcesCommandInput | GetCostCategoriesCommandInput | GetCostForecastCommandInput | GetDimensionValuesCommandInput | GetReservationCoverageCommandInput | GetReservationPurchaseRecommendationCommandInput | GetReservationUtilizationCommandInput | GetRightsizingRecommendationCommandInput | GetSavingsPlansCoverageCommandInput | GetSavingsPlansPurchaseRecommendationCommandInput | GetSavingsPlansUtilizationCommandInput | GetSavingsPlansUtilizationDetailsCommandInput | GetTagsCommandInput | GetUsageForecastCommandInput | ListCostAllocationTagsCommandInput | ListCostCategoryDefinitionsCommandInput | ListTagsForResourceCommandInput | ProvideAnomalyFeedbackCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAnomalyMonitorCommandInput | UpdateAnomalySubscriptionCommandInput | UpdateCostAllocationTagsStatusCommandInput | UpdateCostCategoryDefinitionCommandInput;
45
47
  export declare type ServiceOutputTypes = CreateAnomalyMonitorCommandOutput | CreateAnomalySubscriptionCommandOutput | CreateCostCategoryDefinitionCommandOutput | DeleteAnomalyMonitorCommandOutput | DeleteAnomalySubscriptionCommandOutput | DeleteCostCategoryDefinitionCommandOutput | DescribeCostCategoryDefinitionCommandOutput | GetAnomaliesCommandOutput | GetAnomalyMonitorsCommandOutput | GetAnomalySubscriptionsCommandOutput | GetCostAndUsageCommandOutput | GetCostAndUsageWithResourcesCommandOutput | GetCostCategoriesCommandOutput | GetCostForecastCommandOutput | GetDimensionValuesCommandOutput | GetReservationCoverageCommandOutput | GetReservationPurchaseRecommendationCommandOutput | GetReservationUtilizationCommandOutput | GetRightsizingRecommendationCommandOutput | GetSavingsPlansCoverageCommandOutput | GetSavingsPlansPurchaseRecommendationCommandOutput | GetSavingsPlansUtilizationCommandOutput | GetSavingsPlansUtilizationDetailsCommandOutput | GetTagsCommandOutput | GetUsageForecastCommandOutput | ListCostAllocationTagsCommandOutput | ListCostCategoryDefinitionsCommandOutput | ListTagsForResourceCommandOutput | ProvideAnomalyFeedbackCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAnomalyMonitorCommandOutput | UpdateAnomalySubscriptionCommandOutput | UpdateCostAllocationTagsStatusCommandOutput | UpdateCostCategoryDefinitionCommandOutput;
46
48
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
@@ -133,11 +135,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
133
135
  * @internal
134
136
  */
135
137
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
136
- /**
137
- * Fetch related hostname, signing name or signing region with given region.
138
- * @internal
139
- */
140
- regionInfoProvider?: RegionInfoProvider;
141
138
  /**
142
139
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
143
140
  * @internal
@@ -148,13 +145,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
148
145
  */
149
146
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
150
147
  }
151
- declare type CostExplorerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
148
+ declare type CostExplorerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
152
149
  /**
153
150
  * The configuration interface of CostExplorerClient class constructor that set the region, credentials and other options.
154
151
  */
155
152
  export interface CostExplorerClientConfig extends CostExplorerClientConfigType {
156
153
  }
157
- declare type CostExplorerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
154
+ declare type CostExplorerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
158
155
  /**
159
156
  * The resolved configuration interface of CostExplorerClient class. This is resolved and normalized from the {@link CostExplorerClientConfig | constructor configuration interface}.
160
157
  */
@@ -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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -26,6 +27,7 @@ export interface CreateAnomalyMonitorCommandOutput extends CreateAnomalyMonitorR
26
27
  */
27
28
  export declare class CreateAnomalyMonitorCommand extends $Command<CreateAnomalyMonitorCommandInput, CreateAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig> {
28
29
  readonly input: CreateAnomalyMonitorCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: CreateAnomalyMonitorCommandInput);
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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -27,6 +28,7 @@ export interface CreateAnomalySubscriptionCommandOutput extends CreateAnomalySub
27
28
  */
28
29
  export declare class CreateAnomalySubscriptionCommand extends $Command<CreateAnomalySubscriptionCommandInput, CreateAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig> {
29
30
  readonly input: CreateAnomalySubscriptionCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: CreateAnomalySubscriptionCommandInput);
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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -25,6 +26,7 @@ export interface CreateCostCategoryDefinitionCommandOutput extends CreateCostCat
25
26
  */
26
27
  export declare class CreateCostCategoryDefinitionCommand extends $Command<CreateCostCategoryDefinitionCommandInput, CreateCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig> {
27
28
  readonly input: CreateCostCategoryDefinitionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateCostCategoryDefinitionCommandInput);
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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -25,6 +26,7 @@ export interface DeleteAnomalyMonitorCommandOutput extends DeleteAnomalyMonitorR
25
26
  */
26
27
  export declare class DeleteAnomalyMonitorCommand extends $Command<DeleteAnomalyMonitorCommandInput, DeleteAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig> {
27
28
  readonly input: DeleteAnomalyMonitorCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteAnomalyMonitorCommandInput);
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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -25,6 +26,7 @@ export interface DeleteAnomalySubscriptionCommandOutput extends DeleteAnomalySub
25
26
  */
26
27
  export declare class DeleteAnomalySubscriptionCommand extends $Command<DeleteAnomalySubscriptionCommandInput, DeleteAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig> {
27
28
  readonly input: DeleteAnomalySubscriptionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteAnomalySubscriptionCommandInput);
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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -25,6 +26,7 @@ export interface DeleteCostCategoryDefinitionCommandOutput extends DeleteCostCat
25
26
  */
26
27
  export declare class DeleteCostCategoryDefinitionCommand extends $Command<DeleteCostCategoryDefinitionCommandInput, DeleteCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig> {
27
28
  readonly input: DeleteCostCategoryDefinitionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteCostCategoryDefinitionCommandInput);
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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -30,6 +31,7 @@ export interface DescribeCostCategoryDefinitionCommandOutput extends DescribeCos
30
31
  */
31
32
  export declare class DescribeCostCategoryDefinitionCommand extends $Command<DescribeCostCategoryDefinitionCommandInput, DescribeCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig> {
32
33
  readonly input: DescribeCostCategoryDefinitionCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: DescribeCostCategoryDefinitionCommandInput);
34
36
  /**
35
37
  * @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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -26,6 +27,7 @@ export interface GetAnomaliesCommandOutput extends GetAnomaliesResponse, __Metad
26
27
  */
27
28
  export declare class GetAnomaliesCommand extends $Command<GetAnomaliesCommandInput, GetAnomaliesCommandOutput, CostExplorerClientResolvedConfig> {
28
29
  readonly input: GetAnomaliesCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: GetAnomaliesCommandInput);
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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -26,6 +27,7 @@ export interface GetAnomalyMonitorsCommandOutput extends GetAnomalyMonitorsRespo
26
27
  */
27
28
  export declare class GetAnomalyMonitorsCommand extends $Command<GetAnomalyMonitorsCommandInput, GetAnomalyMonitorsCommandOutput, CostExplorerClientResolvedConfig> {
28
29
  readonly input: GetAnomalyMonitorsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: GetAnomalyMonitorsCommandInput);
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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -26,6 +27,7 @@ export interface GetAnomalySubscriptionsCommandOutput extends GetAnomalySubscrip
26
27
  */
27
28
  export declare class GetAnomalySubscriptionsCommand extends $Command<GetAnomalySubscriptionsCommandInput, GetAnomalySubscriptionsCommandOutput, CostExplorerClientResolvedConfig> {
28
29
  readonly input: GetAnomalySubscriptionsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: GetAnomalySubscriptionsCommandInput);
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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -30,6 +31,7 @@ export interface GetCostAndUsageCommandOutput extends GetCostAndUsageResponse, _
30
31
  */
31
32
  export declare class GetCostAndUsageCommand extends $Command<GetCostAndUsageCommandInput, GetCostAndUsageCommandOutput, CostExplorerClientResolvedConfig> {
32
33
  readonly input: GetCostAndUsageCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: GetCostAndUsageCommandInput);
34
36
  /**
35
37
  * @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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -34,6 +35,7 @@ export interface GetCostAndUsageWithResourcesCommandOutput extends GetCostAndUsa
34
35
  */
35
36
  export declare class GetCostAndUsageWithResourcesCommand extends $Command<GetCostAndUsageWithResourcesCommandInput, GetCostAndUsageWithResourcesCommandOutput, CostExplorerClientResolvedConfig> {
36
37
  readonly input: GetCostAndUsageWithResourcesCommandInput;
38
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
37
39
  constructor(input: GetCostAndUsageWithResourcesCommandInput);
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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -28,6 +29,7 @@ export interface GetCostCategoriesCommandOutput extends GetCostCategoriesRespons
28
29
  */
29
30
  export declare class GetCostCategoriesCommand extends $Command<GetCostCategoriesCommandInput, GetCostCategoriesCommandOutput, CostExplorerClientResolvedConfig> {
30
31
  readonly input: GetCostCategoriesCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: GetCostCategoriesCommandInput);
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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -25,6 +26,7 @@ export interface GetCostForecastCommandOutput extends GetCostForecastResponse, _
25
26
  */
26
27
  export declare class GetCostForecastCommand extends $Command<GetCostForecastCommandInput, GetCostForecastCommandOutput, CostExplorerClientResolvedConfig> {
27
28
  readonly input: GetCostForecastCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetCostForecastCommandInput);
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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -25,6 +26,7 @@ export interface GetDimensionValuesCommandOutput extends GetDimensionValuesRespo
25
26
  */
26
27
  export declare class GetDimensionValuesCommand extends $Command<GetDimensionValuesCommandInput, GetDimensionValuesCommandOutput, CostExplorerClientResolvedConfig> {
27
28
  readonly input: GetDimensionValuesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetDimensionValuesCommandInput);
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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -69,6 +70,7 @@ export interface GetReservationCoverageCommandOutput extends GetReservationCover
69
70
  */
70
71
  export declare class GetReservationCoverageCommand extends $Command<GetReservationCoverageCommandInput, GetReservationCoverageCommandOutput, CostExplorerClientResolvedConfig> {
71
72
  readonly input: GetReservationCoverageCommandInput;
73
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
74
  constructor(input: GetReservationCoverageCommandInput);
73
75
  /**
74
76
  * @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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -40,6 +41,7 @@ export interface GetReservationPurchaseRecommendationCommandOutput extends GetRe
40
41
  */
41
42
  export declare class GetReservationPurchaseRecommendationCommand extends $Command<GetReservationPurchaseRecommendationCommandInput, GetReservationPurchaseRecommendationCommandOutput, CostExplorerClientResolvedConfig> {
42
43
  readonly input: GetReservationPurchaseRecommendationCommandInput;
44
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
43
45
  constructor(input: GetReservationPurchaseRecommendationCommandInput);
44
46
  /**
45
47
  * @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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -27,6 +28,7 @@ export interface GetReservationUtilizationCommandOutput extends GetReservationUt
27
28
  */
28
29
  export declare class GetReservationUtilizationCommand extends $Command<GetReservationUtilizationCommandInput, GetReservationUtilizationCommandOutput, CostExplorerClientResolvedConfig> {
29
30
  readonly input: GetReservationUtilizationCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: GetReservationUtilizationCommandInput);
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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -30,6 +31,7 @@ export interface GetRightsizingRecommendationCommandOutput extends GetRightsizin
30
31
  */
31
32
  export declare class GetRightsizingRecommendationCommand extends $Command<GetRightsizingRecommendationCommandInput, GetRightsizingRecommendationCommandOutput, CostExplorerClientResolvedConfig> {
32
33
  readonly input: GetRightsizingRecommendationCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: GetRightsizingRecommendationCommandInput);
34
36
  /**
35
37
  * @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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -48,6 +49,7 @@ export interface GetSavingsPlansCoverageCommandOutput extends GetSavingsPlansCov
48
49
  */
49
50
  export declare class GetSavingsPlansCoverageCommand extends $Command<GetSavingsPlansCoverageCommandInput, GetSavingsPlansCoverageCommandOutput, CostExplorerClientResolvedConfig> {
50
51
  readonly input: GetSavingsPlansCoverageCommandInput;
52
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
53
  constructor(input: GetSavingsPlansCoverageCommandInput);
52
54
  /**
53
55
  * @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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -25,6 +26,7 @@ export interface GetSavingsPlansPurchaseRecommendationCommandOutput extends GetS
25
26
  */
26
27
  export declare class GetSavingsPlansPurchaseRecommendationCommand extends $Command<GetSavingsPlansPurchaseRecommendationCommandInput, GetSavingsPlansPurchaseRecommendationCommandOutput, CostExplorerClientResolvedConfig> {
27
28
  readonly input: GetSavingsPlansPurchaseRecommendationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetSavingsPlansPurchaseRecommendationCommandInput);
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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -28,6 +29,7 @@ export interface GetSavingsPlansUtilizationCommandOutput extends GetSavingsPlans
28
29
  */
29
30
  export declare class GetSavingsPlansUtilizationCommand extends $Command<GetSavingsPlansUtilizationCommandInput, GetSavingsPlansUtilizationCommandOutput, CostExplorerClientResolvedConfig> {
30
31
  readonly input: GetSavingsPlansUtilizationCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: GetSavingsPlansUtilizationCommandInput);
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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -29,6 +30,7 @@ export interface GetSavingsPlansUtilizationDetailsCommandOutput extends GetSavin
29
30
  */
30
31
  export declare class GetSavingsPlansUtilizationDetailsCommand extends $Command<GetSavingsPlansUtilizationDetailsCommandInput, GetSavingsPlansUtilizationDetailsCommandOutput, CostExplorerClientResolvedConfig> {
31
32
  readonly input: GetSavingsPlansUtilizationDetailsCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: GetSavingsPlansUtilizationDetailsCommandInput);
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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -25,6 +26,7 @@ export interface GetTagsCommandOutput extends GetTagsResponse, __MetadataBearer
25
26
  */
26
27
  export declare class GetTagsCommand extends $Command<GetTagsCommandInput, GetTagsCommandOutput, CostExplorerClientResolvedConfig> {
27
28
  readonly input: GetTagsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetTagsCommandInput);
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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -25,6 +26,7 @@ export interface GetUsageForecastCommandOutput extends GetUsageForecastResponse,
25
26
  */
26
27
  export declare class GetUsageForecastCommand extends $Command<GetUsageForecastCommandInput, GetUsageForecastCommandOutput, CostExplorerClientResolvedConfig> {
27
28
  readonly input: GetUsageForecastCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetUsageForecastCommandInput);
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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -26,6 +27,7 @@ export interface ListCostAllocationTagsCommandOutput extends ListCostAllocationT
26
27
  */
27
28
  export declare class ListCostAllocationTagsCommand extends $Command<ListCostAllocationTagsCommandInput, ListCostAllocationTagsCommandOutput, CostExplorerClientResolvedConfig> {
28
29
  readonly input: ListCostAllocationTagsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: ListCostAllocationTagsCommandInput);
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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -31,6 +32,7 @@ export interface ListCostCategoryDefinitionsCommandOutput extends ListCostCatego
31
32
  */
32
33
  export declare class ListCostCategoryDefinitionsCommand extends $Command<ListCostCategoryDefinitionsCommandInput, ListCostCategoryDefinitionsCommandOutput, CostExplorerClientResolvedConfig> {
33
34
  readonly input: ListCostCategoryDefinitionsCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: ListCostCategoryDefinitionsCommandInput);
35
37
  /**
36
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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -26,6 +27,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
26
27
  */
27
28
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CostExplorerClientResolvedConfig> {
28
29
  readonly input: ListTagsForResourceCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: ListTagsForResourceCommandInput);
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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -25,6 +26,7 @@ export interface ProvideAnomalyFeedbackCommandOutput extends ProvideAnomalyFeedb
25
26
  */
26
27
  export declare class ProvideAnomalyFeedbackCommand extends $Command<ProvideAnomalyFeedbackCommandInput, ProvideAnomalyFeedbackCommandOutput, CostExplorerClientResolvedConfig> {
27
28
  readonly input: ProvideAnomalyFeedbackCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ProvideAnomalyFeedbackCommandInput);
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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -28,6 +29,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
28
29
  */
29
30
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CostExplorerClientResolvedConfig> {
30
31
  readonly input: TagResourceCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: TagResourceCommandInput);
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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -26,6 +27,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
26
27
  */
27
28
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CostExplorerClientResolvedConfig> {
28
29
  readonly input: UntagResourceCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: UntagResourceCommandInput);
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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -26,6 +27,7 @@ export interface UpdateAnomalyMonitorCommandOutput extends UpdateAnomalyMonitorR
26
27
  */
27
28
  export declare class UpdateAnomalyMonitorCommand extends $Command<UpdateAnomalyMonitorCommandInput, UpdateAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig> {
28
29
  readonly input: UpdateAnomalyMonitorCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: UpdateAnomalyMonitorCommandInput);
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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -25,6 +26,7 @@ export interface UpdateAnomalySubscriptionCommandOutput extends UpdateAnomalySub
25
26
  */
26
27
  export declare class UpdateAnomalySubscriptionCommand extends $Command<UpdateAnomalySubscriptionCommandInput, UpdateAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig> {
27
28
  readonly input: UpdateAnomalySubscriptionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateAnomalySubscriptionCommandInput);
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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -28,6 +29,7 @@ export interface UpdateCostAllocationTagsStatusCommandOutput extends UpdateCostA
28
29
  */
29
30
  export declare class UpdateCostAllocationTagsStatusCommand extends $Command<UpdateCostAllocationTagsStatusCommandInput, UpdateCostAllocationTagsStatusCommandOutput, CostExplorerClientResolvedConfig> {
30
31
  readonly input: UpdateCostAllocationTagsStatusCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: UpdateCostAllocationTagsStatusCommandInput);
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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
@@ -25,6 +26,7 @@ export interface UpdateCostCategoryDefinitionCommandOutput extends UpdateCostCat
25
26
  */
26
27
  export declare class UpdateCostCategoryDefinitionCommand extends $Command<UpdateCostCategoryDefinitionCommandInput, UpdateCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig> {
27
28
  readonly input: UpdateCostCategoryDefinitionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateCostCategoryDefinitionCommandInput);
29
31
  /**
30
32
  * @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;
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: CostExplorerClientConfig) => {
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;