models.monitoring-2010-08-01-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-cloudwatch Show documentation
{
"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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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" : "/**