models.monitoring-2010-08-01-intermediate.json Maven / Gradle / Ivy
Show all versions of cloudwatch Show documentation
{
"customizationConfig" : {
"attachPayloadTraitToMember" : { },
"blacklistedSimpleMethods" : [ "deleteDashboards", "putDashboard", "getDashboard" ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customErrorCodeFieldName" : null,
"customProtocolFactoryFqcn" : null,
"customResponseMetadata" : null,
"customRetryPolicy" : null,
"customServiceMetadata" : null,
"defaultSimpleMethodTestRegion" : null,
"deprecatedOperations" : [ ],
"deprecatedShapes" : [ ],
"enableEndpointDiscoveryMethodRequired" : false,
"excludeClientCreateMethod" : false,
"modelMarshallerDefaultValueSupplier" : { },
"operationModifiers" : null,
"paginationCustomization" : null,
"renameShapes" : null,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelConfig" : null,
"skipSyncClientGeneration" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true,
"utilitiesMethod" : null,
"verifiedSimpleMethods" : [ "describeAlarmHistory", "describeAlarms", "listDashboards", "listMetrics" ]
},
"metadata" : {
"apiVersion" : "2010-08-01",
"asyncBuilder" : "DefaultCloudWatchAsyncClientBuilder",
"asyncBuilderInterface" : "CloudWatchAsyncClientBuilder",
"asyncClient" : "DefaultCloudWatchAsyncClient",
"asyncInterface" : "CloudWatchAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultCloudWatchBaseClientBuilder",
"baseBuilderInterface" : "CloudWatchBaseClientBuilder",
"baseExceptionName" : "CloudWatchException",
"baseRequestName" : "CloudWatchRequest",
"baseResponseName" : "CloudWatchResponse",
"cborProtocol" : false,
"clientPackageName" : "cloudwatch",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "CloudWatch",
"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 change 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 EC2 instances. 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.
",
"endpointPrefix" : "monitoring",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.cloudwatch",
"fullModelPackageName" : "software.amazon.awssdk.services.cloudwatch.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.cloudwatch.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.cloudwatch.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.cloudwatch.transform",
"ionProtocol" : false,
"jsonProtocol" : false,
"jsonVersion" : null,
"modelPackageName" : "cloudwatch.model",
"paginatorsPackageName" : "cloudwatch.paginators",
"protocol" : "query",
"queryProtocol" : true,
"requestTransformPackageName" : "cloudwatch.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceId" : "CloudWatch",
"serviceName" : "CloudWatch",
"signingName" : "monitoring",
"syncBuilder" : "DefaultCloudWatchClientBuilder",
"syncBuilderInterface" : "CloudWatchClientBuilder",
"syncClient" : "DefaultCloudWatchClient",
"syncInterface" : "CloudWatchClient",
"transformPackageName" : "cloudwatch.transform",
"uid" : "monitoring-2010-08-01",
"xmlProtocol" : true
},
"operations" : {
"DeleteAlarms" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified alarms. You can delete up to 100 alarms in one operation. However, this total can include no more than one composite alarm. For example, you could delete 99 metric alarms and one composite alarms with one operation, but you can't delete two composite alarms with one operation.
In the event of an error, no alarms are deleted.
It is possible to create a loop or cycle of composite alarms, where composite alarm A depends on composite alarm B, and composite alarm B also depends on composite alarm A. In this scenario, you can't delete any composite alarm that is part of the cycle because there is always still a composite alarm that depends on that alarm that you want to delete.
To get out of such a situation, you must break the cycle by changing the rule of one of the composite alarms in the cycle to remove a dependency that creates the cycle. The simplest change to make to break a cycle is to change the AlarmRule
of one of the alarms to False
.
Additionally, the evaluation of composite alarms stops if CloudWatch detects a cycle in the evaluation path.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The named resource does not exist.
",
"httpStatusCode" : 404
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteAlarmsRequest",
"variableName" : "deleteAlarmsRequest",
"variableType" : "DeleteAlarmsRequest",
"documentation" : "",
"simpleType" : "DeleteAlarmsRequest",
"variableSetterType" : "DeleteAlarmsRequest"
},
"methodName" : "deleteAlarms",
"operationName" : "DeleteAlarms",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteAlarmsResponse",
"documentation" : null
},
"syncReturnType" : "DeleteAlarmsResponse"
},
"DeleteAnomalyDetector" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified anomaly detection model from your account.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The named resource does not exist.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "Request processing has failed due to some unknown error, exception, or failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value of an input parameter is bad or out-of-range.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "MissingRequiredParameterException",
"documentation" : "An input parameter that is required is missing.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteAnomalyDetectorRequest",
"variableName" : "deleteAnomalyDetectorRequest",
"variableType" : "DeleteAnomalyDetectorRequest",
"documentation" : "",
"simpleType" : "DeleteAnomalyDetectorRequest",
"variableSetterType" : "DeleteAnomalyDetectorRequest"
},
"methodName" : "deleteAnomalyDetector",
"operationName" : "DeleteAnomalyDetector",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteAnomalyDetectorResponse",
"documentation" : null
},
"syncReturnType" : "DeleteAnomalyDetectorResponse"
},
"DeleteDashboards" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes all dashboards that you specify. You may specify up to 100 dashboards to delete. If there is an error during this call, no dashboards are deleted.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value of an input parameter is bad or out-of-range.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "DashboardNotFoundErrorException",
"documentation" : "The specified dashboard does not exist.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "Request processing has failed due to some unknown error, exception, or failure.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteDashboardsRequest",
"variableName" : "deleteDashboardsRequest",
"variableType" : "DeleteDashboardsRequest",
"documentation" : "",
"simpleType" : "DeleteDashboardsRequest",
"variableSetterType" : "DeleteDashboardsRequest"
},
"methodName" : "deleteDashboards",
"operationName" : "DeleteDashboards",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteDashboardsResponse",
"documentation" : null
},
"syncReturnType" : "DeleteDashboardsResponse"
},
"DeleteInsightRules" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Permanently deletes the specified Contributor Insights rules.
If you create a rule, delete it, and then re-create it with the same name, historical data from the first time the rule was created may or may not be available.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value of an input parameter is bad or out-of-range.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "MissingRequiredParameterException",
"documentation" : "An input parameter that is required is missing.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteInsightRulesRequest",
"variableName" : "deleteInsightRulesRequest",
"variableType" : "DeleteInsightRulesRequest",
"documentation" : "",
"simpleType" : "DeleteInsightRulesRequest",
"variableSetterType" : "DeleteInsightRulesRequest"
},
"methodName" : "deleteInsightRules",
"operationName" : "DeleteInsightRules",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteInsightRulesResponse",
"documentation" : null
},
"syncReturnType" : "DeleteInsightRulesResponse"
},
"DescribeAlarmHistory" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves the history for the specified alarm. You can filter the results by date range or item type. If an alarm name is not specified, the histories for either all metric alarms or all composite alarms are returned.
CloudWatch retains the history of an alarm even if you delete the alarm.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The next token specified is invalid.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeAlarmHistoryRequest",
"variableName" : "describeAlarmHistoryRequest",
"variableType" : "DescribeAlarmHistoryRequest",
"documentation" : "",
"simpleType" : "DescribeAlarmHistoryRequest",
"variableSetterType" : "DescribeAlarmHistoryRequest"
},
"methodName" : "describeAlarmHistory",
"operationName" : "DescribeAlarmHistory",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeAlarmHistoryResponse",
"documentation" : null
},
"syncReturnType" : "DescribeAlarmHistoryResponse"
},
"DescribeAlarms" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves the specified alarms. You can filter the results by specifying a a prefix for the alarm name, the alarm state, or a prefix for any action.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The next token specified is invalid.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeAlarmsRequest",
"variableName" : "describeAlarmsRequest",
"variableType" : "DescribeAlarmsRequest",
"documentation" : "",
"simpleType" : "DescribeAlarmsRequest",
"variableSetterType" : "DescribeAlarmsRequest"
},
"methodName" : "describeAlarms",
"operationName" : "DescribeAlarms",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeAlarmsResponse",
"documentation" : null
},
"syncReturnType" : "DescribeAlarmsResponse"
},
"DescribeAlarmsForMetric" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves the alarms for the specified metric. To filter the results, specify a statistic, period, or unit.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeAlarmsForMetricRequest",
"variableName" : "describeAlarmsForMetricRequest",
"variableType" : "DescribeAlarmsForMetricRequest",
"documentation" : "",
"simpleType" : "DescribeAlarmsForMetricRequest",
"variableSetterType" : "DescribeAlarmsForMetricRequest"
},
"methodName" : "describeAlarmsForMetric",
"operationName" : "DescribeAlarmsForMetric",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeAlarmsForMetricResponse",
"documentation" : null
},
"syncReturnType" : "DescribeAlarmsForMetricResponse"
},
"DescribeAnomalyDetectors" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the anomaly detection models that you have created in your account. You can list all models in your account or filter the results to only the models that are related to a certain namespace, metric name, or metric dimension.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The next token specified is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "Request processing has failed due to some unknown error, exception, or failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value of an input parameter is bad or out-of-range.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeAnomalyDetectorsRequest",
"variableName" : "describeAnomalyDetectorsRequest",
"variableType" : "DescribeAnomalyDetectorsRequest",
"documentation" : "",
"simpleType" : "DescribeAnomalyDetectorsRequest",
"variableSetterType" : "DescribeAnomalyDetectorsRequest"
},
"methodName" : "describeAnomalyDetectors",
"operationName" : "DescribeAnomalyDetectors",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeAnomalyDetectorsResponse",
"documentation" : null
},
"syncReturnType" : "DescribeAnomalyDetectorsResponse"
},
"DescribeInsightRules" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of all the Contributor Insights rules in your account. All rules in your account are returned with a single operation.
For more information about Contributor Insights, see Using Contributor Insights to Analyze High-Cardinality Data.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The next token specified is invalid.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeInsightRulesRequest",
"variableName" : "describeInsightRulesRequest",
"variableType" : "DescribeInsightRulesRequest",
"documentation" : "",
"simpleType" : "DescribeInsightRulesRequest",
"variableSetterType" : "DescribeInsightRulesRequest"
},
"methodName" : "describeInsightRules",
"operationName" : "DescribeInsightRules",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeInsightRulesResponse",
"documentation" : null
},
"syncReturnType" : "DescribeInsightRulesResponse"
},
"DisableAlarmActions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Disables the actions for the specified alarms. When an alarm's actions are disabled, the alarm actions do not execute when the alarm state changes.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DisableAlarmActionsRequest",
"variableName" : "disableAlarmActionsRequest",
"variableType" : "DisableAlarmActionsRequest",
"documentation" : "",
"simpleType" : "DisableAlarmActionsRequest",
"variableSetterType" : "DisableAlarmActionsRequest"
},
"methodName" : "disableAlarmActions",
"operationName" : "DisableAlarmActions",
"paginated" : false,
"returnType" : {
"returnType" : "DisableAlarmActionsResponse",
"documentation" : null
},
"syncReturnType" : "DisableAlarmActionsResponse"
},
"DisableInsightRules" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Disables the specified Contributor Insights rules. When rules are disabled, they do not analyze log groups and do not incur costs.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value of an input parameter is bad or out-of-range.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "MissingRequiredParameterException",
"documentation" : "An input parameter that is required is missing.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DisableInsightRulesRequest",
"variableName" : "disableInsightRulesRequest",
"variableType" : "DisableInsightRulesRequest",
"documentation" : "",
"simpleType" : "DisableInsightRulesRequest",
"variableSetterType" : "DisableInsightRulesRequest"
},
"methodName" : "disableInsightRules",
"operationName" : "DisableInsightRules",
"paginated" : false,
"returnType" : {
"returnType" : "DisableInsightRulesResponse",
"documentation" : null
},
"syncReturnType" : "DisableInsightRulesResponse"
},
"EnableAlarmActions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Enables the actions for the specified alarms.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "EnableAlarmActionsRequest",
"variableName" : "enableAlarmActionsRequest",
"variableType" : "EnableAlarmActionsRequest",
"documentation" : "",
"simpleType" : "EnableAlarmActionsRequest",
"variableSetterType" : "EnableAlarmActionsRequest"
},
"methodName" : "enableAlarmActions",
"operationName" : "EnableAlarmActions",
"paginated" : false,
"returnType" : {
"returnType" : "EnableAlarmActionsResponse",
"documentation" : null
},
"syncReturnType" : "EnableAlarmActionsResponse"
},
"EnableInsightRules" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Enables the specified Contributor Insights rules. When rules are enabled, they immediately begin analyzing log data.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value of an input parameter is bad or out-of-range.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "MissingRequiredParameterException",
"documentation" : "An input parameter that is required is missing.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The operation exceeded one or more limits.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "EnableInsightRulesRequest",
"variableName" : "enableInsightRulesRequest",
"variableType" : "EnableInsightRulesRequest",
"documentation" : "",
"simpleType" : "EnableInsightRulesRequest",
"variableSetterType" : "EnableInsightRulesRequest"
},
"methodName" : "enableInsightRules",
"operationName" : "EnableInsightRules",
"paginated" : false,
"returnType" : {
"returnType" : "EnableInsightRulesResponse",
"documentation" : null
},
"syncReturnType" : "EnableInsightRulesResponse"
},
"GetDashboard" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Displays the details of the dashboard that you specify.
To copy an existing dashboard, use GetDashboard
, and then use the data returned within DashboardBody
as the template for the new dashboard when you call PutDashboard
to create the copy.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value of an input parameter is bad or out-of-range.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "DashboardNotFoundErrorException",
"documentation" : "The specified dashboard does not exist.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "Request processing has failed due to some unknown error, exception, or failure.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetDashboardRequest",
"variableName" : "getDashboardRequest",
"variableType" : "GetDashboardRequest",
"documentation" : "",
"simpleType" : "GetDashboardRequest",
"variableSetterType" : "GetDashboardRequest"
},
"methodName" : "getDashboard",
"operationName" : "GetDashboard",
"paginated" : false,
"returnType" : {
"returnType" : "GetDashboardResponse",
"documentation" : null
},
"syncReturnType" : "GetDashboardResponse"
},
"GetInsightRuleReport" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "This operation returns the time series data collected by a Contributor Insights rule. The data includes the identity and number of contributors to the log group.
You can also optionally return one or more statistics about each data point in the time series. These statistics can include the following:
-
UniqueContributors
-- the number of unique contributors for each data point.
-
MaxContributorValue
-- the value of the top contributor for each data point. The identity of the contributor may change for each data point in the graph.
If this rule aggregates by COUNT, the top contributor for each data point is the contributor with the most occurrences in that period. If the rule aggregates by SUM, the top contributor is the contributor with the highest sum in the log field specified by the rule's Value
, during that period.
-
SampleCount
-- the number of data points matched by the rule.
-
Sum
-- the sum of the values from all contributors during the time period represented by that data point.
-
Minimum
-- the minimum value from a single observation during the time period represented by that data point.
-
Maximum
-- the maximum value from a single observation during the time period represented by that data point.
-
Average
-- the average value from all contributors during the time period represented by that data point.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value of an input parameter is bad or out-of-range.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "MissingRequiredParameterException",
"documentation" : "An input parameter that is required is missing.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The named resource does not exist.
",
"httpStatusCode" : 404
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetInsightRuleReportRequest",
"variableName" : "getInsightRuleReportRequest",
"variableType" : "GetInsightRuleReportRequest",
"documentation" : "",
"simpleType" : "GetInsightRuleReportRequest",
"variableSetterType" : "GetInsightRuleReportRequest"
},
"methodName" : "getInsightRuleReport",
"operationName" : "GetInsightRuleReport",
"paginated" : false,
"returnType" : {
"returnType" : "GetInsightRuleReportResponse",
"documentation" : null
},
"syncReturnType" : "GetInsightRuleReportResponse"
},
"GetMetricData" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "You can use the GetMetricData
API to retrieve as many as 500 different metrics in a single request, with a total of as many as 100,800 data points. You can also optionally perform math expressions on the values of the returned statistics, to create new time series that represent new insights into your data. For example, using Lambda metrics, you could divide the Errors metric by the Invocations metric to get an error rate time series. For more information about metric math expressions, see Metric Math Syntax and Functions in the Amazon CloudWatch User Guide.
Calls to the GetMetricData
API have a different pricing structure than calls to GetMetricStatistics
. For more information about pricing, see Amazon CloudWatch Pricing.
Amazon CloudWatch retains metric data as follows:
-
Data points with a period of less than 60 seconds are available for 3 hours. These data points are high-resolution metrics and are available only for custom metrics that have been defined with a StorageResolution
of 1.
-
Data points with a period of 60 seconds (1-minute) are available for 15 days.
-
Data points with a period of 300 seconds (5-minute) are available for 63 days.
-
Data points with a period of 3600 seconds (1 hour) are available for 455 days (15 months).
Data points that are initially published with a shorter period are aggregated together for long-term storage. For example, if you collect data using a period of 1 minute, the data remains available for 15 days with 1-minute resolution. After 15 days, this data is still available, but is aggregated and retrievable only with a resolution of 5 minutes. After 63 days, the data is further aggregated and is available with a resolution of 1 hour.
If you omit Unit
in your request, all data that was collected with any unit is returned, along with the corresponding units that were specified when the data was reported to CloudWatch. If you specify a unit, the operation returns only data data that was collected with that unit specified. If you specify a unit that does not match the data collected, the results of the operation are null. CloudWatch does not perform unit conversions.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The next token specified is invalid.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetMetricDataRequest",
"variableName" : "getMetricDataRequest",
"variableType" : "GetMetricDataRequest",
"documentation" : "",
"simpleType" : "GetMetricDataRequest",
"variableSetterType" : "GetMetricDataRequest"
},
"methodName" : "getMetricData",
"operationName" : "GetMetricData",
"paginated" : true,
"returnType" : {
"returnType" : "GetMetricDataResponse",
"documentation" : null
},
"syncReturnType" : "GetMetricDataResponse"
},
"GetMetricStatistics" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets statistics for the specified metric.
The maximum number of data points returned from a single call is 1,440. If you request more than 1,440 data points, CloudWatch returns an error. To reduce the number of data points, you can narrow the specified time range and make multiple requests across adjacent time ranges, or you can increase the specified period. Data points are not returned in chronological order.
CloudWatch aggregates data points based on the length of the period that you specify. For example, if you request statistics with a one-hour period, CloudWatch aggregates all data points with time stamps that fall within each one-hour period. Therefore, the number of values aggregated by CloudWatch is larger than the number of data points returned.
CloudWatch needs raw data points to calculate percentile statistics. If you publish data using a statistic set instead, you can only retrieve percentile statistics for this data if one of the following conditions is true:
-
The SampleCount value of the statistic set is 1.
-
The Min and the Max values of the statistic set are equal.
Percentile statistics are not available for metrics when any of the metric values are negative numbers.
Amazon CloudWatch retains metric data as follows:
-
Data points with a period of less than 60 seconds are available for 3 hours. These data points are high-resolution metrics and are available only for custom metrics that have been defined with a StorageResolution
of 1.
-
Data points with a period of 60 seconds (1-minute) are available for 15 days.
-
Data points with a period of 300 seconds (5-minute) are available for 63 days.
-
Data points with a period of 3600 seconds (1 hour) are available for 455 days (15 months).
Data points that are initially published with a shorter period are aggregated together for long-term storage. For example, if you collect data using a period of 1 minute, the data remains available for 15 days with 1-minute resolution. After 15 days, this data is still available, but is aggregated and retrievable only with a resolution of 5 minutes. After 63 days, the data is further aggregated and is available with a resolution of 1 hour.
CloudWatch started retaining 5-minute and 1-hour metric data as of July 9, 2016.
For information about metrics and dimensions supported by AWS services, see the Amazon CloudWatch Metrics and Dimensions Reference in the Amazon CloudWatch User Guide.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value of an input parameter is bad or out-of-range.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "MissingRequiredParameterException",
"documentation" : "An input parameter that is required is missing.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Parameters were used together that cannot be used together.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "Request processing has failed due to some unknown error, exception, or failure.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetMetricStatisticsRequest",
"variableName" : "getMetricStatisticsRequest",
"variableType" : "GetMetricStatisticsRequest",
"documentation" : "",
"simpleType" : "GetMetricStatisticsRequest",
"variableSetterType" : "GetMetricStatisticsRequest"
},
"methodName" : "getMetricStatistics",
"operationName" : "GetMetricStatistics",
"paginated" : false,
"returnType" : {
"returnType" : "GetMetricStatisticsResponse",
"documentation" : null
},
"syncReturnType" : "GetMetricStatisticsResponse"
},
"GetMetricWidgetImage" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "You can use the GetMetricWidgetImage
API to retrieve a snapshot graph of one or more Amazon CloudWatch metrics as a bitmap image. You can then embed this image into your services and products, such as wiki pages, reports, and documents. You could also retrieve images regularly, such as every minute, and create your own custom live dashboard.
The graph you retrieve can include all CloudWatch metric graph features, including metric math and horizontal and vertical annotations.
There is a limit of 20 transactions per second for this API. Each GetMetricWidgetImage
action has the following limits:
-
As many as 100 metrics in the graph.
-
Up to 100 KB uncompressed payload.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetMetricWidgetImageRequest",
"variableName" : "getMetricWidgetImageRequest",
"variableType" : "GetMetricWidgetImageRequest",
"documentation" : "",
"simpleType" : "GetMetricWidgetImageRequest",
"variableSetterType" : "GetMetricWidgetImageRequest"
},
"methodName" : "getMetricWidgetImage",
"operationName" : "GetMetricWidgetImage",
"paginated" : false,
"returnType" : {
"returnType" : "GetMetricWidgetImageResponse",
"documentation" : null
},
"syncReturnType" : "GetMetricWidgetImageResponse"
},
"ListDashboards" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of the dashboards for your account. If you include DashboardNamePrefix
, only those dashboards with names starting with the prefix are listed. Otherwise, all dashboards in your account are listed.
ListDashboards
returns up to 1000 results on one page. If there are more than 1000 dashboards, you can call ListDashboards
again and include the value you received for NextToken
in the first call, to receive the next 1000 results.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value of an input parameter is bad or out-of-range.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "Request processing has failed due to some unknown error, exception, or failure.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListDashboardsRequest",
"variableName" : "listDashboardsRequest",
"variableType" : "ListDashboardsRequest",
"documentation" : "",
"simpleType" : "ListDashboardsRequest",
"variableSetterType" : "ListDashboardsRequest"
},
"methodName" : "listDashboards",
"operationName" : "ListDashboards",
"paginated" : true,
"returnType" : {
"returnType" : "ListDashboardsResponse",
"documentation" : null
},
"syncReturnType" : "ListDashboardsResponse"
},
"ListMetrics" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "List the specified metrics. You can use the returned metrics with GetMetricData or GetMetricStatistics to obtain statistical data.
Up to 500 results are returned for any one call. To retrieve additional results, use the returned token with subsequent calls.
After you create a metric, allow up to fifteen minutes before the metric appears. Statistics about the metric, however, are available sooner using GetMetricData or GetMetricStatistics.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "Request processing has failed due to some unknown error, exception, or failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value of an input parameter is bad or out-of-range.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListMetricsRequest",
"variableName" : "listMetricsRequest",
"variableType" : "ListMetricsRequest",
"documentation" : "",
"simpleType" : "ListMetricsRequest",
"variableSetterType" : "ListMetricsRequest"
},
"methodName" : "listMetrics",
"operationName" : "ListMetrics",
"paginated" : true,
"returnType" : {
"returnType" : "ListMetricsResponse",
"documentation" : null
},
"syncReturnType" : "ListMetricsResponse"
},
"ListTagsForResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Displays the tags associated with a CloudWatch resource. Currently, alarms and Contributor Insights rules support tagging.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value of an input parameter is bad or out-of-range.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The named resource does not exist.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "Request processing has failed due to some unknown error, exception, or failure.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListTagsForResourceRequest",
"variableName" : "listTagsForResourceRequest",
"variableType" : "ListTagsForResourceRequest",
"documentation" : "",
"simpleType" : "ListTagsForResourceRequest",
"variableSetterType" : "ListTagsForResourceRequest"
},
"methodName" : "listTagsForResource",
"operationName" : "ListTagsForResource",
"paginated" : false,
"returnType" : {
"returnType" : "ListTagsForResourceResponse",
"documentation" : null
},
"syncReturnType" : "ListTagsForResourceResponse"
},
"PutAnomalyDetector" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates an anomaly detection model for a CloudWatch metric. You can use the model to display a band of expected normal values when the metric is graphed.
For more information, see CloudWatch Anomaly Detection.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "The operation exceeded one or more limits.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "Request processing has failed due to some unknown error, exception, or failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value of an input parameter is bad or out-of-range.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "MissingRequiredParameterException",
"documentation" : "An input parameter that is required is missing.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutAnomalyDetectorRequest",
"variableName" : "putAnomalyDetectorRequest",
"variableType" : "PutAnomalyDetectorRequest",
"documentation" : "",
"simpleType" : "PutAnomalyDetectorRequest",
"variableSetterType" : "PutAnomalyDetectorRequest"
},
"methodName" : "putAnomalyDetector",
"operationName" : "PutAnomalyDetector",
"paginated" : false,
"returnType" : {
"returnType" : "PutAnomalyDetectorResponse",
"documentation" : null
},
"syncReturnType" : "PutAnomalyDetectorResponse"
},
"PutCompositeAlarm" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates or updates a composite alarm. When you create a composite alarm, you specify a rule expression for the alarm that takes into account the alarm states of other alarms that you have created. The composite alarm goes into ALARM state only if all conditions of the rule are met.
The alarms specified in a composite alarm's rule expression can include metric alarms and other composite alarms.
Using composite alarms can reduce alarm noise. You can create multiple metric alarms, and also create a composite alarm and set up alerts only for the composite alarm. For example, you could create a composite alarm that goes into ALARM state only when more than one of the underlying metric alarms are in ALARM state.
Currently, the only alarm actions that can be taken by composite alarms are notifying SNS topics.
It is possible to create a loop or cycle of composite alarms, where composite alarm A depends on composite alarm B, and composite alarm B also depends on composite alarm A. In this scenario, you can't delete any composite alarm that is part of the cycle because there is always still a composite alarm that depends on that alarm that you want to delete.
To get out of such a situation, you must break the cycle by changing the rule of one of the composite alarms in the cycle to remove a dependency that creates the cycle. The simplest change to make to break a cycle is to change the AlarmRule
of one of the alarms to False
.
Additionally, the evaluation of composite alarms stops if CloudWatch detects a cycle in the evaluation path.
When this operation creates an alarm, the alarm state is immediately set to INSUFFICIENT_DATA
. The alarm is then evaluated and its state is set appropriately. Any actions associated with the new state are then executed. For a composite alarm, this initial time after creation is the only time that the alarm can be in INSUFFICIENT_DATA
state.
When you update an existing alarm, its state is left unchanged, but the update completely overwrites the previous configuration of the alarm.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "The quota for alarms for this customer has already been reached.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutCompositeAlarmRequest",
"variableName" : "putCompositeAlarmRequest",
"variableType" : "PutCompositeAlarmRequest",
"documentation" : "",
"simpleType" : "PutCompositeAlarmRequest",
"variableSetterType" : "PutCompositeAlarmRequest"
},
"methodName" : "putCompositeAlarm",
"operationName" : "PutCompositeAlarm",
"paginated" : false,
"returnType" : {
"returnType" : "PutCompositeAlarmResponse",
"documentation" : null
},
"syncReturnType" : "PutCompositeAlarmResponse"
},
"PutDashboard" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a dashboard if it does not already exist, or updates an existing dashboard. If you update a dashboard, the entire contents are replaced with what you specify here.
All dashboards in your account are global, not region-specific.
A simple way to create a dashboard using PutDashboard
is to copy an existing dashboard. To copy an existing dashboard using the console, you can load the dashboard and then use the View/edit source command in the Actions menu to display the JSON block for that dashboard. Another way to copy a dashboard is to use GetDashboard
, and then use the data returned within DashboardBody
as the template for the new dashboard when you call PutDashboard
.
When you create a dashboard with PutDashboard
, a good practice is to add a text widget at the top of the dashboard with a message that the dashboard was created by script and should not be changed in the console. This message could also point console users to the location of the DashboardBody
script or the CloudFormation template used to create the dashboard.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "DashboardInvalidInputErrorException",
"documentation" : "Some part of the dashboard data is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "Request processing has failed due to some unknown error, exception, or failure.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutDashboardRequest",
"variableName" : "putDashboardRequest",
"variableType" : "PutDashboardRequest",
"documentation" : "",
"simpleType" : "PutDashboardRequest",
"variableSetterType" : "PutDashboardRequest"
},
"methodName" : "putDashboard",
"operationName" : "PutDashboard",
"paginated" : false,
"returnType" : {
"returnType" : "PutDashboardResponse",
"documentation" : null
},
"syncReturnType" : "PutDashboardResponse"
},
"PutInsightRule" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a Contributor Insights rule. Rules evaluate log events in a CloudWatch Logs log group, enabling you to find contributor data for the log events in that log group. For more information, see Using Contributor Insights to Analyze High-Cardinality Data.
If you create a rule, delete it, and then re-create it with the same name, historical data from the first time the rule was created may or may not be available.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value of an input parameter is bad or out-of-range.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "MissingRequiredParameterException",
"documentation" : "An input parameter that is required is missing.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The operation exceeded one or more limits.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutInsightRuleRequest",
"variableName" : "putInsightRuleRequest",
"variableType" : "PutInsightRuleRequest",
"documentation" : "",
"simpleType" : "PutInsightRuleRequest",
"variableSetterType" : "PutInsightRuleRequest"
},
"methodName" : "putInsightRule",
"operationName" : "PutInsightRule",
"paginated" : false,
"returnType" : {
"returnType" : "PutInsightRuleResponse",
"documentation" : null
},
"syncReturnType" : "PutInsightRuleResponse"
},
"PutMetricAlarm" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates or updates an alarm and associates it with the specified metric, metric math expression, or anomaly detection model.
Alarms based on anomaly detection models cannot have Auto Scaling actions.
When this operation creates an alarm, the alarm state is immediately set to INSUFFICIENT_DATA
. The alarm is then evaluated and its state is set appropriately. Any actions associated with the new state are then executed.
When you update an existing alarm, its state is left unchanged, but the update completely overwrites the previous configuration of the alarm.
If you are an IAM user, you must have Amazon EC2 permissions for some alarm operations:
-
iam:CreateServiceLinkedRole
for all alarms with EC2 actions
-
ec2:DescribeInstanceStatus
and ec2:DescribeInstances
for all alarms on EC2 instance status metrics
-
ec2:StopInstances
for alarms with stop actions
-
ec2:TerminateInstances
for alarms with terminate actions
-
No specific permissions are needed 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 are not performed. However, if you are later granted the required permissions, the alarm actions that you created earlier are performed.
If you are using an IAM role (for example, an 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 AWS STS, you cannot stop or terminate an EC2 instance using alarm actions.
The first time you create an alarm in the AWS Management Console, the CLI, or by using the PutMetricAlarm API, CloudWatch creates the necessary service-linked role for you. The service-linked role is called AWSServiceRoleForCloudWatchEvents
. For more information, see AWS service-linked role.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "The quota for alarms for this customer has already been reached.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutMetricAlarmRequest",
"variableName" : "putMetricAlarmRequest",
"variableType" : "PutMetricAlarmRequest",
"documentation" : "",
"simpleType" : "PutMetricAlarmRequest",
"variableSetterType" : "PutMetricAlarmRequest"
},
"methodName" : "putMetricAlarm",
"operationName" : "PutMetricAlarm",
"paginated" : false,
"returnType" : {
"returnType" : "PutMetricAlarmResponse",
"documentation" : null
},
"syncReturnType" : "PutMetricAlarmResponse"
},
"PutMetricData" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Publishes metric data points to Amazon CloudWatch. CloudWatch associates the data points with the specified metric. If the specified metric does not exist, CloudWatch creates the metric. When CloudWatch creates a metric, it can take up to fifteen minutes for the metric to appear in calls to ListMetrics.
You can publish either individual data points in the Value
field, or arrays of values and the number of times each value occurred during the period by using the Values
and Counts
fields in the MetricDatum
structure. Using the Values
and Counts
method enables you to publish up to 150 values per metric with one PutMetricData
request, and supports retrieving percentile statistics on this data.
Each PutMetricData
request is limited to 40 KB in size for HTTP POST requests. You can send a payload compressed by gzip. Each request is also limited to no more than 20 different metrics.
Although the Value
parameter accepts numbers of type Double
, CloudWatch rejects values that are either too small or too large. Values must be in the range of -2^360 to 2^360. In addition, special values (for example, NaN, +Infinity, -Infinity) are not supported.
You can use up to 10 dimensions per metric to further clarify what data the metric collects. Each dimension consists of a Name and Value pair. For more information about specifying dimensions, see Publishing Metrics in the Amazon CloudWatch User Guide.
Data points with time stamps from 24 hours ago or longer can take at least 48 hours to become available for GetMetricData or GetMetricStatistics from the time they are submitted. Data points with time stamps between 3 and 24 hours ago can take as much as 2 hours to become available for for GetMetricData or GetMetricStatistics.
CloudWatch needs raw data points to calculate percentile statistics. If you publish data using a statistic set instead, you can only retrieve percentile statistics for this data if one of the following conditions is true:
-
The SampleCount
value of the statistic set is 1 and Min
, Max
, and Sum
are all equal.
-
The Min
and Max
are equal, and Sum
is equal to Min
multiplied by SampleCount
.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value of an input parameter is bad or out-of-range.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "MissingRequiredParameterException",
"documentation" : "An input parameter that is required is missing.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidParameterCombinationException",
"documentation" : "Parameters were used together that cannot be used together.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "Request processing has failed due to some unknown error, exception, or failure.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutMetricDataRequest",
"variableName" : "putMetricDataRequest",
"variableType" : "PutMetricDataRequest",
"documentation" : "",
"simpleType" : "PutMetricDataRequest",
"variableSetterType" : "PutMetricDataRequest"
},
"methodName" : "putMetricData",
"operationName" : "PutMetricData",
"paginated" : false,
"returnType" : {
"returnType" : "PutMetricDataResponse",
"documentation" : null
},
"syncReturnType" : "PutMetricDataResponse"
},
"SetAlarmState" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Temporarily sets the state of an alarm for testing purposes. When the updated state 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 state to ALARM
sends an SNS message.
Metric alarms returns to their actual state quickly, often within seconds. Because the metric alarm state change happens quickly, it is typically only visible in the alarm's History tab in the Amazon CloudWatch console or through DescribeAlarmHistory.
If you use SetAlarmState
on a composite alarm, the composite alarm is not guaranteed to return to its actual state. It will return to its actual state only once any of its children alarms change state. It is also re-evaluated if you update its configuration.
If an alarm triggers EC2 Auto Scaling policies or application Auto Scaling policies, you must include information in the StateReasonData
parameter to enable the policy to take the correct action.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The named resource does not exist.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidFormatException",
"documentation" : "Data was not syntactically valid JSON.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SetAlarmStateRequest",
"variableName" : "setAlarmStateRequest",
"variableType" : "SetAlarmStateRequest",
"documentation" : "",
"simpleType" : "SetAlarmStateRequest",
"variableSetterType" : "SetAlarmStateRequest"
},
"methodName" : "setAlarmState",
"operationName" : "SetAlarmState",
"paginated" : false,
"returnType" : {
"returnType" : "SetAlarmStateResponse",
"documentation" : null
},
"syncReturnType" : "SetAlarmStateResponse"
},
"TagResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Assigns one or more tags (key-value pairs) to the specified CloudWatch resource. Currently, the only CloudWatch resources that can be tagged are alarms and Contributor Insights rules.
Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only resources with certain tag values.
Tags don't have any semantic meaning to AWS and are interpreted strictly as strings of characters.
You can use the TagResource
action with an alarm that already has tags. If you specify a new tag key for the alarm, this tag is appended to the list of tags associated with the alarm. If you specify a tag key that is already associated with the alarm, the new tag value that you specify replaces the previous value for that tag.
You can associate as many as 50 tags with a CloudWatch resource.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value of an input parameter is bad or out-of-range.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The named resource does not exist.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "More than one process tried to modify a resource at the same time.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "Request processing has failed due to some unknown error, exception, or failure.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "TagResourceRequest",
"variableName" : "tagResourceRequest",
"variableType" : "TagResourceRequest",
"documentation" : "",
"simpleType" : "TagResourceRequest",
"variableSetterType" : "TagResourceRequest"
},
"methodName" : "tagResource",
"operationName" : "TagResource",
"paginated" : false,
"returnType" : {
"returnType" : "TagResourceResponse",
"documentation" : null
},
"syncReturnType" : "TagResourceResponse"
},
"UntagResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes one or more tags from the specified resource.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "The value of an input parameter is bad or out-of-range.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The named resource does not exist.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "More than one process tried to modify a resource at the same time.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "Request processing has failed due to some unknown error, exception, or failure.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UntagResourceRequest",
"variableName" : "untagResourceRequest",
"variableType" : "UntagResourceRequest",
"documentation" : "",
"simpleType" : "UntagResourceRequest",
"variableSetterType" : "UntagResourceRequest"
},
"methodName" : "untagResource",
"operationName" : "UntagResource",
"paginated" : false,
"returnType" : {
"returnType" : "UntagResourceResponse",
"documentation" : null
},
"syncReturnType" : "UntagResourceResponse"
}
},
"shapes" : {
"AlarmHistoryItem" : {
"c2jName" : "AlarmHistoryItem",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents the history of a specific alarm.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAlarmName",
"beanStyleSetterMethodName" : "setAlarmName",
"c2jName" : "AlarmName",
"c2jShape" : "AlarmName",
"defaultConsumerFluentSetterDocumentation" : "The descriptive name for the alarm.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #alarmName(String)}.\n@param alarmName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #alarmName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The descriptive name for the alarm.
\n@return The descriptive name for the alarm.\n@deprecated Use {@link #alarmName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The descriptive name for the alarm.
\n@param alarmName The descriptive name for the alarm.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #alarmName(String)}\n",
"documentation" : "The descriptive name for the alarm.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AlarmName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAlarmName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "alarmName",
"fluentSetterDocumentation" : "The descriptive name for the alarm.
\n@param alarmName The descriptive name for the alarm.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alarmName",
"getterDocumentation" : "The descriptive name for the alarm.
\n@return The descriptive name for the alarm.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlarmName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlarmName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AlarmName",
"sensitive" : false,
"setterDocumentation" : "The descriptive name for the alarm.
\n@param alarmName The descriptive name for the alarm.",
"setterMethodName" : "setAlarmName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "alarmName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "alarmName",
"variableType" : "String",
"documentation" : "The descriptive name for the alarm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAlarmType",
"beanStyleSetterMethodName" : "setAlarmType",
"c2jName" : "AlarmType",
"c2jShape" : "AlarmType",
"defaultConsumerFluentSetterDocumentation" : "The type of alarm, either metric alarm or composite alarm.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #alarmTypeAsString(String)}.\n@param alarmType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #alarmType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The type of alarm, either metric alarm or composite alarm.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #alarmType} will return {@link AlarmType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #alarmTypeAsString}.\n
\n@return The type of alarm, either metric alarm or composite alarm.\n@see AlarmType\n@deprecated Use {@link #alarmTypeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The type of alarm, either metric alarm or composite alarm.
\n@param alarmType The type of alarm, either metric alarm or composite alarm.\n@see AlarmType\n@return Returns a reference to this object so that method calls can be chained together.\n@see AlarmType\n@deprecated Use {@link #alarmType(String)}\n",
"documentation" : "The type of alarm, either metric alarm or composite alarm.
",
"endpointDiscoveryId" : false,
"enumType" : "AlarmType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AlarmType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAlarmType",
"fluentEnumGetterMethodName" : "alarmType",
"fluentEnumSetterMethodName" : "alarmType",
"fluentGetterMethodName" : "alarmTypeAsString",
"fluentSetterDocumentation" : "The type of alarm, either metric alarm or composite alarm.
\n@param alarmType The type of alarm, either metric alarm or composite alarm.\n@see AlarmType\n@return Returns a reference to this object so that method calls can be chained together.\n@see AlarmType",
"fluentSetterMethodName" : "alarmType",
"getterDocumentation" : "The type of alarm, either metric alarm or composite alarm.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #alarmType} will return {@link AlarmType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #alarmTypeAsString}.\n
\n@return The type of alarm, either metric alarm or composite alarm.\n@see AlarmType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlarmType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlarmType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AlarmType",
"sensitive" : false,
"setterDocumentation" : "The type of alarm, either metric alarm or composite alarm.
\n@param alarmType The type of alarm, either metric alarm or composite alarm.\n@see AlarmType",
"setterMethodName" : "setAlarmType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "alarmType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "alarmType",
"variableType" : "String",
"documentation" : "The type of alarm, either metric alarm or composite alarm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTimestamp",
"beanStyleSetterMethodName" : "setTimestamp",
"c2jName" : "Timestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The time stamp for the alarm history item.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #timestamp(Instant)}.\n@param timestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestamp(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The time stamp for the alarm history item.
\n@return The time stamp for the alarm history item.\n@deprecated Use {@link #timestamp()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The time stamp for the alarm history item.
\n@param timestamp The time stamp for the alarm history item.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #timestamp(Instant)}\n",
"documentation" : "The time stamp for the alarm history item.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Timestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTimestamp",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "timestamp",
"fluentSetterDocumentation" : "The time stamp for the alarm history item.
\n@param timestamp The time stamp for the alarm history item.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timestamp",
"getterDocumentation" : "The time stamp for the alarm history item.
\n@return The time stamp for the alarm history item.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Timestamp",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Timestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "Timestamp",
"sensitive" : false,
"setterDocumentation" : "The time stamp for the alarm history item.
\n@param timestamp The time stamp for the alarm history item.",
"setterMethodName" : "setTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "timestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "timestamp",
"variableType" : "java.time.Instant",
"documentation" : "The time stamp for the alarm history item.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getHistoryItemType",
"beanStyleSetterMethodName" : "setHistoryItemType",
"c2jName" : "HistoryItemType",
"c2jShape" : "HistoryItemType",
"defaultConsumerFluentSetterDocumentation" : "The type of alarm history item.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #historyItemTypeAsString(String)}.\n@param historyItemType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #historyItemType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The type of alarm history item.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #historyItemType} will return {@link HistoryItemType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #historyItemTypeAsString}.\n
\n@return The type of alarm history item.\n@see HistoryItemType\n@deprecated Use {@link #historyItemTypeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The type of alarm history item.
\n@param historyItemType The type of alarm history item.\n@see HistoryItemType\n@return Returns a reference to this object so that method calls can be chained together.\n@see HistoryItemType\n@deprecated Use {@link #historyItemType(String)}\n",
"documentation" : "The type of alarm history item.
",
"endpointDiscoveryId" : false,
"enumType" : "HistoryItemType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the HistoryItemType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasHistoryItemType",
"fluentEnumGetterMethodName" : "historyItemType",
"fluentEnumSetterMethodName" : "historyItemType",
"fluentGetterMethodName" : "historyItemTypeAsString",
"fluentSetterDocumentation" : "The type of alarm history item.
\n@param historyItemType The type of alarm history item.\n@see HistoryItemType\n@return Returns a reference to this object so that method calls can be chained together.\n@see HistoryItemType",
"fluentSetterMethodName" : "historyItemType",
"getterDocumentation" : "The type of alarm history item.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #historyItemType} will return {@link HistoryItemType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #historyItemTypeAsString}.\n
\n@return The type of alarm history item.\n@see HistoryItemType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HistoryItemType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HistoryItemType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HistoryItemType",
"sensitive" : false,
"setterDocumentation" : "The type of alarm history item.
\n@param historyItemType The type of alarm history item.\n@see HistoryItemType",
"setterMethodName" : "setHistoryItemType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "historyItemType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "historyItemType",
"variableType" : "String",
"documentation" : "The type of alarm history item.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getHistorySummary",
"beanStyleSetterMethodName" : "setHistorySummary",
"c2jName" : "HistorySummary",
"c2jShape" : "HistorySummary",
"defaultConsumerFluentSetterDocumentation" : "A summary of the alarm history, in text format.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #historySummary(String)}.\n@param historySummary a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #historySummary(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A summary of the alarm history, in text format.
\n@return A summary of the alarm history, in text format.\n@deprecated Use {@link #historySummary()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A summary of the alarm history, in text format.
\n@param historySummary A summary of the alarm history, in text format.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #historySummary(String)}\n",
"documentation" : "A summary of the alarm history, in text format.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the HistorySummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasHistorySummary",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "historySummary",
"fluentSetterDocumentation" : "A summary of the alarm history, in text format.
\n@param historySummary A summary of the alarm history, in text format.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "historySummary",
"getterDocumentation" : "A summary of the alarm history, in text format.
\n@return A summary of the alarm history, in text format.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HistorySummary",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HistorySummary",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HistorySummary",
"sensitive" : false,
"setterDocumentation" : "A summary of the alarm history, in text format.
\n@param historySummary A summary of the alarm history, in text format.",
"setterMethodName" : "setHistorySummary",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "historySummary",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "historySummary",
"variableType" : "String",
"documentation" : "A summary of the alarm history, in text format.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getHistoryData",
"beanStyleSetterMethodName" : "setHistoryData",
"c2jName" : "HistoryData",
"c2jShape" : "HistoryData",
"defaultConsumerFluentSetterDocumentation" : "Data about the alarm, in JSON format.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #historyData(String)}.\n@param historyData a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #historyData(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Data about the alarm, in JSON format.
\n@return Data about the alarm, in JSON format.\n@deprecated Use {@link #historyData()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Data about the alarm, in JSON format.
\n@param historyData Data about the alarm, in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #historyData(String)}\n",
"documentation" : "Data about the alarm, in JSON format.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the HistoryData property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasHistoryData",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "historyData",
"fluentSetterDocumentation" : "Data about the alarm, in JSON format.
\n@param historyData Data about the alarm, in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "historyData",
"getterDocumentation" : "Data about the alarm, in JSON format.
\n@return Data about the alarm, in JSON format.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HistoryData",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HistoryData",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HistoryData",
"sensitive" : false,
"setterDocumentation" : "Data about the alarm, in JSON format.
\n@param historyData Data about the alarm, in JSON format.",
"setterMethodName" : "setHistoryData",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "historyData",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "historyData",
"variableType" : "String",
"documentation" : "Data about the alarm, in JSON format.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AlarmName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAlarmName",
"beanStyleSetterMethodName" : "setAlarmName",
"c2jName" : "AlarmName",
"c2jShape" : "AlarmName",
"defaultConsumerFluentSetterDocumentation" : "The descriptive name for the alarm.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #alarmName(String)}.\n@param alarmName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #alarmName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The descriptive name for the alarm.
\n@return The descriptive name for the alarm.\n@deprecated Use {@link #alarmName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The descriptive name for the alarm.
\n@param alarmName The descriptive name for the alarm.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #alarmName(String)}\n",
"documentation" : "The descriptive name for the alarm.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AlarmName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAlarmName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "alarmName",
"fluentSetterDocumentation" : "The descriptive name for the alarm.
\n@param alarmName The descriptive name for the alarm.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alarmName",
"getterDocumentation" : "The descriptive name for the alarm.
\n@return The descriptive name for the alarm.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlarmName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlarmName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AlarmName",
"sensitive" : false,
"setterDocumentation" : "The descriptive name for the alarm.
\n@param alarmName The descriptive name for the alarm.",
"setterMethodName" : "setAlarmName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "alarmName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "alarmName",
"variableType" : "String",
"documentation" : "The descriptive name for the alarm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"AlarmType" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAlarmType",
"beanStyleSetterMethodName" : "setAlarmType",
"c2jName" : "AlarmType",
"c2jShape" : "AlarmType",
"defaultConsumerFluentSetterDocumentation" : "The type of alarm, either metric alarm or composite alarm.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #alarmTypeAsString(String)}.\n@param alarmType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #alarmType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The type of alarm, either metric alarm or composite alarm.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #alarmType} will return {@link AlarmType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #alarmTypeAsString}.\n
\n@return The type of alarm, either metric alarm or composite alarm.\n@see AlarmType\n@deprecated Use {@link #alarmTypeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The type of alarm, either metric alarm or composite alarm.
\n@param alarmType The type of alarm, either metric alarm or composite alarm.\n@see AlarmType\n@return Returns a reference to this object so that method calls can be chained together.\n@see AlarmType\n@deprecated Use {@link #alarmType(String)}\n",
"documentation" : "The type of alarm, either metric alarm or composite alarm.
",
"endpointDiscoveryId" : false,
"enumType" : "AlarmType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AlarmType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAlarmType",
"fluentEnumGetterMethodName" : "alarmType",
"fluentEnumSetterMethodName" : "alarmType",
"fluentGetterMethodName" : "alarmTypeAsString",
"fluentSetterDocumentation" : "The type of alarm, either metric alarm or composite alarm.
\n@param alarmType The type of alarm, either metric alarm or composite alarm.\n@see AlarmType\n@return Returns a reference to this object so that method calls can be chained together.\n@see AlarmType",
"fluentSetterMethodName" : "alarmType",
"getterDocumentation" : "The type of alarm, either metric alarm or composite alarm.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #alarmType} will return {@link AlarmType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #alarmTypeAsString}.\n
\n@return The type of alarm, either metric alarm or composite alarm.\n@see AlarmType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlarmType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlarmType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AlarmType",
"sensitive" : false,
"setterDocumentation" : "The type of alarm, either metric alarm or composite alarm.
\n@param alarmType The type of alarm, either metric alarm or composite alarm.\n@see AlarmType",
"setterMethodName" : "setAlarmType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "alarmType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "alarmType",
"variableType" : "String",
"documentation" : "The type of alarm, either metric alarm or composite alarm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"HistoryData" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getHistoryData",
"beanStyleSetterMethodName" : "setHistoryData",
"c2jName" : "HistoryData",
"c2jShape" : "HistoryData",
"defaultConsumerFluentSetterDocumentation" : "Data about the alarm, in JSON format.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #historyData(String)}.\n@param historyData a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #historyData(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Data about the alarm, in JSON format.
\n@return Data about the alarm, in JSON format.\n@deprecated Use {@link #historyData()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Data about the alarm, in JSON format.
\n@param historyData Data about the alarm, in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #historyData(String)}\n",
"documentation" : "Data about the alarm, in JSON format.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the HistoryData property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasHistoryData",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "historyData",
"fluentSetterDocumentation" : "Data about the alarm, in JSON format.
\n@param historyData Data about the alarm, in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "historyData",
"getterDocumentation" : "Data about the alarm, in JSON format.
\n@return Data about the alarm, in JSON format.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HistoryData",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HistoryData",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HistoryData",
"sensitive" : false,
"setterDocumentation" : "Data about the alarm, in JSON format.
\n@param historyData Data about the alarm, in JSON format.",
"setterMethodName" : "setHistoryData",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "historyData",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "historyData",
"variableType" : "String",
"documentation" : "Data about the alarm, in JSON format.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"HistoryItemType" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getHistoryItemType",
"beanStyleSetterMethodName" : "setHistoryItemType",
"c2jName" : "HistoryItemType",
"c2jShape" : "HistoryItemType",
"defaultConsumerFluentSetterDocumentation" : "The type of alarm history item.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #historyItemTypeAsString(String)}.\n@param historyItemType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #historyItemType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The type of alarm history item.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #historyItemType} will return {@link HistoryItemType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #historyItemTypeAsString}.\n
\n@return The type of alarm history item.\n@see HistoryItemType\n@deprecated Use {@link #historyItemTypeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The type of alarm history item.
\n@param historyItemType The type of alarm history item.\n@see HistoryItemType\n@return Returns a reference to this object so that method calls can be chained together.\n@see HistoryItemType\n@deprecated Use {@link #historyItemType(String)}\n",
"documentation" : "The type of alarm history item.
",
"endpointDiscoveryId" : false,
"enumType" : "HistoryItemType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the HistoryItemType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasHistoryItemType",
"fluentEnumGetterMethodName" : "historyItemType",
"fluentEnumSetterMethodName" : "historyItemType",
"fluentGetterMethodName" : "historyItemTypeAsString",
"fluentSetterDocumentation" : "The type of alarm history item.
\n@param historyItemType The type of alarm history item.\n@see HistoryItemType\n@return Returns a reference to this object so that method calls can be chained together.\n@see HistoryItemType",
"fluentSetterMethodName" : "historyItemType",
"getterDocumentation" : "The type of alarm history item.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #historyItemType} will return {@link HistoryItemType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #historyItemTypeAsString}.\n
\n@return The type of alarm history item.\n@see HistoryItemType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HistoryItemType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HistoryItemType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HistoryItemType",
"sensitive" : false,
"setterDocumentation" : "The type of alarm history item.
\n@param historyItemType The type of alarm history item.\n@see HistoryItemType",
"setterMethodName" : "setHistoryItemType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "historyItemType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "historyItemType",
"variableType" : "String",
"documentation" : "The type of alarm history item.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"HistorySummary" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getHistorySummary",
"beanStyleSetterMethodName" : "setHistorySummary",
"c2jName" : "HistorySummary",
"c2jShape" : "HistorySummary",
"defaultConsumerFluentSetterDocumentation" : "A summary of the alarm history, in text format.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #historySummary(String)}.\n@param historySummary a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #historySummary(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A summary of the alarm history, in text format.
\n@return A summary of the alarm history, in text format.\n@deprecated Use {@link #historySummary()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A summary of the alarm history, in text format.
\n@param historySummary A summary of the alarm history, in text format.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #historySummary(String)}\n",
"documentation" : "A summary of the alarm history, in text format.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the HistorySummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasHistorySummary",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "historySummary",
"fluentSetterDocumentation" : "A summary of the alarm history, in text format.
\n@param historySummary A summary of the alarm history, in text format.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "historySummary",
"getterDocumentation" : "A summary of the alarm history, in text format.
\n@return A summary of the alarm history, in text format.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HistorySummary",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HistorySummary",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HistorySummary",
"sensitive" : false,
"setterDocumentation" : "A summary of the alarm history, in text format.
\n@param historySummary A summary of the alarm history, in text format.",
"setterMethodName" : "setHistorySummary",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "historySummary",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "historySummary",
"variableType" : "String",
"documentation" : "A summary of the alarm history, in text format.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Timestamp" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTimestamp",
"beanStyleSetterMethodName" : "setTimestamp",
"c2jName" : "Timestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The time stamp for the alarm history item.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #timestamp(Instant)}.\n@param timestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestamp(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The time stamp for the alarm history item.
\n@return The time stamp for the alarm history item.\n@deprecated Use {@link #timestamp()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The time stamp for the alarm history item.
\n@param timestamp The time stamp for the alarm history item.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #timestamp(Instant)}\n",
"documentation" : "The time stamp for the alarm history item.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Timestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTimestamp",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "timestamp",
"fluentSetterDocumentation" : "The time stamp for the alarm history item.
\n@param timestamp The time stamp for the alarm history item.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timestamp",
"getterDocumentation" : "The time stamp for the alarm history item.
\n@return The time stamp for the alarm history item.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Timestamp",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Timestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "Timestamp",
"sensitive" : false,
"setterDocumentation" : "The time stamp for the alarm history item.
\n@param timestamp The time stamp for the alarm history item.",
"setterMethodName" : "setTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "timestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "timestamp",
"variableType" : "java.time.Instant",
"documentation" : "The time stamp for the alarm history item.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAlarmName",
"beanStyleSetterMethodName" : "setAlarmName",
"c2jName" : "AlarmName",
"c2jShape" : "AlarmName",
"defaultConsumerFluentSetterDocumentation" : "The descriptive name for the alarm.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #alarmName(String)}.\n@param alarmName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #alarmName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The descriptive name for the alarm.
\n@return The descriptive name for the alarm.\n@deprecated Use {@link #alarmName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The descriptive name for the alarm.
\n@param alarmName The descriptive name for the alarm.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #alarmName(String)}\n",
"documentation" : "The descriptive name for the alarm.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AlarmName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAlarmName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "alarmName",
"fluentSetterDocumentation" : "The descriptive name for the alarm.
\n@param alarmName The descriptive name for the alarm.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alarmName",
"getterDocumentation" : "The descriptive name for the alarm.
\n@return The descriptive name for the alarm.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlarmName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlarmName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AlarmName",
"sensitive" : false,
"setterDocumentation" : "The descriptive name for the alarm.
\n@param alarmName The descriptive name for the alarm.",
"setterMethodName" : "setAlarmName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "alarmName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "alarmName",
"variableType" : "String",
"documentation" : "The descriptive name for the alarm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAlarmType",
"beanStyleSetterMethodName" : "setAlarmType",
"c2jName" : "AlarmType",
"c2jShape" : "AlarmType",
"defaultConsumerFluentSetterDocumentation" : "The type of alarm, either metric alarm or composite alarm.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #alarmTypeAsString(String)}.\n@param alarmType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #alarmType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The type of alarm, either metric alarm or composite alarm.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #alarmType} will return {@link AlarmType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #alarmTypeAsString}.\n
\n@return The type of alarm, either metric alarm or composite alarm.\n@see AlarmType\n@deprecated Use {@link #alarmTypeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The type of alarm, either metric alarm or composite alarm.
\n@param alarmType The type of alarm, either metric alarm or composite alarm.\n@see AlarmType\n@return Returns a reference to this object so that method calls can be chained together.\n@see AlarmType\n@deprecated Use {@link #alarmType(String)}\n",
"documentation" : "The type of alarm, either metric alarm or composite alarm.
",
"endpointDiscoveryId" : false,
"enumType" : "AlarmType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AlarmType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAlarmType",
"fluentEnumGetterMethodName" : "alarmType",
"fluentEnumSetterMethodName" : "alarmType",
"fluentGetterMethodName" : "alarmTypeAsString",
"fluentSetterDocumentation" : "The type of alarm, either metric alarm or composite alarm.
\n@param alarmType The type of alarm, either metric alarm or composite alarm.\n@see AlarmType\n@return Returns a reference to this object so that method calls can be chained together.\n@see AlarmType",
"fluentSetterMethodName" : "alarmType",
"getterDocumentation" : "The type of alarm, either metric alarm or composite alarm.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #alarmType} will return {@link AlarmType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #alarmTypeAsString}.\n
\n@return The type of alarm, either metric alarm or composite alarm.\n@see AlarmType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlarmType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlarmType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AlarmType",
"sensitive" : false,
"setterDocumentation" : "The type of alarm, either metric alarm or composite alarm.
\n@param alarmType The type of alarm, either metric alarm or composite alarm.\n@see AlarmType",
"setterMethodName" : "setAlarmType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "alarmType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "alarmType",
"variableType" : "String",
"documentation" : "The type of alarm, either metric alarm or composite alarm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTimestamp",
"beanStyleSetterMethodName" : "setTimestamp",
"c2jName" : "Timestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The time stamp for the alarm history item.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #timestamp(Instant)}.\n@param timestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestamp(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The time stamp for the alarm history item.
\n@return The time stamp for the alarm history item.\n@deprecated Use {@link #timestamp()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The time stamp for the alarm history item.
\n@param timestamp The time stamp for the alarm history item.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #timestamp(Instant)}\n",
"documentation" : "The time stamp for the alarm history item.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Timestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTimestamp",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "timestamp",
"fluentSetterDocumentation" : "The time stamp for the alarm history item.
\n@param timestamp The time stamp for the alarm history item.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timestamp",
"getterDocumentation" : "The time stamp for the alarm history item.
\n@return The time stamp for the alarm history item.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Timestamp",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Timestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "Timestamp",
"sensitive" : false,
"setterDocumentation" : "The time stamp for the alarm history item.
\n@param timestamp The time stamp for the alarm history item.",
"setterMethodName" : "setTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "timestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "timestamp",
"variableType" : "java.time.Instant",
"documentation" : "The time stamp for the alarm history item.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getHistoryItemType",
"beanStyleSetterMethodName" : "setHistoryItemType",
"c2jName" : "HistoryItemType",
"c2jShape" : "HistoryItemType",
"defaultConsumerFluentSetterDocumentation" : "The type of alarm history item.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #historyItemTypeAsString(String)}.\n@param historyItemType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #historyItemType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The type of alarm history item.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #historyItemType} will return {@link HistoryItemType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #historyItemTypeAsString}.\n
\n@return The type of alarm history item.\n@see HistoryItemType\n@deprecated Use {@link #historyItemTypeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The type of alarm history item.
\n@param historyItemType The type of alarm history item.\n@see HistoryItemType\n@return Returns a reference to this object so that method calls can be chained together.\n@see HistoryItemType\n@deprecated Use {@link #historyItemType(String)}\n",
"documentation" : "The type of alarm history item.
",
"endpointDiscoveryId" : false,
"enumType" : "HistoryItemType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the HistoryItemType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasHistoryItemType",
"fluentEnumGetterMethodName" : "historyItemType",
"fluentEnumSetterMethodName" : "historyItemType",
"fluentGetterMethodName" : "historyItemTypeAsString",
"fluentSetterDocumentation" : "The type of alarm history item.
\n@param historyItemType The type of alarm history item.\n@see HistoryItemType\n@return Returns a reference to this object so that method calls can be chained together.\n@see HistoryItemType",
"fluentSetterMethodName" : "historyItemType",
"getterDocumentation" : "The type of alarm history item.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #historyItemType} will return {@link HistoryItemType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #historyItemTypeAsString}.\n
\n@return The type of alarm history item.\n@see HistoryItemType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HistoryItemType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HistoryItemType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HistoryItemType",
"sensitive" : false,
"setterDocumentation" : "The type of alarm history item.
\n@param historyItemType The type of alarm history item.\n@see HistoryItemType",
"setterMethodName" : "setHistoryItemType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "historyItemType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "historyItemType",
"variableType" : "String",
"documentation" : "The type of alarm history item.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getHistorySummary",
"beanStyleSetterMethodName" : "setHistorySummary",
"c2jName" : "HistorySummary",
"c2jShape" : "HistorySummary",
"defaultConsumerFluentSetterDocumentation" : "A summary of the alarm history, in text format.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #historySummary(String)}.\n@param historySummary a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #historySummary(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A summary of the alarm history, in text format.
\n@return A summary of the alarm history, in text format.\n@deprecated Use {@link #historySummary()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A summary of the alarm history, in text format.
\n@param historySummary A summary of the alarm history, in text format.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #historySummary(String)}\n",
"documentation" : "A summary of the alarm history, in text format.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the HistorySummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasHistorySummary",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "historySummary",
"fluentSetterDocumentation" : "A summary of the alarm history, in text format.
\n@param historySummary A summary of the alarm history, in text format.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "historySummary",
"getterDocumentation" : "A summary of the alarm history, in text format.
\n@return A summary of the alarm history, in text format.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HistorySummary",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HistorySummary",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HistorySummary",
"sensitive" : false,
"setterDocumentation" : "A summary of the alarm history, in text format.
\n@param historySummary A summary of the alarm history, in text format.",
"setterMethodName" : "setHistorySummary",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "historySummary",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "historySummary",
"variableType" : "String",
"documentation" : "A summary of the alarm history, in text format.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getHistoryData",
"beanStyleSetterMethodName" : "setHistoryData",
"c2jName" : "HistoryData",
"c2jShape" : "HistoryData",
"defaultConsumerFluentSetterDocumentation" : "Data about the alarm, in JSON format.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #historyData(String)}.\n@param historyData a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #historyData(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Data about the alarm, in JSON format.
\n@return Data about the alarm, in JSON format.\n@deprecated Use {@link #historyData()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Data about the alarm, in JSON format.
\n@param historyData Data about the alarm, in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #historyData(String)}\n",
"documentation" : "Data about the alarm, in JSON format.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the HistoryData property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasHistoryData",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "historyData",
"fluentSetterDocumentation" : "Data about the alarm, in JSON format.
\n@param historyData Data about the alarm, in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "historyData",
"getterDocumentation" : "Data about the alarm, in JSON format.
\n@return Data about the alarm, in JSON format.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HistoryData",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HistoryData",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HistoryData",
"sensitive" : false,
"setterDocumentation" : "Data about the alarm, in JSON format.
\n@param historyData Data about the alarm, in JSON format.",
"setterMethodName" : "setHistoryData",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "historyData",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "historyData",
"variableType" : "String",
"documentation" : "Data about the alarm, in JSON format.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AlarmHistoryItem",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AlarmHistoryItem",
"variableName" : "alarmHistoryItem",
"variableType" : "AlarmHistoryItem",
"documentation" : null,
"simpleType" : "AlarmHistoryItem",
"variableSetterType" : "AlarmHistoryItem"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AlarmType" : {
"c2jName" : "AlarmType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "COMPOSITE_ALARM",
"value" : "CompositeAlarm"
}, {
"name" : "METRIC_ALARM",
"value" : "MetricAlarm"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AlarmType",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AlarmType",
"variableName" : "alarmType",
"variableType" : "AlarmType",
"documentation" : null,
"simpleType" : "AlarmType",
"variableSetterType" : "AlarmType"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AnomalyDetector" : {
"c2jName" : "AnomalyDetector",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An anomaly detection model associated with a particular CloudWatch metric and statistic. You can use the model to display a band of expected normal values when the metric is graphed.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNamespace",
"beanStyleSetterMethodName" : "setNamespace",
"c2jName" : "Namespace",
"c2jShape" : "Namespace",
"defaultConsumerFluentSetterDocumentation" : "The namespace of the metric associated with the anomaly detection model.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #namespace(String)}.\n@param namespace a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespace(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The namespace of the metric associated with the anomaly detection model.
\n@return The namespace of the metric associated with the anomaly detection model.\n@deprecated Use {@link #namespace()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The namespace of the metric associated with the anomaly detection model.
\n@param namespace The namespace of the metric associated with the anomaly detection model.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #namespace(String)}\n",
"documentation" : "The namespace of the metric associated with the anomaly detection model.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Namespace property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNamespace",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespace",
"fluentSetterDocumentation" : "The namespace of the metric associated with the anomaly detection model.
\n@param namespace The namespace of the metric associated with the anomaly detection model.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespace",
"getterDocumentation" : "The namespace of the metric associated with the anomaly detection model.
\n@return The namespace of the metric associated with the anomaly detection model.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Namespace",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Namespace",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Namespace",
"sensitive" : false,
"setterDocumentation" : "The namespace of the metric associated with the anomaly detection model.
\n@param namespace The namespace of the metric associated with the anomaly detection model.",
"setterMethodName" : "setNamespace",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namespace",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namespace",
"variableType" : "String",
"documentation" : "The namespace of the metric associated with the anomaly detection model.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMetricName",
"beanStyleSetterMethodName" : "setMetricName",
"c2jName" : "MetricName",
"c2jShape" : "MetricName",
"defaultConsumerFluentSetterDocumentation" : "The name of the metric associated with the anomaly detection model.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #metricName(String)}.\n@param metricName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the metric associated with the anomaly detection model.
\n@return The name of the metric associated with the anomaly detection model.\n@deprecated Use {@link #metricName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the metric associated with the anomaly detection model.
\n@param metricName The name of the metric associated with the anomaly detection model.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricName(String)}\n",
"documentation" : "The name of the metric associated with the anomaly detection model.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MetricName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMetricName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "metricName",
"fluentSetterDocumentation" : "The name of the metric associated with the anomaly detection model.
\n@param metricName The name of the metric associated with the anomaly detection model.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "metricName",
"getterDocumentation" : "The name of the metric associated with the anomaly detection model.
\n@return The name of the metric associated with the anomaly detection model.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MetricName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MetricName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MetricName",
"sensitive" : false,
"setterDocumentation" : "The name of the metric associated with the anomaly detection model.
\n@param metricName The name of the metric associated with the anomaly detection model.",
"setterMethodName" : "setMetricName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "metricName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "metricName",
"variableType" : "String",
"documentation" : "The name of the metric associated with the anomaly detection model.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getDimensions",
"beanStyleSetterMethodName" : "setDimensions",
"c2jName" : "Dimensions",
"c2jShape" : "Dimensions",
"defaultConsumerFluentSetterDocumentation" : "The metric dimensions associated with the anomaly detection model.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #dimensions(List)}.\n@param dimensions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dimensions(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The metric dimensions associated with the anomaly detection model.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasDimensions()} to see if a value was sent in this field.\n
\n@return The metric dimensions associated with the anomaly detection model.\n@deprecated Use {@link #dimensions()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The metric dimensions associated with the anomaly detection model.
\n@param dimensions The metric dimensions associated with the anomaly detection model.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dimensions(List)}\n",
"documentation" : "The metric dimensions associated with the anomaly detection model.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Dimensions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDimensions",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dimensions",
"fluentSetterDocumentation" : "The metric dimensions associated with the anomaly detection model.
\n@param dimensions The metric dimensions associated with the anomaly detection model.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dimensions",
"getterDocumentation" : "The metric dimensions associated with the anomaly detection model.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasDimensions()} to see if a value was sent in this field.\n
\n@return The metric dimensions associated with the anomaly detection model.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Dimensions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Dimensions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Dimension",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Dimension.Builder} avoiding the need to create one manually via {@link Dimension#builder()}.\n\nWhen the {@link Consumer} completes, {@link Dimension.Builder#build()} is called immediately and its result is passed to {@link #member(Dimension)}.\n@param member a consumer that will call methods on {@link Dimension.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Dimension)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Dimension)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Dimension",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Dimension",
"variableName" : "member",
"variableType" : "Dimension",
"documentation" : null,
"simpleType" : "Dimension",
"variableSetterType" : "Dimension"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Dimension",
"variableName" : "member",
"variableType" : "Dimension",
"documentation" : "",
"simpleType" : "Dimension",
"variableSetterType" : "Dimension"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Dimension",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Dimension",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Dimensions",
"sensitive" : false,
"setterDocumentation" : "The metric dimensions associated with the anomaly detection model.
\n@param dimensions The metric dimensions associated with the anomaly detection model.",
"setterMethodName" : "setDimensions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "dimensions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "dimensions",
"variableType" : "java.util.List",
"documentation" : "The metric dimensions associated with the anomaly detection model.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStat",
"beanStyleSetterMethodName" : "setStat",
"c2jName" : "Stat",
"c2jShape" : "AnomalyDetectorMetricStat",
"defaultConsumerFluentSetterDocumentation" : "The statistic associated with the anomaly detection model.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stat(String)}.\n@param stat a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stat(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The statistic associated with the anomaly detection model.
\n@return The statistic associated with the anomaly detection model.\n@deprecated Use {@link #stat()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The statistic associated with the anomaly detection model.
\n@param stat The statistic associated with the anomaly detection model.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stat(String)}\n",
"documentation" : "The statistic associated with the anomaly detection model.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Stat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStat",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "stat",
"fluentSetterDocumentation" : "The statistic associated with the anomaly detection model.
\n@param stat The statistic associated with the anomaly detection model.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "stat",
"getterDocumentation" : "The statistic associated with the anomaly detection model.
\n@return The statistic associated with the anomaly detection model.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Stat",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Stat",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Stat",
"sensitive" : false,
"setterDocumentation" : "The statistic associated with the anomaly detection model.
\n@param stat The statistic associated with the anomaly detection model.",
"setterMethodName" : "setStat",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stat",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stat",
"variableType" : "String",
"documentation" : "The statistic associated with the anomaly detection model.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getConfiguration",
"beanStyleSetterMethodName" : "setConfiguration",
"c2jName" : "Configuration",
"c2jShape" : "AnomalyDetectorConfiguration",
"defaultConsumerFluentSetterDocumentation" : "The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.
\nThis is a convenience that creates an instance of the {@link AnomalyDetectorConfiguration.Builder} avoiding the need to create one manually via {@link AnomalyDetectorConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link AnomalyDetectorConfiguration.Builder#build()} is called immediately and its result is passed to {@link #configuration(AnomalyDetectorConfiguration)}.\n@param configuration a consumer that will call methods on {@link AnomalyDetectorConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configuration(AnomalyDetectorConfiguration)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.
\n@return The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.\n@deprecated Use {@link #configuration()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.
\n@param configuration The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #configuration(AnomalyDetectorConfiguration)}\n",
"documentation" : "The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Configuration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasConfiguration",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configuration",
"fluentSetterDocumentation" : "The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.
\n@param configuration The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configuration",
"getterDocumentation" : "The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.
\n@return The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.",
"getterModel" : {
"returnType" : "AnomalyDetectorConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Configuration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Configuration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Configuration",
"sensitive" : false,
"setterDocumentation" : "The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.
\n@param configuration The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.",
"setterMethodName" : "setConfiguration",
"setterModel" : {
"variableDeclarationType" : "AnomalyDetectorConfiguration",
"variableName" : "configuration",
"variableType" : "AnomalyDetectorConfiguration",
"documentation" : null,
"simpleType" : "AnomalyDetectorConfiguration",
"variableSetterType" : "AnomalyDetectorConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AnomalyDetectorConfiguration",
"variableName" : "configuration",
"variableType" : "AnomalyDetectorConfiguration",
"documentation" : "The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.
",
"simpleType" : "AnomalyDetectorConfiguration",
"variableSetterType" : "AnomalyDetectorConfiguration"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStateValue",
"beanStyleSetterMethodName" : "setStateValue",
"c2jName" : "StateValue",
"c2jShape" : "AnomalyDetectorStateValue",
"defaultConsumerFluentSetterDocumentation" : "The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateValueAsString(String)}.\n@param stateValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateValue(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #stateValue} will return {@link AnomalyDetectorStateValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateValueAsString}.\n
\n@return The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\n@see AnomalyDetectorStateValue\n@deprecated Use {@link #stateValueAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\n@param stateValue The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\n@see AnomalyDetectorStateValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see AnomalyDetectorStateValue\n@deprecated Use {@link #stateValue(String)}\n",
"documentation" : "The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
",
"endpointDiscoveryId" : false,
"enumType" : "AnomalyDetectorStateValue",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StateValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStateValue",
"fluentEnumGetterMethodName" : "stateValue",
"fluentEnumSetterMethodName" : "stateValue",
"fluentGetterMethodName" : "stateValueAsString",
"fluentSetterDocumentation" : "The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\n@param stateValue The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\n@see AnomalyDetectorStateValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see AnomalyDetectorStateValue",
"fluentSetterMethodName" : "stateValue",
"getterDocumentation" : "The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #stateValue} will return {@link AnomalyDetectorStateValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateValueAsString}.\n
\n@return The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\n@see AnomalyDetectorStateValue",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StateValue",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StateValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StateValue",
"sensitive" : false,
"setterDocumentation" : "The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\n@param stateValue The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\n@see AnomalyDetectorStateValue",
"setterMethodName" : "setStateValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stateValue",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stateValue",
"variableType" : "String",
"documentation" : "The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Configuration" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getConfiguration",
"beanStyleSetterMethodName" : "setConfiguration",
"c2jName" : "Configuration",
"c2jShape" : "AnomalyDetectorConfiguration",
"defaultConsumerFluentSetterDocumentation" : "The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.
\nThis is a convenience that creates an instance of the {@link AnomalyDetectorConfiguration.Builder} avoiding the need to create one manually via {@link AnomalyDetectorConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link AnomalyDetectorConfiguration.Builder#build()} is called immediately and its result is passed to {@link #configuration(AnomalyDetectorConfiguration)}.\n@param configuration a consumer that will call methods on {@link AnomalyDetectorConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configuration(AnomalyDetectorConfiguration)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.
\n@return The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.\n@deprecated Use {@link #configuration()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.
\n@param configuration The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #configuration(AnomalyDetectorConfiguration)}\n",
"documentation" : "The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Configuration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasConfiguration",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configuration",
"fluentSetterDocumentation" : "The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.
\n@param configuration The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configuration",
"getterDocumentation" : "The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.
\n@return The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.",
"getterModel" : {
"returnType" : "AnomalyDetectorConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Configuration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Configuration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Configuration",
"sensitive" : false,
"setterDocumentation" : "The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.
\n@param configuration The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.",
"setterMethodName" : "setConfiguration",
"setterModel" : {
"variableDeclarationType" : "AnomalyDetectorConfiguration",
"variableName" : "configuration",
"variableType" : "AnomalyDetectorConfiguration",
"documentation" : null,
"simpleType" : "AnomalyDetectorConfiguration",
"variableSetterType" : "AnomalyDetectorConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AnomalyDetectorConfiguration",
"variableName" : "configuration",
"variableType" : "AnomalyDetectorConfiguration",
"documentation" : "The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.
",
"simpleType" : "AnomalyDetectorConfiguration",
"variableSetterType" : "AnomalyDetectorConfiguration"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Dimensions" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getDimensions",
"beanStyleSetterMethodName" : "setDimensions",
"c2jName" : "Dimensions",
"c2jShape" : "Dimensions",
"defaultConsumerFluentSetterDocumentation" : "The metric dimensions associated with the anomaly detection model.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #dimensions(List)}.\n@param dimensions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dimensions(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The metric dimensions associated with the anomaly detection model.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasDimensions()} to see if a value was sent in this field.\n
\n@return The metric dimensions associated with the anomaly detection model.\n@deprecated Use {@link #dimensions()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The metric dimensions associated with the anomaly detection model.
\n@param dimensions The metric dimensions associated with the anomaly detection model.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dimensions(List)}\n",
"documentation" : "The metric dimensions associated with the anomaly detection model.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Dimensions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDimensions",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dimensions",
"fluentSetterDocumentation" : "The metric dimensions associated with the anomaly detection model.
\n@param dimensions The metric dimensions associated with the anomaly detection model.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dimensions",
"getterDocumentation" : "The metric dimensions associated with the anomaly detection model.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasDimensions()} to see if a value was sent in this field.\n
\n@return The metric dimensions associated with the anomaly detection model.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Dimensions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Dimensions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Dimension",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Dimension.Builder} avoiding the need to create one manually via {@link Dimension#builder()}.\n\nWhen the {@link Consumer} completes, {@link Dimension.Builder#build()} is called immediately and its result is passed to {@link #member(Dimension)}.\n@param member a consumer that will call methods on {@link Dimension.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Dimension)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Dimension)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Dimension",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Dimension",
"variableName" : "member",
"variableType" : "Dimension",
"documentation" : null,
"simpleType" : "Dimension",
"variableSetterType" : "Dimension"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Dimension",
"variableName" : "member",
"variableType" : "Dimension",
"documentation" : "",
"simpleType" : "Dimension",
"variableSetterType" : "Dimension"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Dimension",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Dimension",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Dimensions",
"sensitive" : false,
"setterDocumentation" : "The metric dimensions associated with the anomaly detection model.
\n@param dimensions The metric dimensions associated with the anomaly detection model.",
"setterMethodName" : "setDimensions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "dimensions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "dimensions",
"variableType" : "java.util.List",
"documentation" : "The metric dimensions associated with the anomaly detection model.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MetricName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMetricName",
"beanStyleSetterMethodName" : "setMetricName",
"c2jName" : "MetricName",
"c2jShape" : "MetricName",
"defaultConsumerFluentSetterDocumentation" : "The name of the metric associated with the anomaly detection model.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #metricName(String)}.\n@param metricName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the metric associated with the anomaly detection model.
\n@return The name of the metric associated with the anomaly detection model.\n@deprecated Use {@link #metricName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the metric associated with the anomaly detection model.
\n@param metricName The name of the metric associated with the anomaly detection model.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricName(String)}\n",
"documentation" : "The name of the metric associated with the anomaly detection model.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MetricName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMetricName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "metricName",
"fluentSetterDocumentation" : "The name of the metric associated with the anomaly detection model.
\n@param metricName The name of the metric associated with the anomaly detection model.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "metricName",
"getterDocumentation" : "The name of the metric associated with the anomaly detection model.
\n@return The name of the metric associated with the anomaly detection model.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MetricName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MetricName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MetricName",
"sensitive" : false,
"setterDocumentation" : "The name of the metric associated with the anomaly detection model.
\n@param metricName The name of the metric associated with the anomaly detection model.",
"setterMethodName" : "setMetricName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "metricName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "metricName",
"variableType" : "String",
"documentation" : "The name of the metric associated with the anomaly detection model.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Namespace" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNamespace",
"beanStyleSetterMethodName" : "setNamespace",
"c2jName" : "Namespace",
"c2jShape" : "Namespace",
"defaultConsumerFluentSetterDocumentation" : "The namespace of the metric associated with the anomaly detection model.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #namespace(String)}.\n@param namespace a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespace(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The namespace of the metric associated with the anomaly detection model.
\n@return The namespace of the metric associated with the anomaly detection model.\n@deprecated Use {@link #namespace()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The namespace of the metric associated with the anomaly detection model.
\n@param namespace The namespace of the metric associated with the anomaly detection model.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #namespace(String)}\n",
"documentation" : "The namespace of the metric associated with the anomaly detection model.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Namespace property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNamespace",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespace",
"fluentSetterDocumentation" : "The namespace of the metric associated with the anomaly detection model.
\n@param namespace The namespace of the metric associated with the anomaly detection model.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespace",
"getterDocumentation" : "The namespace of the metric associated with the anomaly detection model.
\n@return The namespace of the metric associated with the anomaly detection model.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Namespace",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Namespace",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Namespace",
"sensitive" : false,
"setterDocumentation" : "The namespace of the metric associated with the anomaly detection model.
\n@param namespace The namespace of the metric associated with the anomaly detection model.",
"setterMethodName" : "setNamespace",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namespace",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namespace",
"variableType" : "String",
"documentation" : "The namespace of the metric associated with the anomaly detection model.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Stat" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStat",
"beanStyleSetterMethodName" : "setStat",
"c2jName" : "Stat",
"c2jShape" : "AnomalyDetectorMetricStat",
"defaultConsumerFluentSetterDocumentation" : "The statistic associated with the anomaly detection model.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stat(String)}.\n@param stat a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stat(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The statistic associated with the anomaly detection model.
\n@return The statistic associated with the anomaly detection model.\n@deprecated Use {@link #stat()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The statistic associated with the anomaly detection model.
\n@param stat The statistic associated with the anomaly detection model.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stat(String)}\n",
"documentation" : "The statistic associated with the anomaly detection model.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Stat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStat",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "stat",
"fluentSetterDocumentation" : "The statistic associated with the anomaly detection model.
\n@param stat The statistic associated with the anomaly detection model.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "stat",
"getterDocumentation" : "The statistic associated with the anomaly detection model.
\n@return The statistic associated with the anomaly detection model.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Stat",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Stat",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Stat",
"sensitive" : false,
"setterDocumentation" : "The statistic associated with the anomaly detection model.
\n@param stat The statistic associated with the anomaly detection model.",
"setterMethodName" : "setStat",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stat",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stat",
"variableType" : "String",
"documentation" : "The statistic associated with the anomaly detection model.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"StateValue" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStateValue",
"beanStyleSetterMethodName" : "setStateValue",
"c2jName" : "StateValue",
"c2jShape" : "AnomalyDetectorStateValue",
"defaultConsumerFluentSetterDocumentation" : "The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateValueAsString(String)}.\n@param stateValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateValue(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #stateValue} will return {@link AnomalyDetectorStateValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateValueAsString}.\n
\n@return The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\n@see AnomalyDetectorStateValue\n@deprecated Use {@link #stateValueAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\n@param stateValue The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\n@see AnomalyDetectorStateValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see AnomalyDetectorStateValue\n@deprecated Use {@link #stateValue(String)}\n",
"documentation" : "The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
",
"endpointDiscoveryId" : false,
"enumType" : "AnomalyDetectorStateValue",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StateValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStateValue",
"fluentEnumGetterMethodName" : "stateValue",
"fluentEnumSetterMethodName" : "stateValue",
"fluentGetterMethodName" : "stateValueAsString",
"fluentSetterDocumentation" : "The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\n@param stateValue The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\n@see AnomalyDetectorStateValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see AnomalyDetectorStateValue",
"fluentSetterMethodName" : "stateValue",
"getterDocumentation" : "The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #stateValue} will return {@link AnomalyDetectorStateValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateValueAsString}.\n
\n@return The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\n@see AnomalyDetectorStateValue",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StateValue",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StateValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StateValue",
"sensitive" : false,
"setterDocumentation" : "The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\n@param stateValue The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\n@see AnomalyDetectorStateValue",
"setterMethodName" : "setStateValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stateValue",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stateValue",
"variableType" : "String",
"documentation" : "The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNamespace",
"beanStyleSetterMethodName" : "setNamespace",
"c2jName" : "Namespace",
"c2jShape" : "Namespace",
"defaultConsumerFluentSetterDocumentation" : "The namespace of the metric associated with the anomaly detection model.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #namespace(String)}.\n@param namespace a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namespace(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The namespace of the metric associated with the anomaly detection model.
\n@return The namespace of the metric associated with the anomaly detection model.\n@deprecated Use {@link #namespace()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The namespace of the metric associated with the anomaly detection model.
\n@param namespace The namespace of the metric associated with the anomaly detection model.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #namespace(String)}\n",
"documentation" : "The namespace of the metric associated with the anomaly detection model.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Namespace property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNamespace",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "namespace",
"fluentSetterDocumentation" : "The namespace of the metric associated with the anomaly detection model.
\n@param namespace The namespace of the metric associated with the anomaly detection model.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "namespace",
"getterDocumentation" : "The namespace of the metric associated with the anomaly detection model.
\n@return The namespace of the metric associated with the anomaly detection model.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Namespace",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Namespace",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Namespace",
"sensitive" : false,
"setterDocumentation" : "The namespace of the metric associated with the anomaly detection model.
\n@param namespace The namespace of the metric associated with the anomaly detection model.",
"setterMethodName" : "setNamespace",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namespace",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namespace",
"variableType" : "String",
"documentation" : "The namespace of the metric associated with the anomaly detection model.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMetricName",
"beanStyleSetterMethodName" : "setMetricName",
"c2jName" : "MetricName",
"c2jShape" : "MetricName",
"defaultConsumerFluentSetterDocumentation" : "The name of the metric associated with the anomaly detection model.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #metricName(String)}.\n@param metricName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the metric associated with the anomaly detection model.
\n@return The name of the metric associated with the anomaly detection model.\n@deprecated Use {@link #metricName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the metric associated with the anomaly detection model.
\n@param metricName The name of the metric associated with the anomaly detection model.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricName(String)}\n",
"documentation" : "The name of the metric associated with the anomaly detection model.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MetricName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMetricName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "metricName",
"fluentSetterDocumentation" : "The name of the metric associated with the anomaly detection model.
\n@param metricName The name of the metric associated with the anomaly detection model.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "metricName",
"getterDocumentation" : "The name of the metric associated with the anomaly detection model.
\n@return The name of the metric associated with the anomaly detection model.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MetricName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MetricName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MetricName",
"sensitive" : false,
"setterDocumentation" : "The name of the metric associated with the anomaly detection model.
\n@param metricName The name of the metric associated with the anomaly detection model.",
"setterMethodName" : "setMetricName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "metricName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "metricName",
"variableType" : "String",
"documentation" : "The name of the metric associated with the anomaly detection model.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getDimensions",
"beanStyleSetterMethodName" : "setDimensions",
"c2jName" : "Dimensions",
"c2jShape" : "Dimensions",
"defaultConsumerFluentSetterDocumentation" : "The metric dimensions associated with the anomaly detection model.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #dimensions(List)}.\n@param dimensions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dimensions(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The metric dimensions associated with the anomaly detection model.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasDimensions()} to see if a value was sent in this field.\n
\n@return The metric dimensions associated with the anomaly detection model.\n@deprecated Use {@link #dimensions()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The metric dimensions associated with the anomaly detection model.
\n@param dimensions The metric dimensions associated with the anomaly detection model.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dimensions(List)}\n",
"documentation" : "The metric dimensions associated with the anomaly detection model.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Dimensions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDimensions",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dimensions",
"fluentSetterDocumentation" : "The metric dimensions associated with the anomaly detection model.
\n@param dimensions The metric dimensions associated with the anomaly detection model.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dimensions",
"getterDocumentation" : "The metric dimensions associated with the anomaly detection model.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasDimensions()} to see if a value was sent in this field.\n
\n@return The metric dimensions associated with the anomaly detection model.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Dimensions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Dimensions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Dimension",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Dimension.Builder} avoiding the need to create one manually via {@link Dimension#builder()}.\n\nWhen the {@link Consumer} completes, {@link Dimension.Builder#build()} is called immediately and its result is passed to {@link #member(Dimension)}.\n@param member a consumer that will call methods on {@link Dimension.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Dimension)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Dimension)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Dimension",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Dimension",
"variableName" : "member",
"variableType" : "Dimension",
"documentation" : null,
"simpleType" : "Dimension",
"variableSetterType" : "Dimension"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Dimension",
"variableName" : "member",
"variableType" : "Dimension",
"documentation" : "",
"simpleType" : "Dimension",
"variableSetterType" : "Dimension"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Dimension",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Dimension",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Dimensions",
"sensitive" : false,
"setterDocumentation" : "The metric dimensions associated with the anomaly detection model.
\n@param dimensions The metric dimensions associated with the anomaly detection model.",
"setterMethodName" : "setDimensions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "dimensions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "dimensions",
"variableType" : "java.util.List",
"documentation" : "The metric dimensions associated with the anomaly detection model.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStat",
"beanStyleSetterMethodName" : "setStat",
"c2jName" : "Stat",
"c2jShape" : "AnomalyDetectorMetricStat",
"defaultConsumerFluentSetterDocumentation" : "The statistic associated with the anomaly detection model.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stat(String)}.\n@param stat a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stat(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The statistic associated with the anomaly detection model.
\n@return The statistic associated with the anomaly detection model.\n@deprecated Use {@link #stat()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The statistic associated with the anomaly detection model.
\n@param stat The statistic associated with the anomaly detection model.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stat(String)}\n",
"documentation" : "The statistic associated with the anomaly detection model.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Stat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStat",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "stat",
"fluentSetterDocumentation" : "The statistic associated with the anomaly detection model.
\n@param stat The statistic associated with the anomaly detection model.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "stat",
"getterDocumentation" : "The statistic associated with the anomaly detection model.
\n@return The statistic associated with the anomaly detection model.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Stat",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Stat",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Stat",
"sensitive" : false,
"setterDocumentation" : "The statistic associated with the anomaly detection model.
\n@param stat The statistic associated with the anomaly detection model.",
"setterMethodName" : "setStat",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stat",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stat",
"variableType" : "String",
"documentation" : "The statistic associated with the anomaly detection model.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getConfiguration",
"beanStyleSetterMethodName" : "setConfiguration",
"c2jName" : "Configuration",
"c2jShape" : "AnomalyDetectorConfiguration",
"defaultConsumerFluentSetterDocumentation" : "The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.
\nThis is a convenience that creates an instance of the {@link AnomalyDetectorConfiguration.Builder} avoiding the need to create one manually via {@link AnomalyDetectorConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link AnomalyDetectorConfiguration.Builder#build()} is called immediately and its result is passed to {@link #configuration(AnomalyDetectorConfiguration)}.\n@param configuration a consumer that will call methods on {@link AnomalyDetectorConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #configuration(AnomalyDetectorConfiguration)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.
\n@return The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.\n@deprecated Use {@link #configuration()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.
\n@param configuration The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #configuration(AnomalyDetectorConfiguration)}\n",
"documentation" : "The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Configuration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasConfiguration",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "configuration",
"fluentSetterDocumentation" : "The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.
\n@param configuration The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "configuration",
"getterDocumentation" : "The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.
\n@return The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.",
"getterModel" : {
"returnType" : "AnomalyDetectorConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Configuration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Configuration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Configuration",
"sensitive" : false,
"setterDocumentation" : "The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.
\n@param configuration The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.",
"setterMethodName" : "setConfiguration",
"setterModel" : {
"variableDeclarationType" : "AnomalyDetectorConfiguration",
"variableName" : "configuration",
"variableType" : "AnomalyDetectorConfiguration",
"documentation" : null,
"simpleType" : "AnomalyDetectorConfiguration",
"variableSetterType" : "AnomalyDetectorConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AnomalyDetectorConfiguration",
"variableName" : "configuration",
"variableType" : "AnomalyDetectorConfiguration",
"documentation" : "The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.
",
"simpleType" : "AnomalyDetectorConfiguration",
"variableSetterType" : "AnomalyDetectorConfiguration"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStateValue",
"beanStyleSetterMethodName" : "setStateValue",
"c2jName" : "StateValue",
"c2jShape" : "AnomalyDetectorStateValue",
"defaultConsumerFluentSetterDocumentation" : "The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateValueAsString(String)}.\n@param stateValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateValue(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #stateValue} will return {@link AnomalyDetectorStateValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateValueAsString}.\n
\n@return The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\n@see AnomalyDetectorStateValue\n@deprecated Use {@link #stateValueAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\n@param stateValue The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\n@see AnomalyDetectorStateValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see AnomalyDetectorStateValue\n@deprecated Use {@link #stateValue(String)}\n",
"documentation" : "The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
",
"endpointDiscoveryId" : false,
"enumType" : "AnomalyDetectorStateValue",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StateValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStateValue",
"fluentEnumGetterMethodName" : "stateValue",
"fluentEnumSetterMethodName" : "stateValue",
"fluentGetterMethodName" : "stateValueAsString",
"fluentSetterDocumentation" : "The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\n@param stateValue The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\n@see AnomalyDetectorStateValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see AnomalyDetectorStateValue",
"fluentSetterMethodName" : "stateValue",
"getterDocumentation" : "The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #stateValue} will return {@link AnomalyDetectorStateValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateValueAsString}.\n
\n@return The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\n@see AnomalyDetectorStateValue",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StateValue",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StateValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StateValue",
"sensitive" : false,
"setterDocumentation" : "The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\n@param stateValue The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
\n@see AnomalyDetectorStateValue",
"setterMethodName" : "setStateValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stateValue",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stateValue",
"variableType" : "String",
"documentation" : "The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AnomalyDetector",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AnomalyDetector",
"variableName" : "anomalyDetector",
"variableType" : "AnomalyDetector",
"documentation" : null,
"simpleType" : "AnomalyDetector",
"variableSetterType" : "AnomalyDetector"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AnomalyDetectorConfiguration" : {
"c2jName" : "AnomalyDetectorConfiguration",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model and the time zone to use for the metric.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getExcludedTimeRanges",
"beanStyleSetterMethodName" : "setExcludedTimeRanges",
"c2jName" : "ExcludedTimeRanges",
"c2jShape" : "AnomalyDetectorExcludedTimeRanges",
"defaultConsumerFluentSetterDocumentation" : "An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #excludedTimeRanges(List)}.\n@param excludedTimeRanges a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #excludedTimeRanges(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasExcludedTimeRanges()} to see if a value was sent in this field.\n
\n@return An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.\n@deprecated Use {@link #excludedTimeRanges()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.
\n@param excludedTimeRanges An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #excludedTimeRanges(List)}\n",
"documentation" : "An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ExcludedTimeRanges property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasExcludedTimeRanges",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "excludedTimeRanges",
"fluentSetterDocumentation" : "An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.
\n@param excludedTimeRanges An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "excludedTimeRanges",
"getterDocumentation" : "An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasExcludedTimeRanges()} to see if a value was sent in this field.\n
\n@return An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ExcludedTimeRanges",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExcludedTimeRanges",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Range",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Range.Builder} avoiding the need to create one manually via {@link Range#builder()}.\n\nWhen the {@link Consumer} completes, {@link Range.Builder#build()} is called immediately and its result is passed to {@link #member(Range)}.\n@param member a consumer that will call methods on {@link Range.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Range)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Range)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Range",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Range",
"variableName" : "member",
"variableType" : "Range",
"documentation" : null,
"simpleType" : "Range",
"variableSetterType" : "Range"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Range",
"variableName" : "member",
"variableType" : "Range",
"documentation" : "",
"simpleType" : "Range",
"variableSetterType" : "Range"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Range",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Range",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ExcludedTimeRanges",
"sensitive" : false,
"setterDocumentation" : "An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.
\n@param excludedTimeRanges An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.",
"setterMethodName" : "setExcludedTimeRanges",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "excludedTimeRanges",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "excludedTimeRanges",
"variableType" : "java.util.List",
"documentation" : "An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMetricTimezone",
"beanStyleSetterMethodName" : "setMetricTimezone",
"c2jName" : "MetricTimezone",
"c2jShape" : "AnomalyDetectorMetricTimezone",
"defaultConsumerFluentSetterDocumentation" : "The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes.
To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #metricTimezone(String)}.\n@param metricTimezone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricTimezone(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes.
To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.
\n@return The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes. To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.\n@deprecated Use {@link #metricTimezone()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes.
To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.
\n@param metricTimezone The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes. To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricTimezone(String)}\n",
"documentation" : "
The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes.
To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MetricTimezone property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMetricTimezone",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "metricTimezone",
"fluentSetterDocumentation" : "The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes.
To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.
\n@param metricTimezone The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes. To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "metricTimezone",
"getterDocumentation" : "
The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes.
To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.
\n@return The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes. To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MetricTimezone",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MetricTimezone",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MetricTimezone",
"sensitive" : false,
"setterDocumentation" : "
The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes.
To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.
\n@param metricTimezone The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes. To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.",
"setterMethodName" : "setMetricTimezone",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "metricTimezone",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "metricTimezone",
"variableType" : "String",
"documentation" : "
The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes.
To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ExcludedTimeRanges" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getExcludedTimeRanges",
"beanStyleSetterMethodName" : "setExcludedTimeRanges",
"c2jName" : "ExcludedTimeRanges",
"c2jShape" : "AnomalyDetectorExcludedTimeRanges",
"defaultConsumerFluentSetterDocumentation" : "An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #excludedTimeRanges(List)}.\n@param excludedTimeRanges a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #excludedTimeRanges(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasExcludedTimeRanges()} to see if a value was sent in this field.\n
\n@return An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.\n@deprecated Use {@link #excludedTimeRanges()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.
\n@param excludedTimeRanges An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #excludedTimeRanges(List)}\n",
"documentation" : "An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ExcludedTimeRanges property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasExcludedTimeRanges",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "excludedTimeRanges",
"fluentSetterDocumentation" : "An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.
\n@param excludedTimeRanges An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "excludedTimeRanges",
"getterDocumentation" : "An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasExcludedTimeRanges()} to see if a value was sent in this field.\n
\n@return An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ExcludedTimeRanges",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExcludedTimeRanges",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Range",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Range.Builder} avoiding the need to create one manually via {@link Range#builder()}.\n\nWhen the {@link Consumer} completes, {@link Range.Builder#build()} is called immediately and its result is passed to {@link #member(Range)}.\n@param member a consumer that will call methods on {@link Range.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Range)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Range)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Range",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Range",
"variableName" : "member",
"variableType" : "Range",
"documentation" : null,
"simpleType" : "Range",
"variableSetterType" : "Range"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Range",
"variableName" : "member",
"variableType" : "Range",
"documentation" : "",
"simpleType" : "Range",
"variableSetterType" : "Range"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Range",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Range",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ExcludedTimeRanges",
"sensitive" : false,
"setterDocumentation" : "An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.
\n@param excludedTimeRanges An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.",
"setterMethodName" : "setExcludedTimeRanges",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "excludedTimeRanges",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "excludedTimeRanges",
"variableType" : "java.util.List",
"documentation" : "An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MetricTimezone" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMetricTimezone",
"beanStyleSetterMethodName" : "setMetricTimezone",
"c2jName" : "MetricTimezone",
"c2jShape" : "AnomalyDetectorMetricTimezone",
"defaultConsumerFluentSetterDocumentation" : "The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes.
To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #metricTimezone(String)}.\n@param metricTimezone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricTimezone(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes.
To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.
\n@return The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes. To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.\n@deprecated Use {@link #metricTimezone()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes.
To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.
\n@param metricTimezone The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes. To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricTimezone(String)}\n",
"documentation" : "
The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes.
To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MetricTimezone property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMetricTimezone",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "metricTimezone",
"fluentSetterDocumentation" : "The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes.
To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.
\n@param metricTimezone The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes. To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "metricTimezone",
"getterDocumentation" : "
The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes.
To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.
\n@return The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes. To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MetricTimezone",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MetricTimezone",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MetricTimezone",
"sensitive" : false,
"setterDocumentation" : "
The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes.
To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.
\n@param metricTimezone The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes. To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.",
"setterMethodName" : "setMetricTimezone",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "metricTimezone",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "metricTimezone",
"variableType" : "String",
"documentation" : "
The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes.
To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getExcludedTimeRanges",
"beanStyleSetterMethodName" : "setExcludedTimeRanges",
"c2jName" : "ExcludedTimeRanges",
"c2jShape" : "AnomalyDetectorExcludedTimeRanges",
"defaultConsumerFluentSetterDocumentation" : "An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #excludedTimeRanges(List)}.\n@param excludedTimeRanges a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #excludedTimeRanges(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasExcludedTimeRanges()} to see if a value was sent in this field.\n
\n@return An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.\n@deprecated Use {@link #excludedTimeRanges()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.
\n@param excludedTimeRanges An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #excludedTimeRanges(List)}\n",
"documentation" : "An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ExcludedTimeRanges property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasExcludedTimeRanges",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "excludedTimeRanges",
"fluentSetterDocumentation" : "An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.
\n@param excludedTimeRanges An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "excludedTimeRanges",
"getterDocumentation" : "An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasExcludedTimeRanges()} to see if a value was sent in this field.\n
\n@return An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ExcludedTimeRanges",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExcludedTimeRanges",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Range",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Range.Builder} avoiding the need to create one manually via {@link Range#builder()}.\n\nWhen the {@link Consumer} completes, {@link Range.Builder#build()} is called immediately and its result is passed to {@link #member(Range)}.\n@param member a consumer that will call methods on {@link Range.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Range)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Range)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Range",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Range",
"variableName" : "member",
"variableType" : "Range",
"documentation" : null,
"simpleType" : "Range",
"variableSetterType" : "Range"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Range",
"variableName" : "member",
"variableType" : "Range",
"documentation" : "",
"simpleType" : "Range",
"variableSetterType" : "Range"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Range",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Range",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ExcludedTimeRanges",
"sensitive" : false,
"setterDocumentation" : "An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.
\n@param excludedTimeRanges An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.",
"setterMethodName" : "setExcludedTimeRanges",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "excludedTimeRanges",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "excludedTimeRanges",
"variableType" : "java.util.List",
"documentation" : "An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMetricTimezone",
"beanStyleSetterMethodName" : "setMetricTimezone",
"c2jName" : "MetricTimezone",
"c2jShape" : "AnomalyDetectorMetricTimezone",
"defaultConsumerFluentSetterDocumentation" : "The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes.
To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #metricTimezone(String)}.\n@param metricTimezone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricTimezone(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes.
To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.
\n@return The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes. To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.\n@deprecated Use {@link #metricTimezone()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes.
To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.
\n@param metricTimezone The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes. To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricTimezone(String)}\n",
"documentation" : "
The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes.
To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MetricTimezone property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMetricTimezone",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "metricTimezone",
"fluentSetterDocumentation" : "The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes.
To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.
\n@param metricTimezone The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes. To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "metricTimezone",
"getterDocumentation" : "
The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes.
To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.
\n@return The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes. To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MetricTimezone",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MetricTimezone",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MetricTimezone",
"sensitive" : false,
"setterDocumentation" : "
The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes.
To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.
\n@param metricTimezone The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes. To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.",
"setterMethodName" : "setMetricTimezone",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "metricTimezone",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "metricTimezone",
"variableType" : "String",
"documentation" : "
The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes.
To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AnomalyDetectorConfiguration",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AnomalyDetectorConfiguration",
"variableName" : "anomalyDetectorConfiguration",
"variableType" : "AnomalyDetectorConfiguration",
"documentation" : null,
"simpleType" : "AnomalyDetectorConfiguration",
"variableSetterType" : "AnomalyDetectorConfiguration"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AnomalyDetectorStateValue" : {
"c2jName" : "AnomalyDetectorStateValue",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "PENDING_TRAINING",
"value" : "PENDING_TRAINING"
}, {
"name" : "TRAINED_INSUFFICIENT_DATA",
"value" : "TRAINED_INSUFFICIENT_DATA"
}, {
"name" : "TRAINED",
"value" : "TRAINED"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AnomalyDetectorStateValue",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AnomalyDetectorStateValue",
"variableName" : "anomalyDetectorStateValue",
"variableType" : "AnomalyDetectorStateValue",
"documentation" : null,
"simpleType" : "AnomalyDetectorStateValue",
"variableSetterType" : "AnomalyDetectorStateValue"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ComparisonOperator" : {
"c2jName" : "ComparisonOperator",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "GREATER_THAN_OR_EQUAL_TO_THRESHOLD",
"value" : "GreaterThanOrEqualToThreshold"
}, {
"name" : "GREATER_THAN_THRESHOLD",
"value" : "GreaterThanThreshold"
}, {
"name" : "LESS_THAN_THRESHOLD",
"value" : "LessThanThreshold"
}, {
"name" : "LESS_THAN_OR_EQUAL_TO_THRESHOLD",
"value" : "LessThanOrEqualToThreshold"
}, {
"name" : "LESS_THAN_LOWER_OR_GREATER_THAN_UPPER_THRESHOLD",
"value" : "LessThanLowerOrGreaterThanUpperThreshold"
}, {
"name" : "LESS_THAN_LOWER_THRESHOLD",
"value" : "LessThanLowerThreshold"
}, {
"name" : "GREATER_THAN_UPPER_THRESHOLD",
"value" : "GreaterThanUpperThreshold"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ComparisonOperator",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ComparisonOperator",
"variableName" : "comparisonOperator",
"variableType" : "ComparisonOperator",
"documentation" : null,
"simpleType" : "ComparisonOperator",
"variableSetterType" : "ComparisonOperator"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CompositeAlarm" : {
"c2jName" : "CompositeAlarm",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The details about a composite alarm.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getActionsEnabled",
"beanStyleSetterMethodName" : "setActionsEnabled",
"c2jName" : "ActionsEnabled",
"c2jShape" : "ActionsEnabled",
"defaultConsumerFluentSetterDocumentation" : "Indicates whether actions should be executed during any changes to the alarm state.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #actionsEnabled(Boolean)}.\n@param actionsEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #actionsEnabled(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Indicates whether actions should be executed during any changes to the alarm state.
\n@return Indicates whether actions should be executed during any changes to the alarm state.\n@deprecated Use {@link #actionsEnabled()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Indicates whether actions should be executed during any changes to the alarm state.
\n@param actionsEnabled Indicates whether actions should be executed during any changes to the alarm state.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actionsEnabled(Boolean)}\n",
"documentation" : "Indicates whether actions should be executed during any changes to the alarm state.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ActionsEnabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasActionsEnabled",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "actionsEnabled",
"fluentSetterDocumentation" : "Indicates whether actions should be executed during any changes to the alarm state.
\n@param actionsEnabled Indicates whether actions should be executed during any changes to the alarm state.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "actionsEnabled",
"getterDocumentation" : "Indicates whether actions should be executed during any changes to the alarm state.
\n@return Indicates whether actions should be executed during any changes to the alarm state.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ActionsEnabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ActionsEnabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "ActionsEnabled",
"sensitive" : false,
"setterDocumentation" : "Indicates whether actions should be executed during any changes to the alarm state.
\n@param actionsEnabled Indicates whether actions should be executed during any changes to the alarm state.",
"setterMethodName" : "setActionsEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "actionsEnabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "actionsEnabled",
"variableType" : "Boolean",
"documentation" : "Indicates whether actions should be executed during any changes to the alarm state.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getAlarmActions",
"beanStyleSetterMethodName" : "setAlarmActions",
"c2jName" : "AlarmActions",
"c2jShape" : "ResourceList",
"defaultConsumerFluentSetterDocumentation" : "The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #alarmActions(List)}.\n@param alarmActions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #alarmActions(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAlarmActions()} to see if a value was sent in this field.\n
\n@return The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@deprecated Use {@link #alarmActions()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n@param alarmActions The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #alarmActions(List)}\n",
"documentation" : "The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AlarmActions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAlarmActions",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "alarmActions",
"fluentSetterDocumentation" : "The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n@param alarmActions The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alarmActions",
"getterDocumentation" : "The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAlarmActions()} to see if a value was sent in this field.\n
\n@return The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlarmActions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlarmActions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ResourceName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AlarmActions",
"sensitive" : false,
"setterDocumentation" : "The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n@param alarmActions The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).",
"setterMethodName" : "setAlarmActions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "alarmActions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "alarmActions",
"variableType" : "java.util.List",
"documentation" : "The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAlarmArn",
"beanStyleSetterMethodName" : "setAlarmArn",
"c2jName" : "AlarmArn",
"c2jShape" : "AlarmArn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the alarm.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #alarmArn(String)}.\n@param alarmArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #alarmArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the alarm.
\n@return The Amazon Resource Name (ARN) of the alarm.\n@deprecated Use {@link #alarmArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the alarm.
\n@param alarmArn The Amazon Resource Name (ARN) of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #alarmArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the alarm.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AlarmArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAlarmArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "alarmArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the alarm.
\n@param alarmArn The Amazon Resource Name (ARN) of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alarmArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the alarm.
\n@return The Amazon Resource Name (ARN) of the alarm.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlarmArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlarmArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AlarmArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the alarm.
\n@param alarmArn The Amazon Resource Name (ARN) of the alarm.",
"setterMethodName" : "setAlarmArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "alarmArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "alarmArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the alarm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAlarmConfigurationUpdatedTimestamp",
"beanStyleSetterMethodName" : "setAlarmConfigurationUpdatedTimestamp",
"c2jName" : "AlarmConfigurationUpdatedTimestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The time stamp of the last update to the alarm configuration.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #alarmConfigurationUpdatedTimestamp(Instant)}.\n@param alarmConfigurationUpdatedTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #alarmConfigurationUpdatedTimestamp(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The time stamp of the last update to the alarm configuration.
\n@return The time stamp of the last update to the alarm configuration.\n@deprecated Use {@link #alarmConfigurationUpdatedTimestamp()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The time stamp of the last update to the alarm configuration.
\n@param alarmConfigurationUpdatedTimestamp The time stamp of the last update to the alarm configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #alarmConfigurationUpdatedTimestamp(Instant)}\n",
"documentation" : "The time stamp of the last update to the alarm configuration.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AlarmConfigurationUpdatedTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAlarmConfigurationUpdatedTimestamp",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "alarmConfigurationUpdatedTimestamp",
"fluentSetterDocumentation" : "The time stamp of the last update to the alarm configuration.
\n@param alarmConfigurationUpdatedTimestamp The time stamp of the last update to the alarm configuration.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alarmConfigurationUpdatedTimestamp",
"getterDocumentation" : "The time stamp of the last update to the alarm configuration.
\n@return The time stamp of the last update to the alarm configuration.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlarmConfigurationUpdatedTimestamp",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlarmConfigurationUpdatedTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "AlarmConfigurationUpdatedTimestamp",
"sensitive" : false,
"setterDocumentation" : "The time stamp of the last update to the alarm configuration.
\n@param alarmConfigurationUpdatedTimestamp The time stamp of the last update to the alarm configuration.",
"setterMethodName" : "setAlarmConfigurationUpdatedTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "alarmConfigurationUpdatedTimestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "alarmConfigurationUpdatedTimestamp",
"variableType" : "java.time.Instant",
"documentation" : "The time stamp of the last update to the alarm configuration.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAlarmDescription",
"beanStyleSetterMethodName" : "setAlarmDescription",
"c2jName" : "AlarmDescription",
"c2jShape" : "AlarmDescription",
"defaultConsumerFluentSetterDocumentation" : "The description of the alarm.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #alarmDescription(String)}.\n@param alarmDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #alarmDescription(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The description of the alarm.
\n@return The description of the alarm.\n@deprecated Use {@link #alarmDescription()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The description of the alarm.
\n@param alarmDescription The description of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #alarmDescription(String)}\n",
"documentation" : "The description of the alarm.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AlarmDescription property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAlarmDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "alarmDescription",
"fluentSetterDocumentation" : "The description of the alarm.
\n@param alarmDescription The description of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alarmDescription",
"getterDocumentation" : "The description of the alarm.
\n@return The description of the alarm.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlarmDescription",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlarmDescription",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AlarmDescription",
"sensitive" : false,
"setterDocumentation" : "The description of the alarm.
\n@param alarmDescription The description of the alarm.",
"setterMethodName" : "setAlarmDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "alarmDescription",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "alarmDescription",
"variableType" : "String",
"documentation" : "The description of the alarm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAlarmName",
"beanStyleSetterMethodName" : "setAlarmName",
"c2jName" : "AlarmName",
"c2jShape" : "AlarmName",
"defaultConsumerFluentSetterDocumentation" : "The name of the alarm.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #alarmName(String)}.\n@param alarmName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #alarmName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the alarm.
\n@return The name of the alarm.\n@deprecated Use {@link #alarmName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the alarm.
\n@param alarmName The name of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #alarmName(String)}\n",
"documentation" : "The name of the alarm.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AlarmName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAlarmName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "alarmName",
"fluentSetterDocumentation" : "The name of the alarm.
\n@param alarmName The name of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alarmName",
"getterDocumentation" : "The name of the alarm.
\n@return The name of the alarm.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlarmName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlarmName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AlarmName",
"sensitive" : false,
"setterDocumentation" : "The name of the alarm.
\n@param alarmName The name of the alarm.",
"setterMethodName" : "setAlarmName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "alarmName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "alarmName",
"variableType" : "String",
"documentation" : "The name of the alarm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAlarmRule",
"beanStyleSetterMethodName" : "setAlarmRule",
"c2jName" : "AlarmRule",
"c2jShape" : "AlarmRule",
"defaultConsumerFluentSetterDocumentation" : "The rule that this alarm uses to evaluate its alarm state.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #alarmRule(String)}.\n@param alarmRule a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #alarmRule(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The rule that this alarm uses to evaluate its alarm state.
\n@return The rule that this alarm uses to evaluate its alarm state.\n@deprecated Use {@link #alarmRule()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The rule that this alarm uses to evaluate its alarm state.
\n@param alarmRule The rule that this alarm uses to evaluate its alarm state.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #alarmRule(String)}\n",
"documentation" : "The rule that this alarm uses to evaluate its alarm state.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AlarmRule property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAlarmRule",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "alarmRule",
"fluentSetterDocumentation" : "The rule that this alarm uses to evaluate its alarm state.
\n@param alarmRule The rule that this alarm uses to evaluate its alarm state.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alarmRule",
"getterDocumentation" : "The rule that this alarm uses to evaluate its alarm state.
\n@return The rule that this alarm uses to evaluate its alarm state.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlarmRule",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlarmRule",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AlarmRule",
"sensitive" : false,
"setterDocumentation" : "The rule that this alarm uses to evaluate its alarm state.
\n@param alarmRule The rule that this alarm uses to evaluate its alarm state.",
"setterMethodName" : "setAlarmRule",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "alarmRule",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "alarmRule",
"variableType" : "String",
"documentation" : "The rule that this alarm uses to evaluate its alarm state.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getInsufficientDataActions",
"beanStyleSetterMethodName" : "setInsufficientDataActions",
"c2jName" : "InsufficientDataActions",
"c2jShape" : "ResourceList",
"defaultConsumerFluentSetterDocumentation" : "The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #insufficientDataActions(List)}.\n@param insufficientDataActions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #insufficientDataActions(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasInsufficientDataActions()} to see if a value was sent in this field.\n
\n@return The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@deprecated Use {@link #insufficientDataActions()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n@param insufficientDataActions The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #insufficientDataActions(List)}\n",
"documentation" : "The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the InsufficientDataActions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasInsufficientDataActions",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "insufficientDataActions",
"fluentSetterDocumentation" : "The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n@param insufficientDataActions The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "insufficientDataActions",
"getterDocumentation" : "The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasInsufficientDataActions()} to see if a value was sent in this field.\n
\n@return The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "InsufficientDataActions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "InsufficientDataActions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ResourceName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "InsufficientDataActions",
"sensitive" : false,
"setterDocumentation" : "The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n@param insufficientDataActions The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).",
"setterMethodName" : "setInsufficientDataActions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "insufficientDataActions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "insufficientDataActions",
"variableType" : "java.util.List",
"documentation" : "The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getOkActions",
"beanStyleSetterMethodName" : "setOkActions",
"c2jName" : "OKActions",
"c2jShape" : "ResourceList",
"defaultConsumerFluentSetterDocumentation" : "The actions to execute when this alarm transitions to the OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #okActions(List)}.\n@param okActions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #okActions(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The actions to execute when this alarm transitions to the OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasOkActions()} to see if a value was sent in this field.\n
\n@return The actions to execute when this alarm transitions to the OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@deprecated Use {@link #okActions()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The actions to execute when this alarm transitions to the OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n@param okActions The actions to execute when this alarm transitions to the OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #okActions(List)}\n",
"documentation" : "The actions to execute when this alarm transitions to the OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the OKActions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasOkActions",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "okActions",
"fluentSetterDocumentation" : "The actions to execute when this alarm transitions to the OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n@param okActions The actions to execute when this alarm transitions to the OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "okActions",
"getterDocumentation" : "The actions to execute when this alarm transitions to the OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasOkActions()} to see if a value was sent in this field.\n
\n@return The actions to execute when this alarm transitions to the OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OKActions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "OKActions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ResourceName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "OKActions",
"sensitive" : false,
"setterDocumentation" : "The actions to execute when this alarm transitions to the OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n@param okActions The actions to execute when this alarm transitions to the OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).",
"setterMethodName" : "setOkActions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "okActions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "okActions",
"variableType" : "java.util.List",
"documentation" : "The actions to execute when this alarm transitions to the OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStateReason",
"beanStyleSetterMethodName" : "setStateReason",
"c2jName" : "StateReason",
"c2jShape" : "StateReason",
"defaultConsumerFluentSetterDocumentation" : "An explanation for the alarm state, in text format.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateReason(String)}.\n@param stateReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An explanation for the alarm state, in text format.
\n@return An explanation for the alarm state, in text format.\n@deprecated Use {@link #stateReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An explanation for the alarm state, in text format.
\n@param stateReason An explanation for the alarm state, in text format.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stateReason(String)}\n",
"documentation" : "An explanation for the alarm state, in text format.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StateReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStateReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "stateReason",
"fluentSetterDocumentation" : "An explanation for the alarm state, in text format.
\n@param stateReason An explanation for the alarm state, in text format.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "stateReason",
"getterDocumentation" : "An explanation for the alarm state, in text format.
\n@return An explanation for the alarm state, in text format.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StateReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StateReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StateReason",
"sensitive" : false,
"setterDocumentation" : "An explanation for the alarm state, in text format.
\n@param stateReason An explanation for the alarm state, in text format.",
"setterMethodName" : "setStateReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stateReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stateReason",
"variableType" : "String",
"documentation" : "An explanation for the alarm state, in text format.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStateReasonData",
"beanStyleSetterMethodName" : "setStateReasonData",
"c2jName" : "StateReasonData",
"c2jShape" : "StateReasonData",
"defaultConsumerFluentSetterDocumentation" : "An explanation for the alarm state, in JSON format.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateReasonData(String)}.\n@param stateReasonData a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateReasonData(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An explanation for the alarm state, in JSON format.
\n@return An explanation for the alarm state, in JSON format.\n@deprecated Use {@link #stateReasonData()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An explanation for the alarm state, in JSON format.
\n@param stateReasonData An explanation for the alarm state, in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stateReasonData(String)}\n",
"documentation" : "An explanation for the alarm state, in JSON format.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StateReasonData property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStateReasonData",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "stateReasonData",
"fluentSetterDocumentation" : "An explanation for the alarm state, in JSON format.
\n@param stateReasonData An explanation for the alarm state, in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "stateReasonData",
"getterDocumentation" : "An explanation for the alarm state, in JSON format.
\n@return An explanation for the alarm state, in JSON format.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StateReasonData",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StateReasonData",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StateReasonData",
"sensitive" : false,
"setterDocumentation" : "An explanation for the alarm state, in JSON format.
\n@param stateReasonData An explanation for the alarm state, in JSON format.",
"setterMethodName" : "setStateReasonData",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stateReasonData",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stateReasonData",
"variableType" : "String",
"documentation" : "An explanation for the alarm state, in JSON format.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStateUpdatedTimestamp",
"beanStyleSetterMethodName" : "setStateUpdatedTimestamp",
"c2jName" : "StateUpdatedTimestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The time stamp of the last update to the alarm state.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #stateUpdatedTimestamp(Instant)}.\n@param stateUpdatedTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateUpdatedTimestamp(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The time stamp of the last update to the alarm state.
\n@return The time stamp of the last update to the alarm state.\n@deprecated Use {@link #stateUpdatedTimestamp()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The time stamp of the last update to the alarm state.
\n@param stateUpdatedTimestamp The time stamp of the last update to the alarm state.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stateUpdatedTimestamp(Instant)}\n",
"documentation" : "The time stamp of the last update to the alarm state.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StateUpdatedTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStateUpdatedTimestamp",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "stateUpdatedTimestamp",
"fluentSetterDocumentation" : "The time stamp of the last update to the alarm state.
\n@param stateUpdatedTimestamp The time stamp of the last update to the alarm state.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "stateUpdatedTimestamp",
"getterDocumentation" : "The time stamp of the last update to the alarm state.
\n@return The time stamp of the last update to the alarm state.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StateUpdatedTimestamp",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StateUpdatedTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "StateUpdatedTimestamp",
"sensitive" : false,
"setterDocumentation" : "The time stamp of the last update to the alarm state.
\n@param stateUpdatedTimestamp The time stamp of the last update to the alarm state.",
"setterMethodName" : "setStateUpdatedTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "stateUpdatedTimestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "stateUpdatedTimestamp",
"variableType" : "java.time.Instant",
"documentation" : "The time stamp of the last update to the alarm state.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStateValue",
"beanStyleSetterMethodName" : "setStateValue",
"c2jName" : "StateValue",
"c2jShape" : "StateValue",
"defaultConsumerFluentSetterDocumentation" : "The state value for the alarm.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateValueAsString(String)}.\n@param stateValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateValue(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The state value for the alarm.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #stateValue} will return {@link StateValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateValueAsString}.\n
\n@return The state value for the alarm.\n@see StateValue\n@deprecated Use {@link #stateValueAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The state value for the alarm.
\n@param stateValue The state value for the alarm.\n@see StateValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see StateValue\n@deprecated Use {@link #stateValue(String)}\n",
"documentation" : "The state value for the alarm.
",
"endpointDiscoveryId" : false,
"enumType" : "StateValue",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StateValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStateValue",
"fluentEnumGetterMethodName" : "stateValue",
"fluentEnumSetterMethodName" : "stateValue",
"fluentGetterMethodName" : "stateValueAsString",
"fluentSetterDocumentation" : "The state value for the alarm.
\n@param stateValue The state value for the alarm.\n@see StateValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see StateValue",
"fluentSetterMethodName" : "stateValue",
"getterDocumentation" : "The state value for the alarm.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #stateValue} will return {@link StateValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateValueAsString}.\n
\n@return The state value for the alarm.\n@see StateValue",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StateValue",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StateValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StateValue",
"sensitive" : false,
"setterDocumentation" : "The state value for the alarm.
\n@param stateValue The state value for the alarm.\n@see StateValue",
"setterMethodName" : "setStateValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stateValue",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stateValue",
"variableType" : "String",
"documentation" : "The state value for the alarm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ActionsEnabled" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getActionsEnabled",
"beanStyleSetterMethodName" : "setActionsEnabled",
"c2jName" : "ActionsEnabled",
"c2jShape" : "ActionsEnabled",
"defaultConsumerFluentSetterDocumentation" : "Indicates whether actions should be executed during any changes to the alarm state.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #actionsEnabled(Boolean)}.\n@param actionsEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #actionsEnabled(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Indicates whether actions should be executed during any changes to the alarm state.
\n@return Indicates whether actions should be executed during any changes to the alarm state.\n@deprecated Use {@link #actionsEnabled()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Indicates whether actions should be executed during any changes to the alarm state.
\n@param actionsEnabled Indicates whether actions should be executed during any changes to the alarm state.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actionsEnabled(Boolean)}\n",
"documentation" : "Indicates whether actions should be executed during any changes to the alarm state.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ActionsEnabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasActionsEnabled",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "actionsEnabled",
"fluentSetterDocumentation" : "Indicates whether actions should be executed during any changes to the alarm state.
\n@param actionsEnabled Indicates whether actions should be executed during any changes to the alarm state.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "actionsEnabled",
"getterDocumentation" : "Indicates whether actions should be executed during any changes to the alarm state.
\n@return Indicates whether actions should be executed during any changes to the alarm state.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ActionsEnabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ActionsEnabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "ActionsEnabled",
"sensitive" : false,
"setterDocumentation" : "Indicates whether actions should be executed during any changes to the alarm state.
\n@param actionsEnabled Indicates whether actions should be executed during any changes to the alarm state.",
"setterMethodName" : "setActionsEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "actionsEnabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "actionsEnabled",
"variableType" : "Boolean",
"documentation" : "Indicates whether actions should be executed during any changes to the alarm state.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"AlarmActions" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getAlarmActions",
"beanStyleSetterMethodName" : "setAlarmActions",
"c2jName" : "AlarmActions",
"c2jShape" : "ResourceList",
"defaultConsumerFluentSetterDocumentation" : "The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #alarmActions(List)}.\n@param alarmActions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #alarmActions(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAlarmActions()} to see if a value was sent in this field.\n
\n@return The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@deprecated Use {@link #alarmActions()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n@param alarmActions The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #alarmActions(List)}\n",
"documentation" : "The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AlarmActions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAlarmActions",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "alarmActions",
"fluentSetterDocumentation" : "The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n@param alarmActions The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alarmActions",
"getterDocumentation" : "The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAlarmActions()} to see if a value was sent in this field.\n
\n@return The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlarmActions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlarmActions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ResourceName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AlarmActions",
"sensitive" : false,
"setterDocumentation" : "The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n@param alarmActions The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).",
"setterMethodName" : "setAlarmActions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "alarmActions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "alarmActions",
"variableType" : "java.util.List",
"documentation" : "The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"AlarmArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAlarmArn",
"beanStyleSetterMethodName" : "setAlarmArn",
"c2jName" : "AlarmArn",
"c2jShape" : "AlarmArn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the alarm.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #alarmArn(String)}.\n@param alarmArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #alarmArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the alarm.
\n@return The Amazon Resource Name (ARN) of the alarm.\n@deprecated Use {@link #alarmArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the alarm.
\n@param alarmArn The Amazon Resource Name (ARN) of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #alarmArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the alarm.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AlarmArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAlarmArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "alarmArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the alarm.
\n@param alarmArn The Amazon Resource Name (ARN) of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alarmArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the alarm.
\n@return The Amazon Resource Name (ARN) of the alarm.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlarmArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlarmArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AlarmArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the alarm.
\n@param alarmArn The Amazon Resource Name (ARN) of the alarm.",
"setterMethodName" : "setAlarmArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "alarmArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "alarmArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the alarm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"AlarmConfigurationUpdatedTimestamp" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAlarmConfigurationUpdatedTimestamp",
"beanStyleSetterMethodName" : "setAlarmConfigurationUpdatedTimestamp",
"c2jName" : "AlarmConfigurationUpdatedTimestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The time stamp of the last update to the alarm configuration.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #alarmConfigurationUpdatedTimestamp(Instant)}.\n@param alarmConfigurationUpdatedTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #alarmConfigurationUpdatedTimestamp(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The time stamp of the last update to the alarm configuration.
\n@return The time stamp of the last update to the alarm configuration.\n@deprecated Use {@link #alarmConfigurationUpdatedTimestamp()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The time stamp of the last update to the alarm configuration.
\n@param alarmConfigurationUpdatedTimestamp The time stamp of the last update to the alarm configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #alarmConfigurationUpdatedTimestamp(Instant)}\n",
"documentation" : "The time stamp of the last update to the alarm configuration.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AlarmConfigurationUpdatedTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAlarmConfigurationUpdatedTimestamp",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "alarmConfigurationUpdatedTimestamp",
"fluentSetterDocumentation" : "The time stamp of the last update to the alarm configuration.
\n@param alarmConfigurationUpdatedTimestamp The time stamp of the last update to the alarm configuration.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alarmConfigurationUpdatedTimestamp",
"getterDocumentation" : "The time stamp of the last update to the alarm configuration.
\n@return The time stamp of the last update to the alarm configuration.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlarmConfigurationUpdatedTimestamp",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlarmConfigurationUpdatedTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "AlarmConfigurationUpdatedTimestamp",
"sensitive" : false,
"setterDocumentation" : "The time stamp of the last update to the alarm configuration.
\n@param alarmConfigurationUpdatedTimestamp The time stamp of the last update to the alarm configuration.",
"setterMethodName" : "setAlarmConfigurationUpdatedTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "alarmConfigurationUpdatedTimestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "alarmConfigurationUpdatedTimestamp",
"variableType" : "java.time.Instant",
"documentation" : "The time stamp of the last update to the alarm configuration.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"AlarmDescription" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAlarmDescription",
"beanStyleSetterMethodName" : "setAlarmDescription",
"c2jName" : "AlarmDescription",
"c2jShape" : "AlarmDescription",
"defaultConsumerFluentSetterDocumentation" : "The description of the alarm.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #alarmDescription(String)}.\n@param alarmDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #alarmDescription(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The description of the alarm.
\n@return The description of the alarm.\n@deprecated Use {@link #alarmDescription()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The description of the alarm.
\n@param alarmDescription The description of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #alarmDescription(String)}\n",
"documentation" : "The description of the alarm.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AlarmDescription property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAlarmDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "alarmDescription",
"fluentSetterDocumentation" : "The description of the alarm.
\n@param alarmDescription The description of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alarmDescription",
"getterDocumentation" : "The description of the alarm.
\n@return The description of the alarm.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlarmDescription",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlarmDescription",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AlarmDescription",
"sensitive" : false,
"setterDocumentation" : "The description of the alarm.
\n@param alarmDescription The description of the alarm.",
"setterMethodName" : "setAlarmDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "alarmDescription",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "alarmDescription",
"variableType" : "String",
"documentation" : "The description of the alarm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"AlarmName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAlarmName",
"beanStyleSetterMethodName" : "setAlarmName",
"c2jName" : "AlarmName",
"c2jShape" : "AlarmName",
"defaultConsumerFluentSetterDocumentation" : "The name of the alarm.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #alarmName(String)}.\n@param alarmName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #alarmName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the alarm.
\n@return The name of the alarm.\n@deprecated Use {@link #alarmName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the alarm.
\n@param alarmName The name of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #alarmName(String)}\n",
"documentation" : "The name of the alarm.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AlarmName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAlarmName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "alarmName",
"fluentSetterDocumentation" : "The name of the alarm.
\n@param alarmName The name of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alarmName",
"getterDocumentation" : "The name of the alarm.
\n@return The name of the alarm.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlarmName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlarmName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AlarmName",
"sensitive" : false,
"setterDocumentation" : "The name of the alarm.
\n@param alarmName The name of the alarm.",
"setterMethodName" : "setAlarmName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "alarmName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "alarmName",
"variableType" : "String",
"documentation" : "The name of the alarm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"AlarmRule" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAlarmRule",
"beanStyleSetterMethodName" : "setAlarmRule",
"c2jName" : "AlarmRule",
"c2jShape" : "AlarmRule",
"defaultConsumerFluentSetterDocumentation" : "The rule that this alarm uses to evaluate its alarm state.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #alarmRule(String)}.\n@param alarmRule a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #alarmRule(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The rule that this alarm uses to evaluate its alarm state.
\n@return The rule that this alarm uses to evaluate its alarm state.\n@deprecated Use {@link #alarmRule()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The rule that this alarm uses to evaluate its alarm state.
\n@param alarmRule The rule that this alarm uses to evaluate its alarm state.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #alarmRule(String)}\n",
"documentation" : "The rule that this alarm uses to evaluate its alarm state.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AlarmRule property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAlarmRule",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "alarmRule",
"fluentSetterDocumentation" : "The rule that this alarm uses to evaluate its alarm state.
\n@param alarmRule The rule that this alarm uses to evaluate its alarm state.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alarmRule",
"getterDocumentation" : "The rule that this alarm uses to evaluate its alarm state.
\n@return The rule that this alarm uses to evaluate its alarm state.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlarmRule",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlarmRule",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AlarmRule",
"sensitive" : false,
"setterDocumentation" : "The rule that this alarm uses to evaluate its alarm state.
\n@param alarmRule The rule that this alarm uses to evaluate its alarm state.",
"setterMethodName" : "setAlarmRule",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "alarmRule",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "alarmRule",
"variableType" : "String",
"documentation" : "The rule that this alarm uses to evaluate its alarm state.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"InsufficientDataActions" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getInsufficientDataActions",
"beanStyleSetterMethodName" : "setInsufficientDataActions",
"c2jName" : "InsufficientDataActions",
"c2jShape" : "ResourceList",
"defaultConsumerFluentSetterDocumentation" : "The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #insufficientDataActions(List)}.\n@param insufficientDataActions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #insufficientDataActions(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasInsufficientDataActions()} to see if a value was sent in this field.\n
\n@return The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@deprecated Use {@link #insufficientDataActions()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n@param insufficientDataActions The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #insufficientDataActions(List)}\n",
"documentation" : "The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the InsufficientDataActions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasInsufficientDataActions",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "insufficientDataActions",
"fluentSetterDocumentation" : "The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n@param insufficientDataActions The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "insufficientDataActions",
"getterDocumentation" : "The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasInsufficientDataActions()} to see if a value was sent in this field.\n
\n@return The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "InsufficientDataActions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "InsufficientDataActions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ResourceName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "InsufficientDataActions",
"sensitive" : false,
"setterDocumentation" : "The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n@param insufficientDataActions The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).",
"setterMethodName" : "setInsufficientDataActions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "insufficientDataActions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "insufficientDataActions",
"variableType" : "java.util.List",
"documentation" : "The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"OKActions" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getOkActions",
"beanStyleSetterMethodName" : "setOkActions",
"c2jName" : "OKActions",
"c2jShape" : "ResourceList",
"defaultConsumerFluentSetterDocumentation" : "The actions to execute when this alarm transitions to the OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #okActions(List)}.\n@param okActions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #okActions(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The actions to execute when this alarm transitions to the OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasOkActions()} to see if a value was sent in this field.\n
\n@return The actions to execute when this alarm transitions to the OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@deprecated Use {@link #okActions()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The actions to execute when this alarm transitions to the OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n@param okActions The actions to execute when this alarm transitions to the OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #okActions(List)}\n",
"documentation" : "The actions to execute when this alarm transitions to the OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the OKActions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasOkActions",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "okActions",
"fluentSetterDocumentation" : "The actions to execute when this alarm transitions to the OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n@param okActions The actions to execute when this alarm transitions to the OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "okActions",
"getterDocumentation" : "The actions to execute when this alarm transitions to the OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasOkActions()} to see if a value was sent in this field.\n
\n@return The actions to execute when this alarm transitions to the OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OKActions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "OKActions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ResourceName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "OKActions",
"sensitive" : false,
"setterDocumentation" : "The actions to execute when this alarm transitions to the OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n@param okActions The actions to execute when this alarm transitions to the OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).",
"setterMethodName" : "setOkActions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "okActions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "okActions",
"variableType" : "java.util.List",
"documentation" : "The actions to execute when this alarm transitions to the OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"StateReason" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStateReason",
"beanStyleSetterMethodName" : "setStateReason",
"c2jName" : "StateReason",
"c2jShape" : "StateReason",
"defaultConsumerFluentSetterDocumentation" : "An explanation for the alarm state, in text format.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateReason(String)}.\n@param stateReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An explanation for the alarm state, in text format.
\n@return An explanation for the alarm state, in text format.\n@deprecated Use {@link #stateReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An explanation for the alarm state, in text format.
\n@param stateReason An explanation for the alarm state, in text format.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stateReason(String)}\n",
"documentation" : "An explanation for the alarm state, in text format.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StateReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStateReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "stateReason",
"fluentSetterDocumentation" : "An explanation for the alarm state, in text format.
\n@param stateReason An explanation for the alarm state, in text format.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "stateReason",
"getterDocumentation" : "An explanation for the alarm state, in text format.
\n@return An explanation for the alarm state, in text format.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StateReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StateReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StateReason",
"sensitive" : false,
"setterDocumentation" : "An explanation for the alarm state, in text format.
\n@param stateReason An explanation for the alarm state, in text format.",
"setterMethodName" : "setStateReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stateReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stateReason",
"variableType" : "String",
"documentation" : "An explanation for the alarm state, in text format.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"StateReasonData" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStateReasonData",
"beanStyleSetterMethodName" : "setStateReasonData",
"c2jName" : "StateReasonData",
"c2jShape" : "StateReasonData",
"defaultConsumerFluentSetterDocumentation" : "An explanation for the alarm state, in JSON format.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateReasonData(String)}.\n@param stateReasonData a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateReasonData(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An explanation for the alarm state, in JSON format.
\n@return An explanation for the alarm state, in JSON format.\n@deprecated Use {@link #stateReasonData()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An explanation for the alarm state, in JSON format.
\n@param stateReasonData An explanation for the alarm state, in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stateReasonData(String)}\n",
"documentation" : "An explanation for the alarm state, in JSON format.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StateReasonData property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStateReasonData",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "stateReasonData",
"fluentSetterDocumentation" : "An explanation for the alarm state, in JSON format.
\n@param stateReasonData An explanation for the alarm state, in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "stateReasonData",
"getterDocumentation" : "An explanation for the alarm state, in JSON format.
\n@return An explanation for the alarm state, in JSON format.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StateReasonData",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StateReasonData",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StateReasonData",
"sensitive" : false,
"setterDocumentation" : "An explanation for the alarm state, in JSON format.
\n@param stateReasonData An explanation for the alarm state, in JSON format.",
"setterMethodName" : "setStateReasonData",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stateReasonData",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stateReasonData",
"variableType" : "String",
"documentation" : "An explanation for the alarm state, in JSON format.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"StateUpdatedTimestamp" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStateUpdatedTimestamp",
"beanStyleSetterMethodName" : "setStateUpdatedTimestamp",
"c2jName" : "StateUpdatedTimestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The time stamp of the last update to the alarm state.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #stateUpdatedTimestamp(Instant)}.\n@param stateUpdatedTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateUpdatedTimestamp(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The time stamp of the last update to the alarm state.
\n@return The time stamp of the last update to the alarm state.\n@deprecated Use {@link #stateUpdatedTimestamp()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The time stamp of the last update to the alarm state.
\n@param stateUpdatedTimestamp The time stamp of the last update to the alarm state.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stateUpdatedTimestamp(Instant)}\n",
"documentation" : "The time stamp of the last update to the alarm state.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StateUpdatedTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStateUpdatedTimestamp",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "stateUpdatedTimestamp",
"fluentSetterDocumentation" : "The time stamp of the last update to the alarm state.
\n@param stateUpdatedTimestamp The time stamp of the last update to the alarm state.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "stateUpdatedTimestamp",
"getterDocumentation" : "The time stamp of the last update to the alarm state.
\n@return The time stamp of the last update to the alarm state.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StateUpdatedTimestamp",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StateUpdatedTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "StateUpdatedTimestamp",
"sensitive" : false,
"setterDocumentation" : "The time stamp of the last update to the alarm state.
\n@param stateUpdatedTimestamp The time stamp of the last update to the alarm state.",
"setterMethodName" : "setStateUpdatedTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "stateUpdatedTimestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "stateUpdatedTimestamp",
"variableType" : "java.time.Instant",
"documentation" : "The time stamp of the last update to the alarm state.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"StateValue" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStateValue",
"beanStyleSetterMethodName" : "setStateValue",
"c2jName" : "StateValue",
"c2jShape" : "StateValue",
"defaultConsumerFluentSetterDocumentation" : "The state value for the alarm.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateValueAsString(String)}.\n@param stateValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateValue(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The state value for the alarm.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #stateValue} will return {@link StateValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateValueAsString}.\n
\n@return The state value for the alarm.\n@see StateValue\n@deprecated Use {@link #stateValueAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The state value for the alarm.
\n@param stateValue The state value for the alarm.\n@see StateValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see StateValue\n@deprecated Use {@link #stateValue(String)}\n",
"documentation" : "The state value for the alarm.
",
"endpointDiscoveryId" : false,
"enumType" : "StateValue",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StateValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStateValue",
"fluentEnumGetterMethodName" : "stateValue",
"fluentEnumSetterMethodName" : "stateValue",
"fluentGetterMethodName" : "stateValueAsString",
"fluentSetterDocumentation" : "The state value for the alarm.
\n@param stateValue The state value for the alarm.\n@see StateValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see StateValue",
"fluentSetterMethodName" : "stateValue",
"getterDocumentation" : "The state value for the alarm.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #stateValue} will return {@link StateValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateValueAsString}.\n
\n@return The state value for the alarm.\n@see StateValue",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StateValue",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StateValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StateValue",
"sensitive" : false,
"setterDocumentation" : "The state value for the alarm.
\n@param stateValue The state value for the alarm.\n@see StateValue",
"setterMethodName" : "setStateValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stateValue",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stateValue",
"variableType" : "String",
"documentation" : "The state value for the alarm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getActionsEnabled",
"beanStyleSetterMethodName" : "setActionsEnabled",
"c2jName" : "ActionsEnabled",
"c2jShape" : "ActionsEnabled",
"defaultConsumerFluentSetterDocumentation" : "Indicates whether actions should be executed during any changes to the alarm state.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #actionsEnabled(Boolean)}.\n@param actionsEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #actionsEnabled(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Indicates whether actions should be executed during any changes to the alarm state.
\n@return Indicates whether actions should be executed during any changes to the alarm state.\n@deprecated Use {@link #actionsEnabled()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Indicates whether actions should be executed during any changes to the alarm state.
\n@param actionsEnabled Indicates whether actions should be executed during any changes to the alarm state.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actionsEnabled(Boolean)}\n",
"documentation" : "Indicates whether actions should be executed during any changes to the alarm state.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ActionsEnabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasActionsEnabled",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "actionsEnabled",
"fluentSetterDocumentation" : "Indicates whether actions should be executed during any changes to the alarm state.
\n@param actionsEnabled Indicates whether actions should be executed during any changes to the alarm state.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "actionsEnabled",
"getterDocumentation" : "Indicates whether actions should be executed during any changes to the alarm state.
\n@return Indicates whether actions should be executed during any changes to the alarm state.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ActionsEnabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ActionsEnabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "ActionsEnabled",
"sensitive" : false,
"setterDocumentation" : "Indicates whether actions should be executed during any changes to the alarm state.
\n@param actionsEnabled Indicates whether actions should be executed during any changes to the alarm state.",
"setterMethodName" : "setActionsEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "actionsEnabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "actionsEnabled",
"variableType" : "Boolean",
"documentation" : "Indicates whether actions should be executed during any changes to the alarm state.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getAlarmActions",
"beanStyleSetterMethodName" : "setAlarmActions",
"c2jName" : "AlarmActions",
"c2jShape" : "ResourceList",
"defaultConsumerFluentSetterDocumentation" : "The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #alarmActions(List)}.\n@param alarmActions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #alarmActions(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAlarmActions()} to see if a value was sent in this field.\n
\n@return The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@deprecated Use {@link #alarmActions()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n@param alarmActions The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #alarmActions(List)}\n",
"documentation" : "The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AlarmActions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAlarmActions",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "alarmActions",
"fluentSetterDocumentation" : "The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n@param alarmActions The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alarmActions",
"getterDocumentation" : "The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAlarmActions()} to see if a value was sent in this field.\n
\n@return The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlarmActions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlarmActions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ResourceName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AlarmActions",
"sensitive" : false,
"setterDocumentation" : "The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n@param alarmActions The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).",
"setterMethodName" : "setAlarmActions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "alarmActions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "alarmActions",
"variableType" : "java.util.List",
"documentation" : "The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAlarmArn",
"beanStyleSetterMethodName" : "setAlarmArn",
"c2jName" : "AlarmArn",
"c2jShape" : "AlarmArn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the alarm.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #alarmArn(String)}.\n@param alarmArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #alarmArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the alarm.
\n@return The Amazon Resource Name (ARN) of the alarm.\n@deprecated Use {@link #alarmArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the alarm.
\n@param alarmArn The Amazon Resource Name (ARN) of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #alarmArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the alarm.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AlarmArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAlarmArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "alarmArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the alarm.
\n@param alarmArn The Amazon Resource Name (ARN) of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alarmArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the alarm.
\n@return The Amazon Resource Name (ARN) of the alarm.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlarmArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlarmArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AlarmArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the alarm.
\n@param alarmArn The Amazon Resource Name (ARN) of the alarm.",
"setterMethodName" : "setAlarmArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "alarmArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "alarmArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the alarm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAlarmConfigurationUpdatedTimestamp",
"beanStyleSetterMethodName" : "setAlarmConfigurationUpdatedTimestamp",
"c2jName" : "AlarmConfigurationUpdatedTimestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The time stamp of the last update to the alarm configuration.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #alarmConfigurationUpdatedTimestamp(Instant)}.\n@param alarmConfigurationUpdatedTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #alarmConfigurationUpdatedTimestamp(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The time stamp of the last update to the alarm configuration.
\n@return The time stamp of the last update to the alarm configuration.\n@deprecated Use {@link #alarmConfigurationUpdatedTimestamp()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The time stamp of the last update to the alarm configuration.
\n@param alarmConfigurationUpdatedTimestamp The time stamp of the last update to the alarm configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #alarmConfigurationUpdatedTimestamp(Instant)}\n",
"documentation" : "The time stamp of the last update to the alarm configuration.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AlarmConfigurationUpdatedTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAlarmConfigurationUpdatedTimestamp",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "alarmConfigurationUpdatedTimestamp",
"fluentSetterDocumentation" : "The time stamp of the last update to the alarm configuration.
\n@param alarmConfigurationUpdatedTimestamp The time stamp of the last update to the alarm configuration.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alarmConfigurationUpdatedTimestamp",
"getterDocumentation" : "The time stamp of the last update to the alarm configuration.
\n@return The time stamp of the last update to the alarm configuration.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlarmConfigurationUpdatedTimestamp",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlarmConfigurationUpdatedTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "AlarmConfigurationUpdatedTimestamp",
"sensitive" : false,
"setterDocumentation" : "The time stamp of the last update to the alarm configuration.
\n@param alarmConfigurationUpdatedTimestamp The time stamp of the last update to the alarm configuration.",
"setterMethodName" : "setAlarmConfigurationUpdatedTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "alarmConfigurationUpdatedTimestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "alarmConfigurationUpdatedTimestamp",
"variableType" : "java.time.Instant",
"documentation" : "The time stamp of the last update to the alarm configuration.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAlarmDescription",
"beanStyleSetterMethodName" : "setAlarmDescription",
"c2jName" : "AlarmDescription",
"c2jShape" : "AlarmDescription",
"defaultConsumerFluentSetterDocumentation" : "The description of the alarm.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #alarmDescription(String)}.\n@param alarmDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #alarmDescription(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The description of the alarm.
\n@return The description of the alarm.\n@deprecated Use {@link #alarmDescription()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The description of the alarm.
\n@param alarmDescription The description of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #alarmDescription(String)}\n",
"documentation" : "The description of the alarm.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AlarmDescription property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAlarmDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "alarmDescription",
"fluentSetterDocumentation" : "The description of the alarm.
\n@param alarmDescription The description of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alarmDescription",
"getterDocumentation" : "The description of the alarm.
\n@return The description of the alarm.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlarmDescription",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlarmDescription",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AlarmDescription",
"sensitive" : false,
"setterDocumentation" : "The description of the alarm.
\n@param alarmDescription The description of the alarm.",
"setterMethodName" : "setAlarmDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "alarmDescription",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "alarmDescription",
"variableType" : "String",
"documentation" : "The description of the alarm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAlarmName",
"beanStyleSetterMethodName" : "setAlarmName",
"c2jName" : "AlarmName",
"c2jShape" : "AlarmName",
"defaultConsumerFluentSetterDocumentation" : "The name of the alarm.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #alarmName(String)}.\n@param alarmName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #alarmName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the alarm.
\n@return The name of the alarm.\n@deprecated Use {@link #alarmName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the alarm.
\n@param alarmName The name of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #alarmName(String)}\n",
"documentation" : "The name of the alarm.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AlarmName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAlarmName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "alarmName",
"fluentSetterDocumentation" : "The name of the alarm.
\n@param alarmName The name of the alarm.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alarmName",
"getterDocumentation" : "The name of the alarm.
\n@return The name of the alarm.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlarmName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlarmName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AlarmName",
"sensitive" : false,
"setterDocumentation" : "The name of the alarm.
\n@param alarmName The name of the alarm.",
"setterMethodName" : "setAlarmName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "alarmName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "alarmName",
"variableType" : "String",
"documentation" : "The name of the alarm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAlarmRule",
"beanStyleSetterMethodName" : "setAlarmRule",
"c2jName" : "AlarmRule",
"c2jShape" : "AlarmRule",
"defaultConsumerFluentSetterDocumentation" : "The rule that this alarm uses to evaluate its alarm state.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #alarmRule(String)}.\n@param alarmRule a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #alarmRule(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The rule that this alarm uses to evaluate its alarm state.
\n@return The rule that this alarm uses to evaluate its alarm state.\n@deprecated Use {@link #alarmRule()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The rule that this alarm uses to evaluate its alarm state.
\n@param alarmRule The rule that this alarm uses to evaluate its alarm state.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #alarmRule(String)}\n",
"documentation" : "The rule that this alarm uses to evaluate its alarm state.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AlarmRule property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAlarmRule",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "alarmRule",
"fluentSetterDocumentation" : "The rule that this alarm uses to evaluate its alarm state.
\n@param alarmRule The rule that this alarm uses to evaluate its alarm state.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alarmRule",
"getterDocumentation" : "The rule that this alarm uses to evaluate its alarm state.
\n@return The rule that this alarm uses to evaluate its alarm state.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AlarmRule",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlarmRule",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AlarmRule",
"sensitive" : false,
"setterDocumentation" : "The rule that this alarm uses to evaluate its alarm state.
\n@param alarmRule The rule that this alarm uses to evaluate its alarm state.",
"setterMethodName" : "setAlarmRule",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "alarmRule",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "alarmRule",
"variableType" : "String",
"documentation" : "The rule that this alarm uses to evaluate its alarm state.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getInsufficientDataActions",
"beanStyleSetterMethodName" : "setInsufficientDataActions",
"c2jName" : "InsufficientDataActions",
"c2jShape" : "ResourceList",
"defaultConsumerFluentSetterDocumentation" : "The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #insufficientDataActions(List)}.\n@param insufficientDataActions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #insufficientDataActions(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasInsufficientDataActions()} to see if a value was sent in this field.\n
\n@return The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@deprecated Use {@link #insufficientDataActions()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n@param insufficientDataActions The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #insufficientDataActions(List)}\n",
"documentation" : "The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the InsufficientDataActions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasInsufficientDataActions",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "insufficientDataActions",
"fluentSetterDocumentation" : "The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n@param insufficientDataActions The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "insufficientDataActions",
"getterDocumentation" : "The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasInsufficientDataActions()} to see if a value was sent in this field.\n
\n@return The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "InsufficientDataActions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "InsufficientDataActions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ResourceName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "InsufficientDataActions",
"sensitive" : false,
"setterDocumentation" : "The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).
\n@param insufficientDataActions The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).",
"setterMethodName" : "setInsufficientDataActions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "insufficientDataActions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "insufficientDataActions",
"variableType" : "java.util.List",
"documentation" : "