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" : [ ],
"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",
"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" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified alarms. In the event of an error, no alarms are deleted.
",
"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"
},
"DeleteDashboards" : {
"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.
",
"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"
},
"DescribeAlarmHistory" : {
"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 all alarms are returned.
CloudWatch retains the history of an alarm even if you delete the alarm.
",
"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" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves the specified alarms. If no alarms are specified, all alarms are returned. Alarms can be retrieved by using only a prefix for the alarm name, the alarm state, or a prefix for any action.
",
"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" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves the alarms for the specified metric. To filter the results, specify a statistic, period, or unit.
",
"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"
},
"DisableAlarmActions" : {
"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.
",
"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"
},
"EnableAlarmActions" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Enables the actions for the specified alarms.
",
"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"
},
"GetDashboard" : {
"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.
",
"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"
},
"GetMetricData" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "You can use the GetMetricData
API to retrieve as many as 100 different metrics in a single request, with a total of as many as 100,800 datapoints. 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.
",
"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" : {
"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.
",
"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" : {
"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.
",
"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" : {
"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.
",
"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" : {
"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.
",
"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" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Displays the tags associated with a CloudWatch resource. Alarms support tagging.
",
"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"
},
"PutDashboard" : {
"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.
There is no limit to the number of dashboards in your account. 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.
",
"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"
},
"PutMetricAlarm" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates or updates an alarm and associates it with the specified metric or metric math expression.
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.
",
"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" : {
"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 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). 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.
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
.
",
"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" : {
"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. The alarm returns to its actual state (often within seconds). Because the alarm state change happens quickly, it is typically only visible in the alarm's History tab in the Amazon CloudWatch console or through DescribeAlarmHistory.
",
"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" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Assigns one or more tags (key-value pairs) to the specified CloudWatch resource. 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. In CloudWatch, alarms can be tagged.
Tags don't have any semantic meaning to AWS and are interpreted strictly as strings of characters.
You can use the TagResource
action with a resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag.
You can associate as many as 50 tags with a resource.
",
"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" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes one or more tags from the specified resource.
",
"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,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"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,
"documentation" : "The descriptive name for the alarm.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The time stamp for the alarm history item.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHistoryItemTypeAsString",
"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,
"documentation" : "The type of alarm history item.
",
"endpointDiscoveryId" : false,
"enumType" : "HistoryItemType",
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "A summary of the alarm history, in text format.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "Data about the alarm, in JSON format.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AlarmName" : {
"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,
"documentation" : "The descriptive name for the alarm.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"HistoryData" : {
"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,
"documentation" : "Data about the alarm, in JSON format.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"HistoryItemType" : {
"beanStyleGetterMethodName" : "getHistoryItemTypeAsString",
"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,
"documentation" : "The type of alarm history item.
",
"endpointDiscoveryId" : false,
"enumType" : "HistoryItemType",
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"HistorySummary" : {
"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,
"documentation" : "A summary of the alarm history, in text format.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"Timestamp" : {
"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,
"documentation" : "The time stamp for the alarm history item.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "The descriptive name for the alarm.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The time stamp for the alarm history item.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHistoryItemTypeAsString",
"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,
"documentation" : "The type of alarm history item.
",
"endpointDiscoveryId" : false,
"enumType" : "HistoryItemType",
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "A summary of the alarm history, in text format.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "Data about the alarm, in JSON format.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"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
},
"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"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : 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
},
"ConcurrentModificationException" : {
"c2jName" : "ConcurrentModificationException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "More than one process tried to modify a resource at the same time.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "ConcurrentModificationException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 429,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ConcurrentModificationException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ConcurrentModificationException",
"variableName" : "concurrentModificationException",
"variableType" : "ConcurrentModificationException",
"documentation" : null,
"simpleType" : "ConcurrentModificationException",
"variableSetterType" : "ConcurrentModificationException"
},
"wrapper" : false
},
"DashboardEntry" : {
"c2jName" : "DashboardEntry",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Represents a specific dashboard.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getDashboardName",
"beanStyleSetterMethodName" : "setDashboardName",
"c2jName" : "DashboardName",
"c2jShape" : "DashboardName",
"defaultConsumerFluentSetterDocumentation" : "The name of the dashboard.
\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 #dashboardName(String)}.\n@param dashboardName 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 #dashboardName(String)",
"deprecated" : false,
"documentation" : "The name of the dashboard.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dashboardName",
"fluentSetterDocumentation" : "The name of the dashboard.
\n@param dashboardName The name of the dashboard.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dashboardName",
"getterDocumentation" : "The name of the dashboard.
\n@return The name of the dashboard.",
"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" : "DashboardName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DashboardName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DashboardName",
"sensitive" : false,
"setterDocumentation" : "The name of the dashboard.
\n@param dashboardName The name of the dashboard.",
"setterMethodName" : "setDashboardName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dashboardName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dashboardName",
"variableType" : "String",
"documentation" : "The name of the dashboard.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDashboardArn",
"beanStyleSetterMethodName" : "setDashboardArn",
"c2jName" : "DashboardArn",
"c2jShape" : "DashboardArn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dashboard.
\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 #dashboardArn(String)}.\n@param dashboardArn 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 #dashboardArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the dashboard.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dashboardArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dashboard.
\n@param dashboardArn The Amazon Resource Name (ARN) of the dashboard.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dashboardArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the dashboard.
\n@return The Amazon Resource Name (ARN) of the dashboard.",
"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" : "DashboardArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DashboardArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DashboardArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the dashboard.
\n@param dashboardArn The Amazon Resource Name (ARN) of the dashboard.",
"setterMethodName" : "setDashboardArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dashboardArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dashboardArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the dashboard.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLastModified",
"beanStyleSetterMethodName" : "setLastModified",
"c2jName" : "LastModified",
"c2jShape" : "LastModified",
"defaultConsumerFluentSetterDocumentation" : "The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
\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 #lastModified(Instant)}.\n@param lastModified 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 #lastModified(Instant)",
"deprecated" : false,
"documentation" : "The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModified",
"fluentSetterDocumentation" : "The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
\n@param lastModified The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModified",
"getterDocumentation" : "The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
\n@return The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.",
"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" : "LastModified",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModified",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModified",
"sensitive" : false,
"setterDocumentation" : "The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
\n@param lastModified The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.",
"setterMethodName" : "setLastModified",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModified",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModified",
"variableType" : "java.time.Instant",
"documentation" : "The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSize",
"beanStyleSetterMethodName" : "setSize",
"c2jName" : "Size",
"c2jShape" : "Size",
"defaultConsumerFluentSetterDocumentation" : "The size of the dashboard, in bytes.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #size(Long)}.\n@param size a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #size(Long)",
"deprecated" : false,
"documentation" : "The size of the dashboard, in bytes.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "size",
"fluentSetterDocumentation" : "The size of the dashboard, in bytes.
\n@param size The size of the dashboard, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "size",
"getterDocumentation" : "The size of the dashboard, in bytes.
\n@return The size of the dashboard, in bytes.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Size",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Size",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "Size",
"sensitive" : false,
"setterDocumentation" : "The size of the dashboard, in bytes.
\n@param size The size of the dashboard, in bytes.",
"setterMethodName" : "setSize",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "size",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "size",
"variableType" : "Long",
"documentation" : "The size of the dashboard, in bytes.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DashboardArn" : {
"beanStyleGetterMethodName" : "getDashboardArn",
"beanStyleSetterMethodName" : "setDashboardArn",
"c2jName" : "DashboardArn",
"c2jShape" : "DashboardArn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dashboard.
\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 #dashboardArn(String)}.\n@param dashboardArn 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 #dashboardArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the dashboard.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dashboardArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dashboard.
\n@param dashboardArn The Amazon Resource Name (ARN) of the dashboard.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dashboardArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the dashboard.
\n@return The Amazon Resource Name (ARN) of the dashboard.",
"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" : "DashboardArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DashboardArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DashboardArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the dashboard.
\n@param dashboardArn The Amazon Resource Name (ARN) of the dashboard.",
"setterMethodName" : "setDashboardArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dashboardArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dashboardArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the dashboard.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DashboardName" : {
"beanStyleGetterMethodName" : "getDashboardName",
"beanStyleSetterMethodName" : "setDashboardName",
"c2jName" : "DashboardName",
"c2jShape" : "DashboardName",
"defaultConsumerFluentSetterDocumentation" : "The name of the dashboard.
\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 #dashboardName(String)}.\n@param dashboardName 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 #dashboardName(String)",
"deprecated" : false,
"documentation" : "The name of the dashboard.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dashboardName",
"fluentSetterDocumentation" : "The name of the dashboard.
\n@param dashboardName The name of the dashboard.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dashboardName",
"getterDocumentation" : "The name of the dashboard.
\n@return The name of the dashboard.",
"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" : "DashboardName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DashboardName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DashboardName",
"sensitive" : false,
"setterDocumentation" : "The name of the dashboard.
\n@param dashboardName The name of the dashboard.",
"setterMethodName" : "setDashboardName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dashboardName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dashboardName",
"variableType" : "String",
"documentation" : "The name of the dashboard.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"LastModified" : {
"beanStyleGetterMethodName" : "getLastModified",
"beanStyleSetterMethodName" : "setLastModified",
"c2jName" : "LastModified",
"c2jShape" : "LastModified",
"defaultConsumerFluentSetterDocumentation" : "The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
\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 #lastModified(Instant)}.\n@param lastModified 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 #lastModified(Instant)",
"deprecated" : false,
"documentation" : "The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModified",
"fluentSetterDocumentation" : "The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
\n@param lastModified The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModified",
"getterDocumentation" : "The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
\n@return The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.",
"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" : "LastModified",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModified",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModified",
"sensitive" : false,
"setterDocumentation" : "The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
\n@param lastModified The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.",
"setterMethodName" : "setLastModified",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModified",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModified",
"variableType" : "java.time.Instant",
"documentation" : "The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"Size" : {
"beanStyleGetterMethodName" : "getSize",
"beanStyleSetterMethodName" : "setSize",
"c2jName" : "Size",
"c2jShape" : "Size",
"defaultConsumerFluentSetterDocumentation" : "The size of the dashboard, in bytes.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #size(Long)}.\n@param size a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #size(Long)",
"deprecated" : false,
"documentation" : "The size of the dashboard, in bytes.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "size",
"fluentSetterDocumentation" : "The size of the dashboard, in bytes.
\n@param size The size of the dashboard, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "size",
"getterDocumentation" : "The size of the dashboard, in bytes.
\n@return The size of the dashboard, in bytes.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Size",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Size",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "Size",
"sensitive" : false,
"setterDocumentation" : "The size of the dashboard, in bytes.
\n@param size The size of the dashboard, in bytes.",
"setterMethodName" : "setSize",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "size",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "size",
"variableType" : "Long",
"documentation" : "The size of the dashboard, in bytes.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDashboardName",
"beanStyleSetterMethodName" : "setDashboardName",
"c2jName" : "DashboardName",
"c2jShape" : "DashboardName",
"defaultConsumerFluentSetterDocumentation" : "The name of the dashboard.
\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 #dashboardName(String)}.\n@param dashboardName 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 #dashboardName(String)",
"deprecated" : false,
"documentation" : "The name of the dashboard.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dashboardName",
"fluentSetterDocumentation" : "The name of the dashboard.
\n@param dashboardName The name of the dashboard.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dashboardName",
"getterDocumentation" : "The name of the dashboard.
\n@return The name of the dashboard.",
"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" : "DashboardName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DashboardName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DashboardName",
"sensitive" : false,
"setterDocumentation" : "The name of the dashboard.
\n@param dashboardName The name of the dashboard.",
"setterMethodName" : "setDashboardName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dashboardName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dashboardName",
"variableType" : "String",
"documentation" : "The name of the dashboard.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDashboardArn",
"beanStyleSetterMethodName" : "setDashboardArn",
"c2jName" : "DashboardArn",
"c2jShape" : "DashboardArn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dashboard.
\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 #dashboardArn(String)}.\n@param dashboardArn 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 #dashboardArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the dashboard.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dashboardArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the dashboard.
\n@param dashboardArn The Amazon Resource Name (ARN) of the dashboard.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dashboardArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the dashboard.
\n@return The Amazon Resource Name (ARN) of the dashboard.",
"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" : "DashboardArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DashboardArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DashboardArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the dashboard.
\n@param dashboardArn The Amazon Resource Name (ARN) of the dashboard.",
"setterMethodName" : "setDashboardArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dashboardArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dashboardArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the dashboard.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLastModified",
"beanStyleSetterMethodName" : "setLastModified",
"c2jName" : "LastModified",
"c2jShape" : "LastModified",
"defaultConsumerFluentSetterDocumentation" : "The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
\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 #lastModified(Instant)}.\n@param lastModified 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 #lastModified(Instant)",
"deprecated" : false,
"documentation" : "The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModified",
"fluentSetterDocumentation" : "The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
\n@param lastModified The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModified",
"getterDocumentation" : "The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
\n@return The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.",
"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" : "LastModified",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModified",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModified",
"sensitive" : false,
"setterDocumentation" : "The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
\n@param lastModified The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.",
"setterMethodName" : "setLastModified",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModified",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModified",
"variableType" : "java.time.Instant",
"documentation" : "The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSize",
"beanStyleSetterMethodName" : "setSize",
"c2jName" : "Size",
"c2jShape" : "Size",
"defaultConsumerFluentSetterDocumentation" : "The size of the dashboard, in bytes.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #size(Long)}.\n@param size a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #size(Long)",
"deprecated" : false,
"documentation" : "The size of the dashboard, in bytes.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "size",
"fluentSetterDocumentation" : "The size of the dashboard, in bytes.
\n@param size The size of the dashboard, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "size",
"getterDocumentation" : "The size of the dashboard, in bytes.
\n@return The size of the dashboard, in bytes.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Size",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Size",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "Size",
"sensitive" : false,
"setterDocumentation" : "The size of the dashboard, in bytes.
\n@param size The size of the dashboard, in bytes.",
"setterMethodName" : "setSize",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "size",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "size",
"variableType" : "Long",
"documentation" : "The size of the dashboard, in bytes.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DashboardEntry",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DashboardEntry",
"variableName" : "dashboardEntry",
"variableType" : "DashboardEntry",
"documentation" : null,
"simpleType" : "DashboardEntry",
"variableSetterType" : "DashboardEntry"
},
"wrapper" : false
},
"DashboardInvalidInputErrorException" : {
"c2jName" : "DashboardInvalidInputError",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Some part of the dashboard data is invalid.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "InvalidParameterInput",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 400,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getDashboardValidationMessages",
"beanStyleSetterMethodName" : "setDashboardValidationMessages",
"c2jName" : "dashboardValidationMessages",
"c2jShape" : "DashboardValidationMessages",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DashboardValidationMessages property for this object.\n\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 #dashboardValidationMessages(List)}.\n@param dashboardValidationMessages 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 #dashboardValidationMessages(List)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dashboardValidationMessages",
"fluentSetterDocumentation" : "Sets the value of the DashboardValidationMessages property for this object.\n\n@param dashboardValidationMessages The new value for the DashboardValidationMessages property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dashboardValidationMessages",
"getterDocumentation" : "Returns the value of the DashboardValidationMessages property for this object.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The value of the DashboardValidationMessages property for this object.",
"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" : "dashboardValidationMessages",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "dashboardValidationMessages",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "DashboardValidationMessage",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DashboardValidationMessage.Builder} avoiding the need to create one manually via {@link DashboardValidationMessage#builder()}.\n\nWhen the {@link Consumer} completes, {@link DashboardValidationMessage.Builder#build()} is called immediately and its result is passed to {@link #member(DashboardValidationMessage)}.\n@param member a consumer that will call methods on {@link DashboardValidationMessage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DashboardValidationMessage)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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" : "DashboardValidationMessage",
"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,
"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" : "DashboardValidationMessage",
"variableName" : "member",
"variableType" : "DashboardValidationMessage",
"documentation" : null,
"simpleType" : "DashboardValidationMessage",
"variableSetterType" : "DashboardValidationMessage"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DashboardValidationMessage",
"variableName" : "member",
"variableType" : "DashboardValidationMessage",
"documentation" : "",
"simpleType" : "DashboardValidationMessage",
"variableSetterType" : "DashboardValidationMessage"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "DashboardValidationMessage",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "DashboardValidationMessage",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "DashboardValidationMessages",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DashboardValidationMessages property for this object.\n\n@param dashboardValidationMessages The new value for the DashboardValidationMessages property for this object.",
"setterMethodName" : "setDashboardValidationMessages",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "dashboardValidationMessages",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "dashboardValidationMessages",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DashboardValidationMessages" : {
"beanStyleGetterMethodName" : "getDashboardValidationMessages",
"beanStyleSetterMethodName" : "setDashboardValidationMessages",
"c2jName" : "dashboardValidationMessages",
"c2jShape" : "DashboardValidationMessages",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DashboardValidationMessages property for this object.\n\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 #dashboardValidationMessages(List)}.\n@param dashboardValidationMessages 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 #dashboardValidationMessages(List)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dashboardValidationMessages",
"fluentSetterDocumentation" : "Sets the value of the DashboardValidationMessages property for this object.\n\n@param dashboardValidationMessages The new value for the DashboardValidationMessages property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dashboardValidationMessages",
"getterDocumentation" : "Returns the value of the DashboardValidationMessages property for this object.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The value of the DashboardValidationMessages property for this object.",
"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" : "dashboardValidationMessages",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "dashboardValidationMessages",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "DashboardValidationMessage",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DashboardValidationMessage.Builder} avoiding the need to create one manually via {@link DashboardValidationMessage#builder()}.\n\nWhen the {@link Consumer} completes, {@link DashboardValidationMessage.Builder#build()} is called immediately and its result is passed to {@link #member(DashboardValidationMessage)}.\n@param member a consumer that will call methods on {@link DashboardValidationMessage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DashboardValidationMessage)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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" : "DashboardValidationMessage",
"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,
"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" : "DashboardValidationMessage",
"variableName" : "member",
"variableType" : "DashboardValidationMessage",
"documentation" : null,
"simpleType" : "DashboardValidationMessage",
"variableSetterType" : "DashboardValidationMessage"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DashboardValidationMessage",
"variableName" : "member",
"variableType" : "DashboardValidationMessage",
"documentation" : "",
"simpleType" : "DashboardValidationMessage",
"variableSetterType" : "DashboardValidationMessage"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "DashboardValidationMessage",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "DashboardValidationMessage",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "DashboardValidationMessages",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DashboardValidationMessages property for this object.\n\n@param dashboardValidationMessages The new value for the DashboardValidationMessages property for this object.",
"setterMethodName" : "setDashboardValidationMessages",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "dashboardValidationMessages",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "dashboardValidationMessages",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDashboardValidationMessages",
"beanStyleSetterMethodName" : "setDashboardValidationMessages",
"c2jName" : "dashboardValidationMessages",
"c2jShape" : "DashboardValidationMessages",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the DashboardValidationMessages property for this object.\n\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 #dashboardValidationMessages(List)}.\n@param dashboardValidationMessages 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 #dashboardValidationMessages(List)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dashboardValidationMessages",
"fluentSetterDocumentation" : "Sets the value of the DashboardValidationMessages property for this object.\n\n@param dashboardValidationMessages The new value for the DashboardValidationMessages property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dashboardValidationMessages",
"getterDocumentation" : "Returns the value of the DashboardValidationMessages property for this object.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The value of the DashboardValidationMessages property for this object.",
"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" : "dashboardValidationMessages",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "dashboardValidationMessages",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "DashboardValidationMessage",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DashboardValidationMessage.Builder} avoiding the need to create one manually via {@link DashboardValidationMessage#builder()}.\n\nWhen the {@link Consumer} completes, {@link DashboardValidationMessage.Builder#build()} is called immediately and its result is passed to {@link #member(DashboardValidationMessage)}.\n@param member a consumer that will call methods on {@link DashboardValidationMessage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DashboardValidationMessage)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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" : "DashboardValidationMessage",
"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,
"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" : "DashboardValidationMessage",
"variableName" : "member",
"variableType" : "DashboardValidationMessage",
"documentation" : null,
"simpleType" : "DashboardValidationMessage",
"variableSetterType" : "DashboardValidationMessage"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DashboardValidationMessage",
"variableName" : "member",
"variableType" : "DashboardValidationMessage",
"documentation" : "",
"simpleType" : "DashboardValidationMessage",
"variableSetterType" : "DashboardValidationMessage"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "DashboardValidationMessage",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "DashboardValidationMessage",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "DashboardValidationMessages",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the DashboardValidationMessages property for this object.\n\n@param dashboardValidationMessages The new value for the DashboardValidationMessages property for this object.",
"setterMethodName" : "setDashboardValidationMessages",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "dashboardValidationMessages",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "dashboardValidationMessages",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DashboardInvalidInputErrorException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DashboardInvalidInputErrorException",
"variableName" : "dashboardInvalidInputErrorException",
"variableType" : "DashboardInvalidInputErrorException",
"documentation" : null,
"simpleType" : "DashboardInvalidInputErrorException",
"variableSetterType" : "DashboardInvalidInputErrorException"
},
"wrapper" : false
},
"DashboardNotFoundErrorException" : {
"c2jName" : "DashboardNotFoundError",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The specified dashboard does not exist.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "ResourceNotFound",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 404,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DashboardNotFoundErrorException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DashboardNotFoundErrorException",
"variableName" : "dashboardNotFoundErrorException",
"variableType" : "DashboardNotFoundErrorException",
"documentation" : null,
"simpleType" : "DashboardNotFoundErrorException",
"variableSetterType" : "DashboardNotFoundErrorException"
},
"wrapper" : false
},
"DashboardValidationMessage" : {
"c2jName" : "DashboardValidationMessage",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An error or warning for the operation.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getDataPath",
"beanStyleSetterMethodName" : "setDataPath",
"c2jName" : "DataPath",
"c2jShape" : "DataPath",
"defaultConsumerFluentSetterDocumentation" : "The data path related to the message.
\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 #dataPath(String)}.\n@param dataPath 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 #dataPath(String)",
"deprecated" : false,
"documentation" : "The data path related to the message.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dataPath",
"fluentSetterDocumentation" : "The data path related to the message.
\n@param dataPath The data path related to the message.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dataPath",
"getterDocumentation" : "The data path related to the message.
\n@return The data path related to the message.",
"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" : "DataPath",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DataPath",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DataPath",
"sensitive" : false,
"setterDocumentation" : "The data path related to the message.
\n@param dataPath The data path related to the message.",
"setterMethodName" : "setDataPath",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dataPath",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dataPath",
"variableType" : "String",
"documentation" : "The data path related to the message.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMessage",
"beanStyleSetterMethodName" : "setMessage",
"c2jName" : "Message",
"c2jShape" : "Message",
"defaultConsumerFluentSetterDocumentation" : "A message describing the error or warning.
\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 #message(String)}.\n@param message 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 #message(String)",
"deprecated" : false,
"documentation" : "A message describing the error or warning.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "message",
"fluentSetterDocumentation" : "A message describing the error or warning.
\n@param message A message describing the error or warning.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "message",
"getterDocumentation" : "A message describing the error or warning.
\n@return A message describing the error or warning.",
"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" : "Message",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Message",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Message",
"sensitive" : false,
"setterDocumentation" : "A message describing the error or warning.
\n@param message A message describing the error or warning.",
"setterMethodName" : "setMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "message",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "message",
"variableType" : "String",
"documentation" : "A message describing the error or warning.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DataPath" : {
"beanStyleGetterMethodName" : "getDataPath",
"beanStyleSetterMethodName" : "setDataPath",
"c2jName" : "DataPath",
"c2jShape" : "DataPath",
"defaultConsumerFluentSetterDocumentation" : "The data path related to the message.
\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 #dataPath(String)}.\n@param dataPath 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 #dataPath(String)",
"deprecated" : false,
"documentation" : "The data path related to the message.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dataPath",
"fluentSetterDocumentation" : "The data path related to the message.
\n@param dataPath The data path related to the message.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dataPath",
"getterDocumentation" : "The data path related to the message.
\n@return The data path related to the message.",
"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" : "DataPath",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DataPath",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DataPath",
"sensitive" : false,
"setterDocumentation" : "The data path related to the message.
\n@param dataPath The data path related to the message.",
"setterMethodName" : "setDataPath",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dataPath",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dataPath",
"variableType" : "String",
"documentation" : "The data path related to the message.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Message" : {
"beanStyleGetterMethodName" : "getMessage",
"beanStyleSetterMethodName" : "setMessage",
"c2jName" : "Message",
"c2jShape" : "Message",
"defaultConsumerFluentSetterDocumentation" : "A message describing the error or warning.
\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 #message(String)}.\n@param message 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 #message(String)",
"deprecated" : false,
"documentation" : "A message describing the error or warning.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "message",
"fluentSetterDocumentation" : "A message describing the error or warning.
\n@param message A message describing the error or warning.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "message",
"getterDocumentation" : "A message describing the error or warning.
\n@return A message describing the error or warning.",
"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" : "Message",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Message",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Message",
"sensitive" : false,
"setterDocumentation" : "A message describing the error or warning.
\n@param message A message describing the error or warning.",
"setterMethodName" : "setMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "message",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "message",
"variableType" : "String",
"documentation" : "A message describing the error or warning.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDataPath",
"beanStyleSetterMethodName" : "setDataPath",
"c2jName" : "DataPath",
"c2jShape" : "DataPath",
"defaultConsumerFluentSetterDocumentation" : "The data path related to the message.
\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 #dataPath(String)}.\n@param dataPath 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 #dataPath(String)",
"deprecated" : false,
"documentation" : "The data path related to the message.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dataPath",
"fluentSetterDocumentation" : "The data path related to the message.
\n@param dataPath The data path related to the message.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dataPath",
"getterDocumentation" : "The data path related to the message.
\n@return The data path related to the message.",
"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" : "DataPath",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DataPath",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DataPath",
"sensitive" : false,
"setterDocumentation" : "The data path related to the message.
\n@param dataPath The data path related to the message.",
"setterMethodName" : "setDataPath",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dataPath",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dataPath",
"variableType" : "String",
"documentation" : "The data path related to the message.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMessage",
"beanStyleSetterMethodName" : "setMessage",
"c2jName" : "Message",
"c2jShape" : "Message",
"defaultConsumerFluentSetterDocumentation" : "A message describing the error or warning.
\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 #message(String)}.\n@param message 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 #message(String)",
"deprecated" : false,
"documentation" : "A message describing the error or warning.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "message",
"fluentSetterDocumentation" : "A message describing the error or warning.
\n@param message A message describing the error or warning.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "message",
"getterDocumentation" : "A message describing the error or warning.
\n@return A message describing the error or warning.",
"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" : "Message",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Message",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Message",
"sensitive" : false,
"setterDocumentation" : "A message describing the error or warning.
\n@param message A message describing the error or warning.",
"setterMethodName" : "setMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "message",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "message",
"variableType" : "String",
"documentation" : "A message describing the error or warning.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DashboardValidationMessage",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DashboardValidationMessage",
"variableName" : "dashboardValidationMessage",
"variableType" : "DashboardValidationMessage",
"documentation" : null,
"simpleType" : "DashboardValidationMessage",
"variableSetterType" : "DashboardValidationMessage"
},
"wrapper" : false
},
"Datapoint" : {
"c2jName" : "Datapoint",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Encapsulates the statistical data that CloudWatch computes from metric data.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getTimestamp",
"beanStyleSetterMethodName" : "setTimestamp",
"c2jName" : "Timestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The time stamp used for the data point.
\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,
"documentation" : "The time stamp used for the data point.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "timestamp",
"fluentSetterDocumentation" : "The time stamp used for the data point.
\n@param timestamp The time stamp used for the data point.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timestamp",
"getterDocumentation" : "The time stamp used for the data point.
\n@return The time stamp used for the data point.",
"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,
"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 used for the data point.
\n@param timestamp The time stamp used for the data point.",
"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 used for the data point.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSampleCount",
"beanStyleSetterMethodName" : "setSampleCount",
"c2jName" : "SampleCount",
"c2jShape" : "DatapointValue",
"defaultConsumerFluentSetterDocumentation" : "The number of metric values that contributed to the aggregate value of this data point.
\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #sampleCount(Double)}.\n@param sampleCount a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sampleCount(Double)",
"deprecated" : false,
"documentation" : "The number of metric values that contributed to the aggregate value of this data point.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sampleCount",
"fluentSetterDocumentation" : "The number of metric values that contributed to the aggregate value of this data point.
\n@param sampleCount The number of metric values that contributed to the aggregate value of this data point.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sampleCount",
"getterDocumentation" : "The number of metric values that contributed to the aggregate value of this data point.
\n@return The number of metric values that contributed to the aggregate value of this data point.",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SampleCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SampleCount",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "DOUBLE",
"name" : "SampleCount",
"sensitive" : false,
"setterDocumentation" : "The number of metric values that contributed to the aggregate value of this data point.
\n@param sampleCount The number of metric values that contributed to the aggregate value of this data point.",
"setterMethodName" : "setSampleCount",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "sampleCount",
"variableType" : "Double",
"documentation" : null,
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "sampleCount",
"variableType" : "Double",
"documentation" : "The number of metric values that contributed to the aggregate value of this data point.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAverage",
"beanStyleSetterMethodName" : "setAverage",
"c2jName" : "Average",
"c2jShape" : "DatapointValue",
"defaultConsumerFluentSetterDocumentation" : "The average of the metric values that correspond to the data point.
\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #average(Double)}.\n@param average a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #average(Double)",
"deprecated" : false,
"documentation" : "The average of the metric values that correspond to the data point.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "average",
"fluentSetterDocumentation" : "The average of the metric values that correspond to the data point.
\n@param average The average of the metric values that correspond to the data point.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "average",
"getterDocumentation" : "The average of the metric values that correspond to the data point.
\n@return The average of the metric values that correspond to the data point.",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Average",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Average",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "DOUBLE",
"name" : "Average",
"sensitive" : false,
"setterDocumentation" : "The average of the metric values that correspond to the data point.
\n@param average The average of the metric values that correspond to the data point.",
"setterMethodName" : "setAverage",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "average",
"variableType" : "Double",
"documentation" : null,
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "average",
"variableType" : "Double",
"documentation" : "The average of the metric values that correspond to the data point.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSum",
"beanStyleSetterMethodName" : "setSum",
"c2jName" : "Sum",
"c2jShape" : "DatapointValue",
"defaultConsumerFluentSetterDocumentation" : "The sum of the metric values for the data point.
\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #sum(Double)}.\n@param sum a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sum(Double)",
"deprecated" : false,
"documentation" : "The sum of the metric values for the data point.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sum",
"fluentSetterDocumentation" : "The sum of the metric values for the data point.
\n@param sum The sum of the metric values for the data point.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sum",
"getterDocumentation" : "The sum of the metric values for the data point.
\n@return The sum of the metric values for the data point.",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Sum",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Sum",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "DOUBLE",
"name" : "Sum",
"sensitive" : false,
"setterDocumentation" : "The sum of the metric values for the data point.
\n@param sum The sum of the metric values for the data point.",
"setterMethodName" : "setSum",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "sum",
"variableType" : "Double",
"documentation" : null,
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "sum",
"variableType" : "Double",
"documentation" : "The sum of the metric values for the data point.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMinimum",
"beanStyleSetterMethodName" : "setMinimum",
"c2jName" : "Minimum",
"c2jShape" : "DatapointValue",
"defaultConsumerFluentSetterDocumentation" : "The minimum metric value for the data point.
\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #minimum(Double)}.\n@param minimum a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #minimum(Double)",
"deprecated" : false,
"documentation" : "The minimum metric value for the data point.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "minimum",
"fluentSetterDocumentation" : "The minimum metric value for the data point.
\n@param minimum The minimum metric value for the data point.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "minimum",
"getterDocumentation" : "The minimum metric value for the data point.
\n@return The minimum metric value for the data point.",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Minimum",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Minimum",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "DOUBLE",
"name" : "Minimum",
"sensitive" : false,
"setterDocumentation" : "The minimum metric value for the data point.
\n@param minimum The minimum metric value for the data point.",
"setterMethodName" : "setMinimum",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "minimum",
"variableType" : "Double",
"documentation" : null,
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "minimum",
"variableType" : "Double",
"documentation" : "The minimum metric value for the data point.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaximum",
"beanStyleSetterMethodName" : "setMaximum",
"c2jName" : "Maximum",
"c2jShape" : "DatapointValue",
"defaultConsumerFluentSetterDocumentation" : "The maximum metric value for the data point.
\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #maximum(Double)}.\n@param maximum a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maximum(Double)",
"deprecated" : false,
"documentation" : "The maximum metric value for the data point.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maximum",
"fluentSetterDocumentation" : "The maximum metric value for the data point.
\n@param maximum The maximum metric value for the data point.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maximum",
"getterDocumentation" : "The maximum metric value for the data point.
\n@return The maximum metric value for the data point.",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Maximum",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Maximum",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "DOUBLE",
"name" : "Maximum",
"sensitive" : false,
"setterDocumentation" : "The maximum metric value for the data point.
\n@param maximum The maximum metric value for the data point.",
"setterMethodName" : "setMaximum",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "maximum",
"variableType" : "Double",
"documentation" : null,
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "maximum",
"variableType" : "Double",
"documentation" : "The maximum metric value for the data point.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getUnitAsString",
"beanStyleSetterMethodName" : "setUnit",
"c2jName" : "Unit",
"c2jShape" : "StandardUnit",
"defaultConsumerFluentSetterDocumentation" : "The standard unit for the data point.
\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 #unitAsString(String)}.\n@param unit 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 #unit(String)",
"deprecated" : false,
"documentation" : "The standard unit for the data point.
",
"endpointDiscoveryId" : false,
"enumType" : "StandardUnit",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "unit",
"fluentEnumSetterMethodName" : "unit",
"fluentGetterMethodName" : "unitAsString",
"fluentSetterDocumentation" : "The standard unit for the data point.
\n@param unit The standard unit for the data point.\n@see StandardUnit\n@return Returns a reference to this object so that method calls can be chained together.\n@see StandardUnit",
"fluentSetterMethodName" : "unit",
"getterDocumentation" : "The standard unit for the data point.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #unit} will return {@link StandardUnit#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #unitAsString}.\n
\n@return The standard unit for the data point.\n@see StandardUnit",
"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" : "Unit",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Unit",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Unit",
"sensitive" : false,
"setterDocumentation" : "The standard unit for the data point.
\n@param unit The standard unit for the data point.\n@see StandardUnit",
"setterMethodName" : "setUnit",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "unit",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "unit",
"variableType" : "String",
"documentation" : "The standard unit for the data point.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getExtendedStatistics",
"beanStyleSetterMethodName" : "setExtendedStatistics",
"c2jName" : "ExtendedStatistics",
"c2jShape" : "DatapointValueMap",
"defaultConsumerFluentSetterDocumentation" : "The percentile statistic for the data point.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #extendedStatistics(Map)}.\n@param extendedStatistics a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #extendedStatistics(Map)",
"deprecated" : false,
"documentation" : "The percentile statistic for the data point.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "extendedStatistics",
"fluentSetterDocumentation" : "The percentile statistic for the data point.
\n@param extendedStatistics The percentile statistic for the data point.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "extendedStatistics",
"getterDocumentation" : "The percentile statistic for the data point.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The percentile statistic for the data point.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ExtendedStatistics",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExtendedStatistics",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "ExtendedStatistic",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key 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 #key(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "DatapointValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #value(Double)}.\n@param value a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(Double)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "DOUBLE",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "value",
"variableType" : "Double",
"documentation" : null,
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "value",
"variableType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "ExtendedStatistics",
"sensitive" : false,
"setterDocumentation" : "The percentile statistic for the data point.
\n@param extendedStatistics The percentile statistic for the data point.",
"setterMethodName" : "setExtendedStatistics",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "extendedStatistics",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "extendedStatistics",
"variableType" : "java.util.Map",
"documentation" : "The percentile statistic for the data point.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Average" : {
"beanStyleGetterMethodName" : "getAverage",
"beanStyleSetterMethodName" : "setAverage",
"c2jName" : "Average",
"c2jShape" : "DatapointValue",
"defaultConsumerFluentSetterDocumentation" : "The average of the metric values that correspond to the data point.
\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #average(Double)}.\n@param average a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #average(Double)",
"deprecated" : false,
"documentation" : "The average of the metric values that correspond to the data point.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "average",
"fluentSetterDocumentation" : "The average of the metric values that correspond to the data point.
\n@param average The average of the metric values that correspond to the data point.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "average",
"getterDocumentation" : "The average of the metric values that correspond to the data point.
\n@return The average of the metric values that correspond to the data point.",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Average",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Average",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "DOUBLE",
"name" : "Average",
"sensitive" : false,
"setterDocumentation" : "The average of the metric values that correspond to the data point.
\n@param average The average of the metric values that correspond to the data point.",
"setterMethodName" : "setAverage",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "average",
"variableType" : "Double",
"documentation" : null,
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "average",
"variableType" : "Double",
"documentation" : "The average of the metric values that correspond to the data point.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
},
"ExtendedStatistics" : {
"beanStyleGetterMethodName" : "getExtendedStatistics",
"beanStyleSetterMethodName" : "setExtendedStatistics",
"c2jName" : "ExtendedStatistics",
"c2jShape" : "DatapointValueMap",
"defaultConsumerFluentSetterDocumentation" : "The percentile statistic for the data point.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #extendedStatistics(Map)}.\n@param extendedStatistics a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #extendedStatistics(Map)",
"deprecated" : false,
"documentation" : "The percentile statistic for the data point.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "extendedStatistics",
"fluentSetterDocumentation" : "The percentile statistic for the data point.
\n@param extendedStatistics The percentile statistic for the data point.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "extendedStatistics",
"getterDocumentation" : "The percentile statistic for the data point.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The percentile statistic for the data point.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ExtendedStatistics",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExtendedStatistics",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "ExtendedStatistic",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key 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 #key(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "DatapointValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #value(Double)}.\n@param value a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(Double)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "DOUBLE",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "value",
"variableType" : "Double",
"documentation" : null,
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "value",
"variableType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "ExtendedStatistics",
"sensitive" : false,
"setterDocumentation" : "The percentile statistic for the data point.
\n@param extendedStatistics The percentile statistic for the data point.",
"setterMethodName" : "setExtendedStatistics",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "extendedStatistics",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "extendedStatistics",
"variableType" : "java.util.Map",
"documentation" : "The percentile statistic for the data point.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
},
"Maximum" : {
"beanStyleGetterMethodName" : "getMaximum",
"beanStyleSetterMethodName" : "setMaximum",
"c2jName" : "Maximum",
"c2jShape" : "DatapointValue",
"defaultConsumerFluentSetterDocumentation" : "The maximum metric value for the data point.
\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #maximum(Double)}.\n@param maximum a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maximum(Double)",
"deprecated" : false,
"documentation" : "The maximum metric value for the data point.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maximum",
"fluentSetterDocumentation" : "The maximum metric value for the data point.
\n@param maximum The maximum metric value for the data point.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maximum",
"getterDocumentation" : "The maximum metric value for the data point.
\n@return The maximum metric value for the data point.",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Maximum",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Maximum",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "DOUBLE",
"name" : "Maximum",
"sensitive" : false,
"setterDocumentation" : "The maximum metric value for the data point.
\n@param maximum The maximum metric value for the data point.",
"setterMethodName" : "setMaximum",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "maximum",
"variableType" : "Double",
"documentation" : null,
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "maximum",
"variableType" : "Double",
"documentation" : "The maximum metric value for the data point.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
},
"Minimum" : {
"beanStyleGetterMethodName" : "getMinimum",
"beanStyleSetterMethodName" : "setMinimum",
"c2jName" : "Minimum",
"c2jShape" : "DatapointValue",
"defaultConsumerFluentSetterDocumentation" : "The minimum metric value for the data point.
\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #minimum(Double)}.\n@param minimum a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #minimum(Double)",
"deprecated" : false,
"documentation" : "The minimum metric value for the data point.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "minimum",
"fluentSetterDocumentation" : "The minimum metric value for the data point.
\n@param minimum The minimum metric value for the data point.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "minimum",
"getterDocumentation" : "The minimum metric value for the data point.
\n@return The minimum metric value for the data point.",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Minimum",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Minimum",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "DOUBLE",
"name" : "Minimum",
"sensitive" : false,
"setterDocumentation" : "The minimum metric value for the data point.
\n@param minimum The minimum metric value for the data point.",
"setterMethodName" : "setMinimum",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "minimum",
"variableType" : "Double",
"documentation" : null,
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "minimum",
"variableType" : "Double",
"documentation" : "The minimum metric value for the data point.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
},
"SampleCount" : {
"beanStyleGetterMethodName" : "getSampleCount",
"beanStyleSetterMethodName" : "setSampleCount",
"c2jName" : "SampleCount",
"c2jShape" : "DatapointValue",
"defaultConsumerFluentSetterDocumentation" : "The number of metric values that contributed to the aggregate value of this data point.
\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #sampleCount(Double)}.\n@param sampleCount a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sampleCount(Double)",
"deprecated" : false,
"documentation" : "The number of metric values that contributed to the aggregate value of this data point.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sampleCount",
"fluentSetterDocumentation" : "The number of metric values that contributed to the aggregate value of this data point.
\n@param sampleCount The number of metric values that contributed to the aggregate value of this data point.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sampleCount",
"getterDocumentation" : "The number of metric values that contributed to the aggregate value of this data point.
\n@return The number of metric values that contributed to the aggregate value of this data point.",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SampleCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SampleCount",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "DOUBLE",
"name" : "SampleCount",
"sensitive" : false,
"setterDocumentation" : "The number of metric values that contributed to the aggregate value of this data point.
\n@param sampleCount The number of metric values that contributed to the aggregate value of this data point.",
"setterMethodName" : "setSampleCount",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "sampleCount",
"variableType" : "Double",
"documentation" : null,
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "sampleCount",
"variableType" : "Double",
"documentation" : "The number of metric values that contributed to the aggregate value of this data point.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
},
"Sum" : {
"beanStyleGetterMethodName" : "getSum",
"beanStyleSetterMethodName" : "setSum",
"c2jName" : "Sum",
"c2jShape" : "DatapointValue",
"defaultConsumerFluentSetterDocumentation" : "The sum of the metric values for the data point.
\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #sum(Double)}.\n@param sum a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sum(Double)",
"deprecated" : false,
"documentation" : "The sum of the metric values for the data point.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sum",
"fluentSetterDocumentation" : "The sum of the metric values for the data point.
\n@param sum The sum of the metric values for the data point.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sum",
"getterDocumentation" : "The sum of the metric values for the data point.
\n@return The sum of the metric values for the data point.",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Sum",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Sum",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "DOUBLE",
"name" : "Sum",
"sensitive" : false,
"setterDocumentation" : "The sum of the metric values for the data point.
\n@param sum The sum of the metric values for the data point.",
"setterMethodName" : "setSum",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "sum",
"variableType" : "Double",
"documentation" : null,
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "sum",
"variableType" : "Double",
"documentation" : "The sum of the metric values for the data point.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
},
"Timestamp" : {
"beanStyleGetterMethodName" : "getTimestamp",
"beanStyleSetterMethodName" : "setTimestamp",
"c2jName" : "Timestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The time stamp used for the data point.
\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,
"documentation" : "The time stamp used for the data point.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "timestamp",
"fluentSetterDocumentation" : "The time stamp used for the data point.
\n@param timestamp The time stamp used for the data point.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timestamp",
"getterDocumentation" : "The time stamp used for the data point.
\n@return The time stamp used for the data point.",
"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,
"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 used for the data point.
\n@param timestamp The time stamp used for the data point.",
"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 used for the data point.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"Unit" : {
"beanStyleGetterMethodName" : "getUnitAsString",
"beanStyleSetterMethodName" : "setUnit",
"c2jName" : "Unit",
"c2jShape" : "StandardUnit",
"defaultConsumerFluentSetterDocumentation" : "The standard unit for the data point.
\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 #unitAsString(String)}.\n@param unit 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 #unit(String)",
"deprecated" : false,
"documentation" : "The standard unit for the data point.
",
"endpointDiscoveryId" : false,
"enumType" : "StandardUnit",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "unit",
"fluentEnumSetterMethodName" : "unit",
"fluentGetterMethodName" : "unitAsString",
"fluentSetterDocumentation" : "The standard unit for the data point.
\n@param unit The standard unit for the data point.\n@see StandardUnit\n@return Returns a reference to this object so that method calls can be chained together.\n@see StandardUnit",
"fluentSetterMethodName" : "unit",
"getterDocumentation" : "The standard unit for the data point.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #unit} will return {@link StandardUnit#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #unitAsString}.\n
\n@return The standard unit for the data point.\n@see StandardUnit",
"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" : "Unit",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Unit",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Unit",
"sensitive" : false,
"setterDocumentation" : "The standard unit for the data point.
\n@param unit The standard unit for the data point.\n@see StandardUnit",
"setterMethodName" : "setUnit",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "unit",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "unit",
"variableType" : "String",
"documentation" : "The standard unit for the data point.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getTimestamp",
"beanStyleSetterMethodName" : "setTimestamp",
"c2jName" : "Timestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The time stamp used for the data point.
\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,
"documentation" : "The time stamp used for the data point.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "timestamp",
"fluentSetterDocumentation" : "The time stamp used for the data point.
\n@param timestamp The time stamp used for the data point.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timestamp",
"getterDocumentation" : "The time stamp used for the data point.
\n@return The time stamp used for the data point.",
"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,
"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 used for the data point.
\n@param timestamp The time stamp used for the data point.",
"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 used for the data point.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSampleCount",
"beanStyleSetterMethodName" : "setSampleCount",
"c2jName" : "SampleCount",
"c2jShape" : "DatapointValue",
"defaultConsumerFluentSetterDocumentation" : "The number of metric values that contributed to the aggregate value of this data point.
\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #sampleCount(Double)}.\n@param sampleCount a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sampleCount(Double)",
"deprecated" : false,
"documentation" : "The number of metric values that contributed to the aggregate value of this data point.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sampleCount",
"fluentSetterDocumentation" : "The number of metric values that contributed to the aggregate value of this data point.
\n@param sampleCount The number of metric values that contributed to the aggregate value of this data point.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sampleCount",
"getterDocumentation" : "The number of metric values that contributed to the aggregate value of this data point.
\n@return The number of metric values that contributed to the aggregate value of this data point.",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SampleCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SampleCount",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "DOUBLE",
"name" : "SampleCount",
"sensitive" : false,
"setterDocumentation" : "The number of metric values that contributed to the aggregate value of this data point.
\n@param sampleCount The number of metric values that contributed to the aggregate value of this data point.",
"setterMethodName" : "setSampleCount",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "sampleCount",
"variableType" : "Double",
"documentation" : null,
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "sampleCount",
"variableType" : "Double",
"documentation" : "The number of metric values that contributed to the aggregate value of this data point.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAverage",
"beanStyleSetterMethodName" : "setAverage",
"c2jName" : "Average",
"c2jShape" : "DatapointValue",
"defaultConsumerFluentSetterDocumentation" : "The average of the metric values that correspond to the data point.
\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #average(Double)}.\n@param average a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #average(Double)",
"deprecated" : false,
"documentation" : "The average of the metric values that correspond to the data point.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "average",
"fluentSetterDocumentation" : "The average of the metric values that correspond to the data point.
\n@param average The average of the metric values that correspond to the data point.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "average",
"getterDocumentation" : "The average of the metric values that correspond to the data point.
\n@return The average of the metric values that correspond to the data point.",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Average",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Average",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "DOUBLE",
"name" : "Average",
"sensitive" : false,
"setterDocumentation" : "The average of the metric values that correspond to the data point.
\n@param average The average of the metric values that correspond to the data point.",
"setterMethodName" : "setAverage",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "average",
"variableType" : "Double",
"documentation" : null,
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "average",
"variableType" : "Double",
"documentation" : "The average of the metric values that correspond to the data point.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSum",
"beanStyleSetterMethodName" : "setSum",
"c2jName" : "Sum",
"c2jShape" : "DatapointValue",
"defaultConsumerFluentSetterDocumentation" : "The sum of the metric values for the data point.
\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #sum(Double)}.\n@param sum a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sum(Double)",
"deprecated" : false,
"documentation" : "The sum of the metric values for the data point.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sum",
"fluentSetterDocumentation" : "The sum of the metric values for the data point.
\n@param sum The sum of the metric values for the data point.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sum",
"getterDocumentation" : "The sum of the metric values for the data point.
\n@return The sum of the metric values for the data point.",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Sum",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Sum",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "DOUBLE",
"name" : "Sum",
"sensitive" : false,
"setterDocumentation" : "The sum of the metric values for the data point.
\n@param sum The sum of the metric values for the data point.",
"setterMethodName" : "setSum",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "sum",
"variableType" : "Double",
"documentation" : null,
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "sum",
"variableType" : "Double",
"documentation" : "The sum of the metric values for the data point.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMinimum",
"beanStyleSetterMethodName" : "setMinimum",
"c2jName" : "Minimum",
"c2jShape" : "DatapointValue",
"defaultConsumerFluentSetterDocumentation" : "The minimum metric value for the data point.
\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #minimum(Double)}.\n@param minimum a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #minimum(Double)",
"deprecated" : false,
"documentation" : "The minimum metric value for the data point.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "minimum",
"fluentSetterDocumentation" : "The minimum metric value for the data point.
\n@param minimum The minimum metric value for the data point.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "minimum",
"getterDocumentation" : "The minimum metric value for the data point.
\n@return The minimum metric value for the data point.",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Minimum",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Minimum",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "DOUBLE",
"name" : "Minimum",
"sensitive" : false,
"setterDocumentation" : "The minimum metric value for the data point.
\n@param minimum The minimum metric value for the data point.",
"setterMethodName" : "setMinimum",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "minimum",
"variableType" : "Double",
"documentation" : null,
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "minimum",
"variableType" : "Double",
"documentation" : "The minimum metric value for the data point.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaximum",
"beanStyleSetterMethodName" : "setMaximum",
"c2jName" : "Maximum",
"c2jShape" : "DatapointValue",
"defaultConsumerFluentSetterDocumentation" : "The maximum metric value for the data point.
\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #maximum(Double)}.\n@param maximum a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maximum(Double)",
"deprecated" : false,
"documentation" : "The maximum metric value for the data point.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maximum",
"fluentSetterDocumentation" : "The maximum metric value for the data point.
\n@param maximum The maximum metric value for the data point.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maximum",
"getterDocumentation" : "The maximum metric value for the data point.
\n@return The maximum metric value for the data point.",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Maximum",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Maximum",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "DOUBLE",
"name" : "Maximum",
"sensitive" : false,
"setterDocumentation" : "The maximum metric value for the data point.
\n@param maximum The maximum metric value for the data point.",
"setterMethodName" : "setMaximum",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "maximum",
"variableType" : "Double",
"documentation" : null,
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "maximum",
"variableType" : "Double",
"documentation" : "The maximum metric value for the data point.
",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getUnitAsString",
"beanStyleSetterMethodName" : "setUnit",
"c2jName" : "Unit",
"c2jShape" : "StandardUnit",
"defaultConsumerFluentSetterDocumentation" : "The standard unit for the data point.
\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 #unitAsString(String)}.\n@param unit 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 #unit(String)",
"deprecated" : false,
"documentation" : "The standard unit for the data point.
",
"endpointDiscoveryId" : false,
"enumType" : "StandardUnit",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "unit",
"fluentEnumSetterMethodName" : "unit",
"fluentGetterMethodName" : "unitAsString",
"fluentSetterDocumentation" : "The standard unit for the data point.
\n@param unit The standard unit for the data point.\n@see StandardUnit\n@return Returns a reference to this object so that method calls can be chained together.\n@see StandardUnit",
"fluentSetterMethodName" : "unit",
"getterDocumentation" : "The standard unit for the data point.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #unit} will return {@link StandardUnit#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #unitAsString}.\n
\n@return The standard unit for the data point.\n@see StandardUnit",
"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" : "Unit",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Unit",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Unit",
"sensitive" : false,
"setterDocumentation" : "The standard unit for the data point.
\n@param unit The standard unit for the data point.\n@see StandardUnit",
"setterMethodName" : "setUnit",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "unit",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "unit",
"variableType" : "String",
"documentation" : "The standard unit for the data point.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getExtendedStatistics",
"beanStyleSetterMethodName" : "setExtendedStatistics",
"c2jName" : "ExtendedStatistics",
"c2jShape" : "DatapointValueMap",
"defaultConsumerFluentSetterDocumentation" : "The percentile statistic for the data point.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #extendedStatistics(Map)}.\n@param extendedStatistics a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #extendedStatistics(Map)",
"deprecated" : false,
"documentation" : "The percentile statistic for the data point.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "extendedStatistics",
"fluentSetterDocumentation" : "The percentile statistic for the data point.
\n@param extendedStatistics The percentile statistic for the data point.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "extendedStatistics",
"getterDocumentation" : "The percentile statistic for the data point.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The percentile statistic for the data point.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ExtendedStatistics",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExtendedStatistics",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "ExtendedStatistic",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key 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 #key(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "DatapointValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #value(Double)}.\n@param value a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(Double)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "DOUBLE",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "Double",
"variableName" : "value",
"variableType" : "Double",
"documentation" : null,
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Double",
"variableName" : "value",
"variableType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "ExtendedStatistics",
"sensitive" : false,
"setterDocumentation" : "The percentile statistic for the data point.
\n@param extendedStatistics The percentile statistic for the data point.",
"setterMethodName" : "setExtendedStatistics",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "extendedStatistics",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "extendedStatistics",
"variableType" : "java.util.Map",
"documentation" : "The percentile statistic for the data point.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Datapoint",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Datapoint",
"variableName" : "datapoint",
"variableType" : "Datapoint",
"documentation" : null,
"simpleType" : "Datapoint",
"variableSetterType" : "Datapoint"
},
"wrapper" : false
},
"DeleteAlarmsRequest" : {
"c2jName" : "DeleteAlarmsInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteAlarms",
"locationName" : null,
"requestUri" : "/",
"target" : "DeleteAlarms",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getAlarmNames",
"beanStyleSetterMethodName" : "setAlarmNames",
"c2jName" : "AlarmNames",
"c2jShape" : "AlarmNames",
"defaultConsumerFluentSetterDocumentation" : "The alarms to be deleted.
\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 #alarmNames(List)}.\n@param alarmNames 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 #alarmNames(List)",
"deprecated" : false,
"documentation" : "The alarms to be deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "alarmNames",
"fluentSetterDocumentation" : "The alarms to be deleted.
\n@param alarmNames The alarms to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alarmNames",
"getterDocumentation" : "The alarms to be deleted.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The alarms to be deleted.",
"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" : "AlarmNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlarmNames",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "AlarmName",
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"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" : "AlarmNames",
"sensitive" : false,
"setterDocumentation" : "The alarms to be deleted.
\n@param alarmNames The alarms to be deleted.",
"setterMethodName" : "setAlarmNames",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "alarmNames",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "alarmNames",
"variableType" : "java.util.List",
"documentation" : "The alarms to be deleted.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AlarmNames" : {
"beanStyleGetterMethodName" : "getAlarmNames",
"beanStyleSetterMethodName" : "setAlarmNames",
"c2jName" : "AlarmNames",
"c2jShape" : "AlarmNames",
"defaultConsumerFluentSetterDocumentation" : "The alarms to be deleted.
\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 #alarmNames(List)}.\n@param alarmNames 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 #alarmNames(List)",
"deprecated" : false,
"documentation" : "The alarms to be deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "alarmNames",
"fluentSetterDocumentation" : "The alarms to be deleted.
\n@param alarmNames The alarms to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alarmNames",
"getterDocumentation" : "The alarms to be deleted.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The alarms to be deleted.",
"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" : "AlarmNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlarmNames",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "AlarmName",
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"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" : "AlarmNames",
"sensitive" : false,
"setterDocumentation" : "The alarms to be deleted.
\n@param alarmNames The alarms to be deleted.",
"setterMethodName" : "setAlarmNames",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "alarmNames",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "alarmNames",
"variableType" : "java.util.List",
"documentation" : "The alarms to be deleted.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getAlarmNames",
"beanStyleSetterMethodName" : "setAlarmNames",
"c2jName" : "AlarmNames",
"c2jShape" : "AlarmNames",
"defaultConsumerFluentSetterDocumentation" : "The alarms to be deleted.
\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 #alarmNames(List)}.\n@param alarmNames 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 #alarmNames(List)",
"deprecated" : false,
"documentation" : "The alarms to be deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "alarmNames",
"fluentSetterDocumentation" : "The alarms to be deleted.
\n@param alarmNames The alarms to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alarmNames",
"getterDocumentation" : "The alarms to be deleted.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The alarms to be deleted.",
"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" : "AlarmNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlarmNames",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "AlarmName",
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"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" : "AlarmNames",
"sensitive" : false,
"setterDocumentation" : "The alarms to be deleted.
\n@param alarmNames The alarms to be deleted.",
"setterMethodName" : "setAlarmNames",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "alarmNames",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "alarmNames",
"variableType" : "java.util.List",
"documentation" : "The alarms to be deleted.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "AlarmNames" ],
"shapeName" : "DeleteAlarmsRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteAlarmsRequest",
"variableName" : "deleteAlarmsRequest",
"variableType" : "DeleteAlarmsRequest",
"documentation" : null,
"simpleType" : "DeleteAlarmsRequest",
"variableSetterType" : "DeleteAlarmsRequest"
},
"wrapper" : false
},
"DeleteAlarmsResponse" : {
"c2jName" : "DeleteAlarmsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteAlarmsResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteAlarmsResponse",
"variableName" : "deleteAlarmsResponse",
"variableType" : "DeleteAlarmsResponse",
"documentation" : null,
"simpleType" : "DeleteAlarmsResponse",
"variableSetterType" : "DeleteAlarmsResponse"
},
"wrapper" : false
},
"DeleteDashboardsRequest" : {
"c2jName" : "DeleteDashboardsInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteDashboards",
"locationName" : null,
"requestUri" : "/",
"target" : "DeleteDashboards",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDashboardNames",
"beanStyleSetterMethodName" : "setDashboardNames",
"c2jName" : "DashboardNames",
"c2jShape" : "DashboardNames",
"defaultConsumerFluentSetterDocumentation" : "The dashboards to be deleted. This parameter is required.
\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 #dashboardNames(List)}.\n@param dashboardNames 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 #dashboardNames(List)",
"deprecated" : false,
"documentation" : "The dashboards to be deleted. This parameter is required.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dashboardNames",
"fluentSetterDocumentation" : "The dashboards to be deleted. This parameter is required.
\n@param dashboardNames The dashboards to be deleted. This parameter is required.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dashboardNames",
"getterDocumentation" : "The dashboards to be deleted. This parameter is required.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The dashboards to be deleted. This parameter is required.",
"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" : "DashboardNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DashboardNames",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "DashboardName",
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"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" : "DashboardNames",
"sensitive" : false,
"setterDocumentation" : "The dashboards to be deleted. This parameter is required.
\n@param dashboardNames The dashboards to be deleted. This parameter is required.",
"setterMethodName" : "setDashboardNames",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "dashboardNames",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "dashboardNames",
"variableType" : "java.util.List",
"documentation" : "The dashboards to be deleted. This parameter is required.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DashboardNames" : {
"beanStyleGetterMethodName" : "getDashboardNames",
"beanStyleSetterMethodName" : "setDashboardNames",
"c2jName" : "DashboardNames",
"c2jShape" : "DashboardNames",
"defaultConsumerFluentSetterDocumentation" : "The dashboards to be deleted. This parameter is required.
\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 #dashboardNames(List)}.\n@param dashboardNames 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 #dashboardNames(List)",
"deprecated" : false,
"documentation" : "The dashboards to be deleted. This parameter is required.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dashboardNames",
"fluentSetterDocumentation" : "The dashboards to be deleted. This parameter is required.
\n@param dashboardNames The dashboards to be deleted. This parameter is required.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dashboardNames",
"getterDocumentation" : "The dashboards to be deleted. This parameter is required.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The dashboards to be deleted. This parameter is required.",
"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" : "DashboardNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DashboardNames",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "DashboardName",
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"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" : "DashboardNames",
"sensitive" : false,
"setterDocumentation" : "The dashboards to be deleted. This parameter is required.
\n@param dashboardNames The dashboards to be deleted. This parameter is required.",
"setterMethodName" : "setDashboardNames",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "dashboardNames",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "dashboardNames",
"variableType" : "java.util.List",
"documentation" : "The dashboards to be deleted. This parameter is required.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDashboardNames",
"beanStyleSetterMethodName" : "setDashboardNames",
"c2jName" : "DashboardNames",
"c2jShape" : "DashboardNames",
"defaultConsumerFluentSetterDocumentation" : "The dashboards to be deleted. This parameter is required.
\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 #dashboardNames(List)}.\n@param dashboardNames 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 #dashboardNames(List)",
"deprecated" : false,
"documentation" : "The dashboards to be deleted. This parameter is required.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dashboardNames",
"fluentSetterDocumentation" : "The dashboards to be deleted. This parameter is required.
\n@param dashboardNames The dashboards to be deleted. This parameter is required.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dashboardNames",
"getterDocumentation" : "The dashboards to be deleted. This parameter is required.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The dashboards to be deleted. This parameter is required.",
"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" : "DashboardNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DashboardNames",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "DashboardName",
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"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" : "DashboardNames",
"sensitive" : false,
"setterDocumentation" : "The dashboards to be deleted. This parameter is required.
\n@param dashboardNames The dashboards to be deleted. This parameter is required.",
"setterMethodName" : "setDashboardNames",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "dashboardNames",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "dashboardNames",
"variableType" : "java.util.List",
"documentation" : "The dashboards to be deleted. This parameter is required.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DashboardNames" ],
"shapeName" : "DeleteDashboardsRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteDashboardsRequest",
"variableName" : "deleteDashboardsRequest",
"variableType" : "DeleteDashboardsRequest",
"documentation" : null,
"simpleType" : "DeleteDashboardsRequest",
"variableSetterType" : "DeleteDashboardsRequest"
},
"wrapper" : false
},
"DeleteDashboardsResponse" : {
"c2jName" : "DeleteDashboardsOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteDashboardsResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DeleteDashboardsResult"
},
"variable" : {
"variableDeclarationType" : "DeleteDashboardsResponse",
"variableName" : "deleteDashboardsResponse",
"variableType" : "DeleteDashboardsResponse",
"documentation" : null,
"simpleType" : "DeleteDashboardsResponse",
"variableSetterType" : "DeleteDashboardsResponse"
},
"wrapper" : false
},
"DescribeAlarmHistoryRequest" : {
"c2jName" : "DescribeAlarmHistoryInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DescribeAlarmHistory",
"locationName" : null,
"requestUri" : "/",
"target" : "DescribeAlarmHistory",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"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,
"documentation" : "The name of the alarm.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHistoryItemTypeAsString",
"beanStyleSetterMethodName" : "setHistoryItemType",
"c2jName" : "HistoryItemType",
"c2jShape" : "HistoryItemType",
"defaultConsumerFluentSetterDocumentation" : "The type of alarm histories to retrieve.
\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,
"documentation" : "The type of alarm histories to retrieve.
",
"endpointDiscoveryId" : false,
"enumType" : "HistoryItemType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "historyItemType",
"fluentEnumSetterMethodName" : "historyItemType",
"fluentGetterMethodName" : "historyItemTypeAsString",
"fluentSetterDocumentation" : "The type of alarm histories to retrieve.
\n@param historyItemType The type of alarm histories to retrieve.\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 histories to retrieve.
\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 histories to retrieve.\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,
"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 histories to retrieve.
\n@param historyItemType The type of alarm histories to retrieve.\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 histories to retrieve.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStartDate",
"beanStyleSetterMethodName" : "setStartDate",
"c2jName" : "StartDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The starting date to retrieve alarm history.
\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 #startDate(Instant)}.\n@param startDate 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 #startDate(Instant)",
"deprecated" : false,
"documentation" : "The starting date to retrieve alarm history.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startDate",
"fluentSetterDocumentation" : "The starting date to retrieve alarm history.
\n@param startDate The starting date to retrieve alarm history.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startDate",
"getterDocumentation" : "The starting date to retrieve alarm history.
\n@return The starting date to retrieve alarm history.",
"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" : "StartDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "StartDate",
"sensitive" : false,
"setterDocumentation" : "The starting date to retrieve alarm history.
\n@param startDate The starting date to retrieve alarm history.",
"setterMethodName" : "setStartDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "startDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "startDate",
"variableType" : "java.time.Instant",
"documentation" : "The starting date to retrieve alarm history.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEndDate",
"beanStyleSetterMethodName" : "setEndDate",
"c2jName" : "EndDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The ending date to retrieve alarm history.
\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 #endDate(Instant)}.\n@param endDate 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 #endDate(Instant)",
"deprecated" : false,
"documentation" : "The ending date to retrieve alarm history.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endDate",
"fluentSetterDocumentation" : "The ending date to retrieve alarm history.
\n@param endDate The ending date to retrieve alarm history.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endDate",
"getterDocumentation" : "The ending date to retrieve alarm history.
\n@return The ending date to retrieve alarm history.",
"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" : "EndDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "EndDate",
"sensitive" : false,
"setterDocumentation" : "The ending date to retrieve alarm history.
\n@param endDate The ending date to retrieve alarm history.",
"setterMethodName" : "setEndDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "endDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "endDate",
"variableType" : "java.time.Instant",
"documentation" : "The ending date to retrieve alarm history.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxRecords",
"beanStyleSetterMethodName" : "setMaxRecords",
"c2jName" : "MaxRecords",
"c2jShape" : "MaxRecords",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of alarm history records to retrieve.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxRecords(Integer)}.\n@param maxRecords a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxRecords(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of alarm history records to retrieve.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxRecords",
"fluentSetterDocumentation" : "The maximum number of alarm history records to retrieve.
\n@param maxRecords The maximum number of alarm history records to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxRecords",
"getterDocumentation" : "The maximum number of alarm history records to retrieve.
\n@return The maximum number of alarm history records to retrieve.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxRecords",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxRecords",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxRecords",
"sensitive" : false,
"setterDocumentation" : "The maximum number of alarm history records to retrieve.
\n@param maxRecords The maximum number of alarm history records to retrieve.",
"setterMethodName" : "setMaxRecords",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxRecords",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxRecords",
"variableType" : "Integer",
"documentation" : "The maximum number of alarm history records to retrieve.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The token returned by a previous call to indicate that there is more data available.
\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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)",
"deprecated" : false,
"documentation" : "The token returned by a previous call to indicate that there is more data available.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The token returned by a previous call to indicate that there is more data available.
\n@param nextToken The token returned by a previous call to indicate that there is more data available.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The token returned by a previous call to indicate that there is more data available.
\n@return The token returned by a previous call to indicate that there is more data available.",
"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" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The token returned by a previous call to indicate that there is more data available.
\n@param nextToken The token returned by a previous call to indicate that there is more data available.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The token returned by a previous call to indicate that there is more data available.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AlarmName" : {
"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,
"documentation" : "The name of the alarm.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"EndDate" : {
"beanStyleGetterMethodName" : "getEndDate",
"beanStyleSetterMethodName" : "setEndDate",
"c2jName" : "EndDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The ending date to retrieve alarm history.
\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 #endDate(Instant)}.\n@param endDate 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 #endDate(Instant)",
"deprecated" : false,
"documentation" : "The ending date to retrieve alarm history.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endDate",
"fluentSetterDocumentation" : "The ending date to retrieve alarm history.
\n@param endDate The ending date to retrieve alarm history.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endDate",
"getterDocumentation" : "The ending date to retrieve alarm history.
\n@return The ending date to retrieve alarm history.",
"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" : "EndDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "EndDate",
"sensitive" : false,
"setterDocumentation" : "The ending date to retrieve alarm history.
\n@param endDate The ending date to retrieve alarm history.",
"setterMethodName" : "setEndDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "endDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "endDate",
"variableType" : "java.time.Instant",
"documentation" : "The ending date to retrieve alarm history.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"HistoryItemType" : {
"beanStyleGetterMethodName" : "getHistoryItemTypeAsString",
"beanStyleSetterMethodName" : "setHistoryItemType",
"c2jName" : "HistoryItemType",
"c2jShape" : "HistoryItemType",
"defaultConsumerFluentSetterDocumentation" : "The type of alarm histories to retrieve.
\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,
"documentation" : "The type of alarm histories to retrieve.
",
"endpointDiscoveryId" : false,
"enumType" : "HistoryItemType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "historyItemType",
"fluentEnumSetterMethodName" : "historyItemType",
"fluentGetterMethodName" : "historyItemTypeAsString",
"fluentSetterDocumentation" : "The type of alarm histories to retrieve.
\n@param historyItemType The type of alarm histories to retrieve.\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 histories to retrieve.
\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 histories to retrieve.\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,
"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 histories to retrieve.
\n@param historyItemType The type of alarm histories to retrieve.\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 histories to retrieve.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"MaxRecords" : {
"beanStyleGetterMethodName" : "getMaxRecords",
"beanStyleSetterMethodName" : "setMaxRecords",
"c2jName" : "MaxRecords",
"c2jShape" : "MaxRecords",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of alarm history records to retrieve.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxRecords(Integer)}.\n@param maxRecords a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxRecords(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of alarm history records to retrieve.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxRecords",
"fluentSetterDocumentation" : "The maximum number of alarm history records to retrieve.
\n@param maxRecords The maximum number of alarm history records to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxRecords",
"getterDocumentation" : "The maximum number of alarm history records to retrieve.
\n@return The maximum number of alarm history records to retrieve.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxRecords",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxRecords",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxRecords",
"sensitive" : false,
"setterDocumentation" : "The maximum number of alarm history records to retrieve.
\n@param maxRecords The maximum number of alarm history records to retrieve.",
"setterMethodName" : "setMaxRecords",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxRecords",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxRecords",
"variableType" : "Integer",
"documentation" : "The maximum number of alarm history records to retrieve.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"NextToken" : {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The token returned by a previous call to indicate that there is more data available.
\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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)",
"deprecated" : false,
"documentation" : "The token returned by a previous call to indicate that there is more data available.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The token returned by a previous call to indicate that there is more data available.
\n@param nextToken The token returned by a previous call to indicate that there is more data available.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The token returned by a previous call to indicate that there is more data available.
\n@return The token returned by a previous call to indicate that there is more data available.",
"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" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The token returned by a previous call to indicate that there is more data available.
\n@param nextToken The token returned by a previous call to indicate that there is more data available.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The token returned by a previous call to indicate that there is more data available.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StartDate" : {
"beanStyleGetterMethodName" : "getStartDate",
"beanStyleSetterMethodName" : "setStartDate",
"c2jName" : "StartDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The starting date to retrieve alarm history.
\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 #startDate(Instant)}.\n@param startDate 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 #startDate(Instant)",
"deprecated" : false,
"documentation" : "The starting date to retrieve alarm history.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startDate",
"fluentSetterDocumentation" : "The starting date to retrieve alarm history.
\n@param startDate The starting date to retrieve alarm history.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startDate",
"getterDocumentation" : "The starting date to retrieve alarm history.
\n@return The starting date to retrieve alarm history.",
"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" : "StartDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "StartDate",
"sensitive" : false,
"setterDocumentation" : "The starting date to retrieve alarm history.
\n@param startDate The starting date to retrieve alarm history.",
"setterMethodName" : "setStartDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "startDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "startDate",
"variableType" : "java.time.Instant",
"documentation" : "The starting date to retrieve alarm history.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "The name of the alarm.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHistoryItemTypeAsString",
"beanStyleSetterMethodName" : "setHistoryItemType",
"c2jName" : "HistoryItemType",
"c2jShape" : "HistoryItemType",
"defaultConsumerFluentSetterDocumentation" : "The type of alarm histories to retrieve.
\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,
"documentation" : "The type of alarm histories to retrieve.
",
"endpointDiscoveryId" : false,
"enumType" : "HistoryItemType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "historyItemType",
"fluentEnumSetterMethodName" : "historyItemType",
"fluentGetterMethodName" : "historyItemTypeAsString",
"fluentSetterDocumentation" : "The type of alarm histories to retrieve.
\n@param historyItemType The type of alarm histories to retrieve.\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 histories to retrieve.
\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 histories to retrieve.\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,
"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 histories to retrieve.
\n@param historyItemType The type of alarm histories to retrieve.\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 histories to retrieve.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStartDate",
"beanStyleSetterMethodName" : "setStartDate",
"c2jName" : "StartDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The starting date to retrieve alarm history.
\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 #startDate(Instant)}.\n@param startDate 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 #startDate(Instant)",
"deprecated" : false,
"documentation" : "The starting date to retrieve alarm history.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startDate",
"fluentSetterDocumentation" : "The starting date to retrieve alarm history.
\n@param startDate The starting date to retrieve alarm history.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startDate",
"getterDocumentation" : "The starting date to retrieve alarm history.
\n@return The starting date to retrieve alarm history.",
"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" : "StartDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "StartDate",
"sensitive" : false,
"setterDocumentation" : "The starting date to retrieve alarm history.
\n@param startDate The starting date to retrieve alarm history.",
"setterMethodName" : "setStartDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "startDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "startDate",
"variableType" : "java.time.Instant",
"documentation" : "The starting date to retrieve alarm history.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEndDate",
"beanStyleSetterMethodName" : "setEndDate",
"c2jName" : "EndDate",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The ending date to retrieve alarm history.
\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 #endDate(Instant)}.\n@param endDate 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 #endDate(Instant)",
"deprecated" : false,
"documentation" : "The ending date to retrieve alarm history.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endDate",
"fluentSetterDocumentation" : "The ending date to retrieve alarm history.
\n@param endDate The ending date to retrieve alarm history.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endDate",
"getterDocumentation" : "The ending date to retrieve alarm history.
\n@return The ending date to retrieve alarm history.",
"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" : "EndDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "EndDate",
"sensitive" : false,
"setterDocumentation" : "The ending date to retrieve alarm history.
\n@param endDate The ending date to retrieve alarm history.",
"setterMethodName" : "setEndDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "endDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "endDate",
"variableType" : "java.time.Instant",
"documentation" : "The ending date to retrieve alarm history.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxRecords",
"beanStyleSetterMethodName" : "setMaxRecords",
"c2jName" : "MaxRecords",
"c2jShape" : "MaxRecords",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of alarm history records to retrieve.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxRecords(Integer)}.\n@param maxRecords a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxRecords(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of alarm history records to retrieve.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxRecords",
"fluentSetterDocumentation" : "The maximum number of alarm history records to retrieve.
\n@param maxRecords The maximum number of alarm history records to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxRecords",
"getterDocumentation" : "The maximum number of alarm history records to retrieve.
\n@return The maximum number of alarm history records to retrieve.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxRecords",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxRecords",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxRecords",
"sensitive" : false,
"setterDocumentation" : "The maximum number of alarm history records to retrieve.
\n@param maxRecords The maximum number of alarm history records to retrieve.",
"setterMethodName" : "setMaxRecords",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxRecords",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxRecords",
"variableType" : "Integer",
"documentation" : "The maximum number of alarm history records to retrieve.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The token returned by a previous call to indicate that there is more data available.
\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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)",
"deprecated" : false,
"documentation" : "The token returned by a previous call to indicate that there is more data available.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The token returned by a previous call to indicate that there is more data available.
\n@param nextToken The token returned by a previous call to indicate that there is more data available.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The token returned by a previous call to indicate that there is more data available.
\n@return The token returned by a previous call to indicate that there is more data available.",
"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" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The token returned by a previous call to indicate that there is more data available.
\n@param nextToken The token returned by a previous call to indicate that there is more data available.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The token returned by a previous call to indicate that there is more data available.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeAlarmHistoryRequest",
"simpleMethod" : true,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeAlarmHistoryRequest",
"variableName" : "describeAlarmHistoryRequest",
"variableType" : "DescribeAlarmHistoryRequest",
"documentation" : null,
"simpleType" : "DescribeAlarmHistoryRequest",
"variableSetterType" : "DescribeAlarmHistoryRequest"
},
"wrapper" : false
},
"DescribeAlarmHistoryResponse" : {
"c2jName" : "DescribeAlarmHistoryOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getAlarmHistoryItems",
"beanStyleSetterMethodName" : "setAlarmHistoryItems",
"c2jName" : "AlarmHistoryItems",
"c2jShape" : "AlarmHistoryItems",
"defaultConsumerFluentSetterDocumentation" : "The alarm histories, in JSON format.
\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 #alarmHistoryItems(List)}.\n@param alarmHistoryItems 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 #alarmHistoryItems(List)",
"deprecated" : false,
"documentation" : "The alarm histories, in JSON format.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "alarmHistoryItems",
"fluentSetterDocumentation" : "The alarm histories, in JSON format.
\n@param alarmHistoryItems The alarm histories, in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alarmHistoryItems",
"getterDocumentation" : "The alarm histories, in JSON format.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The alarm histories, in JSON format.",
"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" : "AlarmHistoryItems",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlarmHistoryItems",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "AlarmHistoryItem",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AlarmHistoryItem.Builder} avoiding the need to create one manually via {@link AlarmHistoryItem#builder()}.\n\nWhen the {@link Consumer} completes, {@link AlarmHistoryItem.Builder#build()} is called immediately and its result is passed to {@link #member(AlarmHistoryItem)}.\n@param member a consumer that will call methods on {@link AlarmHistoryItem.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AlarmHistoryItem)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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" : "AlarmHistoryItem",
"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,
"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" : "AlarmHistoryItem",
"variableName" : "member",
"variableType" : "AlarmHistoryItem",
"documentation" : null,
"simpleType" : "AlarmHistoryItem",
"variableSetterType" : "AlarmHistoryItem"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AlarmHistoryItem",
"variableName" : "member",
"variableType" : "AlarmHistoryItem",
"documentation" : "",
"simpleType" : "AlarmHistoryItem",
"variableSetterType" : "AlarmHistoryItem"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "AlarmHistoryItem",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "AlarmHistoryItem",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AlarmHistoryItems",
"sensitive" : false,
"setterDocumentation" : "The alarm histories, in JSON format.
\n@param alarmHistoryItems The alarm histories, in JSON format.",
"setterMethodName" : "setAlarmHistoryItems",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "alarmHistoryItems",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "alarmHistoryItems",
"variableType" : "java.util.List",
"documentation" : "The alarm histories, in JSON format.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The token that marks the start of the next batch of returned results.
\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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)",
"deprecated" : false,
"documentation" : "The token that marks the start of the next batch of returned results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The token that marks the start of the next batch of returned results.
\n@param nextToken The token that marks the start of the next batch of returned results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The token that marks the start of the next batch of returned results.
\n@return The token that marks the start of the next batch of returned results.",
"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" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The token that marks the start of the next batch of returned results.
\n@param nextToken The token that marks the start of the next batch of returned results.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The token that marks the start of the next batch of returned results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AlarmHistoryItems" : {
"beanStyleGetterMethodName" : "getAlarmHistoryItems",
"beanStyleSetterMethodName" : "setAlarmHistoryItems",
"c2jName" : "AlarmHistoryItems",
"c2jShape" : "AlarmHistoryItems",
"defaultConsumerFluentSetterDocumentation" : "The alarm histories, in JSON format.
\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 #alarmHistoryItems(List)}.\n@param alarmHistoryItems 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 #alarmHistoryItems(List)",
"deprecated" : false,
"documentation" : "The alarm histories, in JSON format.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "alarmHistoryItems",
"fluentSetterDocumentation" : "The alarm histories, in JSON format.
\n@param alarmHistoryItems The alarm histories, in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alarmHistoryItems",
"getterDocumentation" : "The alarm histories, in JSON format.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The alarm histories, in JSON format.",
"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" : "AlarmHistoryItems",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlarmHistoryItems",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "AlarmHistoryItem",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AlarmHistoryItem.Builder} avoiding the need to create one manually via {@link AlarmHistoryItem#builder()}.\n\nWhen the {@link Consumer} completes, {@link AlarmHistoryItem.Builder#build()} is called immediately and its result is passed to {@link #member(AlarmHistoryItem)}.\n@param member a consumer that will call methods on {@link AlarmHistoryItem.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AlarmHistoryItem)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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" : "AlarmHistoryItem",
"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,
"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" : "AlarmHistoryItem",
"variableName" : "member",
"variableType" : "AlarmHistoryItem",
"documentation" : null,
"simpleType" : "AlarmHistoryItem",
"variableSetterType" : "AlarmHistoryItem"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AlarmHistoryItem",
"variableName" : "member",
"variableType" : "AlarmHistoryItem",
"documentation" : "",
"simpleType" : "AlarmHistoryItem",
"variableSetterType" : "AlarmHistoryItem"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "AlarmHistoryItem",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "AlarmHistoryItem",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AlarmHistoryItems",
"sensitive" : false,
"setterDocumentation" : "The alarm histories, in JSON format.
\n@param alarmHistoryItems The alarm histories, in JSON format.",
"setterMethodName" : "setAlarmHistoryItems",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "alarmHistoryItems",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "alarmHistoryItems",
"variableType" : "java.util.List",
"documentation" : "The alarm histories, in JSON format.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"NextToken" : {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The token that marks the start of the next batch of returned results.
\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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)",
"deprecated" : false,
"documentation" : "The token that marks the start of the next batch of returned results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The token that marks the start of the next batch of returned results.
\n@param nextToken The token that marks the start of the next batch of returned results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The token that marks the start of the next batch of returned results.
\n@return The token that marks the start of the next batch of returned results.",
"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" : "NextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The token that marks the start of the next batch of returned results.
\n@param nextToken The token that marks the start of the next batch of returned results.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The token that marks the start of the next batch of returned results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getAlarmHistoryItems",
"beanStyleSetterMethodName" : "setAlarmHistoryItems",
"c2jName" : "AlarmHistoryItems",
"c2jShape" : "AlarmHistoryItems",
"defaultConsumerFluentSetterDocumentation" : "The alarm histories, in JSON format.
\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 #alarmHistoryItems(List)}.\n@param alarmHistoryItems 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 #alarmHistoryItems(List)",
"deprecated" : false,
"documentation" : "The alarm histories, in JSON format.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "alarmHistoryItems",
"fluentSetterDocumentation" : "The alarm histories, in JSON format.
\n@param alarmHistoryItems The alarm histories, in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "alarmHistoryItems",
"getterDocumentation" : "The alarm histories, in JSON format.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The alarm histories, in JSON format.",
"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" : "AlarmHistoryItems",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlarmHistoryItems",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "AlarmHistoryItem",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AlarmHistoryItem.Builder} avoiding the need to create one manually via {@link AlarmHistoryItem#builder()}.\n\nWhen the {@link Consumer} completes, {@link AlarmHistoryItem.Builder#build()} is called immediately and its result is passed to {@link #member(AlarmHistoryItem)}.\n@param member a consumer that will call methods on {@link AlarmHistoryItem.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AlarmHistoryItem)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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" : "AlarmHistoryItem",
"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,
"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" : "AlarmHistoryItem",
"variableName" : "member",
"variableType" : "AlarmHistoryItem",
"documentation" : null,
"simpleType" : "AlarmHistoryItem",
"variableSetterType" : "AlarmHistoryItem"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AlarmHistoryItem",
"variableName" : "member",
"variableType" : "AlarmHistoryItem",
"documentation" : "",
"simpleType" : "AlarmHistoryItem",
"variableSetterType" : "AlarmHistoryItem"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "AlarmHistoryItem",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "AlarmHistoryItem",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AlarmHistoryItems",
"sensitive" : false,
"setterDocumentation" : "The alarm histories, in JSON format.
\n@param alarmHistoryItems The alarm histories, in JSON format.",
"setterMethodName" : "setAlarmHistoryItems",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "alarmHistoryItems",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection