libZSservicesZSamazonka-secretsmanagerZSamazonka-secretsmanager
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecretsManager.StopReplicationToReplica

Description

Removes the secret from replication and promotes the secret to a regional secret in the replica Region.

Synopsis

Creating a Request

data StopReplicationToReplica Source #

See: newStopReplicationToReplica smart constructor.

Constructors

StopReplicationToReplica' 

Fields

  • secretId :: Text

    Response to StopReplicationToReplica of a secret, based on the SecretId.

Instances

Instances details
Eq StopReplicationToReplica Source # 
Instance details

Defined in Amazonka.SecretsManager.StopReplicationToReplica

Read StopReplicationToReplica Source # 
Instance details

Defined in Amazonka.SecretsManager.StopReplicationToReplica

Show StopReplicationToReplica Source # 
Instance details

Defined in Amazonka.SecretsManager.StopReplicationToReplica

Generic StopReplicationToReplica Source # 
Instance details

Defined in Amazonka.SecretsManager.StopReplicationToReplica

Associated Types

type Rep StopReplicationToReplica :: Type -> Type #

NFData StopReplicationToReplica Source # 
Instance details

Defined in Amazonka.SecretsManager.StopReplicationToReplica

Hashable StopReplicationToReplica Source # 
Instance details

Defined in Amazonka.SecretsManager.StopReplicationToReplica

ToJSON StopReplicationToReplica Source # 
Instance details

Defined in Amazonka.SecretsManager.StopReplicationToReplica

AWSRequest StopReplicationToReplica Source # 
Instance details

Defined in Amazonka.SecretsManager.StopReplicationToReplica

ToHeaders StopReplicationToReplica Source # 
Instance details

Defined in Amazonka.SecretsManager.StopReplicationToReplica

ToPath StopReplicationToReplica Source # 
Instance details

Defined in Amazonka.SecretsManager.StopReplicationToReplica

ToQuery StopReplicationToReplica Source # 
Instance details

Defined in Amazonka.SecretsManager.StopReplicationToReplica

type Rep StopReplicationToReplica Source # 
Instance details

Defined in Amazonka.SecretsManager.StopReplicationToReplica

type Rep StopReplicationToReplica = D1 ('MetaData "StopReplicationToReplica" "Amazonka.SecretsManager.StopReplicationToReplica" "libZSservicesZSamazonka-secretsmanagerZSamazonka-secretsmanager" 'False) (C1 ('MetaCons "StopReplicationToReplica'" 'PrefixI 'True) (S1 ('MetaSel ('Just "secretId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StopReplicationToReplica Source # 
Instance details

Defined in Amazonka.SecretsManager.StopReplicationToReplica

newStopReplicationToReplica Source #

Create a value of StopReplicationToReplica with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:secretId:StopReplicationToReplica', stopReplicationToReplica_secretId - Response to StopReplicationToReplica of a secret, based on the SecretId.

Request Lenses

stopReplicationToReplica_secretId :: Lens' StopReplicationToReplica Text Source #

Response to StopReplicationToReplica of a secret, based on the SecretId.

Destructuring the Response

data StopReplicationToReplicaResponse Source #

See: newStopReplicationToReplicaResponse smart constructor.

Constructors

StopReplicationToReplicaResponse' 

Fields

  • arn :: Maybe Text

    Response StopReplicationToReplica of a secret, based on the ARN,.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq StopReplicationToReplicaResponse Source # 
Instance details

Defined in Amazonka.SecretsManager.StopReplicationToReplica

Read StopReplicationToReplicaResponse Source # 
Instance details

Defined in Amazonka.SecretsManager.StopReplicationToReplica

Show StopReplicationToReplicaResponse Source # 
Instance details

Defined in Amazonka.SecretsManager.StopReplicationToReplica

Generic StopReplicationToReplicaResponse Source # 
Instance details

Defined in Amazonka.SecretsManager.StopReplicationToReplica

Associated Types

type Rep StopReplicationToReplicaResponse :: Type -> Type #

NFData StopReplicationToReplicaResponse Source # 
Instance details

Defined in Amazonka.SecretsManager.StopReplicationToReplica

type Rep StopReplicationToReplicaResponse Source # 
Instance details

Defined in Amazonka.SecretsManager.StopReplicationToReplica

type Rep StopReplicationToReplicaResponse = D1 ('MetaData "StopReplicationToReplicaResponse" "Amazonka.SecretsManager.StopReplicationToReplica" "libZSservicesZSamazonka-secretsmanagerZSamazonka-secretsmanager" 'False) (C1 ('MetaCons "StopReplicationToReplicaResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopReplicationToReplicaResponse Source #

Create a value of StopReplicationToReplicaResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:StopReplicationToReplicaResponse', stopReplicationToReplicaResponse_arn - Response StopReplicationToReplica of a secret, based on the ARN,.

$sel:httpStatus:StopReplicationToReplicaResponse', stopReplicationToReplicaResponse_httpStatus - The response's http status code.

Response Lenses

stopReplicationToReplicaResponse_arn :: Lens' StopReplicationToReplicaResponse (Maybe Text) Source #

Response StopReplicationToReplica of a secret, based on the ARN,.