Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
The metric policy that you want to add to the container. A metric policy allows AWS Elemental MediaStore to send metrics to Amazon CloudWatch. It takes up to 20 minutes for the new policy to take effect.
Synopsis
- data PutMetricPolicy = PutMetricPolicy' {}
- newPutMetricPolicy :: Text -> MetricPolicy -> PutMetricPolicy
- putMetricPolicy_containerName :: Lens' PutMetricPolicy Text
- putMetricPolicy_metricPolicy :: Lens' PutMetricPolicy MetricPolicy
- data PutMetricPolicyResponse = PutMetricPolicyResponse' {
- httpStatus :: Int
- newPutMetricPolicyResponse :: Int -> PutMetricPolicyResponse
- putMetricPolicyResponse_httpStatus :: Lens' PutMetricPolicyResponse Int
Creating a Request
data PutMetricPolicy Source #
See: newPutMetricPolicy
smart constructor.
PutMetricPolicy' | |
|
Instances
:: Text | |
-> MetricPolicy | |
-> PutMetricPolicy |
Create a value of PutMetricPolicy
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:containerName:PutMetricPolicy'
, putMetricPolicy_containerName
- The name of the container that you want to add the metric policy to.
$sel:metricPolicy:PutMetricPolicy'
, putMetricPolicy_metricPolicy
- The metric policy that you want to associate with the container. In the
policy, you must indicate whether you want MediaStore to send
container-level metrics. You can also include up to five rules to define
groups of objects that you want MediaStore to send object-level metrics
for. If you include rules in the policy, construct each rule with both
of the following:
- An object group that defines which objects to include in the group. The definition can be a path or a file name, but it can't have more than 900 characters. Valid characters are: a-z, A-Z, 0-9, _ (underscore), = (equal), : (colon), . (period), - (hyphen), ~ (tilde), / (forward slash), and * (asterisk). Wildcards (*) are acceptable.
- An object group name that allows you to refer to the object group. The name can't have more than 30 characters. Valid characters are: a-z, A-Z, 0-9, and _ (underscore).
Request Lenses
putMetricPolicy_containerName :: Lens' PutMetricPolicy Text Source #
The name of the container that you want to add the metric policy to.
putMetricPolicy_metricPolicy :: Lens' PutMetricPolicy MetricPolicy Source #
The metric policy that you want to associate with the container. In the policy, you must indicate whether you want MediaStore to send container-level metrics. You can also include up to five rules to define groups of objects that you want MediaStore to send object-level metrics for. If you include rules in the policy, construct each rule with both of the following:
- An object group that defines which objects to include in the group. The definition can be a path or a file name, but it can't have more than 900 characters. Valid characters are: a-z, A-Z, 0-9, _ (underscore), = (equal), : (colon), . (period), - (hyphen), ~ (tilde), / (forward slash), and * (asterisk). Wildcards (*) are acceptable.
- An object group name that allows you to refer to the object group. The name can't have more than 30 characters. Valid characters are: a-z, A-Z, 0-9, and _ (underscore).
Destructuring the Response
data PutMetricPolicyResponse Source #
See: newPutMetricPolicyResponse
smart constructor.
PutMetricPolicyResponse' | |
|
Instances
newPutMetricPolicyResponse Source #
Create a value of PutMetricPolicyResponse
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:httpStatus:PutMetricPolicyResponse'
, putMetricPolicyResponse_httpStatus
- The response's http status code.
Response Lenses
putMetricPolicyResponse_httpStatus :: Lens' PutMetricPolicyResponse Int Source #
The response's http status code.