/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.budgets; import javax.annotation.Generated; import com.amazonaws.*; import com.amazonaws.regions.*; import com.amazonaws.services.budgets.model.*; /** * Interface for accessing AWSBudgets. *

* Note: Do not directly implement this interface, new methods are added to it regularly. Extend from * {@link com.amazonaws.services.budgets.AbstractAWSBudgets} instead. *

*

*

* Use the Amazon Web Services Budgets API to plan your service usage, service costs, and instance reservations. This * API reference provides descriptions, syntax, and usage examples for each of the actions and data types for the Amazon * Web Services Budgets feature. *

*

* Budgets provide you with a way to see the following information: *

* *

* Amazon Web Services updates your budget status several times a day. Budgets track your unblended costs, * subscriptions, refunds, and RIs. You can create the following types of budgets: *

* *

* Service Endpoint *

*

* The Amazon Web Services Budgets API provides the following endpoint: *

* *

* For information about costs that are associated with the Amazon Web Services Budgets API, see Amazon Web Services Cost Management Pricing. *

*/ @Generated("com.amazonaws:aws-java-sdk-code-generator") public interface AWSBudgets { /** * The region metadata service name for computing region endpoints. You can use this value to retrieve metadata * (such as supported regions) of the service. * * @see RegionUtils#getRegionsForService(String) */ String ENDPOINT_PREFIX = "budgets"; /** * Overrides the default endpoint for this client ("budgets.amazonaws.com"). Callers can use this method to control * which AWS region they want to work with. *

* Callers can pass in just the endpoint (ex: "budgets.amazonaws.com") or a full URL, including the protocol (ex: * "budgets.amazonaws.com"). If the protocol is not specified here, the default protocol from this client's * {@link ClientConfiguration} will be used, which by default is HTTPS. *

* For more information on using AWS regions with the AWS SDK for Java, and a complete list of all available * endpoints for all AWS services, see: https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/java-dg-region-selection.html#region-selection- * choose-endpoint *

* This method is not threadsafe. An endpoint should be configured when the client is created and before any * service requests are made. Changing it afterwards creates inevitable race conditions for any service requests in * transit or retrying. * * @param endpoint * The endpoint (ex: "budgets.amazonaws.com") or a full URL, including the protocol (ex: * "budgets.amazonaws.com") of the region specific AWS endpoint this client will communicate with. * @deprecated use {@link AwsClientBuilder#setEndpointConfiguration(AwsClientBuilder.EndpointConfiguration)} for * example: * {@code builder.setEndpointConfiguration(new EndpointConfiguration(endpoint, signingRegion));} */ @Deprecated void setEndpoint(String endpoint); /** * An alternative to {@link AWSBudgets#setEndpoint(String)}, sets the regional endpoint for this client's service * calls. Callers can use this method to control which AWS region they want to work with. *

* By default, all service endpoints in all regions use the https protocol. To use http instead, specify it in the * {@link ClientConfiguration} supplied at construction. *

* This method is not threadsafe. A region should be configured when the client is created and before any service * requests are made. Changing it afterwards creates inevitable race conditions for any service requests in transit * or retrying. * * @param region * The region this client will communicate with. See {@link Region#getRegion(com.amazonaws.regions.Regions)} * for accessing a given region. Must not be null and must be a region where the service is available. * * @see Region#getRegion(com.amazonaws.regions.Regions) * @see Region#createClient(Class, com.amazonaws.auth.AWSCredentialsProvider, ClientConfiguration) * @see Region#isServiceSupported(String) * @deprecated use {@link AwsClientBuilder#setRegion(String)} */ @Deprecated void setRegion(Region region); /** *

* Creates a budget and, if included, notifications and subscribers. *

* *

* Only one of BudgetLimit or PlannedBudgetLimits can be present in the syntax at one * time. Use the syntax that matches your case. The Request Syntax section shows the BudgetLimit * syntax. For PlannedBudgetLimits, see the Examples section. *

*
* * @param createBudgetRequest * Request of CreateBudget * @return Result of the CreateBudget operation returned by the service. * @throws InvalidParameterException * An error on the client occurred. Typically, the cause is an invalid input value. * @throws InternalErrorException * An error on the server occurred during the processing of your request. Try again later. * @throws CreationLimitExceededException * You've exceeded the notification or subscriber limit. * @throws DuplicateRecordException * The budget name already exists. Budget names must be unique within an account. * @throws AccessDeniedException * You are not authorized to use this operation with the given parameters. * @throws ThrottlingException * The number of API requests has exceeded the maximum allowed API request throttling limit for the account. * @sample AWSBudgets.CreateBudget */ CreateBudgetResult createBudget(CreateBudgetRequest createBudgetRequest); /** *

* Creates a budget action. *

* * @param createBudgetActionRequest * @return Result of the CreateBudgetAction operation returned by the service. * @throws InvalidParameterException * An error on the client occurred. Typically, the cause is an invalid input value. * @throws InternalErrorException * An error on the server occurred during the processing of your request. Try again later. * @throws CreationLimitExceededException * You've exceeded the notification or subscriber limit. * @throws DuplicateRecordException * The budget name already exists. Budget names must be unique within an account. * @throws NotFoundException * We can’t locate the resource that you specified. * @throws AccessDeniedException * You are not authorized to use this operation with the given parameters. * @throws ThrottlingException * The number of API requests has exceeded the maximum allowed API request throttling limit for the account. * @sample AWSBudgets.CreateBudgetAction */ CreateBudgetActionResult createBudgetAction(CreateBudgetActionRequest createBudgetActionRequest); /** *

* Creates a notification. You must create the budget before you create the associated notification. *

* * @param createNotificationRequest * Request of CreateNotification * @return Result of the CreateNotification operation returned by the service. * @throws InternalErrorException * An error on the server occurred during the processing of your request. Try again later. * @throws InvalidParameterException * An error on the client occurred. Typically, the cause is an invalid input value. * @throws NotFoundException * We can’t locate the resource that you specified. * @throws CreationLimitExceededException * You've exceeded the notification or subscriber limit. * @throws DuplicateRecordException * The budget name already exists. Budget names must be unique within an account. * @throws AccessDeniedException * You are not authorized to use this operation with the given parameters. * @throws ThrottlingException * The number of API requests has exceeded the maximum allowed API request throttling limit for the account. * @sample AWSBudgets.CreateNotification */ CreateNotificationResult createNotification(CreateNotificationRequest createNotificationRequest); /** *

* Creates a subscriber. You must create the associated budget and notification before you create the subscriber. *

* * @param createSubscriberRequest * Request of CreateSubscriber * @return Result of the CreateSubscriber operation returned by the service. * @throws InternalErrorException * An error on the server occurred during the processing of your request. Try again later. * @throws InvalidParameterException * An error on the client occurred. Typically, the cause is an invalid input value. * @throws CreationLimitExceededException * You've exceeded the notification or subscriber limit. * @throws DuplicateRecordException * The budget name already exists. Budget names must be unique within an account. * @throws NotFoundException * We can’t locate the resource that you specified. * @throws AccessDeniedException * You are not authorized to use this operation with the given parameters. * @throws ThrottlingException * The number of API requests has exceeded the maximum allowed API request throttling limit for the account. * @sample AWSBudgets.CreateSubscriber */ CreateSubscriberResult createSubscriber(CreateSubscriberRequest createSubscriberRequest); /** *

* Deletes a budget. You can delete your budget at any time. *

* *

* Deleting a budget also deletes the notifications and subscribers that are associated with that budget. *

*
* * @param deleteBudgetRequest * Request of DeleteBudget * @return Result of the DeleteBudget operation returned by the service. * @throws InternalErrorException * An error on the server occurred during the processing of your request. Try again later. * @throws InvalidParameterException * An error on the client occurred. Typically, the cause is an invalid input value. * @throws NotFoundException * We can’t locate the resource that you specified. * @throws AccessDeniedException * You are not authorized to use this operation with the given parameters. * @throws ThrottlingException * The number of API requests has exceeded the maximum allowed API request throttling limit for the account. * @sample AWSBudgets.DeleteBudget */ DeleteBudgetResult deleteBudget(DeleteBudgetRequest deleteBudgetRequest); /** *

* Deletes a budget action. *

* * @param deleteBudgetActionRequest * @return Result of the DeleteBudgetAction operation returned by the service. * @throws InternalErrorException * An error on the server occurred during the processing of your request. Try again later. * @throws InvalidParameterException * An error on the client occurred. Typically, the cause is an invalid input value. * @throws NotFoundException * We can’t locate the resource that you specified. * @throws AccessDeniedException * You are not authorized to use this operation with the given parameters. * @throws ResourceLockedException * The request was received and recognized by the server, but the server rejected that particular method for * the requested resource. * @throws ThrottlingException * The number of API requests has exceeded the maximum allowed API request throttling limit for the account. * @sample AWSBudgets.DeleteBudgetAction */ DeleteBudgetActionResult deleteBudgetAction(DeleteBudgetActionRequest deleteBudgetActionRequest); /** *

* Deletes a notification. *

* *

* Deleting a notification also deletes the subscribers that are associated with the notification. *

*
* * @param deleteNotificationRequest * Request of DeleteNotification * @return Result of the DeleteNotification operation returned by the service. * @throws InvalidParameterException * An error on the client occurred. Typically, the cause is an invalid input value. * @throws InternalErrorException * An error on the server occurred during the processing of your request. Try again later. * @throws NotFoundException * We can’t locate the resource that you specified. * @throws AccessDeniedException * You are not authorized to use this operation with the given parameters. * @throws ThrottlingException * The number of API requests has exceeded the maximum allowed API request throttling limit for the account. * @sample AWSBudgets.DeleteNotification */ DeleteNotificationResult deleteNotification(DeleteNotificationRequest deleteNotificationRequest); /** *

* Deletes a subscriber. *

* *

* Deleting the last subscriber to a notification also deletes the notification. *

*
* * @param deleteSubscriberRequest * Request of DeleteSubscriber * @return Result of the DeleteSubscriber operation returned by the service. * @throws InternalErrorException * An error on the server occurred during the processing of your request. Try again later. * @throws InvalidParameterException * An error on the client occurred. Typically, the cause is an invalid input value. * @throws NotFoundException * We can’t locate the resource that you specified. * @throws AccessDeniedException * You are not authorized to use this operation with the given parameters. * @throws ThrottlingException * The number of API requests has exceeded the maximum allowed API request throttling limit for the account. * @sample AWSBudgets.DeleteSubscriber */ DeleteSubscriberResult deleteSubscriber(DeleteSubscriberRequest deleteSubscriberRequest); /** *

* Describes a budget. *

* *

* The Request Syntax section shows the BudgetLimit syntax. For PlannedBudgetLimits, see * the Examples section. *

*
* * @param describeBudgetRequest * Request of DescribeBudget * @return Result of the DescribeBudget operation returned by the service. * @throws InternalErrorException * An error on the server occurred during the processing of your request. Try again later. * @throws InvalidParameterException * An error on the client occurred. Typically, the cause is an invalid input value. * @throws NotFoundException * We can’t locate the resource that you specified. * @throws AccessDeniedException * You are not authorized to use this operation with the given parameters. * @throws ThrottlingException * The number of API requests has exceeded the maximum allowed API request throttling limit for the account. * @sample AWSBudgets.DescribeBudget */ DescribeBudgetResult describeBudget(DescribeBudgetRequest describeBudgetRequest); /** *

* Describes a budget action detail. *

* * @param describeBudgetActionRequest * @return Result of the DescribeBudgetAction operation returned by the service. * @throws InternalErrorException * An error on the server occurred during the processing of your request. Try again later. * @throws InvalidParameterException * An error on the client occurred. Typically, the cause is an invalid input value. * @throws NotFoundException * We can’t locate the resource that you specified. * @throws AccessDeniedException * You are not authorized to use this operation with the given parameters. * @throws ThrottlingException * The number of API requests has exceeded the maximum allowed API request throttling limit for the account. * @sample AWSBudgets.DescribeBudgetAction */ DescribeBudgetActionResult describeBudgetAction(DescribeBudgetActionRequest describeBudgetActionRequest); /** *

* Describes a budget action history detail. *

* * @param describeBudgetActionHistoriesRequest * @return Result of the DescribeBudgetActionHistories operation returned by the service. * @throws InternalErrorException * An error on the server occurred during the processing of your request. Try again later. * @throws InvalidParameterException * An error on the client occurred. Typically, the cause is an invalid input value. * @throws NotFoundException * We can’t locate the resource that you specified. * @throws AccessDeniedException * You are not authorized to use this operation with the given parameters. * @throws InvalidNextTokenException * The pagination token is invalid. * @throws ThrottlingException * The number of API requests has exceeded the maximum allowed API request throttling limit for the account. * @sample AWSBudgets.DescribeBudgetActionHistories */ DescribeBudgetActionHistoriesResult describeBudgetActionHistories(DescribeBudgetActionHistoriesRequest describeBudgetActionHistoriesRequest); /** *

* Describes all of the budget actions for an account. *

* * @param describeBudgetActionsForAccountRequest * @return Result of the DescribeBudgetActionsForAccount operation returned by the service. * @throws InternalErrorException * An error on the server occurred during the processing of your request. Try again later. * @throws InvalidParameterException * An error on the client occurred. Typically, the cause is an invalid input value. * @throws AccessDeniedException * You are not authorized to use this operation with the given parameters. * @throws InvalidNextTokenException * The pagination token is invalid. * @throws ThrottlingException * The number of API requests has exceeded the maximum allowed API request throttling limit for the account. * @sample AWSBudgets.DescribeBudgetActionsForAccount */ DescribeBudgetActionsForAccountResult describeBudgetActionsForAccount(DescribeBudgetActionsForAccountRequest describeBudgetActionsForAccountRequest); /** *

* Describes all of the budget actions for a budget. *

* * @param describeBudgetActionsForBudgetRequest * @return Result of the DescribeBudgetActionsForBudget operation returned by the service. * @throws InternalErrorException * An error on the server occurred during the processing of your request. Try again later. * @throws InvalidParameterException * An error on the client occurred. Typically, the cause is an invalid input value. * @throws NotFoundException * We can’t locate the resource that you specified. * @throws AccessDeniedException * You are not authorized to use this operation with the given parameters. * @throws InvalidNextTokenException * The pagination token is invalid. * @throws ThrottlingException * The number of API requests has exceeded the maximum allowed API request throttling limit for the account. * @sample AWSBudgets.DescribeBudgetActionsForBudget */ DescribeBudgetActionsForBudgetResult describeBudgetActionsForBudget(DescribeBudgetActionsForBudgetRequest describeBudgetActionsForBudgetRequest); /** *

* Lists the budget names and notifications that are associated with an account. *

* * @param describeBudgetNotificationsForAccountRequest * @return Result of the DescribeBudgetNotificationsForAccount operation returned by the service. * @throws InternalErrorException * An error on the server occurred during the processing of your request. Try again later. * @throws InvalidParameterException * An error on the client occurred. Typically, the cause is an invalid input value. * @throws NotFoundException * We can’t locate the resource that you specified. * @throws InvalidNextTokenException * The pagination token is invalid. * @throws ExpiredNextTokenException * The pagination token expired. * @throws AccessDeniedException * You are not authorized to use this operation with the given parameters. * @throws ThrottlingException * The number of API requests has exceeded the maximum allowed API request throttling limit for the account. * @sample AWSBudgets.DescribeBudgetNotificationsForAccount */ DescribeBudgetNotificationsForAccountResult describeBudgetNotificationsForAccount( DescribeBudgetNotificationsForAccountRequest describeBudgetNotificationsForAccountRequest); /** *

* Describes the history for DAILY, MONTHLY, and QUARTERLY budgets. Budget * history isn't available for ANNUAL budgets. *

* * @param describeBudgetPerformanceHistoryRequest * @return Result of the DescribeBudgetPerformanceHistory operation returned by the service. * @throws InternalErrorException * An error on the server occurred during the processing of your request. Try again later. * @throws InvalidParameterException * An error on the client occurred. Typically, the cause is an invalid input value. * @throws NotFoundException * We can’t locate the resource that you specified. * @throws InvalidNextTokenException * The pagination token is invalid. * @throws ExpiredNextTokenException * The pagination token expired. * @throws AccessDeniedException * You are not authorized to use this operation with the given parameters. * @throws ThrottlingException * The number of API requests has exceeded the maximum allowed API request throttling limit for the account. * @sample AWSBudgets.DescribeBudgetPerformanceHistory */ DescribeBudgetPerformanceHistoryResult describeBudgetPerformanceHistory(DescribeBudgetPerformanceHistoryRequest describeBudgetPerformanceHistoryRequest); /** *

* Lists the budgets that are associated with an account. *

* *

* The Request Syntax section shows the BudgetLimit syntax. For PlannedBudgetLimits, see * the Examples section. *

*
* * @param describeBudgetsRequest * Request of DescribeBudgets * @return Result of the DescribeBudgets operation returned by the service. * @throws InternalErrorException * An error on the server occurred during the processing of your request. Try again later. * @throws InvalidParameterException * An error on the client occurred. Typically, the cause is an invalid input value. * @throws NotFoundException * We can’t locate the resource that you specified. * @throws InvalidNextTokenException * The pagination token is invalid. * @throws ExpiredNextTokenException * The pagination token expired. * @throws AccessDeniedException * You are not authorized to use this operation with the given parameters. * @throws ThrottlingException * The number of API requests has exceeded the maximum allowed API request throttling limit for the account. * @sample AWSBudgets.DescribeBudgets */ DescribeBudgetsResult describeBudgets(DescribeBudgetsRequest describeBudgetsRequest); /** *

* Lists the notifications that are associated with a budget. *

* * @param describeNotificationsForBudgetRequest * Request of DescribeNotificationsForBudget * @return Result of the DescribeNotificationsForBudget operation returned by the service. * @throws InternalErrorException * An error on the server occurred during the processing of your request. Try again later. * @throws InvalidParameterException * An error on the client occurred. Typically, the cause is an invalid input value. * @throws NotFoundException * We can’t locate the resource that you specified. * @throws InvalidNextTokenException * The pagination token is invalid. * @throws ExpiredNextTokenException * The pagination token expired. * @throws AccessDeniedException * You are not authorized to use this operation with the given parameters. * @throws ThrottlingException * The number of API requests has exceeded the maximum allowed API request throttling limit for the account. * @sample AWSBudgets.DescribeNotificationsForBudget */ DescribeNotificationsForBudgetResult describeNotificationsForBudget(DescribeNotificationsForBudgetRequest describeNotificationsForBudgetRequest); /** *

* Lists the subscribers that are associated with a notification. *

* * @param describeSubscribersForNotificationRequest * Request of DescribeSubscribersForNotification * @return Result of the DescribeSubscribersForNotification operation returned by the service. * @throws InternalErrorException * An error on the server occurred during the processing of your request. Try again later. * @throws NotFoundException * We can’t locate the resource that you specified. * @throws InvalidParameterException * An error on the client occurred. Typically, the cause is an invalid input value. * @throws InvalidNextTokenException * The pagination token is invalid. * @throws ExpiredNextTokenException * The pagination token expired. * @throws AccessDeniedException * You are not authorized to use this operation with the given parameters. * @throws ThrottlingException * The number of API requests has exceeded the maximum allowed API request throttling limit for the account. * @sample AWSBudgets.DescribeSubscribersForNotification */ DescribeSubscribersForNotificationResult describeSubscribersForNotification( DescribeSubscribersForNotificationRequest describeSubscribersForNotificationRequest); /** *

* Executes a budget action. *

* * @param executeBudgetActionRequest * @return Result of the ExecuteBudgetAction operation returned by the service. * @throws InternalErrorException * An error on the server occurred during the processing of your request. Try again later. * @throws InvalidParameterException * An error on the client occurred. Typically, the cause is an invalid input value. * @throws NotFoundException * We can’t locate the resource that you specified. * @throws AccessDeniedException * You are not authorized to use this operation with the given parameters. * @throws ResourceLockedException * The request was received and recognized by the server, but the server rejected that particular method for * the requested resource. * @throws ThrottlingException * The number of API requests has exceeded the maximum allowed API request throttling limit for the account. * @sample AWSBudgets.ExecuteBudgetAction */ ExecuteBudgetActionResult executeBudgetAction(ExecuteBudgetActionRequest executeBudgetActionRequest); /** *

* Updates a budget. You can change every part of a budget except for the budgetName and the * calculatedSpend. When you modify a budget, the calculatedSpend drops to zero until * Amazon Web Services has new usage data to use for forecasting. *

* *

* Only one of BudgetLimit or PlannedBudgetLimits can be present in the syntax at one * time. Use the syntax that matches your case. The Request Syntax section shows the BudgetLimit * syntax. For PlannedBudgetLimits, see the Examples section. *

*
* * @param updateBudgetRequest * Request of UpdateBudget * @return Result of the UpdateBudget operation returned by the service. * @throws InternalErrorException * An error on the server occurred during the processing of your request. Try again later. * @throws InvalidParameterException * An error on the client occurred. Typically, the cause is an invalid input value. * @throws NotFoundException * We can’t locate the resource that you specified. * @throws AccessDeniedException * You are not authorized to use this operation with the given parameters. * @throws ThrottlingException * The number of API requests has exceeded the maximum allowed API request throttling limit for the account. * @sample AWSBudgets.UpdateBudget */ UpdateBudgetResult updateBudget(UpdateBudgetRequest updateBudgetRequest); /** *

* Updates a budget action. *

* * @param updateBudgetActionRequest * @return Result of the UpdateBudgetAction operation returned by the service. * @throws InternalErrorException * An error on the server occurred during the processing of your request. Try again later. * @throws InvalidParameterException * An error on the client occurred. Typically, the cause is an invalid input value. * @throws NotFoundException * We can’t locate the resource that you specified. * @throws AccessDeniedException * You are not authorized to use this operation with the given parameters. * @throws ResourceLockedException * The request was received and recognized by the server, but the server rejected that particular method for * the requested resource. * @throws ThrottlingException * The number of API requests has exceeded the maximum allowed API request throttling limit for the account. * @sample AWSBudgets.UpdateBudgetAction */ UpdateBudgetActionResult updateBudgetAction(UpdateBudgetActionRequest updateBudgetActionRequest); /** *

* Updates a notification. *

* * @param updateNotificationRequest * Request of UpdateNotification * @return Result of the UpdateNotification operation returned by the service. * @throws InternalErrorException * An error on the server occurred during the processing of your request. Try again later. * @throws InvalidParameterException * An error on the client occurred. Typically, the cause is an invalid input value. * @throws NotFoundException * We can’t locate the resource that you specified. * @throws DuplicateRecordException * The budget name already exists. Budget names must be unique within an account. * @throws AccessDeniedException * You are not authorized to use this operation with the given parameters. * @throws ThrottlingException * The number of API requests has exceeded the maximum allowed API request throttling limit for the account. * @sample AWSBudgets.UpdateNotification */ UpdateNotificationResult updateNotification(UpdateNotificationRequest updateNotificationRequest); /** *

* Updates a subscriber. *

* * @param updateSubscriberRequest * Request of UpdateSubscriber * @return Result of the UpdateSubscriber operation returned by the service. * @throws InternalErrorException * An error on the server occurred during the processing of your request. Try again later. * @throws InvalidParameterException * An error on the client occurred. Typically, the cause is an invalid input value. * @throws NotFoundException * We can’t locate the resource that you specified. * @throws DuplicateRecordException * The budget name already exists. Budget names must be unique within an account. * @throws AccessDeniedException * You are not authorized to use this operation with the given parameters. * @throws ThrottlingException * The number of API requests has exceeded the maximum allowed API request throttling limit for the account. * @sample AWSBudgets.UpdateSubscriber */ UpdateSubscriberResult updateSubscriber(UpdateSubscriberRequest updateSubscriberRequest); /** * Shuts down this client object, releasing any resources that might be held open. This is an optional method, and * callers are not expected to call it, but can if they want to explicitly release any open resources. Once a client * has been shutdown, it should not be used to make any more requests. */ void shutdown(); /** * Returns additional metadata for a previously executed successful request, typically used for debugging issues * where a service isn't acting as expected. This data isn't considered part of the result data returned by an * operation, so it's available through this separate, diagnostic interface. *

* Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic * information for an executed request, you should use this method to retrieve it as soon as possible after * executing a request. * * @param request * The originally executed request. * * @return The response metadata for the specified request, or null if none is available. */ ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request); }