UpdateAnomalySubscription
Updates an existing cost anomaly monitor subscription.
Request Syntax
{
"Frequency": "string
",
"MonitorArnList": [ "string
" ],
"Subscribers": [
{
"Address": "string
",
"Status": "string
",
"Type": "string
"
}
],
"SubscriptionArn": "string
",
"SubscriptionName": "string
",
"Threshold": number
}
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
The request accepts the following data in JSON format.
- Frequency
-
The update to the frequency value that subscribers receive notifications.
Type: String
Valid Values:
DAILY | IMMEDIATE | WEEKLY
Required: No
- MonitorArnList
-
A list of cost anomaly monitor ARNs.
Type: Array of strings
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
arn:aws[-a-z0-9]*:[a-z0-9]+:[-a-z0-9]*:[0-9]{12}:[-a-zA-Z0-9/:_]+
Required: No
- Subscribers
-
The update to the subscriber list.
Type: Array of Subscriber objects
Required: No
- SubscriptionArn
-
A cost anomaly subscription Amazon Resource Name (ARN).
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Pattern:
[\S\s]*
Required: Yes
- SubscriptionName
-
The new name of the subscription.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Pattern:
[\S\s]*
Required: No
- Threshold
-
The update to the threshold value for receiving notifications.
Type: Double
Valid Range: Minimum value of 0.0.
Required: No
Response Syntax
{
"SubscriptionArn": "string"
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- SubscriptionArn
-
A cost anomaly subscription ARN.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Pattern:
[\S\s]*
Errors
For information about the errors that are common to all actions, see Common Errors.
- LimitExceededException
-
You made too many calls in a short period of time. Try again later.
HTTP Status Code: 400
- UnknownMonitorException
-
The cost anomaly monitor does not exist for the account.
HTTP Status Code: 400
- UnknownSubscriptionException
-
The cost anomaly subscription does not exist for the account.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: