AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | Friends | List of all members
Aws::Pricing::PricingClient Class Reference

#include <PricingClient.h>

Inheritance diagram for Aws::Pricing::PricingClient:
[legend]

Public Types

 
 
 

Public Types inherited from Aws::Client::AWSJsonClient

 

Public Member Functions

 PricingClient (const Aws::Pricing::PricingClientConfiguration &clientConfiguration=Aws::Pricing::PricingClientConfiguration(), std::shared_ptr< PricingEndpointProviderBase > endpointProvider=nullptr)
 
 PricingClient (const Aws::Auth::AWSCredentials &credentials, std::shared_ptr< PricingEndpointProviderBase > endpointProvider=nullptr, const Aws::Pricing::PricingClientConfiguration &clientConfiguration=Aws::Pricing::PricingClientConfiguration())
 
 PricingClient (const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, std::shared_ptr< PricingEndpointProviderBase > endpointProvider=nullptr, const Aws::Pricing::PricingClientConfiguration &clientConfiguration=Aws::Pricing::PricingClientConfiguration())
 
 PricingClient (const Aws::Client::ClientConfiguration &clientConfiguration)
 
 PricingClient (const Aws::Auth::AWSCredentials &credentials, const Aws::Client::ClientConfiguration &clientConfiguration)
 
 PricingClient (const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, const Aws::Client::ClientConfiguration &clientConfiguration)
 
virtual ~PricingClient ()
 
 
template<typename DescribeServicesRequestT = Model::DescribeServicesRequest>
Model::DescribeServicesOutcomeCallable DescribeServicesCallable (const DescribeServicesRequestT &request={}) const
 
template<typename DescribeServicesRequestT = Model::DescribeServicesRequest>
void DescribeServicesAsync (const DescribeServicesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DescribeServicesRequestT &request={}) const
 
 
template<typename GetAttributeValuesRequestT = Model::GetAttributeValuesRequest>
Model::GetAttributeValuesOutcomeCallable GetAttributeValuesCallable (const GetAttributeValuesRequestT &request) const
 
template<typename GetAttributeValuesRequestT = Model::GetAttributeValuesRequest>
void GetAttributeValuesAsync (const GetAttributeValuesRequestT &request, const GetAttributeValuesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename GetPriceListFileUrlRequestT = Model::GetPriceListFileUrlRequest>
Model::GetPriceListFileUrlOutcomeCallable GetPriceListFileUrlCallable (const GetPriceListFileUrlRequestT &request) const
 
template<typename GetPriceListFileUrlRequestT = Model::GetPriceListFileUrlRequest>
void GetPriceListFileUrlAsync (const GetPriceListFileUrlRequestT &request, const GetPriceListFileUrlResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename GetProductsRequestT = Model::GetProductsRequest>
Model::GetProductsOutcomeCallable GetProductsCallable (const GetProductsRequestT &request) const
 
template<typename GetProductsRequestT = Model::GetProductsRequest>
void GetProductsAsync (const GetProductsRequestT &request, const GetProductsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename ListPriceListsRequestT = Model::ListPriceListsRequest>
Model::ListPriceListsOutcomeCallable ListPriceListsCallable (const ListPriceListsRequestT &request) const
 
template<typename ListPriceListsRequestT = Model::ListPriceListsRequest>
void ListPriceListsAsync (const ListPriceListsRequestT &request, const ListPriceListsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
void OverrideEndpoint (const Aws::String &endpoint)
 
 

Public Member Functions inherited from Aws::Client::AWSJsonClient

 AWSJsonClient (const Aws::Client::ClientConfiguration &configuration, const std::shared_ptr< Aws::Client::AWSAuthSigner > &signer, const std::shared_ptr< AWSErrorMarshaller > &errorMarshaller)
 
 AWSJsonClient (const Aws::Client::ClientConfiguration &configuration, const std::shared_ptr< Aws::Auth::AWSAuthSignerProvider > &signerProvider, const std::shared_ptr< AWSErrorMarshaller > &errorMarshaller)
 
virtual ~AWSJsonClient ()=default
 

Public Member Functions inherited from Aws::Client::AWSClient

 AWSClient (const Aws::Client::ClientConfiguration &configuration, const std::shared_ptr< Aws::Client::AWSAuthSigner > &signer, const std::shared_ptr< AWSErrorMarshaller > &errorMarshaller)
 
 AWSClient (const Aws::Client::ClientConfiguration &configuration, const std::shared_ptr< Aws::Auth::AWSAuthSignerProvider > &signerProvider, const std::shared_ptr< AWSErrorMarshaller > &errorMarshaller)
 
virtual ~AWSClient ()
 
Aws::String GeneratePresignedUrl (const Aws::Http::URI &uri, Aws::Http::HttpMethod method, long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={})
 
Aws::String GeneratePresignedUrl (const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const Aws::Http::HeaderValueCollection &customizedHeaders, long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={})
 
Aws::String GeneratePresignedUrl (const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const char *region, long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={}) const
 
Aws::String GeneratePresignedUrl (const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const char *region, const Aws::Http::HeaderValueCollection &customizedHeaders, long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={})
 
Aws::String GeneratePresignedUrl (const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const char *region, const char *serviceName, long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={}) const
 
Aws::String GeneratePresignedUrl (const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const char *region, const char *serviceName, const Aws::Http::HeaderValueCollection &customizedHeaders, long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={})
 
Aws::String GeneratePresignedUrl (const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const char *region, const char *serviceName, const char *signerName, long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={}) const
 
Aws::String GeneratePresignedUrl (const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const char *region, const char *serviceName, const char *signerName, const Aws::Http::HeaderValueCollection &customizedHeaders, long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={})
 
Aws::String GeneratePresignedUrl (const Aws::Endpoint::AWSEndpoint &endpoint, Aws::Http::HttpMethod method=Http::HttpMethod::HTTP_POST, const Aws::Http::HeaderValueCollection &customizedHeaders={}, uint64_t expirationInSeconds=0, const char *signerName=Aws::Auth::SIGV4_SIGNER, const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={})
 
Aws::String GeneratePresignedUrl (const Aws::AmazonWebServiceRequest &request, const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const Aws::Http::QueryStringParameterCollection &extraParams=Aws::Http::QueryStringParameterCollection(), long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={}) const
 
Aws::String GeneratePresignedUrl (const Aws::AmazonWebServiceRequest &request, const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const char *region, const char *serviceName, const char *signerName, const Aws::Http::QueryStringParameterCollection &extraParams=Aws::Http::QueryStringParameterCollection(), long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={}) const
 
Aws::String GeneratePresignedUrl (const Aws::AmazonWebServiceRequest &request, const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const char *region, const char *serviceName, const Aws::Http::QueryStringParameterCollection &extraParams=Aws::Http::QueryStringParameterCollection(), long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={}) const
 
Aws::String GeneratePresignedUrl (const Aws::AmazonWebServiceRequest &request, const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const char *region, const Aws::Http::QueryStringParameterCollection &extraParams=Aws::Http::QueryStringParameterCollection(), long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={}) const
 
const std::shared_ptr< Aws::Http::HttpClient > & GetHttpClient () const
 
 
 
virtual const char * GetServiceClientName () const
 
virtual void SetServiceClientName (const Aws::String &name)
 
void AppendToUserAgent (const Aws::String &valueToAppend)
 
 
 
 
 
void SubmitAsync (OperationFuncT operationFunc, const RequestT &request, const HandlerT &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
void SubmitAsync (OperationFuncT operationFunc, RequestT &request, const HandlerT &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
void SubmitAsync (OperationFuncT operationFunc, const HandlerT &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
auto SubmitCallable (OperationFuncT operationFunc, const RequestT &request) const -> std::future< decltype((static_cast< const AwsServiceClientT * >(nullptr) -> *operationFunc)(request))>
 
auto SubmitCallable (OperationFuncT operationFunc, RequestT &request) const -> std::future< decltype((static_cast< const AwsServiceClientT * >(nullptr) -> *operationFunc)(request))>
 
auto SubmitCallable (OperationFuncT operationFunc) const -> std::future< decltype((static_cast< const AwsServiceClientT * >(nullptr) -> *operationFunc)())>
 

Static Public Member Functions

static const char * GetServiceName ()
 
static const char * GetAllocationTag ()
 

Static Public Member Functions inherited from Aws::Client::ClientWithAsyncTemplateMethods< PricingClient >

static void ShutdownSdkClient (void *pThis, int64_t timeoutMs=-1)
 

Friends

 

Additional Inherited Members

Protected Member Functions inherited from Aws::Client::AWSJsonClient

virtual AWSError< CoreErrorsBuildAWSError (const std::shared_ptr< Aws::Http::HttpResponse > &response) const override
 
JsonOutcome MakeRequest (const Aws::AmazonWebServiceRequest &request, const Aws::Endpoint::AWSEndpoint &endpoint, Http::HttpMethod method=Http::HttpMethod::HTTP_POST, const char *signerName=Aws::Auth::SIGV4_SIGNER, const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
JsonOutcome MakeRequest (const Aws::Endpoint::AWSEndpoint &endpoint, Http::HttpMethod method=Http::HttpMethod::HTTP_POST, const char *signerName=Aws::Auth::SIGV4_SIGNER, const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
JsonOutcome MakeRequest (const Aws::Http::URI &uri, const Aws::AmazonWebServiceRequest &request, Http::HttpMethod method=Http::HttpMethod::HTTP_POST, const char *signerName=Aws::Auth::SIGV4_SIGNER, const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
JsonOutcome MakeRequest (const Aws::Http::URI &uri, Http::HttpMethod method=Http::HttpMethod::HTTP_POST, const char *signerName=Aws::Auth::SIGV4_SIGNER, const char *requestName="", const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
JsonOutcome MakeEventStreamRequest (std::shared_ptr< Aws::Http::HttpRequest > &request) const
 

Protected Member Functions inherited from Aws::Client::AWSClient

HttpResponseOutcome AttemptExhaustively (const Aws::Http::URI &uri, const Aws::AmazonWebServiceRequest &request, Http::HttpMethod httpMethod, const char *signerName, const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
HttpResponseOutcome AttemptExhaustively (const Aws::Http::URI &uri, Http::HttpMethod httpMethod, const char *signerName, const char *requestName="", const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
HttpResponseOutcome AttemptOneRequest (const std::shared_ptr< Http::HttpRequest > &httpRequest, const Aws::AmazonWebServiceRequest &request, const char *signerName, const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
HttpResponseOutcome AttemptOneRequest (const std::shared_ptr< Http::HttpRequest > &httpRequest, const char *signerName, const char *requestName="", const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
StreamOutcome MakeRequestWithUnparsedResponse (const Aws::Http::URI &uri, const Aws::AmazonWebServiceRequest &request, Http::HttpMethod method=Http::HttpMethod::HTTP_POST, const char *signerName=Aws::Auth::SIGV4_SIGNER, const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
StreamOutcome MakeRequestWithUnparsedResponse (const Aws::Http::URI &uri, Http::HttpMethod method=Http::HttpMethod::HTTP_POST, const char *signerName=Aws::Auth::SIGV4_SIGNER, const char *requestName="", const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
StreamOutcome MakeRequestWithUnparsedResponse (const Aws::AmazonWebServiceRequest &request, const Aws::Endpoint::AWSEndpoint &endpoint, Http::HttpMethod method=Http::HttpMethod::HTTP_POST, const char *signerName=Aws::Auth::SIGV4_SIGNER, const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
virtual void BuildHttpRequest (const Aws::AmazonWebServiceRequest &request, const std::shared_ptr< Aws::Http::HttpRequest > &httpRequest) const
 
const std::shared_ptr< AWSErrorMarshaller > & GetErrorMarshaller () const
 
Aws::Client::AWSAuthSignerGetSignerByName (const char *name) const
 
 
std::shared_ptr< Aws::Http::HttpRequestBuildAndSignHttpRequest (const Aws::Http::URI &uri, const Aws::AmazonWebServiceRequest &request, Http::HttpMethod method, const char *signerName) const
 
std::shared_ptr< Aws::Http::HttpResponseMakeHttpRequest (std::shared_ptr< Aws::Http::HttpRequest > &request) const
 

Static Protected Member Functions inherited from Aws::Client::AWSClient

static void AppendRecursionDetectionHeader (std::shared_ptr< Aws::Http::HttpRequest > ioRequest)
 
 
static bool DoesResponseGenerateError (const std::shared_ptr< Aws::Http::HttpResponse > &response)
 

Protected Attributes inherited from Aws::Client::AWSClient

 
 
 
std::atomic< bool > m_isInitialized
 
std::atomic< size_t > m_operationsProcessed
 
std::condition_variable m_shutdownSignal
 
std::mutex m_shutdownMutex
 

Detailed Description

The Amazon Web Services Price List API is a centralized and convenient way to programmatically query Amazon Web Services for services, products, and pricing information. The Amazon Web Services Price List uses standardized product attributes such as Location, Storage Class, and Operating System, and provides prices at the SKU level. You can use the Amazon Web Services Price List to do the following:

Use GetServices without a service code to retrieve the service codes for all Amazon Web Services services, then GetServices with a service code to retrieve the attribute names for that service. After you have the service code and attribute names, you can use GetAttributeValues to see what values are available for an attribute. With the service code and an attribute name and value, you can use GetProducts to find specific products that you're interested in, such as an AmazonEC2 instance, with a Provisioned IOPS volumeType.

For more information, see Using the Amazon Web Services Price List API in the Billing User Guide.

Definition at line 40 of file PricingClient.h.

Member Typedef Documentation

◆ BASECLASS

Definition at line 43 of file PricingClient.h.

◆ ClientConfigurationType

Definition at line 47 of file PricingClient.h.

◆ EndpointProviderType

Definition at line 48 of file PricingClient.h.

Constructor & Destructor Documentation

◆ PricingClient() [1/6]

Aws::Pricing::PricingClient::PricingClient ( const Aws::Pricing::PricingClientConfiguration clientConfiguration = Aws::Pricing::PricingClientConfiguration(),
std::shared_ptr< PricingEndpointProviderBase endpointProvider = nullptr 
)

Initializes client to use DefaultCredentialProviderChain, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.

◆ PricingClient() [2/6]

Aws::Pricing::PricingClient::PricingClient ( const Aws::Auth::AWSCredentials credentials,
std::shared_ptr< PricingEndpointProviderBase endpointProvider = nullptr,
const Aws::Pricing::PricingClientConfiguration clientConfiguration = Aws::Pricing::PricingClientConfiguration() 
)

Initializes client to use SimpleAWSCredentialsProvider, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.

◆ PricingClient() [3/6]

Aws::Pricing::PricingClient::PricingClient ( const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &  credentialsProvider,
std::shared_ptr< PricingEndpointProviderBase endpointProvider = nullptr,
const Aws::Pricing::PricingClientConfiguration clientConfiguration = Aws::Pricing::PricingClientConfiguration() 
)

Initializes client to use specified credentials provider with specified client config. If http client factory is not supplied, the default http client factory will be used

◆ PricingClient() [4/6]

Aws::Pricing::PricingClient::PricingClient ( const Aws::Client::ClientConfiguration clientConfiguration)

Initializes client to use DefaultCredentialProviderChain, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.

◆ PricingClient() [5/6]

Aws::Pricing::PricingClient::PricingClient ( const Aws::Auth::AWSCredentials credentials,
const Aws::Client::ClientConfiguration clientConfiguration 
)

Initializes client to use SimpleAWSCredentialsProvider, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.

◆ PricingClient() [6/6]

Aws::Pricing::PricingClient::PricingClient ( const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &  credentialsProvider,
const Aws::Client::ClientConfiguration clientConfiguration 
)

Initializes client to use specified credentials provider with specified client config. If http client factory is not supplied, the default http client factory will be used

◆ ~PricingClient()

virtual Aws::Pricing::PricingClient::~PricingClient ( )
virtual

Member Function Documentation

◆ accessEndpointProvider()

std::shared_ptr< PricingEndpointProviderBase > & Aws::Pricing::PricingClient::accessEndpointProvider ( )

◆ DescribeServices()

virtual Model::DescribeServicesOutcome Aws::Pricing::PricingClient::DescribeServices ( const Model::DescribeServicesRequest request = {}) const
virtual

Returns the metadata for one service or a list of the metadata for all services. Use this without a service code to get the service codes for all services. Use it with a service code, such as AmazonEC2, to get information specific to that service, such as the attribute names available for that service. For example, some of the attribute names available for EC2 are volumeType, maxIopsVolume, operation, locationType, and instanceCapacity10xlarge.

See Also:

AWS API Reference

◆ DescribeServicesAsync()

template<typename DescribeServicesRequestT = Model::DescribeServicesRequest>
void Aws::Pricing::PricingClient::DescribeServicesAsync ( const DescribeServicesResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr,
const DescribeServicesRequestT &  request = {} 
) const
inline

An Async wrapper for DescribeServices that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 125 of file PricingClient.h.

◆ DescribeServicesCallable()

template<typename DescribeServicesRequestT = Model::DescribeServicesRequest>
Model::DescribeServicesOutcomeCallable Aws::Pricing::PricingClient::DescribeServicesCallable ( const DescribeServicesRequestT &  request = {}) const
inline

A Callable wrapper for DescribeServices that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 116 of file PricingClient.h.

◆ GetAllocationTag()

static const char * Aws::Pricing::PricingClient::GetAllocationTag ( )
static

◆ GetAttributeValues()

virtual Model::GetAttributeValuesOutcome Aws::Pricing::PricingClient::GetAttributeValues ( const Model::GetAttributeValuesRequest request) const
virtual

Returns a list of attribute values. Attributes are similar to the details in a Price List API offer file. For a list of available attributes, see Offer File Definitions in the Billing and Cost Management User Guide.

See Also:

AWS API Reference

◆ GetAttributeValuesAsync()

template<typename GetAttributeValuesRequestT = Model::GetAttributeValuesRequest>
void Aws::Pricing::PricingClient::GetAttributeValuesAsync ( const GetAttributeValuesRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for GetAttributeValues that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 155 of file PricingClient.h.

◆ GetAttributeValuesCallable()

template<typename GetAttributeValuesRequestT = Model::GetAttributeValuesRequest>
Model::GetAttributeValuesOutcomeCallable Aws::Pricing::PricingClient::GetAttributeValuesCallable ( const GetAttributeValuesRequestT &  request) const
inline

A Callable wrapper for GetAttributeValues that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 146 of file PricingClient.h.

◆ GetPriceListFileUrl()

virtual Model::GetPriceListFileUrlOutcome Aws::Pricing::PricingClient::GetPriceListFileUrl ( const Model::GetPriceListFileUrlRequest request) const
virtual

This feature is in preview release and is subject to change. Your use of Amazon Web Services Price List API is subject to the Beta Service Participation terms of the Amazon Web Services Service Terms (Section 1.10).

This returns the URL that you can retrieve your Price List file from. This URL is based on the PriceListArn and FileFormat that you retrieve from the ListPriceLists response.

See Also:

AWS API Reference

◆ GetPriceListFileUrlAsync()

template<typename GetPriceListFileUrlRequestT = Model::GetPriceListFileUrlRequest>
void Aws::Pricing::PricingClient::GetPriceListFileUrlAsync ( const GetPriceListFileUrlRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for GetPriceListFileUrl that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 189 of file PricingClient.h.

◆ GetPriceListFileUrlCallable()

template<typename GetPriceListFileUrlRequestT = Model::GetPriceListFileUrlRequest>
Model::GetPriceListFileUrlOutcomeCallable Aws::Pricing::PricingClient::GetPriceListFileUrlCallable ( const GetPriceListFileUrlRequestT &  request) const
inline

A Callable wrapper for GetPriceListFileUrl that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 180 of file PricingClient.h.

◆ GetProducts()

virtual Model::GetProductsOutcome Aws::Pricing::PricingClient::GetProducts ( const Model::GetProductsRequest request) const
virtual

Returns a list of all products that match the filter criteria.

See Also:

AWS API Reference

◆ GetProductsAsync()

template<typename GetProductsRequestT = Model::GetProductsRequest>
void Aws::Pricing::PricingClient::GetProductsAsync ( const GetProductsRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for GetProducts that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 215 of file PricingClient.h.

◆ GetProductsCallable()

template<typename GetProductsRequestT = Model::GetProductsRequest>
Model::GetProductsOutcomeCallable Aws::Pricing::PricingClient::GetProductsCallable ( const GetProductsRequestT &  request) const
inline

A Callable wrapper for GetProducts that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 206 of file PricingClient.h.

◆ GetServiceName()

static const char * Aws::Pricing::PricingClient::GetServiceName ( )
static

◆ ListPriceLists()

virtual Model::ListPriceListsOutcome Aws::Pricing::PricingClient::ListPriceLists ( const Model::ListPriceListsRequest request) const
virtual

This feature is in preview release and is subject to change. Your use of Amazon Web Services Price List API is subject to the Beta Service Participation terms of the Amazon Web Services Service Terms (Section 1.10).

This returns a list of Price List references that the requester if authorized to view, given a ServiceCode, CurrencyCode, and an EffectiveDate. Use without a RegionCode filter to list Price List references from all available Amazon Web Services Regions. Use with a RegionCode filter to get the Price List reference that's specific to a specific Amazon Web Services Region. You can use the PriceListArn from the response to get your preferred Price List files through the GetPriceListFileUrl API.

See Also:

AWS API Reference

◆ ListPriceListsAsync()

template<typename ListPriceListsRequestT = Model::ListPriceListsRequest>
void Aws::Pricing::PricingClient::ListPriceListsAsync ( const ListPriceListsRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for ListPriceLists that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 254 of file PricingClient.h.

◆ ListPriceListsCallable()

template<typename ListPriceListsRequestT = Model::ListPriceListsRequest>
Model::ListPriceListsOutcomeCallable Aws::Pricing::PricingClient::ListPriceListsCallable ( const ListPriceListsRequestT &  request) const
inline

A Callable wrapper for ListPriceLists that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 245 of file PricingClient.h.

◆ OverrideEndpoint()

void Aws::Pricing::PricingClient::OverrideEndpoint ( const Aws::String endpoint)

Friends And Related Symbol Documentation

◆ Aws::Client::ClientWithAsyncTemplateMethods< PricingClient >

Definition at line 261 of file PricingClient.h.


The documentation for this class was generated from the following file: