All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.monitoring-2010-08-01-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Amazon CloudWatch module holds the client classes that are used for communicating with Amazon CloudWatch Service

There is a newer version: 1.12.780
Show newest version
{
  "metadata" : {
    "apiVersion" : "2010-08-01",
    "protocol" : "query",
    "checksumFormat" : null,
    "documentation" : "

Amazon CloudWatch monitors your Amazon Web Services (AWS) resources and the applications you run on AWS in real-time. You can use CloudWatch to collect and track metrics, which are the variables you want to measure for your resources and applications.

CloudWatch alarms send notifications or automatically make changes to the resources you are monitoring based on rules that you define. For example, you can monitor the CPU usage and disk reads and writes of your Amazon Elastic Compute Cloud (Amazon EC2) instances and then use this data to determine whether you should launch additional instances to handle increased load. You can also use this data to stop under-used instances to save money.

In addition to monitoring the built-in metrics that come with AWS, you can monitor your own custom metrics. With CloudWatch, you gain system-wide visibility into resource utilization, application performance, and operational health.

", "defaultEndpoint" : "https://monitoring.us-east-1.amazonaws.com", "defaultEndpointWithoutHttpProtocol" : "monitoring.us-east-1.amazonaws.com", "syncInterface" : "AmazonCloudWatch", "syncClient" : "AmazonCloudWatchClient", "asyncInterface" : "AmazonCloudWatchAsync", "asyncClient" : "AmazonCloudWatchAsyncClient", "packageName" : "com.amazonaws.services.cloudwatch", "packagePath" : "com/amazonaws/services/cloudwatch", "serviceAbbreviation" : "CloudWatch", "serviceFullName" : "Amazon CloudWatch", "hasApiWithStreamInput" : false, "contentType" : null, "jsonVersion" : null, "endpointPrefix" : "monitoring", "signingName" : "monitoring", "protocolDefaultExceptionUmarshallerImpl" : "StandardErrorUnmarshaller", "jsonProtocol" : false, "syncClientBuilderClassName" : "AmazonCloudWatchClientBuilder", "asyncClientBuilderClassName" : "AmazonCloudWatchAsyncClientBuilder", "cucumberModuleInjectorClassName" : "AmazonCloudWatchModuleInjector", "smokeTestsPackageName" : "com.amazonaws.services.cloudwatch.smoketests", "serviceName" : "CloudWatch", "cborProtocol" : false, "xmlProtocol" : true, "unmarshallerContextClassName" : "StaxUnmarshallerContext", "unmarshallerClassSuffix" : "StaxUnmarshaller" }, "operations" : { "DeleteAlarms" : { "documentation" : "

Deletes all specified alarms. In the event of an error, no alarms are deleted.

", "operationName" : "DeleteAlarms", "deprecated" : false, "input" : { "variableName" : "deleteAlarmsRequest", "variableType" : "DeleteAlarmsRequest", "variableDeclarationType" : "DeleteAlarmsRequest", "documentation" : "

Describes the inputs for DeleteAlarms.

", "simpleType" : "DeleteAlarmsRequest", "variableSetterType" : "DeleteAlarmsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteAlarmsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The named resource does not exist.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "deleteAlarms", "authenticated" : true, "syncReturnType" : "DeleteAlarmsResult", "asyncReturnType" : "DeleteAlarmsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DescribeAlarmHistory" : { "documentation" : "

Retrieves history for the specified alarm. Filter alarms by date range or item type. If an alarm name is not specified, Amazon CloudWatch returns histories for all of the owner's alarms.

Amazon CloudWatch retains the history of an alarm for two weeks, whether or not you delete the alarm.

", "operationName" : "DescribeAlarmHistory", "deprecated" : false, "input" : { "variableName" : "describeAlarmHistoryRequest", "variableType" : "DescribeAlarmHistoryRequest", "variableDeclarationType" : "DescribeAlarmHistoryRequest", "documentation" : "

Describes the inputs for DescribeAlarmHistory.

", "simpleType" : "DescribeAlarmHistoryRequest", "variableSetterType" : "DescribeAlarmHistoryRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeAlarmHistoryResult", "documentation" : "

The output for DescribeAlarmHistory.

" }, "exceptions" : [ { "exceptionName" : "InvalidNextTokenException", "documentation" : "

The next token specified is invalid.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeAlarmHistory", "authenticated" : true, "syncReturnType" : "DescribeAlarmHistoryResult", "asyncReturnType" : "DescribeAlarmHistoryResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DescribeAlarms" : { "documentation" : "

Retrieves alarms with the specified names. If no name is specified, all alarms for the user are returned. Alarms can be retrieved by using only a prefix for the alarm name, the alarm state, or a prefix for any action.

", "operationName" : "DescribeAlarms", "deprecated" : false, "input" : { "variableName" : "describeAlarmsRequest", "variableType" : "DescribeAlarmsRequest", "variableDeclarationType" : "DescribeAlarmsRequest", "documentation" : "

Describes the inputs for DescribeAlarms.

", "simpleType" : "DescribeAlarmsRequest", "variableSetterType" : "DescribeAlarmsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeAlarmsResult", "documentation" : "

The output for DescribeAlarms.

" }, "exceptions" : [ { "exceptionName" : "InvalidNextTokenException", "documentation" : "

The next token specified is invalid.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeAlarms", "authenticated" : true, "syncReturnType" : "DescribeAlarmsResult", "asyncReturnType" : "DescribeAlarmsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DescribeAlarmsForMetric" : { "documentation" : "

Retrieves all alarms for a single metric. Specify a statistic, period, or unit to filter the set of alarms further.

", "operationName" : "DescribeAlarmsForMetric", "deprecated" : false, "input" : { "variableName" : "describeAlarmsForMetricRequest", "variableType" : "DescribeAlarmsForMetricRequest", "variableDeclarationType" : "DescribeAlarmsForMetricRequest", "documentation" : "

Describes the inputs for DescribeAlarmsForMetric.

", "simpleType" : "DescribeAlarmsForMetricRequest", "variableSetterType" : "DescribeAlarmsForMetricRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeAlarmsForMetricResult", "documentation" : "

The output for DescribeAlarmsForMetric.

" }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "methodName" : "describeAlarmsForMetric", "authenticated" : true, "syncReturnType" : "DescribeAlarmsForMetricResult", "asyncReturnType" : "DescribeAlarmsForMetricResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DisableAlarmActions" : { "documentation" : "

Disables actions for the specified alarms. When an alarm's actions are disabled the alarm's state may change, but none of the alarm's actions will execute.

", "operationName" : "DisableAlarmActions", "deprecated" : false, "input" : { "variableName" : "disableAlarmActionsRequest", "variableType" : "DisableAlarmActionsRequest", "variableDeclarationType" : "DisableAlarmActionsRequest", "documentation" : "

", "simpleType" : "DisableAlarmActionsRequest", "variableSetterType" : "DisableAlarmActionsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DisableAlarmActionsResult", "documentation" : null }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "methodName" : "disableAlarmActions", "authenticated" : true, "syncReturnType" : "DisableAlarmActionsResult", "asyncReturnType" : "DisableAlarmActionsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "EnableAlarmActions" : { "documentation" : "

Enables actions for the specified alarms.

", "operationName" : "EnableAlarmActions", "deprecated" : false, "input" : { "variableName" : "enableAlarmActionsRequest", "variableType" : "EnableAlarmActionsRequest", "variableDeclarationType" : "EnableAlarmActionsRequest", "documentation" : "

Describes the inputs for EnableAlarmActions.

", "simpleType" : "EnableAlarmActionsRequest", "variableSetterType" : "EnableAlarmActionsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "EnableAlarmActionsResult", "documentation" : null }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "methodName" : "enableAlarmActions", "authenticated" : true, "syncReturnType" : "EnableAlarmActionsResult", "asyncReturnType" : "EnableAlarmActionsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "GetMetricStatistics" : { "documentation" : "

Gets statistics for the specified metric.

The maximum number of data points that can be queried is 50,850, whereas the maximum number of data points returned from a single GetMetricStatistics request is 1,440. If you make a request that generates more than 1,440 data points, Amazon CloudWatch returns an error. In such a case, you can alter the request by narrowing the specified time range or increasing the specified period. A period can be as short as one minute (60 seconds) or as long as one day (86,400 seconds). Alternatively, you can make multiple requests across adjacent time ranges. GetMetricStatistics does not return the data in chronological order.

Amazon CloudWatch aggregates data points based on the length of the period that you specify. For example, if you request statistics with a one-minute granularity, Amazon CloudWatch aggregates data points with time stamps that fall within the same one-minute period. In such a case, the data points queried can greatly outnumber the data points returned.

The following examples show various statistics allowed by the data point query maximum of 50,850 when you call GetMetricStatistics on Amazon EC2 instances with detailed (one-minute) monitoring enabled:

  • Statistics for up to 400 instances for a span of one hour

  • Statistics for up to 35 instances over a span of 24 hours

  • Statistics for up to 2 instances over a span of 2 weeks

For information about the namespace, metric names, and dimensions that other Amazon Web Services products use to send metrics to CloudWatch, go to Amazon CloudWatch Metrics, Namespaces, and Dimensions Reference in the Amazon CloudWatch Developer Guide.

", "operationName" : "GetMetricStatistics", "deprecated" : false, "input" : { "variableName" : "getMetricStatisticsRequest", "variableType" : "GetMetricStatisticsRequest", "variableDeclarationType" : "GetMetricStatisticsRequest", "documentation" : "

Describes the inputs for GetMetricStatistics.

", "simpleType" : "GetMetricStatisticsRequest", "variableSetterType" : "GetMetricStatisticsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetMetricStatisticsResult", "documentation" : "

The output for GetMetricStatistics.

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Bad or out-of-range value was supplied for the input parameter.

" }, { "exceptionName" : "MissingRequiredParameterException", "documentation" : "

An input parameter that is mandatory for processing the request is not supplied.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Parameters that must not be used together were used together.

" }, { "exceptionName" : "InternalServiceException", "documentation" : "

Indicates that the request processing has failed due to some unknown error, exception, or failure.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "getMetricStatistics", "authenticated" : true, "syncReturnType" : "GetMetricStatisticsResult", "asyncReturnType" : "GetMetricStatisticsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "ListMetrics" : { "documentation" : "

Returns a list of valid metrics stored for the AWS account owner. Returned metrics can be used with GetMetricStatistics to obtain statistical data for a given metric.

Up to 500 results are returned for any one call. To retrieve further results, use returned NextToken values with subsequent ListMetrics operations.

If you create a metric with PutMetricData, allow up to fifteen minutes for the metric to appear in calls to ListMetrics. Statistics about the metric, however, are available sooner using GetMetricStatistics.

", "operationName" : "ListMetrics", "deprecated" : false, "input" : { "variableName" : "listMetricsRequest", "variableType" : "ListMetricsRequest", "variableDeclarationType" : "ListMetricsRequest", "documentation" : "

Describes the inputs for ListMetrics.

", "simpleType" : "ListMetricsRequest", "variableSetterType" : "ListMetricsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListMetricsResult", "documentation" : "

The output for ListMetrics.

" }, "exceptions" : [ { "exceptionName" : "InternalServiceException", "documentation" : "

Indicates that the request processing has failed due to some unknown error, exception, or failure.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Bad or out-of-range value was supplied for the input parameter.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "listMetrics", "authenticated" : true, "syncReturnType" : "ListMetricsResult", "asyncReturnType" : "ListMetricsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "PutMetricAlarm" : { "documentation" : "

Creates or updates an alarm and associates it with the specified Amazon CloudWatch metric. Optionally, this operation can associate one or more Amazon SNS resources with the alarm.

When this operation creates an alarm, the alarm state is immediately set to INSUFFICIENT_DATA. The alarm is evaluated and its StateValue is set appropriately. Any actions associated with the StateValue are then executed.

When updating an existing alarm, its StateValue is left unchanged, but it completely overwrites the alarm's previous configuration.

If you are using an AWS Identity and Access Management (IAM) account to create or modify an alarm, you must have the following Amazon EC2 permissions:

  • ec2:DescribeInstanceStatus and ec2:DescribeInstances for all alarms on Amazon EC2 instance status metrics.

  • ec2:StopInstances for alarms with stop actions.

  • ec2:TerminateInstances for alarms with terminate actions.

  • ec2:DescribeInstanceRecoveryAttribute, and ec2:RecoverInstances for alarms with recover actions.

If you have read/write permissions for Amazon CloudWatch but not for Amazon EC2, you can still create an alarm but the stop or terminate actions won't be performed on the Amazon EC2 instance. However, if you are later granted permission to use the associated Amazon EC2 APIs, the alarm actions you created earlier will be performed. For more information about IAM permissions, see Permissions and Policies in Using IAM.

If you are using an IAM role (e.g., an Amazon EC2 instance profile), you cannot stop or terminate the instance using alarm actions. However, you can still see the alarm state and perform any other actions such as Amazon SNS notifications or Auto Scaling policies.

If you are using temporary security credentials granted using the AWS Security Token Service (AWS STS), you cannot stop or terminate an Amazon EC2 instance using alarm actions.

", "operationName" : "PutMetricAlarm", "deprecated" : false, "input" : { "variableName" : "putMetricAlarmRequest", "variableType" : "PutMetricAlarmRequest", "variableDeclarationType" : "PutMetricAlarmRequest", "documentation" : "

Describes the inputs for PutMetricAlarm.

", "simpleType" : "PutMetricAlarmRequest", "variableSetterType" : "PutMetricAlarmRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "PutMetricAlarmResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "LimitExceededException", "documentation" : "

The quota for alarms for this customer has already been reached.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "putMetricAlarm", "authenticated" : true, "syncReturnType" : "PutMetricAlarmResult", "asyncReturnType" : "PutMetricAlarmResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "PutMetricData" : { "documentation" : "

Publishes metric data points to Amazon CloudWatch. Amazon CloudWatch associates the data points with the specified metric. If the specified metric does not exist, Amazon CloudWatch creates the metric. When Amazon CloudWatch creates a metric, it can take up to fifteen minutes for the metric to appear in calls to ListMetrics.

Each PutMetricData request is limited to 8 KB in size for HTTP GET requests and is limited to 40 KB in size for HTTP POST requests.

Although the Value parameter accepts numbers of type Double, Amazon CloudWatch rejects values that are either too small or too large. Values must be in the range of 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). In addition, special values (e.g., NaN, +Infinity, -Infinity) are not supported.

Data that is timestamped 24 hours or more in the past may take in excess of 48 hours to become available from submission time using GetMetricStatistics.

", "operationName" : "PutMetricData", "deprecated" : false, "input" : { "variableName" : "putMetricDataRequest", "variableType" : "PutMetricDataRequest", "variableDeclarationType" : "PutMetricDataRequest", "documentation" : "

Describes the inputs for PutMetricData.

", "simpleType" : "PutMetricDataRequest", "variableSetterType" : "PutMetricDataRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "PutMetricDataResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Bad or out-of-range value was supplied for the input parameter.

" }, { "exceptionName" : "MissingRequiredParameterException", "documentation" : "

An input parameter that is mandatory for processing the request is not supplied.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Parameters that must not be used together were used together.

" }, { "exceptionName" : "InternalServiceException", "documentation" : "

Indicates that the request processing has failed due to some unknown error, exception, or failure.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "putMetricData", "authenticated" : true, "syncReturnType" : "PutMetricDataResult", "asyncReturnType" : "PutMetricDataResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "SetAlarmState" : { "documentation" : "

Temporarily sets the state of an alarm for testing purposes. When the updated StateValue differs from the previous value, the action configured for the appropriate state is invoked. For example, if your alarm is configured to send an Amazon SNS message when an alarm is triggered, temporarily changing the alarm's state to ALARM sends an Amazon SNS message. The alarm returns to its actual state (often within seconds). Because the alarm state change happens very quickly, it is typically only visible in the alarm's History tab in the Amazon CloudWatch console or through DescribeAlarmHistory.

", "operationName" : "SetAlarmState", "deprecated" : false, "input" : { "variableName" : "setAlarmStateRequest", "variableType" : "SetAlarmStateRequest", "variableDeclarationType" : "SetAlarmStateRequest", "documentation" : "

Describes the inputs for SetAlarmState.

", "simpleType" : "SetAlarmStateRequest", "variableSetterType" : "SetAlarmStateRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "SetAlarmStateResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The named resource does not exist.

" }, { "exceptionName" : "InvalidFormatException", "documentation" : "

Data was not syntactically valid JSON.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "setAlarmState", "authenticated" : true, "syncReturnType" : "SetAlarmStateResult", "asyncReturnType" : "SetAlarmStateResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" } }, "shapes" : { "InvalidParameterCombinationException" : { "c2jName" : "InvalidParameterCombinationException", "documentation" : "

Parameters that must not be used together were used together.

", "shapeName" : "InvalidParameterCombinationException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidParameterCombinationException", "variableType" : "InvalidParameterCombinationException", "variableDeclarationType" : "InvalidParameterCombinationException", "documentation" : null, "simpleType" : "InvalidParameterCombinationException", "variableSetterType" : "InvalidParameterCombinationException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidParameterCombination", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ComparisonOperator" : { "c2jName" : "ComparisonOperator", "documentation" : "", "shapeName" : "ComparisonOperator", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "GreaterThanOrEqualToThreshold", "value" : "GreaterThanOrEqualToThreshold" }, { "name" : "GreaterThanThreshold", "value" : "GreaterThanThreshold" }, { "name" : "LessThanThreshold", "value" : "LessThanThreshold" }, { "name" : "LessThanOrEqualToThreshold", "value" : "LessThanOrEqualToThreshold" } ], "variable" : { "variableName" : "comparisonOperator", "variableType" : "ComparisonOperator", "variableDeclarationType" : "ComparisonOperator", "documentation" : null, "simpleType" : "ComparisonOperator", "variableSetterType" : "ComparisonOperator" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeAlarmsForMetricResult" : { "c2jName" : "DescribeAlarmsForMetricOutput", "documentation" : "

The output for DescribeAlarmsForMetric.

", "shapeName" : "DescribeAlarmsForMetricResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A list of information for each alarm with the specified metric.

", "name" : "MetricAlarms", "c2jName" : "MetricAlarms", "c2jShape" : "MetricAlarms", "variable" : { "variableName" : "metricAlarms", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of information for each alarm with the specified metric.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "metricAlarms", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricAlarms", "marshallLocationName" : "MetricAlarms", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "MetricAlarm", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "MetricAlarm", "variable" : { "variableName" : "member", "variableType" : "MetricAlarm", "variableDeclarationType" : "MetricAlarm", "documentation" : "", "simpleType" : "MetricAlarm", "variableSetterType" : "MetricAlarm" }, "setterModel" : { "variableName" : "member", "variableType" : "MetricAlarm", "variableDeclarationType" : "MetricAlarm", "documentation" : "", "simpleType" : "MetricAlarm", "variableSetterType" : "MetricAlarm" }, "getterModel" : { "returnType" : "MetricAlarm", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "MetricAlarm", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of information for each alarm with the specified metric.

\n@param metricAlarms A list of information for each alarm with the specified metric.*/", "getterDocumentation" : "/**

A list of information for each alarm with the specified metric.

\n@return A list of information for each alarm with the specified metric.*/", "fluentSetterDocumentation" : "/**

A list of information for each alarm with the specified metric.

\n@param metricAlarms A list of information for each alarm with the specified metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of information for each alarm with the specified metric.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setMetricAlarms(java.util.Collection)} or {@link #withMetricAlarms(java.util.Collection)} if you want to override the existing values.

\n@param metricAlarms A list of information for each alarm with the specified metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeAlarmsForMetricResult", "variableType" : "DescribeAlarmsForMetricResult", "variableDeclarationType" : "DescribeAlarmsForMetricResult", "documentation" : null, "simpleType" : "DescribeAlarmsForMetricResult", "variableSetterType" : "DescribeAlarmsForMetricResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeAlarmsForMetricResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MetricAlarms" : { "documentation" : "

A list of information for each alarm with the specified metric.

", "name" : "MetricAlarms", "c2jName" : "MetricAlarms", "c2jShape" : "MetricAlarms", "variable" : { "variableName" : "metricAlarms", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of information for each alarm with the specified metric.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "metricAlarms", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricAlarms", "marshallLocationName" : "MetricAlarms", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "MetricAlarm", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "MetricAlarm", "variable" : { "variableName" : "member", "variableType" : "MetricAlarm", "variableDeclarationType" : "MetricAlarm", "documentation" : "", "simpleType" : "MetricAlarm", "variableSetterType" : "MetricAlarm" }, "setterModel" : { "variableName" : "member", "variableType" : "MetricAlarm", "variableDeclarationType" : "MetricAlarm", "documentation" : "", "simpleType" : "MetricAlarm", "variableSetterType" : "MetricAlarm" }, "getterModel" : { "returnType" : "MetricAlarm", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "MetricAlarm", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of information for each alarm with the specified metric.

\n@param metricAlarms A list of information for each alarm with the specified metric.*/", "getterDocumentation" : "/**

A list of information for each alarm with the specified metric.

\n@return A list of information for each alarm with the specified metric.*/", "fluentSetterDocumentation" : "/**

A list of information for each alarm with the specified metric.

\n@param metricAlarms A list of information for each alarm with the specified metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of information for each alarm with the specified metric.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setMetricAlarms(java.util.Collection)} or {@link #withMetricAlarms(java.util.Collection)} if you want to override the existing values.

\n@param metricAlarms A list of information for each alarm with the specified metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PutMetricAlarmResult" : { "c2jName" : "PutMetricAlarmResult", "documentation" : null, "shapeName" : "PutMetricAlarmResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "putMetricAlarmResult", "variableType" : "PutMetricAlarmResult", "variableDeclarationType" : "PutMetricAlarmResult", "documentation" : null, "simpleType" : "PutMetricAlarmResult", "variableSetterType" : "PutMetricAlarmResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "PutMetricAlarmRequest" : { "c2jName" : "PutMetricAlarmInput", "documentation" : "

Describes the inputs for PutMetricAlarm.

", "shapeName" : "PutMetricAlarmRequest", "deprecated" : false, "required" : [ "AlarmName", "MetricName", "Namespace", "Statistic", "Period", "EvaluationPeriods", "Threshold", "ComparisonOperator" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The descriptive name for the alarm. This name must be unique within the user's AWS account

", "name" : "AlarmName", "c2jName" : "AlarmName", "c2jShape" : "AlarmName", "variable" : { "variableName" : "alarmName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The descriptive name for the alarm. This name must be unique within the user's AWS account

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alarmName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmName", "marshallLocationName" : "AlarmName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The descriptive name for the alarm. This name must be unique within the user's AWS account

\n@param alarmName The descriptive name for the alarm. This name must be unique within the user's AWS account*/", "getterDocumentation" : "/**

The descriptive name for the alarm. This name must be unique within the user's AWS account

\n@return The descriptive name for the alarm. This name must be unique within the user's AWS account*/", "fluentSetterDocumentation" : "/**

The descriptive name for the alarm. This name must be unique within the user's AWS account

\n@param alarmName The descriptive name for the alarm. This name must be unique within the user's AWS account\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The descriptive name for the alarm. This name must be unique within the user's AWS account

\n@param alarmName The descriptive name for the alarm. This name must be unique within the user's AWS account\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description for the alarm.

", "name" : "AlarmDescription", "c2jName" : "AlarmDescription", "c2jShape" : "AlarmDescription", "variable" : { "variableName" : "alarmDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description for the alarm.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alarmDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmDescription", "marshallLocationName" : "AlarmDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description for the alarm.

\n@param alarmDescription The description for the alarm.*/", "getterDocumentation" : "/**

The description for the alarm.

\n@return The description for the alarm.*/", "fluentSetterDocumentation" : "/**

The description for the alarm.

\n@param alarmDescription The description for the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description for the alarm.

\n@param alarmDescription The description for the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Indicates whether or not actions should be executed during any changes to the alarm's state.

", "name" : "ActionsEnabled", "c2jName" : "ActionsEnabled", "c2jShape" : "ActionsEnabled", "variable" : { "variableName" : "actionsEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates whether or not actions should be executed during any changes to the alarm's state.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "actionsEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ActionsEnabled", "marshallLocationName" : "ActionsEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates whether or not actions should be executed during any changes to the alarm's state.

\n@param actionsEnabled Indicates whether or not actions should be executed during any changes to the alarm's state.*/", "getterDocumentation" : "/**

Indicates whether or not actions should be executed during any changes to the alarm's state.

\n@return Indicates whether or not actions should be executed during any changes to the alarm's state.*/", "fluentSetterDocumentation" : "/**

Indicates whether or not actions should be executed during any changes to the alarm's state.

\n@param actionsEnabled Indicates whether or not actions should be executed during any changes to the alarm's state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Indicates whether or not actions should be executed during any changes to the alarm's state.

\n@param actionsEnabled Indicates whether or not actions should be executed during any changes to the alarm's state.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

", "name" : "OKActions", "c2jName" : "OKActions", "c2jShape" : "ResourceList", "variable" : { "variableName" : "oKActions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "oKActions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "OKActions", "marshallLocationName" : "OKActions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ResourceName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

\n@param oKActions The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.*/", "getterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

\n@return The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.*/", "fluentSetterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

\n@param oKActions The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setOKActions(java.util.Collection)} or {@link #withOKActions(java.util.Collection)} if you want to override the existing values.

\n@param oKActions The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

", "name" : "AlarmActions", "c2jName" : "AlarmActions", "c2jShape" : "ResourceList", "variable" : { "variableName" : "alarmActions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "alarmActions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmActions", "marshallLocationName" : "AlarmActions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ResourceName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

\n@param alarmActions The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.*/", "getterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

\n@return The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.*/", "fluentSetterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

\n@param alarmActions The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAlarmActions(java.util.Collection)} or {@link #withAlarmActions(java.util.Collection)} if you want to override the existing values.

\n@param alarmActions The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

", "name" : "InsufficientDataActions", "c2jName" : "InsufficientDataActions", "c2jShape" : "ResourceList", "variable" : { "variableName" : "insufficientDataActions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "insufficientDataActions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "InsufficientDataActions", "marshallLocationName" : "InsufficientDataActions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ResourceName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

\n@param insufficientDataActions The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.*/", "getterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

\n@return The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.*/", "fluentSetterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

\n@param insufficientDataActions The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setInsufficientDataActions(java.util.Collection)} or {@link #withInsufficientDataActions(java.util.Collection)} if you want to override the existing values.

\n@param insufficientDataActions The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name for the alarm's associated metric.

", "name" : "MetricName", "c2jName" : "MetricName", "c2jShape" : "MetricName", "variable" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name for the alarm's associated metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricName", "marshallLocationName" : "MetricName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name for the alarm's associated metric.

\n@param metricName The name for the alarm's associated metric.*/", "getterDocumentation" : "/**

The name for the alarm's associated metric.

\n@return The name for the alarm's associated metric.*/", "fluentSetterDocumentation" : "/**

The name for the alarm's associated metric.

\n@param metricName The name for the alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name for the alarm's associated metric.

\n@param metricName The name for the alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The namespace for the alarm's associated metric.

", "name" : "Namespace", "c2jName" : "Namespace", "c2jShape" : "Namespace", "variable" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The namespace for the alarm's associated metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Namespace", "marshallLocationName" : "Namespace", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The namespace for the alarm's associated metric.

\n@param namespace The namespace for the alarm's associated metric.*/", "getterDocumentation" : "/**

The namespace for the alarm's associated metric.

\n@return The namespace for the alarm's associated metric.*/", "fluentSetterDocumentation" : "/**

The namespace for the alarm's associated metric.

\n@param namespace The namespace for the alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The namespace for the alarm's associated metric.

\n@param namespace The namespace for the alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The statistic to apply to the alarm's associated metric.

", "name" : "Statistic", "c2jName" : "Statistic", "c2jShape" : "Statistic", "variable" : { "variableName" : "statistic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The statistic to apply to the alarm's associated metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statistic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Statistic", "marshallLocationName" : "Statistic", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "Statistic", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The statistic to apply to the alarm's associated metric.

\n@param statistic The statistic to apply to the alarm's associated metric.\n@see Statistic*/", "getterDocumentation" : "/**

The statistic to apply to the alarm's associated metric.

\n@return The statistic to apply to the alarm's associated metric.\n@see Statistic*/", "fluentSetterDocumentation" : "/**

The statistic to apply to the alarm's associated metric.

\n@param statistic The statistic to apply to the alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/", "varargSetterDocumentation" : "/**

The statistic to apply to the alarm's associated metric.

\n@param statistic The statistic to apply to the alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/" }, { "documentation" : "

The dimensions for the alarm's associated metric.

", "name" : "Dimensions", "c2jName" : "Dimensions", "c2jShape" : "Dimensions", "variable" : { "variableName" : "dimensions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The dimensions for the alarm's associated metric.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "dimensions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Dimensions", "marshallLocationName" : "Dimensions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Dimension", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Dimension", "variable" : { "variableName" : "member", "variableType" : "Dimension", "variableDeclarationType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "setterModel" : { "variableName" : "member", "variableType" : "Dimension", "variableDeclarationType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "getterModel" : { "returnType" : "Dimension", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Dimension", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The dimensions for the alarm's associated metric.

\n@param dimensions The dimensions for the alarm's associated metric.*/", "getterDocumentation" : "/**

The dimensions for the alarm's associated metric.

\n@return The dimensions for the alarm's associated metric.*/", "fluentSetterDocumentation" : "/**

The dimensions for the alarm's associated metric.

\n@param dimensions The dimensions for the alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The dimensions for the alarm's associated metric.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDimensions(java.util.Collection)} or {@link #withDimensions(java.util.Collection)} if you want to override the existing values.

\n@param dimensions The dimensions for the alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The period in seconds over which the specified statistic is applied.

", "name" : "Period", "c2jName" : "Period", "c2jShape" : "Period", "variable" : { "variableName" : "period", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The period in seconds over which the specified statistic is applied.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "period", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Period", "marshallLocationName" : "Period", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The period in seconds over which the specified statistic is applied.

\n@param period The period in seconds over which the specified statistic is applied.*/", "getterDocumentation" : "/**

The period in seconds over which the specified statistic is applied.

\n@return The period in seconds over which the specified statistic is applied.*/", "fluentSetterDocumentation" : "/**

The period in seconds over which the specified statistic is applied.

\n@param period The period in seconds over which the specified statistic is applied.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The period in seconds over which the specified statistic is applied.

\n@param period The period in seconds over which the specified statistic is applied.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The statistic's unit of measure. For example, the units for the Amazon EC2 NetworkIn metric are Bytes because NetworkIn tracks the number of bytes that an instance receives on all network interfaces. You can also specify a unit when you create a custom metric. Units help provide conceptual meaning to your data. Metric data points that specify a unit of measure, such as Percent, are aggregated separately.

Note: If you specify a unit, you must use a unit that is appropriate for the metric. Otherwise, this can cause an Amazon CloudWatch alarm to get stuck in the INSUFFICIENT DATA state.

", "name" : "Unit", "c2jName" : "Unit", "c2jShape" : "StandardUnit", "variable" : { "variableName" : "unit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The statistic's unit of measure. For example, the units for the Amazon EC2 NetworkIn metric are Bytes because NetworkIn tracks the number of bytes that an instance receives on all network interfaces. You can also specify a unit when you create a custom metric. Units help provide conceptual meaning to your data. Metric data points that specify a unit of measure, such as Percent, are aggregated separately.

Note: If you specify a unit, you must use a unit that is appropriate for the metric. Otherwise, this can cause an Amazon CloudWatch alarm to get stuck in the INSUFFICIENT DATA state.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "unit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Unit", "marshallLocationName" : "Unit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StandardUnit", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The statistic's unit of measure. For example, the units for the Amazon EC2 NetworkIn metric are Bytes because NetworkIn tracks the number of bytes that an instance receives on all network interfaces. You can also specify a unit when you create a custom metric. Units help provide conceptual meaning to your data. Metric data points that specify a unit of measure, such as Percent, are aggregated separately.

Note: If you specify a unit, you must use a unit that is appropriate for the metric. Otherwise, this can cause an Amazon CloudWatch alarm to get stuck in the INSUFFICIENT DATA state.

\n@param unit The statistic's unit of measure. For example, the units for the Amazon EC2 NetworkIn metric are Bytes because NetworkIn tracks the number of bytes that an instance receives on all network interfaces. You can also specify a unit when you create a custom metric. Units help provide conceptual meaning to your data. Metric data points that specify a unit of measure, such as Percent, are aggregated separately.

Note: If you specify a unit, you must use a unit that is appropriate for the metric. Otherwise, this can cause an Amazon CloudWatch alarm to get stuck in the INSUFFICIENT DATA state.\n@see StandardUnit*/", "getterDocumentation" : "/**

The statistic's unit of measure. For example, the units for the Amazon EC2 NetworkIn metric are Bytes because NetworkIn tracks the number of bytes that an instance receives on all network interfaces. You can also specify a unit when you create a custom metric. Units help provide conceptual meaning to your data. Metric data points that specify a unit of measure, such as Percent, are aggregated separately.

Note: If you specify a unit, you must use a unit that is appropriate for the metric. Otherwise, this can cause an Amazon CloudWatch alarm to get stuck in the INSUFFICIENT DATA state.

\n@return The statistic's unit of measure. For example, the units for the Amazon EC2 NetworkIn metric are Bytes because NetworkIn tracks the number of bytes that an instance receives on all network interfaces. You can also specify a unit when you create a custom metric. Units help provide conceptual meaning to your data. Metric data points that specify a unit of measure, such as Percent, are aggregated separately.

Note: If you specify a unit, you must use a unit that is appropriate for the metric. Otherwise, this can cause an Amazon CloudWatch alarm to get stuck in the INSUFFICIENT DATA state.\n@see StandardUnit*/", "fluentSetterDocumentation" : "/**

The statistic's unit of measure. For example, the units for the Amazon EC2 NetworkIn metric are Bytes because NetworkIn tracks the number of bytes that an instance receives on all network interfaces. You can also specify a unit when you create a custom metric. Units help provide conceptual meaning to your data. Metric data points that specify a unit of measure, such as Percent, are aggregated separately.

Note: If you specify a unit, you must use a unit that is appropriate for the metric. Otherwise, this can cause an Amazon CloudWatch alarm to get stuck in the INSUFFICIENT DATA state.

\n@param unit The statistic's unit of measure. For example, the units for the Amazon EC2 NetworkIn metric are Bytes because NetworkIn tracks the number of bytes that an instance receives on all network interfaces. You can also specify a unit when you create a custom metric. Units help provide conceptual meaning to your data. Metric data points that specify a unit of measure, such as Percent, are aggregated separately.

Note: If you specify a unit, you must use a unit that is appropriate for the metric. Otherwise, this can cause an Amazon CloudWatch alarm to get stuck in the INSUFFICIENT DATA state.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StandardUnit*/", "varargSetterDocumentation" : "/**

The statistic's unit of measure. For example, the units for the Amazon EC2 NetworkIn metric are Bytes because NetworkIn tracks the number of bytes that an instance receives on all network interfaces. You can also specify a unit when you create a custom metric. Units help provide conceptual meaning to your data. Metric data points that specify a unit of measure, such as Percent, are aggregated separately.

Note: If you specify a unit, you must use a unit that is appropriate for the metric. Otherwise, this can cause an Amazon CloudWatch alarm to get stuck in the INSUFFICIENT DATA state.

\n@param unit The statistic's unit of measure. For example, the units for the Amazon EC2 NetworkIn metric are Bytes because NetworkIn tracks the number of bytes that an instance receives on all network interfaces. You can also specify a unit when you create a custom metric. Units help provide conceptual meaning to your data. Metric data points that specify a unit of measure, such as Percent, are aggregated separately.

Note: If you specify a unit, you must use a unit that is appropriate for the metric. Otherwise, this can cause an Amazon CloudWatch alarm to get stuck in the INSUFFICIENT DATA state.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StandardUnit*/" }, { "documentation" : "

The number of periods over which data is compared to the specified threshold.

", "name" : "EvaluationPeriods", "c2jName" : "EvaluationPeriods", "c2jShape" : "EvaluationPeriods", "variable" : { "variableName" : "evaluationPeriods", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The number of periods over which data is compared to the specified threshold.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "evaluationPeriods", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "EvaluationPeriods", "marshallLocationName" : "EvaluationPeriods", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The number of periods over which data is compared to the specified threshold.

\n@param evaluationPeriods The number of periods over which data is compared to the specified threshold.*/", "getterDocumentation" : "/**

The number of periods over which data is compared to the specified threshold.

\n@return The number of periods over which data is compared to the specified threshold.*/", "fluentSetterDocumentation" : "/**

The number of periods over which data is compared to the specified threshold.

\n@param evaluationPeriods The number of periods over which data is compared to the specified threshold.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of periods over which data is compared to the specified threshold.

\n@param evaluationPeriods The number of periods over which data is compared to the specified threshold.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The value against which the specified statistic is compared.

", "name" : "Threshold", "c2jName" : "Threshold", "c2jShape" : "Threshold", "variable" : { "variableName" : "threshold", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The value against which the specified statistic is compared.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "threshold", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "Threshold", "marshallLocationName" : "Threshold", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value against which the specified statistic is compared.

\n@param threshold The value against which the specified statistic is compared.*/", "getterDocumentation" : "/**

The value against which the specified statistic is compared.

\n@return The value against which the specified statistic is compared.*/", "fluentSetterDocumentation" : "/**

The value against which the specified statistic is compared.

\n@param threshold The value against which the specified statistic is compared.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value against which the specified statistic is compared.

\n@param threshold The value against which the specified statistic is compared.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.

", "name" : "ComparisonOperator", "c2jName" : "ComparisonOperator", "c2jShape" : "ComparisonOperator", "variable" : { "variableName" : "comparisonOperator", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comparisonOperator", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComparisonOperator", "marshallLocationName" : "ComparisonOperator", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ComparisonOperator", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.

\n@param comparisonOperator The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.\n@see ComparisonOperator*/", "getterDocumentation" : "/**

The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.

\n@return The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.\n@see ComparisonOperator*/", "fluentSetterDocumentation" : "/**

The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.

\n@param comparisonOperator The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/", "varargSetterDocumentation" : "/**

The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.

\n@param comparisonOperator The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/" } ], "enums" : null, "variable" : { "variableName" : "putMetricAlarmRequest", "variableType" : "PutMetricAlarmRequest", "variableDeclarationType" : "PutMetricAlarmRequest", "documentation" : null, "simpleType" : "PutMetricAlarmRequest", "variableSetterType" : "PutMetricAlarmRequest" }, "marshaller" : { "action" : "PutMetricAlarm", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ComparisonOperator" : { "documentation" : "

The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.

", "name" : "ComparisonOperator", "c2jName" : "ComparisonOperator", "c2jShape" : "ComparisonOperator", "variable" : { "variableName" : "comparisonOperator", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comparisonOperator", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComparisonOperator", "marshallLocationName" : "ComparisonOperator", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ComparisonOperator", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.

\n@param comparisonOperator The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.\n@see ComparisonOperator*/", "getterDocumentation" : "/**

The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.

\n@return The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.\n@see ComparisonOperator*/", "fluentSetterDocumentation" : "/**

The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.

\n@param comparisonOperator The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/", "varargSetterDocumentation" : "/**

The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.

\n@param comparisonOperator The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/" }, "Dimensions" : { "documentation" : "

The dimensions for the alarm's associated metric.

", "name" : "Dimensions", "c2jName" : "Dimensions", "c2jShape" : "Dimensions", "variable" : { "variableName" : "dimensions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The dimensions for the alarm's associated metric.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "dimensions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Dimensions", "marshallLocationName" : "Dimensions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Dimension", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Dimension", "variable" : { "variableName" : "member", "variableType" : "Dimension", "variableDeclarationType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "setterModel" : { "variableName" : "member", "variableType" : "Dimension", "variableDeclarationType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "getterModel" : { "returnType" : "Dimension", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Dimension", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The dimensions for the alarm's associated metric.

\n@param dimensions The dimensions for the alarm's associated metric.*/", "getterDocumentation" : "/**

The dimensions for the alarm's associated metric.

\n@return The dimensions for the alarm's associated metric.*/", "fluentSetterDocumentation" : "/**

The dimensions for the alarm's associated metric.

\n@param dimensions The dimensions for the alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The dimensions for the alarm's associated metric.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDimensions(java.util.Collection)} or {@link #withDimensions(java.util.Collection)} if you want to override the existing values.

\n@param dimensions The dimensions for the alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Period" : { "documentation" : "

The period in seconds over which the specified statistic is applied.

", "name" : "Period", "c2jName" : "Period", "c2jShape" : "Period", "variable" : { "variableName" : "period", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The period in seconds over which the specified statistic is applied.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "period", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Period", "marshallLocationName" : "Period", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The period in seconds over which the specified statistic is applied.

\n@param period The period in seconds over which the specified statistic is applied.*/", "getterDocumentation" : "/**

The period in seconds over which the specified statistic is applied.

\n@return The period in seconds over which the specified statistic is applied.*/", "fluentSetterDocumentation" : "/**

The period in seconds over which the specified statistic is applied.

\n@param period The period in seconds over which the specified statistic is applied.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The period in seconds over which the specified statistic is applied.

\n@param period The period in seconds over which the specified statistic is applied.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EvaluationPeriods" : { "documentation" : "

The number of periods over which data is compared to the specified threshold.

", "name" : "EvaluationPeriods", "c2jName" : "EvaluationPeriods", "c2jShape" : "EvaluationPeriods", "variable" : { "variableName" : "evaluationPeriods", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The number of periods over which data is compared to the specified threshold.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "evaluationPeriods", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "EvaluationPeriods", "marshallLocationName" : "EvaluationPeriods", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The number of periods over which data is compared to the specified threshold.

\n@param evaluationPeriods The number of periods over which data is compared to the specified threshold.*/", "getterDocumentation" : "/**

The number of periods over which data is compared to the specified threshold.

\n@return The number of periods over which data is compared to the specified threshold.*/", "fluentSetterDocumentation" : "/**

The number of periods over which data is compared to the specified threshold.

\n@param evaluationPeriods The number of periods over which data is compared to the specified threshold.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of periods over which data is compared to the specified threshold.

\n@param evaluationPeriods The number of periods over which data is compared to the specified threshold.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Unit" : { "documentation" : "

The statistic's unit of measure. For example, the units for the Amazon EC2 NetworkIn metric are Bytes because NetworkIn tracks the number of bytes that an instance receives on all network interfaces. You can also specify a unit when you create a custom metric. Units help provide conceptual meaning to your data. Metric data points that specify a unit of measure, such as Percent, are aggregated separately.

Note: If you specify a unit, you must use a unit that is appropriate for the metric. Otherwise, this can cause an Amazon CloudWatch alarm to get stuck in the INSUFFICIENT DATA state.

", "name" : "Unit", "c2jName" : "Unit", "c2jShape" : "StandardUnit", "variable" : { "variableName" : "unit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The statistic's unit of measure. For example, the units for the Amazon EC2 NetworkIn metric are Bytes because NetworkIn tracks the number of bytes that an instance receives on all network interfaces. You can also specify a unit when you create a custom metric. Units help provide conceptual meaning to your data. Metric data points that specify a unit of measure, such as Percent, are aggregated separately.

Note: If you specify a unit, you must use a unit that is appropriate for the metric. Otherwise, this can cause an Amazon CloudWatch alarm to get stuck in the INSUFFICIENT DATA state.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "unit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Unit", "marshallLocationName" : "Unit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StandardUnit", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The statistic's unit of measure. For example, the units for the Amazon EC2 NetworkIn metric are Bytes because NetworkIn tracks the number of bytes that an instance receives on all network interfaces. You can also specify a unit when you create a custom metric. Units help provide conceptual meaning to your data. Metric data points that specify a unit of measure, such as Percent, are aggregated separately.

Note: If you specify a unit, you must use a unit that is appropriate for the metric. Otherwise, this can cause an Amazon CloudWatch alarm to get stuck in the INSUFFICIENT DATA state.

\n@param unit The statistic's unit of measure. For example, the units for the Amazon EC2 NetworkIn metric are Bytes because NetworkIn tracks the number of bytes that an instance receives on all network interfaces. You can also specify a unit when you create a custom metric. Units help provide conceptual meaning to your data. Metric data points that specify a unit of measure, such as Percent, are aggregated separately.

Note: If you specify a unit, you must use a unit that is appropriate for the metric. Otherwise, this can cause an Amazon CloudWatch alarm to get stuck in the INSUFFICIENT DATA state.\n@see StandardUnit*/", "getterDocumentation" : "/**

The statistic's unit of measure. For example, the units for the Amazon EC2 NetworkIn metric are Bytes because NetworkIn tracks the number of bytes that an instance receives on all network interfaces. You can also specify a unit when you create a custom metric. Units help provide conceptual meaning to your data. Metric data points that specify a unit of measure, such as Percent, are aggregated separately.

Note: If you specify a unit, you must use a unit that is appropriate for the metric. Otherwise, this can cause an Amazon CloudWatch alarm to get stuck in the INSUFFICIENT DATA state.

\n@return The statistic's unit of measure. For example, the units for the Amazon EC2 NetworkIn metric are Bytes because NetworkIn tracks the number of bytes that an instance receives on all network interfaces. You can also specify a unit when you create a custom metric. Units help provide conceptual meaning to your data. Metric data points that specify a unit of measure, such as Percent, are aggregated separately.

Note: If you specify a unit, you must use a unit that is appropriate for the metric. Otherwise, this can cause an Amazon CloudWatch alarm to get stuck in the INSUFFICIENT DATA state.\n@see StandardUnit*/", "fluentSetterDocumentation" : "/**

The statistic's unit of measure. For example, the units for the Amazon EC2 NetworkIn metric are Bytes because NetworkIn tracks the number of bytes that an instance receives on all network interfaces. You can also specify a unit when you create a custom metric. Units help provide conceptual meaning to your data. Metric data points that specify a unit of measure, such as Percent, are aggregated separately.

Note: If you specify a unit, you must use a unit that is appropriate for the metric. Otherwise, this can cause an Amazon CloudWatch alarm to get stuck in the INSUFFICIENT DATA state.

\n@param unit The statistic's unit of measure. For example, the units for the Amazon EC2 NetworkIn metric are Bytes because NetworkIn tracks the number of bytes that an instance receives on all network interfaces. You can also specify a unit when you create a custom metric. Units help provide conceptual meaning to your data. Metric data points that specify a unit of measure, such as Percent, are aggregated separately.

Note: If you specify a unit, you must use a unit that is appropriate for the metric. Otherwise, this can cause an Amazon CloudWatch alarm to get stuck in the INSUFFICIENT DATA state.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StandardUnit*/", "varargSetterDocumentation" : "/**

The statistic's unit of measure. For example, the units for the Amazon EC2 NetworkIn metric are Bytes because NetworkIn tracks the number of bytes that an instance receives on all network interfaces. You can also specify a unit when you create a custom metric. Units help provide conceptual meaning to your data. Metric data points that specify a unit of measure, such as Percent, are aggregated separately.

Note: If you specify a unit, you must use a unit that is appropriate for the metric. Otherwise, this can cause an Amazon CloudWatch alarm to get stuck in the INSUFFICIENT DATA state.

\n@param unit The statistic's unit of measure. For example, the units for the Amazon EC2 NetworkIn metric are Bytes because NetworkIn tracks the number of bytes that an instance receives on all network interfaces. You can also specify a unit when you create a custom metric. Units help provide conceptual meaning to your data. Metric data points that specify a unit of measure, such as Percent, are aggregated separately.

Note: If you specify a unit, you must use a unit that is appropriate for the metric. Otherwise, this can cause an Amazon CloudWatch alarm to get stuck in the INSUFFICIENT DATA state.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StandardUnit*/" }, "OKActions" : { "documentation" : "

The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

", "name" : "OKActions", "c2jName" : "OKActions", "c2jShape" : "ResourceList", "variable" : { "variableName" : "oKActions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "oKActions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "OKActions", "marshallLocationName" : "OKActions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ResourceName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

\n@param oKActions The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.*/", "getterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

\n@return The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.*/", "fluentSetterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

\n@param oKActions The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setOKActions(java.util.Collection)} or {@link #withOKActions(java.util.Collection)} if you want to override the existing values.

\n@param oKActions The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Namespace" : { "documentation" : "

The namespace for the alarm's associated metric.

", "name" : "Namespace", "c2jName" : "Namespace", "c2jShape" : "Namespace", "variable" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The namespace for the alarm's associated metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Namespace", "marshallLocationName" : "Namespace", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The namespace for the alarm's associated metric.

\n@param namespace The namespace for the alarm's associated metric.*/", "getterDocumentation" : "/**

The namespace for the alarm's associated metric.

\n@return The namespace for the alarm's associated metric.*/", "fluentSetterDocumentation" : "/**

The namespace for the alarm's associated metric.

\n@param namespace The namespace for the alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The namespace for the alarm's associated metric.

\n@param namespace The namespace for the alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AlarmActions" : { "documentation" : "

The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

", "name" : "AlarmActions", "c2jName" : "AlarmActions", "c2jShape" : "ResourceList", "variable" : { "variableName" : "alarmActions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "alarmActions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmActions", "marshallLocationName" : "AlarmActions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ResourceName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

\n@param alarmActions The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.*/", "getterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

\n@return The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.*/", "fluentSetterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

\n@param alarmActions The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAlarmActions(java.util.Collection)} or {@link #withAlarmActions(java.util.Collection)} if you want to override the existing values.

\n@param alarmActions The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MetricName" : { "documentation" : "

The name for the alarm's associated metric.

", "name" : "MetricName", "c2jName" : "MetricName", "c2jShape" : "MetricName", "variable" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name for the alarm's associated metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricName", "marshallLocationName" : "MetricName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name for the alarm's associated metric.

\n@param metricName The name for the alarm's associated metric.*/", "getterDocumentation" : "/**

The name for the alarm's associated metric.

\n@return The name for the alarm's associated metric.*/", "fluentSetterDocumentation" : "/**

The name for the alarm's associated metric.

\n@param metricName The name for the alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name for the alarm's associated metric.

\n@param metricName The name for the alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ActionsEnabled" : { "documentation" : "

Indicates whether or not actions should be executed during any changes to the alarm's state.

", "name" : "ActionsEnabled", "c2jName" : "ActionsEnabled", "c2jShape" : "ActionsEnabled", "variable" : { "variableName" : "actionsEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates whether or not actions should be executed during any changes to the alarm's state.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "actionsEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ActionsEnabled", "marshallLocationName" : "ActionsEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates whether or not actions should be executed during any changes to the alarm's state.

\n@param actionsEnabled Indicates whether or not actions should be executed during any changes to the alarm's state.*/", "getterDocumentation" : "/**

Indicates whether or not actions should be executed during any changes to the alarm's state.

\n@return Indicates whether or not actions should be executed during any changes to the alarm's state.*/", "fluentSetterDocumentation" : "/**

Indicates whether or not actions should be executed during any changes to the alarm's state.

\n@param actionsEnabled Indicates whether or not actions should be executed during any changes to the alarm's state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Indicates whether or not actions should be executed during any changes to the alarm's state.

\n@param actionsEnabled Indicates whether or not actions should be executed during any changes to the alarm's state.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AlarmName" : { "documentation" : "

The descriptive name for the alarm. This name must be unique within the user's AWS account

", "name" : "AlarmName", "c2jName" : "AlarmName", "c2jShape" : "AlarmName", "variable" : { "variableName" : "alarmName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The descriptive name for the alarm. This name must be unique within the user's AWS account

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alarmName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmName", "marshallLocationName" : "AlarmName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The descriptive name for the alarm. This name must be unique within the user's AWS account

\n@param alarmName The descriptive name for the alarm. This name must be unique within the user's AWS account*/", "getterDocumentation" : "/**

The descriptive name for the alarm. This name must be unique within the user's AWS account

\n@return The descriptive name for the alarm. This name must be unique within the user's AWS account*/", "fluentSetterDocumentation" : "/**

The descriptive name for the alarm. This name must be unique within the user's AWS account

\n@param alarmName The descriptive name for the alarm. This name must be unique within the user's AWS account\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The descriptive name for the alarm. This name must be unique within the user's AWS account

\n@param alarmName The descriptive name for the alarm. This name must be unique within the user's AWS account\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AlarmDescription" : { "documentation" : "

The description for the alarm.

", "name" : "AlarmDescription", "c2jName" : "AlarmDescription", "c2jShape" : "AlarmDescription", "variable" : { "variableName" : "alarmDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description for the alarm.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alarmDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmDescription", "marshallLocationName" : "AlarmDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description for the alarm.

\n@param alarmDescription The description for the alarm.*/", "getterDocumentation" : "/**

The description for the alarm.

\n@return The description for the alarm.*/", "fluentSetterDocumentation" : "/**

The description for the alarm.

\n@param alarmDescription The description for the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description for the alarm.

\n@param alarmDescription The description for the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Statistic" : { "documentation" : "

The statistic to apply to the alarm's associated metric.

", "name" : "Statistic", "c2jName" : "Statistic", "c2jShape" : "Statistic", "variable" : { "variableName" : "statistic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The statistic to apply to the alarm's associated metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statistic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Statistic", "marshallLocationName" : "Statistic", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "Statistic", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The statistic to apply to the alarm's associated metric.

\n@param statistic The statistic to apply to the alarm's associated metric.\n@see Statistic*/", "getterDocumentation" : "/**

The statistic to apply to the alarm's associated metric.

\n@return The statistic to apply to the alarm's associated metric.\n@see Statistic*/", "fluentSetterDocumentation" : "/**

The statistic to apply to the alarm's associated metric.

\n@param statistic The statistic to apply to the alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/", "varargSetterDocumentation" : "/**

The statistic to apply to the alarm's associated metric.

\n@param statistic The statistic to apply to the alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/" }, "InsufficientDataActions" : { "documentation" : "

The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

", "name" : "InsufficientDataActions", "c2jName" : "InsufficientDataActions", "c2jShape" : "ResourceList", "variable" : { "variableName" : "insufficientDataActions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "insufficientDataActions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "InsufficientDataActions", "marshallLocationName" : "InsufficientDataActions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ResourceName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

\n@param insufficientDataActions The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.*/", "getterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

\n@return The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.*/", "fluentSetterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

\n@param insufficientDataActions The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setInsufficientDataActions(java.util.Collection)} or {@link #withInsufficientDataActions(java.util.Collection)} if you want to override the existing values.

\n@param insufficientDataActions The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

Valid Values: arn:aws:automate:region (e.g., us-east-1):ec2:stop | arn:aws:automate:region (e.g., us-east-1):ec2:terminate | arn:aws:automate:region (e.g., us-east-1):ec2:recover

Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{customer-account}:action/actions/AWS_EC2.InstanceId.Reboot/1.0

Note: You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Threshold" : { "documentation" : "

The value against which the specified statistic is compared.

", "name" : "Threshold", "c2jName" : "Threshold", "c2jShape" : "Threshold", "variable" : { "variableName" : "threshold", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The value against which the specified statistic is compared.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "threshold", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "Threshold", "marshallLocationName" : "Threshold", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value against which the specified statistic is compared.

\n@param threshold The value against which the specified statistic is compared.*/", "getterDocumentation" : "/**

The value against which the specified statistic is compared.

\n@return The value against which the specified statistic is compared.*/", "fluentSetterDocumentation" : "/**

The value against which the specified statistic is compared.

\n@param threshold The value against which the specified statistic is compared.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value against which the specified statistic is compared.

\n@param threshold The value against which the specified statistic is compared.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DisableAlarmActionsRequest" : { "c2jName" : "DisableAlarmActionsInput", "documentation" : "

", "shapeName" : "DisableAlarmActionsRequest", "deprecated" : false, "required" : [ "AlarmNames" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The names of the alarms to disable actions for.

", "name" : "AlarmNames", "c2jName" : "AlarmNames", "c2jShape" : "AlarmNames", "variable" : { "variableName" : "alarmNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The names of the alarms to disable actions for.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "alarmNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmNames", "marshallLocationName" : "AlarmNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AlarmName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The names of the alarms to disable actions for.

\n@param alarmNames The names of the alarms to disable actions for.*/", "getterDocumentation" : "/**

The names of the alarms to disable actions for.

\n@return The names of the alarms to disable actions for.*/", "fluentSetterDocumentation" : "/**

The names of the alarms to disable actions for.

\n@param alarmNames The names of the alarms to disable actions for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The names of the alarms to disable actions for.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAlarmNames(java.util.Collection)} or {@link #withAlarmNames(java.util.Collection)} if you want to override the existing values.

\n@param alarmNames The names of the alarms to disable actions for.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "disableAlarmActionsRequest", "variableType" : "DisableAlarmActionsRequest", "variableDeclarationType" : "DisableAlarmActionsRequest", "documentation" : null, "simpleType" : "DisableAlarmActionsRequest", "variableSetterType" : "DisableAlarmActionsRequest" }, "marshaller" : { "action" : "DisableAlarmActions", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AlarmNames" : { "documentation" : "

The names of the alarms to disable actions for.

", "name" : "AlarmNames", "c2jName" : "AlarmNames", "c2jShape" : "AlarmNames", "variable" : { "variableName" : "alarmNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The names of the alarms to disable actions for.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "alarmNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmNames", "marshallLocationName" : "AlarmNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AlarmName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The names of the alarms to disable actions for.

\n@param alarmNames The names of the alarms to disable actions for.*/", "getterDocumentation" : "/**

The names of the alarms to disable actions for.

\n@return The names of the alarms to disable actions for.*/", "fluentSetterDocumentation" : "/**

The names of the alarms to disable actions for.

\n@param alarmNames The names of the alarms to disable actions for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The names of the alarms to disable actions for.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAlarmNames(java.util.Collection)} or {@link #withAlarmNames(java.util.Collection)} if you want to override the existing values.

\n@param alarmNames The names of the alarms to disable actions for.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PutMetricDataRequest" : { "c2jName" : "PutMetricDataInput", "documentation" : "

Describes the inputs for PutMetricData.

", "shapeName" : "PutMetricDataRequest", "deprecated" : false, "required" : [ "Namespace", "MetricData" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The namespace for the metric data.

You cannot specify a namespace that begins with \"AWS/\". Namespaces that begin with \"AWS/\" are reserved for other Amazon Web Services products that send metrics to Amazon CloudWatch.

", "name" : "Namespace", "c2jName" : "Namespace", "c2jShape" : "Namespace", "variable" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The namespace for the metric data.

You cannot specify a namespace that begins with \"AWS/\". Namespaces that begin with \"AWS/\" are reserved for other Amazon Web Services products that send metrics to Amazon CloudWatch.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Namespace", "marshallLocationName" : "Namespace", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The namespace for the metric data.

You cannot specify a namespace that begins with \"AWS/\". Namespaces that begin with \"AWS/\" are reserved for other Amazon Web Services products that send metrics to Amazon CloudWatch.

\n@param namespace The namespace for the metric data.

You cannot specify a namespace that begins with \"AWS/\". Namespaces that begin with \"AWS/\" are reserved for other Amazon Web Services products that send metrics to Amazon CloudWatch.

*/", "getterDocumentation" : "/**

The namespace for the metric data.

You cannot specify a namespace that begins with \"AWS/\". Namespaces that begin with \"AWS/\" are reserved for other Amazon Web Services products that send metrics to Amazon CloudWatch.

\n@return The namespace for the metric data.

You cannot specify a namespace that begins with \"AWS/\". Namespaces that begin with \"AWS/\" are reserved for other Amazon Web Services products that send metrics to Amazon CloudWatch.

*/", "fluentSetterDocumentation" : "/**

The namespace for the metric data.

You cannot specify a namespace that begins with \"AWS/\". Namespaces that begin with \"AWS/\" are reserved for other Amazon Web Services products that send metrics to Amazon CloudWatch.

\n@param namespace The namespace for the metric data.

You cannot specify a namespace that begins with \"AWS/\". Namespaces that begin with \"AWS/\" are reserved for other Amazon Web Services products that send metrics to Amazon CloudWatch.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The namespace for the metric data.

You cannot specify a namespace that begins with \"AWS/\". Namespaces that begin with \"AWS/\" are reserved for other Amazon Web Services products that send metrics to Amazon CloudWatch.

\n@param namespace The namespace for the metric data.

You cannot specify a namespace that begins with \"AWS/\". Namespaces that begin with \"AWS/\" are reserved for other Amazon Web Services products that send metrics to Amazon CloudWatch.

\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of data describing the metric.

", "name" : "MetricData", "c2jName" : "MetricData", "c2jShape" : "MetricData", "variable" : { "variableName" : "metricData", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of data describing the metric.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "metricData", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricData", "marshallLocationName" : "MetricData", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "MetricDatum", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "MetricDatum", "variable" : { "variableName" : "member", "variableType" : "MetricDatum", "variableDeclarationType" : "MetricDatum", "documentation" : "", "simpleType" : "MetricDatum", "variableSetterType" : "MetricDatum" }, "setterModel" : { "variableName" : "member", "variableType" : "MetricDatum", "variableDeclarationType" : "MetricDatum", "documentation" : "", "simpleType" : "MetricDatum", "variableSetterType" : "MetricDatum" }, "getterModel" : { "returnType" : "MetricDatum", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "MetricDatum", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of data describing the metric.

\n@param metricData A list of data describing the metric.*/", "getterDocumentation" : "/**

A list of data describing the metric.

\n@return A list of data describing the metric.*/", "fluentSetterDocumentation" : "/**

A list of data describing the metric.

\n@param metricData A list of data describing the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of data describing the metric.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setMetricData(java.util.Collection)} or {@link #withMetricData(java.util.Collection)} if you want to override the existing values.

\n@param metricData A list of data describing the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "putMetricDataRequest", "variableType" : "PutMetricDataRequest", "variableDeclarationType" : "PutMetricDataRequest", "documentation" : null, "simpleType" : "PutMetricDataRequest", "variableSetterType" : "PutMetricDataRequest" }, "marshaller" : { "action" : "PutMetricData", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Namespace" : { "documentation" : "

The namespace for the metric data.

You cannot specify a namespace that begins with \"AWS/\". Namespaces that begin with \"AWS/\" are reserved for other Amazon Web Services products that send metrics to Amazon CloudWatch.

", "name" : "Namespace", "c2jName" : "Namespace", "c2jShape" : "Namespace", "variable" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The namespace for the metric data.

You cannot specify a namespace that begins with \"AWS/\". Namespaces that begin with \"AWS/\" are reserved for other Amazon Web Services products that send metrics to Amazon CloudWatch.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Namespace", "marshallLocationName" : "Namespace", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The namespace for the metric data.

You cannot specify a namespace that begins with \"AWS/\". Namespaces that begin with \"AWS/\" are reserved for other Amazon Web Services products that send metrics to Amazon CloudWatch.

\n@param namespace The namespace for the metric data.

You cannot specify a namespace that begins with \"AWS/\". Namespaces that begin with \"AWS/\" are reserved for other Amazon Web Services products that send metrics to Amazon CloudWatch.

*/", "getterDocumentation" : "/**

The namespace for the metric data.

You cannot specify a namespace that begins with \"AWS/\". Namespaces that begin with \"AWS/\" are reserved for other Amazon Web Services products that send metrics to Amazon CloudWatch.

\n@return The namespace for the metric data.

You cannot specify a namespace that begins with \"AWS/\". Namespaces that begin with \"AWS/\" are reserved for other Amazon Web Services products that send metrics to Amazon CloudWatch.

*/", "fluentSetterDocumentation" : "/**

The namespace for the metric data.

You cannot specify a namespace that begins with \"AWS/\". Namespaces that begin with \"AWS/\" are reserved for other Amazon Web Services products that send metrics to Amazon CloudWatch.

\n@param namespace The namespace for the metric data.

You cannot specify a namespace that begins with \"AWS/\". Namespaces that begin with \"AWS/\" are reserved for other Amazon Web Services products that send metrics to Amazon CloudWatch.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The namespace for the metric data.

You cannot specify a namespace that begins with \"AWS/\". Namespaces that begin with \"AWS/\" are reserved for other Amazon Web Services products that send metrics to Amazon CloudWatch.

\n@param namespace The namespace for the metric data.

You cannot specify a namespace that begins with \"AWS/\". Namespaces that begin with \"AWS/\" are reserved for other Amazon Web Services products that send metrics to Amazon CloudWatch.

\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MetricData" : { "documentation" : "

A list of data describing the metric.

", "name" : "MetricData", "c2jName" : "MetricData", "c2jShape" : "MetricData", "variable" : { "variableName" : "metricData", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of data describing the metric.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "metricData", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricData", "marshallLocationName" : "MetricData", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "MetricDatum", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "MetricDatum", "variable" : { "variableName" : "member", "variableType" : "MetricDatum", "variableDeclarationType" : "MetricDatum", "documentation" : "", "simpleType" : "MetricDatum", "variableSetterType" : "MetricDatum" }, "setterModel" : { "variableName" : "member", "variableType" : "MetricDatum", "variableDeclarationType" : "MetricDatum", "documentation" : "", "simpleType" : "MetricDatum", "variableSetterType" : "MetricDatum" }, "getterModel" : { "returnType" : "MetricDatum", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "MetricDatum", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of data describing the metric.

\n@param metricData A list of data describing the metric.*/", "getterDocumentation" : "/**

A list of data describing the metric.

\n@return A list of data describing the metric.*/", "fluentSetterDocumentation" : "/**

A list of data describing the metric.

\n@param metricData A list of data describing the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of data describing the metric.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setMetricData(java.util.Collection)} or {@link #withMetricData(java.util.Collection)} if you want to override the existing values.

\n@param metricData A list of data describing the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetMetricStatisticsResult" : { "c2jName" : "GetMetricStatisticsOutput", "documentation" : "

The output for GetMetricStatistics.

", "shapeName" : "GetMetricStatisticsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A label describing the specified metric.

", "name" : "Label", "c2jName" : "Label", "c2jShape" : "MetricLabel", "variable" : { "variableName" : "label", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A label describing the specified metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "label", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Label", "marshallLocationName" : "Label", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A label describing the specified metric.

\n@param label A label describing the specified metric.*/", "getterDocumentation" : "/**

A label describing the specified metric.

\n@return A label describing the specified metric.*/", "fluentSetterDocumentation" : "/**

A label describing the specified metric.

\n@param label A label describing the specified metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A label describing the specified metric.

\n@param label A label describing the specified metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The datapoints for the specified metric.

", "name" : "Datapoints", "c2jName" : "Datapoints", "c2jShape" : "Datapoints", "variable" : { "variableName" : "datapoints", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The datapoints for the specified metric.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "datapoints", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Datapoints", "marshallLocationName" : "Datapoints", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Datapoint", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Datapoint", "variable" : { "variableName" : "member", "variableType" : "Datapoint", "variableDeclarationType" : "Datapoint", "documentation" : "", "simpleType" : "Datapoint", "variableSetterType" : "Datapoint" }, "setterModel" : { "variableName" : "member", "variableType" : "Datapoint", "variableDeclarationType" : "Datapoint", "documentation" : "", "simpleType" : "Datapoint", "variableSetterType" : "Datapoint" }, "getterModel" : { "returnType" : "Datapoint", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Datapoint", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The datapoints for the specified metric.

\n@param datapoints The datapoints for the specified metric.*/", "getterDocumentation" : "/**

The datapoints for the specified metric.

\n@return The datapoints for the specified metric.*/", "fluentSetterDocumentation" : "/**

The datapoints for the specified metric.

\n@param datapoints The datapoints for the specified metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The datapoints for the specified metric.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDatapoints(java.util.Collection)} or {@link #withDatapoints(java.util.Collection)} if you want to override the existing values.

\n@param datapoints The datapoints for the specified metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getMetricStatisticsResult", "variableType" : "GetMetricStatisticsResult", "variableDeclarationType" : "GetMetricStatisticsResult", "documentation" : null, "simpleType" : "GetMetricStatisticsResult", "variableSetterType" : "GetMetricStatisticsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "GetMetricStatisticsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Label" : { "documentation" : "

A label describing the specified metric.

", "name" : "Label", "c2jName" : "Label", "c2jShape" : "MetricLabel", "variable" : { "variableName" : "label", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A label describing the specified metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "label", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Label", "marshallLocationName" : "Label", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A label describing the specified metric.

\n@param label A label describing the specified metric.*/", "getterDocumentation" : "/**

A label describing the specified metric.

\n@return A label describing the specified metric.*/", "fluentSetterDocumentation" : "/**

A label describing the specified metric.

\n@param label A label describing the specified metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A label describing the specified metric.

\n@param label A label describing the specified metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Datapoints" : { "documentation" : "

The datapoints for the specified metric.

", "name" : "Datapoints", "c2jName" : "Datapoints", "c2jShape" : "Datapoints", "variable" : { "variableName" : "datapoints", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The datapoints for the specified metric.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "datapoints", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Datapoints", "marshallLocationName" : "Datapoints", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Datapoint", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Datapoint", "variable" : { "variableName" : "member", "variableType" : "Datapoint", "variableDeclarationType" : "Datapoint", "documentation" : "", "simpleType" : "Datapoint", "variableSetterType" : "Datapoint" }, "setterModel" : { "variableName" : "member", "variableType" : "Datapoint", "variableDeclarationType" : "Datapoint", "documentation" : "", "simpleType" : "Datapoint", "variableSetterType" : "Datapoint" }, "getterModel" : { "returnType" : "Datapoint", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Datapoint", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The datapoints for the specified metric.

\n@param datapoints The datapoints for the specified metric.*/", "getterDocumentation" : "/**

The datapoints for the specified metric.

\n@return The datapoints for the specified metric.*/", "fluentSetterDocumentation" : "/**

The datapoints for the specified metric.

\n@param datapoints The datapoints for the specified metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The datapoints for the specified metric.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDatapoints(java.util.Collection)} or {@link #withDatapoints(java.util.Collection)} if you want to override the existing values.

\n@param datapoints The datapoints for the specified metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "HistoryItemType" : { "c2jName" : "HistoryItemType", "documentation" : "", "shapeName" : "HistoryItemType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "ConfigurationUpdate", "value" : "ConfigurationUpdate" }, { "name" : "StateUpdate", "value" : "StateUpdate" }, { "name" : "Action", "value" : "Action" } ], "variable" : { "variableName" : "historyItemType", "variableType" : "HistoryItemType", "variableDeclarationType" : "HistoryItemType", "documentation" : null, "simpleType" : "HistoryItemType", "variableSetterType" : "HistoryItemType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeAlarmsRequest" : { "c2jName" : "DescribeAlarmsInput", "documentation" : "

Describes the inputs for DescribeAlarms.

", "shapeName" : "DescribeAlarmsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A list of alarm names to retrieve information for.

", "name" : "AlarmNames", "c2jName" : "AlarmNames", "c2jShape" : "AlarmNames", "variable" : { "variableName" : "alarmNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of alarm names to retrieve information for.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "alarmNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmNames", "marshallLocationName" : "AlarmNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AlarmName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of alarm names to retrieve information for.

\n@param alarmNames A list of alarm names to retrieve information for.*/", "getterDocumentation" : "/**

A list of alarm names to retrieve information for.

\n@return A list of alarm names to retrieve information for.*/", "fluentSetterDocumentation" : "/**

A list of alarm names to retrieve information for.

\n@param alarmNames A list of alarm names to retrieve information for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of alarm names to retrieve information for.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAlarmNames(java.util.Collection)} or {@link #withAlarmNames(java.util.Collection)} if you want to override the existing values.

\n@param alarmNames A list of alarm names to retrieve information for.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The alarm name prefix. AlarmNames cannot be specified if this parameter is specified.

", "name" : "AlarmNamePrefix", "c2jName" : "AlarmNamePrefix", "c2jShape" : "AlarmNamePrefix", "variable" : { "variableName" : "alarmNamePrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The alarm name prefix. AlarmNames cannot be specified if this parameter is specified.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alarmNamePrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmNamePrefix", "marshallLocationName" : "AlarmNamePrefix", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The alarm name prefix. AlarmNames cannot be specified if this parameter is specified.

\n@param alarmNamePrefix The alarm name prefix. AlarmNames cannot be specified if this parameter is specified.*/", "getterDocumentation" : "/**

The alarm name prefix. AlarmNames cannot be specified if this parameter is specified.

\n@return The alarm name prefix. AlarmNames cannot be specified if this parameter is specified.*/", "fluentSetterDocumentation" : "/**

The alarm name prefix. AlarmNames cannot be specified if this parameter is specified.

\n@param alarmNamePrefix The alarm name prefix. AlarmNames cannot be specified if this parameter is specified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The alarm name prefix. AlarmNames cannot be specified if this parameter is specified.

\n@param alarmNamePrefix The alarm name prefix. AlarmNames cannot be specified if this parameter is specified.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The state value to be used in matching alarms.

", "name" : "StateValue", "c2jName" : "StateValue", "c2jShape" : "StateValue", "variable" : { "variableName" : "stateValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The state value to be used in matching alarms.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stateValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StateValue", "marshallLocationName" : "StateValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StateValue", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The state value to be used in matching alarms.

\n@param stateValue The state value to be used in matching alarms.\n@see StateValue*/", "getterDocumentation" : "/**

The state value to be used in matching alarms.

\n@return The state value to be used in matching alarms.\n@see StateValue*/", "fluentSetterDocumentation" : "/**

The state value to be used in matching alarms.

\n@param stateValue The state value to be used in matching alarms.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StateValue*/", "varargSetterDocumentation" : "/**

The state value to be used in matching alarms.

\n@param stateValue The state value to be used in matching alarms.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StateValue*/" }, { "documentation" : "

The action name prefix.

", "name" : "ActionPrefix", "c2jName" : "ActionPrefix", "c2jShape" : "ActionPrefix", "variable" : { "variableName" : "actionPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The action name prefix.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "actionPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ActionPrefix", "marshallLocationName" : "ActionPrefix", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The action name prefix.

\n@param actionPrefix The action name prefix.*/", "getterDocumentation" : "/**

The action name prefix.

\n@return The action name prefix.*/", "fluentSetterDocumentation" : "/**

The action name prefix.

\n@param actionPrefix The action name prefix.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The action name prefix.

\n@param actionPrefix The action name prefix.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of alarm descriptions to retrieve.

", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "MaxRecords", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of alarm descriptions to retrieve.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of alarm descriptions to retrieve.

\n@param maxRecords The maximum number of alarm descriptions to retrieve.*/", "getterDocumentation" : "/**

The maximum number of alarm descriptions to retrieve.

\n@return The maximum number of alarm descriptions to retrieve.*/", "fluentSetterDocumentation" : "/**

The maximum number of alarm descriptions to retrieve.

\n@param maxRecords The maximum number of alarm descriptions to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of alarm descriptions to retrieve.

\n@param maxRecords The maximum number of alarm descriptions to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The token returned by a previous call to indicate that there is more data available.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The token returned by a previous call to indicate that there is more data available.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The token returned by a previous call to indicate that there is more data available.

\n@param nextToken The token returned by a previous call to indicate that there is more data available.*/", "getterDocumentation" : "/**

The token returned by a previous call to indicate that there is more data available.

\n@return The token returned by a previous call to indicate that there is more data available.*/", "fluentSetterDocumentation" : "/**

The token returned by a previous call to indicate that there is more data available.

\n@param nextToken The token returned by a previous call to indicate that there is more data available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The token returned by a previous call to indicate that there is more data available.

\n@param nextToken The token returned by a previous call to indicate that there is more data available.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeAlarmsRequest", "variableType" : "DescribeAlarmsRequest", "variableDeclarationType" : "DescribeAlarmsRequest", "documentation" : null, "simpleType" : "DescribeAlarmsRequest", "variableSetterType" : "DescribeAlarmsRequest" }, "marshaller" : { "action" : "DescribeAlarms", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AlarmNames" : { "documentation" : "

A list of alarm names to retrieve information for.

", "name" : "AlarmNames", "c2jName" : "AlarmNames", "c2jShape" : "AlarmNames", "variable" : { "variableName" : "alarmNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of alarm names to retrieve information for.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "alarmNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmNames", "marshallLocationName" : "AlarmNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AlarmName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of alarm names to retrieve information for.

\n@param alarmNames A list of alarm names to retrieve information for.*/", "getterDocumentation" : "/**

A list of alarm names to retrieve information for.

\n@return A list of alarm names to retrieve information for.*/", "fluentSetterDocumentation" : "/**

A list of alarm names to retrieve information for.

\n@param alarmNames A list of alarm names to retrieve information for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of alarm names to retrieve information for.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAlarmNames(java.util.Collection)} or {@link #withAlarmNames(java.util.Collection)} if you want to override the existing values.

\n@param alarmNames A list of alarm names to retrieve information for.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

The token returned by a previous call to indicate that there is more data available.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The token returned by a previous call to indicate that there is more data available.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The token returned by a previous call to indicate that there is more data available.

\n@param nextToken The token returned by a previous call to indicate that there is more data available.*/", "getterDocumentation" : "/**

The token returned by a previous call to indicate that there is more data available.

\n@return The token returned by a previous call to indicate that there is more data available.*/", "fluentSetterDocumentation" : "/**

The token returned by a previous call to indicate that there is more data available.

\n@param nextToken The token returned by a previous call to indicate that there is more data available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The token returned by a previous call to indicate that there is more data available.

\n@param nextToken The token returned by a previous call to indicate that there is more data available.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ActionPrefix" : { "documentation" : "

The action name prefix.

", "name" : "ActionPrefix", "c2jName" : "ActionPrefix", "c2jShape" : "ActionPrefix", "variable" : { "variableName" : "actionPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The action name prefix.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "actionPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ActionPrefix", "marshallLocationName" : "ActionPrefix", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The action name prefix.

\n@param actionPrefix The action name prefix.*/", "getterDocumentation" : "/**

The action name prefix.

\n@return The action name prefix.*/", "fluentSetterDocumentation" : "/**

The action name prefix.

\n@param actionPrefix The action name prefix.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The action name prefix.

\n@param actionPrefix The action name prefix.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StateValue" : { "documentation" : "

The state value to be used in matching alarms.

", "name" : "StateValue", "c2jName" : "StateValue", "c2jShape" : "StateValue", "variable" : { "variableName" : "stateValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The state value to be used in matching alarms.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stateValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StateValue", "marshallLocationName" : "StateValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StateValue", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The state value to be used in matching alarms.

\n@param stateValue The state value to be used in matching alarms.\n@see StateValue*/", "getterDocumentation" : "/**

The state value to be used in matching alarms.

\n@return The state value to be used in matching alarms.\n@see StateValue*/", "fluentSetterDocumentation" : "/**

The state value to be used in matching alarms.

\n@param stateValue The state value to be used in matching alarms.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StateValue*/", "varargSetterDocumentation" : "/**

The state value to be used in matching alarms.

\n@param stateValue The state value to be used in matching alarms.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StateValue*/" }, "AlarmNamePrefix" : { "documentation" : "

The alarm name prefix. AlarmNames cannot be specified if this parameter is specified.

", "name" : "AlarmNamePrefix", "c2jName" : "AlarmNamePrefix", "c2jShape" : "AlarmNamePrefix", "variable" : { "variableName" : "alarmNamePrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The alarm name prefix. AlarmNames cannot be specified if this parameter is specified.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alarmNamePrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmNamePrefix", "marshallLocationName" : "AlarmNamePrefix", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The alarm name prefix. AlarmNames cannot be specified if this parameter is specified.

\n@param alarmNamePrefix The alarm name prefix. AlarmNames cannot be specified if this parameter is specified.*/", "getterDocumentation" : "/**

The alarm name prefix. AlarmNames cannot be specified if this parameter is specified.

\n@return The alarm name prefix. AlarmNames cannot be specified if this parameter is specified.*/", "fluentSetterDocumentation" : "/**

The alarm name prefix. AlarmNames cannot be specified if this parameter is specified.

\n@param alarmNamePrefix The alarm name prefix. AlarmNames cannot be specified if this parameter is specified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The alarm name prefix. AlarmNames cannot be specified if this parameter is specified.

\n@param alarmNamePrefix The alarm name prefix. AlarmNames cannot be specified if this parameter is specified.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

The maximum number of alarm descriptions to retrieve.

", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "MaxRecords", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of alarm descriptions to retrieve.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of alarm descriptions to retrieve.

\n@param maxRecords The maximum number of alarm descriptions to retrieve.*/", "getterDocumentation" : "/**

The maximum number of alarm descriptions to retrieve.

\n@return The maximum number of alarm descriptions to retrieve.*/", "fluentSetterDocumentation" : "/**

The maximum number of alarm descriptions to retrieve.

\n@param maxRecords The maximum number of alarm descriptions to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of alarm descriptions to retrieve.

\n@param maxRecords The maximum number of alarm descriptions to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListMetricsResult" : { "c2jName" : "ListMetricsOutput", "documentation" : "

The output for ListMetrics.

", "shapeName" : "ListMetricsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A list of metrics used to generate statistics for an AWS account.

", "name" : "Metrics", "c2jName" : "Metrics", "c2jShape" : "Metrics", "variable" : { "variableName" : "metrics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of metrics used to generate statistics for an AWS account.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "metrics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Metrics", "marshallLocationName" : "Metrics", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Metric", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Metric", "variable" : { "variableName" : "member", "variableType" : "Metric", "variableDeclarationType" : "Metric", "documentation" : "", "simpleType" : "Metric", "variableSetterType" : "Metric" }, "setterModel" : { "variableName" : "member", "variableType" : "Metric", "variableDeclarationType" : "Metric", "documentation" : "", "simpleType" : "Metric", "variableSetterType" : "Metric" }, "getterModel" : { "returnType" : "Metric", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Metric", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of metrics used to generate statistics for an AWS account.

\n@param metrics A list of metrics used to generate statistics for an AWS account.*/", "getterDocumentation" : "/**

A list of metrics used to generate statistics for an AWS account.

\n@return A list of metrics used to generate statistics for an AWS account.*/", "fluentSetterDocumentation" : "/**

A list of metrics used to generate statistics for an AWS account.

\n@param metrics A list of metrics used to generate statistics for an AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of metrics used to generate statistics for an AWS account.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setMetrics(java.util.Collection)} or {@link #withMetrics(java.util.Collection)} if you want to override the existing values.

\n@param metrics A list of metrics used to generate statistics for an AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A string that marks the start of the next batch of returned results.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A string that marks the start of the next batch of returned results.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A string that marks the start of the next batch of returned results.

\n@param nextToken A string that marks the start of the next batch of returned results.*/", "getterDocumentation" : "/**

A string that marks the start of the next batch of returned results.

\n@return A string that marks the start of the next batch of returned results.*/", "fluentSetterDocumentation" : "/**

A string that marks the start of the next batch of returned results.

\n@param nextToken A string that marks the start of the next batch of returned results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A string that marks the start of the next batch of returned results.

\n@param nextToken A string that marks the start of the next batch of returned results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listMetricsResult", "variableType" : "ListMetricsResult", "variableDeclarationType" : "ListMetricsResult", "documentation" : null, "simpleType" : "ListMetricsResult", "variableSetterType" : "ListMetricsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "ListMetricsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Metrics" : { "documentation" : "

A list of metrics used to generate statistics for an AWS account.

", "name" : "Metrics", "c2jName" : "Metrics", "c2jShape" : "Metrics", "variable" : { "variableName" : "metrics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of metrics used to generate statistics for an AWS account.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "metrics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Metrics", "marshallLocationName" : "Metrics", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Metric", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Metric", "variable" : { "variableName" : "member", "variableType" : "Metric", "variableDeclarationType" : "Metric", "documentation" : "", "simpleType" : "Metric", "variableSetterType" : "Metric" }, "setterModel" : { "variableName" : "member", "variableType" : "Metric", "variableDeclarationType" : "Metric", "documentation" : "", "simpleType" : "Metric", "variableSetterType" : "Metric" }, "getterModel" : { "returnType" : "Metric", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Metric", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of metrics used to generate statistics for an AWS account.

\n@param metrics A list of metrics used to generate statistics for an AWS account.*/", "getterDocumentation" : "/**

A list of metrics used to generate statistics for an AWS account.

\n@return A list of metrics used to generate statistics for an AWS account.*/", "fluentSetterDocumentation" : "/**

A list of metrics used to generate statistics for an AWS account.

\n@param metrics A list of metrics used to generate statistics for an AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of metrics used to generate statistics for an AWS account.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setMetrics(java.util.Collection)} or {@link #withMetrics(java.util.Collection)} if you want to override the existing values.

\n@param metrics A list of metrics used to generate statistics for an AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

A string that marks the start of the next batch of returned results.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A string that marks the start of the next batch of returned results.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A string that marks the start of the next batch of returned results.

\n@param nextToken A string that marks the start of the next batch of returned results.*/", "getterDocumentation" : "/**

A string that marks the start of the next batch of returned results.

\n@return A string that marks the start of the next batch of returned results.*/", "fluentSetterDocumentation" : "/**

A string that marks the start of the next batch of returned results.

\n@param nextToken A string that marks the start of the next batch of returned results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A string that marks the start of the next batch of returned results.

\n@param nextToken A string that marks the start of the next batch of returned results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DisableAlarmActionsResult" : { "c2jName" : "DisableAlarmActionsResult", "documentation" : null, "shapeName" : "DisableAlarmActionsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "disableAlarmActionsResult", "variableType" : "DisableAlarmActionsResult", "variableDeclarationType" : "DisableAlarmActionsResult", "documentation" : null, "simpleType" : "DisableAlarmActionsResult", "variableSetterType" : "DisableAlarmActionsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidFormatException" : { "c2jName" : "InvalidFormatFault", "documentation" : "

Data was not syntactically valid JSON.

", "shapeName" : "InvalidFormatException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidFormatException", "variableType" : "InvalidFormatException", "variableDeclarationType" : "InvalidFormatException", "documentation" : null, "simpleType" : "InvalidFormatException", "variableSetterType" : "InvalidFormatException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidFormat", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "MissingRequiredParameterException" : { "c2jName" : "MissingRequiredParameterException", "documentation" : "

An input parameter that is mandatory for processing the request is not supplied.

", "shapeName" : "MissingRequiredParameterException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "missingRequiredParameterException", "variableType" : "MissingRequiredParameterException", "variableDeclarationType" : "MissingRequiredParameterException", "documentation" : null, "simpleType" : "MissingRequiredParameterException", "variableSetterType" : "MissingRequiredParameterException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "MissingParameter", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SetAlarmStateResult" : { "c2jName" : "SetAlarmStateResult", "documentation" : null, "shapeName" : "SetAlarmStateResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "setAlarmStateResult", "variableType" : "SetAlarmStateResult", "variableDeclarationType" : "SetAlarmStateResult", "documentation" : null, "simpleType" : "SetAlarmStateResult", "variableSetterType" : "SetAlarmStateResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "MetricAlarm" : { "c2jName" : "MetricAlarm", "documentation" : "

The MetricAlarm data type represents an alarm. You can use PutMetricAlarm to create or update an alarm.

", "shapeName" : "MetricAlarm", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the alarm.

", "name" : "AlarmName", "c2jName" : "AlarmName", "c2jShape" : "AlarmName", "variable" : { "variableName" : "alarmName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the alarm.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alarmName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmName", "marshallLocationName" : "AlarmName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the alarm.

\n@param alarmName The name of the alarm.*/", "getterDocumentation" : "/**

The name of the alarm.

\n@return The name of the alarm.*/", "fluentSetterDocumentation" : "/**

The name of the alarm.

\n@param alarmName The name of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the alarm.

\n@param alarmName The name of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Amazon Resource Name (ARN) of the alarm.

", "name" : "AlarmArn", "c2jName" : "AlarmArn", "c2jShape" : "AlarmArn", "variable" : { "variableName" : "alarmArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the alarm.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alarmArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmArn", "marshallLocationName" : "AlarmArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the alarm.

\n@param alarmArn The Amazon Resource Name (ARN) of the alarm.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the alarm.

\n@return The Amazon Resource Name (ARN) of the alarm.*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the alarm.

\n@param alarmArn The Amazon Resource Name (ARN) of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the alarm.

\n@param alarmArn The Amazon Resource Name (ARN) of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description for the alarm.

", "name" : "AlarmDescription", "c2jName" : "AlarmDescription", "c2jShape" : "AlarmDescription", "variable" : { "variableName" : "alarmDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description for the alarm.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alarmDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmDescription", "marshallLocationName" : "AlarmDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description for the alarm.

\n@param alarmDescription The description for the alarm.*/", "getterDocumentation" : "/**

The description for the alarm.

\n@return The description for the alarm.*/", "fluentSetterDocumentation" : "/**

The description for the alarm.

\n@param alarmDescription The description for the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description for the alarm.

\n@param alarmDescription The description for the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The time stamp of the last update to the alarm configuration.

", "name" : "AlarmConfigurationUpdatedTimestamp", "c2jName" : "AlarmConfigurationUpdatedTimestamp", "c2jShape" : "Timestamp", "variable" : { "variableName" : "alarmConfigurationUpdatedTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time stamp of the last update to the alarm configuration.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "alarmConfigurationUpdatedTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmConfigurationUpdatedTimestamp", "marshallLocationName" : "AlarmConfigurationUpdatedTimestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time stamp of the last update to the alarm configuration.

\n@param alarmConfigurationUpdatedTimestamp The time stamp of the last update to the alarm configuration.*/", "getterDocumentation" : "/**

The time stamp of the last update to the alarm configuration.

\n@return The time stamp of the last update to the alarm configuration.*/", "fluentSetterDocumentation" : "/**

The time stamp of the last update to the alarm configuration.

\n@param alarmConfigurationUpdatedTimestamp The time stamp of the last update to the alarm configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time stamp of the last update to the alarm configuration.

\n@param alarmConfigurationUpdatedTimestamp The time stamp of the last update to the alarm configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Indicates whether actions should be executed during any changes to the alarm's state.

", "name" : "ActionsEnabled", "c2jName" : "ActionsEnabled", "c2jShape" : "ActionsEnabled", "variable" : { "variableName" : "actionsEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates whether actions should be executed during any changes to the alarm's state.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "actionsEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ActionsEnabled", "marshallLocationName" : "ActionsEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates whether actions should be executed during any changes to the alarm's state.

\n@param actionsEnabled Indicates whether actions should be executed during any changes to the alarm's state.*/", "getterDocumentation" : "/**

Indicates whether actions should be executed during any changes to the alarm's state.

\n@return Indicates whether actions should be executed during any changes to the alarm's state.*/", "fluentSetterDocumentation" : "/**

Indicates whether actions should be executed during any changes to the alarm's state.

\n@param actionsEnabled Indicates whether actions should be executed during any changes to the alarm's state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Indicates whether actions should be executed during any changes to the alarm's state.

\n@param actionsEnabled Indicates whether actions should be executed during any changes to the alarm's state.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

", "name" : "OKActions", "c2jName" : "OKActions", "c2jShape" : "ResourceList", "variable" : { "variableName" : "oKActions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "oKActions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "OKActions", "marshallLocationName" : "OKActions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ResourceName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

\n@param oKActions The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).*/", "getterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

\n@return The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).*/", "fluentSetterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

\n@param oKActions The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setOKActions(java.util.Collection)} or {@link #withOKActions(java.util.Collection)} if you want to override the existing values.

\n@param oKActions The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

", "name" : "AlarmActions", "c2jName" : "AlarmActions", "c2jShape" : "ResourceList", "variable" : { "variableName" : "alarmActions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "alarmActions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmActions", "marshallLocationName" : "AlarmActions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ResourceName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

\n@param alarmActions The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).*/", "getterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

\n@return The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).*/", "fluentSetterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

\n@param alarmActions The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAlarmActions(java.util.Collection)} or {@link #withAlarmActions(java.util.Collection)} if you want to override the existing values.

\n@param alarmActions The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

The current WSDL lists this attribute as UnknownActions.

", "name" : "InsufficientDataActions", "c2jName" : "InsufficientDataActions", "c2jShape" : "ResourceList", "variable" : { "variableName" : "insufficientDataActions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

The current WSDL lists this attribute as UnknownActions.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "insufficientDataActions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "InsufficientDataActions", "marshallLocationName" : "InsufficientDataActions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ResourceName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

The current WSDL lists this attribute as UnknownActions.

\n@param insufficientDataActions The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

The current WSDL lists this attribute as UnknownActions.

*/", "getterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

The current WSDL lists this attribute as UnknownActions.

\n@return The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

The current WSDL lists this attribute as UnknownActions.

*/", "fluentSetterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

The current WSDL lists this attribute as UnknownActions.

\n@param insufficientDataActions The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

The current WSDL lists this attribute as UnknownActions.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

The current WSDL lists this attribute as UnknownActions.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setInsufficientDataActions(java.util.Collection)} or {@link #withInsufficientDataActions(java.util.Collection)} if you want to override the existing values.

\n@param insufficientDataActions The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

The current WSDL lists this attribute as UnknownActions.

\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The state value for the alarm.

", "name" : "StateValue", "c2jName" : "StateValue", "c2jShape" : "StateValue", "variable" : { "variableName" : "stateValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The state value for the alarm.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stateValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StateValue", "marshallLocationName" : "StateValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StateValue", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The state value for the alarm.

\n@param stateValue The state value for the alarm.\n@see StateValue*/", "getterDocumentation" : "/**

The state value for the alarm.

\n@return The state value for the alarm.\n@see StateValue*/", "fluentSetterDocumentation" : "/**

The state value for the alarm.

\n@param stateValue The state value for the alarm.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StateValue*/", "varargSetterDocumentation" : "/**

The state value for the alarm.

\n@param stateValue The state value for the alarm.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StateValue*/" }, { "documentation" : "

A human-readable explanation for the alarm's state.

", "name" : "StateReason", "c2jName" : "StateReason", "c2jShape" : "StateReason", "variable" : { "variableName" : "stateReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A human-readable explanation for the alarm's state.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stateReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StateReason", "marshallLocationName" : "StateReason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A human-readable explanation for the alarm's state.

\n@param stateReason A human-readable explanation for the alarm's state.*/", "getterDocumentation" : "/**

A human-readable explanation for the alarm's state.

\n@return A human-readable explanation for the alarm's state.*/", "fluentSetterDocumentation" : "/**

A human-readable explanation for the alarm's state.

\n@param stateReason A human-readable explanation for the alarm's state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A human-readable explanation for the alarm's state.

\n@param stateReason A human-readable explanation for the alarm's state.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An explanation for the alarm's state in machine-readable JSON format

", "name" : "StateReasonData", "c2jName" : "StateReasonData", "c2jShape" : "StateReasonData", "variable" : { "variableName" : "stateReasonData", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An explanation for the alarm's state in machine-readable JSON format

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stateReasonData", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StateReasonData", "marshallLocationName" : "StateReasonData", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An explanation for the alarm's state in machine-readable JSON format

\n@param stateReasonData An explanation for the alarm's state in machine-readable JSON format*/", "getterDocumentation" : "/**

An explanation for the alarm's state in machine-readable JSON format

\n@return An explanation for the alarm's state in machine-readable JSON format*/", "fluentSetterDocumentation" : "/**

An explanation for the alarm's state in machine-readable JSON format

\n@param stateReasonData An explanation for the alarm's state in machine-readable JSON format\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An explanation for the alarm's state in machine-readable JSON format

\n@param stateReasonData An explanation for the alarm's state in machine-readable JSON format\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The time stamp of the last update to the alarm's state.

", "name" : "StateUpdatedTimestamp", "c2jName" : "StateUpdatedTimestamp", "c2jShape" : "Timestamp", "variable" : { "variableName" : "stateUpdatedTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time stamp of the last update to the alarm's state.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "stateUpdatedTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StateUpdatedTimestamp", "marshallLocationName" : "StateUpdatedTimestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time stamp of the last update to the alarm's state.

\n@param stateUpdatedTimestamp The time stamp of the last update to the alarm's state.*/", "getterDocumentation" : "/**

The time stamp of the last update to the alarm's state.

\n@return The time stamp of the last update to the alarm's state.*/", "fluentSetterDocumentation" : "/**

The time stamp of the last update to the alarm's state.

\n@param stateUpdatedTimestamp The time stamp of the last update to the alarm's state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time stamp of the last update to the alarm's state.

\n@param stateUpdatedTimestamp The time stamp of the last update to the alarm's state.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the alarm's metric.

", "name" : "MetricName", "c2jName" : "MetricName", "c2jShape" : "MetricName", "variable" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the alarm's metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricName", "marshallLocationName" : "MetricName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the alarm's metric.

\n@param metricName The name of the alarm's metric.*/", "getterDocumentation" : "/**

The name of the alarm's metric.

\n@return The name of the alarm's metric.*/", "fluentSetterDocumentation" : "/**

The name of the alarm's metric.

\n@param metricName The name of the alarm's metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the alarm's metric.

\n@param metricName The name of the alarm's metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The namespace of alarm's associated metric.

", "name" : "Namespace", "c2jName" : "Namespace", "c2jShape" : "Namespace", "variable" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The namespace of alarm's associated metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Namespace", "marshallLocationName" : "Namespace", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The namespace of alarm's associated metric.

\n@param namespace The namespace of alarm's associated metric.*/", "getterDocumentation" : "/**

The namespace of alarm's associated metric.

\n@return The namespace of alarm's associated metric.*/", "fluentSetterDocumentation" : "/**

The namespace of alarm's associated metric.

\n@param namespace The namespace of alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The namespace of alarm's associated metric.

\n@param namespace The namespace of alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The statistic to apply to the alarm's associated metric.

", "name" : "Statistic", "c2jName" : "Statistic", "c2jShape" : "Statistic", "variable" : { "variableName" : "statistic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The statistic to apply to the alarm's associated metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statistic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Statistic", "marshallLocationName" : "Statistic", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "Statistic", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The statistic to apply to the alarm's associated metric.

\n@param statistic The statistic to apply to the alarm's associated metric.\n@see Statistic*/", "getterDocumentation" : "/**

The statistic to apply to the alarm's associated metric.

\n@return The statistic to apply to the alarm's associated metric.\n@see Statistic*/", "fluentSetterDocumentation" : "/**

The statistic to apply to the alarm's associated metric.

\n@param statistic The statistic to apply to the alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/", "varargSetterDocumentation" : "/**

The statistic to apply to the alarm's associated metric.

\n@param statistic The statistic to apply to the alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/" }, { "documentation" : "

The list of dimensions associated with the alarm's associated metric.

", "name" : "Dimensions", "c2jName" : "Dimensions", "c2jShape" : "Dimensions", "variable" : { "variableName" : "dimensions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The list of dimensions associated with the alarm's associated metric.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "dimensions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Dimensions", "marshallLocationName" : "Dimensions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Dimension", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Dimension", "variable" : { "variableName" : "member", "variableType" : "Dimension", "variableDeclarationType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "setterModel" : { "variableName" : "member", "variableType" : "Dimension", "variableDeclarationType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "getterModel" : { "returnType" : "Dimension", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Dimension", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of dimensions associated with the alarm's associated metric.

\n@param dimensions The list of dimensions associated with the alarm's associated metric.*/", "getterDocumentation" : "/**

The list of dimensions associated with the alarm's associated metric.

\n@return The list of dimensions associated with the alarm's associated metric.*/", "fluentSetterDocumentation" : "/**

The list of dimensions associated with the alarm's associated metric.

\n@param dimensions The list of dimensions associated with the alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of dimensions associated with the alarm's associated metric.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDimensions(java.util.Collection)} or {@link #withDimensions(java.util.Collection)} if you want to override the existing values.

\n@param dimensions The list of dimensions associated with the alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The period in seconds over which the statistic is applied.

", "name" : "Period", "c2jName" : "Period", "c2jShape" : "Period", "variable" : { "variableName" : "period", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The period in seconds over which the statistic is applied.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "period", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Period", "marshallLocationName" : "Period", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The period in seconds over which the statistic is applied.

\n@param period The period in seconds over which the statistic is applied.*/", "getterDocumentation" : "/**

The period in seconds over which the statistic is applied.

\n@return The period in seconds over which the statistic is applied.*/", "fluentSetterDocumentation" : "/**

The period in seconds over which the statistic is applied.

\n@param period The period in seconds over which the statistic is applied.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The period in seconds over which the statistic is applied.

\n@param period The period in seconds over which the statistic is applied.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The unit of the alarm's associated metric.

", "name" : "Unit", "c2jName" : "Unit", "c2jShape" : "StandardUnit", "variable" : { "variableName" : "unit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unit of the alarm's associated metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "unit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Unit", "marshallLocationName" : "Unit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StandardUnit", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unit of the alarm's associated metric.

\n@param unit The unit of the alarm's associated metric.\n@see StandardUnit*/", "getterDocumentation" : "/**

The unit of the alarm's associated metric.

\n@return The unit of the alarm's associated metric.\n@see StandardUnit*/", "fluentSetterDocumentation" : "/**

The unit of the alarm's associated metric.

\n@param unit The unit of the alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StandardUnit*/", "varargSetterDocumentation" : "/**

The unit of the alarm's associated metric.

\n@param unit The unit of the alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StandardUnit*/" }, { "documentation" : "

The number of periods over which data is compared to the specified threshold.

", "name" : "EvaluationPeriods", "c2jName" : "EvaluationPeriods", "c2jShape" : "EvaluationPeriods", "variable" : { "variableName" : "evaluationPeriods", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The number of periods over which data is compared to the specified threshold.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "evaluationPeriods", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "EvaluationPeriods", "marshallLocationName" : "EvaluationPeriods", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The number of periods over which data is compared to the specified threshold.

\n@param evaluationPeriods The number of periods over which data is compared to the specified threshold.*/", "getterDocumentation" : "/**

The number of periods over which data is compared to the specified threshold.

\n@return The number of periods over which data is compared to the specified threshold.*/", "fluentSetterDocumentation" : "/**

The number of periods over which data is compared to the specified threshold.

\n@param evaluationPeriods The number of periods over which data is compared to the specified threshold.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of periods over which data is compared to the specified threshold.

\n@param evaluationPeriods The number of periods over which data is compared to the specified threshold.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The value against which the specified statistic is compared.

", "name" : "Threshold", "c2jName" : "Threshold", "c2jShape" : "Threshold", "variable" : { "variableName" : "threshold", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The value against which the specified statistic is compared.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "threshold", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "Threshold", "marshallLocationName" : "Threshold", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value against which the specified statistic is compared.

\n@param threshold The value against which the specified statistic is compared.*/", "getterDocumentation" : "/**

The value against which the specified statistic is compared.

\n@return The value against which the specified statistic is compared.*/", "fluentSetterDocumentation" : "/**

The value against which the specified statistic is compared.

\n@param threshold The value against which the specified statistic is compared.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value against which the specified statistic is compared.

\n@param threshold The value against which the specified statistic is compared.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.

", "name" : "ComparisonOperator", "c2jName" : "ComparisonOperator", "c2jShape" : "ComparisonOperator", "variable" : { "variableName" : "comparisonOperator", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comparisonOperator", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComparisonOperator", "marshallLocationName" : "ComparisonOperator", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ComparisonOperator", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.

\n@param comparisonOperator The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.\n@see ComparisonOperator*/", "getterDocumentation" : "/**

The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.

\n@return The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.\n@see ComparisonOperator*/", "fluentSetterDocumentation" : "/**

The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.

\n@param comparisonOperator The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/", "varargSetterDocumentation" : "/**

The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.

\n@param comparisonOperator The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/" } ], "enums" : null, "variable" : { "variableName" : "metricAlarm", "variableType" : "MetricAlarm", "variableDeclarationType" : "MetricAlarm", "documentation" : null, "simpleType" : "MetricAlarm", "variableSetterType" : "MetricAlarm" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AlarmArn" : { "documentation" : "

The Amazon Resource Name (ARN) of the alarm.

", "name" : "AlarmArn", "c2jName" : "AlarmArn", "c2jShape" : "AlarmArn", "variable" : { "variableName" : "alarmArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the alarm.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alarmArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmArn", "marshallLocationName" : "AlarmArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the alarm.

\n@param alarmArn The Amazon Resource Name (ARN) of the alarm.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the alarm.

\n@return The Amazon Resource Name (ARN) of the alarm.*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the alarm.

\n@param alarmArn The Amazon Resource Name (ARN) of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the alarm.

\n@param alarmArn The Amazon Resource Name (ARN) of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StateReasonData" : { "documentation" : "

An explanation for the alarm's state in machine-readable JSON format

", "name" : "StateReasonData", "c2jName" : "StateReasonData", "c2jShape" : "StateReasonData", "variable" : { "variableName" : "stateReasonData", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An explanation for the alarm's state in machine-readable JSON format

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stateReasonData", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StateReasonData", "marshallLocationName" : "StateReasonData", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An explanation for the alarm's state in machine-readable JSON format

\n@param stateReasonData An explanation for the alarm's state in machine-readable JSON format*/", "getterDocumentation" : "/**

An explanation for the alarm's state in machine-readable JSON format

\n@return An explanation for the alarm's state in machine-readable JSON format*/", "fluentSetterDocumentation" : "/**

An explanation for the alarm's state in machine-readable JSON format

\n@param stateReasonData An explanation for the alarm's state in machine-readable JSON format\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An explanation for the alarm's state in machine-readable JSON format

\n@param stateReasonData An explanation for the alarm's state in machine-readable JSON format\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ComparisonOperator" : { "documentation" : "

The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.

", "name" : "ComparisonOperator", "c2jName" : "ComparisonOperator", "c2jShape" : "ComparisonOperator", "variable" : { "variableName" : "comparisonOperator", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comparisonOperator", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComparisonOperator", "marshallLocationName" : "ComparisonOperator", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ComparisonOperator", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.

\n@param comparisonOperator The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.\n@see ComparisonOperator*/", "getterDocumentation" : "/**

The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.

\n@return The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.\n@see ComparisonOperator*/", "fluentSetterDocumentation" : "/**

The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.

\n@param comparisonOperator The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/", "varargSetterDocumentation" : "/**

The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.

\n@param comparisonOperator The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/" }, "Dimensions" : { "documentation" : "

The list of dimensions associated with the alarm's associated metric.

", "name" : "Dimensions", "c2jName" : "Dimensions", "c2jShape" : "Dimensions", "variable" : { "variableName" : "dimensions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The list of dimensions associated with the alarm's associated metric.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "dimensions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Dimensions", "marshallLocationName" : "Dimensions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Dimension", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Dimension", "variable" : { "variableName" : "member", "variableType" : "Dimension", "variableDeclarationType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "setterModel" : { "variableName" : "member", "variableType" : "Dimension", "variableDeclarationType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "getterModel" : { "returnType" : "Dimension", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Dimension", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of dimensions associated with the alarm's associated metric.

\n@param dimensions The list of dimensions associated with the alarm's associated metric.*/", "getterDocumentation" : "/**

The list of dimensions associated with the alarm's associated metric.

\n@return The list of dimensions associated with the alarm's associated metric.*/", "fluentSetterDocumentation" : "/**

The list of dimensions associated with the alarm's associated metric.

\n@param dimensions The list of dimensions associated with the alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of dimensions associated with the alarm's associated metric.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDimensions(java.util.Collection)} or {@link #withDimensions(java.util.Collection)} if you want to override the existing values.

\n@param dimensions The list of dimensions associated with the alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Period" : { "documentation" : "

The period in seconds over which the statistic is applied.

", "name" : "Period", "c2jName" : "Period", "c2jShape" : "Period", "variable" : { "variableName" : "period", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The period in seconds over which the statistic is applied.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "period", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Period", "marshallLocationName" : "Period", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The period in seconds over which the statistic is applied.

\n@param period The period in seconds over which the statistic is applied.*/", "getterDocumentation" : "/**

The period in seconds over which the statistic is applied.

\n@return The period in seconds over which the statistic is applied.*/", "fluentSetterDocumentation" : "/**

The period in seconds over which the statistic is applied.

\n@param period The period in seconds over which the statistic is applied.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The period in seconds over which the statistic is applied.

\n@param period The period in seconds over which the statistic is applied.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EvaluationPeriods" : { "documentation" : "

The number of periods over which data is compared to the specified threshold.

", "name" : "EvaluationPeriods", "c2jName" : "EvaluationPeriods", "c2jShape" : "EvaluationPeriods", "variable" : { "variableName" : "evaluationPeriods", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The number of periods over which data is compared to the specified threshold.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "evaluationPeriods", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "EvaluationPeriods", "marshallLocationName" : "EvaluationPeriods", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The number of periods over which data is compared to the specified threshold.

\n@param evaluationPeriods The number of periods over which data is compared to the specified threshold.*/", "getterDocumentation" : "/**

The number of periods over which data is compared to the specified threshold.

\n@return The number of periods over which data is compared to the specified threshold.*/", "fluentSetterDocumentation" : "/**

The number of periods over which data is compared to the specified threshold.

\n@param evaluationPeriods The number of periods over which data is compared to the specified threshold.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of periods over which data is compared to the specified threshold.

\n@param evaluationPeriods The number of periods over which data is compared to the specified threshold.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Unit" : { "documentation" : "

The unit of the alarm's associated metric.

", "name" : "Unit", "c2jName" : "Unit", "c2jShape" : "StandardUnit", "variable" : { "variableName" : "unit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unit of the alarm's associated metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "unit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Unit", "marshallLocationName" : "Unit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StandardUnit", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unit of the alarm's associated metric.

\n@param unit The unit of the alarm's associated metric.\n@see StandardUnit*/", "getterDocumentation" : "/**

The unit of the alarm's associated metric.

\n@return The unit of the alarm's associated metric.\n@see StandardUnit*/", "fluentSetterDocumentation" : "/**

The unit of the alarm's associated metric.

\n@param unit The unit of the alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StandardUnit*/", "varargSetterDocumentation" : "/**

The unit of the alarm's associated metric.

\n@param unit The unit of the alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StandardUnit*/" }, "OKActions" : { "documentation" : "

The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

", "name" : "OKActions", "c2jName" : "OKActions", "c2jShape" : "ResourceList", "variable" : { "variableName" : "oKActions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "oKActions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "OKActions", "marshallLocationName" : "OKActions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ResourceName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

\n@param oKActions The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).*/", "getterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

\n@return The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).*/", "fluentSetterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

\n@param oKActions The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setOKActions(java.util.Collection)} or {@link #withOKActions(java.util.Collection)} if you want to override the existing values.

\n@param oKActions The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Namespace" : { "documentation" : "

The namespace of alarm's associated metric.

", "name" : "Namespace", "c2jName" : "Namespace", "c2jShape" : "Namespace", "variable" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The namespace of alarm's associated metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Namespace", "marshallLocationName" : "Namespace", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The namespace of alarm's associated metric.

\n@param namespace The namespace of alarm's associated metric.*/", "getterDocumentation" : "/**

The namespace of alarm's associated metric.

\n@return The namespace of alarm's associated metric.*/", "fluentSetterDocumentation" : "/**

The namespace of alarm's associated metric.

\n@param namespace The namespace of alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The namespace of alarm's associated metric.

\n@param namespace The namespace of alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AlarmConfigurationUpdatedTimestamp" : { "documentation" : "

The time stamp of the last update to the alarm configuration.

", "name" : "AlarmConfigurationUpdatedTimestamp", "c2jName" : "AlarmConfigurationUpdatedTimestamp", "c2jShape" : "Timestamp", "variable" : { "variableName" : "alarmConfigurationUpdatedTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time stamp of the last update to the alarm configuration.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "alarmConfigurationUpdatedTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmConfigurationUpdatedTimestamp", "marshallLocationName" : "AlarmConfigurationUpdatedTimestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time stamp of the last update to the alarm configuration.

\n@param alarmConfigurationUpdatedTimestamp The time stamp of the last update to the alarm configuration.*/", "getterDocumentation" : "/**

The time stamp of the last update to the alarm configuration.

\n@return The time stamp of the last update to the alarm configuration.*/", "fluentSetterDocumentation" : "/**

The time stamp of the last update to the alarm configuration.

\n@param alarmConfigurationUpdatedTimestamp The time stamp of the last update to the alarm configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time stamp of the last update to the alarm configuration.

\n@param alarmConfigurationUpdatedTimestamp The time stamp of the last update to the alarm configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AlarmActions" : { "documentation" : "

The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

", "name" : "AlarmActions", "c2jName" : "AlarmActions", "c2jShape" : "ResourceList", "variable" : { "variableName" : "alarmActions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "alarmActions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmActions", "marshallLocationName" : "AlarmActions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ResourceName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

\n@param alarmActions The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).*/", "getterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

\n@return The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).*/", "fluentSetterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

\n@param alarmActions The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAlarmActions(java.util.Collection)} or {@link #withAlarmActions(java.util.Collection)} if you want to override the existing values.

\n@param alarmActions The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MetricName" : { "documentation" : "

The name of the alarm's metric.

", "name" : "MetricName", "c2jName" : "MetricName", "c2jShape" : "MetricName", "variable" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the alarm's metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricName", "marshallLocationName" : "MetricName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the alarm's metric.

\n@param metricName The name of the alarm's metric.*/", "getterDocumentation" : "/**

The name of the alarm's metric.

\n@return The name of the alarm's metric.*/", "fluentSetterDocumentation" : "/**

The name of the alarm's metric.

\n@param metricName The name of the alarm's metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the alarm's metric.

\n@param metricName The name of the alarm's metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ActionsEnabled" : { "documentation" : "

Indicates whether actions should be executed during any changes to the alarm's state.

", "name" : "ActionsEnabled", "c2jName" : "ActionsEnabled", "c2jShape" : "ActionsEnabled", "variable" : { "variableName" : "actionsEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates whether actions should be executed during any changes to the alarm's state.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "actionsEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ActionsEnabled", "marshallLocationName" : "ActionsEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates whether actions should be executed during any changes to the alarm's state.

\n@param actionsEnabled Indicates whether actions should be executed during any changes to the alarm's state.*/", "getterDocumentation" : "/**

Indicates whether actions should be executed during any changes to the alarm's state.

\n@return Indicates whether actions should be executed during any changes to the alarm's state.*/", "fluentSetterDocumentation" : "/**

Indicates whether actions should be executed during any changes to the alarm's state.

\n@param actionsEnabled Indicates whether actions should be executed during any changes to the alarm's state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Indicates whether actions should be executed during any changes to the alarm's state.

\n@param actionsEnabled Indicates whether actions should be executed during any changes to the alarm's state.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AlarmName" : { "documentation" : "

The name of the alarm.

", "name" : "AlarmName", "c2jName" : "AlarmName", "c2jShape" : "AlarmName", "variable" : { "variableName" : "alarmName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the alarm.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alarmName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmName", "marshallLocationName" : "AlarmName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the alarm.

\n@param alarmName The name of the alarm.*/", "getterDocumentation" : "/**

The name of the alarm.

\n@return The name of the alarm.*/", "fluentSetterDocumentation" : "/**

The name of the alarm.

\n@param alarmName The name of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the alarm.

\n@param alarmName The name of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AlarmDescription" : { "documentation" : "

The description for the alarm.

", "name" : "AlarmDescription", "c2jName" : "AlarmDescription", "c2jShape" : "AlarmDescription", "variable" : { "variableName" : "alarmDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description for the alarm.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alarmDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmDescription", "marshallLocationName" : "AlarmDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description for the alarm.

\n@param alarmDescription The description for the alarm.*/", "getterDocumentation" : "/**

The description for the alarm.

\n@return The description for the alarm.*/", "fluentSetterDocumentation" : "/**

The description for the alarm.

\n@param alarmDescription The description for the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description for the alarm.

\n@param alarmDescription The description for the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Statistic" : { "documentation" : "

The statistic to apply to the alarm's associated metric.

", "name" : "Statistic", "c2jName" : "Statistic", "c2jShape" : "Statistic", "variable" : { "variableName" : "statistic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The statistic to apply to the alarm's associated metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statistic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Statistic", "marshallLocationName" : "Statistic", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "Statistic", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The statistic to apply to the alarm's associated metric.

\n@param statistic The statistic to apply to the alarm's associated metric.\n@see Statistic*/", "getterDocumentation" : "/**

The statistic to apply to the alarm's associated metric.

\n@return The statistic to apply to the alarm's associated metric.\n@see Statistic*/", "fluentSetterDocumentation" : "/**

The statistic to apply to the alarm's associated metric.

\n@param statistic The statistic to apply to the alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/", "varargSetterDocumentation" : "/**

The statistic to apply to the alarm's associated metric.

\n@param statistic The statistic to apply to the alarm's associated metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/" }, "StateReason" : { "documentation" : "

A human-readable explanation for the alarm's state.

", "name" : "StateReason", "c2jName" : "StateReason", "c2jShape" : "StateReason", "variable" : { "variableName" : "stateReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A human-readable explanation for the alarm's state.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stateReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StateReason", "marshallLocationName" : "StateReason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A human-readable explanation for the alarm's state.

\n@param stateReason A human-readable explanation for the alarm's state.*/", "getterDocumentation" : "/**

A human-readable explanation for the alarm's state.

\n@return A human-readable explanation for the alarm's state.*/", "fluentSetterDocumentation" : "/**

A human-readable explanation for the alarm's state.

\n@param stateReason A human-readable explanation for the alarm's state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A human-readable explanation for the alarm's state.

\n@param stateReason A human-readable explanation for the alarm's state.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StateValue" : { "documentation" : "

The state value for the alarm.

", "name" : "StateValue", "c2jName" : "StateValue", "c2jShape" : "StateValue", "variable" : { "variableName" : "stateValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The state value for the alarm.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stateValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StateValue", "marshallLocationName" : "StateValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StateValue", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The state value for the alarm.

\n@param stateValue The state value for the alarm.\n@see StateValue*/", "getterDocumentation" : "/**

The state value for the alarm.

\n@return The state value for the alarm.\n@see StateValue*/", "fluentSetterDocumentation" : "/**

The state value for the alarm.

\n@param stateValue The state value for the alarm.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StateValue*/", "varargSetterDocumentation" : "/**

The state value for the alarm.

\n@param stateValue The state value for the alarm.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StateValue*/" }, "StateUpdatedTimestamp" : { "documentation" : "

The time stamp of the last update to the alarm's state.

", "name" : "StateUpdatedTimestamp", "c2jName" : "StateUpdatedTimestamp", "c2jShape" : "Timestamp", "variable" : { "variableName" : "stateUpdatedTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time stamp of the last update to the alarm's state.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "stateUpdatedTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StateUpdatedTimestamp", "marshallLocationName" : "StateUpdatedTimestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time stamp of the last update to the alarm's state.

\n@param stateUpdatedTimestamp The time stamp of the last update to the alarm's state.*/", "getterDocumentation" : "/**

The time stamp of the last update to the alarm's state.

\n@return The time stamp of the last update to the alarm's state.*/", "fluentSetterDocumentation" : "/**

The time stamp of the last update to the alarm's state.

\n@param stateUpdatedTimestamp The time stamp of the last update to the alarm's state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time stamp of the last update to the alarm's state.

\n@param stateUpdatedTimestamp The time stamp of the last update to the alarm's state.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InsufficientDataActions" : { "documentation" : "

The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

The current WSDL lists this attribute as UnknownActions.

", "name" : "InsufficientDataActions", "c2jName" : "InsufficientDataActions", "c2jShape" : "ResourceList", "variable" : { "variableName" : "insufficientDataActions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

The current WSDL lists this attribute as UnknownActions.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "insufficientDataActions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "InsufficientDataActions", "marshallLocationName" : "InsufficientDataActions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ResourceName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

The current WSDL lists this attribute as UnknownActions.

\n@param insufficientDataActions The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

The current WSDL lists this attribute as UnknownActions.

*/", "getterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

The current WSDL lists this attribute as UnknownActions.

\n@return The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

The current WSDL lists this attribute as UnknownActions.

*/", "fluentSetterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

The current WSDL lists this attribute as UnknownActions.

\n@param insufficientDataActions The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

The current WSDL lists this attribute as UnknownActions.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

The current WSDL lists this attribute as UnknownActions.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setInsufficientDataActions(java.util.Collection)} or {@link #withInsufficientDataActions(java.util.Collection)} if you want to override the existing values.

\n@param insufficientDataActions The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).

The current WSDL lists this attribute as UnknownActions.

\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Threshold" : { "documentation" : "

The value against which the specified statistic is compared.

", "name" : "Threshold", "c2jName" : "Threshold", "c2jShape" : "Threshold", "variable" : { "variableName" : "threshold", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The value against which the specified statistic is compared.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "threshold", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "Threshold", "marshallLocationName" : "Threshold", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value against which the specified statistic is compared.

\n@param threshold The value against which the specified statistic is compared.*/", "getterDocumentation" : "/**

The value against which the specified statistic is compared.

\n@return The value against which the specified statistic is compared.*/", "fluentSetterDocumentation" : "/**

The value against which the specified statistic is compared.

\n@param threshold The value against which the specified statistic is compared.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value against which the specified statistic is compared.

\n@param threshold The value against which the specified statistic is compared.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeAlarmsResult" : { "c2jName" : "DescribeAlarmsOutput", "documentation" : "

The output for DescribeAlarms.

", "shapeName" : "DescribeAlarmsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A list of information for the specified alarms.

", "name" : "MetricAlarms", "c2jName" : "MetricAlarms", "c2jShape" : "MetricAlarms", "variable" : { "variableName" : "metricAlarms", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of information for the specified alarms.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "metricAlarms", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricAlarms", "marshallLocationName" : "MetricAlarms", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "MetricAlarm", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "MetricAlarm", "variable" : { "variableName" : "member", "variableType" : "MetricAlarm", "variableDeclarationType" : "MetricAlarm", "documentation" : "", "simpleType" : "MetricAlarm", "variableSetterType" : "MetricAlarm" }, "setterModel" : { "variableName" : "member", "variableType" : "MetricAlarm", "variableDeclarationType" : "MetricAlarm", "documentation" : "", "simpleType" : "MetricAlarm", "variableSetterType" : "MetricAlarm" }, "getterModel" : { "returnType" : "MetricAlarm", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "MetricAlarm", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of information for the specified alarms.

\n@param metricAlarms A list of information for the specified alarms.*/", "getterDocumentation" : "/**

A list of information for the specified alarms.

\n@return A list of information for the specified alarms.*/", "fluentSetterDocumentation" : "/**

A list of information for the specified alarms.

\n@param metricAlarms A list of information for the specified alarms.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of information for the specified alarms.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setMetricAlarms(java.util.Collection)} or {@link #withMetricAlarms(java.util.Collection)} if you want to override the existing values.

\n@param metricAlarms A list of information for the specified alarms.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A string that marks the start of the next batch of returned results.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A string that marks the start of the next batch of returned results.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A string that marks the start of the next batch of returned results.

\n@param nextToken A string that marks the start of the next batch of returned results.*/", "getterDocumentation" : "/**

A string that marks the start of the next batch of returned results.

\n@return A string that marks the start of the next batch of returned results.*/", "fluentSetterDocumentation" : "/**

A string that marks the start of the next batch of returned results.

\n@param nextToken A string that marks the start of the next batch of returned results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A string that marks the start of the next batch of returned results.

\n@param nextToken A string that marks the start of the next batch of returned results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeAlarmsResult", "variableType" : "DescribeAlarmsResult", "variableDeclarationType" : "DescribeAlarmsResult", "documentation" : null, "simpleType" : "DescribeAlarmsResult", "variableSetterType" : "DescribeAlarmsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeAlarmsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

A string that marks the start of the next batch of returned results.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A string that marks the start of the next batch of returned results.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A string that marks the start of the next batch of returned results.

\n@param nextToken A string that marks the start of the next batch of returned results.*/", "getterDocumentation" : "/**

A string that marks the start of the next batch of returned results.

\n@return A string that marks the start of the next batch of returned results.*/", "fluentSetterDocumentation" : "/**

A string that marks the start of the next batch of returned results.

\n@param nextToken A string that marks the start of the next batch of returned results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A string that marks the start of the next batch of returned results.

\n@param nextToken A string that marks the start of the next batch of returned results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MetricAlarms" : { "documentation" : "

A list of information for the specified alarms.

", "name" : "MetricAlarms", "c2jName" : "MetricAlarms", "c2jShape" : "MetricAlarms", "variable" : { "variableName" : "metricAlarms", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of information for the specified alarms.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "metricAlarms", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricAlarms", "marshallLocationName" : "MetricAlarms", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "MetricAlarm", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "MetricAlarm", "variable" : { "variableName" : "member", "variableType" : "MetricAlarm", "variableDeclarationType" : "MetricAlarm", "documentation" : "", "simpleType" : "MetricAlarm", "variableSetterType" : "MetricAlarm" }, "setterModel" : { "variableName" : "member", "variableType" : "MetricAlarm", "variableDeclarationType" : "MetricAlarm", "documentation" : "", "simpleType" : "MetricAlarm", "variableSetterType" : "MetricAlarm" }, "getterModel" : { "returnType" : "MetricAlarm", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "MetricAlarm", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of information for the specified alarms.

\n@param metricAlarms A list of information for the specified alarms.*/", "getterDocumentation" : "/**

A list of information for the specified alarms.

\n@return A list of information for the specified alarms.*/", "fluentSetterDocumentation" : "/**

A list of information for the specified alarms.

\n@param metricAlarms A list of information for the specified alarms.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of information for the specified alarms.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setMetricAlarms(java.util.Collection)} or {@link #withMetricAlarms(java.util.Collection)} if you want to override the existing values.

\n@param metricAlarms A list of information for the specified alarms.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Statistic" : { "c2jName" : "Statistic", "documentation" : "", "shapeName" : "Statistic", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "SampleCount", "value" : "SampleCount" }, { "name" : "Average", "value" : "Average" }, { "name" : "Sum", "value" : "Sum" }, { "name" : "Minimum", "value" : "Minimum" }, { "name" : "Maximum", "value" : "Maximum" } ], "variable" : { "variableName" : "statistic", "variableType" : "Statistic", "variableDeclarationType" : "Statistic", "documentation" : null, "simpleType" : "Statistic", "variableSetterType" : "Statistic" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidParameterValueException" : { "c2jName" : "InvalidParameterValueException", "documentation" : "

Bad or out-of-range value was supplied for the input parameter.

", "shapeName" : "InvalidParameterValueException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidParameterValueException", "variableType" : "InvalidParameterValueException", "variableDeclarationType" : "InvalidParameterValueException", "documentation" : null, "simpleType" : "InvalidParameterValueException", "variableSetterType" : "InvalidParameterValueException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidParameterValue", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "StandardUnit" : { "c2jName" : "StandardUnit", "documentation" : "", "shapeName" : "StandardUnit", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Seconds", "value" : "Seconds" }, { "name" : "Microseconds", "value" : "Microseconds" }, { "name" : "Milliseconds", "value" : "Milliseconds" }, { "name" : "Bytes", "value" : "Bytes" }, { "name" : "Kilobytes", "value" : "Kilobytes" }, { "name" : "Megabytes", "value" : "Megabytes" }, { "name" : "Gigabytes", "value" : "Gigabytes" }, { "name" : "Terabytes", "value" : "Terabytes" }, { "name" : "Bits", "value" : "Bits" }, { "name" : "Kilobits", "value" : "Kilobits" }, { "name" : "Megabits", "value" : "Megabits" }, { "name" : "Gigabits", "value" : "Gigabits" }, { "name" : "Terabits", "value" : "Terabits" }, { "name" : "Percent", "value" : "Percent" }, { "name" : "Count", "value" : "Count" }, { "name" : "BytesSecond", "value" : "Bytes/Second" }, { "name" : "KilobytesSecond", "value" : "Kilobytes/Second" }, { "name" : "MegabytesSecond", "value" : "Megabytes/Second" }, { "name" : "GigabytesSecond", "value" : "Gigabytes/Second" }, { "name" : "TerabytesSecond", "value" : "Terabytes/Second" }, { "name" : "BitsSecond", "value" : "Bits/Second" }, { "name" : "KilobitsSecond", "value" : "Kilobits/Second" }, { "name" : "MegabitsSecond", "value" : "Megabits/Second" }, { "name" : "GigabitsSecond", "value" : "Gigabits/Second" }, { "name" : "TerabitsSecond", "value" : "Terabits/Second" }, { "name" : "CountSecond", "value" : "Count/Second" }, { "name" : "None", "value" : "None" } ], "variable" : { "variableName" : "standardUnit", "variableType" : "StandardUnit", "variableDeclarationType" : "StandardUnit", "documentation" : null, "simpleType" : "StandardUnit", "variableSetterType" : "StandardUnit" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SetAlarmStateRequest" : { "c2jName" : "SetAlarmStateInput", "documentation" : "

Describes the inputs for SetAlarmState.

", "shapeName" : "SetAlarmStateRequest", "deprecated" : false, "required" : [ "AlarmName", "StateValue", "StateReason" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The descriptive name for the alarm. This name must be unique within the user's AWS account. The maximum length is 255 characters.

", "name" : "AlarmName", "c2jName" : "AlarmName", "c2jShape" : "AlarmName", "variable" : { "variableName" : "alarmName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The descriptive name for the alarm. This name must be unique within the user's AWS account. The maximum length is 255 characters.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alarmName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmName", "marshallLocationName" : "AlarmName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The descriptive name for the alarm. This name must be unique within the user's AWS account. The maximum length is 255 characters.

\n@param alarmName The descriptive name for the alarm. This name must be unique within the user's AWS account. The maximum length is 255 characters.*/", "getterDocumentation" : "/**

The descriptive name for the alarm. This name must be unique within the user's AWS account. The maximum length is 255 characters.

\n@return The descriptive name for the alarm. This name must be unique within the user's AWS account. The maximum length is 255 characters.*/", "fluentSetterDocumentation" : "/**

The descriptive name for the alarm. This name must be unique within the user's AWS account. The maximum length is 255 characters.

\n@param alarmName The descriptive name for the alarm. This name must be unique within the user's AWS account. The maximum length is 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The descriptive name for the alarm. This name must be unique within the user's AWS account. The maximum length is 255 characters.

\n@param alarmName The descriptive name for the alarm. This name must be unique within the user's AWS account. The maximum length is 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The value of the state.

", "name" : "StateValue", "c2jName" : "StateValue", "c2jShape" : "StateValue", "variable" : { "variableName" : "stateValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The value of the state.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stateValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StateValue", "marshallLocationName" : "StateValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StateValue", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value of the state.

\n@param stateValue The value of the state.\n@see StateValue*/", "getterDocumentation" : "/**

The value of the state.

\n@return The value of the state.\n@see StateValue*/", "fluentSetterDocumentation" : "/**

The value of the state.

\n@param stateValue The value of the state.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StateValue*/", "varargSetterDocumentation" : "/**

The value of the state.

\n@param stateValue The value of the state.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StateValue*/" }, { "documentation" : "

The reason that this alarm is set to this specific state (in human-readable text format)

", "name" : "StateReason", "c2jName" : "StateReason", "c2jShape" : "StateReason", "variable" : { "variableName" : "stateReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The reason that this alarm is set to this specific state (in human-readable text format)

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stateReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StateReason", "marshallLocationName" : "StateReason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The reason that this alarm is set to this specific state (in human-readable text format)

\n@param stateReason The reason that this alarm is set to this specific state (in human-readable text format)*/", "getterDocumentation" : "/**

The reason that this alarm is set to this specific state (in human-readable text format)

\n@return The reason that this alarm is set to this specific state (in human-readable text format)*/", "fluentSetterDocumentation" : "/**

The reason that this alarm is set to this specific state (in human-readable text format)

\n@param stateReason The reason that this alarm is set to this specific state (in human-readable text format)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The reason that this alarm is set to this specific state (in human-readable text format)

\n@param stateReason The reason that this alarm is set to this specific state (in human-readable text format)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The reason that this alarm is set to this specific state (in machine-readable JSON format)

", "name" : "StateReasonData", "c2jName" : "StateReasonData", "c2jShape" : "StateReasonData", "variable" : { "variableName" : "stateReasonData", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The reason that this alarm is set to this specific state (in machine-readable JSON format)

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stateReasonData", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StateReasonData", "marshallLocationName" : "StateReasonData", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The reason that this alarm is set to this specific state (in machine-readable JSON format)

\n@param stateReasonData The reason that this alarm is set to this specific state (in machine-readable JSON format)*/", "getterDocumentation" : "/**

The reason that this alarm is set to this specific state (in machine-readable JSON format)

\n@return The reason that this alarm is set to this specific state (in machine-readable JSON format)*/", "fluentSetterDocumentation" : "/**

The reason that this alarm is set to this specific state (in machine-readable JSON format)

\n@param stateReasonData The reason that this alarm is set to this specific state (in machine-readable JSON format)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The reason that this alarm is set to this specific state (in machine-readable JSON format)

\n@param stateReasonData The reason that this alarm is set to this specific state (in machine-readable JSON format)\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "setAlarmStateRequest", "variableType" : "SetAlarmStateRequest", "variableDeclarationType" : "SetAlarmStateRequest", "documentation" : null, "simpleType" : "SetAlarmStateRequest", "variableSetterType" : "SetAlarmStateRequest" }, "marshaller" : { "action" : "SetAlarmState", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StateReasonData" : { "documentation" : "

The reason that this alarm is set to this specific state (in machine-readable JSON format)

", "name" : "StateReasonData", "c2jName" : "StateReasonData", "c2jShape" : "StateReasonData", "variable" : { "variableName" : "stateReasonData", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The reason that this alarm is set to this specific state (in machine-readable JSON format)

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stateReasonData", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StateReasonData", "marshallLocationName" : "StateReasonData", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The reason that this alarm is set to this specific state (in machine-readable JSON format)

\n@param stateReasonData The reason that this alarm is set to this specific state (in machine-readable JSON format)*/", "getterDocumentation" : "/**

The reason that this alarm is set to this specific state (in machine-readable JSON format)

\n@return The reason that this alarm is set to this specific state (in machine-readable JSON format)*/", "fluentSetterDocumentation" : "/**

The reason that this alarm is set to this specific state (in machine-readable JSON format)

\n@param stateReasonData The reason that this alarm is set to this specific state (in machine-readable JSON format)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The reason that this alarm is set to this specific state (in machine-readable JSON format)

\n@param stateReasonData The reason that this alarm is set to this specific state (in machine-readable JSON format)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AlarmName" : { "documentation" : "

The descriptive name for the alarm. This name must be unique within the user's AWS account. The maximum length is 255 characters.

", "name" : "AlarmName", "c2jName" : "AlarmName", "c2jShape" : "AlarmName", "variable" : { "variableName" : "alarmName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The descriptive name for the alarm. This name must be unique within the user's AWS account. The maximum length is 255 characters.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alarmName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmName", "marshallLocationName" : "AlarmName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The descriptive name for the alarm. This name must be unique within the user's AWS account. The maximum length is 255 characters.

\n@param alarmName The descriptive name for the alarm. This name must be unique within the user's AWS account. The maximum length is 255 characters.*/", "getterDocumentation" : "/**

The descriptive name for the alarm. This name must be unique within the user's AWS account. The maximum length is 255 characters.

\n@return The descriptive name for the alarm. This name must be unique within the user's AWS account. The maximum length is 255 characters.*/", "fluentSetterDocumentation" : "/**

The descriptive name for the alarm. This name must be unique within the user's AWS account. The maximum length is 255 characters.

\n@param alarmName The descriptive name for the alarm. This name must be unique within the user's AWS account. The maximum length is 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The descriptive name for the alarm. This name must be unique within the user's AWS account. The maximum length is 255 characters.

\n@param alarmName The descriptive name for the alarm. This name must be unique within the user's AWS account. The maximum length is 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StateReason" : { "documentation" : "

The reason that this alarm is set to this specific state (in human-readable text format)

", "name" : "StateReason", "c2jName" : "StateReason", "c2jShape" : "StateReason", "variable" : { "variableName" : "stateReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The reason that this alarm is set to this specific state (in human-readable text format)

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stateReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StateReason", "marshallLocationName" : "StateReason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The reason that this alarm is set to this specific state (in human-readable text format)

\n@param stateReason The reason that this alarm is set to this specific state (in human-readable text format)*/", "getterDocumentation" : "/**

The reason that this alarm is set to this specific state (in human-readable text format)

\n@return The reason that this alarm is set to this specific state (in human-readable text format)*/", "fluentSetterDocumentation" : "/**

The reason that this alarm is set to this specific state (in human-readable text format)

\n@param stateReason The reason that this alarm is set to this specific state (in human-readable text format)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The reason that this alarm is set to this specific state (in human-readable text format)

\n@param stateReason The reason that this alarm is set to this specific state (in human-readable text format)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StateValue" : { "documentation" : "

The value of the state.

", "name" : "StateValue", "c2jName" : "StateValue", "c2jShape" : "StateValue", "variable" : { "variableName" : "stateValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The value of the state.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stateValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StateValue", "marshallLocationName" : "StateValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StateValue", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value of the state.

\n@param stateValue The value of the state.\n@see StateValue*/", "getterDocumentation" : "/**

The value of the state.

\n@return The value of the state.\n@see StateValue*/", "fluentSetterDocumentation" : "/**

The value of the state.

\n@param stateValue The value of the state.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StateValue*/", "varargSetterDocumentation" : "/**

The value of the state.

\n@param stateValue The value of the state.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StateValue*/" } } }, "DeleteAlarmsResult" : { "c2jName" : "DeleteAlarmsResult", "documentation" : null, "shapeName" : "DeleteAlarmsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteAlarmsResult", "variableType" : "DeleteAlarmsResult", "variableDeclarationType" : "DeleteAlarmsResult", "documentation" : null, "simpleType" : "DeleteAlarmsResult", "variableSetterType" : "DeleteAlarmsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListMetricsRequest" : { "c2jName" : "ListMetricsInput", "documentation" : "

Describes the inputs for ListMetrics.

", "shapeName" : "ListMetricsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The namespace to filter against.

", "name" : "Namespace", "c2jName" : "Namespace", "c2jShape" : "Namespace", "variable" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The namespace to filter against.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Namespace", "marshallLocationName" : "Namespace", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The namespace to filter against.

\n@param namespace The namespace to filter against.*/", "getterDocumentation" : "/**

The namespace to filter against.

\n@return The namespace to filter against.*/", "fluentSetterDocumentation" : "/**

The namespace to filter against.

\n@param namespace The namespace to filter against.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The namespace to filter against.

\n@param namespace The namespace to filter against.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the metric to filter against.

", "name" : "MetricName", "c2jName" : "MetricName", "c2jShape" : "MetricName", "variable" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the metric to filter against.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricName", "marshallLocationName" : "MetricName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the metric to filter against.

\n@param metricName The name of the metric to filter against.*/", "getterDocumentation" : "/**

The name of the metric to filter against.

\n@return The name of the metric to filter against.*/", "fluentSetterDocumentation" : "/**

The name of the metric to filter against.

\n@param metricName The name of the metric to filter against.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the metric to filter against.

\n@param metricName The name of the metric to filter against.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of dimensions to filter against.

", "name" : "Dimensions", "c2jName" : "Dimensions", "c2jShape" : "DimensionFilters", "variable" : { "variableName" : "dimensions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of dimensions to filter against.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "dimensions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Dimensions", "marshallLocationName" : "Dimensions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DimensionFilter", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DimensionFilter", "variable" : { "variableName" : "member", "variableType" : "DimensionFilter", "variableDeclarationType" : "DimensionFilter", "documentation" : "", "simpleType" : "DimensionFilter", "variableSetterType" : "DimensionFilter" }, "setterModel" : { "variableName" : "member", "variableType" : "DimensionFilter", "variableDeclarationType" : "DimensionFilter", "documentation" : "", "simpleType" : "DimensionFilter", "variableSetterType" : "DimensionFilter" }, "getterModel" : { "returnType" : "DimensionFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "DimensionFilter", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of dimensions to filter against.

\n@param dimensions A list of dimensions to filter against.*/", "getterDocumentation" : "/**

A list of dimensions to filter against.

\n@return A list of dimensions to filter against.*/", "fluentSetterDocumentation" : "/**

A list of dimensions to filter against.

\n@param dimensions A list of dimensions to filter against.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of dimensions to filter against.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDimensions(java.util.Collection)} or {@link #withDimensions(java.util.Collection)} if you want to override the existing values.

\n@param dimensions A list of dimensions to filter against.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The token returned by a previous call to indicate that there is more data available.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The token returned by a previous call to indicate that there is more data available.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The token returned by a previous call to indicate that there is more data available.

\n@param nextToken The token returned by a previous call to indicate that there is more data available.*/", "getterDocumentation" : "/**

The token returned by a previous call to indicate that there is more data available.

\n@return The token returned by a previous call to indicate that there is more data available.*/", "fluentSetterDocumentation" : "/**

The token returned by a previous call to indicate that there is more data available.

\n@param nextToken The token returned by a previous call to indicate that there is more data available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The token returned by a previous call to indicate that there is more data available.

\n@param nextToken The token returned by a previous call to indicate that there is more data available.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listMetricsRequest", "variableType" : "ListMetricsRequest", "variableDeclarationType" : "ListMetricsRequest", "documentation" : null, "simpleType" : "ListMetricsRequest", "variableSetterType" : "ListMetricsRequest" }, "marshaller" : { "action" : "ListMetrics", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MetricName" : { "documentation" : "

The name of the metric to filter against.

", "name" : "MetricName", "c2jName" : "MetricName", "c2jShape" : "MetricName", "variable" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the metric to filter against.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricName", "marshallLocationName" : "MetricName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the metric to filter against.

\n@param metricName The name of the metric to filter against.*/", "getterDocumentation" : "/**

The name of the metric to filter against.

\n@return The name of the metric to filter against.*/", "fluentSetterDocumentation" : "/**

The name of the metric to filter against.

\n@param metricName The name of the metric to filter against.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the metric to filter against.

\n@param metricName The name of the metric to filter against.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

The token returned by a previous call to indicate that there is more data available.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The token returned by a previous call to indicate that there is more data available.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The token returned by a previous call to indicate that there is more data available.

\n@param nextToken The token returned by a previous call to indicate that there is more data available.*/", "getterDocumentation" : "/**

The token returned by a previous call to indicate that there is more data available.

\n@return The token returned by a previous call to indicate that there is more data available.*/", "fluentSetterDocumentation" : "/**

The token returned by a previous call to indicate that there is more data available.

\n@param nextToken The token returned by a previous call to indicate that there is more data available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The token returned by a previous call to indicate that there is more data available.

\n@param nextToken The token returned by a previous call to indicate that there is more data available.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Dimensions" : { "documentation" : "

A list of dimensions to filter against.

", "name" : "Dimensions", "c2jName" : "Dimensions", "c2jShape" : "DimensionFilters", "variable" : { "variableName" : "dimensions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of dimensions to filter against.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "dimensions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Dimensions", "marshallLocationName" : "Dimensions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DimensionFilter", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DimensionFilter", "variable" : { "variableName" : "member", "variableType" : "DimensionFilter", "variableDeclarationType" : "DimensionFilter", "documentation" : "", "simpleType" : "DimensionFilter", "variableSetterType" : "DimensionFilter" }, "setterModel" : { "variableName" : "member", "variableType" : "DimensionFilter", "variableDeclarationType" : "DimensionFilter", "documentation" : "", "simpleType" : "DimensionFilter", "variableSetterType" : "DimensionFilter" }, "getterModel" : { "returnType" : "DimensionFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "DimensionFilter", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of dimensions to filter against.

\n@param dimensions A list of dimensions to filter against.*/", "getterDocumentation" : "/**

A list of dimensions to filter against.

\n@return A list of dimensions to filter against.*/", "fluentSetterDocumentation" : "/**

A list of dimensions to filter against.

\n@param dimensions A list of dimensions to filter against.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of dimensions to filter against.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDimensions(java.util.Collection)} or {@link #withDimensions(java.util.Collection)} if you want to override the existing values.

\n@param dimensions A list of dimensions to filter against.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Namespace" : { "documentation" : "

The namespace to filter against.

", "name" : "Namespace", "c2jName" : "Namespace", "c2jShape" : "Namespace", "variable" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The namespace to filter against.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Namespace", "marshallLocationName" : "Namespace", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The namespace to filter against.

\n@param namespace The namespace to filter against.*/", "getterDocumentation" : "/**

The namespace to filter against.

\n@return The namespace to filter against.*/", "fluentSetterDocumentation" : "/**

The namespace to filter against.

\n@param namespace The namespace to filter against.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The namespace to filter against.

\n@param namespace The namespace to filter against.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFound", "documentation" : "

The named resource does not exist.

", "shapeName" : "ResourceNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "variableDeclarationType" : "ResourceNotFoundException", "documentation" : null, "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ResourceNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeAlarmHistoryResult" : { "c2jName" : "DescribeAlarmHistoryOutput", "documentation" : "

The output for DescribeAlarmHistory.

", "shapeName" : "DescribeAlarmHistoryResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A list of alarm histories in JSON format.

", "name" : "AlarmHistoryItems", "c2jName" : "AlarmHistoryItems", "c2jShape" : "AlarmHistoryItems", "variable" : { "variableName" : "alarmHistoryItems", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of alarm histories in JSON format.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "alarmHistoryItems", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmHistoryItems", "marshallLocationName" : "AlarmHistoryItems", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "AlarmHistoryItem", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AlarmHistoryItem", "variable" : { "variableName" : "member", "variableType" : "AlarmHistoryItem", "variableDeclarationType" : "AlarmHistoryItem", "documentation" : "", "simpleType" : "AlarmHistoryItem", "variableSetterType" : "AlarmHistoryItem" }, "setterModel" : { "variableName" : "member", "variableType" : "AlarmHistoryItem", "variableDeclarationType" : "AlarmHistoryItem", "documentation" : "", "simpleType" : "AlarmHistoryItem", "variableSetterType" : "AlarmHistoryItem" }, "getterModel" : { "returnType" : "AlarmHistoryItem", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "AlarmHistoryItem", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of alarm histories in JSON format.

\n@param alarmHistoryItems A list of alarm histories in JSON format.*/", "getterDocumentation" : "/**

A list of alarm histories in JSON format.

\n@return A list of alarm histories in JSON format.*/", "fluentSetterDocumentation" : "/**

A list of alarm histories in JSON format.

\n@param alarmHistoryItems A list of alarm histories in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of alarm histories in JSON format.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAlarmHistoryItems(java.util.Collection)} or {@link #withAlarmHistoryItems(java.util.Collection)} if you want to override the existing values.

\n@param alarmHistoryItems A list of alarm histories in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A string that marks the start of the next batch of returned results.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A string that marks the start of the next batch of returned results.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A string that marks the start of the next batch of returned results.

\n@param nextToken A string that marks the start of the next batch of returned results.*/", "getterDocumentation" : "/**

A string that marks the start of the next batch of returned results.

\n@return A string that marks the start of the next batch of returned results.*/", "fluentSetterDocumentation" : "/**

A string that marks the start of the next batch of returned results.

\n@param nextToken A string that marks the start of the next batch of returned results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A string that marks the start of the next batch of returned results.

\n@param nextToken A string that marks the start of the next batch of returned results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeAlarmHistoryResult", "variableType" : "DescribeAlarmHistoryResult", "variableDeclarationType" : "DescribeAlarmHistoryResult", "documentation" : null, "simpleType" : "DescribeAlarmHistoryResult", "variableSetterType" : "DescribeAlarmHistoryResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeAlarmHistoryResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AlarmHistoryItems" : { "documentation" : "

A list of alarm histories in JSON format.

", "name" : "AlarmHistoryItems", "c2jName" : "AlarmHistoryItems", "c2jShape" : "AlarmHistoryItems", "variable" : { "variableName" : "alarmHistoryItems", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of alarm histories in JSON format.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "alarmHistoryItems", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmHistoryItems", "marshallLocationName" : "AlarmHistoryItems", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "AlarmHistoryItem", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AlarmHistoryItem", "variable" : { "variableName" : "member", "variableType" : "AlarmHistoryItem", "variableDeclarationType" : "AlarmHistoryItem", "documentation" : "", "simpleType" : "AlarmHistoryItem", "variableSetterType" : "AlarmHistoryItem" }, "setterModel" : { "variableName" : "member", "variableType" : "AlarmHistoryItem", "variableDeclarationType" : "AlarmHistoryItem", "documentation" : "", "simpleType" : "AlarmHistoryItem", "variableSetterType" : "AlarmHistoryItem" }, "getterModel" : { "returnType" : "AlarmHistoryItem", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "AlarmHistoryItem", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of alarm histories in JSON format.

\n@param alarmHistoryItems A list of alarm histories in JSON format.*/", "getterDocumentation" : "/**

A list of alarm histories in JSON format.

\n@return A list of alarm histories in JSON format.*/", "fluentSetterDocumentation" : "/**

A list of alarm histories in JSON format.

\n@param alarmHistoryItems A list of alarm histories in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of alarm histories in JSON format.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAlarmHistoryItems(java.util.Collection)} or {@link #withAlarmHistoryItems(java.util.Collection)} if you want to override the existing values.

\n@param alarmHistoryItems A list of alarm histories in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

A string that marks the start of the next batch of returned results.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A string that marks the start of the next batch of returned results.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A string that marks the start of the next batch of returned results.

\n@param nextToken A string that marks the start of the next batch of returned results.*/", "getterDocumentation" : "/**

A string that marks the start of the next batch of returned results.

\n@return A string that marks the start of the next batch of returned results.*/", "fluentSetterDocumentation" : "/**

A string that marks the start of the next batch of returned results.

\n@param nextToken A string that marks the start of the next batch of returned results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A string that marks the start of the next batch of returned results.

\n@param nextToken A string that marks the start of the next batch of returned results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetMetricStatisticsRequest" : { "c2jName" : "GetMetricStatisticsInput", "documentation" : "

Describes the inputs for GetMetricStatistics.

", "shapeName" : "GetMetricStatisticsRequest", "deprecated" : false, "required" : [ "Namespace", "MetricName", "StartTime", "EndTime", "Period", "Statistics" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The namespace of the metric, with or without spaces.

", "name" : "Namespace", "c2jName" : "Namespace", "c2jShape" : "Namespace", "variable" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The namespace of the metric, with or without spaces.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Namespace", "marshallLocationName" : "Namespace", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The namespace of the metric, with or without spaces.

\n@param namespace The namespace of the metric, with or without spaces.*/", "getterDocumentation" : "/**

The namespace of the metric, with or without spaces.

\n@return The namespace of the metric, with or without spaces.*/", "fluentSetterDocumentation" : "/**

The namespace of the metric, with or without spaces.

\n@param namespace The namespace of the metric, with or without spaces.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The namespace of the metric, with or without spaces.

\n@param namespace The namespace of the metric, with or without spaces.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the metric, with or without spaces.

", "name" : "MetricName", "c2jName" : "MetricName", "c2jShape" : "MetricName", "variable" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the metric, with or without spaces.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricName", "marshallLocationName" : "MetricName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the metric, with or without spaces.

\n@param metricName The name of the metric, with or without spaces.*/", "getterDocumentation" : "/**

The name of the metric, with or without spaces.

\n@return The name of the metric, with or without spaces.*/", "fluentSetterDocumentation" : "/**

The name of the metric, with or without spaces.

\n@param metricName The name of the metric, with or without spaces.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the metric, with or without spaces.

\n@param metricName The name of the metric, with or without spaces.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of dimensions describing qualities of the metric.

", "name" : "Dimensions", "c2jName" : "Dimensions", "c2jShape" : "Dimensions", "variable" : { "variableName" : "dimensions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of dimensions describing qualities of the metric.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "dimensions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Dimensions", "marshallLocationName" : "Dimensions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Dimension", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Dimension", "variable" : { "variableName" : "member", "variableType" : "Dimension", "variableDeclarationType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "setterModel" : { "variableName" : "member", "variableType" : "Dimension", "variableDeclarationType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "getterModel" : { "returnType" : "Dimension", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Dimension", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of dimensions describing qualities of the metric.

\n@param dimensions A list of dimensions describing qualities of the metric.*/", "getterDocumentation" : "/**

A list of dimensions describing qualities of the metric.

\n@return A list of dimensions describing qualities of the metric.*/", "fluentSetterDocumentation" : "/**

A list of dimensions describing qualities of the metric.

\n@param dimensions A list of dimensions describing qualities of the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of dimensions describing qualities of the metric.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDimensions(java.util.Collection)} or {@link #withDimensions(java.util.Collection)} if you want to override the existing values.

\n@param dimensions A list of dimensions describing qualities of the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The time stamp to use for determining the first datapoint to return. The value specified is inclusive; results include datapoints with the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

The specified start time is rounded down to the nearest value. Datapoints are returned for start times up to two weeks in the past. Specified start times that are more than two weeks in the past will not return datapoints for metrics that are older than two weeks.

Data that is timestamped 24 hours or more in the past may take in excess of 48 hours to become available from submission time using GetMetricStatistics.

", "name" : "StartTime", "c2jName" : "StartTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time stamp to use for determining the first datapoint to return. The value specified is inclusive; results include datapoints with the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

The specified start time is rounded down to the nearest value. Datapoints are returned for start times up to two weeks in the past. Specified start times that are more than two weeks in the past will not return datapoints for metrics that are older than two weeks.

Data that is timestamped 24 hours or more in the past may take in excess of 48 hours to become available from submission time using GetMetricStatistics.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartTime", "marshallLocationName" : "StartTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time stamp to use for determining the first datapoint to return. The value specified is inclusive; results include datapoints with the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

The specified start time is rounded down to the nearest value. Datapoints are returned for start times up to two weeks in the past. Specified start times that are more than two weeks in the past will not return datapoints for metrics that are older than two weeks.

Data that is timestamped 24 hours or more in the past may take in excess of 48 hours to become available from submission time using GetMetricStatistics.

\n@param startTime The time stamp to use for determining the first datapoint to return. The value specified is inclusive; results include datapoints with the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

The specified start time is rounded down to the nearest value. Datapoints are returned for start times up to two weeks in the past. Specified start times that are more than two weeks in the past will not return datapoints for metrics that are older than two weeks.

Data that is timestamped 24 hours or more in the past may take in excess of 48 hours to become available from submission time using GetMetricStatistics.

*/", "getterDocumentation" : "/**

The time stamp to use for determining the first datapoint to return. The value specified is inclusive; results include datapoints with the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

The specified start time is rounded down to the nearest value. Datapoints are returned for start times up to two weeks in the past. Specified start times that are more than two weeks in the past will not return datapoints for metrics that are older than two weeks.

Data that is timestamped 24 hours or more in the past may take in excess of 48 hours to become available from submission time using GetMetricStatistics.

\n@return The time stamp to use for determining the first datapoint to return. The value specified is inclusive; results include datapoints with the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

The specified start time is rounded down to the nearest value. Datapoints are returned for start times up to two weeks in the past. Specified start times that are more than two weeks in the past will not return datapoints for metrics that are older than two weeks.

Data that is timestamped 24 hours or more in the past may take in excess of 48 hours to become available from submission time using GetMetricStatistics.

*/", "fluentSetterDocumentation" : "/**

The time stamp to use for determining the first datapoint to return. The value specified is inclusive; results include datapoints with the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

The specified start time is rounded down to the nearest value. Datapoints are returned for start times up to two weeks in the past. Specified start times that are more than two weeks in the past will not return datapoints for metrics that are older than two weeks.

Data that is timestamped 24 hours or more in the past may take in excess of 48 hours to become available from submission time using GetMetricStatistics.

\n@param startTime The time stamp to use for determining the first datapoint to return. The value specified is inclusive; results include datapoints with the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

The specified start time is rounded down to the nearest value. Datapoints are returned for start times up to two weeks in the past. Specified start times that are more than two weeks in the past will not return datapoints for metrics that are older than two weeks.

Data that is timestamped 24 hours or more in the past may take in excess of 48 hours to become available from submission time using GetMetricStatistics.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time stamp to use for determining the first datapoint to return. The value specified is inclusive; results include datapoints with the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

The specified start time is rounded down to the nearest value. Datapoints are returned for start times up to two weeks in the past. Specified start times that are more than two weeks in the past will not return datapoints for metrics that are older than two weeks.

Data that is timestamped 24 hours or more in the past may take in excess of 48 hours to become available from submission time using GetMetricStatistics.

\n@param startTime The time stamp to use for determining the first datapoint to return. The value specified is inclusive; results include datapoints with the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

The specified start time is rounded down to the nearest value. Datapoints are returned for start times up to two weeks in the past. Specified start times that are more than two weeks in the past will not return datapoints for metrics that are older than two weeks.

Data that is timestamped 24 hours or more in the past may take in excess of 48 hours to become available from submission time using GetMetricStatistics.

\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The time stamp to use for determining the last datapoint to return. The value specified is exclusive; results will include datapoints up to the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

", "name" : "EndTime", "c2jName" : "EndTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time stamp to use for determining the last datapoint to return. The value specified is exclusive; results will include datapoints up to the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndTime", "marshallLocationName" : "EndTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time stamp to use for determining the last datapoint to return. The value specified is exclusive; results will include datapoints up to the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

\n@param endTime The time stamp to use for determining the last datapoint to return. The value specified is exclusive; results will include datapoints up to the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).*/", "getterDocumentation" : "/**

The time stamp to use for determining the last datapoint to return. The value specified is exclusive; results will include datapoints up to the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

\n@return The time stamp to use for determining the last datapoint to return. The value specified is exclusive; results will include datapoints up to the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).*/", "fluentSetterDocumentation" : "/**

The time stamp to use for determining the last datapoint to return. The value specified is exclusive; results will include datapoints up to the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

\n@param endTime The time stamp to use for determining the last datapoint to return. The value specified is exclusive; results will include datapoints up to the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time stamp to use for determining the last datapoint to return. The value specified is exclusive; results will include datapoints up to the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

\n@param endTime The time stamp to use for determining the last datapoint to return. The value specified is exclusive; results will include datapoints up to the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The granularity, in seconds, of the returned datapoints. A Period can be as short as one minute (60 seconds) or as long as one day (86,400 seconds), and must be a multiple of 60. The default value is 60.

", "name" : "Period", "c2jName" : "Period", "c2jShape" : "Period", "variable" : { "variableName" : "period", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The granularity, in seconds, of the returned datapoints. A Period can be as short as one minute (60 seconds) or as long as one day (86,400 seconds), and must be a multiple of 60. The default value is 60.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "period", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Period", "marshallLocationName" : "Period", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The granularity, in seconds, of the returned datapoints. A Period can be as short as one minute (60 seconds) or as long as one day (86,400 seconds), and must be a multiple of 60. The default value is 60.

\n@param period The granularity, in seconds, of the returned datapoints. A Period can be as short as one minute (60 seconds) or as long as one day (86,400 seconds), and must be a multiple of 60. The default value is 60.*/", "getterDocumentation" : "/**

The granularity, in seconds, of the returned datapoints. A Period can be as short as one minute (60 seconds) or as long as one day (86,400 seconds), and must be a multiple of 60. The default value is 60.

\n@return The granularity, in seconds, of the returned datapoints. A Period can be as short as one minute (60 seconds) or as long as one day (86,400 seconds), and must be a multiple of 60. The default value is 60.*/", "fluentSetterDocumentation" : "/**

The granularity, in seconds, of the returned datapoints. A Period can be as short as one minute (60 seconds) or as long as one day (86,400 seconds), and must be a multiple of 60. The default value is 60.

\n@param period The granularity, in seconds, of the returned datapoints. A Period can be as short as one minute (60 seconds) or as long as one day (86,400 seconds), and must be a multiple of 60. The default value is 60.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The granularity, in seconds, of the returned datapoints. A Period can be as short as one minute (60 seconds) or as long as one day (86,400 seconds), and must be a multiple of 60. The default value is 60.

\n@param period The granularity, in seconds, of the returned datapoints. A Period can be as short as one minute (60 seconds) or as long as one day (86,400 seconds), and must be a multiple of 60. The default value is 60.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The metric statistics to return. For information about specific statistics returned by GetMetricStatistics, see Statistics in the Amazon CloudWatch Developer Guide.

", "name" : "Statistics", "c2jName" : "Statistics", "c2jShape" : "Statistics", "variable" : { "variableName" : "statistics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The metric statistics to return. For information about specific statistics returned by GetMetricStatistics, see Statistics in the Amazon CloudWatch Developer Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "statistics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Statistics", "marshallLocationName" : "Statistics", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Statistic", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "Statistic", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member \n@see Statistic*/", "getterDocumentation" : "/**\n@return \n@see Statistic*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : "Statistic", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The metric statistics to return. For information about specific statistics returned by GetMetricStatistics, see Statistics in the Amazon CloudWatch Developer Guide.

\n@param statistics The metric statistics to return. For information about specific statistics returned by GetMetricStatistics, see Statistics in the Amazon CloudWatch Developer Guide.\n@see Statistic*/", "getterDocumentation" : "/**

The metric statistics to return. For information about specific statistics returned by GetMetricStatistics, see Statistics in the Amazon CloudWatch Developer Guide.

\n@return The metric statistics to return. For information about specific statistics returned by GetMetricStatistics, see Statistics in the Amazon CloudWatch Developer Guide.\n@see Statistic*/", "fluentSetterDocumentation" : "/**

The metric statistics to return. For information about specific statistics returned by GetMetricStatistics, see Statistics in the Amazon CloudWatch Developer Guide.

\n@param statistics The metric statistics to return. For information about specific statistics returned by GetMetricStatistics, see Statistics in the Amazon CloudWatch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/", "varargSetterDocumentation" : "/**

The metric statistics to return. For information about specific statistics returned by GetMetricStatistics, see Statistics in the Amazon CloudWatch Developer Guide.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setStatistics(java.util.Collection)} or {@link #withStatistics(java.util.Collection)} if you want to override the existing values.

\n@param statistics The metric statistics to return. For information about specific statistics returned by GetMetricStatistics, see Statistics in the Amazon CloudWatch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/" }, { "documentation" : "

The specific unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in all units being returned. If the metric only ever reports one unit, specifying a unit will have no effect.

", "name" : "Unit", "c2jName" : "Unit", "c2jShape" : "StandardUnit", "variable" : { "variableName" : "unit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The specific unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in all units being returned. If the metric only ever reports one unit, specifying a unit will have no effect.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "unit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Unit", "marshallLocationName" : "Unit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StandardUnit", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The specific unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in all units being returned. If the metric only ever reports one unit, specifying a unit will have no effect.

\n@param unit The specific unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in all units being returned. If the metric only ever reports one unit, specifying a unit will have no effect.\n@see StandardUnit*/", "getterDocumentation" : "/**

The specific unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in all units being returned. If the metric only ever reports one unit, specifying a unit will have no effect.

\n@return The specific unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in all units being returned. If the metric only ever reports one unit, specifying a unit will have no effect.\n@see StandardUnit*/", "fluentSetterDocumentation" : "/**

The specific unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in all units being returned. If the metric only ever reports one unit, specifying a unit will have no effect.

\n@param unit The specific unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in all units being returned. If the metric only ever reports one unit, specifying a unit will have no effect.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StandardUnit*/", "varargSetterDocumentation" : "/**

The specific unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in all units being returned. If the metric only ever reports one unit, specifying a unit will have no effect.

\n@param unit The specific unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in all units being returned. If the metric only ever reports one unit, specifying a unit will have no effect.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StandardUnit*/" } ], "enums" : null, "variable" : { "variableName" : "getMetricStatisticsRequest", "variableType" : "GetMetricStatisticsRequest", "variableDeclarationType" : "GetMetricStatisticsRequest", "documentation" : null, "simpleType" : "GetMetricStatisticsRequest", "variableSetterType" : "GetMetricStatisticsRequest" }, "marshaller" : { "action" : "GetMetricStatistics", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MetricName" : { "documentation" : "

The name of the metric, with or without spaces.

", "name" : "MetricName", "c2jName" : "MetricName", "c2jShape" : "MetricName", "variable" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the metric, with or without spaces.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricName", "marshallLocationName" : "MetricName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the metric, with or without spaces.

\n@param metricName The name of the metric, with or without spaces.*/", "getterDocumentation" : "/**

The name of the metric, with or without spaces.

\n@return The name of the metric, with or without spaces.*/", "fluentSetterDocumentation" : "/**

The name of the metric, with or without spaces.

\n@param metricName The name of the metric, with or without spaces.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the metric, with or without spaces.

\n@param metricName The name of the metric, with or without spaces.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EndTime" : { "documentation" : "

The time stamp to use for determining the last datapoint to return. The value specified is exclusive; results will include datapoints up to the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

", "name" : "EndTime", "c2jName" : "EndTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time stamp to use for determining the last datapoint to return. The value specified is exclusive; results will include datapoints up to the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndTime", "marshallLocationName" : "EndTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time stamp to use for determining the last datapoint to return. The value specified is exclusive; results will include datapoints up to the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

\n@param endTime The time stamp to use for determining the last datapoint to return. The value specified is exclusive; results will include datapoints up to the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).*/", "getterDocumentation" : "/**

The time stamp to use for determining the last datapoint to return. The value specified is exclusive; results will include datapoints up to the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

\n@return The time stamp to use for determining the last datapoint to return. The value specified is exclusive; results will include datapoints up to the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).*/", "fluentSetterDocumentation" : "/**

The time stamp to use for determining the last datapoint to return. The value specified is exclusive; results will include datapoints up to the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

\n@param endTime The time stamp to use for determining the last datapoint to return. The value specified is exclusive; results will include datapoints up to the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time stamp to use for determining the last datapoint to return. The value specified is exclusive; results will include datapoints up to the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

\n@param endTime The time stamp to use for determining the last datapoint to return. The value specified is exclusive; results will include datapoints up to the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartTime" : { "documentation" : "

The time stamp to use for determining the first datapoint to return. The value specified is inclusive; results include datapoints with the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

The specified start time is rounded down to the nearest value. Datapoints are returned for start times up to two weeks in the past. Specified start times that are more than two weeks in the past will not return datapoints for metrics that are older than two weeks.

Data that is timestamped 24 hours or more in the past may take in excess of 48 hours to become available from submission time using GetMetricStatistics.

", "name" : "StartTime", "c2jName" : "StartTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time stamp to use for determining the first datapoint to return. The value specified is inclusive; results include datapoints with the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

The specified start time is rounded down to the nearest value. Datapoints are returned for start times up to two weeks in the past. Specified start times that are more than two weeks in the past will not return datapoints for metrics that are older than two weeks.

Data that is timestamped 24 hours or more in the past may take in excess of 48 hours to become available from submission time using GetMetricStatistics.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartTime", "marshallLocationName" : "StartTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time stamp to use for determining the first datapoint to return. The value specified is inclusive; results include datapoints with the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

The specified start time is rounded down to the nearest value. Datapoints are returned for start times up to two weeks in the past. Specified start times that are more than two weeks in the past will not return datapoints for metrics that are older than two weeks.

Data that is timestamped 24 hours or more in the past may take in excess of 48 hours to become available from submission time using GetMetricStatistics.

\n@param startTime The time stamp to use for determining the first datapoint to return. The value specified is inclusive; results include datapoints with the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

The specified start time is rounded down to the nearest value. Datapoints are returned for start times up to two weeks in the past. Specified start times that are more than two weeks in the past will not return datapoints for metrics that are older than two weeks.

Data that is timestamped 24 hours or more in the past may take in excess of 48 hours to become available from submission time using GetMetricStatistics.

*/", "getterDocumentation" : "/**

The time stamp to use for determining the first datapoint to return. The value specified is inclusive; results include datapoints with the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

The specified start time is rounded down to the nearest value. Datapoints are returned for start times up to two weeks in the past. Specified start times that are more than two weeks in the past will not return datapoints for metrics that are older than two weeks.

Data that is timestamped 24 hours or more in the past may take in excess of 48 hours to become available from submission time using GetMetricStatistics.

\n@return The time stamp to use for determining the first datapoint to return. The value specified is inclusive; results include datapoints with the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

The specified start time is rounded down to the nearest value. Datapoints are returned for start times up to two weeks in the past. Specified start times that are more than two weeks in the past will not return datapoints for metrics that are older than two weeks.

Data that is timestamped 24 hours or more in the past may take in excess of 48 hours to become available from submission time using GetMetricStatistics.

*/", "fluentSetterDocumentation" : "/**

The time stamp to use for determining the first datapoint to return. The value specified is inclusive; results include datapoints with the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

The specified start time is rounded down to the nearest value. Datapoints are returned for start times up to two weeks in the past. Specified start times that are more than two weeks in the past will not return datapoints for metrics that are older than two weeks.

Data that is timestamped 24 hours or more in the past may take in excess of 48 hours to become available from submission time using GetMetricStatistics.

\n@param startTime The time stamp to use for determining the first datapoint to return. The value specified is inclusive; results include datapoints with the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

The specified start time is rounded down to the nearest value. Datapoints are returned for start times up to two weeks in the past. Specified start times that are more than two weeks in the past will not return datapoints for metrics that are older than two weeks.

Data that is timestamped 24 hours or more in the past may take in excess of 48 hours to become available from submission time using GetMetricStatistics.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time stamp to use for determining the first datapoint to return. The value specified is inclusive; results include datapoints with the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

The specified start time is rounded down to the nearest value. Datapoints are returned for start times up to two weeks in the past. Specified start times that are more than two weeks in the past will not return datapoints for metrics that are older than two weeks.

Data that is timestamped 24 hours or more in the past may take in excess of 48 hours to become available from submission time using GetMetricStatistics.

\n@param startTime The time stamp to use for determining the first datapoint to return. The value specified is inclusive; results include datapoints with the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z).

The specified start time is rounded down to the nearest value. Datapoints are returned for start times up to two weeks in the past. Specified start times that are more than two weeks in the past will not return datapoints for metrics that are older than two weeks.

Data that is timestamped 24 hours or more in the past may take in excess of 48 hours to become available from submission time using GetMetricStatistics.

\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Dimensions" : { "documentation" : "

A list of dimensions describing qualities of the metric.

", "name" : "Dimensions", "c2jName" : "Dimensions", "c2jShape" : "Dimensions", "variable" : { "variableName" : "dimensions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of dimensions describing qualities of the metric.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "dimensions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Dimensions", "marshallLocationName" : "Dimensions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Dimension", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Dimension", "variable" : { "variableName" : "member", "variableType" : "Dimension", "variableDeclarationType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "setterModel" : { "variableName" : "member", "variableType" : "Dimension", "variableDeclarationType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "getterModel" : { "returnType" : "Dimension", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Dimension", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of dimensions describing qualities of the metric.

\n@param dimensions A list of dimensions describing qualities of the metric.*/", "getterDocumentation" : "/**

A list of dimensions describing qualities of the metric.

\n@return A list of dimensions describing qualities of the metric.*/", "fluentSetterDocumentation" : "/**

A list of dimensions describing qualities of the metric.

\n@param dimensions A list of dimensions describing qualities of the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of dimensions describing qualities of the metric.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDimensions(java.util.Collection)} or {@link #withDimensions(java.util.Collection)} if you want to override the existing values.

\n@param dimensions A list of dimensions describing qualities of the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Period" : { "documentation" : "

The granularity, in seconds, of the returned datapoints. A Period can be as short as one minute (60 seconds) or as long as one day (86,400 seconds), and must be a multiple of 60. The default value is 60.

", "name" : "Period", "c2jName" : "Period", "c2jShape" : "Period", "variable" : { "variableName" : "period", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The granularity, in seconds, of the returned datapoints. A Period can be as short as one minute (60 seconds) or as long as one day (86,400 seconds), and must be a multiple of 60. The default value is 60.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "period", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Period", "marshallLocationName" : "Period", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The granularity, in seconds, of the returned datapoints. A Period can be as short as one minute (60 seconds) or as long as one day (86,400 seconds), and must be a multiple of 60. The default value is 60.

\n@param period The granularity, in seconds, of the returned datapoints. A Period can be as short as one minute (60 seconds) or as long as one day (86,400 seconds), and must be a multiple of 60. The default value is 60.*/", "getterDocumentation" : "/**

The granularity, in seconds, of the returned datapoints. A Period can be as short as one minute (60 seconds) or as long as one day (86,400 seconds), and must be a multiple of 60. The default value is 60.

\n@return The granularity, in seconds, of the returned datapoints. A Period can be as short as one minute (60 seconds) or as long as one day (86,400 seconds), and must be a multiple of 60. The default value is 60.*/", "fluentSetterDocumentation" : "/**

The granularity, in seconds, of the returned datapoints. A Period can be as short as one minute (60 seconds) or as long as one day (86,400 seconds), and must be a multiple of 60. The default value is 60.

\n@param period The granularity, in seconds, of the returned datapoints. A Period can be as short as one minute (60 seconds) or as long as one day (86,400 seconds), and must be a multiple of 60. The default value is 60.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The granularity, in seconds, of the returned datapoints. A Period can be as short as one minute (60 seconds) or as long as one day (86,400 seconds), and must be a multiple of 60. The default value is 60.

\n@param period The granularity, in seconds, of the returned datapoints. A Period can be as short as one minute (60 seconds) or as long as one day (86,400 seconds), and must be a multiple of 60. The default value is 60.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Unit" : { "documentation" : "

The specific unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in all units being returned. If the metric only ever reports one unit, specifying a unit will have no effect.

", "name" : "Unit", "c2jName" : "Unit", "c2jShape" : "StandardUnit", "variable" : { "variableName" : "unit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The specific unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in all units being returned. If the metric only ever reports one unit, specifying a unit will have no effect.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "unit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Unit", "marshallLocationName" : "Unit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StandardUnit", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The specific unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in all units being returned. If the metric only ever reports one unit, specifying a unit will have no effect.

\n@param unit The specific unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in all units being returned. If the metric only ever reports one unit, specifying a unit will have no effect.\n@see StandardUnit*/", "getterDocumentation" : "/**

The specific unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in all units being returned. If the metric only ever reports one unit, specifying a unit will have no effect.

\n@return The specific unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in all units being returned. If the metric only ever reports one unit, specifying a unit will have no effect.\n@see StandardUnit*/", "fluentSetterDocumentation" : "/**

The specific unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in all units being returned. If the metric only ever reports one unit, specifying a unit will have no effect.

\n@param unit The specific unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in all units being returned. If the metric only ever reports one unit, specifying a unit will have no effect.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StandardUnit*/", "varargSetterDocumentation" : "/**

The specific unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in all units being returned. If the metric only ever reports one unit, specifying a unit will have no effect.

\n@param unit The specific unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in all units being returned. If the metric only ever reports one unit, specifying a unit will have no effect.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StandardUnit*/" }, "Statistics" : { "documentation" : "

The metric statistics to return. For information about specific statistics returned by GetMetricStatistics, see Statistics in the Amazon CloudWatch Developer Guide.

", "name" : "Statistics", "c2jName" : "Statistics", "c2jShape" : "Statistics", "variable" : { "variableName" : "statistics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The metric statistics to return. For information about specific statistics returned by GetMetricStatistics, see Statistics in the Amazon CloudWatch Developer Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "statistics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Statistics", "marshallLocationName" : "Statistics", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Statistic", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "Statistic", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member \n@see Statistic*/", "getterDocumentation" : "/**\n@return \n@see Statistic*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : "Statistic", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The metric statistics to return. For information about specific statistics returned by GetMetricStatistics, see Statistics in the Amazon CloudWatch Developer Guide.

\n@param statistics The metric statistics to return. For information about specific statistics returned by GetMetricStatistics, see Statistics in the Amazon CloudWatch Developer Guide.\n@see Statistic*/", "getterDocumentation" : "/**

The metric statistics to return. For information about specific statistics returned by GetMetricStatistics, see Statistics in the Amazon CloudWatch Developer Guide.

\n@return The metric statistics to return. For information about specific statistics returned by GetMetricStatistics, see Statistics in the Amazon CloudWatch Developer Guide.\n@see Statistic*/", "fluentSetterDocumentation" : "/**

The metric statistics to return. For information about specific statistics returned by GetMetricStatistics, see Statistics in the Amazon CloudWatch Developer Guide.

\n@param statistics The metric statistics to return. For information about specific statistics returned by GetMetricStatistics, see Statistics in the Amazon CloudWatch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/", "varargSetterDocumentation" : "/**

The metric statistics to return. For information about specific statistics returned by GetMetricStatistics, see Statistics in the Amazon CloudWatch Developer Guide.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setStatistics(java.util.Collection)} or {@link #withStatistics(java.util.Collection)} if you want to override the existing values.

\n@param statistics The metric statistics to return. For information about specific statistics returned by GetMetricStatistics, see Statistics in the Amazon CloudWatch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/" }, "Namespace" : { "documentation" : "

The namespace of the metric, with or without spaces.

", "name" : "Namespace", "c2jName" : "Namespace", "c2jShape" : "Namespace", "variable" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The namespace of the metric, with or without spaces.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Namespace", "marshallLocationName" : "Namespace", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The namespace of the metric, with or without spaces.

\n@param namespace The namespace of the metric, with or without spaces.*/", "getterDocumentation" : "/**

The namespace of the metric, with or without spaces.

\n@return The namespace of the metric, with or without spaces.*/", "fluentSetterDocumentation" : "/**

The namespace of the metric, with or without spaces.

\n@param namespace The namespace of the metric, with or without spaces.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The namespace of the metric, with or without spaces.

\n@param namespace The namespace of the metric, with or without spaces.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PutMetricDataResult" : { "c2jName" : "PutMetricDataResult", "documentation" : null, "shapeName" : "PutMetricDataResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "putMetricDataResult", "variableType" : "PutMetricDataResult", "variableDeclarationType" : "PutMetricDataResult", "documentation" : null, "simpleType" : "PutMetricDataResult", "variableSetterType" : "PutMetricDataResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AlarmHistoryItem" : { "c2jName" : "AlarmHistoryItem", "documentation" : "

The AlarmHistoryItem data type contains descriptive information about the history of a specific alarm. If you call DescribeAlarmHistory, Amazon CloudWatch returns this data type as part of the DescribeAlarmHistoryResult data type.

", "shapeName" : "AlarmHistoryItem", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The descriptive name for the alarm.

", "name" : "AlarmName", "c2jName" : "AlarmName", "c2jShape" : "AlarmName", "variable" : { "variableName" : "alarmName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The descriptive name for the alarm.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alarmName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmName", "marshallLocationName" : "AlarmName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The descriptive name for the alarm.

\n@param alarmName The descriptive name for the alarm.*/", "getterDocumentation" : "/**

The descriptive name for the alarm.

\n@return The descriptive name for the alarm.*/", "fluentSetterDocumentation" : "/**

The descriptive name for the alarm.

\n@param alarmName The descriptive name for the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The descriptive name for the alarm.

\n@param alarmName The descriptive name for the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The time stamp for the alarm history item.

", "name" : "Timestamp", "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "variable" : { "variableName" : "timestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time stamp for the alarm history item.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "timestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "Timestamp", "marshallLocationName" : "Timestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time stamp for the alarm history item.

\n@param timestamp The time stamp for the alarm history item.*/", "getterDocumentation" : "/**

The time stamp for the alarm history item.

\n@return The time stamp for the alarm history item.*/", "fluentSetterDocumentation" : "/**

The time stamp for the alarm history item.

\n@param timestamp The time stamp for the alarm history item.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time stamp for the alarm history item.

\n@param timestamp The time stamp for the alarm history item.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The type of alarm history item.

", "name" : "HistoryItemType", "c2jName" : "HistoryItemType", "c2jShape" : "HistoryItemType", "variable" : { "variableName" : "historyItemType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The type of alarm history item.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "historyItemType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HistoryItemType", "marshallLocationName" : "HistoryItemType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "HistoryItemType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The type of alarm history item.

\n@param historyItemType The type of alarm history item.\n@see HistoryItemType*/", "getterDocumentation" : "/**

The type of alarm history item.

\n@return The type of alarm history item.\n@see HistoryItemType*/", "fluentSetterDocumentation" : "/**

The type of alarm history item.

\n@param historyItemType The type of alarm history item.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HistoryItemType*/", "varargSetterDocumentation" : "/**

The type of alarm history item.

\n@param historyItemType The type of alarm history item.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HistoryItemType*/" }, { "documentation" : "

A human-readable summary of the alarm history.

", "name" : "HistorySummary", "c2jName" : "HistorySummary", "c2jShape" : "HistorySummary", "variable" : { "variableName" : "historySummary", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A human-readable summary of the alarm history.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "historySummary", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HistorySummary", "marshallLocationName" : "HistorySummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A human-readable summary of the alarm history.

\n@param historySummary A human-readable summary of the alarm history.*/", "getterDocumentation" : "/**

A human-readable summary of the alarm history.

\n@return A human-readable summary of the alarm history.*/", "fluentSetterDocumentation" : "/**

A human-readable summary of the alarm history.

\n@param historySummary A human-readable summary of the alarm history.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A human-readable summary of the alarm history.

\n@param historySummary A human-readable summary of the alarm history.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Machine-readable data about the alarm in JSON format.

", "name" : "HistoryData", "c2jName" : "HistoryData", "c2jShape" : "HistoryData", "variable" : { "variableName" : "historyData", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Machine-readable data about the alarm in JSON format.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "historyData", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HistoryData", "marshallLocationName" : "HistoryData", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Machine-readable data about the alarm in JSON format.

\n@param historyData Machine-readable data about the alarm in JSON format.*/", "getterDocumentation" : "/**

Machine-readable data about the alarm in JSON format.

\n@return Machine-readable data about the alarm in JSON format.*/", "fluentSetterDocumentation" : "/**

Machine-readable data about the alarm in JSON format.

\n@param historyData Machine-readable data about the alarm in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Machine-readable data about the alarm in JSON format.

\n@param historyData Machine-readable data about the alarm in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "alarmHistoryItem", "variableType" : "AlarmHistoryItem", "variableDeclarationType" : "AlarmHistoryItem", "documentation" : null, "simpleType" : "AlarmHistoryItem", "variableSetterType" : "AlarmHistoryItem" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HistoryData" : { "documentation" : "

Machine-readable data about the alarm in JSON format.

", "name" : "HistoryData", "c2jName" : "HistoryData", "c2jShape" : "HistoryData", "variable" : { "variableName" : "historyData", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Machine-readable data about the alarm in JSON format.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "historyData", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HistoryData", "marshallLocationName" : "HistoryData", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Machine-readable data about the alarm in JSON format.

\n@param historyData Machine-readable data about the alarm in JSON format.*/", "getterDocumentation" : "/**

Machine-readable data about the alarm in JSON format.

\n@return Machine-readable data about the alarm in JSON format.*/", "fluentSetterDocumentation" : "/**

Machine-readable data about the alarm in JSON format.

\n@param historyData Machine-readable data about the alarm in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Machine-readable data about the alarm in JSON format.

\n@param historyData Machine-readable data about the alarm in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AlarmName" : { "documentation" : "

The descriptive name for the alarm.

", "name" : "AlarmName", "c2jName" : "AlarmName", "c2jShape" : "AlarmName", "variable" : { "variableName" : "alarmName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The descriptive name for the alarm.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alarmName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmName", "marshallLocationName" : "AlarmName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The descriptive name for the alarm.

\n@param alarmName The descriptive name for the alarm.*/", "getterDocumentation" : "/**

The descriptive name for the alarm.

\n@return The descriptive name for the alarm.*/", "fluentSetterDocumentation" : "/**

The descriptive name for the alarm.

\n@param alarmName The descriptive name for the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The descriptive name for the alarm.

\n@param alarmName The descriptive name for the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HistoryItemType" : { "documentation" : "

The type of alarm history item.

", "name" : "HistoryItemType", "c2jName" : "HistoryItemType", "c2jShape" : "HistoryItemType", "variable" : { "variableName" : "historyItemType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The type of alarm history item.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "historyItemType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HistoryItemType", "marshallLocationName" : "HistoryItemType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "HistoryItemType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The type of alarm history item.

\n@param historyItemType The type of alarm history item.\n@see HistoryItemType*/", "getterDocumentation" : "/**

The type of alarm history item.

\n@return The type of alarm history item.\n@see HistoryItemType*/", "fluentSetterDocumentation" : "/**

The type of alarm history item.

\n@param historyItemType The type of alarm history item.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HistoryItemType*/", "varargSetterDocumentation" : "/**

The type of alarm history item.

\n@param historyItemType The type of alarm history item.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HistoryItemType*/" }, "HistorySummary" : { "documentation" : "

A human-readable summary of the alarm history.

", "name" : "HistorySummary", "c2jName" : "HistorySummary", "c2jShape" : "HistorySummary", "variable" : { "variableName" : "historySummary", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A human-readable summary of the alarm history.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "historySummary", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HistorySummary", "marshallLocationName" : "HistorySummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A human-readable summary of the alarm history.

\n@param historySummary A human-readable summary of the alarm history.*/", "getterDocumentation" : "/**

A human-readable summary of the alarm history.

\n@return A human-readable summary of the alarm history.*/", "fluentSetterDocumentation" : "/**

A human-readable summary of the alarm history.

\n@param historySummary A human-readable summary of the alarm history.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A human-readable summary of the alarm history.

\n@param historySummary A human-readable summary of the alarm history.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Timestamp" : { "documentation" : "

The time stamp for the alarm history item.

", "name" : "Timestamp", "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "variable" : { "variableName" : "timestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time stamp for the alarm history item.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "timestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "Timestamp", "marshallLocationName" : "Timestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time stamp for the alarm history item.

\n@param timestamp The time stamp for the alarm history item.*/", "getterDocumentation" : "/**

The time stamp for the alarm history item.

\n@return The time stamp for the alarm history item.*/", "fluentSetterDocumentation" : "/**

The time stamp for the alarm history item.

\n@param timestamp The time stamp for the alarm history item.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time stamp for the alarm history item.

\n@param timestamp The time stamp for the alarm history item.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "MetricDatum" : { "c2jName" : "MetricDatum", "documentation" : "

The MetricDatum data type encapsulates the information sent with PutMetricData to either create a new metric or add new values to be aggregated into an existing metric.

", "shapeName" : "MetricDatum", "deprecated" : false, "required" : [ "MetricName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the metric.

", "name" : "MetricName", "c2jName" : "MetricName", "c2jShape" : "MetricName", "variable" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricName", "marshallLocationName" : "MetricName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the metric.

\n@param metricName The name of the metric.*/", "getterDocumentation" : "/**

The name of the metric.

\n@return The name of the metric.*/", "fluentSetterDocumentation" : "/**

The name of the metric.

\n@param metricName The name of the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the metric.

\n@param metricName The name of the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of dimensions associated with the metric. Note, when using the Dimensions value in a query, you need to append .member.N to it (e.g., Dimensions.member.N).

", "name" : "Dimensions", "c2jName" : "Dimensions", "c2jShape" : "Dimensions", "variable" : { "variableName" : "dimensions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of dimensions associated with the metric. Note, when using the Dimensions value in a query, you need to append .member.N to it (e.g., Dimensions.member.N).

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "dimensions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Dimensions", "marshallLocationName" : "Dimensions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Dimension", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Dimension", "variable" : { "variableName" : "member", "variableType" : "Dimension", "variableDeclarationType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "setterModel" : { "variableName" : "member", "variableType" : "Dimension", "variableDeclarationType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "getterModel" : { "returnType" : "Dimension", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Dimension", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of dimensions associated with the metric. Note, when using the Dimensions value in a query, you need to append .member.N to it (e.g., Dimensions.member.N).

\n@param dimensions A list of dimensions associated with the metric. Note, when using the Dimensions value in a query, you need to append .member.N to it (e.g., Dimensions.member.N).*/", "getterDocumentation" : "/**

A list of dimensions associated with the metric. Note, when using the Dimensions value in a query, you need to append .member.N to it (e.g., Dimensions.member.N).

\n@return A list of dimensions associated with the metric. Note, when using the Dimensions value in a query, you need to append .member.N to it (e.g., Dimensions.member.N).*/", "fluentSetterDocumentation" : "/**

A list of dimensions associated with the metric. Note, when using the Dimensions value in a query, you need to append .member.N to it (e.g., Dimensions.member.N).

\n@param dimensions A list of dimensions associated with the metric. Note, when using the Dimensions value in a query, you need to append .member.N to it (e.g., Dimensions.member.N).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of dimensions associated with the metric. Note, when using the Dimensions value in a query, you need to append .member.N to it (e.g., Dimensions.member.N).

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDimensions(java.util.Collection)} or {@link #withDimensions(java.util.Collection)} if you want to override the existing values.

\n@param dimensions A list of dimensions associated with the metric. Note, when using the Dimensions value in a query, you need to append .member.N to it (e.g., Dimensions.member.N).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The time stamp used for the metric in ISO 8601 Universal Coordinated Time (UTC) format. If not specified, the default value is set to the time the metric data was received.

", "name" : "Timestamp", "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "variable" : { "variableName" : "timestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time stamp used for the metric in ISO 8601 Universal Coordinated Time (UTC) format. If not specified, the default value is set to the time the metric data was received.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "timestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "Timestamp", "marshallLocationName" : "Timestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time stamp used for the metric in ISO 8601 Universal Coordinated Time (UTC) format. If not specified, the default value is set to the time the metric data was received.

\n@param timestamp The time stamp used for the metric in ISO 8601 Universal Coordinated Time (UTC) format. If not specified, the default value is set to the time the metric data was received.*/", "getterDocumentation" : "/**

The time stamp used for the metric in ISO 8601 Universal Coordinated Time (UTC) format. If not specified, the default value is set to the time the metric data was received.

\n@return The time stamp used for the metric in ISO 8601 Universal Coordinated Time (UTC) format. If not specified, the default value is set to the time the metric data was received.*/", "fluentSetterDocumentation" : "/**

The time stamp used for the metric in ISO 8601 Universal Coordinated Time (UTC) format. If not specified, the default value is set to the time the metric data was received.

\n@param timestamp The time stamp used for the metric in ISO 8601 Universal Coordinated Time (UTC) format. If not specified, the default value is set to the time the metric data was received.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time stamp used for the metric in ISO 8601 Universal Coordinated Time (UTC) format. If not specified, the default value is set to the time the metric data was received.

\n@param timestamp The time stamp used for the metric in ISO 8601 Universal Coordinated Time (UTC) format. If not specified, the default value is set to the time the metric data was received.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The value for the metric.

Although the Value parameter accepts numbers of type Double, Amazon CloudWatch rejects values that are either too small or too large. Values must be in the range of 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). In addition, special values (e.g., NaN, +Infinity, -Infinity) are not supported.

", "name" : "Value", "c2jName" : "Value", "c2jShape" : "DatapointValue", "variable" : { "variableName" : "value", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The value for the metric.

Although the Value parameter accepts numbers of type Double, Amazon CloudWatch rejects values that are either too small or too large. Values must be in the range of 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). In addition, special values (e.g., NaN, +Infinity, -Infinity) are not supported.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "value", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value for the metric.

Although the Value parameter accepts numbers of type Double, Amazon CloudWatch rejects values that are either too small or too large. Values must be in the range of 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). In addition, special values (e.g., NaN, +Infinity, -Infinity) are not supported.

\n@param value The value for the metric.

Although the Value parameter accepts numbers of type Double, Amazon CloudWatch rejects values that are either too small or too large. Values must be in the range of 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). In addition, special values (e.g., NaN, +Infinity, -Infinity) are not supported.

*/", "getterDocumentation" : "/**

The value for the metric.

Although the Value parameter accepts numbers of type Double, Amazon CloudWatch rejects values that are either too small or too large. Values must be in the range of 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). In addition, special values (e.g., NaN, +Infinity, -Infinity) are not supported.

\n@return The value for the metric.

Although the Value parameter accepts numbers of type Double, Amazon CloudWatch rejects values that are either too small or too large. Values must be in the range of 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). In addition, special values (e.g., NaN, +Infinity, -Infinity) are not supported.

*/", "fluentSetterDocumentation" : "/**

The value for the metric.

Although the Value parameter accepts numbers of type Double, Amazon CloudWatch rejects values that are either too small or too large. Values must be in the range of 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). In addition, special values (e.g., NaN, +Infinity, -Infinity) are not supported.

\n@param value The value for the metric.

Although the Value parameter accepts numbers of type Double, Amazon CloudWatch rejects values that are either too small or too large. Values must be in the range of 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). In addition, special values (e.g., NaN, +Infinity, -Infinity) are not supported.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value for the metric.

Although the Value parameter accepts numbers of type Double, Amazon CloudWatch rejects values that are either too small or too large. Values must be in the range of 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). In addition, special values (e.g., NaN, +Infinity, -Infinity) are not supported.

\n@param value The value for the metric.

Although the Value parameter accepts numbers of type Double, Amazon CloudWatch rejects values that are either too small or too large. Values must be in the range of 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). In addition, special values (e.g., NaN, +Infinity, -Infinity) are not supported.

\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A set of statistical values describing the metric.

", "name" : "StatisticValues", "c2jName" : "StatisticValues", "c2jShape" : "StatisticSet", "variable" : { "variableName" : "statisticValues", "variableType" : "StatisticSet", "variableDeclarationType" : "StatisticSet", "documentation" : "

A set of statistical values describing the metric.

", "simpleType" : "StatisticSet", "variableSetterType" : "StatisticSet" }, "setterModel" : { "variableName" : "statisticValues", "variableType" : "StatisticSet", "variableDeclarationType" : "StatisticSet", "documentation" : "", "simpleType" : "StatisticSet", "variableSetterType" : "StatisticSet" }, "getterModel" : { "returnType" : "StatisticSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "StatisticValues", "marshallLocationName" : "StatisticValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

A set of statistical values describing the metric.

\n@param statisticValues A set of statistical values describing the metric.*/", "getterDocumentation" : "/**

A set of statistical values describing the metric.

\n@return A set of statistical values describing the metric.*/", "fluentSetterDocumentation" : "/**

A set of statistical values describing the metric.

\n@param statisticValues A set of statistical values describing the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A set of statistical values describing the metric.

\n@param statisticValues A set of statistical values describing the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The unit of the metric.

", "name" : "Unit", "c2jName" : "Unit", "c2jShape" : "StandardUnit", "variable" : { "variableName" : "unit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unit of the metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "unit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Unit", "marshallLocationName" : "Unit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StandardUnit", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unit of the metric.

\n@param unit The unit of the metric.\n@see StandardUnit*/", "getterDocumentation" : "/**

The unit of the metric.

\n@return The unit of the metric.\n@see StandardUnit*/", "fluentSetterDocumentation" : "/**

The unit of the metric.

\n@param unit The unit of the metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StandardUnit*/", "varargSetterDocumentation" : "/**

The unit of the metric.

\n@param unit The unit of the metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StandardUnit*/" } ], "enums" : null, "variable" : { "variableName" : "metricDatum", "variableType" : "MetricDatum", "variableDeclarationType" : "MetricDatum", "documentation" : null, "simpleType" : "MetricDatum", "variableSetterType" : "MetricDatum" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MetricName" : { "documentation" : "

The name of the metric.

", "name" : "MetricName", "c2jName" : "MetricName", "c2jShape" : "MetricName", "variable" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricName", "marshallLocationName" : "MetricName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the metric.

\n@param metricName The name of the metric.*/", "getterDocumentation" : "/**

The name of the metric.

\n@return The name of the metric.*/", "fluentSetterDocumentation" : "/**

The name of the metric.

\n@param metricName The name of the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the metric.

\n@param metricName The name of the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StatisticValues" : { "documentation" : "

A set of statistical values describing the metric.

", "name" : "StatisticValues", "c2jName" : "StatisticValues", "c2jShape" : "StatisticSet", "variable" : { "variableName" : "statisticValues", "variableType" : "StatisticSet", "variableDeclarationType" : "StatisticSet", "documentation" : "

A set of statistical values describing the metric.

", "simpleType" : "StatisticSet", "variableSetterType" : "StatisticSet" }, "setterModel" : { "variableName" : "statisticValues", "variableType" : "StatisticSet", "variableDeclarationType" : "StatisticSet", "documentation" : "", "simpleType" : "StatisticSet", "variableSetterType" : "StatisticSet" }, "getterModel" : { "returnType" : "StatisticSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "StatisticValues", "marshallLocationName" : "StatisticValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

A set of statistical values describing the metric.

\n@param statisticValues A set of statistical values describing the metric.*/", "getterDocumentation" : "/**

A set of statistical values describing the metric.

\n@return A set of statistical values describing the metric.*/", "fluentSetterDocumentation" : "/**

A set of statistical values describing the metric.

\n@param statisticValues A set of statistical values describing the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A set of statistical values describing the metric.

\n@param statisticValues A set of statistical values describing the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Value" : { "documentation" : "

The value for the metric.

Although the Value parameter accepts numbers of type Double, Amazon CloudWatch rejects values that are either too small or too large. Values must be in the range of 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). In addition, special values (e.g., NaN, +Infinity, -Infinity) are not supported.

", "name" : "Value", "c2jName" : "Value", "c2jShape" : "DatapointValue", "variable" : { "variableName" : "value", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The value for the metric.

Although the Value parameter accepts numbers of type Double, Amazon CloudWatch rejects values that are either too small or too large. Values must be in the range of 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). In addition, special values (e.g., NaN, +Infinity, -Infinity) are not supported.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "value", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value for the metric.

Although the Value parameter accepts numbers of type Double, Amazon CloudWatch rejects values that are either too small or too large. Values must be in the range of 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). In addition, special values (e.g., NaN, +Infinity, -Infinity) are not supported.

\n@param value The value for the metric.

Although the Value parameter accepts numbers of type Double, Amazon CloudWatch rejects values that are either too small or too large. Values must be in the range of 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). In addition, special values (e.g., NaN, +Infinity, -Infinity) are not supported.

*/", "getterDocumentation" : "/**

The value for the metric.

Although the Value parameter accepts numbers of type Double, Amazon CloudWatch rejects values that are either too small or too large. Values must be in the range of 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). In addition, special values (e.g., NaN, +Infinity, -Infinity) are not supported.

\n@return The value for the metric.

Although the Value parameter accepts numbers of type Double, Amazon CloudWatch rejects values that are either too small or too large. Values must be in the range of 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). In addition, special values (e.g., NaN, +Infinity, -Infinity) are not supported.

*/", "fluentSetterDocumentation" : "/**

The value for the metric.

Although the Value parameter accepts numbers of type Double, Amazon CloudWatch rejects values that are either too small or too large. Values must be in the range of 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). In addition, special values (e.g., NaN, +Infinity, -Infinity) are not supported.

\n@param value The value for the metric.

Although the Value parameter accepts numbers of type Double, Amazon CloudWatch rejects values that are either too small or too large. Values must be in the range of 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). In addition, special values (e.g., NaN, +Infinity, -Infinity) are not supported.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value for the metric.

Although the Value parameter accepts numbers of type Double, Amazon CloudWatch rejects values that are either too small or too large. Values must be in the range of 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). In addition, special values (e.g., NaN, +Infinity, -Infinity) are not supported.

\n@param value The value for the metric.

Although the Value parameter accepts numbers of type Double, Amazon CloudWatch rejects values that are either too small or too large. Values must be in the range of 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). In addition, special values (e.g., NaN, +Infinity, -Infinity) are not supported.

\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Dimensions" : { "documentation" : "

A list of dimensions associated with the metric. Note, when using the Dimensions value in a query, you need to append .member.N to it (e.g., Dimensions.member.N).

", "name" : "Dimensions", "c2jName" : "Dimensions", "c2jShape" : "Dimensions", "variable" : { "variableName" : "dimensions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of dimensions associated with the metric. Note, when using the Dimensions value in a query, you need to append .member.N to it (e.g., Dimensions.member.N).

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "dimensions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Dimensions", "marshallLocationName" : "Dimensions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Dimension", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Dimension", "variable" : { "variableName" : "member", "variableType" : "Dimension", "variableDeclarationType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "setterModel" : { "variableName" : "member", "variableType" : "Dimension", "variableDeclarationType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "getterModel" : { "returnType" : "Dimension", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Dimension", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of dimensions associated with the metric. Note, when using the Dimensions value in a query, you need to append .member.N to it (e.g., Dimensions.member.N).

\n@param dimensions A list of dimensions associated with the metric. Note, when using the Dimensions value in a query, you need to append .member.N to it (e.g., Dimensions.member.N).*/", "getterDocumentation" : "/**

A list of dimensions associated with the metric. Note, when using the Dimensions value in a query, you need to append .member.N to it (e.g., Dimensions.member.N).

\n@return A list of dimensions associated with the metric. Note, when using the Dimensions value in a query, you need to append .member.N to it (e.g., Dimensions.member.N).*/", "fluentSetterDocumentation" : "/**

A list of dimensions associated with the metric. Note, when using the Dimensions value in a query, you need to append .member.N to it (e.g., Dimensions.member.N).

\n@param dimensions A list of dimensions associated with the metric. Note, when using the Dimensions value in a query, you need to append .member.N to it (e.g., Dimensions.member.N).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of dimensions associated with the metric. Note, when using the Dimensions value in a query, you need to append .member.N to it (e.g., Dimensions.member.N).

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDimensions(java.util.Collection)} or {@link #withDimensions(java.util.Collection)} if you want to override the existing values.

\n@param dimensions A list of dimensions associated with the metric. Note, when using the Dimensions value in a query, you need to append .member.N to it (e.g., Dimensions.member.N).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Unit" : { "documentation" : "

The unit of the metric.

", "name" : "Unit", "c2jName" : "Unit", "c2jShape" : "StandardUnit", "variable" : { "variableName" : "unit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unit of the metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "unit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Unit", "marshallLocationName" : "Unit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StandardUnit", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unit of the metric.

\n@param unit The unit of the metric.\n@see StandardUnit*/", "getterDocumentation" : "/**

The unit of the metric.

\n@return The unit of the metric.\n@see StandardUnit*/", "fluentSetterDocumentation" : "/**

The unit of the metric.

\n@param unit The unit of the metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StandardUnit*/", "varargSetterDocumentation" : "/**

The unit of the metric.

\n@param unit The unit of the metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StandardUnit*/" }, "Timestamp" : { "documentation" : "

The time stamp used for the metric in ISO 8601 Universal Coordinated Time (UTC) format. If not specified, the default value is set to the time the metric data was received.

", "name" : "Timestamp", "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "variable" : { "variableName" : "timestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time stamp used for the metric in ISO 8601 Universal Coordinated Time (UTC) format. If not specified, the default value is set to the time the metric data was received.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "timestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "Timestamp", "marshallLocationName" : "Timestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time stamp used for the metric in ISO 8601 Universal Coordinated Time (UTC) format. If not specified, the default value is set to the time the metric data was received.

\n@param timestamp The time stamp used for the metric in ISO 8601 Universal Coordinated Time (UTC) format. If not specified, the default value is set to the time the metric data was received.*/", "getterDocumentation" : "/**

The time stamp used for the metric in ISO 8601 Universal Coordinated Time (UTC) format. If not specified, the default value is set to the time the metric data was received.

\n@return The time stamp used for the metric in ISO 8601 Universal Coordinated Time (UTC) format. If not specified, the default value is set to the time the metric data was received.*/", "fluentSetterDocumentation" : "/**

The time stamp used for the metric in ISO 8601 Universal Coordinated Time (UTC) format. If not specified, the default value is set to the time the metric data was received.

\n@param timestamp The time stamp used for the metric in ISO 8601 Universal Coordinated Time (UTC) format. If not specified, the default value is set to the time the metric data was received.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time stamp used for the metric in ISO 8601 Universal Coordinated Time (UTC) format. If not specified, the default value is set to the time the metric data was received.

\n@param timestamp The time stamp used for the metric in ISO 8601 Universal Coordinated Time (UTC) format. If not specified, the default value is set to the time the metric data was received.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeAlarmHistoryRequest" : { "c2jName" : "DescribeAlarmHistoryInput", "documentation" : "

Describes the inputs for DescribeAlarmHistory.

", "shapeName" : "DescribeAlarmHistoryRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the alarm.

", "name" : "AlarmName", "c2jName" : "AlarmName", "c2jShape" : "AlarmName", "variable" : { "variableName" : "alarmName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the alarm.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alarmName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmName", "marshallLocationName" : "AlarmName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the alarm.

\n@param alarmName The name of the alarm.*/", "getterDocumentation" : "/**

The name of the alarm.

\n@return The name of the alarm.*/", "fluentSetterDocumentation" : "/**

The name of the alarm.

\n@param alarmName The name of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the alarm.

\n@param alarmName The name of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The type of alarm histories to retrieve.

", "name" : "HistoryItemType", "c2jName" : "HistoryItemType", "c2jShape" : "HistoryItemType", "variable" : { "variableName" : "historyItemType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The type of alarm histories to retrieve.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "historyItemType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HistoryItemType", "marshallLocationName" : "HistoryItemType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "HistoryItemType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The type of alarm histories to retrieve.

\n@param historyItemType The type of alarm histories to retrieve.\n@see HistoryItemType*/", "getterDocumentation" : "/**

The type of alarm histories to retrieve.

\n@return The type of alarm histories to retrieve.\n@see HistoryItemType*/", "fluentSetterDocumentation" : "/**

The type of alarm histories to retrieve.

\n@param historyItemType The type of alarm histories to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HistoryItemType*/", "varargSetterDocumentation" : "/**

The type of alarm histories to retrieve.

\n@param historyItemType The type of alarm histories to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HistoryItemType*/" }, { "documentation" : "

The starting date to retrieve alarm history.

", "name" : "StartDate", "c2jName" : "StartDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "startDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The starting date to retrieve alarm history.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "startDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartDate", "marshallLocationName" : "StartDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The starting date to retrieve alarm history.

\n@param startDate The starting date to retrieve alarm history.*/", "getterDocumentation" : "/**

The starting date to retrieve alarm history.

\n@return The starting date to retrieve alarm history.*/", "fluentSetterDocumentation" : "/**

The starting date to retrieve alarm history.

\n@param startDate The starting date to retrieve alarm history.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The starting date to retrieve alarm history.

\n@param startDate The starting date to retrieve alarm history.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The ending date to retrieve alarm history.

", "name" : "EndDate", "c2jName" : "EndDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "endDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The ending date to retrieve alarm history.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "endDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndDate", "marshallLocationName" : "EndDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ending date to retrieve alarm history.

\n@param endDate The ending date to retrieve alarm history.*/", "getterDocumentation" : "/**

The ending date to retrieve alarm history.

\n@return The ending date to retrieve alarm history.*/", "fluentSetterDocumentation" : "/**

The ending date to retrieve alarm history.

\n@param endDate The ending date to retrieve alarm history.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ending date to retrieve alarm history.

\n@param endDate The ending date to retrieve alarm history.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of alarm history records to retrieve.

", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "MaxRecords", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of alarm history records to retrieve.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of alarm history records to retrieve.

\n@param maxRecords The maximum number of alarm history records to retrieve.*/", "getterDocumentation" : "/**

The maximum number of alarm history records to retrieve.

\n@return The maximum number of alarm history records to retrieve.*/", "fluentSetterDocumentation" : "/**

The maximum number of alarm history records to retrieve.

\n@param maxRecords The maximum number of alarm history records to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of alarm history records to retrieve.

\n@param maxRecords The maximum number of alarm history records to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The token returned by a previous call to indicate that there is more data available.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The token returned by a previous call to indicate that there is more data available.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The token returned by a previous call to indicate that there is more data available.

\n@param nextToken The token returned by a previous call to indicate that there is more data available.*/", "getterDocumentation" : "/**

The token returned by a previous call to indicate that there is more data available.

\n@return The token returned by a previous call to indicate that there is more data available.*/", "fluentSetterDocumentation" : "/**

The token returned by a previous call to indicate that there is more data available.

\n@param nextToken The token returned by a previous call to indicate that there is more data available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The token returned by a previous call to indicate that there is more data available.

\n@param nextToken The token returned by a previous call to indicate that there is more data available.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeAlarmHistoryRequest", "variableType" : "DescribeAlarmHistoryRequest", "variableDeclarationType" : "DescribeAlarmHistoryRequest", "documentation" : null, "simpleType" : "DescribeAlarmHistoryRequest", "variableSetterType" : "DescribeAlarmHistoryRequest" }, "marshaller" : { "action" : "DescribeAlarmHistory", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StartDate" : { "documentation" : "

The starting date to retrieve alarm history.

", "name" : "StartDate", "c2jName" : "StartDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "startDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The starting date to retrieve alarm history.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "startDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartDate", "marshallLocationName" : "StartDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The starting date to retrieve alarm history.

\n@param startDate The starting date to retrieve alarm history.*/", "getterDocumentation" : "/**

The starting date to retrieve alarm history.

\n@return The starting date to retrieve alarm history.*/", "fluentSetterDocumentation" : "/**

The starting date to retrieve alarm history.

\n@param startDate The starting date to retrieve alarm history.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The starting date to retrieve alarm history.

\n@param startDate The starting date to retrieve alarm history.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AlarmName" : { "documentation" : "

The name of the alarm.

", "name" : "AlarmName", "c2jName" : "AlarmName", "c2jShape" : "AlarmName", "variable" : { "variableName" : "alarmName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the alarm.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alarmName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmName", "marshallLocationName" : "AlarmName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the alarm.

\n@param alarmName The name of the alarm.*/", "getterDocumentation" : "/**

The name of the alarm.

\n@return The name of the alarm.*/", "fluentSetterDocumentation" : "/**

The name of the alarm.

\n@param alarmName The name of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the alarm.

\n@param alarmName The name of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

The token returned by a previous call to indicate that there is more data available.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The token returned by a previous call to indicate that there is more data available.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The token returned by a previous call to indicate that there is more data available.

\n@param nextToken The token returned by a previous call to indicate that there is more data available.*/", "getterDocumentation" : "/**

The token returned by a previous call to indicate that there is more data available.

\n@return The token returned by a previous call to indicate that there is more data available.*/", "fluentSetterDocumentation" : "/**

The token returned by a previous call to indicate that there is more data available.

\n@param nextToken The token returned by a previous call to indicate that there is more data available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The token returned by a previous call to indicate that there is more data available.

\n@param nextToken The token returned by a previous call to indicate that there is more data available.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HistoryItemType" : { "documentation" : "

The type of alarm histories to retrieve.

", "name" : "HistoryItemType", "c2jName" : "HistoryItemType", "c2jShape" : "HistoryItemType", "variable" : { "variableName" : "historyItemType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The type of alarm histories to retrieve.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "historyItemType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HistoryItemType", "marshallLocationName" : "HistoryItemType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "HistoryItemType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The type of alarm histories to retrieve.

\n@param historyItemType The type of alarm histories to retrieve.\n@see HistoryItemType*/", "getterDocumentation" : "/**

The type of alarm histories to retrieve.

\n@return The type of alarm histories to retrieve.\n@see HistoryItemType*/", "fluentSetterDocumentation" : "/**

The type of alarm histories to retrieve.

\n@param historyItemType The type of alarm histories to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HistoryItemType*/", "varargSetterDocumentation" : "/**

The type of alarm histories to retrieve.

\n@param historyItemType The type of alarm histories to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HistoryItemType*/" }, "EndDate" : { "documentation" : "

The ending date to retrieve alarm history.

", "name" : "EndDate", "c2jName" : "EndDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "endDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The ending date to retrieve alarm history.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "endDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndDate", "marshallLocationName" : "EndDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ending date to retrieve alarm history.

\n@param endDate The ending date to retrieve alarm history.*/", "getterDocumentation" : "/**

The ending date to retrieve alarm history.

\n@return The ending date to retrieve alarm history.*/", "fluentSetterDocumentation" : "/**

The ending date to retrieve alarm history.

\n@param endDate The ending date to retrieve alarm history.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ending date to retrieve alarm history.

\n@param endDate The ending date to retrieve alarm history.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

The maximum number of alarm history records to retrieve.

", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "MaxRecords", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of alarm history records to retrieve.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of alarm history records to retrieve.

\n@param maxRecords The maximum number of alarm history records to retrieve.*/", "getterDocumentation" : "/**

The maximum number of alarm history records to retrieve.

\n@return The maximum number of alarm history records to retrieve.*/", "fluentSetterDocumentation" : "/**

The maximum number of alarm history records to retrieve.

\n@param maxRecords The maximum number of alarm history records to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of alarm history records to retrieve.

\n@param maxRecords The maximum number of alarm history records to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Dimension" : { "c2jName" : "Dimension", "documentation" : "

The Dimension data type further expands on the identity of a metric using a Name, Value pair.

For examples that use one or more dimensions, see PutMetricData.

", "shapeName" : "Dimension", "deprecated" : false, "required" : [ "Name", "Value" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the dimension.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DimensionName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the dimension.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the dimension.

\n@param name The name of the dimension.*/", "getterDocumentation" : "/**

The name of the dimension.

\n@return The name of the dimension.*/", "fluentSetterDocumentation" : "/**

The name of the dimension.

\n@param name The name of the dimension.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the dimension.

\n@param name The name of the dimension.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The value representing the dimension measurement

", "name" : "Value", "c2jName" : "Value", "c2jShape" : "DimensionValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The value representing the dimension measurement

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value representing the dimension measurement

\n@param value The value representing the dimension measurement*/", "getterDocumentation" : "/**

The value representing the dimension measurement

\n@return The value representing the dimension measurement*/", "fluentSetterDocumentation" : "/**

The value representing the dimension measurement

\n@param value The value representing the dimension measurement\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value representing the dimension measurement

\n@param value The value representing the dimension measurement\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "dimension", "variableType" : "Dimension", "variableDeclarationType" : "Dimension", "documentation" : null, "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Value" : { "documentation" : "

The value representing the dimension measurement

", "name" : "Value", "c2jName" : "Value", "c2jShape" : "DimensionValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The value representing the dimension measurement

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value representing the dimension measurement

\n@param value The value representing the dimension measurement*/", "getterDocumentation" : "/**

The value representing the dimension measurement

\n@return The value representing the dimension measurement*/", "fluentSetterDocumentation" : "/**

The value representing the dimension measurement

\n@param value The value representing the dimension measurement\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value representing the dimension measurement

\n@param value The value representing the dimension measurement\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

The name of the dimension.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DimensionName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the dimension.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the dimension.

\n@param name The name of the dimension.*/", "getterDocumentation" : "/**

The name of the dimension.

\n@return The name of the dimension.*/", "fluentSetterDocumentation" : "/**

The name of the dimension.

\n@param name The name of the dimension.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the dimension.

\n@param name The name of the dimension.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeAlarmsForMetricRequest" : { "c2jName" : "DescribeAlarmsForMetricInput", "documentation" : "

Describes the inputs for DescribeAlarmsForMetric.

", "shapeName" : "DescribeAlarmsForMetricRequest", "deprecated" : false, "required" : [ "MetricName", "Namespace" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the metric.

", "name" : "MetricName", "c2jName" : "MetricName", "c2jShape" : "MetricName", "variable" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricName", "marshallLocationName" : "MetricName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the metric.

\n@param metricName The name of the metric.*/", "getterDocumentation" : "/**

The name of the metric.

\n@return The name of the metric.*/", "fluentSetterDocumentation" : "/**

The name of the metric.

\n@param metricName The name of the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the metric.

\n@param metricName The name of the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The namespace of the metric.

", "name" : "Namespace", "c2jName" : "Namespace", "c2jShape" : "Namespace", "variable" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The namespace of the metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Namespace", "marshallLocationName" : "Namespace", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The namespace of the metric.

\n@param namespace The namespace of the metric.*/", "getterDocumentation" : "/**

The namespace of the metric.

\n@return The namespace of the metric.*/", "fluentSetterDocumentation" : "/**

The namespace of the metric.

\n@param namespace The namespace of the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The namespace of the metric.

\n@param namespace The namespace of the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The statistic for the metric.

", "name" : "Statistic", "c2jName" : "Statistic", "c2jShape" : "Statistic", "variable" : { "variableName" : "statistic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The statistic for the metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statistic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Statistic", "marshallLocationName" : "Statistic", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "Statistic", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The statistic for the metric.

\n@param statistic The statistic for the metric.\n@see Statistic*/", "getterDocumentation" : "/**

The statistic for the metric.

\n@return The statistic for the metric.\n@see Statistic*/", "fluentSetterDocumentation" : "/**

The statistic for the metric.

\n@param statistic The statistic for the metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/", "varargSetterDocumentation" : "/**

The statistic for the metric.

\n@param statistic The statistic for the metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/" }, { "documentation" : "

The list of dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the DescribeAlarmsForMetric to succeed.

", "name" : "Dimensions", "c2jName" : "Dimensions", "c2jShape" : "Dimensions", "variable" : { "variableName" : "dimensions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The list of dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the DescribeAlarmsForMetric to succeed.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "dimensions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Dimensions", "marshallLocationName" : "Dimensions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Dimension", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Dimension", "variable" : { "variableName" : "member", "variableType" : "Dimension", "variableDeclarationType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "setterModel" : { "variableName" : "member", "variableType" : "Dimension", "variableDeclarationType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "getterModel" : { "returnType" : "Dimension", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Dimension", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the DescribeAlarmsForMetric to succeed.

\n@param dimensions The list of dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the DescribeAlarmsForMetric to succeed.*/", "getterDocumentation" : "/**

The list of dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the DescribeAlarmsForMetric to succeed.

\n@return The list of dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the DescribeAlarmsForMetric to succeed.*/", "fluentSetterDocumentation" : "/**

The list of dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the DescribeAlarmsForMetric to succeed.

\n@param dimensions The list of dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the DescribeAlarmsForMetric to succeed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the DescribeAlarmsForMetric to succeed.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDimensions(java.util.Collection)} or {@link #withDimensions(java.util.Collection)} if you want to override the existing values.

\n@param dimensions The list of dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the DescribeAlarmsForMetric to succeed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The period in seconds over which the statistic is applied.

", "name" : "Period", "c2jName" : "Period", "c2jShape" : "Period", "variable" : { "variableName" : "period", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The period in seconds over which the statistic is applied.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "period", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Period", "marshallLocationName" : "Period", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The period in seconds over which the statistic is applied.

\n@param period The period in seconds over which the statistic is applied.*/", "getterDocumentation" : "/**

The period in seconds over which the statistic is applied.

\n@return The period in seconds over which the statistic is applied.*/", "fluentSetterDocumentation" : "/**

The period in seconds over which the statistic is applied.

\n@param period The period in seconds over which the statistic is applied.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The period in seconds over which the statistic is applied.

\n@param period The period in seconds over which the statistic is applied.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The unit for the metric.

", "name" : "Unit", "c2jName" : "Unit", "c2jShape" : "StandardUnit", "variable" : { "variableName" : "unit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unit for the metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "unit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Unit", "marshallLocationName" : "Unit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StandardUnit", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unit for the metric.

\n@param unit The unit for the metric.\n@see StandardUnit*/", "getterDocumentation" : "/**

The unit for the metric.

\n@return The unit for the metric.\n@see StandardUnit*/", "fluentSetterDocumentation" : "/**

The unit for the metric.

\n@param unit The unit for the metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StandardUnit*/", "varargSetterDocumentation" : "/**

The unit for the metric.

\n@param unit The unit for the metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StandardUnit*/" } ], "enums" : null, "variable" : { "variableName" : "describeAlarmsForMetricRequest", "variableType" : "DescribeAlarmsForMetricRequest", "variableDeclarationType" : "DescribeAlarmsForMetricRequest", "documentation" : null, "simpleType" : "DescribeAlarmsForMetricRequest", "variableSetterType" : "DescribeAlarmsForMetricRequest" }, "marshaller" : { "action" : "DescribeAlarmsForMetric", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MetricName" : { "documentation" : "

The name of the metric.

", "name" : "MetricName", "c2jName" : "MetricName", "c2jShape" : "MetricName", "variable" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricName", "marshallLocationName" : "MetricName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the metric.

\n@param metricName The name of the metric.*/", "getterDocumentation" : "/**

The name of the metric.

\n@return The name of the metric.*/", "fluentSetterDocumentation" : "/**

The name of the metric.

\n@param metricName The name of the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the metric.

\n@param metricName The name of the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Statistic" : { "documentation" : "

The statistic for the metric.

", "name" : "Statistic", "c2jName" : "Statistic", "c2jShape" : "Statistic", "variable" : { "variableName" : "statistic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The statistic for the metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statistic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Statistic", "marshallLocationName" : "Statistic", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "Statistic", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The statistic for the metric.

\n@param statistic The statistic for the metric.\n@see Statistic*/", "getterDocumentation" : "/**

The statistic for the metric.

\n@return The statistic for the metric.\n@see Statistic*/", "fluentSetterDocumentation" : "/**

The statistic for the metric.

\n@param statistic The statistic for the metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/", "varargSetterDocumentation" : "/**

The statistic for the metric.

\n@param statistic The statistic for the metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Statistic*/" }, "Dimensions" : { "documentation" : "

The list of dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the DescribeAlarmsForMetric to succeed.

", "name" : "Dimensions", "c2jName" : "Dimensions", "c2jShape" : "Dimensions", "variable" : { "variableName" : "dimensions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The list of dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the DescribeAlarmsForMetric to succeed.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "dimensions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Dimensions", "marshallLocationName" : "Dimensions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Dimension", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Dimension", "variable" : { "variableName" : "member", "variableType" : "Dimension", "variableDeclarationType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "setterModel" : { "variableName" : "member", "variableType" : "Dimension", "variableDeclarationType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "getterModel" : { "returnType" : "Dimension", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Dimension", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the DescribeAlarmsForMetric to succeed.

\n@param dimensions The list of dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the DescribeAlarmsForMetric to succeed.*/", "getterDocumentation" : "/**

The list of dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the DescribeAlarmsForMetric to succeed.

\n@return The list of dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the DescribeAlarmsForMetric to succeed.*/", "fluentSetterDocumentation" : "/**

The list of dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the DescribeAlarmsForMetric to succeed.

\n@param dimensions The list of dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the DescribeAlarmsForMetric to succeed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the DescribeAlarmsForMetric to succeed.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDimensions(java.util.Collection)} or {@link #withDimensions(java.util.Collection)} if you want to override the existing values.

\n@param dimensions The list of dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the DescribeAlarmsForMetric to succeed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Period" : { "documentation" : "

The period in seconds over which the statistic is applied.

", "name" : "Period", "c2jName" : "Period", "c2jShape" : "Period", "variable" : { "variableName" : "period", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The period in seconds over which the statistic is applied.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "period", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Period", "marshallLocationName" : "Period", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The period in seconds over which the statistic is applied.

\n@param period The period in seconds over which the statistic is applied.*/", "getterDocumentation" : "/**

The period in seconds over which the statistic is applied.

\n@return The period in seconds over which the statistic is applied.*/", "fluentSetterDocumentation" : "/**

The period in seconds over which the statistic is applied.

\n@param period The period in seconds over which the statistic is applied.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The period in seconds over which the statistic is applied.

\n@param period The period in seconds over which the statistic is applied.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Unit" : { "documentation" : "

The unit for the metric.

", "name" : "Unit", "c2jName" : "Unit", "c2jShape" : "StandardUnit", "variable" : { "variableName" : "unit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unit for the metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "unit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Unit", "marshallLocationName" : "Unit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StandardUnit", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unit for the metric.

\n@param unit The unit for the metric.\n@see StandardUnit*/", "getterDocumentation" : "/**

The unit for the metric.

\n@return The unit for the metric.\n@see StandardUnit*/", "fluentSetterDocumentation" : "/**

The unit for the metric.

\n@param unit The unit for the metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StandardUnit*/", "varargSetterDocumentation" : "/**

The unit for the metric.

\n@param unit The unit for the metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StandardUnit*/" }, "Namespace" : { "documentation" : "

The namespace of the metric.

", "name" : "Namespace", "c2jName" : "Namespace", "c2jShape" : "Namespace", "variable" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The namespace of the metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Namespace", "marshallLocationName" : "Namespace", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The namespace of the metric.

\n@param namespace The namespace of the metric.*/", "getterDocumentation" : "/**

The namespace of the metric.

\n@return The namespace of the metric.*/", "fluentSetterDocumentation" : "/**

The namespace of the metric.

\n@param namespace The namespace of the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The namespace of the metric.

\n@param namespace The namespace of the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "StatisticSet" : { "c2jName" : "StatisticSet", "documentation" : "

The StatisticSet data type describes the StatisticValues component of MetricDatum, and represents a set of statistics that describes a specific metric.

", "shapeName" : "StatisticSet", "deprecated" : false, "required" : [ "SampleCount", "Sum", "Minimum", "Maximum" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The number of samples used for the statistic set.

", "name" : "SampleCount", "c2jName" : "SampleCount", "c2jShape" : "DatapointValue", "variable" : { "variableName" : "sampleCount", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The number of samples used for the statistic set.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "sampleCount", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "SampleCount", "marshallLocationName" : "SampleCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The number of samples used for the statistic set.

\n@param sampleCount The number of samples used for the statistic set.*/", "getterDocumentation" : "/**

The number of samples used for the statistic set.

\n@return The number of samples used for the statistic set.*/", "fluentSetterDocumentation" : "/**

The number of samples used for the statistic set.

\n@param sampleCount The number of samples used for the statistic set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of samples used for the statistic set.

\n@param sampleCount The number of samples used for the statistic set.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The sum of values for the sample set.

", "name" : "Sum", "c2jName" : "Sum", "c2jShape" : "DatapointValue", "variable" : { "variableName" : "sum", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The sum of values for the sample set.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "sum", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "Sum", "marshallLocationName" : "Sum", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The sum of values for the sample set.

\n@param sum The sum of values for the sample set.*/", "getterDocumentation" : "/**

The sum of values for the sample set.

\n@return The sum of values for the sample set.*/", "fluentSetterDocumentation" : "/**

The sum of values for the sample set.

\n@param sum The sum of values for the sample set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The sum of values for the sample set.

\n@param sum The sum of values for the sample set.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The minimum value of the sample set.

", "name" : "Minimum", "c2jName" : "Minimum", "c2jShape" : "DatapointValue", "variable" : { "variableName" : "minimum", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The minimum value of the sample set.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "minimum", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "Minimum", "marshallLocationName" : "Minimum", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The minimum value of the sample set.

\n@param minimum The minimum value of the sample set.*/", "getterDocumentation" : "/**

The minimum value of the sample set.

\n@return The minimum value of the sample set.*/", "fluentSetterDocumentation" : "/**

The minimum value of the sample set.

\n@param minimum The minimum value of the sample set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The minimum value of the sample set.

\n@param minimum The minimum value of the sample set.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum value of the sample set.

", "name" : "Maximum", "c2jName" : "Maximum", "c2jShape" : "DatapointValue", "variable" : { "variableName" : "maximum", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The maximum value of the sample set.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "maximum", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "Maximum", "marshallLocationName" : "Maximum", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum value of the sample set.

\n@param maximum The maximum value of the sample set.*/", "getterDocumentation" : "/**

The maximum value of the sample set.

\n@return The maximum value of the sample set.*/", "fluentSetterDocumentation" : "/**

The maximum value of the sample set.

\n@param maximum The maximum value of the sample set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum value of the sample set.

\n@param maximum The maximum value of the sample set.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "statisticSet", "variableType" : "StatisticSet", "variableDeclarationType" : "StatisticSet", "documentation" : null, "simpleType" : "StatisticSet", "variableSetterType" : "StatisticSet" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Minimum" : { "documentation" : "

The minimum value of the sample set.

", "name" : "Minimum", "c2jName" : "Minimum", "c2jShape" : "DatapointValue", "variable" : { "variableName" : "minimum", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The minimum value of the sample set.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "minimum", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "Minimum", "marshallLocationName" : "Minimum", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The minimum value of the sample set.

\n@param minimum The minimum value of the sample set.*/", "getterDocumentation" : "/**

The minimum value of the sample set.

\n@return The minimum value of the sample set.*/", "fluentSetterDocumentation" : "/**

The minimum value of the sample set.

\n@param minimum The minimum value of the sample set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The minimum value of the sample set.

\n@param minimum The minimum value of the sample set.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Maximum" : { "documentation" : "

The maximum value of the sample set.

", "name" : "Maximum", "c2jName" : "Maximum", "c2jShape" : "DatapointValue", "variable" : { "variableName" : "maximum", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The maximum value of the sample set.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "maximum", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "Maximum", "marshallLocationName" : "Maximum", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum value of the sample set.

\n@param maximum The maximum value of the sample set.*/", "getterDocumentation" : "/**

The maximum value of the sample set.

\n@return The maximum value of the sample set.*/", "fluentSetterDocumentation" : "/**

The maximum value of the sample set.

\n@param maximum The maximum value of the sample set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum value of the sample set.

\n@param maximum The maximum value of the sample set.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SampleCount" : { "documentation" : "

The number of samples used for the statistic set.

", "name" : "SampleCount", "c2jName" : "SampleCount", "c2jShape" : "DatapointValue", "variable" : { "variableName" : "sampleCount", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The number of samples used for the statistic set.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "sampleCount", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "SampleCount", "marshallLocationName" : "SampleCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The number of samples used for the statistic set.

\n@param sampleCount The number of samples used for the statistic set.*/", "getterDocumentation" : "/**

The number of samples used for the statistic set.

\n@return The number of samples used for the statistic set.*/", "fluentSetterDocumentation" : "/**

The number of samples used for the statistic set.

\n@param sampleCount The number of samples used for the statistic set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of samples used for the statistic set.

\n@param sampleCount The number of samples used for the statistic set.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Sum" : { "documentation" : "

The sum of values for the sample set.

", "name" : "Sum", "c2jName" : "Sum", "c2jShape" : "DatapointValue", "variable" : { "variableName" : "sum", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The sum of values for the sample set.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "sum", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "Sum", "marshallLocationName" : "Sum", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The sum of values for the sample set.

\n@param sum The sum of values for the sample set.*/", "getterDocumentation" : "/**

The sum of values for the sample set.

\n@return The sum of values for the sample set.*/", "fluentSetterDocumentation" : "/**

The sum of values for the sample set.

\n@param sum The sum of values for the sample set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The sum of values for the sample set.

\n@param sum The sum of values for the sample set.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InternalServiceException" : { "c2jName" : "InternalServiceFault", "documentation" : "

Indicates that the request processing has failed due to some unknown error, exception, or failure.

", "shapeName" : "InternalServiceException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "internalServiceException", "variableType" : "InternalServiceException", "variableDeclarationType" : "InternalServiceException", "documentation" : null, "simpleType" : "InternalServiceException", "variableSetterType" : "InternalServiceException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InternalServiceError", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DimensionFilter" : { "c2jName" : "DimensionFilter", "documentation" : "

The DimensionFilter data type is used to filter ListMetrics results.

", "shapeName" : "DimensionFilter", "deprecated" : false, "required" : [ "Name" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The dimension name to be matched.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DimensionName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The dimension name to be matched.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The dimension name to be matched.

\n@param name The dimension name to be matched.*/", "getterDocumentation" : "/**

The dimension name to be matched.

\n@return The dimension name to be matched.*/", "fluentSetterDocumentation" : "/**

The dimension name to be matched.

\n@param name The dimension name to be matched.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The dimension name to be matched.

\n@param name The dimension name to be matched.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The value of the dimension to be matched.

Specifying a Name without specifying a Value returns all values associated with that Name.

", "name" : "Value", "c2jName" : "Value", "c2jShape" : "DimensionValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The value of the dimension to be matched.

Specifying a Name without specifying a Value returns all values associated with that Name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value of the dimension to be matched.

Specifying a Name without specifying a Value returns all values associated with that Name.

\n@param value The value of the dimension to be matched.

Specifying a Name without specifying a Value returns all values associated with that Name.

*/", "getterDocumentation" : "/**

The value of the dimension to be matched.

Specifying a Name without specifying a Value returns all values associated with that Name.

\n@return The value of the dimension to be matched.

Specifying a Name without specifying a Value returns all values associated with that Name.

*/", "fluentSetterDocumentation" : "/**

The value of the dimension to be matched.

Specifying a Name without specifying a Value returns all values associated with that Name.

\n@param value The value of the dimension to be matched.

Specifying a Name without specifying a Value returns all values associated with that Name.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value of the dimension to be matched.

Specifying a Name without specifying a Value returns all values associated with that Name.

\n@param value The value of the dimension to be matched.

Specifying a Name without specifying a Value returns all values associated with that Name.

\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "dimensionFilter", "variableType" : "DimensionFilter", "variableDeclarationType" : "DimensionFilter", "documentation" : null, "simpleType" : "DimensionFilter", "variableSetterType" : "DimensionFilter" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Value" : { "documentation" : "

The value of the dimension to be matched.

Specifying a Name without specifying a Value returns all values associated with that Name.

", "name" : "Value", "c2jName" : "Value", "c2jShape" : "DimensionValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The value of the dimension to be matched.

Specifying a Name without specifying a Value returns all values associated with that Name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value of the dimension to be matched.

Specifying a Name without specifying a Value returns all values associated with that Name.

\n@param value The value of the dimension to be matched.

Specifying a Name without specifying a Value returns all values associated with that Name.

*/", "getterDocumentation" : "/**

The value of the dimension to be matched.

Specifying a Name without specifying a Value returns all values associated with that Name.

\n@return The value of the dimension to be matched.

Specifying a Name without specifying a Value returns all values associated with that Name.

*/", "fluentSetterDocumentation" : "/**

The value of the dimension to be matched.

Specifying a Name without specifying a Value returns all values associated with that Name.

\n@param value The value of the dimension to be matched.

Specifying a Name without specifying a Value returns all values associated with that Name.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value of the dimension to be matched.

Specifying a Name without specifying a Value returns all values associated with that Name.

\n@param value The value of the dimension to be matched.

Specifying a Name without specifying a Value returns all values associated with that Name.

\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

The dimension name to be matched.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DimensionName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The dimension name to be matched.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The dimension name to be matched.

\n@param name The dimension name to be matched.*/", "getterDocumentation" : "/**

The dimension name to be matched.

\n@return The dimension name to be matched.*/", "fluentSetterDocumentation" : "/**

The dimension name to be matched.

\n@param name The dimension name to be matched.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The dimension name to be matched.

\n@param name The dimension name to be matched.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "EnableAlarmActionsRequest" : { "c2jName" : "EnableAlarmActionsInput", "documentation" : "

Describes the inputs for EnableAlarmActions.

", "shapeName" : "EnableAlarmActionsRequest", "deprecated" : false, "required" : [ "AlarmNames" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The names of the alarms to enable actions for.

", "name" : "AlarmNames", "c2jName" : "AlarmNames", "c2jShape" : "AlarmNames", "variable" : { "variableName" : "alarmNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The names of the alarms to enable actions for.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "alarmNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmNames", "marshallLocationName" : "AlarmNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AlarmName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The names of the alarms to enable actions for.

\n@param alarmNames The names of the alarms to enable actions for.*/", "getterDocumentation" : "/**

The names of the alarms to enable actions for.

\n@return The names of the alarms to enable actions for.*/", "fluentSetterDocumentation" : "/**

The names of the alarms to enable actions for.

\n@param alarmNames The names of the alarms to enable actions for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The names of the alarms to enable actions for.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAlarmNames(java.util.Collection)} or {@link #withAlarmNames(java.util.Collection)} if you want to override the existing values.

\n@param alarmNames The names of the alarms to enable actions for.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "enableAlarmActionsRequest", "variableType" : "EnableAlarmActionsRequest", "variableDeclarationType" : "EnableAlarmActionsRequest", "documentation" : null, "simpleType" : "EnableAlarmActionsRequest", "variableSetterType" : "EnableAlarmActionsRequest" }, "marshaller" : { "action" : "EnableAlarmActions", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AlarmNames" : { "documentation" : "

The names of the alarms to enable actions for.

", "name" : "AlarmNames", "c2jName" : "AlarmNames", "c2jShape" : "AlarmNames", "variable" : { "variableName" : "alarmNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The names of the alarms to enable actions for.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "alarmNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmNames", "marshallLocationName" : "AlarmNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AlarmName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The names of the alarms to enable actions for.

\n@param alarmNames The names of the alarms to enable actions for.*/", "getterDocumentation" : "/**

The names of the alarms to enable actions for.

\n@return The names of the alarms to enable actions for.*/", "fluentSetterDocumentation" : "/**

The names of the alarms to enable actions for.

\n@param alarmNames The names of the alarms to enable actions for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The names of the alarms to enable actions for.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAlarmNames(java.util.Collection)} or {@link #withAlarmNames(java.util.Collection)} if you want to override the existing values.

\n@param alarmNames The names of the alarms to enable actions for.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Datapoint" : { "c2jName" : "Datapoint", "documentation" : "

The Datapoint data type encapsulates the statistical data that Amazon CloudWatch computes from metric data.

", "shapeName" : "Datapoint", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The time stamp used for the datapoint.

", "name" : "Timestamp", "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "variable" : { "variableName" : "timestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time stamp used for the datapoint.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "timestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "Timestamp", "marshallLocationName" : "Timestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time stamp used for the datapoint.

\n@param timestamp The time stamp used for the datapoint.*/", "getterDocumentation" : "/**

The time stamp used for the datapoint.

\n@return The time stamp used for the datapoint.*/", "fluentSetterDocumentation" : "/**

The time stamp used for the datapoint.

\n@param timestamp The time stamp used for the datapoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time stamp used for the datapoint.

\n@param timestamp The time stamp used for the datapoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The number of metric values that contributed to the aggregate value of this datapoint.

", "name" : "SampleCount", "c2jName" : "SampleCount", "c2jShape" : "DatapointValue", "variable" : { "variableName" : "sampleCount", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The number of metric values that contributed to the aggregate value of this datapoint.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "sampleCount", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "SampleCount", "marshallLocationName" : "SampleCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The number of metric values that contributed to the aggregate value of this datapoint.

\n@param sampleCount The number of metric values that contributed to the aggregate value of this datapoint.*/", "getterDocumentation" : "/**

The number of metric values that contributed to the aggregate value of this datapoint.

\n@return The number of metric values that contributed to the aggregate value of this datapoint.*/", "fluentSetterDocumentation" : "/**

The number of metric values that contributed to the aggregate value of this datapoint.

\n@param sampleCount The number of metric values that contributed to the aggregate value of this datapoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of metric values that contributed to the aggregate value of this datapoint.

\n@param sampleCount The number of metric values that contributed to the aggregate value of this datapoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The average of metric values that correspond to the datapoint.

", "name" : "Average", "c2jName" : "Average", "c2jShape" : "DatapointValue", "variable" : { "variableName" : "average", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The average of metric values that correspond to the datapoint.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "average", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "Average", "marshallLocationName" : "Average", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The average of metric values that correspond to the datapoint.

\n@param average The average of metric values that correspond to the datapoint.*/", "getterDocumentation" : "/**

The average of metric values that correspond to the datapoint.

\n@return The average of metric values that correspond to the datapoint.*/", "fluentSetterDocumentation" : "/**

The average of metric values that correspond to the datapoint.

\n@param average The average of metric values that correspond to the datapoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The average of metric values that correspond to the datapoint.

\n@param average The average of metric values that correspond to the datapoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The sum of metric values used for the datapoint.

", "name" : "Sum", "c2jName" : "Sum", "c2jShape" : "DatapointValue", "variable" : { "variableName" : "sum", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The sum of metric values used for the datapoint.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "sum", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "Sum", "marshallLocationName" : "Sum", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The sum of metric values used for the datapoint.

\n@param sum The sum of metric values used for the datapoint.*/", "getterDocumentation" : "/**

The sum of metric values used for the datapoint.

\n@return The sum of metric values used for the datapoint.*/", "fluentSetterDocumentation" : "/**

The sum of metric values used for the datapoint.

\n@param sum The sum of metric values used for the datapoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The sum of metric values used for the datapoint.

\n@param sum The sum of metric values used for the datapoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The minimum metric value used for the datapoint.

", "name" : "Minimum", "c2jName" : "Minimum", "c2jShape" : "DatapointValue", "variable" : { "variableName" : "minimum", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The minimum metric value used for the datapoint.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "minimum", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "Minimum", "marshallLocationName" : "Minimum", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The minimum metric value used for the datapoint.

\n@param minimum The minimum metric value used for the datapoint.*/", "getterDocumentation" : "/**

The minimum metric value used for the datapoint.

\n@return The minimum metric value used for the datapoint.*/", "fluentSetterDocumentation" : "/**

The minimum metric value used for the datapoint.

\n@param minimum The minimum metric value used for the datapoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The minimum metric value used for the datapoint.

\n@param minimum The minimum metric value used for the datapoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum of the metric value used for the datapoint.

", "name" : "Maximum", "c2jName" : "Maximum", "c2jShape" : "DatapointValue", "variable" : { "variableName" : "maximum", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The maximum of the metric value used for the datapoint.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "maximum", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "Maximum", "marshallLocationName" : "Maximum", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum of the metric value used for the datapoint.

\n@param maximum The maximum of the metric value used for the datapoint.*/", "getterDocumentation" : "/**

The maximum of the metric value used for the datapoint.

\n@return The maximum of the metric value used for the datapoint.*/", "fluentSetterDocumentation" : "/**

The maximum of the metric value used for the datapoint.

\n@param maximum The maximum of the metric value used for the datapoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum of the metric value used for the datapoint.

\n@param maximum The maximum of the metric value used for the datapoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The standard unit used for the datapoint.

", "name" : "Unit", "c2jName" : "Unit", "c2jShape" : "StandardUnit", "variable" : { "variableName" : "unit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The standard unit used for the datapoint.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "unit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Unit", "marshallLocationName" : "Unit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StandardUnit", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The standard unit used for the datapoint.

\n@param unit The standard unit used for the datapoint.\n@see StandardUnit*/", "getterDocumentation" : "/**

The standard unit used for the datapoint.

\n@return The standard unit used for the datapoint.\n@see StandardUnit*/", "fluentSetterDocumentation" : "/**

The standard unit used for the datapoint.

\n@param unit The standard unit used for the datapoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StandardUnit*/", "varargSetterDocumentation" : "/**

The standard unit used for the datapoint.

\n@param unit The standard unit used for the datapoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StandardUnit*/" } ], "enums" : null, "variable" : { "variableName" : "datapoint", "variableType" : "Datapoint", "variableDeclarationType" : "Datapoint", "documentation" : null, "simpleType" : "Datapoint", "variableSetterType" : "Datapoint" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Minimum" : { "documentation" : "

The minimum metric value used for the datapoint.

", "name" : "Minimum", "c2jName" : "Minimum", "c2jShape" : "DatapointValue", "variable" : { "variableName" : "minimum", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The minimum metric value used for the datapoint.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "minimum", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "Minimum", "marshallLocationName" : "Minimum", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The minimum metric value used for the datapoint.

\n@param minimum The minimum metric value used for the datapoint.*/", "getterDocumentation" : "/**

The minimum metric value used for the datapoint.

\n@return The minimum metric value used for the datapoint.*/", "fluentSetterDocumentation" : "/**

The minimum metric value used for the datapoint.

\n@param minimum The minimum metric value used for the datapoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The minimum metric value used for the datapoint.

\n@param minimum The minimum metric value used for the datapoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Maximum" : { "documentation" : "

The maximum of the metric value used for the datapoint.

", "name" : "Maximum", "c2jName" : "Maximum", "c2jShape" : "DatapointValue", "variable" : { "variableName" : "maximum", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The maximum of the metric value used for the datapoint.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "maximum", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "Maximum", "marshallLocationName" : "Maximum", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum of the metric value used for the datapoint.

\n@param maximum The maximum of the metric value used for the datapoint.*/", "getterDocumentation" : "/**

The maximum of the metric value used for the datapoint.

\n@return The maximum of the metric value used for the datapoint.*/", "fluentSetterDocumentation" : "/**

The maximum of the metric value used for the datapoint.

\n@param maximum The maximum of the metric value used for the datapoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum of the metric value used for the datapoint.

\n@param maximum The maximum of the metric value used for the datapoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Average" : { "documentation" : "

The average of metric values that correspond to the datapoint.

", "name" : "Average", "c2jName" : "Average", "c2jShape" : "DatapointValue", "variable" : { "variableName" : "average", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The average of metric values that correspond to the datapoint.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "average", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "Average", "marshallLocationName" : "Average", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The average of metric values that correspond to the datapoint.

\n@param average The average of metric values that correspond to the datapoint.*/", "getterDocumentation" : "/**

The average of metric values that correspond to the datapoint.

\n@return The average of metric values that correspond to the datapoint.*/", "fluentSetterDocumentation" : "/**

The average of metric values that correspond to the datapoint.

\n@param average The average of metric values that correspond to the datapoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The average of metric values that correspond to the datapoint.

\n@param average The average of metric values that correspond to the datapoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SampleCount" : { "documentation" : "

The number of metric values that contributed to the aggregate value of this datapoint.

", "name" : "SampleCount", "c2jName" : "SampleCount", "c2jShape" : "DatapointValue", "variable" : { "variableName" : "sampleCount", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The number of metric values that contributed to the aggregate value of this datapoint.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "sampleCount", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "SampleCount", "marshallLocationName" : "SampleCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The number of metric values that contributed to the aggregate value of this datapoint.

\n@param sampleCount The number of metric values that contributed to the aggregate value of this datapoint.*/", "getterDocumentation" : "/**

The number of metric values that contributed to the aggregate value of this datapoint.

\n@return The number of metric values that contributed to the aggregate value of this datapoint.*/", "fluentSetterDocumentation" : "/**

The number of metric values that contributed to the aggregate value of this datapoint.

\n@param sampleCount The number of metric values that contributed to the aggregate value of this datapoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of metric values that contributed to the aggregate value of this datapoint.

\n@param sampleCount The number of metric values that contributed to the aggregate value of this datapoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Sum" : { "documentation" : "

The sum of metric values used for the datapoint.

", "name" : "Sum", "c2jName" : "Sum", "c2jShape" : "DatapointValue", "variable" : { "variableName" : "sum", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The sum of metric values used for the datapoint.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "sum", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "Sum", "marshallLocationName" : "Sum", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The sum of metric values used for the datapoint.

\n@param sum The sum of metric values used for the datapoint.*/", "getterDocumentation" : "/**

The sum of metric values used for the datapoint.

\n@return The sum of metric values used for the datapoint.*/", "fluentSetterDocumentation" : "/**

The sum of metric values used for the datapoint.

\n@param sum The sum of metric values used for the datapoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The sum of metric values used for the datapoint.

\n@param sum The sum of metric values used for the datapoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Unit" : { "documentation" : "

The standard unit used for the datapoint.

", "name" : "Unit", "c2jName" : "Unit", "c2jShape" : "StandardUnit", "variable" : { "variableName" : "unit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The standard unit used for the datapoint.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "unit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Unit", "marshallLocationName" : "Unit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StandardUnit", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The standard unit used for the datapoint.

\n@param unit The standard unit used for the datapoint.\n@see StandardUnit*/", "getterDocumentation" : "/**

The standard unit used for the datapoint.

\n@return The standard unit used for the datapoint.\n@see StandardUnit*/", "fluentSetterDocumentation" : "/**

The standard unit used for the datapoint.

\n@param unit The standard unit used for the datapoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StandardUnit*/", "varargSetterDocumentation" : "/**

The standard unit used for the datapoint.

\n@param unit The standard unit used for the datapoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StandardUnit*/" }, "Timestamp" : { "documentation" : "

The time stamp used for the datapoint.

", "name" : "Timestamp", "c2jName" : "Timestamp", "c2jShape" : "Timestamp", "variable" : { "variableName" : "timestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time stamp used for the datapoint.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "timestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "Timestamp", "marshallLocationName" : "Timestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time stamp used for the datapoint.

\n@param timestamp The time stamp used for the datapoint.*/", "getterDocumentation" : "/**

The time stamp used for the datapoint.

\n@return The time stamp used for the datapoint.*/", "fluentSetterDocumentation" : "/**

The time stamp used for the datapoint.

\n@param timestamp The time stamp used for the datapoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time stamp used for the datapoint.

\n@param timestamp The time stamp used for the datapoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteAlarmsRequest" : { "c2jName" : "DeleteAlarmsInput", "documentation" : "

Describes the inputs for DeleteAlarms.

", "shapeName" : "DeleteAlarmsRequest", "deprecated" : false, "required" : [ "AlarmNames" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A list of alarms to be deleted.

", "name" : "AlarmNames", "c2jName" : "AlarmNames", "c2jShape" : "AlarmNames", "variable" : { "variableName" : "alarmNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of alarms to be deleted.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "alarmNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmNames", "marshallLocationName" : "AlarmNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AlarmName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of alarms to be deleted.

\n@param alarmNames A list of alarms to be deleted.*/", "getterDocumentation" : "/**

A list of alarms to be deleted.

\n@return A list of alarms to be deleted.*/", "fluentSetterDocumentation" : "/**

A list of alarms to be deleted.

\n@param alarmNames A list of alarms to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of alarms to be deleted.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAlarmNames(java.util.Collection)} or {@link #withAlarmNames(java.util.Collection)} if you want to override the existing values.

\n@param alarmNames A list of alarms to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteAlarmsRequest", "variableType" : "DeleteAlarmsRequest", "variableDeclarationType" : "DeleteAlarmsRequest", "documentation" : null, "simpleType" : "DeleteAlarmsRequest", "variableSetterType" : "DeleteAlarmsRequest" }, "marshaller" : { "action" : "DeleteAlarms", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AlarmNames" : { "documentation" : "

A list of alarms to be deleted.

", "name" : "AlarmNames", "c2jName" : "AlarmNames", "c2jShape" : "AlarmNames", "variable" : { "variableName" : "alarmNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of alarms to be deleted.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "alarmNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AlarmNames", "marshallLocationName" : "AlarmNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AlarmName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of alarms to be deleted.

\n@param alarmNames A list of alarms to be deleted.*/", "getterDocumentation" : "/**

A list of alarms to be deleted.

\n@return A list of alarms to be deleted.*/", "fluentSetterDocumentation" : "/**

A list of alarms to be deleted.

\n@param alarmNames A list of alarms to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of alarms to be deleted.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAlarmNames(java.util.Collection)} or {@link #withAlarmNames(java.util.Collection)} if you want to override the existing values.

\n@param alarmNames A list of alarms to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidNextTokenException" : { "c2jName" : "InvalidNextToken", "documentation" : "

The next token specified is invalid.

", "shapeName" : "InvalidNextTokenException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidNextTokenException", "variableType" : "InvalidNextTokenException", "variableDeclarationType" : "InvalidNextTokenException", "documentation" : null, "simpleType" : "InvalidNextTokenException", "variableSetterType" : "InvalidNextTokenException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidNextToken", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "StateValue" : { "c2jName" : "StateValue", "documentation" : "", "shapeName" : "StateValue", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "OK", "value" : "OK" }, { "name" : "ALARM", "value" : "ALARM" }, { "name" : "INSUFFICIENT_DATA", "value" : "INSUFFICIENT_DATA" } ], "variable" : { "variableName" : "stateValue", "variableType" : "StateValue", "variableDeclarationType" : "StateValue", "documentation" : null, "simpleType" : "StateValue", "variableSetterType" : "StateValue" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "EnableAlarmActionsResult" : { "c2jName" : "EnableAlarmActionsResult", "documentation" : null, "shapeName" : "EnableAlarmActionsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "enableAlarmActionsResult", "variableType" : "EnableAlarmActionsResult", "variableDeclarationType" : "EnableAlarmActionsResult", "documentation" : null, "simpleType" : "EnableAlarmActionsResult", "variableSetterType" : "EnableAlarmActionsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "Metric" : { "c2jName" : "Metric", "documentation" : "

The Metric data type contains information about a specific metric. If you call ListMetrics, Amazon CloudWatch returns information contained by this data type.

The example in the Examples section publishes two metrics named buffers and latency. Both metrics are in the examples namespace. Both metrics have two dimensions, InstanceID and InstanceType.

", "shapeName" : "Metric", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The namespace of the metric.

", "name" : "Namespace", "c2jName" : "Namespace", "c2jShape" : "Namespace", "variable" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The namespace of the metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Namespace", "marshallLocationName" : "Namespace", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The namespace of the metric.

\n@param namespace The namespace of the metric.*/", "getterDocumentation" : "/**

The namespace of the metric.

\n@return The namespace of the metric.*/", "fluentSetterDocumentation" : "/**

The namespace of the metric.

\n@param namespace The namespace of the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The namespace of the metric.

\n@param namespace The namespace of the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the metric.

", "name" : "MetricName", "c2jName" : "MetricName", "c2jShape" : "MetricName", "variable" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricName", "marshallLocationName" : "MetricName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the metric.

\n@param metricName The name of the metric.*/", "getterDocumentation" : "/**

The name of the metric.

\n@return The name of the metric.*/", "fluentSetterDocumentation" : "/**

The name of the metric.

\n@param metricName The name of the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the metric.

\n@param metricName The name of the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of dimensions associated with the metric.

", "name" : "Dimensions", "c2jName" : "Dimensions", "c2jShape" : "Dimensions", "variable" : { "variableName" : "dimensions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of dimensions associated with the metric.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "dimensions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Dimensions", "marshallLocationName" : "Dimensions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Dimension", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Dimension", "variable" : { "variableName" : "member", "variableType" : "Dimension", "variableDeclarationType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "setterModel" : { "variableName" : "member", "variableType" : "Dimension", "variableDeclarationType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "getterModel" : { "returnType" : "Dimension", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Dimension", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of dimensions associated with the metric.

\n@param dimensions A list of dimensions associated with the metric.*/", "getterDocumentation" : "/**

A list of dimensions associated with the metric.

\n@return A list of dimensions associated with the metric.*/", "fluentSetterDocumentation" : "/**

A list of dimensions associated with the metric.

\n@param dimensions A list of dimensions associated with the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of dimensions associated with the metric.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDimensions(java.util.Collection)} or {@link #withDimensions(java.util.Collection)} if you want to override the existing values.

\n@param dimensions A list of dimensions associated with the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "metric", "variableType" : "Metric", "variableDeclarationType" : "Metric", "documentation" : null, "simpleType" : "Metric", "variableSetterType" : "Metric" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MetricName" : { "documentation" : "

The name of the metric.

", "name" : "MetricName", "c2jName" : "MetricName", "c2jShape" : "MetricName", "variable" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MetricName", "marshallLocationName" : "MetricName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the metric.

\n@param metricName The name of the metric.*/", "getterDocumentation" : "/**

The name of the metric.

\n@return The name of the metric.*/", "fluentSetterDocumentation" : "/**

The name of the metric.

\n@param metricName The name of the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the metric.

\n@param metricName The name of the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Dimensions" : { "documentation" : "

A list of dimensions associated with the metric.

", "name" : "Dimensions", "c2jName" : "Dimensions", "c2jShape" : "Dimensions", "variable" : { "variableName" : "dimensions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of dimensions associated with the metric.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "dimensions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Dimensions", "marshallLocationName" : "Dimensions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Dimension", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Dimension", "variable" : { "variableName" : "member", "variableType" : "Dimension", "variableDeclarationType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "setterModel" : { "variableName" : "member", "variableType" : "Dimension", "variableDeclarationType" : "Dimension", "documentation" : "", "simpleType" : "Dimension", "variableSetterType" : "Dimension" }, "getterModel" : { "returnType" : "Dimension", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Dimension", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of dimensions associated with the metric.

\n@param dimensions A list of dimensions associated with the metric.*/", "getterDocumentation" : "/**

A list of dimensions associated with the metric.

\n@return A list of dimensions associated with the metric.*/", "fluentSetterDocumentation" : "/**

A list of dimensions associated with the metric.

\n@param dimensions A list of dimensions associated with the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of dimensions associated with the metric.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDimensions(java.util.Collection)} or {@link #withDimensions(java.util.Collection)} if you want to override the existing values.

\n@param dimensions A list of dimensions associated with the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Namespace" : { "documentation" : "

The namespace of the metric.

", "name" : "Namespace", "c2jName" : "Namespace", "c2jShape" : "Namespace", "variable" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The namespace of the metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "namespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Namespace", "marshallLocationName" : "Namespace", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The namespace of the metric.

\n@param namespace The namespace of the metric.*/", "getterDocumentation" : "/**

The namespace of the metric.

\n@return The namespace of the metric.*/", "fluentSetterDocumentation" : "/**

The namespace of the metric.

\n@param namespace The namespace of the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The namespace of the metric.

\n@param namespace The namespace of the metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "LimitExceededException" : { "c2jName" : "LimitExceededFault", "documentation" : "

The quota for alarms for this customer has already been reached.

", "shapeName" : "LimitExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "variableDeclarationType" : "LimitExceededException", "documentation" : null, "simpleType" : "LimitExceededException", "variableSetterType" : "LimitExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "LimitExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } } }, "customizationConfig" : { "requestMetrics" : null, "useAutoConstructList" : true, "useAutoConstructMap" : false, "serviceClientHoldInputStream" : false, "operationsWithResponseStreamContentLengthValidation" : null, "customExceptionUnmarshallerImpl" : null, "customClientConfigFactory" : null, "customResponseMetadataClassName" : null, "skipInterfaceAdditions" : false, "customServiceNameForRequest" : null, "requiredParamValidationEnabled" : false, "additionalShapeConstructors" : null, "simpleMethods" : { "ListMetrics" : { "methodForms" : [ [ ] ] }, "DescribeAlarms" : { "methodForms" : [ [ ] ] }, "DescribeAlarmHistory" : { "methodForms" : [ [ ] ] } }, "renameShapes" : null, "sendEmptyAutoConstructedListAsEmptyList" : null, "sendExplicitlyEmptyListsForQuery" : false, "authPolicyActions" : { "skip" : false, "actionPrefix" : "cloudwatch", "fileNamePrefix" : "CloudWatch" }, "customServiceMetadata" : null, "customCodeTemplates" : null, "operationModifiers" : null, "shapeSubstitutions" : null, "shapeModifiers" : null, "customErrorCodeFieldName" : null, "sdkModeledExceptionBaseClassName" : null, "customSignerProvider" : null, "calculateCRC32FromCompressedData" : false, "customFileHeader" : null, "convenienceTypeOverloads" : [ ], "skipSmokeTests" : false }, "examples" : { "examples" : { }, "version" : "1.0" }, "exceptionUnmarshallerImpl" : "StandardErrorUnmarshaller", "serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException", "sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.cloudwatch.model.AmazonCloudWatchException", "fileHeader" : "/*\n * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights\n * Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */", "hasWaiters" : true, "clientConfigFactory" : "ClientConfigurationFactory", "sdkModeledExceptionBaseClassName" : "AmazonCloudWatchException" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy