libZSservicesZSamazonka-ssmZSamazonka-ssm
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.SSM.Types.ParameterInlinePolicy

Description

 
Synopsis

Documentation

data ParameterInlinePolicy Source #

One or more policies assigned to a parameter.

See: newParameterInlinePolicy smart constructor.

Constructors

ParameterInlinePolicy' 

Fields

  • policyType :: Maybe Text

    The type of policy. Parameter Store, a capablility of Amazon Web Services Systems Manager, supports the following policy types: Expiration, ExpirationNotification, and NoChangeNotification.

  • policyStatus :: Maybe Text

    The status of the policy. Policies report the following statuses: Pending (the policy hasn't been enforced or applied yet), Finished (the policy was applied), Failed (the policy wasn't applied), or InProgress (the policy is being applied now).

  • policyText :: Maybe Text

    The JSON text of the policy.

Instances

Instances details
Eq ParameterInlinePolicy Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterInlinePolicy

Read ParameterInlinePolicy Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterInlinePolicy

Show ParameterInlinePolicy Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterInlinePolicy

Generic ParameterInlinePolicy Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterInlinePolicy

Associated Types

type Rep ParameterInlinePolicy :: Type -> Type #

NFData ParameterInlinePolicy Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterInlinePolicy

Methods

rnf :: ParameterInlinePolicy -> () #

Hashable ParameterInlinePolicy Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterInlinePolicy

FromJSON ParameterInlinePolicy Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterInlinePolicy

type Rep ParameterInlinePolicy Source # 
Instance details

Defined in Amazonka.SSM.Types.ParameterInlinePolicy

type Rep ParameterInlinePolicy = D1 ('MetaData "ParameterInlinePolicy" "Amazonka.SSM.Types.ParameterInlinePolicy" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "ParameterInlinePolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "policyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "policyStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "policyText") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newParameterInlinePolicy :: ParameterInlinePolicy Source #

Create a value of ParameterInlinePolicy 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:policyType:ParameterInlinePolicy', parameterInlinePolicy_policyType - The type of policy. Parameter Store, a capablility of Amazon Web Services Systems Manager, supports the following policy types: Expiration, ExpirationNotification, and NoChangeNotification.

$sel:policyStatus:ParameterInlinePolicy', parameterInlinePolicy_policyStatus - The status of the policy. Policies report the following statuses: Pending (the policy hasn't been enforced or applied yet), Finished (the policy was applied), Failed (the policy wasn't applied), or InProgress (the policy is being applied now).

$sel:policyText:ParameterInlinePolicy', parameterInlinePolicy_policyText - The JSON text of the policy.

parameterInlinePolicy_policyType :: Lens' ParameterInlinePolicy (Maybe Text) Source #

The type of policy. Parameter Store, a capablility of Amazon Web Services Systems Manager, supports the following policy types: Expiration, ExpirationNotification, and NoChangeNotification.

parameterInlinePolicy_policyStatus :: Lens' ParameterInlinePolicy (Maybe Text) Source #

The status of the policy. Policies report the following statuses: Pending (the policy hasn't been enforced or applied yet), Finished (the policy was applied), Failed (the policy wasn't applied), or InProgress (the policy is being applied now).