aws-sdk-paymentcryptography 1.106.0

AWS SDK for Payment Cryptography Control Plane
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetDefaultKeyReplicationRegions`](crate::operation::get_default_key_replication_regions::builders::GetDefaultKeyReplicationRegionsFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::get_default_key_replication_regions::builders::GetDefaultKeyReplicationRegionsFluentBuilder::send) it.
    /// - On success, responds with [`GetDefaultKeyReplicationRegionsOutput`](crate::operation::get_default_key_replication_regions::GetDefaultKeyReplicationRegionsOutput) with field(s):
    ///   - [`enabled_replication_regions(Vec::<String>)`](crate::operation::get_default_key_replication_regions::GetDefaultKeyReplicationRegionsOutput::enabled_replication_regions): <p>The list of regions where default key replication is currently enabled for the account.</p> <p>New keys created in this account will automatically be replicated to these regions unless explicitly configured otherwise during key creation.</p>
    /// - On failure, responds with [`SdkError<GetDefaultKeyReplicationRegionsError>`](crate::operation::get_default_key_replication_regions::GetDefaultKeyReplicationRegionsError)
    pub fn get_default_key_replication_regions(
        &self,
    ) -> crate::operation::get_default_key_replication_regions::builders::GetDefaultKeyReplicationRegionsFluentBuilder {
        crate::operation::get_default_key_replication_regions::builders::GetDefaultKeyReplicationRegionsFluentBuilder::new(self.handle.clone())
    }
}