getDataRetrievalPolicy
abstract suspend fun getDataRetrievalPolicy(input: GetDataRetrievalPolicyRequest): GetDataRetrievalPolicyResponse
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.
Samples
// The example returns the current data retrieval policy for the account.
val resp = glacierClient.getDataRetrievalPolicy {
accountId = "-"
}Content copied to clipboard