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::Glacier::GlacierClient Class Reference

#include <GlacierClient.h>

Inheritance diagram for Aws::Glacier::GlacierClient:
[legend]

Public Types

 
 
 

Public Types inherited from Aws::Client::AWSJsonClient

 

Public Member Functions

 GlacierClient (const Aws::Glacier::GlacierClientConfiguration &clientConfiguration=Aws::Glacier::GlacierClientConfiguration(), std::shared_ptr< GlacierEndpointProviderBase > endpointProvider=nullptr)
 
 GlacierClient (const Aws::Auth::AWSCredentials &credentials, std::shared_ptr< GlacierEndpointProviderBase > endpointProvider=nullptr, const Aws::Glacier::GlacierClientConfiguration &clientConfiguration=Aws::Glacier::GlacierClientConfiguration())
 
 GlacierClient (const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, std::shared_ptr< GlacierEndpointProviderBase > endpointProvider=nullptr, const Aws::Glacier::GlacierClientConfiguration &clientConfiguration=Aws::Glacier::GlacierClientConfiguration())
 
 GlacierClient (const Aws::Client::ClientConfiguration &clientConfiguration)
 
 GlacierClient (const Aws::Auth::AWSCredentials &credentials, const Aws::Client::ClientConfiguration &clientConfiguration)
 
 GlacierClient (const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, const Aws::Client::ClientConfiguration &clientConfiguration)
 
virtual ~GlacierClient ()
 
 
template<typename AbortMultipartUploadRequestT = Model::AbortMultipartUploadRequest>
Model::AbortMultipartUploadOutcomeCallable AbortMultipartUploadCallable (const AbortMultipartUploadRequestT &request) const
 
template<typename AbortMultipartUploadRequestT = Model::AbortMultipartUploadRequest>
void AbortMultipartUploadAsync (const AbortMultipartUploadRequestT &request, const AbortMultipartUploadResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename AbortVaultLockRequestT = Model::AbortVaultLockRequest>
Model::AbortVaultLockOutcomeCallable AbortVaultLockCallable (const AbortVaultLockRequestT &request) const
 
template<typename AbortVaultLockRequestT = Model::AbortVaultLockRequest>
void AbortVaultLockAsync (const AbortVaultLockRequestT &request, const AbortVaultLockResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename AddTagsToVaultRequestT = Model::AddTagsToVaultRequest>
Model::AddTagsToVaultOutcomeCallable AddTagsToVaultCallable (const AddTagsToVaultRequestT &request) const
 
template<typename AddTagsToVaultRequestT = Model::AddTagsToVaultRequest>
void AddTagsToVaultAsync (const AddTagsToVaultRequestT &request, const AddTagsToVaultResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename CompleteMultipartUploadRequestT = Model::CompleteMultipartUploadRequest>
Model::CompleteMultipartUploadOutcomeCallable CompleteMultipartUploadCallable (const CompleteMultipartUploadRequestT &request) const
 
template<typename CompleteMultipartUploadRequestT = Model::CompleteMultipartUploadRequest>
void CompleteMultipartUploadAsync (const CompleteMultipartUploadRequestT &request, const CompleteMultipartUploadResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename CompleteVaultLockRequestT = Model::CompleteVaultLockRequest>
Model::CompleteVaultLockOutcomeCallable CompleteVaultLockCallable (const CompleteVaultLockRequestT &request) const
 
template<typename CompleteVaultLockRequestT = Model::CompleteVaultLockRequest>
void CompleteVaultLockAsync (const CompleteVaultLockRequestT &request, const CompleteVaultLockResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename CreateVaultRequestT = Model::CreateVaultRequest>
Model::CreateVaultOutcomeCallable CreateVaultCallable (const CreateVaultRequestT &request) const
 
template<typename CreateVaultRequestT = Model::CreateVaultRequest>
void CreateVaultAsync (const CreateVaultRequestT &request, const CreateVaultResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename DeleteArchiveRequestT = Model::DeleteArchiveRequest>
Model::DeleteArchiveOutcomeCallable DeleteArchiveCallable (const DeleteArchiveRequestT &request) const
 
template<typename DeleteArchiveRequestT = Model::DeleteArchiveRequest>
void DeleteArchiveAsync (const DeleteArchiveRequestT &request, const DeleteArchiveResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename DeleteVaultRequestT = Model::DeleteVaultRequest>
Model::DeleteVaultOutcomeCallable DeleteVaultCallable (const DeleteVaultRequestT &request) const
 
template<typename DeleteVaultRequestT = Model::DeleteVaultRequest>
void DeleteVaultAsync (const DeleteVaultRequestT &request, const DeleteVaultResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename DeleteVaultAccessPolicyRequestT = Model::DeleteVaultAccessPolicyRequest>
Model::DeleteVaultAccessPolicyOutcomeCallable DeleteVaultAccessPolicyCallable (const DeleteVaultAccessPolicyRequestT &request) const
 
template<typename DeleteVaultAccessPolicyRequestT = Model::DeleteVaultAccessPolicyRequest>
void DeleteVaultAccessPolicyAsync (const DeleteVaultAccessPolicyRequestT &request, const DeleteVaultAccessPolicyResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename DeleteVaultNotificationsRequestT = Model::DeleteVaultNotificationsRequest>
Model::DeleteVaultNotificationsOutcomeCallable DeleteVaultNotificationsCallable (const DeleteVaultNotificationsRequestT &request) const
 
template<typename DeleteVaultNotificationsRequestT = Model::DeleteVaultNotificationsRequest>
void DeleteVaultNotificationsAsync (const DeleteVaultNotificationsRequestT &request, const DeleteVaultNotificationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename DescribeJobRequestT = Model::DescribeJobRequest>
Model::DescribeJobOutcomeCallable DescribeJobCallable (const DescribeJobRequestT &request) const
 
template<typename DescribeJobRequestT = Model::DescribeJobRequest>
void DescribeJobAsync (const DescribeJobRequestT &request, const DescribeJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename DescribeVaultRequestT = Model::DescribeVaultRequest>
Model::DescribeVaultOutcomeCallable DescribeVaultCallable (const DescribeVaultRequestT &request) const
 
template<typename DescribeVaultRequestT = Model::DescribeVaultRequest>
void DescribeVaultAsync (const DescribeVaultRequestT &request, const DescribeVaultResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename GetDataRetrievalPolicyRequestT = Model::GetDataRetrievalPolicyRequest>
Model::GetDataRetrievalPolicyOutcomeCallable GetDataRetrievalPolicyCallable (const GetDataRetrievalPolicyRequestT &request) const
 
template<typename GetDataRetrievalPolicyRequestT = Model::GetDataRetrievalPolicyRequest>
void GetDataRetrievalPolicyAsync (const GetDataRetrievalPolicyRequestT &request, const GetDataRetrievalPolicyResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename GetJobOutputRequestT = Model::GetJobOutputRequest>
Model::GetJobOutputOutcomeCallable GetJobOutputCallable (const GetJobOutputRequestT &request) const
 
template<typename GetJobOutputRequestT = Model::GetJobOutputRequest>
void GetJobOutputAsync (const GetJobOutputRequestT &request, const GetJobOutputResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename GetVaultAccessPolicyRequestT = Model::GetVaultAccessPolicyRequest>
Model::GetVaultAccessPolicyOutcomeCallable GetVaultAccessPolicyCallable (const GetVaultAccessPolicyRequestT &request) const
 
template<typename GetVaultAccessPolicyRequestT = Model::GetVaultAccessPolicyRequest>
void GetVaultAccessPolicyAsync (const GetVaultAccessPolicyRequestT &request, const GetVaultAccessPolicyResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename GetVaultLockRequestT = Model::GetVaultLockRequest>
Model::GetVaultLockOutcomeCallable GetVaultLockCallable (const GetVaultLockRequestT &request) const
 
template<typename GetVaultLockRequestT = Model::GetVaultLockRequest>
void GetVaultLockAsync (const GetVaultLockRequestT &request, const GetVaultLockResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename GetVaultNotificationsRequestT = Model::GetVaultNotificationsRequest>
Model::GetVaultNotificationsOutcomeCallable GetVaultNotificationsCallable (const GetVaultNotificationsRequestT &request) const
 
template<typename GetVaultNotificationsRequestT = Model::GetVaultNotificationsRequest>
void GetVaultNotificationsAsync (const GetVaultNotificationsRequestT &request, const GetVaultNotificationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename InitiateJobRequestT = Model::InitiateJobRequest>
Model::InitiateJobOutcomeCallable InitiateJobCallable (const InitiateJobRequestT &request) const
 
template<typename InitiateJobRequestT = Model::InitiateJobRequest>
void InitiateJobAsync (const InitiateJobRequestT &request, const InitiateJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename InitiateMultipartUploadRequestT = Model::InitiateMultipartUploadRequest>
Model::InitiateMultipartUploadOutcomeCallable InitiateMultipartUploadCallable (const InitiateMultipartUploadRequestT &request) const
 
template<typename InitiateMultipartUploadRequestT = Model::InitiateMultipartUploadRequest>
void InitiateMultipartUploadAsync (const InitiateMultipartUploadRequestT &request, const InitiateMultipartUploadResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename InitiateVaultLockRequestT = Model::InitiateVaultLockRequest>
Model::InitiateVaultLockOutcomeCallable InitiateVaultLockCallable (const InitiateVaultLockRequestT &request) const
 
template<typename InitiateVaultLockRequestT = Model::InitiateVaultLockRequest>
void InitiateVaultLockAsync (const InitiateVaultLockRequestT &request, const InitiateVaultLockResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename ListJobsRequestT = Model::ListJobsRequest>
Model::ListJobsOutcomeCallable ListJobsCallable (const ListJobsRequestT &request) const
 
template<typename ListJobsRequestT = Model::ListJobsRequest>
void ListJobsAsync (const ListJobsRequestT &request, const ListJobsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename ListMultipartUploadsRequestT = Model::ListMultipartUploadsRequest>
Model::ListMultipartUploadsOutcomeCallable ListMultipartUploadsCallable (const ListMultipartUploadsRequestT &request) const
 
template<typename ListMultipartUploadsRequestT = Model::ListMultipartUploadsRequest>
void ListMultipartUploadsAsync (const ListMultipartUploadsRequestT &request, const ListMultipartUploadsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename ListPartsRequestT = Model::ListPartsRequest>
Model::ListPartsOutcomeCallable ListPartsCallable (const ListPartsRequestT &request) const
 
template<typename ListPartsRequestT = Model::ListPartsRequest>
void ListPartsAsync (const ListPartsRequestT &request, const ListPartsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename ListProvisionedCapacityRequestT = Model::ListProvisionedCapacityRequest>
Model::ListProvisionedCapacityOutcomeCallable ListProvisionedCapacityCallable (const ListProvisionedCapacityRequestT &request) const
 
template<typename ListProvisionedCapacityRequestT = Model::ListProvisionedCapacityRequest>
void ListProvisionedCapacityAsync (const ListProvisionedCapacityRequestT &request, const ListProvisionedCapacityResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename ListTagsForVaultRequestT = Model::ListTagsForVaultRequest>
Model::ListTagsForVaultOutcomeCallable ListTagsForVaultCallable (const ListTagsForVaultRequestT &request) const
 
template<typename ListTagsForVaultRequestT = Model::ListTagsForVaultRequest>
void ListTagsForVaultAsync (const ListTagsForVaultRequestT &request, const ListTagsForVaultResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename ListVaultsRequestT = Model::ListVaultsRequest>
Model::ListVaultsOutcomeCallable ListVaultsCallable (const ListVaultsRequestT &request) const
 
template<typename ListVaultsRequestT = Model::ListVaultsRequest>
void ListVaultsAsync (const ListVaultsRequestT &request, const ListVaultsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename PurchaseProvisionedCapacityRequestT = Model::PurchaseProvisionedCapacityRequest>
Model::PurchaseProvisionedCapacityOutcomeCallable PurchaseProvisionedCapacityCallable (const PurchaseProvisionedCapacityRequestT &request) const
 
template<typename PurchaseProvisionedCapacityRequestT = Model::PurchaseProvisionedCapacityRequest>
void PurchaseProvisionedCapacityAsync (const PurchaseProvisionedCapacityRequestT &request, const PurchaseProvisionedCapacityResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename RemoveTagsFromVaultRequestT = Model::RemoveTagsFromVaultRequest>
Model::RemoveTagsFromVaultOutcomeCallable RemoveTagsFromVaultCallable (const RemoveTagsFromVaultRequestT &request) const
 
template<typename RemoveTagsFromVaultRequestT = Model::RemoveTagsFromVaultRequest>
void RemoveTagsFromVaultAsync (const RemoveTagsFromVaultRequestT &request, const RemoveTagsFromVaultResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename SetDataRetrievalPolicyRequestT = Model::SetDataRetrievalPolicyRequest>
Model::SetDataRetrievalPolicyOutcomeCallable SetDataRetrievalPolicyCallable (const SetDataRetrievalPolicyRequestT &request) const
 
template<typename SetDataRetrievalPolicyRequestT = Model::SetDataRetrievalPolicyRequest>
void SetDataRetrievalPolicyAsync (const SetDataRetrievalPolicyRequestT &request, const SetDataRetrievalPolicyResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename SetVaultAccessPolicyRequestT = Model::SetVaultAccessPolicyRequest>
Model::SetVaultAccessPolicyOutcomeCallable SetVaultAccessPolicyCallable (const SetVaultAccessPolicyRequestT &request) const
 
template<typename SetVaultAccessPolicyRequestT = Model::SetVaultAccessPolicyRequest>
void SetVaultAccessPolicyAsync (const SetVaultAccessPolicyRequestT &request, const SetVaultAccessPolicyResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename SetVaultNotificationsRequestT = Model::SetVaultNotificationsRequest>
Model::SetVaultNotificationsOutcomeCallable SetVaultNotificationsCallable (const SetVaultNotificationsRequestT &request) const
 
template<typename SetVaultNotificationsRequestT = Model::SetVaultNotificationsRequest>
void SetVaultNotificationsAsync (const SetVaultNotificationsRequestT &request, const SetVaultNotificationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename UploadArchiveRequestT = Model::UploadArchiveRequest>
Model::UploadArchiveOutcomeCallable UploadArchiveCallable (const UploadArchiveRequestT &request) const
 
template<typename UploadArchiveRequestT = Model::UploadArchiveRequest>
void UploadArchiveAsync (const UploadArchiveRequestT &request, const UploadArchiveResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename UploadMultipartPartRequestT = Model::UploadMultipartPartRequest>
Model::UploadMultipartPartOutcomeCallable UploadMultipartPartCallable (const UploadMultipartPartRequestT &request) const
 
template<typename UploadMultipartPartRequestT = Model::UploadMultipartPartRequest>
void UploadMultipartPartAsync (const UploadMultipartPartRequestT &request, const UploadMultipartPartResponseReceivedHandler &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< GlacierClient >

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

Amazon S3 Glacier (Glacier) is a storage solution for "cold data."

Glacier is an extremely low-cost storage service that provides secure, durable, and easy-to-use storage for data backup and archival. With Glacier, customers can store their data cost effectively for months, years, or decades. Glacier also enables customers to offload the administrative burdens of operating and scaling storage to AWS, so they don't have to worry about capacity planning, hardware provisioning, data replication, hardware failure and recovery, or time-consuming hardware migrations.

Glacier is a great storage choice when low storage cost is paramount and your data is rarely retrieved. If your application requires fast or frequent access to your data, consider using Amazon S3. For more information, see Amazon Simple Storage Service (Amazon S3).

You can store any kind of data in any format. There is no maximum limit on the total amount of data you can store in Glacier.

If you are a first-time user of Glacier, we recommend that you begin by reading the following sections in the Amazon S3 Glacier Developer Guide:

Definition at line 46 of file GlacierClient.h.

Member Typedef Documentation

◆ BASECLASS

Definition at line 49 of file GlacierClient.h.

◆ ClientConfigurationType

Definition at line 53 of file GlacierClient.h.

◆ EndpointProviderType

Definition at line 54 of file GlacierClient.h.

Constructor & Destructor Documentation

◆ GlacierClient() [1/6]

Aws::Glacier::GlacierClient::GlacierClient ( const Aws::Glacier::GlacierClientConfiguration clientConfiguration = Aws::Glacier::GlacierClientConfiguration(),
std::shared_ptr< GlacierEndpointProviderBase 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.

◆ GlacierClient() [2/6]

Aws::Glacier::GlacierClient::GlacierClient ( const Aws::Auth::AWSCredentials credentials,
std::shared_ptr< GlacierEndpointProviderBase endpointProvider = nullptr,
const Aws::Glacier::GlacierClientConfiguration clientConfiguration = Aws::Glacier::GlacierClientConfiguration() 
)

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.

◆ GlacierClient() [3/6]

Aws::Glacier::GlacierClient::GlacierClient ( const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &  credentialsProvider,
std::shared_ptr< GlacierEndpointProviderBase endpointProvider = nullptr,
const Aws::Glacier::GlacierClientConfiguration clientConfiguration = Aws::Glacier::GlacierClientConfiguration() 
)

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

◆ GlacierClient() [4/6]

Aws::Glacier::GlacierClient::GlacierClient ( 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.

◆ GlacierClient() [5/6]

Aws::Glacier::GlacierClient::GlacierClient ( 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.

◆ GlacierClient() [6/6]

Aws::Glacier::GlacierClient::GlacierClient ( 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

◆ ~GlacierClient()

virtual Aws::Glacier::GlacierClient::~GlacierClient ( )
virtual

Member Function Documentation

◆ AbortMultipartUpload()

virtual Model::AbortMultipartUploadOutcome Aws::Glacier::GlacierClient::AbortMultipartUpload ( const Model::AbortMultipartUploadRequest request) const
virtual

This operation aborts a multipart upload identified by the upload ID.

After the Abort Multipart Upload request succeeds, you cannot upload any more parts to the multipart upload or complete the multipart upload. Aborting a completed upload fails. However, aborting an already-aborted upload will succeed, for a short time. For more information about uploading a part and completing a multipart upload, see UploadMultipartPart and CompleteMultipartUpload.

This operation is idempotent.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and underlying REST API, see Working with Archives in Amazon S3 Glacier and Abort Multipart Upload in the Amazon Glacier Developer Guide.

See Also:

AWS API Reference

◆ AbortMultipartUploadAsync()

template<typename AbortMultipartUploadRequestT = Model::AbortMultipartUploadRequest>
void Aws::Glacier::GlacierClient::AbortMultipartUploadAsync ( const AbortMultipartUploadRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 142 of file GlacierClient.h.

◆ AbortMultipartUploadCallable()

template<typename AbortMultipartUploadRequestT = Model::AbortMultipartUploadRequest>
Model::AbortMultipartUploadOutcomeCallable Aws::Glacier::GlacierClient::AbortMultipartUploadCallable ( const AbortMultipartUploadRequestT &  request) const
inline

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

Definition at line 133 of file GlacierClient.h.

◆ AbortVaultLock()

virtual Model::AbortVaultLockOutcome Aws::Glacier::GlacierClient::AbortVaultLock ( const Model::AbortVaultLockRequest request) const
virtual

This operation aborts the vault locking process if the vault lock is not in the Locked state. If the vault lock is in the Locked state when this operation is requested, the operation returns an AccessDeniedException error. Aborting the vault locking process removes the vault lock policy from the specified vault.

A vault lock is put into the InProgress state by calling InitiateVaultLock. A vault lock is put into the Locked state by calling CompleteVaultLock. You can get the state of a vault lock by calling GetVaultLock. For more information about the vault locking process, see Amazon Glacier Vault Lock. For more information about vault lock policies, see Amazon Glacier Access Control with Vault Lock Policies.

This operation is idempotent. You can successfully invoke this operation multiple times, if the vault lock is in the InProgress state or if there is no policy associated with the vault.

See Also:

AWS API Reference

◆ AbortVaultLockAsync()

template<typename AbortVaultLockRequestT = Model::AbortVaultLockRequest>
void Aws::Glacier::GlacierClient::AbortVaultLockAsync ( const AbortVaultLockRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 183 of file GlacierClient.h.

◆ AbortVaultLockCallable()

template<typename AbortVaultLockRequestT = Model::AbortVaultLockRequest>
Model::AbortVaultLockOutcomeCallable Aws::Glacier::GlacierClient::AbortVaultLockCallable ( const AbortVaultLockRequestT &  request) const
inline

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

Definition at line 174 of file GlacierClient.h.

◆ accessEndpointProvider()

std::shared_ptr< GlacierEndpointProviderBase > & Aws::Glacier::GlacierClient::accessEndpointProvider ( )

◆ AddTagsToVault()

virtual Model::AddTagsToVaultOutcome Aws::Glacier::GlacierClient::AddTagsToVault ( const Model::AddTagsToVaultRequest request) const
virtual

This operation adds the specified tags to a vault. Each tag is composed of a key and a value. Each vault can have up to 10 tags. If your request would cause the tag limit for the vault to be exceeded, the operation throws the LimitExceededException error. If a tag already exists on the vault under a specified key, the existing key value will be overwritten. For more information about tags, see Tagging Amazon S3 Glacier Resources.

See Also:

AWS API Reference

◆ AddTagsToVaultAsync()

template<typename AddTagsToVaultRequestT = Model::AddTagsToVaultRequest>
void Aws::Glacier::GlacierClient::AddTagsToVaultAsync ( const AddTagsToVaultRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 215 of file GlacierClient.h.

◆ AddTagsToVaultCallable()

template<typename AddTagsToVaultRequestT = Model::AddTagsToVaultRequest>
Model::AddTagsToVaultOutcomeCallable Aws::Glacier::GlacierClient::AddTagsToVaultCallable ( const AddTagsToVaultRequestT &  request) const
inline

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

Definition at line 206 of file GlacierClient.h.

◆ CompleteMultipartUpload()

virtual Model::CompleteMultipartUploadOutcome Aws::Glacier::GlacierClient::CompleteMultipartUpload ( const Model::CompleteMultipartUploadRequest request) const
virtual

You call this operation to inform Amazon S3 Glacier (Glacier) that all the archive parts have been uploaded and that Glacier can now assemble the archive from the uploaded parts. After assembling and saving the archive to the vault, Glacier returns the URI path of the newly created archive resource. Using the URI path, you can then access the archive. After you upload an archive, you should save the archive ID returned to retrieve the archive at a later point. You can also get the vault inventory to obtain a list of archive IDs in a vault. For more information, see InitiateJob.

In the request, you must include the computed SHA256 tree hash of the entire archive you have uploaded. For information about computing a SHA256 tree hash, see Computing Checksums. On the server side, Glacier also constructs the SHA256 tree hash of the assembled archive. If the values match, Glacier saves the archive to the vault; otherwise, it returns an error, and the operation fails. The ListParts operation returns a list of parts uploaded for a specific multipart upload. It includes checksum information for each uploaded part that can be used to debug a bad checksum issue.

Additionally, Glacier also checks for any missing content ranges when assembling the archive, if missing content ranges are found, Glacier returns an error and the operation fails.

Complete Multipart Upload is an idempotent operation. After your first successful complete multipart upload, if you call the operation again within a short period, the operation will succeed and return the same archive ID. This is useful in the event you experience a network issue that causes an aborted connection or receive a 500 server error, in which case you can repeat your Complete Multipart Upload request and get the same archive ID without creating duplicate archives. Note, however, that after the multipart upload completes, you cannot call the List Parts operation and the multipart upload will not appear in List Multipart Uploads response, even if idempotent complete is possible.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and underlying REST API, see Uploading Large Archives in Parts (Multipart Upload) and Complete Multipart Upload in the Amazon Glacier Developer Guide.

See Also:

AWS API Reference

◆ CompleteMultipartUploadAsync()

template<typename CompleteMultipartUploadRequestT = Model::CompleteMultipartUploadRequest>
void Aws::Glacier::GlacierClient::CompleteMultipartUploadAsync ( const CompleteMultipartUploadRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 279 of file GlacierClient.h.

◆ CompleteMultipartUploadCallable()

template<typename CompleteMultipartUploadRequestT = Model::CompleteMultipartUploadRequest>
Model::CompleteMultipartUploadOutcomeCallable Aws::Glacier::GlacierClient::CompleteMultipartUploadCallable ( const CompleteMultipartUploadRequestT &  request) const
inline

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

Definition at line 270 of file GlacierClient.h.

◆ CompleteVaultLock()

virtual Model::CompleteVaultLockOutcome Aws::Glacier::GlacierClient::CompleteVaultLock ( const Model::CompleteVaultLockRequest request) const
virtual

This operation completes the vault locking process by transitioning the vault lock from the InProgress state to the Locked state, which causes the vault lock policy to become unchangeable. A vault lock is put into the InProgress state by calling InitiateVaultLock. You can obtain the state of the vault lock by calling GetVaultLock. For more information about the vault locking process, Amazon Glacier Vault Lock.

This operation is idempotent. This request is always successful if the vault lock is in the Locked state and the provided lock ID matches the lock ID originally used to lock the vault.

If an invalid lock ID is passed in the request when the vault lock is in the Locked state, the operation returns an AccessDeniedException error. If an invalid lock ID is passed in the request when the vault lock is in the InProgress state, the operation throws an InvalidParameter error.

See Also:

AWS API Reference

◆ CompleteVaultLockAsync()

template<typename CompleteVaultLockRequestT = Model::CompleteVaultLockRequest>
void Aws::Glacier::GlacierClient::CompleteVaultLockAsync ( const CompleteVaultLockRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 319 of file GlacierClient.h.

◆ CompleteVaultLockCallable()

template<typename CompleteVaultLockRequestT = Model::CompleteVaultLockRequest>
Model::CompleteVaultLockOutcomeCallable Aws::Glacier::GlacierClient::CompleteVaultLockCallable ( const CompleteVaultLockRequestT &  request) const
inline

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

Definition at line 310 of file GlacierClient.h.

◆ CreateVault()

virtual Model::CreateVaultOutcome Aws::Glacier::GlacierClient::CreateVault ( const Model::CreateVaultRequest request) const
virtual

This operation creates a new vault with the specified name. The name of the vault must be unique within a region for an AWS account. You can create up to 1,000 vaults per account. If you need to create more vaults, contact Amazon S3 Glacier.

You must use the following guidelines when naming a vault.

  • Names can be between 1 and 255 characters long.

  • Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), and '.' (period).

This operation is idempotent.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and underlying REST API, see Creating a Vault in Amazon Glacier and Create Vault in the Amazon Glacier Developer Guide.

See Also:

AWS API Reference

◆ CreateVaultAsync()

template<typename CreateVaultRequestT = Model::CreateVaultRequest>
void Aws::Glacier::GlacierClient::CreateVaultAsync ( const CreateVaultRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 362 of file GlacierClient.h.

◆ CreateVaultCallable()

template<typename CreateVaultRequestT = Model::CreateVaultRequest>
Model::CreateVaultOutcomeCallable Aws::Glacier::GlacierClient::CreateVaultCallable ( const CreateVaultRequestT &  request) const
inline

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

Definition at line 353 of file GlacierClient.h.

◆ DeleteArchive()

virtual Model::DeleteArchiveOutcome Aws::Glacier::GlacierClient::DeleteArchive ( const Model::DeleteArchiveRequest request) const
virtual

This operation deletes an archive from a vault. Subsequent requests to initiate a retrieval of this archive will fail. Archive retrievals that are in progress for this archive ID may or may not succeed according to the following scenarios:

  • If the archive retrieval job is actively preparing the data for download when Amazon S3 Glacier receives the delete archive request, the archival retrieval operation might fail.

  • If the archive retrieval job has successfully prepared the archive for download when Amazon S3 Glacier receives the delete archive request, you will be able to download the output.

This operation is idempotent. Attempting to delete an already-deleted archive does not result in an error.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and underlying REST API, see Deleting an Archive in Amazon Glacier and Delete Archive in the Amazon Glacier Developer Guide.

See Also:

AWS API Reference

◆ DeleteArchiveAsync()

template<typename DeleteArchiveRequestT = Model::DeleteArchiveRequest>
void Aws::Glacier::GlacierClient::DeleteArchiveAsync ( const DeleteArchiveRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 408 of file GlacierClient.h.

◆ DeleteArchiveCallable()

template<typename DeleteArchiveRequestT = Model::DeleteArchiveRequest>
Model::DeleteArchiveOutcomeCallable Aws::Glacier::GlacierClient::DeleteArchiveCallable ( const DeleteArchiveRequestT &  request) const
inline

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

Definition at line 399 of file GlacierClient.h.

◆ DeleteVault()

virtual Model::DeleteVaultOutcome Aws::Glacier::GlacierClient::DeleteVault ( const Model::DeleteVaultRequest request) const
virtual

This operation deletes a vault. Amazon S3 Glacier will delete a vault only if there are no archives in the vault as of the last inventory and there have been no writes to the vault since the last inventory. If either of these conditions is not satisfied, the vault deletion fails (that is, the vault is not removed) and Amazon S3 Glacier returns an error. You can use DescribeVault to return the number of archives in a vault, and you can use Initiate a Job (POST jobs) to initiate a new inventory retrieval for a vault. The inventory contains the archive IDs you use to delete archives using Delete Archive (DELETE archive).

This operation is idempotent.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and underlying REST API, see Deleting a Vault in Amazon Glacier and Delete Vault in the Amazon S3 Glacier Developer Guide.

See Also:

AWS API Reference

◆ DeleteVaultAccessPolicy()

virtual Model::DeleteVaultAccessPolicyOutcome Aws::Glacier::GlacierClient::DeleteVaultAccessPolicy ( const Model::DeleteVaultAccessPolicyRequest request) const
virtual

This operation deletes the access policy associated with the specified vault. The operation is eventually consistent; that is, it might take some time for Amazon S3 Glacier to completely remove the access policy, and you might still see the effect of the policy for a short time after you send the delete request.

This operation is idempotent. You can invoke delete multiple times, even if there is no policy associated with the vault. For more information about vault access policies, see Amazon Glacier Access Control with Vault Access Policies.

See Also:

AWS API Reference

◆ DeleteVaultAccessPolicyAsync()

template<typename DeleteVaultAccessPolicyRequestT = Model::DeleteVaultAccessPolicyRequest>
void Aws::Glacier::GlacierClient::DeleteVaultAccessPolicyAsync ( const DeleteVaultAccessPolicyRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 489 of file GlacierClient.h.

◆ DeleteVaultAccessPolicyCallable()

template<typename DeleteVaultAccessPolicyRequestT = Model::DeleteVaultAccessPolicyRequest>
Model::DeleteVaultAccessPolicyOutcomeCallable Aws::Glacier::GlacierClient::DeleteVaultAccessPolicyCallable ( const DeleteVaultAccessPolicyRequestT &  request) const
inline

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

Definition at line 480 of file GlacierClient.h.

◆ DeleteVaultAsync()

template<typename DeleteVaultRequestT = Model::DeleteVaultRequest>
void Aws::Glacier::GlacierClient::DeleteVaultAsync ( const DeleteVaultRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 455 of file GlacierClient.h.

◆ DeleteVaultCallable()

template<typename DeleteVaultRequestT = Model::DeleteVaultRequest>
Model::DeleteVaultOutcomeCallable Aws::Glacier::GlacierClient::DeleteVaultCallable ( const DeleteVaultRequestT &  request) const
inline

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

Definition at line 446 of file GlacierClient.h.

◆ DeleteVaultNotifications()

virtual Model::DeleteVaultNotificationsOutcome Aws::Glacier::GlacierClient::DeleteVaultNotifications ( const Model::DeleteVaultNotificationsRequest request) const
virtual

This operation deletes the notification configuration set for a vault. The operation is eventually consistent; that is, it might take some time for Amazon S3 Glacier to completely disable the notifications and you might still receive some notifications for a short time after you send the delete request.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and underlying REST API, see Configuring Vault Notifications in Amazon S3 Glacier and Delete Vault Notification Configuration in the Amazon S3 Glacier Developer Guide.

See Also:

AWS API Reference

◆ DeleteVaultNotificationsAsync()

template<typename DeleteVaultNotificationsRequestT = Model::DeleteVaultNotificationsRequest>
void Aws::Glacier::GlacierClient::DeleteVaultNotificationsAsync ( const DeleteVaultNotificationsRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 529 of file GlacierClient.h.

◆ DeleteVaultNotificationsCallable()

template<typename DeleteVaultNotificationsRequestT = Model::DeleteVaultNotificationsRequest>
Model::DeleteVaultNotificationsOutcomeCallable Aws::Glacier::GlacierClient::DeleteVaultNotificationsCallable ( const DeleteVaultNotificationsRequestT &  request) const
inline

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

Definition at line 520 of file GlacierClient.h.

◆ DescribeJob()

virtual Model::DescribeJobOutcome Aws::Glacier::GlacierClient::DescribeJob ( const Model::DescribeJobRequest request) const
virtual

This operation returns information about a job you previously initiated, including the job initiation date, the user who initiated the job, the job status code/message and the Amazon SNS topic to notify after Amazon S3 Glacier (Glacier) completes the job. For more information about initiating a job, see InitiateJob.

This operation enables you to check the status of your job. However, it is strongly recommended that you set up an Amazon SNS topic and specify it in your initiate job request so that Glacier can notify the topic after it completes the job.

A job ID will not expire for at least 24 hours after Glacier completes the job.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For more information about using this operation, see the documentation for the underlying REST API Describe Job in the Amazon Glacier Developer Guide.

See Also:

AWS API Reference

◆ DescribeJobAsync()

template<typename DescribeJobRequestT = Model::DescribeJobRequest>
void Aws::Glacier::GlacierClient::DescribeJobAsync ( const DescribeJobRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 573 of file GlacierClient.h.

◆ DescribeJobCallable()

template<typename DescribeJobRequestT = Model::DescribeJobRequest>
Model::DescribeJobOutcomeCallable Aws::Glacier::GlacierClient::DescribeJobCallable ( const DescribeJobRequestT &  request) const
inline

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

Definition at line 564 of file GlacierClient.h.

◆ DescribeVault()

virtual Model::DescribeVaultOutcome Aws::Glacier::GlacierClient::DescribeVault ( const Model::DescribeVaultRequest request) const
virtual

This operation returns information about a vault, including the vault's Amazon Resource Name (ARN), the date the vault was created, the number of archives it contains, and the total size of all the archives in the vault. The number of archives and their total size are as of the last inventory generation. This means that if you add or remove an archive from a vault, and then immediately use Describe Vault, the change in contents will not be immediately reflected. If you want to retrieve the latest inventory of the vault, use InitiateJob. Amazon S3 Glacier generates vault inventories approximately daily. For more information, see Downloading a Vault Inventory in Amazon S3 Glacier.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and underlying REST API, see Retrieving Vault Metadata in Amazon S3 Glacier and Describe Vault in the Amazon Glacier Developer Guide.

See Also:

AWS API Reference

◆ DescribeVaultAsync()

template<typename DescribeVaultRequestT = Model::DescribeVaultRequest>
void Aws::Glacier::GlacierClient::DescribeVaultAsync ( const DescribeVaultRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 620 of file GlacierClient.h.

◆ DescribeVaultCallable()

template<typename DescribeVaultRequestT = Model::DescribeVaultRequest>
Model::DescribeVaultOutcomeCallable Aws::Glacier::GlacierClient::DescribeVaultCallable ( const DescribeVaultRequestT &  request) const
inline

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

Definition at line 611 of file GlacierClient.h.

◆ GetAllocationTag()

static const char * Aws::Glacier::GlacierClient::GetAllocationTag ( )
static

◆ GetDataRetrievalPolicy()

virtual Model::GetDataRetrievalPolicyOutcome Aws::Glacier::GlacierClient::GetDataRetrievalPolicy ( const Model::GetDataRetrievalPolicyRequest request) const
virtual

This operation returns the current data retrieval policy for the account and region specified in the GET request. For more information about data retrieval policies, see Amazon Glacier Data Retrieval Policies.

See Also:

AWS API Reference

◆ GetDataRetrievalPolicyAsync()

template<typename GetDataRetrievalPolicyRequestT = Model::GetDataRetrievalPolicyRequest>
void Aws::Glacier::GlacierClient::GetDataRetrievalPolicyAsync ( const GetDataRetrievalPolicyRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 649 of file GlacierClient.h.

◆ GetDataRetrievalPolicyCallable()

template<typename GetDataRetrievalPolicyRequestT = Model::GetDataRetrievalPolicyRequest>
Model::GetDataRetrievalPolicyOutcomeCallable Aws::Glacier::GlacierClient::GetDataRetrievalPolicyCallable ( const GetDataRetrievalPolicyRequestT &  request) const
inline

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

Definition at line 640 of file GlacierClient.h.

◆ GetJobOutput()

virtual Model::GetJobOutputOutcome Aws::Glacier::GlacierClient::GetJobOutput ( const Model::GetJobOutputRequest request) const
virtual

This operation downloads the output of the job you initiated using InitiateJob. Depending on the job type you specified when you initiated the job, the output will be either the content of an archive or a vault inventory.

You can download all the job output or download a portion of the output by specifying a byte range. In the case of an archive retrieval job, depending on the byte range you specify, Amazon S3 Glacier (Glacier) returns the checksum for the portion of the data. You can compute the checksum on the client and verify that the values match to ensure the portion you downloaded is the correct data.

A job ID will not expire for at least 24 hours after Glacier completes the job. That a byte range. For both archive and inventory retrieval jobs, you should verify the downloaded size against the size returned in the headers from the Get Job Output response.

For archive retrieval jobs, you should also verify that the size is what you expected. If you download a portion of the output, the expected size is based on the range of bytes you specified. For example, if you specify a range of bytes=0-1048575, you should verify your download size is 1,048,576 bytes. If you download an entire archive, the expected size is the size of the archive when you uploaded it to Amazon S3 Glacier The expected size is also returned in the headers from the Get Job Output response.

In the case of an archive retrieval job, depending on the byte range you specify, Glacier returns the checksum for the portion of the data. To ensure the portion you downloaded is the correct data, compute the checksum on the client, verify that the values match, and verify that the size is what you expected.

A job ID does not expire for at least 24 hours after Glacier completes the job. That is, you can download the job output within the 24 hours period after Amazon Glacier completes the job.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and the underlying REST API, see Downloading a Vault Inventory, Downloading an Archive, and Get Job Output

See Also:

AWS API Reference

◆ GetJobOutputAsync()

template<typename GetJobOutputRequestT = Model::GetJobOutputRequest>
void Aws::Glacier::GlacierClient::GetJobOutputAsync ( const GetJobOutputRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 711 of file GlacierClient.h.

◆ GetJobOutputCallable()

template<typename GetJobOutputRequestT = Model::GetJobOutputRequest>
Model::GetJobOutputOutcomeCallable Aws::Glacier::GlacierClient::GetJobOutputCallable ( const GetJobOutputRequestT &  request) const
inline

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

Definition at line 702 of file GlacierClient.h.

◆ GetServiceName()

static const char * Aws::Glacier::GlacierClient::GetServiceName ( )
static

◆ GetVaultAccessPolicy()

virtual Model::GetVaultAccessPolicyOutcome Aws::Glacier::GlacierClient::GetVaultAccessPolicy ( const Model::GetVaultAccessPolicyRequest request) const
virtual

This operation retrieves the access-policy subresource set on the vault; for more information on setting this subresource, see Set Vault Access Policy (PUT access-policy). If there is no access policy set on the vault, the operation returns a 404 Not found error. For more information about vault access policies, see Amazon Glacier Access Control with Vault Access Policies.

See Also:

AWS API Reference

◆ GetVaultAccessPolicyAsync()

template<typename GetVaultAccessPolicyRequestT = Model::GetVaultAccessPolicyRequest>
void Aws::Glacier::GlacierClient::GetVaultAccessPolicyAsync ( const GetVaultAccessPolicyRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 744 of file GlacierClient.h.

◆ GetVaultAccessPolicyCallable()

template<typename GetVaultAccessPolicyRequestT = Model::GetVaultAccessPolicyRequest>
Model::GetVaultAccessPolicyOutcomeCallable Aws::Glacier::GlacierClient::GetVaultAccessPolicyCallable ( const GetVaultAccessPolicyRequestT &  request) const
inline

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

Definition at line 735 of file GlacierClient.h.

◆ GetVaultLock()

virtual Model::GetVaultLockOutcome Aws::Glacier::GlacierClient::GetVaultLock ( const Model::GetVaultLockRequest request) const
virtual

This operation retrieves the following attributes from the lock-policy subresource set on the specified vault:

  • The vault lock policy set on the vault.

  • The state of the vault lock, which is either InProgess or Locked.

  • When the lock ID expires. The lock ID is used to complete the vault locking process.

  • When the vault lock was initiated and put into the InProgress state.

A vault lock is put into the InProgress state by calling InitiateVaultLock. A vault lock is put into the Locked state by calling CompleteVaultLock. You can abort the vault locking process by calling AbortVaultLock. For more information about the vault locking process, Amazon Glacier Vault Lock.

If there is no vault lock policy set on the vault, the operation returns a 404 Not found error. For more information about vault lock policies, Amazon Glacier Access Control with Vault Lock Policies.

See Also:


AWS API Reference

◆ GetVaultLockAsync()

template<typename GetVaultLockRequestT = Model::GetVaultLockRequest>
void Aws::Glacier::GlacierClient::GetVaultLockAsync ( const GetVaultLockRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 786 of file GlacierClient.h.

◆ GetVaultLockCallable()

template<typename GetVaultLockRequestT = Model::GetVaultLockRequest>
Model::GetVaultLockOutcomeCallable Aws::Glacier::GlacierClient::GetVaultLockCallable ( const GetVaultLockRequestT &  request) const
inline

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

Definition at line 777 of file GlacierClient.h.

◆ GetVaultNotifications()

virtual Model::GetVaultNotificationsOutcome Aws::Glacier::GlacierClient::GetVaultNotifications ( const Model::GetVaultNotificationsRequest request) const
virtual

This operation retrieves the notification-configuration subresource of the specified vault.

For information about setting a notification configuration on a vault, see SetVaultNotifications. If a notification configuration for a vault is not set, the operation returns a 404 Not Found error. For more information about vault notifications, see Configuring Vault Notifications in Amazon S3 Glacier.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and underlying REST API, see Configuring Vault Notifications in Amazon S3 Glacier and Get Vault Notification Configuration in the Amazon Glacier Developer Guide.

See Also:

AWS API Reference

◆ GetVaultNotificationsAsync()

template<typename GetVaultNotificationsRequestT = Model::GetVaultNotificationsRequest>
void Aws::Glacier::GlacierClient::GetVaultNotificationsAsync ( const GetVaultNotificationsRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 830 of file GlacierClient.h.

◆ GetVaultNotificationsCallable()

template<typename GetVaultNotificationsRequestT = Model::GetVaultNotificationsRequest>
Model::GetVaultNotificationsOutcomeCallable Aws::Glacier::GlacierClient::GetVaultNotificationsCallable ( const GetVaultNotificationsRequestT &  request) const
inline

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

Definition at line 821 of file GlacierClient.h.

◆ InitiateJob()

virtual Model::InitiateJobOutcome Aws::Glacier::GlacierClient::InitiateJob ( const Model::InitiateJobRequest request) const
virtual

This operation initiates a job of the specified type, which can be a select, an archival retrieval, or a vault retrieval. For more information about using this operation, see the documentation for the underlying REST API Initiate a Job.

See Also:

AWS API Reference

◆ InitiateJobAsync()

template<typename InitiateJobRequestT = Model::InitiateJobRequest>
void Aws::Glacier::GlacierClient::InitiateJobAsync ( const InitiateJobRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 859 of file GlacierClient.h.

◆ InitiateJobCallable()

template<typename InitiateJobRequestT = Model::InitiateJobRequest>
Model::InitiateJobOutcomeCallable Aws::Glacier::GlacierClient::InitiateJobCallable ( const InitiateJobRequestT &  request) const
inline

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

Definition at line 850 of file GlacierClient.h.

◆ InitiateMultipartUpload()

virtual Model::InitiateMultipartUploadOutcome Aws::Glacier::GlacierClient::InitiateMultipartUpload ( const Model::InitiateMultipartUploadRequest request) const
virtual

This operation initiates a multipart upload. Amazon S3 Glacier creates a multipart upload resource and returns its ID in the response. The multipart upload ID is used in subsequent requests to upload parts of an archive (see UploadMultipartPart).

When you initiate a multipart upload, you specify the part size in number of bytes. The part size must be a megabyte (1024 KB) multiplied by a power of 2-for example, 1048576 (1 MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum allowable part size is 1 MB, and the maximum is 4 GB.

Every part you upload to this resource (see UploadMultipartPart), except the last one, must have the same size. The last one can be the same size or smaller. For example, suppose you want to upload a 16.2 MB file. If you initiate the multipart upload with a part size of 4 MB, you will upload four parts of 4 MB each and one part of 0.2 MB.

You don't need to know the size of the archive when you start a multipart upload because Amazon S3 Glacier does not require you to specify the overall archive size.

After you complete the multipart upload, Amazon S3 Glacier (Glacier) removes the multipart upload resource referenced by the ID. Glacier also removes the multipart upload resource if you cancel the multipart upload or it may be removed if there is no activity for a period of 24 hours.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and underlying REST API, see Uploading Large Archives in Parts (Multipart Upload) and Initiate Multipart Upload in the Amazon Glacier Developer Guide.

See Also:

AWS API Reference

◆ InitiateMultipartUploadAsync()

template<typename InitiateMultipartUploadRequestT = Model::InitiateMultipartUploadRequest>
void Aws::Glacier::GlacierClient::InitiateMultipartUploadAsync ( const InitiateMultipartUploadRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 913 of file GlacierClient.h.

◆ InitiateMultipartUploadCallable()

template<typename InitiateMultipartUploadRequestT = Model::InitiateMultipartUploadRequest>
Model::InitiateMultipartUploadOutcomeCallable Aws::Glacier::GlacierClient::InitiateMultipartUploadCallable ( const InitiateMultipartUploadRequestT &  request) const
inline

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

Definition at line 904 of file GlacierClient.h.

◆ InitiateVaultLock()

virtual Model::InitiateVaultLockOutcome Aws::Glacier::GlacierClient::InitiateVaultLock ( const Model::InitiateVaultLockRequest request) const
virtual

This operation initiates the vault locking process by doing the following:

  • Installing a vault lock policy on the specified vault.

  • Setting the lock state of vault lock to InProgress.

  • Returning a lock ID, which is used to complete the vault locking process.

You can set one vault lock policy for each vault and this policy can be up to 20 KB in size. For more information about vault lock policies, see Amazon Glacier Access Control with Vault Lock Policies.

You must complete the vault locking process within 24 hours after the vault lock enters the InProgress state. After the 24 hour window ends, the lock ID expires, the vault automatically exits the InProgress state, and the vault lock policy is removed from the vault. You call CompleteVaultLock to complete the vault locking process by setting the state of the vault lock to Locked.

After a vault lock is in the Locked state, you cannot initiate a new vault lock for the vault.

You can abort the vault locking process by calling AbortVaultLock. You can get the state of the vault lock by calling GetVaultLock. For more information about the vault locking process, Amazon Glacier Vault Lock.

If this operation is called when the vault lock is in the InProgress state, the operation returns an AccessDeniedException error. When the vault lock is in the InProgress state you must call AbortVaultLock before you can initiate a new vault lock policy.

See Also:

AWS API Reference

◆ InitiateVaultLockAsync()

template<typename InitiateVaultLockRequestT = Model::InitiateVaultLockRequest>
void Aws::Glacier::GlacierClient::InitiateVaultLockAsync ( const InitiateVaultLockRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 962 of file GlacierClient.h.

◆ InitiateVaultLockCallable()

template<typename InitiateVaultLockRequestT = Model::InitiateVaultLockRequest>
Model::InitiateVaultLockOutcomeCallable Aws::Glacier::GlacierClient::InitiateVaultLockCallable ( const InitiateVaultLockRequestT &  request) const
inline

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

Definition at line 953 of file GlacierClient.h.

◆ ListJobs()

virtual Model::ListJobsOutcome Aws::Glacier::GlacierClient::ListJobs ( const Model::ListJobsRequest request) const
virtual

This operation lists jobs for a vault, including jobs that are in-progress and jobs that have recently finished. The List Job operation returns a list of these jobs sorted by job initiation time.

Amazon Glacier retains recently completed jobs for a period before deleting them; however, it eventually removes completed jobs. The output of completed jobs can be retrieved. Retaining completed jobs for a period of time after they have completed enables you to get a job output in the event you miss the job completion notification or your first attempt to download it fails. For example, suppose you start an archive retrieval job to download an archive. After the job completes, you start to download the archive but encounter a network error. In this scenario, you can retry and download the archive while the job exists.

The List Jobs operation supports pagination. You should always check the response Marker field. If there are no more jobs to list, the Marker field is set to null. If there are more jobs to list, the Marker field is set to a non-null value, which you can use to continue the pagination of the list. To return a list of jobs that begins at a specific job, set the marker request parameter to the Marker value for that job that you obtained from a previous List Jobs request.

You can set a maximum limit for the number of jobs returned in the response by specifying the limit parameter in the request. The default limit is 50. The number of jobs returned might be fewer than the limit, but the number of returned jobs never exceeds the limit.

Additionally, you can filter the jobs list returned by specifying the optional statuscode parameter or completed parameter, or both. Using the statuscode parameter, you can specify to return only jobs that match either the InProgress, Succeeded, or Failed status. Using the completed parameter, you can specify to return only jobs that were completed (true) or jobs that were not completed (false).

For more information about using this operation, see the documentation for the underlying REST API List Jobs.

See Also:

AWS API Reference

◆ ListJobsAsync()

template<typename ListJobsRequestT = Model::ListJobsRequest>
void Aws::Glacier::GlacierClient::ListJobsAsync ( const ListJobsRequestT &  request,
const ListJobsResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 1018 of file GlacierClient.h.

◆ ListJobsCallable()

template<typename ListJobsRequestT = Model::ListJobsRequest>
Model::ListJobsOutcomeCallable Aws::Glacier::GlacierClient::ListJobsCallable ( const ListJobsRequestT &  request) const
inline

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

Definition at line 1009 of file GlacierClient.h.

◆ ListMultipartUploads()

virtual Model::ListMultipartUploadsOutcome Aws::Glacier::GlacierClient::ListMultipartUploads ( const Model::ListMultipartUploadsRequest request) const
virtual

This operation lists in-progress multipart uploads for the specified vault. An in-progress multipart upload is a multipart upload that has been initiated by an InitiateMultipartUpload request, but has not yet been completed or aborted. The list returned in the List Multipart Upload response has no guaranteed order.

The List Multipart Uploads operation supports pagination. By default, this operation returns up to 50 multipart uploads in the response. You should always check the response for a marker at which to continue the list; if there are no more items the marker is null. To return a list of multipart uploads that begins at a specific upload, set the marker request parameter to the value you obtained from a previous List Multipart Upload request. You can also limit the number of uploads returned in the response by specifying the limit parameter in the request.

Note the difference between this operation and listing parts (ListParts). The List Multipart Uploads operation lists all multipart uploads for a vault and does not require a multipart upload ID. The List Parts operation requires a multipart upload ID since parts are associated with a single upload.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and the underlying REST API, see Working with Archives in Amazon S3 Glacier and List Multipart Uploads in the Amazon Glacier Developer Guide.

See Also:

AWS API Reference

◆ ListMultipartUploadsAsync()

template<typename ListMultipartUploadsRequestT = Model::ListMultipartUploadsRequest>
void Aws::Glacier::GlacierClient::ListMultipartUploadsAsync ( const ListMultipartUploadsRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 1070 of file GlacierClient.h.

◆ ListMultipartUploadsCallable()

template<typename ListMultipartUploadsRequestT = Model::ListMultipartUploadsRequest>
Model::ListMultipartUploadsOutcomeCallable Aws::Glacier::GlacierClient::ListMultipartUploadsCallable ( const ListMultipartUploadsRequestT &  request) const
inline

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

Definition at line 1061 of file GlacierClient.h.

◆ ListParts()

virtual Model::ListPartsOutcome Aws::Glacier::GlacierClient::ListParts ( const Model::ListPartsRequest request) const
virtual

This operation lists the parts of an archive that have been uploaded in a specific multipart upload. You can make this request at any time during an in-progress multipart upload before you complete the upload (see CompleteMultipartUpload. List Parts returns an error for completed uploads. The list returned in the List Parts response is sorted by part range.

The List Parts operation supports pagination. By default, this operation returns up to 50 uploaded parts in the response. You should always check the response for a marker at which to continue the list; if there are no more items the marker is null. To return a list of parts that begins at a specific part, set the marker request parameter to the value you obtained from a previous List Parts request. You can also limit the number of parts returned in the response by specifying the limit parameter in the request.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and the underlying REST API, see Working with Archives in Amazon S3 Glacier and List Parts in the Amazon Glacier Developer Guide.

See Also:

AWS API Reference

◆ ListPartsAsync()

template<typename ListPartsRequestT = Model::ListPartsRequest>
void Aws::Glacier::GlacierClient::ListPartsAsync ( const ListPartsRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 1119 of file GlacierClient.h.

◆ ListPartsCallable()

template<typename ListPartsRequestT = Model::ListPartsRequest>
Model::ListPartsOutcomeCallable Aws::Glacier::GlacierClient::ListPartsCallable ( const ListPartsRequestT &  request) const
inline

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

Definition at line 1110 of file GlacierClient.h.

◆ ListProvisionedCapacity()

virtual Model::ListProvisionedCapacityOutcome Aws::Glacier::GlacierClient::ListProvisionedCapacity ( const Model::ListProvisionedCapacityRequest request) const
virtual

This operation lists the provisioned capacity units for the specified AWS account.

See Also:

AWS API Reference

◆ ListProvisionedCapacityAsync()

template<typename ListProvisionedCapacityRequestT = Model::ListProvisionedCapacityRequest>
void Aws::Glacier::GlacierClient::ListProvisionedCapacityAsync ( const ListProvisionedCapacityRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 1145 of file GlacierClient.h.

◆ ListProvisionedCapacityCallable()

template<typename ListProvisionedCapacityRequestT = Model::ListProvisionedCapacityRequest>
Model::ListProvisionedCapacityOutcomeCallable Aws::Glacier::GlacierClient::ListProvisionedCapacityCallable ( const ListProvisionedCapacityRequestT &  request) const
inline

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

Definition at line 1136 of file GlacierClient.h.

◆ ListTagsForVault()

virtual Model::ListTagsForVaultOutcome Aws::Glacier::GlacierClient::ListTagsForVault ( const Model::ListTagsForVaultRequest request) const
virtual

This operation lists all the tags attached to a vault. The operation returns an empty map if there are no tags. For more information about tags, see Tagging Amazon S3 Glacier Resources.

See Also:

AWS API Reference

◆ ListTagsForVaultAsync()

template<typename ListTagsForVaultRequestT = Model::ListTagsForVaultRequest>
void Aws::Glacier::GlacierClient::ListTagsForVaultAsync ( const ListTagsForVaultRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 1173 of file GlacierClient.h.

◆ ListTagsForVaultCallable()

template<typename ListTagsForVaultRequestT = Model::ListTagsForVaultRequest>
Model::ListTagsForVaultOutcomeCallable Aws::Glacier::GlacierClient::ListTagsForVaultCallable ( const ListTagsForVaultRequestT &  request) const
inline

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

Definition at line 1164 of file GlacierClient.h.

◆ ListVaults()

virtual Model::ListVaultsOutcome Aws::Glacier::GlacierClient::ListVaults ( const Model::ListVaultsRequest request) const
virtual

This operation lists all vaults owned by the calling user's account. The list returned in the response is ASCII-sorted by vault name.

By default, this operation returns up to 10 items. If there are more vaults to list, the response marker field contains the vault Amazon Resource Name (ARN) at which to continue the list with a new List Vaults request; otherwise, the marker field is null. To return a list of vaults that begins at a specific vault, set the marker request parameter to the vault ARN you obtained from a previous List Vaults request. You can also limit the number of vaults returned in the response by specifying the limit parameter in the request.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and underlying REST API, see Retrieving Vault Metadata in Amazon S3 Glacier and List Vaults in the Amazon Glacier Developer Guide.

See Also:

AWS API Reference

◆ ListVaultsAsync()

template<typename ListVaultsRequestT = Model::ListVaultsRequest>
void Aws::Glacier::GlacierClient::ListVaultsAsync ( const ListVaultsRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 1219 of file GlacierClient.h.

◆ ListVaultsCallable()

template<typename ListVaultsRequestT = Model::ListVaultsRequest>
Model::ListVaultsOutcomeCallable Aws::Glacier::GlacierClient::ListVaultsCallable ( const ListVaultsRequestT &  request) const
inline

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

Definition at line 1210 of file GlacierClient.h.

◆ OverrideEndpoint()

void Aws::Glacier::GlacierClient::OverrideEndpoint ( const Aws::String endpoint)

◆ PurchaseProvisionedCapacity()

virtual Model::PurchaseProvisionedCapacityOutcome Aws::Glacier::GlacierClient::PurchaseProvisionedCapacity ( const Model::PurchaseProvisionedCapacityRequest request) const
virtual

This operation purchases a provisioned capacity unit for an AWS account.

See Also:

AWS API Reference

◆ PurchaseProvisionedCapacityAsync()

template<typename PurchaseProvisionedCapacityRequestT = Model::PurchaseProvisionedCapacityRequest>
void Aws::Glacier::GlacierClient::PurchaseProvisionedCapacityAsync ( const PurchaseProvisionedCapacityRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 1245 of file GlacierClient.h.

◆ PurchaseProvisionedCapacityCallable()

template<typename PurchaseProvisionedCapacityRequestT = Model::PurchaseProvisionedCapacityRequest>
Model::PurchaseProvisionedCapacityOutcomeCallable Aws::Glacier::GlacierClient::PurchaseProvisionedCapacityCallable ( const PurchaseProvisionedCapacityRequestT &  request) const
inline

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

Definition at line 1236 of file GlacierClient.h.

◆ RemoveTagsFromVault()

virtual Model::RemoveTagsFromVaultOutcome Aws::Glacier::GlacierClient::RemoveTagsFromVault ( const Model::RemoveTagsFromVaultRequest request) const
virtual

This operation removes one or more tags from the set of tags attached to a vault. For more information about tags, see Tagging Amazon S3 Glacier Resources. This operation is idempotent. The operation will be successful, even if there are no tags attached to the vault.

See Also:

AWS API Reference

◆ RemoveTagsFromVaultAsync()

template<typename RemoveTagsFromVaultRequestT = Model::RemoveTagsFromVaultRequest>
void Aws::Glacier::GlacierClient::RemoveTagsFromVaultAsync ( const RemoveTagsFromVaultRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 1275 of file GlacierClient.h.

◆ RemoveTagsFromVaultCallable()

template<typename RemoveTagsFromVaultRequestT = Model::RemoveTagsFromVaultRequest>
Model::RemoveTagsFromVaultOutcomeCallable Aws::Glacier::GlacierClient::RemoveTagsFromVaultCallable ( const RemoveTagsFromVaultRequestT &  request) const
inline

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

Definition at line 1266 of file GlacierClient.h.

◆ SetDataRetrievalPolicy()

virtual Model::SetDataRetrievalPolicyOutcome Aws::Glacier::GlacierClient::SetDataRetrievalPolicy ( const Model::SetDataRetrievalPolicyRequest request) const
virtual

This operation sets and then enacts a data retrieval policy in the region specified in the PUT request. You can set one policy per region for an AWS account. The policy is enacted within a few minutes of a successful PUT operation.

The set policy operation does not affect retrieval jobs that were in progress before the policy was enacted. For more information about data retrieval policies, see Amazon Glacier Data Retrieval Policies.

See Also:

AWS API Reference

◆ SetDataRetrievalPolicyAsync()

template<typename SetDataRetrievalPolicyRequestT = Model::SetDataRetrievalPolicyRequest>
void Aws::Glacier::GlacierClient::SetDataRetrievalPolicyAsync ( const SetDataRetrievalPolicyRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 1307 of file GlacierClient.h.

◆ SetDataRetrievalPolicyCallable()

template<typename SetDataRetrievalPolicyRequestT = Model::SetDataRetrievalPolicyRequest>
Model::SetDataRetrievalPolicyOutcomeCallable Aws::Glacier::GlacierClient::SetDataRetrievalPolicyCallable ( const SetDataRetrievalPolicyRequestT &  request) const
inline

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

Definition at line 1298 of file GlacierClient.h.

◆ SetVaultAccessPolicy()

virtual Model::SetVaultAccessPolicyOutcome Aws::Glacier::GlacierClient::SetVaultAccessPolicy ( const Model::SetVaultAccessPolicyRequest request) const
virtual

This operation configures an access policy for a vault and will overwrite an existing policy. To configure a vault access policy, send a PUT request to the access-policy subresource of the vault. An access policy is specific to a vault and is also called a vault subresource. You can set one access policy per vault and the policy can be up to 20 KB in size. For more information about vault access policies, see Amazon Glacier Access Control with Vault Access Policies.

See Also:

AWS API Reference

◆ SetVaultAccessPolicyAsync()

template<typename SetVaultAccessPolicyRequestT = Model::SetVaultAccessPolicyRequest>
void Aws::Glacier::GlacierClient::SetVaultAccessPolicyAsync ( const SetVaultAccessPolicyRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 1340 of file GlacierClient.h.

◆ SetVaultAccessPolicyCallable()

template<typename SetVaultAccessPolicyRequestT = Model::SetVaultAccessPolicyRequest>
Model::SetVaultAccessPolicyOutcomeCallable Aws::Glacier::GlacierClient::SetVaultAccessPolicyCallable ( const SetVaultAccessPolicyRequestT &  request) const
inline

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

Definition at line 1331 of file GlacierClient.h.

◆ SetVaultNotifications()

virtual Model::SetVaultNotificationsOutcome Aws::Glacier::GlacierClient::SetVaultNotifications ( const Model::SetVaultNotificationsRequest request) const
virtual

This operation configures notifications that will be sent when specific events happen to a vault. By default, you don't get any notifications.

To configure vault notifications, send a PUT request to the notification-configuration subresource of the vault. The request should include a JSON document that provides an Amazon SNS topic and specific events for which you want Amazon S3 Glacier to send notifications to the topic.

Amazon SNS topics must grant permission to the vault to be allowed to publish notifications to the topic. You can configure a vault to publish a notification for the following vault events:

  • ArchiveRetrievalCompleted This event occurs when a job that was initiated for an archive retrieval is completed (InitiateJob). The status of the completed job can be "Succeeded" or "Failed". The notification sent to the SNS topic is the same output as returned from DescribeJob.

  • InventoryRetrievalCompleted This event occurs when a job that was initiated for an inventory retrieval is completed (InitiateJob). The status of the completed job can be "Succeeded" or "Failed". The notification sent to the SNS topic is the same output as returned from DescribeJob.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and underlying REST API, see Configuring Vault Notifications in Amazon S3 Glacier and Set Vault Notification Configuration in the Amazon Glacier Developer Guide.

See Also:

AWS API Reference

◆ SetVaultNotificationsAsync()

template<typename SetVaultNotificationsRequestT = Model::SetVaultNotificationsRequest>
void Aws::Glacier::GlacierClient::SetVaultNotificationsAsync ( const SetVaultNotificationsRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 1393 of file GlacierClient.h.

◆ SetVaultNotificationsCallable()

template<typename SetVaultNotificationsRequestT = Model::SetVaultNotificationsRequest>
Model::SetVaultNotificationsOutcomeCallable Aws::Glacier::GlacierClient::SetVaultNotificationsCallable ( const SetVaultNotificationsRequestT &  request) const
inline

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

Definition at line 1384 of file GlacierClient.h.

◆ UploadArchive()

virtual Model::UploadArchiveOutcome Aws::Glacier::GlacierClient::UploadArchive ( const Model::UploadArchiveRequest request) const
virtual

This operation adds an archive to a vault. This is a synchronous operation, and for a successful upload, your data is durably persisted. Amazon S3 Glacier returns the archive ID in the x-amz-archive-id header of the response.

You must use the archive ID to access your data in Amazon S3 Glacier. After you upload an archive, you should save the archive ID returned so that you can retrieve or delete the archive later. Besides saving the archive ID, you can also index it and give it a friendly name to allow for better searching. You can also use the optional archive description field to specify how the archive is referred to in an external index of archives, such as you might create in Amazon DynamoDB. You can also get the vault inventory to obtain a list of archive IDs in a vault. For more information, see InitiateJob.

You must provide a SHA256 tree hash of the data you are uploading. For information about computing a SHA256 tree hash, see Computing Checksums.

You can optionally specify an archive description of up to 1,024 printable ASCII characters. You can get the archive description when you either retrieve the archive or get the vault inventory. For more information, see InitiateJob. Amazon Glacier does not interpret the description in any way. An archive description does not need to be unique. You cannot use the description to retrieve or sort the archive list.

Archives are immutable. After you upload an archive, you cannot edit the archive or its description.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and underlying REST API, see Uploading an Archive in Amazon Glacier and Upload Archive in the Amazon Glacier Developer Guide.

See Also:

AWS API Reference

◆ UploadArchiveAsync()

template<typename UploadArchiveRequestT = Model::UploadArchiveRequest>
void Aws::Glacier::GlacierClient::UploadArchiveAsync ( const UploadArchiveRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 1450 of file GlacierClient.h.

◆ UploadArchiveCallable()

template<typename UploadArchiveRequestT = Model::UploadArchiveRequest>
Model::UploadArchiveOutcomeCallable Aws::Glacier::GlacierClient::UploadArchiveCallable ( const UploadArchiveRequestT &  request) const
inline

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

Definition at line 1441 of file GlacierClient.h.

◆ UploadMultipartPart()

virtual Model::UploadMultipartPartOutcome Aws::Glacier::GlacierClient::UploadMultipartPart ( const Model::UploadMultipartPartRequest request) const
virtual

This operation uploads a part of an archive. You can upload archive parts in any order. You can also upload them in parallel. You can upload up to 10,000 parts for a multipart upload.

Amazon Glacier rejects your upload part request if any of the following conditions is true:

  • SHA256 tree hash does not matchTo ensure that part data is not corrupted in transmission, you compute a SHA256 tree hash of the part and include it in your request. Upon receiving the part data, Amazon S3 Glacier also computes a SHA256 tree hash. If these hash values don't match, the operation fails. For information about computing a SHA256 tree hash, see Computing Checksums.

  • Part size does not matchThe size of each part except the last must match the size specified in the corresponding InitiateMultipartUpload request. The size of the last part must be the same size as, or smaller than, the specified size.

    If you upload a part whose size is smaller than the part size you specified in your initiate multipart upload request and that part is not the last part, then the upload part request will succeed. However, the subsequent Complete Multipart Upload request will fail.

  • Range does not alignThe byte range value in the request does not align with the part size specified in the corresponding initiate request. For example, if you specify a part size of 4194304 bytes (4 MB), then 0 to 4194303 bytes (4 MB - 1) and 4194304 (4 MB) to 8388607 (8 MB - 1) are valid part ranges. However, if you set a range value of 2 MB to 6 MB, the range does not align with the part size and the upload will fail.

This operation is idempotent. If you upload the same part multiple times, the data included in the most recent request overwrites the previously uploaded data.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and underlying REST API, see Uploading Large Archives in Parts (Multipart Upload) and Upload Part in the Amazon Glacier Developer Guide.

See Also:

AWS API Reference

◆ UploadMultipartPartAsync()

template<typename UploadMultipartPartRequestT = Model::UploadMultipartPartRequest>
void Aws::Glacier::GlacierClient::UploadMultipartPartAsync ( const UploadMultipartPartRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

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

Definition at line 1511 of file GlacierClient.h.

◆ UploadMultipartPartCallable()

template<typename UploadMultipartPartRequestT = Model::UploadMultipartPartRequest>
Model::UploadMultipartPartOutcomeCallable Aws::Glacier::GlacierClient::UploadMultipartPartCallable ( const UploadMultipartPartRequestT &  request) const
inline

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

Definition at line 1502 of file GlacierClient.h.

Friends And Related Symbol Documentation

◆ Aws::Client::ClientWithAsyncTemplateMethods< GlacierClient >

Definition at line 1518 of file GlacierClient.h.


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