diff --git a/codegen/sdk-codegen/aws-models/cloudwatch.json b/codegen/sdk-codegen/aws-models/cloudwatch.json index 5d98c3b992e..331f0f1b41d 100644 --- a/codegen/sdk-codegen/aws-models/cloudwatch.json +++ b/codegen/sdk-codegen/aws-models/cloudwatch.json @@ -263,7 +263,7 @@ "Configuration": { "target": "com.amazonaws.cloudwatch#AnomalyDetectorConfiguration", "traits": { - "smithy.api#documentation": "

The configuration specifies details about how the \n\t\tanomaly detection model is to be trained, including time ranges to \n\t\texclude from use for training the model, and the time zone to use for \n\t\tthe metric.

" + "smithy.api#documentation": "

The configuration specifies details about how the anomaly detection model is to be\n trained, including time ranges to exclude from use for training the model, and the time\n zone to use for the metric.

" } }, "StateValue": { @@ -275,7 +275,7 @@ "MetricCharacteristics": { "target": "com.amazonaws.cloudwatch#MetricCharacteristics", "traits": { - "smithy.api#documentation": "

This object includes parameters that you can use to provide information about your metric to \n\t\t\tCloudWatch to help it build more accurate anomaly detection models. Currently, it includes\n\t\t\tthe PeriodicSpikes parameter.

" + "smithy.api#documentation": "

This object includes parameters that you can use to provide information about your\n metric to CloudWatch to help it build more accurate anomaly detection models.\n Currently, it includes the PeriodicSpikes parameter.

" } }, "SingleMetricAnomalyDetector": { @@ -292,7 +292,7 @@ } }, "traits": { - "smithy.api#documentation": "

An anomaly detection model associated with a particular CloudWatch metric, statistic, or metric math expression. \n\t\t\tYou can use the model to display a band of expected, normal values \n\t\t\twhen the metric is graphed.

\n

If you have enabled unified cross-account observability, and this account is a monitoring\n\t\t\taccount, the metric can be in the same account or a source account.

" + "smithy.api#documentation": "

An anomaly detection model associated with a particular CloudWatch metric, statistic,\n or metric math expression. You can use the model to display a band of expected, normal\n values when the metric is graphed.

\n

If you have enabled unified cross-account observability, and this account is a\n monitoring account, the metric can be in the same account or a source account.

" } }, "com.amazonaws.cloudwatch#AnomalyDetectorConfiguration": { @@ -301,18 +301,18 @@ "ExcludedTimeRanges": { "target": "com.amazonaws.cloudwatch#AnomalyDetectorExcludedTimeRanges", "traits": { - "smithy.api#documentation": "

An array of time ranges to exclude from use when the anomaly detection model is trained. Use\n\t\t\tthis to make sure that events that could cause unusual values for the metric, such as\n\t\t\tdeployments, aren't used when CloudWatch creates the model.

" + "smithy.api#documentation": "

An array of time ranges to exclude from use when the anomaly detection model is\n trained. Use this to make sure that events that could cause unusual values for the\n metric, such as deployments, aren't used when CloudWatch creates the model.

" } }, "MetricTimezone": { "target": "com.amazonaws.cloudwatch#AnomalyDetectorMetricTimezone", "traits": { - "smithy.api#documentation": "

The time zone to use for the metric. This is useful to enable the model to automatically\n\t\t\taccount for daylight savings time changes if the metric is sensitive to such time\n\t\t\tchanges.

\n

To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, \n\t\t\tsee tz database.

" + "smithy.api#documentation": "

The time zone to use for the metric. This is useful to enable the model to\n automatically account for daylight savings time changes if the metric is sensitive to\n such time changes.

\n

To specify a time zone, use the name of the time zone as specified in the standard\n tz database. For more information, see tz database.

" } } }, "traits": { - "smithy.api#documentation": "

The configuration specifies details about how the anomaly detection model is to be trained,\n\t\t\tincluding time ranges to exclude from use for training the model and the time zone to\n\t\t\tuse for the metric.

" + "smithy.api#documentation": "

The configuration specifies details about how the anomaly detection model is to be\n trained, including time ranges to exclude from use for training the model and the time\n zone to use for the metric.

" } }, "com.amazonaws.cloudwatch#AnomalyDetectorExcludedTimeRanges": { @@ -461,13 +461,13 @@ "ActionsEnabled": { "target": "com.amazonaws.cloudwatch#ActionsEnabled", "traits": { - "smithy.api#documentation": "

Indicates whether actions should be executed during any changes to the alarm state.

" + "smithy.api#documentation": "

Indicates whether actions should be executed during any changes to the alarm\n state.

" } }, "AlarmActions": { "target": "com.amazonaws.cloudwatch#ResourceList", "traits": { - "smithy.api#documentation": "

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

" + "smithy.api#documentation": "

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

" } }, "AlarmArn": { @@ -503,13 +503,13 @@ "InsufficientDataActions": { "target": "com.amazonaws.cloudwatch#ResourceList", "traits": { - "smithy.api#documentation": "

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

" + "smithy.api#documentation": "

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

" } }, "OKActions": { "target": "com.amazonaws.cloudwatch#ResourceList", "traits": { - "smithy.api#documentation": "

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

" + "smithy.api#documentation": "

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

" } }, "StateReason": { @@ -527,7 +527,7 @@ "StateUpdatedTimestamp": { "target": "com.amazonaws.cloudwatch#Timestamp", "traits": { - "smithy.api#documentation": "

Tracks the timestamp of any state update, even if StateValue doesn't change.

" + "smithy.api#documentation": "

Tracks the timestamp of any state update, even if StateValue doesn't\n change.

" } }, "StateValue": { @@ -539,37 +539,37 @@ "StateTransitionedTimestamp": { "target": "com.amazonaws.cloudwatch#Timestamp", "traits": { - "smithy.api#documentation": "

\n\t\t\tThe timestamp \n\t\t\tof the last change \n\t\t\tto the alarm's StateValue.\n\t\t

" + "smithy.api#documentation": "

The timestamp of the last change to the alarm's StateValue.

" } }, "ActionsSuppressedBy": { "target": "com.amazonaws.cloudwatch#ActionsSuppressedBy", "traits": { - "smithy.api#documentation": "

\n\t\t\tWhen the value is ALARM, \n\t\t\tit means \n\t\t\tthat the actions are suppressed\n\t\t\tbecause the suppressor alarm is \n\t\t\tin ALARM\n\t\t\tWhen the value is WaitPeriod, \n\t\t\tit means that \n\t\t\tthe actions are suppressed \n\t\t\tbecause the composite alarm is waiting\n\t\t\tfor the suppressor alarm \n\t\t\tto go \n\t\t\tinto \n\t\t\tinto the ALARM state. \n\t\t\tThe maximum waiting time is as specified\n\t\t\tin ActionsSuppressorWaitPeriod. \n\t\t\tAfter this time, \n\t\t\tthe composite alarm performs its actions.\n\t\t\tWhen the value is ExtensionPeriod,\n\t\t\tit means \n\t\t\tthat the actions are suppressed\n\t\t\tbecause the composite alarm is waiting \n\t\t\tafter the suppressor alarm went out\n\t\t\tof the ALARM state. \n\t\t\tThe maximum waiting time is as specified \n\t\t\tin ActionsSuppressorExtensionPeriod. \n\t\t\tAfter this time,\n\t\t\tthe composite alarm performs its actions.\n\t\t

" + "smithy.api#documentation": "

When the value is ALARM, it means that the actions are suppressed\n because the suppressor alarm is in ALARM When the value is\n WaitPeriod, it means that the actions are suppressed because the\n composite alarm is waiting for the suppressor alarm to go into into the\n ALARM state. The maximum waiting time is as specified in\n ActionsSuppressorWaitPeriod. After this time, the composite alarm\n performs its actions. When the value is ExtensionPeriod, it means that the\n actions are suppressed because the composite alarm is waiting after the suppressor alarm\n went out of the ALARM state. The maximum waiting time is as specified in\n ActionsSuppressorExtensionPeriod. After this time, the composite alarm\n performs its actions.

" } }, "ActionsSuppressedReason": { "target": "com.amazonaws.cloudwatch#ActionsSuppressedReason", "traits": { - "smithy.api#documentation": "

\n\t\t\tCaptures the reason for action suppression.\n\t\t

" + "smithy.api#documentation": "

Captures the reason for action suppression.

" } }, "ActionsSuppressor": { "target": "com.amazonaws.cloudwatch#AlarmArn", "traits": { - "smithy.api#documentation": "

\n\t\t\tActions will be suppressed \n\t\t\tif the suppressor alarm is \n\t\t\tin the ALARM state. \n\t\t\tActionsSuppressor can be an AlarmName or an Amazon Resource Name (ARN) \n\t\t\tfrom an existing alarm. \n\t\t

" + "smithy.api#documentation": "

Actions will be suppressed if the suppressor alarm is in the ALARM\n state. ActionsSuppressor can be an AlarmName or an Amazon Resource Name\n (ARN) from an existing alarm.

" } }, "ActionsSuppressorWaitPeriod": { "target": "com.amazonaws.cloudwatch#SuppressorPeriod", "traits": { - "smithy.api#documentation": "

\n\t\t\tThe maximum time \n\t\t\tin seconds \n\t\t\tthat the composite alarm waits\n\t\t\tfor the suppressor alarm \n\t\t\tto go \n\t\t\tinto the ALARM state. \n\t\t\tAfter this time, \n\t\t\tthe composite alarm performs its actions.\n\t\t

\n \n

\n WaitPeriod \n\t\t\t\tis required only \n\t\t\t\twhen ActionsSuppressor is specified.\n\t\t\t

\n
" + "smithy.api#documentation": "

The maximum time in seconds that the composite alarm waits for the suppressor alarm\n to go into the ALARM state. After this time, the composite alarm performs\n its actions.

\n \n

\n WaitPeriod is required only when ActionsSuppressor is\n specified.

\n
" } }, "ActionsSuppressorExtensionPeriod": { "target": "com.amazonaws.cloudwatch#SuppressorPeriod", "traits": { - "smithy.api#documentation": "

\n\t\t\tThe maximum time \n\t\t\tin seconds\n\t\t\tthat the composite alarm waits \n\t\t\tafter suppressor alarm goes out \n\t\t\tof the ALARM state. \n\t\t\tAfter this time, \n\t\t\tthe composite alarm performs its actions.\n\t\t

\n \n

\n ExtensionPeriod \n\t\t\t\tis required only \n\t\t\t\twhen ActionsSuppressor is specified.\n\t\t\t

\n
" + "smithy.api#documentation": "

The maximum time in seconds that the composite alarm waits after suppressor alarm\n goes out of the ALARM state. After this time, the composite alarm performs\n its actions.

\n \n

\n ExtensionPeriod is required only when ActionsSuppressor is\n specified.

\n
" } } }, @@ -636,7 +636,7 @@ "LastModified": { "target": "com.amazonaws.cloudwatch#LastModified", "traits": { - "smithy.api#documentation": "

The time stamp of when the dashboard was last modified, either by an API call or\n\t\t\tthrough the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.

" + "smithy.api#documentation": "

The time stamp of when the dashboard was last modified, either by an API call or\n through the console. This number is expressed as the number of milliseconds since Jan 1,\n 1970 00:00:00 UTC.

" } }, "Size": { @@ -743,7 +743,7 @@ "SampleCount": { "target": "com.amazonaws.cloudwatch#DatapointValue", "traits": { - "smithy.api#documentation": "

The number of metric values that contributed to the aggregate value of this\n\t\t\tdata point.

" + "smithy.api#documentation": "

The number of metric values that contributed to the aggregate value of this data\n point.

" } }, "Average": { @@ -784,7 +784,7 @@ } }, "traits": { - "smithy.api#documentation": "

Encapsulates the statistical data that CloudWatch computes from metric data.

" + "smithy.api#documentation": "

Encapsulates the statistical data that CloudWatch computes from metric\n data.

" } }, "com.amazonaws.cloudwatch#DatapointValue": { @@ -833,7 +833,7 @@ } ], "traits": { - "smithy.api#documentation": "

Deletes the specified alarms. You can delete up to 100 alarms in one operation. However, this total can include no more\n\t\t\tthan one composite alarm. For example, you could delete 99 metric alarms and one composite alarms with one operation, but you can't\n\t\t\tdelete two composite alarms with one operation.

\n

\n\t\t\tIf you specify an incorrect alarm name or make any other error in the operation, no alarms are\n\t\t\tdeleted. To confirm that alarms were deleted successfully, you can use \n\t\t\tthe DescribeAlarms operation after using\n\t\tDeleteAlarms.

\n \n

It is possible to create a loop or cycle of composite alarms, where composite alarm A depends on composite alarm B, and \n\t\t\tcomposite alarm B also depends on composite alarm A. In this scenario, you can't delete any composite alarm that is part of the cycle \n\t\t\tbecause there is always still a composite alarm that depends on that alarm that you want to delete.

\n

To get out of such a situation, you must\n\t\t\t\tbreak the cycle by changing the rule of one of the composite alarms in the cycle to remove a dependency that creates the cycle. The simplest\n\t\t\t\tchange to make to break a cycle is to change the AlarmRule of one of the alarms to false.

\n

Additionally, the evaluation of composite alarms stops if CloudWatch detects a cycle in the evaluation path.\n\t\t\t

\n
" + "smithy.api#documentation": "

Deletes the specified alarms. You can delete up to 100 alarms in one operation.\n However, this total can include no more than one composite alarm. For example, you could\n delete 99 metric alarms and one composite alarms with one operation, but you can't\n delete two composite alarms with one operation.

\n

If you specify an incorrect alarm name or make any other error in the operation,\n no alarms are deleted. To confirm that alarms were deleted successfully, you can use the\n DescribeAlarms operation after using DeleteAlarms.

\n \n

It is possible to create a loop or cycle of composite alarms, where composite\n alarm A depends on composite alarm B, and composite alarm B also depends on\n composite alarm A. In this scenario, you can't delete any composite alarm that is\n part of the cycle because there is always still a composite alarm that depends on\n that alarm that you want to delete.

\n

To get out of such a situation, you must break the cycle by changing the rule of\n one of the composite alarms in the cycle to remove a dependency that creates the\n cycle. The simplest change to make to break a cycle is to change the\n AlarmRule of one of the alarms to false.

\n

Additionally, the evaluation of composite alarms stops if CloudWatch\n detects a cycle in the evaluation path.

\n
" } }, "com.amazonaws.cloudwatch#DeleteAlarmsInput": { @@ -878,7 +878,7 @@ } ], "traits": { - "smithy.api#documentation": "

\n\t\t\tDeletes the specified anomaly detection model \n\t\t\tfrom your account.\n\t\t\tFor more information \n\t\t\tabout \n\t\t\thow to delete an anomaly detection model, \n\t\t\tsee Deleting an anomaly detection model \n\t\t\tin the CloudWatch User Guide. \n\t\t

" + "smithy.api#documentation": "

Deletes the specified anomaly detection model from your account. For more information\n about how to delete an anomaly detection model, see Deleting an anomaly detection model in the CloudWatch User\n Guide.

" } }, "com.amazonaws.cloudwatch#DeleteAnomalyDetectorInput": { @@ -923,13 +923,13 @@ "SingleMetricAnomalyDetector": { "target": "com.amazonaws.cloudwatch#SingleMetricAnomalyDetector", "traits": { - "smithy.api#documentation": "

A single metric anomaly detector to be deleted.

\n

When using SingleMetricAnomalyDetector, \n\t\t\tyou cannot include the following parameters in the same operation:

\n \n

Instead, specify the single metric anomaly detector attributes \n\t\t\tas part of the SingleMetricAnomalyDetector property.

" + "smithy.api#documentation": "

A single metric anomaly detector to be deleted.

\n

When using SingleMetricAnomalyDetector, you cannot include the following\n parameters in the same operation:

\n \n

Instead, specify the single metric anomaly detector attributes as part of the\n SingleMetricAnomalyDetector property.

" } }, "MetricMathAnomalyDetector": { "target": "com.amazonaws.cloudwatch#MetricMathAnomalyDetector", "traits": { - "smithy.api#documentation": "

The metric math anomaly detector to be deleted.

\n

When using MetricMathAnomalyDetector, you cannot include following parameters in the same operation:

\n \n

Instead, specify the metric math anomaly detector attributes as part of the\n\t\t\tMetricMathAnomalyDetector property.

" + "smithy.api#documentation": "

The metric math anomaly detector to be deleted.

\n

When using MetricMathAnomalyDetector, you cannot include following\n parameters in the same operation:

\n \n

Instead, specify the metric math anomaly detector attributes as part of the\n MetricMathAnomalyDetector property.

" } } }, @@ -964,7 +964,7 @@ } ], "traits": { - "smithy.api#documentation": "

Deletes all dashboards that you specify. You\n\t\t\tcan specify up to 100 dashboards to delete. If there is an error during this call, no dashboards are\n\t\t\tdeleted.

" + "smithy.api#documentation": "

Deletes all dashboards that you specify. You can specify up to 100 dashboards to\n delete. If there is an error during this call, no dashboards are deleted.

" } }, "com.amazonaws.cloudwatch#DeleteDashboardsInput": { @@ -1007,7 +1007,7 @@ } ], "traits": { - "smithy.api#documentation": "

Permanently deletes the specified Contributor Insights rules.

\n

If you create a rule, delete it, and then re-create it with the same name, historical data from the first time\n\t\t\tthe rule was created might\n\t\t\tnot be available.

" + "smithy.api#documentation": "

Permanently deletes the specified Contributor Insights rules.

\n

If you create a rule, delete it, and then re-create it with the same name, historical\n data from the first time the rule was created might not be available.

" } }, "com.amazonaws.cloudwatch#DeleteInsightRulesInput": { @@ -1017,7 +1017,7 @@ "target": "com.amazonaws.cloudwatch#InsightRuleNames", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

An array of the rule names to delete. If you need to find out the names of your rules, use DescribeInsightRules.

", + "smithy.api#documentation": "

An array of the rule names to delete. If you need to find out the names of your rules,\n use DescribeInsightRules.

", "smithy.api#required": {} } } @@ -1032,7 +1032,7 @@ "Failures": { "target": "com.amazonaws.cloudwatch#BatchFailures", "traits": { - "smithy.api#documentation": "

An array listing the rules that could not be deleted. You cannot delete built-in rules.

" + "smithy.api#documentation": "

An array listing the rules that could not be deleted. You cannot delete built-in\n rules.

" } } }, @@ -1100,7 +1100,7 @@ } ], "traits": { - "smithy.api#documentation": "

Retrieves the history for the specified alarm. You can filter the results by date range or item type.\n\t\t\tIf an alarm name is not specified, the histories for either all metric alarms or all composite alarms are returned.

\n

CloudWatch retains the history of an alarm even if you delete the alarm.

\n

To use this operation and return information about a composite alarm, you must be signed on with \n\t\t\tthe cloudwatch:DescribeAlarmHistory permission that is scoped to *. You can't return information\n\t\t\tabout composite alarms if your cloudwatch:DescribeAlarmHistory permission has a narrower scope.

", + "smithy.api#documentation": "

Retrieves the history for the specified alarm. You can filter the results by date\n range or item type. If an alarm name is not specified, the histories for either all\n metric alarms or all composite alarms are returned.

\n

CloudWatch retains the history of an alarm even if you delete the alarm.

\n

To use this operation and return information about a composite alarm, you must be\n signed on with the cloudwatch:DescribeAlarmHistory permission that is\n scoped to *. You can't return information about composite alarms if your\n cloudwatch:DescribeAlarmHistory permission has a narrower scope.

", "smithy.api#paginated": { "inputToken": "NextToken", "outputToken": "NextToken", @@ -1121,7 +1121,7 @@ "AlarmTypes": { "target": "com.amazonaws.cloudwatch#AlarmTypes", "traits": { - "smithy.api#documentation": "

Use this parameter to specify whether you want the operation to return metric alarms or composite alarms. If you omit this parameter, \n\t\t\tonly metric alarms are returned.

" + "smithy.api#documentation": "

Use this parameter to specify whether you want the operation to return metric alarms\n or composite alarms. If you omit this parameter, only metric alarms are returned.

" } }, "HistoryItemType": { @@ -1151,13 +1151,13 @@ "NextToken": { "target": "com.amazonaws.cloudwatch#NextToken", "traits": { - "smithy.api#documentation": "

The token returned by a previous call to indicate that there is more data\n\t\t\tavailable.

" + "smithy.api#documentation": "

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

" } }, "ScanBy": { "target": "com.amazonaws.cloudwatch#ScanBy", "traits": { - "smithy.api#documentation": "

Specified whether to return the newest or oldest alarm history first. Specify TimestampDescending to have the newest\n\t\tevent history returned first, and specify TimestampAscending to have the oldest history returned first.

" + "smithy.api#documentation": "

Specified whether to return the newest or oldest alarm history first. Specify\n TimestampDescending to have the newest event history returned first,\n and specify TimestampAscending to have the oldest history returned\n first.

" } } }, @@ -1199,7 +1199,7 @@ } ], "traits": { - "smithy.api#documentation": "

Retrieves the specified alarms. You can filter the results by specifying a prefix for the alarm\n\t\t\tname, the alarm state, or a prefix for any action.

\n

To use this operation and return information about composite alarms, you must be signed on with \n\t\tthe cloudwatch:DescribeAlarms permission that is scoped to *. You can't return information\n\t\t\tabout composite alarms if your cloudwatch:DescribeAlarms permission has a narrower scope.

", + "smithy.api#documentation": "

Retrieves the specified alarms. You can filter the results by specifying a prefix\n for the alarm name, the alarm state, or a prefix for any action.

\n

To use this operation and return information about composite alarms, you must be\n signed on with the cloudwatch:DescribeAlarms permission that is scoped to\n *. You can't return information about composite alarms if your\n cloudwatch:DescribeAlarms permission has a narrower scope.

", "smithy.api#paginated": { "inputToken": "NextToken", "outputToken": "NextToken", @@ -1248,7 +1248,7 @@ "target": "com.amazonaws.cloudwatch#DescribeAlarmsForMetricOutput" }, "traits": { - "smithy.api#documentation": "

Retrieves the alarms for the specified metric. To\n\t\t\tfilter the results, specify a statistic, period, or unit.

\n

This operation retrieves only standard alarms that are based on\n\t\tthe specified metric. It does not return alarms based on math expressions that\n\t\tuse the specified metric, or composite alarms that use the specified metric.

" + "smithy.api#documentation": "

Retrieves the alarms for the specified metric. To filter the results, specify a\n statistic, period, or unit.

\n

This operation retrieves only standard alarms that are based on the specified\n metric. It does not return alarms based on math expressions that use the specified\n metric, or composite alarms that use the specified metric.

" } }, "com.amazonaws.cloudwatch#DescribeAlarmsForMetricInput": { @@ -1273,19 +1273,19 @@ "Statistic": { "target": "com.amazonaws.cloudwatch#Statistic", "traits": { - "smithy.api#documentation": "

The statistic for the metric, other than percentiles.\n\t\t For percentile statistics, use ExtendedStatistics.

" + "smithy.api#documentation": "

The statistic for the metric, other than percentiles. For percentile statistics,\n use ExtendedStatistics.

" } }, "ExtendedStatistic": { "target": "com.amazonaws.cloudwatch#ExtendedStatistic", "traits": { - "smithy.api#documentation": "

The percentile statistic for the metric. Specify a value between\n\t\t p0.0 and p100.

" + "smithy.api#documentation": "

The percentile statistic for the metric. Specify a value between p0.0 and\n p100.

" } }, "Dimensions": { "target": "com.amazonaws.cloudwatch#Dimensions", "traits": { - "smithy.api#documentation": "

The dimensions associated with the metric. If the metric has any associated\n\t\t\tdimensions, you must specify them in order for the call to succeed.

" + "smithy.api#documentation": "

The dimensions associated with the metric. If the metric has any associated\n dimensions, you must specify them in order for the call to succeed.

" } }, "Period": { @@ -1331,37 +1331,37 @@ "AlarmNamePrefix": { "target": "com.amazonaws.cloudwatch#AlarmNamePrefix", "traits": { - "smithy.api#documentation": "

An alarm name prefix. If you specify this parameter, you receive information about all alarms that have names\n\t\t\tthat start with this prefix.

\n

If this parameter\n\t\t\tis specified, you cannot specify AlarmNames.

" + "smithy.api#documentation": "

An alarm name prefix. If you specify this parameter, you receive information about\n all alarms that have names that start with this prefix.

\n

If this parameter is specified, you cannot specify\n AlarmNames.

" } }, "AlarmTypes": { "target": "com.amazonaws.cloudwatch#AlarmTypes", "traits": { - "smithy.api#documentation": "

Use this parameter to specify whether you want the operation to return metric alarms or composite alarms. If you \n\t\t\tomit this parameter, \n\t\tonly metric alarms are returned, even if composite alarms exist in the account.

\n

For example, if you omit this parameter or specify MetricAlarms, the operation returns only a list of metric\n\t\talarms. It does not return any composite alarms, even if composite alarms exist in the account.

\n

If you specify CompositeAlarms, the operation returns only a list of composite\n\t\t\talarms, and does not return any metric alarms.

" + "smithy.api#documentation": "

Use this parameter to specify whether you want the operation to return metric alarms\n or composite alarms. If you omit this parameter, only metric alarms are returned, even\n if composite alarms exist in the account.

\n

For example, if you omit this parameter or specify MetricAlarms, the\n operation returns only a list of metric alarms. It does not return any composite alarms,\n even if composite alarms exist in the account.

\n

If you specify CompositeAlarms, the operation returns only a list of\n composite alarms, and does not return any metric alarms.

" } }, "ChildrenOfAlarmName": { "target": "com.amazonaws.cloudwatch#AlarmName", "traits": { - "smithy.api#documentation": "

If you use this parameter and specify the name of a composite alarm, the operation returns \n\t\t\tinformation about the \"children\" alarms\n\t\t\tof the alarm you specify. These are the metric alarms and composite alarms referenced in the \n\t\t\tAlarmRule field of the composite alarm that you specify in \n\t\t\tChildrenOfAlarmName. Information about the composite alarm that you name in \n\t\t\tChildrenOfAlarmName is not returned.

\n

If you specify ChildrenOfAlarmName, you cannot specify any other parameters in the request except\n\t\t\tfor MaxRecords and NextToken. If you do so, you\n\t\t\treceive a validation\n\t\t\terror.

\n \n

Only the Alarm Name, ARN, StateValue (OK/ALARM/INSUFFICIENT_DATA), and StateUpdatedTimestamp \n\t\t\tinformation are returned by this operation \n\t\t\twhen you use this parameter. To get complete information about\n\t\t\tthese alarms, perform another DescribeAlarms operation and specify\n\t\t\tthe parent alarm names in the AlarmNames parameter.

\n
" + "smithy.api#documentation": "

If you use this parameter and specify the name of a composite alarm, the operation\n returns information about the \"children\" alarms of the alarm you specify. These are the\n metric alarms and composite alarms referenced in the AlarmRule field of the\n composite alarm that you specify in ChildrenOfAlarmName. Information about\n the composite alarm that you name in ChildrenOfAlarmName is not\n returned.

\n

If you specify ChildrenOfAlarmName, you cannot specify any other\n parameters in the request except for MaxRecords and NextToken.\n If you do so, you receive a validation error.

\n \n

Only the Alarm Name, ARN, StateValue\n (OK/ALARM/INSUFFICIENT_DATA), and StateUpdatedTimestamp information are\n returned by this operation when you use this parameter. To get complete information\n about these alarms, perform another DescribeAlarms operation and\n specify the parent alarm names in the AlarmNames parameter.

\n
" } }, "ParentsOfAlarmName": { "target": "com.amazonaws.cloudwatch#AlarmName", "traits": { - "smithy.api#documentation": "

If you use this parameter and specify the name of a metric or composite alarm, the operation returns \n\t\t\tinformation about the \"parent\" alarms\n\t\t\tof the alarm you specify. These are the composite alarms that have AlarmRule\n\t\t\tparameters that reference \n\t\t\tthe alarm named in ParentsOfAlarmName. Information about the alarm that you specify in\n\t\t\tParentsOfAlarmName is not returned.

\n

If you specify ParentsOfAlarmName, you cannot specify any other parameters in the request except\n\t\t\tfor MaxRecords and NextToken. If you do so, you receive a validation\n\t\t\terror.

\n \n

Only the Alarm Name and ARN are returned by this operation when you use this parameter. To get complete information about\n\t\t\tthese alarms, perform another DescribeAlarms operation and specify\n\t\t\tthe parent alarm names in the AlarmNames parameter.

\n
" + "smithy.api#documentation": "

If you use this parameter and specify the name of a metric or composite alarm, the\n operation returns information about the \"parent\" alarms of the alarm you specify. These\n are the composite alarms that have AlarmRule parameters that reference the\n alarm named in ParentsOfAlarmName. Information about the alarm that you\n specify in ParentsOfAlarmName is not returned.

\n

If you specify ParentsOfAlarmName, you cannot specify any other\n parameters in the request except for MaxRecords and NextToken.\n If you do so, you receive a validation error.

\n \n

Only the Alarm Name and ARN are returned by this operation when you use this\n parameter. To get complete information about these alarms, perform another\n DescribeAlarms operation and specify the parent alarm names in the\n AlarmNames parameter.

\n
" } }, "StateValue": { "target": "com.amazonaws.cloudwatch#StateValue", "traits": { - "smithy.api#documentation": "

Specify this parameter to receive information only about alarms that are currently in the state that you specify.

" + "smithy.api#documentation": "

Specify this parameter to receive information only about alarms that are currently\n in the state that you specify.

" } }, "ActionPrefix": { "target": "com.amazonaws.cloudwatch#ActionPrefix", "traits": { - "smithy.api#documentation": "

Use this parameter to filter the results of the operation to only those alarms that\n\t\tuse a certain alarm action. For example, you could specify the ARN of an SNS topic to find all\n\t\talarms that send notifications to that topic.

" + "smithy.api#documentation": "

Use this parameter to filter the results of the operation to only those alarms that\n use a certain alarm action. For example, you could specify the ARN of an SNS topic to\n find all alarms that send notifications to that topic.

" } }, "MaxRecords": { @@ -1373,7 +1373,7 @@ "NextToken": { "target": "com.amazonaws.cloudwatch#NextToken", "traits": { - "smithy.api#documentation": "

The token returned by a previous call to indicate that there is more data\n\t\t\tavailable.

" + "smithy.api#documentation": "

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

" } } }, @@ -1430,7 +1430,7 @@ } ], "traits": { - "smithy.api#documentation": "

Lists the anomaly detection models that you have created in your account.\n\t\t\tFor single metric anomaly detectors, \n\t\t\tyou can list all of the models in your account or filter the results \n\t\t\tto only the models that are related to a certain namespace, metric name, or metric dimension.\n\t\t\tFor metric math anomaly detectors, \n\t\t\tyou can list them by adding METRIC_MATH to the AnomalyDetectorTypes array. \n\t\t\tThis will return all metric math anomaly detectors in your account.

", + "smithy.api#documentation": "

Lists the anomaly detection models that you have created in your account. For single\n metric anomaly detectors, you can list all of the models in your account or filter the\n results to only the models that are related to a certain namespace, metric name, or\n metric dimension. For metric math anomaly detectors, you can list them by adding\n METRIC_MATH to the AnomalyDetectorTypes array. This will\n return all metric math anomaly detectors in your account.

", "smithy.api#paginated": { "inputToken": "NextToken", "outputToken": "NextToken", @@ -1445,37 +1445,37 @@ "NextToken": { "target": "com.amazonaws.cloudwatch#NextToken", "traits": { - "smithy.api#documentation": "

Use the token returned by the previous operation to request the next page of results.

" + "smithy.api#documentation": "

Use the token returned by the previous operation to request the next page of\n results.

" } }, "MaxResults": { "target": "com.amazonaws.cloudwatch#MaxReturnedResultsCount", "traits": { - "smithy.api#documentation": "

The maximum number of results to return in one operation. The maximum\n\t\t\tvalue that you can specify is 100.

\n

To retrieve the remaining results, make another call with the returned \n\t\t\tNextToken value.

" + "smithy.api#documentation": "

The maximum number of results to return in one operation. The maximum value that you\n can specify is 100.

\n

To retrieve the remaining results, make another call with the returned\n NextToken value.

" } }, "Namespace": { "target": "com.amazonaws.cloudwatch#Namespace", "traits": { - "smithy.api#documentation": "

Limits the results to only the anomaly detection models that\n\t\t\tare associated with the specified namespace.

" + "smithy.api#documentation": "

Limits the results to only the anomaly detection models that are associated with the\n specified namespace.

" } }, "MetricName": { "target": "com.amazonaws.cloudwatch#MetricName", "traits": { - "smithy.api#documentation": "

Limits the results to only the anomaly detection models that are associated with the\n\t\t\tspecified metric name. If there are multiple metrics with this name in different\n\t\t\tnamespaces that have anomaly detection models, they're all returned.

" + "smithy.api#documentation": "

Limits the results to only the anomaly detection models that are associated with the\n specified metric name. If there are multiple metrics with this name in different\n namespaces that have anomaly detection models, they're all returned.

" } }, "Dimensions": { "target": "com.amazonaws.cloudwatch#Dimensions", "traits": { - "smithy.api#documentation": "

Limits the results to only the anomaly detection models that are associated with the\n\t\t\tspecified metric dimensions. If there are multiple metrics that have these dimensions\n\t\t\tand have anomaly detection models associated, they're all returned.

" + "smithy.api#documentation": "

Limits the results to only the anomaly detection models that are associated with the\n specified metric dimensions. If there are multiple metrics that have these dimensions\n and have anomaly detection models associated, they're all returned.

" } }, "AnomalyDetectorTypes": { "target": "com.amazonaws.cloudwatch#AnomalyDetectorTypes", "traits": { - "smithy.api#documentation": "

The anomaly detector types to request when using DescribeAnomalyDetectorsInput.\n\t\t\tIf empty, defaults to SINGLE_METRIC.

" + "smithy.api#documentation": "

The anomaly detector types to request when using\n DescribeAnomalyDetectorsInput. If empty, defaults to\n SINGLE_METRIC.

" } } }, @@ -1495,7 +1495,7 @@ "NextToken": { "target": "com.amazonaws.cloudwatch#NextToken", "traits": { - "smithy.api#documentation": "

A token that you can use in a subsequent operation to \n\t\tretrieve the next set of results.

" + "smithy.api#documentation": "

A token that you can use in a subsequent operation to retrieve the next set of\n results.

" } } }, @@ -1517,7 +1517,7 @@ } ], "traits": { - "smithy.api#documentation": "

Returns a list of all the Contributor Insights rules in your account.

\n

For more information about Contributor Insights, see \n\t\tUsing Contributor Insights to Analyze High-Cardinality Data.

", + "smithy.api#documentation": "

Returns a list of all the Contributor Insights rules in your account.

\n

For more information about Contributor Insights, see Using Contributor\n Insights to Analyze High-Cardinality Data.

", "smithy.api#paginated": { "inputToken": "NextToken", "outputToken": "NextToken", @@ -1531,13 +1531,13 @@ "NextToken": { "target": "com.amazonaws.cloudwatch#NextToken", "traits": { - "smithy.api#documentation": "

Include this value, if it was returned by the previous operation, to get the next set of rules.

" + "smithy.api#documentation": "

Include this value, if it was returned by the previous operation, to get the next set\n of rules.

" } }, "MaxResults": { "target": "com.amazonaws.cloudwatch#InsightRuleMaxResults", "traits": { - "smithy.api#documentation": "

The maximum number of results to return in one operation. If you omit this\n\t\tparameter, the default of 500 is used.

" + "smithy.api#documentation": "

The maximum number of results to return in one operation. If you omit this parameter,\n the default of 500 is used.

" } } }, @@ -1551,7 +1551,7 @@ "NextToken": { "target": "com.amazonaws.cloudwatch#NextToken", "traits": { - "smithy.api#documentation": "

If this parameter is present, it is a token that marks the start of the next batch of returned results.

" + "smithy.api#documentation": "

If this parameter is present, it is a token that marks the start of the next batch of\n returned results.

" } }, "InsightRules": { @@ -1572,7 +1572,7 @@ "target": "com.amazonaws.cloudwatch#DimensionName", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the dimension. Dimension names must contain only ASCII characters, must include \n\t\t\tat least one non-whitespace character, and cannot start with a colon (:).\n\t\t\tASCII\n\t\t\tcontrol characters are not supported as part of dimension names.

", + "smithy.api#documentation": "

The name of the dimension. Dimension names must contain only ASCII characters, must\n include at least one non-whitespace character, and cannot start with a colon\n (:). ASCII control characters are not supported as part of dimension\n names.

", "smithy.api#required": {} } }, @@ -1580,13 +1580,13 @@ "target": "com.amazonaws.cloudwatch#DimensionValue", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The value of the dimension. Dimension values must contain only ASCII characters and must include \n\t\t\tat least one non-whitespace character. ASCII\n\t\t\tcontrol characters are not supported as part of dimension values.

", + "smithy.api#documentation": "

The value of the dimension. Dimension values must contain only ASCII characters and\n must include at least one non-whitespace character. ASCII control characters are not\n supported as part of dimension values.

", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "

A dimension is a name/value pair that is part of the identity of a metric. Because dimensions are part of the unique \n\t\t\tidentifier for a metric, whenever you add a unique name/value pair to one of \n\t\t\tyour metrics, you are creating a new variation of that metric. For example, many Amazon EC2 metrics publish\n\t\tInstanceId as a dimension name, and the actual instance ID as the value for that dimension.

\n

You \n\t\tcan assign up to 30 dimensions to a metric.

" + "smithy.api#documentation": "

A dimension is a name/value pair that is part of the identity of a metric. Because\n dimensions are part of the unique identifier for a metric, whenever you add a unique\n name/value pair to one of your metrics, you are creating a new variation of that metric.\n For example, many Amazon EC2 metrics publish InstanceId as a\n dimension name, and the actual instance ID as the value for that dimension.

\n

You can assign up to 30 dimensions to a metric.

" } }, "com.amazonaws.cloudwatch#DimensionFilter": { @@ -1662,7 +1662,7 @@ "target": "smithy.api#Unit" }, "traits": { - "smithy.api#documentation": "

Disables the actions for the specified alarms. When an alarm's actions are disabled, the\n\t\t\talarm actions do not execute when the alarm state changes.

" + "smithy.api#documentation": "

Disables the actions for the specified alarms. When an alarm's actions are\n disabled, the alarm actions do not execute when the alarm state changes.

" } }, "com.amazonaws.cloudwatch#DisableAlarmActionsInput": { @@ -1698,7 +1698,7 @@ } ], "traits": { - "smithy.api#documentation": "

Disables the specified Contributor Insights rules. When rules are disabled, they do not analyze log groups and do \n\t\tnot incur costs.

" + "smithy.api#documentation": "

Disables the specified Contributor Insights rules. When rules are disabled, they do\n not analyze log groups and do not incur costs.

" } }, "com.amazonaws.cloudwatch#DisableInsightRulesInput": { @@ -1708,7 +1708,7 @@ "target": "com.amazonaws.cloudwatch#InsightRuleNames", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

An array of the rule names to disable. If you need to find out the names of your rules, use DescribeInsightRules.

", + "smithy.api#documentation": "

An array of the rule names to disable. If you need to find out the names of your\n rules, use DescribeInsightRules.

", "smithy.api#required": {} } } @@ -1723,7 +1723,7 @@ "Failures": { "target": "com.amazonaws.cloudwatch#BatchFailures", "traits": { - "smithy.api#documentation": "

An array listing the rules that could not be disabled. You cannot disable built-in rules.

" + "smithy.api#documentation": "

An array listing the rules that could not be disabled. You cannot disable built-in\n rules.

" } } }, @@ -1779,7 +1779,7 @@ } ], "traits": { - "smithy.api#documentation": "

Enables the specified Contributor Insights rules. When rules are enabled, they immediately begin analyzing log data.

" + "smithy.api#documentation": "

Enables the specified Contributor Insights rules. When rules are enabled, they\n immediately begin analyzing log data.

" } }, "com.amazonaws.cloudwatch#EnableInsightRulesInput": { @@ -1789,7 +1789,7 @@ "target": "com.amazonaws.cloudwatch#InsightRuleNames", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

An array of the rule names to enable. If you need to find out the names of your rules, use DescribeInsightRules.

", + "smithy.api#documentation": "

An array of the rule names to enable. If you need to find out the names of your rules,\n use DescribeInsightRules.

", "smithy.api#required": {} } } @@ -1804,7 +1804,7 @@ "Failures": { "target": "com.amazonaws.cloudwatch#BatchFailures", "traits": { - "smithy.api#documentation": "

An array listing the rules that could not be enabled. You cannot disable or enable built-in rules.

" + "smithy.api#documentation": "

An array listing the rules that could not be enabled. You cannot disable or enable\n built-in rules.

" } } }, @@ -1812,6 +1812,118 @@ "smithy.api#output": {} } }, + "com.amazonaws.cloudwatch#Entity": { + "type": "structure", + "members": { + "KeyAttributes": { + "target": "com.amazonaws.cloudwatch#EntityKeyAttributesMap", + "traits": { + "smithy.api#documentation": "

The attributes of the entity which identify the specific entity, as a list of \n key-value pairs. Entities with the same KeyAttributes are considered to be\n the same entity. For an entity to be valid, the KeyAttributes must exist\n and be formatted correctly.

\n

There are five allowed attributes (key names): Type,\n ResourceType, Identifier, Name, and\n Environment.

\n

For details about how to use the key attributes to specify an entity, see How to add related \n information to telemetry in the CloudWatch User \n Guide.

" + } + }, + "Attributes": { + "target": "com.amazonaws.cloudwatch#EntityAttributesMap", + "traits": { + "smithy.api#documentation": "

Additional attributes of the entity that are not used to specify the identity of the\n entity. A list of key-value pairs.

\n

For details about how to use the attributes, see How to add related information to \n telemetry in the CloudWatch User Guide.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

An entity associated with metrics, to allow for finding related telemetry. An entity\n is typically a resource or service within your system. For example, metrics from an\n Amazon EC2 instance could be associated with that instance as the entity. \n Similarly, metrics from a service that you own could be associated with that service as \n the entity.

" + } + }, + "com.amazonaws.cloudwatch#EntityAttributesMap": { + "type": "map", + "key": { + "target": "com.amazonaws.cloudwatch#EntityAttributesMapKeyString" + }, + "value": { + "target": "com.amazonaws.cloudwatch#EntityAttributesMapValueString" + }, + "traits": { + "smithy.api#length": { + "min": 0, + "max": 10 + } + } + }, + "com.amazonaws.cloudwatch#EntityAttributesMapKeyString": { + "type": "string", + "traits": { + "smithy.api#length": { + "min": 1, + "max": 256 + } + } + }, + "com.amazonaws.cloudwatch#EntityAttributesMapValueString": { + "type": "string", + "traits": { + "smithy.api#length": { + "min": 1, + "max": 2048 + } + } + }, + "com.amazonaws.cloudwatch#EntityKeyAttributesMap": { + "type": "map", + "key": { + "target": "com.amazonaws.cloudwatch#EntityKeyAttributesMapKeyString" + }, + "value": { + "target": "com.amazonaws.cloudwatch#EntityKeyAttributesMapValueString" + }, + "traits": { + "smithy.api#length": { + "min": 2, + "max": 4 + } + } + }, + "com.amazonaws.cloudwatch#EntityKeyAttributesMapKeyString": { + "type": "string", + "traits": { + "smithy.api#length": { + "min": 1, + "max": 32 + } + } + }, + "com.amazonaws.cloudwatch#EntityKeyAttributesMapValueString": { + "type": "string", + "traits": { + "smithy.api#length": { + "min": 1, + "max": 2048 + } + } + }, + "com.amazonaws.cloudwatch#EntityMetricData": { + "type": "structure", + "members": { + "Entity": { + "target": "com.amazonaws.cloudwatch#Entity", + "traits": { + "smithy.api#documentation": "

The entity associated with the metrics.

" + } + }, + "MetricData": { + "target": "com.amazonaws.cloudwatch#MetricData", + "traits": { + "smithy.api#documentation": "

The metric data.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

A set of metrics that are associated with an entity, such as a specific service\n or resource. Contains the entity and the list of metric data associated with it.

" + } + }, + "com.amazonaws.cloudwatch#EntityMetricDataList": { + "type": "list", + "member": { + "target": "com.amazonaws.cloudwatch#EntityMetricData" + } + }, "com.amazonaws.cloudwatch#ErrorMessage": { "type": "string", "traits": { @@ -1899,7 +2011,7 @@ } ], "traits": { - "smithy.api#documentation": "

Displays the details of the dashboard that you specify.

\n

To copy an existing dashboard, use GetDashboard, and then use the data returned\n\t\t\twithin DashboardBody as the template for the new dashboard when you call PutDashboard to create\n\t\t\tthe copy.

" + "smithy.api#documentation": "

Displays the details of the dashboard that you specify.

\n

To copy an existing dashboard, use GetDashboard, and then use the data\n returned within DashboardBody as the template for the new dashboard when\n you call PutDashboard to create the copy.

" } }, "com.amazonaws.cloudwatch#GetDashboardInput": { @@ -1930,7 +2042,7 @@ "DashboardBody": { "target": "com.amazonaws.cloudwatch#DashboardBody", "traits": { - "smithy.api#documentation": "

The detailed information about the dashboard, including what widgets are included and their location\n\t\t\ton the dashboard. For more information about the DashboardBody syntax, \n\t\t\tsee Dashboard Body Structure and Syntax.

" + "smithy.api#documentation": "

The detailed information about the dashboard, including what widgets are included\n and their location on the dashboard. For more information about the\n DashboardBody syntax, see Dashboard Body Structure and Syntax.

" } }, "DashboardName": { @@ -1964,7 +2076,7 @@ } ], "traits": { - "smithy.api#documentation": "

This operation returns the time series data collected by a Contributor Insights rule. The data includes the identity and number of \n\t\tcontributors to the log group.

\n

You can also optionally return one or more statistics about each data point in the time series. These statistics can include the following:

\n " + "smithy.api#documentation": "

This operation returns the time series data collected by a Contributor Insights rule.\n The data includes the identity and number of contributors to the log group.

\n

You can also optionally return one or more statistics about each data point in the\n time series. These statistics can include the following:

\n " } }, "com.amazonaws.cloudwatch#GetInsightRuleReportInput": { @@ -1982,7 +2094,7 @@ "target": "com.amazonaws.cloudwatch#Timestamp", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The start time of the data to use in the report. When used in a raw HTTP Query API, it is formatted as \n\t\t\tyyyy-MM-dd'T'HH:mm:ss. For example, \n\t\t\t2019-07-01T23:59:59.

", + "smithy.api#documentation": "

The start time of the data to use in the report. When used in a raw HTTP Query API, it\n is formatted as yyyy-MM-dd'T'HH:mm:ss. For example,\n 2019-07-01T23:59:59.

", "smithy.api#required": {} } }, @@ -1990,7 +2102,7 @@ "target": "com.amazonaws.cloudwatch#Timestamp", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The end time of the data to use in the report. When used in a raw HTTP Query API, it is formatted as \n\t\t\tyyyy-MM-dd'T'HH:mm:ss. For example, \n\t\t\t2019-07-01T23:59:59.

", + "smithy.api#documentation": "

The end time of the data to use in the report. When used in a raw HTTP Query API, it\n is formatted as yyyy-MM-dd'T'HH:mm:ss. For example,\n 2019-07-01T23:59:59.

", "smithy.api#required": {} } }, @@ -1998,26 +2110,26 @@ "target": "com.amazonaws.cloudwatch#Period", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The period, in seconds, to use for the statistics in the InsightRuleMetricDatapoint results.

", + "smithy.api#documentation": "

The period, in seconds, to use for the statistics in the\n InsightRuleMetricDatapoint results.

", "smithy.api#required": {} } }, "MaxContributorCount": { "target": "com.amazonaws.cloudwatch#InsightRuleUnboundInteger", "traits": { - "smithy.api#documentation": "

The maximum number of contributors to include in the report. The range is 1 to 100. If you omit this, the default of 10 is used.

" + "smithy.api#documentation": "

The maximum number of contributors to include in the report. The range is 1 to 100. If\n you omit this, the default of 10 is used.

" } }, "Metrics": { "target": "com.amazonaws.cloudwatch#InsightRuleMetricList", "traits": { - "smithy.api#documentation": "

Specifies which metrics to use for aggregation of contributor values for the report. You can specify one or more\n\t\tof the following metrics:

\n " + "smithy.api#documentation": "

Specifies which metrics to use for aggregation of contributor values for the report.\n You can specify one or more of the following metrics:

\n " } }, "OrderBy": { "target": "com.amazonaws.cloudwatch#InsightRuleOrderBy", "traits": { - "smithy.api#documentation": "

Determines what statistic to use to rank the contributors. Valid values are Sum and Maximum.

" + "smithy.api#documentation": "

Determines what statistic to use to rank the contributors. Valid values are\n Sum and Maximum.

" } } }, @@ -2031,7 +2143,7 @@ "KeyLabels": { "target": "com.amazonaws.cloudwatch#InsightRuleContributorKeyLabels", "traits": { - "smithy.api#documentation": "

An array of the strings used as the keys for this rule. The keys are the dimensions used to classify contributors. \n\t\t\tIf the rule contains more than one key, then each unique combination of values for the keys is counted as a unique contributor.

" + "smithy.api#documentation": "

An array of the strings used as the keys for this rule. The keys are the dimensions\n used to classify contributors. If the rule contains more than one key, then each unique\n combination of values for the keys is counted as a unique contributor.

" } }, "AggregationStatistic": { @@ -2049,19 +2161,19 @@ "ApproximateUniqueCount": { "target": "com.amazonaws.cloudwatch#InsightRuleUnboundLong", "traits": { - "smithy.api#documentation": "

An approximate count of the unique contributors found by this rule in this time period.

" + "smithy.api#documentation": "

An approximate count of the unique contributors found by this rule in this time\n period.

" } }, "Contributors": { "target": "com.amazonaws.cloudwatch#InsightRuleContributors", "traits": { - "smithy.api#documentation": "

An array of the unique contributors found by this rule in this time period. If the rule contains multiple keys, each combination of values\n\t\tfor the keys counts as a unique contributor.

" + "smithy.api#documentation": "

An array of the unique contributors found by this rule in this time period. If the\n rule contains multiple keys, each combination of values for the keys counts as a unique\n contributor.

" } }, "MetricDatapoints": { "target": "com.amazonaws.cloudwatch#InsightRuleMetricDatapoints", "traits": { - "smithy.api#documentation": "

A time series of metric data points that matches the time period in the rule request.

" + "smithy.api#documentation": "

A time series of metric data points that matches the time period in the rule\n request.

" } } }, @@ -2083,7 +2195,7 @@ } ], "traits": { - "smithy.api#documentation": "

You can use the GetMetricData API to retrieve CloudWatch metric values. The operation \n\t\t\tcan also include a CloudWatch Metrics Insights query, and one or more metric math functions.

\n

A GetMetricData operation that does not include a query can retrieve as many as 500 different\n\t\t\tmetrics in a single request, with a total of as many as 100,800 data points. You can also\n\t\t\toptionally perform metric math expressions on the values of the returned statistics, to create\n\t\t\tnew time series that represent new insights into your data. For example, using Lambda\n\t\t\tmetrics, you could divide the Errors metric by the Invocations metric to get an error\n\t\t\trate time series. For more information about metric math expressions, see Metric Math Syntax and Functions in the Amazon CloudWatch User\n\t\t\t\t\tGuide.

\n

If you include a Metrics Insights query, each GetMetricData operation can include only one\n\t\t\tquery. But the same GetMetricData operation can also retrieve other metrics. Metrics Insights queries\n\t\tcan query only the most recent three hours of metric data. For more information about Metrics Insights, \n\t\tsee Query your metrics with CloudWatch Metrics Insights.

\n

Calls to the GetMetricData API have a different pricing structure than \n\t\t\tcalls to GetMetricStatistics. For more information about pricing, see \n\t\t\tAmazon CloudWatch Pricing.

\n

Amazon CloudWatch retains metric data as follows:

\n \n

Data points that are initially published with a shorter period are aggregated together for long-term storage. For example, if you collect \n\t\t\tdata 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, \n\t\t\tbut is aggregated and retrievable only with a resolution of 5 minutes. After 63 days, the data is further aggregated and is available with \n\t\t\ta resolution of 1 hour.

\n

If you omit Unit in your request, all data that was collected with any unit is returned, along with the corresponding units that were specified\n\t\t\twhen the data was reported to CloudWatch. If you specify a unit, the operation returns only data that was collected with that unit specified.\n\t\t\tIf you specify a unit that does not match the data collected, the results of the operation are null. CloudWatch does not perform unit conversions.

\n

\n Using Metrics Insights queries with metric math\n

\n

You can't mix a Metric Insights query and metric math syntax in the same expression, but \n\t\t\tyou can reference results from a Metrics Insights query within other Metric math expressions. A Metrics Insights \n\t\t\tquery without a GROUP BY clause returns a single time-series (TS), \n\t\t\tand can be used as input for a metric math expression that expects a single time series. A Metrics Insights \n\t\t\tquery with a GROUP BY clause returns an array of time-series (TS[]), \n\t\t\tand can be used as input for a metric math expression that expects an array of time series.

", + "smithy.api#documentation": "

You can use the GetMetricData API to retrieve CloudWatch metric\n values. The operation can also include a CloudWatch Metrics Insights query, and\n one or more metric math functions.

\n

A GetMetricData operation that does not include a query can retrieve\n as many as 500 different metrics in a single request, with a total of as many as 100,800\n data points. You can also optionally perform metric math expressions on the values of\n the returned statistics, to create new time series that represent new insights into your\n data. For example, using Lambda metrics, you could divide the Errors metric by the\n Invocations metric to get an error rate time series. For more information about metric\n math expressions, see Metric Math Syntax and Functions in the Amazon CloudWatch User\n Guide.

\n

If you include a Metrics Insights query, each GetMetricData operation can\n include only one query. But the same GetMetricData operation can also\n retrieve other metrics. Metrics Insights queries can query only the most recent three\n hours of metric data. For more information about Metrics Insights, see Query your metrics with CloudWatch Metrics Insights.

\n

Calls to the GetMetricData API have a different pricing structure than\n calls to GetMetricStatistics. For more information about pricing, see\n Amazon CloudWatch\n Pricing.

\n

Amazon CloudWatch retains metric data as follows:

\n \n

Data points that are initially published with a shorter period are aggregated\n together for long-term storage. For example, if you collect data using a period of 1\n minute, the data remains available for 15 days with 1-minute resolution. After 15 days,\n this data is still available, but is aggregated and retrievable only with a resolution\n of 5 minutes. After 63 days, the data is further aggregated and is available with a\n resolution of 1 hour.

\n

If you omit Unit in your request, all data that was collected with any\n unit is returned, along with the corresponding units that were specified when the data\n was reported to CloudWatch. If you specify a unit, the operation returns only data that\n was collected with that unit specified. If you specify a unit that does not match the\n data collected, the results of the operation are null. CloudWatch does not perform unit\n conversions.

\n

\n Using Metrics Insights queries with metric\n math\n

\n

You can't mix a Metric Insights query and metric math syntax in the same expression,\n but you can reference results from a Metrics Insights query within other Metric math\n expressions. A Metrics Insights query without a GROUP\n BY clause returns a single time-series (TS), and can be used as input for\n a metric math expression that expects a single time series. A Metrics Insights query\n with a GROUP BY clause returns an array of time-series\n (TS[]), and can be used as input for a metric math expression that expects an array of\n time series.

", "smithy.api#paginated": { "inputToken": "NextToken", "outputToken": "NextToken", @@ -2098,7 +2210,7 @@ "target": "com.amazonaws.cloudwatch#MetricDataQueries", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The metric queries to be returned. A single GetMetricData call can \n\t\t\tinclude as many as 500 MetricDataQuery\n\t\tstructures. Each of these structures can specify either a metric to retrieve, a Metrics Insights query,\n\t\tor a math expression to perform on retrieved data.

", + "smithy.api#documentation": "

The metric queries to be returned. A single GetMetricData call can\n include as many as 500 MetricDataQuery structures. Each of these structures\n can specify either a metric to retrieve, a Metrics Insights query, or a math expression\n to perform on retrieved data.

", "smithy.api#required": {} } }, @@ -2106,7 +2218,7 @@ "target": "com.amazonaws.cloudwatch#Timestamp", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The time stamp indicating the earliest data to be returned.

\n

The value specified is inclusive; results include data points with the specified time stamp.

\n

CloudWatch rounds the specified time stamp as follows:

\n \n

If you set Period to 5, 10, or 30, the start time of your request is \n\t\t\trounded down to the nearest time that corresponds to even 5-, 10-, or 30-second divisions\n\t\t\tof a minute. For example, if you make a query at (HH:mm:ss) 01:05:23 for the previous \n\t\t\t10-second period, the start time of your request is rounded down and you receive data from 01:05:10 to \n\t\t\t01:05:20. If you make a query at 15:07:17 for the previous 5 minutes of data, using a \n\t\t\tperiod of 5 seconds, you receive data \n\t\t\ttimestamped between 15:02:15 and 15:07:15.\n\t\t

\n

For better performance, specify StartTime and EndTime\n\t\tvalues that align with the value of the metric's Period and sync up with\n\t\tthe beginning and end of an hour. For example, if the Period of a metric\n\t\tis 5 minutes, specifying 12:05 or 12:30 as StartTime can get a faster response\n\t\t\tfrom CloudWatch than setting 12:07 or 12:29 as the StartTime.

", + "smithy.api#documentation": "

The time stamp indicating the earliest data to be returned.

\n

The value specified is inclusive; results include data points with the specified\n time stamp.

\n

CloudWatch rounds the specified time stamp as follows:

\n \n

If you set Period to 5, 10, or 30, the start time of your request is\n rounded down to the nearest time that corresponds to even 5-, 10-, or 30-second\n divisions of a minute. For example, if you make a query at (HH:mm:ss) 01:05:23 for the\n previous 10-second period, the start time of your request is rounded down and you\n receive data from 01:05:10 to 01:05:20. If you make a query at 15:07:17 for the previous\n 5 minutes of data, using a period of 5 seconds, you receive data timestamped between\n 15:02:15 and 15:07:15.

\n

For better performance, specify StartTime and EndTime values\n that align with the value of the metric's Period and sync up with the\n beginning and end of an hour. For example, if the Period of a metric is 5\n minutes, specifying 12:05 or 12:30 as StartTime can get a faster response\n from CloudWatch than setting 12:07 or 12:29 as the StartTime.

", "smithy.api#required": {} } }, @@ -2114,32 +2226,32 @@ "target": "com.amazonaws.cloudwatch#Timestamp", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The time stamp indicating the latest data to be returned.

\n

The value specified is exclusive; results include data points up to the specified time stamp.

\n

For better performance, specify StartTime and EndTime\n\t\t\tvalues that align with the value of the metric's Period and sync up with\n\t\t\tthe beginning and end of an hour. For example, if the Period of a metric\n\t\t\tis 5 minutes, specifying 12:05 or 12:30 as EndTime can get a faster response\n\t\t\tfrom CloudWatch than setting 12:07 or 12:29 as the EndTime.

", + "smithy.api#documentation": "

The time stamp indicating the latest data to be returned.

\n

The value specified is exclusive; results include data points up to the specified\n time stamp.

\n

For better performance, specify StartTime and EndTime values\n that align with the value of the metric's Period and sync up with the\n beginning and end of an hour. For example, if the Period of a metric is 5\n minutes, specifying 12:05 or 12:30 as EndTime can get a faster response\n from CloudWatch than setting 12:07 or 12:29 as the EndTime.

", "smithy.api#required": {} } }, "NextToken": { "target": "com.amazonaws.cloudwatch#NextToken", "traits": { - "smithy.api#documentation": "

Include this value, if it was returned by the previous GetMetricData operation, \n\t\t\tto get the next set of data points.

" + "smithy.api#documentation": "

Include this value, if it was returned by the previous GetMetricData\n operation, to get the next set of data points.

" } }, "ScanBy": { "target": "com.amazonaws.cloudwatch#ScanBy", "traits": { - "smithy.api#documentation": "

The order in which data points should be returned. TimestampDescending returns the newest data first and paginates\n\t\t\twhen the MaxDatapoints limit is reached. TimestampAscending returns the oldest data first and paginates\n\t\t\twhen the MaxDatapoints limit is reached.

\n

If you omit this parameter, the default of TimestampDescending is used.

" + "smithy.api#documentation": "

The order in which data points should be returned. TimestampDescending\n returns the newest data first and paginates when the MaxDatapoints limit is\n reached. TimestampAscending returns the oldest data first and paginates\n when the MaxDatapoints limit is reached.

\n

If you omit this parameter, the default of TimestampDescending is\n used.

" } }, "MaxDatapoints": { "target": "com.amazonaws.cloudwatch#GetMetricDataMaxDatapoints", "traits": { - "smithy.api#documentation": "

The maximum number of data points the request should return before paginating. If you omit\n\t\t\tthis, the default of 100,800 is used.

" + "smithy.api#documentation": "

The maximum number of data points the request should return before paginating. If you\n omit this, the default of 100,800 is used.

" } }, "LabelOptions": { "target": "com.amazonaws.cloudwatch#LabelOptions", "traits": { - "smithy.api#documentation": "

This structure includes the Timezone parameter, which you can use\n\t\t\tto specify your time zone so that the labels of returned data display the \n\t\t\tcorrect time\n\t\t\tfor your time zone.

" + "smithy.api#documentation": "

This structure includes the Timezone parameter, which you can use to\n specify your time zone so that the labels of returned data display the correct time for\n your time zone.

" } } }, @@ -2159,7 +2271,7 @@ "MetricDataResults": { "target": "com.amazonaws.cloudwatch#MetricDataResults", "traits": { - "smithy.api#documentation": "

The metrics that are returned, including the metric name, namespace, and dimensions.

" + "smithy.api#documentation": "

The metrics that are returned, including the metric name, namespace, and\n dimensions.

" } }, "NextToken": { @@ -2171,7 +2283,7 @@ "Messages": { "target": "com.amazonaws.cloudwatch#MetricDataResultMessages", "traits": { - "smithy.api#documentation": "

Contains a message about this GetMetricData operation, if the operation results in such a message.\n\t\t\tAn example of a message that\n\t\t\tmight be returned is Maximum number of allowed metrics exceeded. If there is a message, as much of the\n\t\t\toperation as possible is still executed.

\n

A message appears here only if it is related to the global GetMetricData operation. Any message\n\t\t\tabout a specific metric returned by the operation appears in the MetricDataResult object returned for that metric.

" + "smithy.api#documentation": "

Contains a message about this GetMetricData operation, if the operation\n results in such a message. An example of a message that might be returned is\n Maximum number of allowed metrics exceeded. If there is a message, as\n much of the operation as possible is still executed.

\n

A message appears here only if it is related to the global GetMetricData\n operation. Any message about a specific metric returned by the operation appears in the\n MetricDataResult object returned for that metric.

" } } }, @@ -2202,7 +2314,7 @@ } ], "traits": { - "smithy.api#documentation": "

Gets statistics for the specified metric.

\n

The maximum number of data points returned from a single call is 1,440. If \n\t\t\tyou request more than 1,440 data points, CloudWatch returns an error. \n\t\t\tTo reduce the number of data points, you can narrow the specified time range and make \n\t\t\tmultiple requests across adjacent time ranges, or you can increase the specified period. \n\t\t\tData points are not returned in chronological order.

\n

CloudWatch aggregates data points based on the length of the period\n\t\t\tthat you specify. For example, if you request statistics with a one-hour period, \n\t\t\tCloudWatch aggregates all data points with time stamps that fall within each \n\t\t\tone-hour period. Therefore, the number of values aggregated by CloudWatch is larger than\n\t\t\tthe number of data points returned.

\n

CloudWatch needs raw data points to calculate percentile statistics. If you publish \n\t\t\tdata using a statistic set instead, you can only retrieve \n\t\t\tpercentile statistics for this data if one of the following conditions is true:

\n \n

Percentile statistics are not available for metrics when any of the metric values are negative numbers.

\n

Amazon CloudWatch retains metric data as follows:

\n \n

Data points that are initially published with a shorter period are aggregated together for long-term storage. For example, if you collect \n\t\t\tdata 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, \n\t\t\tbut is aggregated and retrievable only with a resolution of 5 minutes. After 63 days, the data is further aggregated and is available with \n\t\ta resolution of 1 hour.

\n

CloudWatch started retaining 5-minute and 1-hour metric data as of July 9, 2016.

\n

For information about metrics and dimensions supported by Amazon Web Services services, see the \n\t\t\tAmazon CloudWatch Metrics and Dimensions Reference in the\n\t\t\tAmazon CloudWatch User Guide.

" + "smithy.api#documentation": "

Gets statistics for the specified metric.

\n

The maximum number of data points returned from a single call is 1,440. If you\n request more than 1,440 data points, CloudWatch returns an error. To reduce the number\n of data points, you can narrow the specified time range and make multiple requests\n across adjacent time ranges, or you can increase the specified period. Data points are\n not returned in chronological order.

\n

CloudWatch aggregates data points based on the length of the period that you\n specify. For example, if you request statistics with a one-hour period, CloudWatch\n aggregates all data points with time stamps that fall within each one-hour period.\n Therefore, the number of values aggregated by CloudWatch is larger than the number of\n data points returned.

\n

CloudWatch needs raw data points to calculate percentile statistics. If you publish\n data using a statistic set instead, you can only retrieve percentile statistics for this\n data if one of the following conditions is true:

\n \n

Percentile statistics are not available for metrics when any of the metric values\n are negative numbers.

\n

Amazon CloudWatch retains metric data as follows:

\n \n

Data points that are initially published with a shorter period are aggregated\n together for long-term storage. For example, if you collect data using a period of 1\n minute, the data remains available for 15 days with 1-minute resolution. After 15 days,\n this data is still available, but is aggregated and retrievable only with a resolution\n of 5 minutes. After 63 days, the data is further aggregated and is available with a\n resolution of 1 hour.

\n

CloudWatch started retaining 5-minute and 1-hour metric data as of July 9,\n 2016.

\n

For information about metrics and dimensions supported by Amazon Web Services\n services, see the Amazon CloudWatch\n Metrics and Dimensions Reference in the Amazon CloudWatch User\n Guide.

" } }, "com.amazonaws.cloudwatch#GetMetricStatisticsInput": { @@ -2227,14 +2339,14 @@ "Dimensions": { "target": "com.amazonaws.cloudwatch#Dimensions", "traits": { - "smithy.api#documentation": "

The dimensions. If the metric contains multiple dimensions, you must include a value for each dimension. \n\t\t\tCloudWatch treats each unique combination of dimensions as a separate metric.\n\t\t If a specific combination of dimensions was not published, you can't retrieve statistics for it.\n\t\t You must specify the same dimensions that were used when the metrics were created. For an example,\n\t\t see Dimension Combinations in the Amazon CloudWatch User Guide. For more information about specifying dimensions, see Publishing Metrics in the\n\t\t\tAmazon CloudWatch User Guide.

" + "smithy.api#documentation": "

The dimensions. If the metric contains multiple dimensions, you must include a\n value for each dimension. CloudWatch treats each unique combination of dimensions as a\n separate metric. If a specific combination of dimensions was not published, you can't\n retrieve statistics for it. You must specify the same dimensions that were used when the\n metrics were created. For an example, see Dimension Combinations in the Amazon CloudWatch User\n Guide. For more information about specifying dimensions, see Publishing Metrics in the Amazon CloudWatch User\n Guide.

" } }, "StartTime": { "target": "com.amazonaws.cloudwatch#Timestamp", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The time stamp that determines the first data point to return. Start times are \n\t\t\tevaluated relative to the time that CloudWatch receives the request.

\n

The value specified is inclusive; results include data points with the specified time stamp. \n\t \tIn a raw HTTP query, the time stamp must be in ISO 8601 UTC format (for example, 2016-10-03T23:00:00Z).

\n

CloudWatch rounds the specified time stamp as follows:

\n \n

If you set Period to 5, 10, or 30, the start time of your request is \n\t\t\trounded down to the nearest time that corresponds to even 5-, 10-, or 30-second divisions\n\t\t\tof a minute. For example, if you make a query at (HH:mm:ss) 01:05:23 for the previous \n\t\t\t10-second period, the start time of your request is rounded down and you receive data from 01:05:10 to \n\t\t\t01:05:20. If you make a query at 15:07:17 for the previous 5 minutes of data, using a \n\t\t\tperiod of 5 seconds, you receive data \n\t\t\ttimestamped between 15:02:15 and 15:07:15.\n\t\t

", + "smithy.api#documentation": "

The time stamp that determines the first data point to return. Start times are\n evaluated relative to the time that CloudWatch receives the request.

\n

The value specified is inclusive; results include data points with the specified\n time stamp. In a raw HTTP query, the time stamp must be in ISO 8601 UTC format (for\n example, 2016-10-03T23:00:00Z).

\n

CloudWatch rounds the specified time stamp as follows:

\n \n

If you set Period to 5, 10, or 30, the start time of your request is\n rounded down to the nearest time that corresponds to even 5-, 10-, or 30-second\n divisions of a minute. For example, if you make a query at (HH:mm:ss) 01:05:23 for the\n previous 10-second period, the start time of your request is rounded down and you\n receive data from 01:05:10 to 01:05:20. If you make a query at 15:07:17 for the previous\n 5 minutes of data, using a period of 5 seconds, you receive data timestamped between\n 15:02:15 and 15:07:15.

", "smithy.api#required": {} } }, @@ -2242,7 +2354,7 @@ "target": "com.amazonaws.cloudwatch#Timestamp", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The time stamp that determines the last data point to return.

\n

The value specified is exclusive; results include data points up to the specified time stamp.\n\t\t\tIn a raw HTTP query, the time stamp must be in ISO 8601 UTC format (for example, 2016-10-10T23:00:00Z).

", + "smithy.api#documentation": "

The time stamp that determines the last data point to return.

\n

The value specified is exclusive; results include data points up to the specified\n time stamp. In a raw HTTP query, the time stamp must be in ISO 8601 UTC format (for\n example, 2016-10-10T23:00:00Z).

", "smithy.api#required": {} } }, @@ -2250,26 +2362,26 @@ "target": "com.amazonaws.cloudwatch#Period", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The granularity, in seconds, of the returned data points. For metrics with regular resolution, a period can\n\t\t\tbe as short as one minute (60 seconds) and must be a multiple of 60. For high-resolution metrics that are collected\n\t\t\tat intervals of less than one minute, the period can be 1, 5, 10, 30, 60, or any multiple of 60. High-resolution metrics\n\t\tare those metrics stored by a PutMetricData call that includes a StorageResolution of 1 second.

\n

If the StartTime parameter specifies a time stamp that is greater than\n\t\t 3 hours ago, you must specify the period as follows or no data points in that time range is returned:

\n ", + "smithy.api#documentation": "

The granularity, in seconds, of the returned data points. For metrics with regular\n resolution, a period can be as short as one minute (60 seconds) and must be a multiple\n of 60. For high-resolution metrics that are collected at intervals of less than one\n minute, the period can be 1, 5, 10, 30, 60, or any multiple of 60. High-resolution\n metrics are those metrics stored by a PutMetricData call that includes a\n StorageResolution of 1 second.

\n

If the StartTime parameter specifies a time stamp that is greater than\n 3 hours ago, you must specify the period as follows or no data points in that time range\n is returned:

\n ", "smithy.api#required": {} } }, "Statistics": { "target": "com.amazonaws.cloudwatch#Statistics", "traits": { - "smithy.api#documentation": "

The metric statistics, other than percentile. For percentile statistics,\n\t\t use ExtendedStatistics. When calling GetMetricStatistics, you must \n\t\tspecify either Statistics or ExtendedStatistics, but not both.

" + "smithy.api#documentation": "

The metric statistics, other than percentile. For percentile statistics, use\n ExtendedStatistics. When calling GetMetricStatistics, you\n must specify either Statistics or ExtendedStatistics, but not\n both.

" } }, "ExtendedStatistics": { "target": "com.amazonaws.cloudwatch#ExtendedStatistics", "traits": { - "smithy.api#documentation": "

The percentile statistics. Specify values between p0.0 and p100. When calling GetMetricStatistics, you must \n\t\t\tspecify either Statistics or ExtendedStatistics, but not both. Percentile statistics are not \n\t\t\tavailable for metrics when any of the metric values are negative numbers.

" + "smithy.api#documentation": "

The percentile statistics. Specify values between p0.0 and p100. When calling\n GetMetricStatistics, you must specify either Statistics or\n ExtendedStatistics, but not both. Percentile statistics are not\n available for metrics when any of the metric values are negative numbers.

" } }, "Unit": { "target": "com.amazonaws.cloudwatch#StandardUnit", "traits": { - "smithy.api#documentation": "

The unit for a given metric. \n\t\t\tIf you omit Unit, all data that was collected with any unit is returned, along with the corresponding units that were specified\n\t\t\twhen the data was reported to CloudWatch. If you specify a unit, the operation returns only data that was collected with that unit specified.\n\t\t\tIf you specify a unit that does not match the data collected, the results of the operation are null. CloudWatch does not perform unit conversions.

" + "smithy.api#documentation": "

The unit for a given metric. If you omit Unit, all data that was\n collected with any unit is returned, along with the corresponding units that were\n specified when the data was reported to CloudWatch. If you specify a unit, the operation\n returns only data that was collected with that unit specified. If you specify a unit\n that does not match the data collected, the results of the operation are null.\n CloudWatch does not perform unit conversions.

" } } }, @@ -2360,19 +2472,19 @@ "IncludeFilters": { "target": "com.amazonaws.cloudwatch#MetricStreamFilters", "traits": { - "smithy.api#documentation": "

If this array of metric namespaces is present, then these\n\t\t\tnamespaces are the only\n\t\tmetric namespaces that are streamed by this metric stream.

" + "smithy.api#documentation": "

If this array of metric namespaces is present, then these namespaces are the only\n metric namespaces that are streamed by this metric stream.

" } }, "ExcludeFilters": { "target": "com.amazonaws.cloudwatch#MetricStreamFilters", "traits": { - "smithy.api#documentation": "

If this array of metric namespaces is present, then these namespaces are the only\n\t\t\tmetric namespaces that are not streamed by this metric stream. In this case, all other metric namespaces in\n\t\tthe account are streamed by this metric stream.

" + "smithy.api#documentation": "

If this array of metric namespaces is present, then these namespaces are the only\n metric namespaces that are not streamed by this metric stream. In this case, all other\n metric namespaces in the account are streamed by this metric stream.

" } }, "FirehoseArn": { "target": "com.amazonaws.cloudwatch#AmazonResourceName", "traits": { - "smithy.api#documentation": "

The ARN of the Amazon Kinesis Data Firehose delivery stream that is used by this metric\n\t\t\tstream.

" + "smithy.api#documentation": "

The ARN of the Amazon Kinesis Data Firehose delivery stream that is used by this\n metric stream.

" } }, "RoleArn": { @@ -2384,7 +2496,7 @@ "State": { "target": "com.amazonaws.cloudwatch#MetricStreamState", "traits": { - "smithy.api#documentation": "

The state of the metric stream. The possible values are running\n\t\tand stopped.

" + "smithy.api#documentation": "

The state of the metric stream. The possible values are running and\n stopped.

" } }, "CreationDate": { @@ -2402,19 +2514,19 @@ "OutputFormat": { "target": "com.amazonaws.cloudwatch#MetricStreamOutputFormat", "traits": { - "smithy.api#documentation": "

The output format for the stream. \n\t\t\tValid values are json, opentelemetry1.0, and opentelemetry0.7. \n\t\t\tFor more information about metric stream output formats, \n\t\t\tsee Metric streams output formats.

" + "smithy.api#documentation": "

The output format for the stream. Valid values are json,\n opentelemetry1.0, and opentelemetry0.7. For more\n information about metric stream output formats, see Metric streams output formats.

" } }, "StatisticsConfigurations": { "target": "com.amazonaws.cloudwatch#MetricStreamStatisticsConfigurations", "traits": { - "smithy.api#documentation": "

Each entry in this array displays information about one or more metrics that include additional statistics\n\t\t\tin the metric stream. For more information about the additional statistics, see \n\t\t\t\n\t\t\t\tCloudWatch statistics definitions.

" + "smithy.api#documentation": "

Each entry in this array displays information about one or more metrics that include\n additional statistics in the metric stream. For more information about the additional\n statistics, see \n CloudWatch statistics definitions.

" } }, "IncludeLinkedAccountsMetrics": { "target": "com.amazonaws.cloudwatch#IncludeLinkedAccountsMetrics", "traits": { - "smithy.api#documentation": "

If this is true and this metric stream is in a monitoring account, then the stream includes\n\t\t\tmetrics from source accounts that the monitoring account is linked to.

" + "smithy.api#documentation": "

If this is true and this metric stream is in a monitoring account, then\n the stream includes metrics from source accounts that the monitoring account is linked\n to.

" } } }, @@ -2431,7 +2543,7 @@ "target": "com.amazonaws.cloudwatch#GetMetricWidgetImageOutput" }, "traits": { - "smithy.api#documentation": "

You can use the GetMetricWidgetImage API to retrieve a snapshot graph of \n\t\t\tone or more Amazon CloudWatch metrics as a bitmap image. You can then embed this \n\t\t\timage into your services and products, such as wiki pages, reports, and documents. \n\t\t\tYou could also retrieve images regularly, such as every minute, and create your own \n\t\t\tcustom live dashboard.

\n

The graph you retrieve can include all CloudWatch metric graph features, including metric math\n\t\tand horizontal and vertical annotations.

\n

There is a limit of 20 transactions per second for this API. Each GetMetricWidgetImage action has the following limits:

\n " + "smithy.api#documentation": "

You can use the GetMetricWidgetImage API to retrieve a snapshot graph\n of one or more Amazon CloudWatch metrics as a bitmap image. You can then embed this\n image into your services and products, such as wiki pages, reports, and documents. You\n could also retrieve images regularly, such as every minute, and create your own custom\n live dashboard.

\n

The graph you retrieve can include all CloudWatch metric graph features, including\n metric math and horizontal and vertical annotations.

\n

There is a limit of 20 transactions per second for this API. Each\n GetMetricWidgetImage action has the following limits:

\n " } }, "com.amazonaws.cloudwatch#GetMetricWidgetImageInput": { @@ -2441,14 +2553,14 @@ "target": "com.amazonaws.cloudwatch#MetricWidget", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

A JSON string that defines the bitmap graph to be retrieved. The string includes the \n\t\t\tmetrics to include in the graph, statistics, annotations, title, axis limits, and so on. \n\t\t\tYou can include only one MetricWidget parameter in each GetMetricWidgetImage call.

\n

For more information about the syntax of MetricWidget see \n\t\t\tGetMetricWidgetImage: Metric Widget Structure and Syntax.

\n

If any metric on the graph could not load all the requested data points, an orange triangle with an exclamation\n\t\t\tpoint appears next to the graph legend.

", + "smithy.api#documentation": "

A JSON string that defines the bitmap graph to be retrieved. The string includes\n the metrics to include in the graph, statistics, annotations, title, axis limits, and so\n on. You can include only one MetricWidget parameter in each\n GetMetricWidgetImage call.

\n

For more information about the syntax of MetricWidget see GetMetricWidgetImage: Metric Widget Structure and Syntax.

\n

If any metric on the graph could not load all the requested data points, an orange\n triangle with an exclamation point appears next to the graph legend.

", "smithy.api#required": {} } }, "OutputFormat": { "target": "com.amazonaws.cloudwatch#OutputFormat", "traits": { - "smithy.api#documentation": "

The format of the resulting image. Only PNG images are supported.

\n

The default is png. If you specify png, the API returns an HTTP response with the \n\t\t\tcontent-type set to text/xml. The image data is in a MetricWidgetImage \n\t\t\tfield. For example:

\n

\n \n\t\t\t>\n

\n

\n \n

\n

\n \n

\n

\n iVBORw0KGgoAAAANSUhEUgAAAlgAAAGQEAYAAAAip...\n

\n

\n \n

\n

\n \n

\n

\n \n

\n

\n 6f0d4192-4d42-11e8-82c1-f539a07e0e3b\n

\n

\n \n

\n

\n \n

\n

The image/png setting is intended only for custom HTTP requests. For most\n\t\t\tuse cases, and all actions using an Amazon Web Services SDK, you should use png. If you specify \n\t\t\timage/png, the HTTP response has a content-type set to image/png, \n\t\t\tand the body of the response is a PNG image.

" + "smithy.api#documentation": "

The format of the resulting image. Only PNG images are supported.

\n

The default is png. If you specify png, the API returns\n an HTTP response with the content-type set to text/xml. The image data is\n in a MetricWidgetImage field. For example:

\n

\n >\n

\n

\n \n

\n

\n \n

\n

\n iVBORw0KGgoAAAANSUhEUgAAAlgAAAGQEAYAAAAip...\n

\n

\n \n

\n

\n \n

\n

\n \n

\n

\n \n 6f0d4192-4d42-11e8-82c1-f539a07e0e3b\n

\n

\n \n

\n

\n \n

\n

The image/png setting is intended only for custom HTTP requests. For\n most use cases, and all actions using an Amazon Web Services SDK, you should use\n png. If you specify image/png, the HTTP response has a\n content-type set to image/png, and the body of the response is a PNG \n image.

" } } }, @@ -2462,7 +2574,7 @@ "MetricWidgetImage": { "target": "com.amazonaws.cloudwatch#MetricWidgetImage", "traits": { - "smithy.api#documentation": "

The image of the graph, in the output format specified. The output is base64-encoded.

" + "smithy.api#documentation": "

The image of the graph, in the output format specified. The output is\n base64-encoded.

" } } }, @@ -2602,7 +2714,7 @@ "name": "monitoring" }, "aws.protocols#awsQuery": {}, - "smithy.api#documentation": "

Amazon CloudWatch monitors your Amazon Web Services (Amazon Web Services) resources and the\n\t\t\tapplications you run on Amazon Web Services in real time. You can use CloudWatch to collect and track\n\t\t\tmetrics, which are the variables you want to measure for your resources and\n\t\t\tapplications.

\n

CloudWatch alarms send notifications or automatically change the resources you are monitoring based on rules\n\t\t\tthat you define. For example, you can monitor the CPU usage and disk reads and writes of your Amazon EC2\n\t\t\tinstances. Then, use this data to determine whether you should launch\n\t\t\tadditional instances to handle increased load. You can also use this data to stop\n\t\t\tunder-used instances to save\n\t\t\tmoney.

\n

In addition to monitoring the built-in metrics that come with Amazon Web Services, you can monitor\n\t\t\tyour own custom metrics. With CloudWatch, you gain system-wide visibility into resource\n\t\t\tutilization, application performance, and operational health.

", + "smithy.api#documentation": "

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

\n

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

\n

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

", "smithy.api#title": "Amazon CloudWatch", "smithy.api#xmlNamespace": { "uri": "http://monitoring.amazonaws.com/doc/2010-08-01/" @@ -3696,7 +3808,7 @@ "target": "com.amazonaws.cloudwatch#InsightRuleSchema", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

For rules that you create, this is always {\"Name\": \"CloudWatchLogRule\", \"Version\": 1}. For managed rules, \n\t\t\tthis is {\"Name\": \"ServiceLogRule\", \"Version\": 1}\n

", + "smithy.api#documentation": "

For rules that you create, this is always {\"Name\": \"CloudWatchLogRule\",\n \"Version\": 1}. For managed rules, this is {\"Name\": \"ServiceLogRule\",\n \"Version\": 1}\n

", "smithy.api#required": {} } }, @@ -3704,19 +3816,19 @@ "target": "com.amazonaws.cloudwatch#InsightRuleDefinition", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The definition of the rule, as a JSON object. The definition contains the keywords used to define contributors, \n\t\t\tthe value to aggregate on if this rule returns a sum instead of a count, and the filters. For details on the valid syntax, see \n\t\t\tContributor Insights\n\t\t\t\tRule Syntax.

", + "smithy.api#documentation": "

The definition of the rule, as a JSON object. The definition contains the keywords\n used to define contributors, the value to aggregate on if this rule returns a sum\n instead of a count, and the filters. For details on the valid syntax, see Contributor Insights Rule Syntax.

", "smithy.api#required": {} } }, "ManagedRule": { "target": "com.amazonaws.cloudwatch#InsightRuleIsManaged", "traits": { - "smithy.api#documentation": "

\n\t\t\tAn optional built-in rule that Amazon Web Services manages.\n\t\t

" + "smithy.api#documentation": "

An optional built-in rule that Amazon Web Services manages.

" } } }, "traits": { - "smithy.api#documentation": "

This structure contains the definition \n\t\t\tfor a Contributor Insights rule.\n\t\t\tFor more information about this rule, \n\t\t\tsee\n\t\t\t\tUsing Constributor Insights to analyze high-cardinality data \n\t\t\tin the Amazon CloudWatch User Guide.

" + "smithy.api#documentation": "

This structure contains the definition for a Contributor Insights rule. For more\n information about this rule, see Using Constributor Insights to analyze high-cardinality data in the\n Amazon CloudWatch User Guide.

" } }, "com.amazonaws.cloudwatch#InsightRuleAggregationStatistic": { @@ -3729,7 +3841,7 @@ "target": "com.amazonaws.cloudwatch#InsightRuleContributorKeys", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

One of the log entry field keywords that is used to define contributors for this rule.

", + "smithy.api#documentation": "

One of the log entry field keywords that is used to define contributors for this\n rule.

", "smithy.api#required": {} } }, @@ -3745,13 +3857,13 @@ "target": "com.amazonaws.cloudwatch#InsightRuleContributorDatapoints", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

An array of the data points where this contributor is present. Only the data points when this contributor appeared are included in the array.

", + "smithy.api#documentation": "

An array of the data points where this contributor is present. Only the data points\n when this contributor appeared are included in the array.

", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "

One of the unique contributors found by a Contributor Insights rule. If the rule contains multiple keys, then\n\t\t\ta unique contributor is a unique combination of values from all the keys in the rule.

\n

If the rule contains a single key, then each unique contributor is each unique value for this key.

\n

For more information, see GetInsightRuleReport.

" + "smithy.api#documentation": "

One of the unique contributors found by a Contributor Insights rule. If the rule\n contains multiple keys, then a unique contributor is a unique combination of values from\n all the keys in the rule.

\n

If the rule contains a single key, then each unique contributor is each unique value\n for this key.

\n

For more information, see GetInsightRuleReport.

" } }, "com.amazonaws.cloudwatch#InsightRuleContributorDatapoint": { @@ -3775,7 +3887,7 @@ } }, "traits": { - "smithy.api#documentation": "

One data point related to one contributor.

\n

For more information, see GetInsightRuleReport and \n\t\t\tInsightRuleContributor.

" + "smithy.api#documentation": "

One data point related to one contributor.

\n

For more information, see GetInsightRuleReport and InsightRuleContributor.

" } }, "com.amazonaws.cloudwatch#InsightRuleContributorDatapoints": { @@ -3844,48 +3956,48 @@ "UniqueContributors": { "target": "com.amazonaws.cloudwatch#InsightRuleUnboundDouble", "traits": { - "smithy.api#documentation": "

The number of unique contributors who published data during this timestamp.

\n

This statistic is returned only if you included it in the Metrics array in your request.

" + "smithy.api#documentation": "

The number of unique contributors who published data during this timestamp.

\n

This statistic is returned only if you included it in the Metrics array\n in your request.

" } }, "MaxContributorValue": { "target": "com.amazonaws.cloudwatch#InsightRuleUnboundDouble", "traits": { - "smithy.api#documentation": "

The maximum value provided by one contributor during this timestamp. Each timestamp is evaluated separately, \n\t\t\tso the identity of the max contributor\n\t\tcould be different for each timestamp.

\n

This statistic is returned only if you included it in the Metrics array in your request.

" + "smithy.api#documentation": "

The maximum value provided by one contributor during this timestamp. Each timestamp is\n evaluated separately, so the identity of the max contributor could be different for each\n timestamp.

\n

This statistic is returned only if you included it in the Metrics array\n in your request.

" } }, "SampleCount": { "target": "com.amazonaws.cloudwatch#InsightRuleUnboundDouble", "traits": { - "smithy.api#documentation": "

The number of occurrences that matched the rule during this data point.

\n

This statistic is returned only if you included it in the Metrics array in your request.

" + "smithy.api#documentation": "

The number of occurrences that matched the rule during this data point.

\n

This statistic is returned only if you included it in the Metrics array\n in your request.

" } }, "Average": { "target": "com.amazonaws.cloudwatch#InsightRuleUnboundDouble", "traits": { - "smithy.api#documentation": "

The average value from all contributors during the time period represented by that data point.

\n

This statistic is returned only if you included it in the Metrics array in your request.

" + "smithy.api#documentation": "

The average value from all contributors during the time period represented by that\n data point.

\n

This statistic is returned only if you included it in the Metrics array\n in your request.

" } }, "Sum": { "target": "com.amazonaws.cloudwatch#InsightRuleUnboundDouble", "traits": { - "smithy.api#documentation": "

The sum of the values from all contributors during the time period represented by that data point.

\n

This statistic is returned only if you included it in the Metrics array in your request.

" + "smithy.api#documentation": "

The sum of the values from all contributors during the time period represented by that\n data point.

\n

This statistic is returned only if you included it in the Metrics array\n in your request.

" } }, "Minimum": { "target": "com.amazonaws.cloudwatch#InsightRuleUnboundDouble", "traits": { - "smithy.api#documentation": "

The minimum value from a single contributor during the time period represented by that data point.

\n

This statistic is returned only if you included it in the Metrics array in your request.

" + "smithy.api#documentation": "

The minimum value from a single contributor during the time period represented by that\n data point.

\n

This statistic is returned only if you included it in the Metrics array\n in your request.

" } }, "Maximum": { "target": "com.amazonaws.cloudwatch#InsightRuleUnboundDouble", "traits": { - "smithy.api#documentation": "

The maximum value from a single occurence from a single contributor during the time period represented by that data point.

\n

This statistic is returned only if you included it in the Metrics array in your request.

" + "smithy.api#documentation": "

The maximum value from a single occurence from a single contributor during the time\n period represented by that data point.

\n

This statistic is returned only if you included it in the Metrics array\n in your request.

" } } }, "traits": { - "smithy.api#documentation": "

One data point from the metric time series returned in a Contributor Insights rule report.

\n

For more information, see GetInsightRuleReport.

" + "smithy.api#documentation": "

One data point from the metric time series returned in a Contributor Insights rule\n report.

\n

For more information, see GetInsightRuleReport.

" } }, "com.amazonaws.cloudwatch#InsightRuleMetricDatapoints": { @@ -3979,7 +4091,7 @@ "code": "InternalServiceError", "httpResponseCode": 500 }, - "smithy.api#documentation": "

Request processing has failed due to some unknown error, exception, or failure.

", + "smithy.api#documentation": "

Request processing has failed due to some unknown error, exception, or\n failure.

", "smithy.api#error": "server", "smithy.api#httpError": 500 } @@ -4070,12 +4182,12 @@ "Timezone": { "target": "com.amazonaws.cloudwatch#GetMetricDataLabelTimezone", "traits": { - "smithy.api#documentation": "

The time zone to use for metric data return in this operation. \n\t\t\tThe format is + or - followed by four digits. \n\t\t\tThe first two digits indicate the number of hours ahead or behind of UTC, and \n\t\t\tthe final two digits are the number of minutes. For example, +0130 indicates a time zone that is 1 hour \n\t\t\tand 30 minutes ahead of UTC. The default is +0000.

" + "smithy.api#documentation": "

The time zone to use for metric data return in this operation. The format is\n + or - followed by four digits. The first two digits\n indicate the number of hours ahead or behind of UTC, and the final two digits are the\n number of minutes. For example, +0130 indicates a time zone that is 1 hour and 30\n minutes ahead of UTC. The default is +0000.

" } } }, "traits": { - "smithy.api#documentation": "

This structure includes the Timezone parameter, which you can use\n\t\t\tto specify your time zone so that the labels that are associated with returned metrics display the \n\t\t\tcorrect time\n\t\t\tfor your time zone.

\n

The Timezone value affects a label only if you have a time-based\n\t\tdynamic expression in the label. For more information about dynamic expressions in labels, \n\t\tsee Using Dynamic Labels.

" + "smithy.api#documentation": "

This structure includes the Timezone parameter, which you can use to\n specify your time zone so that the labels that are associated with returned metrics\n display the correct time for your time zone.

\n

The Timezone value affects a label only if you have a time-based dynamic\n expression in the label. For more information about dynamic expressions in labels, see\n Using Dynamic\n Labels.

" } }, "com.amazonaws.cloudwatch#LastModified": { @@ -4135,7 +4247,7 @@ } ], "traits": { - "smithy.api#documentation": "

Returns a list of the dashboards for your account. If you include DashboardNamePrefix, only\n\t\t\tthose dashboards with names starting with the prefix are listed. Otherwise, all dashboards in your account are\n\t\t\tlisted.\n\t

\n

\n ListDashboards returns up to 1000 results on one page. If there\n\t\t\tare more than 1000 dashboards, you can call ListDashboards again and\n\t\tinclude the value you received for NextToken in the first call, to receive\n\t\tthe next 1000 results.

", + "smithy.api#documentation": "

Returns a list of the dashboards for your account. If you include\n DashboardNamePrefix, only those dashboards with names starting with the\n prefix are listed. Otherwise, all dashboards in your account are listed.

\n

\n ListDashboards returns up to 1000 results on one page. If there are\n more than 1000 dashboards, you can call ListDashboards again and include\n the value you received for NextToken in the first call, to receive the next\n 1000 results.

", "smithy.api#paginated": { "inputToken": "NextToken", "outputToken": "NextToken", @@ -4149,13 +4261,13 @@ "DashboardNamePrefix": { "target": "com.amazonaws.cloudwatch#DashboardNamePrefix", "traits": { - "smithy.api#documentation": "

If you specify this parameter, only\n\t\t\tthe dashboards with names starting with the specified string are listed. The maximum length is 255, and \n\t\t\tvalid characters are A-Z, a-z, 0-9, \".\", \"-\", and \"_\".\n\t\t\t \n\t\t

" + "smithy.api#documentation": "

If you specify this parameter, only the dashboards with names starting with the\n specified string are listed. The maximum length is 255, and valid characters are A-Z,\n a-z, 0-9, \".\", \"-\", and \"_\".

" } }, "NextToken": { "target": "com.amazonaws.cloudwatch#NextToken", "traits": { - "smithy.api#documentation": "

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

" + "smithy.api#documentation": "

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

" } } }, @@ -4203,7 +4315,7 @@ } ], "traits": { - "smithy.api#documentation": "

\n\t\t\tReturns a list \n\t\t\tthat contains the number\n\t\t\tof managed Contributor Insights rules \n\t\t\tin your account.\n\t\t\t\n\t\t

", + "smithy.api#documentation": "

Returns a list that contains the number of managed Contributor Insights rules in your\n account.\n \n

", "smithy.api#paginated": { "inputToken": "NextToken", "outputToken": "NextToken", @@ -4218,20 +4330,20 @@ "target": "com.amazonaws.cloudwatch#AmazonResourceName", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

\n\t\t\tThe ARN \n\t\t\tof an Amazon Web Services resource \n\t\t\tthat has managed Contributor Insights rules.\n\t\t

", + "smithy.api#documentation": "

The ARN of an Amazon Web Services resource that has managed Contributor Insights\n rules.

", "smithy.api#required": {} } }, "NextToken": { "target": "com.amazonaws.cloudwatch#NextToken", "traits": { - "smithy.api#documentation": "

\n\t\t\tInclude this value \n\t\t\tto get \n\t\t\tthe next set \n\t\t\tof rules \n\t\t\tif the value was returned \n\t\t\tby the previous operation.\n\t\t

" + "smithy.api#documentation": "

Include this value to get the next set of rules if the value was returned by the\n previous operation.

" } }, "MaxResults": { "target": "com.amazonaws.cloudwatch#InsightRuleMaxResults", "traits": { - "smithy.api#documentation": "

\n\t\t\tThe maximum number \n\t\t\tof results \n\t\t\tto return \n\t\t\tin one operation. \n\t\t\tIf you omit this parameter, \n\t\t\tthe default number is used.\n\t\t\tThe default number is 100.\n\t\t

" + "smithy.api#documentation": "

The maximum number of results to return in one operation. If you omit this parameter,\n the default number is used. The default number is 100.

" } } }, @@ -4245,13 +4357,13 @@ "ManagedRules": { "target": "com.amazonaws.cloudwatch#ManagedRuleDescriptions", "traits": { - "smithy.api#documentation": "

\n\t\t\tThe managed rules\n\t\t\tthat are available \n\t\t\tfor the specified Amazon Web Services resource.\n\t\t

" + "smithy.api#documentation": "

The managed rules that are available for the specified Amazon Web Services resource.\n

" } }, "NextToken": { "target": "com.amazonaws.cloudwatch#NextToken", "traits": { - "smithy.api#documentation": "

\n\t\t\tInclude this value \n\t\t\tto get \n\t\t\tthe next set \n\t\t\tof rules \n\t\t\tif the value was returned \n\t\t\tby the previous operation.\n\t\t

" + "smithy.api#documentation": "

Include this value to get the next set of rules if the value was returned by the\n previous operation.

" } } }, @@ -4296,7 +4408,7 @@ "NextToken": { "target": "com.amazonaws.cloudwatch#NextToken", "traits": { - "smithy.api#documentation": "

Include this value, if it was returned by the previous call, to get the next set of metric streams.

" + "smithy.api#documentation": "

Include this value, if it was returned by the previous call, to get the next set of\n metric streams.

" } }, "MaxResults": { @@ -4325,7 +4437,7 @@ "NextToken": { "target": "com.amazonaws.cloudwatch#NextToken", "traits": { - "smithy.api#documentation": "

The token that marks the start of the next batch of returned results. You can use this \n\t\ttoken in a subsequent operation to get the next batch of results.

" + "smithy.api#documentation": "

The token that marks the start of the next batch of returned results. You can use\n this token in a subsequent operation to get the next batch of results.

" } }, "Entries": { @@ -4356,7 +4468,7 @@ } ], "traits": { - "smithy.api#documentation": "

List the specified metrics. You can use the returned metrics with GetMetricData or GetMetricStatistics to get statistical data.

\n

Up to 500 results are returned for any one call. To retrieve additional results,\n\t\t\tuse the returned token with subsequent calls.

\n

After you create a metric, allow up to 15 minutes for the metric to appear. To see metric\n\t\t\tstatistics sooner, use GetMetricData or GetMetricStatistics.

\n

If you are using CloudWatch cross-account observability, you can use this operation in a monitoring account and \n\t\t\tview metrics from the linked source accounts. For more information, see \n\t\t\tCloudWatch cross-account observability.

\n

\n ListMetrics doesn't return information about metrics if those metrics haven't \n\treported data in the past two weeks. To retrieve those metrics, use \n\t\tGetMetricData or \n\t\tGetMetricStatistics.

", + "smithy.api#documentation": "

List the specified metrics. You can use the returned metrics with GetMetricData or GetMetricStatistics to get statistical data.

\n

Up to 500 results are returned for any one call. To retrieve additional results,\n use the returned token with subsequent calls.

\n

After you create a metric, allow up to 15 minutes for the metric to appear. To see\n metric statistics sooner, use GetMetricData or GetMetricStatistics.

\n

If you are using CloudWatch cross-account observability, you can use this\n operation in a monitoring account and view metrics from the linked source accounts. For\n more information, see CloudWatch cross-account observability.

\n

\n ListMetrics doesn't return information about metrics if those metrics\n haven't reported data in the past two weeks. To retrieve those metrics, use GetMetricData or GetMetricStatistics.

", "smithy.api#paginated": { "inputToken": "NextToken", "outputToken": "NextToken" @@ -4384,43 +4496,43 @@ "Namespace": { "target": "com.amazonaws.cloudwatch#Namespace", "traits": { - "smithy.api#documentation": "

The metric namespace to filter against. Only the namespace that matches exactly \n\t\twill be returned.

" + "smithy.api#documentation": "

The metric namespace to filter against. Only the namespace that matches exactly\n will be returned.

" } }, "MetricName": { "target": "com.amazonaws.cloudwatch#MetricName", "traits": { - "smithy.api#documentation": "

The name of the metric to filter against. Only the metrics with names that match exactly\n\t\t\twill be returned.

" + "smithy.api#documentation": "

The name of the metric to filter against. Only the metrics with names that match\n exactly will be returned.

" } }, "Dimensions": { "target": "com.amazonaws.cloudwatch#DimensionFilters", "traits": { - "smithy.api#documentation": "

The dimensions to filter against. Only the dimensions that match exactly \n\t\t\twill be returned.

" + "smithy.api#documentation": "

The dimensions to filter against. Only the dimensions that match exactly will be\n returned.

" } }, "NextToken": { "target": "com.amazonaws.cloudwatch#NextToken", "traits": { - "smithy.api#documentation": "

The token returned by a previous call to indicate that there is more data\n\t\t\tavailable.

" + "smithy.api#documentation": "

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

" } }, "RecentlyActive": { "target": "com.amazonaws.cloudwatch#RecentlyActive", "traits": { - "smithy.api#documentation": "

To filter the results to show only metrics that have had data points published\n\t\t\tin the past three hours, specify this parameter\n\t\t\twith a value of PT3H. This is the only valid value\n\t\t\tfor this parameter.

\n

The results that are returned are an approximation of the value you specify. There\n\t\tis a low probability that the returned results include metrics with last published\n\t\tdata as much as 40 minutes more than the specified time interval.

" + "smithy.api#documentation": "

To filter the results to show only metrics that have had data points published in the\n past three hours, specify this parameter with a value of PT3H. This is the\n only valid value for this parameter.

\n

The results that are returned are an approximation of the value you specify. There is\n a low probability that the returned results include metrics with last published data as\n much as 50 minutes more than the specified time interval.

" } }, "IncludeLinkedAccounts": { "target": "com.amazonaws.cloudwatch#IncludeLinkedAccounts", "traits": { - "smithy.api#documentation": "

If you are using this operation in a monitoring account, \n\t\t\tspecify true to include metrics from source accounts in the returned data.

\n

The default is false.

" + "smithy.api#documentation": "

If you are using this operation in a monitoring account, specify true to\n include metrics from source accounts in the returned data.

\n

The default is false.

" } }, "OwningAccount": { "target": "com.amazonaws.cloudwatch#AccountId", "traits": { - "smithy.api#documentation": "

When you use this operation in a monitoring account, use this field to return metrics only from one source account.\n\t\t\tTo do so, specify that source account ID in this field, and also\n\t\tspecify true for IncludeLinkedAccounts.

" + "smithy.api#documentation": "

When you use this operation in a monitoring account, use this field to return metrics\n only from one source account. To do so, specify that source account ID in this field,\n and also specify true for IncludeLinkedAccounts.

" } } }, @@ -4446,7 +4558,7 @@ "OwningAccounts": { "target": "com.amazonaws.cloudwatch#OwningAccounts", "traits": { - "smithy.api#documentation": "

If you are using this operation in a monitoring account, this array contains the account IDs of the source \n\t\t\taccounts where the metrics in the returned data\n\t\tare from.

\n

This field is a 1:1 mapping between each metric that is returned and the ID of the owning account.

" + "smithy.api#documentation": "

If you are using this operation in a monitoring account, this array contains the\n account IDs of the source accounts where the metrics in the returned data are\n from.

\n

This field is a 1:1 mapping between each metric that is returned and the ID of the\n owning account.

" } } }, @@ -4474,7 +4586,7 @@ } ], "traits": { - "smithy.api#documentation": "

Displays the tags associated with a CloudWatch resource. Currently, alarms \n\t\t\tand Contributor Insights rules support tagging.

" + "smithy.api#documentation": "

Displays the tags associated with a CloudWatch resource. Currently, alarms and\n Contributor Insights rules support tagging.

" } }, "com.amazonaws.cloudwatch#ListTagsForResourceInput": { @@ -4484,7 +4596,7 @@ "target": "com.amazonaws.cloudwatch#AmazonResourceName", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The ARN of the CloudWatch resource that you want to view tags for.

\n

The ARN format of an alarm is \n\t\t\tarn:aws:cloudwatch:Region:account-id:alarm:alarm-name\n \n

\n

The ARN format of a Contributor Insights rule is \n\t\t\tarn:aws:cloudwatch:Region:account-id:insight-rule/insight-rule-name\n \n

\n

For more information about ARN format, see Resource\n\t\t\t\tTypes Defined by Amazon CloudWatch in the Amazon Web Services General\n\t\t\tReference.

", + "smithy.api#documentation": "

The ARN of the CloudWatch resource that you want to view tags for.

\n

The ARN format of an alarm is\n arn:aws:cloudwatch:Region:account-id:alarm:alarm-name\n \n

\n

The ARN format of a Contributor Insights rule is\n arn:aws:cloudwatch:Region:account-id:insight-rule/insight-rule-name\n \n

\n

For more information about ARN format, see Resource Types Defined by Amazon CloudWatch in the Amazon Web\n Services General Reference.

", "smithy.api#required": {} } } @@ -4514,7 +4626,7 @@ "target": "com.amazonaws.cloudwatch#TemplateName", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

\n\t\t\tThe template name \n\t\t\tfor the managed Contributor Insights rule, \n\t\t\tas returned \n\t\t\tby ListManagedInsightRules.\n\t\t

", + "smithy.api#documentation": "

The template name for the managed Contributor Insights rule, as returned by\n ListManagedInsightRules.

", "smithy.api#required": {} } }, @@ -4522,19 +4634,19 @@ "target": "com.amazonaws.cloudwatch#AmazonResourceName", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

\n\t\t\tThe ARN\n\t\t\tof an Amazon Web Services resource\n\t\t\tthat has managed Contributor Insights rules.\n\t\t

", + "smithy.api#documentation": "

The ARN of an Amazon Web Services resource that has managed Contributor Insights\n rules.

", "smithy.api#required": {} } }, "Tags": { "target": "com.amazonaws.cloudwatch#TagList", "traits": { - "smithy.api#documentation": "

\n\t\t\tA list \n\t\t\tof key-value pairs \n\t\t\tthat you can associate \n\t\t\twith a managed Contributor Insights rule.\n\t\t\tYou can associate as many as 50 tags \n\t\t\twith a rule.\n\t\t\tTags can help you organize and categorize your resources. \n\t\t\tYou also can use them \n\t\t\tto scope user permissions \n\t\t\tby granting a user permission \n\t\t\tto access or change only the resources\n\t\t\tthat have certain tag values.\n\t\t\tTo associate tags \n\t\t\twith a rule, \n\t\t\tyou must have the cloudwatch:TagResource permission\n\t\t\tin addition \n\t\t\tto the cloudwatch:PutInsightRule permission.\n\t\t\tIf you are using this operation \n\t\t\tto update an existing Contributor Insights rule, \n\t\t\tany tags \n\t\t\tthat you specify \n\t\t\tin this parameter are ignored. \n\t\t\tTo change the tags \n\t\t\tof an existing rule, \n\t\t\tuse TagResource.\n\t\t

" + "smithy.api#documentation": "

A list of key-value pairs that you can associate with a managed Contributor Insights\n rule. You can associate as many as 50 tags with a rule. Tags can help you organize and\n categorize your resources. You also can use them to scope user permissions by granting a\n user permission to access or change only the resources that have certain tag values. To\n associate tags with a rule, you must have the cloudwatch:TagResource\n permission in addition to the cloudwatch:PutInsightRule permission. If you\n are using this operation to update an existing Contributor Insights rule, any tags that\n you specify in this parameter are ignored. To change the tags of an existing rule, use\n TagResource.

" } } }, "traits": { - "smithy.api#documentation": "

\n\t\t\tContains the information\n\t\t\tthat's required \n\t\t\tto enable a managed Contributor Insights rule \n\t\t\tfor an Amazon Web Services resource. \n\t\t\t\n\t\t

" + "smithy.api#documentation": "

Contains the information that's required to enable a managed Contributor Insights\n rule for an Amazon Web Services resource.\n \n

" } }, "com.amazonaws.cloudwatch#ManagedRuleDescription": { @@ -4543,24 +4655,24 @@ "TemplateName": { "target": "com.amazonaws.cloudwatch#TemplateName", "traits": { - "smithy.api#documentation": "

\n\t\t\tThe template name \n\t\t\tfor the managed rule. \n\t\t\tUsed \n\t\t\tto enable managed rules using PutManagedInsightRules.\n\t\t

" + "smithy.api#documentation": "

The template name for the managed rule. Used to enable managed rules using\n PutManagedInsightRules.

" } }, "ResourceARN": { "target": "com.amazonaws.cloudwatch#AmazonResourceName", "traits": { - "smithy.api#documentation": "

\n\t\t\tIf a managed rule is enabled,\n\t\t\tthis is the ARN \n\t\t\tfor the related Amazon Web Services resource.\n\t\t

" + "smithy.api#documentation": "

If a managed rule is enabled, this is the ARN for the related Amazon Web Services\n resource.

" } }, "RuleState": { "target": "com.amazonaws.cloudwatch#ManagedRuleState", "traits": { - "smithy.api#documentation": "

\n\t\t\tDescribes the state \n\t\t\tof a managed rule. \n\t\t\tIf present, \n\t\t\tit contains information \n\t\t\tabout the Contributor Insights rule \n\t\t\tthat contains information \n\t\t\tabout the related Amazon Web Services resource.\n\t\t

" + "smithy.api#documentation": "

Describes the state of a managed rule. If present, it contains information about the\n Contributor Insights rule that contains information about the related Amazon Web Services\n resource.

" } } }, "traits": { - "smithy.api#documentation": "

\n\t\t\tContains information \n\t\t\tabout managed Contributor Insights rules,\n\t\t\tas returned\n\t\t\tby ListManagedInsightRules.\n\t\t\t\n\t\t

" + "smithy.api#documentation": "

Contains information about managed Contributor Insights rules, as returned by\n ListManagedInsightRules. \n

" } }, "com.amazonaws.cloudwatch#ManagedRuleDescriptions": { @@ -4576,7 +4688,7 @@ "target": "com.amazonaws.cloudwatch#InsightRuleName", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

\n\t\t\tThe name\n\t\t\tof the Contributor Insights rule \n\t\t\tthat contains data \n\t\t\tfor the specified Amazon Web Services resource.\n\t\t

", + "smithy.api#documentation": "

The name of the Contributor Insights rule that contains data for the specified\n Amazon Web Services resource.

", "smithy.api#required": {} } }, @@ -4584,13 +4696,13 @@ "target": "com.amazonaws.cloudwatch#InsightRuleState", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

\n\t\t\tIndicates whether the rule is enabled or disabled.\n\t\t

", + "smithy.api#documentation": "

Indicates whether the rule is enabled or disabled.

", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "

\n\t\t\tThe status \n\t\t\tof a managed Contributor Insights rule.\n\t\t

" + "smithy.api#documentation": "

The status of a managed Contributor Insights rule.

" } }, "com.amazonaws.cloudwatch#ManagedRules": { @@ -4636,7 +4748,7 @@ } }, "traits": { - "smithy.api#documentation": "

A message returned by the GetMetricDataAPI, including a code and a description.

\n

If a cross-Region GetMetricData operation fails with a code of Forbidden and a \n\t\t\tvalue of Authentication too complex to \n\t\t\tretrieve cross region data, you can correct the problem by running the GetMetricData\n\t\toperation in the same Region where the metric data is.

" + "smithy.api#documentation": "

A message returned by the GetMetricDataAPI, including a code and a\n description.

\n

If a cross-Region GetMetricData operation fails with a code of\n Forbidden and a value of Authentication too complex to retrieve\n cross region data, you can correct the problem by running the\n GetMetricData operation in the same Region where the metric data\n is.

" } }, "com.amazonaws.cloudwatch#MessageDataCode": { @@ -4701,25 +4813,25 @@ "ActionsEnabled": { "target": "com.amazonaws.cloudwatch#ActionsEnabled", "traits": { - "smithy.api#documentation": "

Indicates whether actions should be executed during any changes to the alarm state.

" + "smithy.api#documentation": "

Indicates whether actions should be executed during any changes to the alarm\n state.

" } }, "OKActions": { "target": "com.amazonaws.cloudwatch#ResourceList", "traits": { - "smithy.api#documentation": "

The actions to execute when this alarm transitions to the OK state\n\t\t\tfrom any other state. Each action is specified as an Amazon Resource Name (ARN).

" + "smithy.api#documentation": "

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

" } }, "AlarmActions": { "target": "com.amazonaws.cloudwatch#ResourceList", "traits": { - "smithy.api#documentation": "

The actions to execute when this alarm transitions to the ALARM state \n\t\t\tfrom any other state. Each action is specified as an Amazon Resource Name (ARN).

" + "smithy.api#documentation": "

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

" } }, "InsufficientDataActions": { "target": "com.amazonaws.cloudwatch#ResourceList", "traits": { - "smithy.api#documentation": "

The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state \n\t\t\tfrom any other state. Each action is specified as an Amazon Resource Name (ARN).

" + "smithy.api#documentation": "

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

" } }, "StateValue": { @@ -4743,13 +4855,13 @@ "StateUpdatedTimestamp": { "target": "com.amazonaws.cloudwatch#Timestamp", "traits": { - "smithy.api#documentation": "

The time stamp of the last update to the value of either the \n\t\t\tStateValue or EvaluationState parameters.

" + "smithy.api#documentation": "

The time stamp of the last update to the value of either the\n StateValue or EvaluationState parameters.

" } }, "MetricName": { "target": "com.amazonaws.cloudwatch#MetricName", "traits": { - "smithy.api#documentation": "

The name of the metric associated with the alarm, if this is an alarm\n\t\tbased on a single metric.

" + "smithy.api#documentation": "

The name of the metric associated with the alarm, if this is an alarm based on a\n single metric.

" } }, "Namespace": { @@ -4761,13 +4873,13 @@ "Statistic": { "target": "com.amazonaws.cloudwatch#Statistic", "traits": { - "smithy.api#documentation": "

The statistic for the metric associated with the alarm, other than percentile.\n\t\t For percentile statistics, use ExtendedStatistic.

" + "smithy.api#documentation": "

The statistic for the metric associated with the alarm, other than percentile. For\n percentile statistics, use ExtendedStatistic.

" } }, "ExtendedStatistic": { "target": "com.amazonaws.cloudwatch#ExtendedStatistic", "traits": { - "smithy.api#documentation": "

The percentile statistic for the metric associated with the alarm. Specify a value between\n\t\t\tp0.0 and p100.

" + "smithy.api#documentation": "

The percentile statistic for the metric associated with the alarm. Specify a value\n between p0.0 and p100.

" } }, "Dimensions": { @@ -4791,7 +4903,7 @@ "EvaluationPeriods": { "target": "com.amazonaws.cloudwatch#EvaluationPeriods", "traits": { - "smithy.api#documentation": "

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

" + "smithy.api#documentation": "

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

" } }, "DatapointsToAlarm": { @@ -4809,43 +4921,43 @@ "ComparisonOperator": { "target": "com.amazonaws.cloudwatch#ComparisonOperator", "traits": { - "smithy.api#documentation": "

The arithmetic operation to use when comparing the specified\n\t\t\tstatistic and threshold. The specified statistic value is used as the first operand.

" + "smithy.api#documentation": "

The arithmetic operation to use when comparing the specified statistic and\n threshold. The specified statistic value is used as the first operand.

" } }, "TreatMissingData": { "target": "com.amazonaws.cloudwatch#TreatMissingData", "traits": { - "smithy.api#documentation": "

Sets how this alarm is to handle missing data points. The valid values\n \tare breaching, notBreaching, ignore, and \n \tmissing. For more information, see\n \tConfiguring how CloudWatch alarms treat missing data.

\n

If this parameter is omitted, the default \n \tbehavior of missing is used.

" + "smithy.api#documentation": "

Sets how this alarm is to handle missing data points. The valid values are\n breaching, notBreaching, ignore, and\n missing. For more information, see Configuring how CloudWatch alarms treat missing data.

\n

If this parameter is omitted, the default behavior of missing is\n used.

" } }, "EvaluateLowSampleCountPercentile": { "target": "com.amazonaws.cloudwatch#EvaluateLowSampleCountPercentile", "traits": { - "smithy.api#documentation": "

Used only for alarms based on percentiles. If ignore, the alarm state does not change \n\t\t\tduring periods with too few data points to be statistically significant. If evaluate or this \n\t\t\tparameter is not used, the alarm is always evaluated and possibly changes state no matter \n\t\t\thow many data points are available.

" + "smithy.api#documentation": "

Used only for alarms based on percentiles. If ignore, the alarm state\n does not change during periods with too few data points to be statistically significant.\n If evaluate or this parameter is not used, the alarm is always evaluated\n and possibly changes state no matter how many data points are available.

" } }, "Metrics": { "target": "com.amazonaws.cloudwatch#MetricDataQueries", "traits": { - "smithy.api#documentation": "

An array of MetricDataQuery structures, used in an alarm based on a \n\t\t\tmetric math expression. Each structure either retrieves a \n\t\t\tmetric or performs a math expression.\n\t\t\t\n\t\t\tOne item in the Metrics array is the math expression that the alarm watches. \n\t\t\tThis expression by designated by having ReturnData set to\n\t\t\ttrue.

" + "smithy.api#documentation": "

An array of MetricDataQuery structures, used in an alarm based on a metric math\n expression. Each structure either retrieves a metric or performs a math expression. One\n item in the Metrics array is the math expression that the alarm watches. This expression\n by designated by having ReturnData set to true.

" } }, "ThresholdMetricId": { "target": "com.amazonaws.cloudwatch#MetricId", "traits": { - "smithy.api#documentation": "

In an alarm based on an anomaly detection model, this is the ID of the \n\t\t\tANOMALY_DETECTION_BAND function \n\t\t\tused as the threshold for the alarm.

" + "smithy.api#documentation": "

In an alarm based on an anomaly detection model, this is the ID of the\n ANOMALY_DETECTION_BAND function used as the threshold for the\n alarm.

" } }, "EvaluationState": { "target": "com.amazonaws.cloudwatch#EvaluationState", "traits": { - "smithy.api#documentation": "

If the value of this field is\n\tPARTIAL_DATA, the alarm is being evaluated based on only partial data. This happens if the\n\tquery used for the alarm returns more than 10,000 metrics. For \n\tmore information, see \n\t\tCreate alarms on Metrics Insights queries.

" + "smithy.api#documentation": "

If the value of this field is PARTIAL_DATA, the alarm is being evaluated\n based on only partial data. This happens if the query used for the alarm returns more\n than 10,000 metrics. For more information, see Create\n alarms on Metrics Insights queries.

" } }, "StateTransitionedTimestamp": { "target": "com.amazonaws.cloudwatch#Timestamp", "traits": { - "smithy.api#documentation": "

The date and time that the alarm's StateValue most recently changed.

" + "smithy.api#documentation": "

The date and time that the alarm's StateValue most recently\n changed.

" } } }, @@ -4865,12 +4977,12 @@ "PeriodicSpikes": { "target": "com.amazonaws.cloudwatch#PeriodicSpikes", "traits": { - "smithy.api#documentation": "

Set this parameter to true if values for this metric consistently include spikes\n\t\t\tthat should not be considered to be anomalies. With this set to true, CloudWatch will expect \n\t\t\tto see spikes that occurred consistently during the model training period, and won't flag future similar spikes\n\t\t\tas anomalies.

" + "smithy.api#documentation": "

Set this parameter to true if values for this metric consistently include\n spikes that should not be considered to be anomalies. With this set to\n true, CloudWatch will expect to see spikes that occurred\n consistently during the model training period, and won't flag future similar spikes as\n anomalies.

" } } }, "traits": { - "smithy.api#documentation": "

This object includes parameters that you can use to provide information to \n\t\t\tCloudWatch to help it build more accurate anomaly detection models.

" + "smithy.api#documentation": "

This object includes parameters that you can use to provide information to CloudWatch to help it build more accurate anomaly detection models.

" } }, "com.amazonaws.cloudwatch#MetricData": { @@ -4892,49 +5004,49 @@ "target": "com.amazonaws.cloudwatch#MetricId", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

A short name used to tie this object to the results in the response. This name must be\n\t\t\tunique within a single call to GetMetricData. If you are performing math\n\t\t\texpressions on this set of data, this name represents that data and can serve as a\n\t\t\tvariable in the mathematical expression. The valid characters are letters, numbers, and\n\t\t\tunderscore. The first character must be a lowercase letter.

", + "smithy.api#documentation": "

A short name used to tie this object to the results in the response. This name must be\n unique within a single call to GetMetricData. If you are performing math\n expressions on this set of data, this name represents that data and can serve as a\n variable in the mathematical expression. The valid characters are letters, numbers, and\n underscore. The first character must be a lowercase letter.

", "smithy.api#required": {} } }, "MetricStat": { "target": "com.amazonaws.cloudwatch#MetricStat", "traits": { - "smithy.api#documentation": "

The metric to be returned, along with statistics, period, and units. Use this parameter only if this object is retrieving a metric \n\t\t\tand not performing a math expression on returned data.

\n

Within one MetricDataQuery object, you must specify either \n\t\t\tExpression or MetricStat but not both.

" + "smithy.api#documentation": "

The metric to be returned, along with statistics, period, and units. Use this\n parameter only if this object is retrieving a metric and not performing a math\n expression on returned data.

\n

Within one MetricDataQuery object, you must specify either Expression or\n MetricStat but not both.

" } }, "Expression": { "target": "com.amazonaws.cloudwatch#MetricExpression", "traits": { - "smithy.api#documentation": "

This field can contain either a Metrics Insights query, or a metric math expression to be performed on the \n\t\t\treturned data. For more information about Metrics Insights queries, see \n\t\t\tMetrics Insights query components and syntax in the\n\t\t\tAmazon CloudWatch User Guide.

\n

A math expression\n\t\t\tcan use the Id of the other metrics or queries to refer to those metrics, and can also use \n\t\t\tthe Id of other \n\t\t\texpressions to use the result of those expressions. For more information about metric math expressions, see \n\t\t\tMetric Math Syntax and Functions in the\n\t\t\tAmazon CloudWatch User Guide.

\n

Within each MetricDataQuery object, you must specify either \n\t\t\tExpression or MetricStat but not both.

" + "smithy.api#documentation": "

This field can contain either a Metrics Insights query, or a metric math expression to\n be performed on the returned data. For more information about Metrics Insights queries,\n see Metrics Insights query components and syntax in the Amazon\n CloudWatch User Guide.

\n

A math expression can use the Id of the other metrics or queries to refer\n to those metrics, and can also use the Id of other expressions to use the\n result of those expressions. For more information about metric math expressions, see\n Metric Math Syntax and Functions in the Amazon CloudWatch User\n Guide.

\n

Within each MetricDataQuery object, you must specify either Expression or\n MetricStat but not both.

" } }, "Label": { "target": "com.amazonaws.cloudwatch#MetricLabel", "traits": { - "smithy.api#documentation": "

A human-readable label for this metric or expression. This is especially useful \n\t\t\tif this is an expression, so that you know\n\t\t\twhat the value represents. If the metric or expression is shown in a \n\t\t\tCloudWatch dashboard widget, the label is shown. If Label is omitted, CloudWatch \n\t\t\tgenerates a default.

\n

You can put dynamic expressions into a label, so that it is more descriptive. \n\t\t\tFor more information, see Using Dynamic Labels.

" + "smithy.api#documentation": "

A human-readable label for this metric or expression. This is especially useful if\n this is an expression, so that you know what the value represents. If the metric or\n expression is shown in a CloudWatch dashboard widget, the label is shown. If Label is\n omitted, CloudWatch generates a default.

\n

You can put dynamic expressions into a label, so that it is more descriptive. For more\n information, see Using Dynamic\n Labels.

" } }, "ReturnData": { "target": "com.amazonaws.cloudwatch#ReturnData", "traits": { - "smithy.api#documentation": "

When used in GetMetricData, this option indicates whether to return the\n\t\t\ttimestamps and raw data values of this metric. If you are performing this call just to\n\t\t\tdo math expressions and do not also need the raw data returned, you can specify\n\t\t\t\tfalse. If you omit this, the default of true is\n\t\t\tused.

\n

When used in PutMetricAlarm, specify true for the one expression result to use as the alarm. For all \n\t\tother metrics and expressions in the same PutMetricAlarm operation, specify ReturnData as False.

" + "smithy.api#documentation": "

When used in GetMetricData, this option indicates whether to return the\n timestamps and raw data values of this metric. If you are performing this call just to\n do math expressions and do not also need the raw data returned, you can specify\n false. If you omit this, the default of true is\n used.

\n

When used in PutMetricAlarm, specify true for the one\n expression result to use as the alarm. For all other metrics and expressions in the same\n PutMetricAlarm operation, specify ReturnData as\n False.

" } }, "Period": { "target": "com.amazonaws.cloudwatch#Period", "traits": { - "smithy.api#documentation": "

The granularity, in seconds, of the returned data points. For metrics with regular resolution, a \n\t\t\tperiod can be as short as one minute (60 seconds) and must be a multiple of 60. \n\t\t\tFor high-resolution metrics that are collected at intervals of less than one minute, \n\t\t\tthe period can be 1, 5, 10, 30, 60, or any multiple of 60. High-resolution metrics are those metrics \n\t\t\tstored by a PutMetricData operation that includes a StorageResolution of 1 second.

" + "smithy.api#documentation": "

The granularity, in seconds, of the returned data points. For metrics with regular\n resolution, a period can be as short as one minute (60 seconds) and must be a multiple\n of 60. For high-resolution metrics that are collected at intervals of less than one\n minute, the period can be 1, 5, 10, 30, 60, or any multiple of 60. High-resolution\n metrics are those metrics stored by a PutMetricData operation that includes\n a StorageResolution of 1 second.

" } }, "AccountId": { "target": "com.amazonaws.cloudwatch#AccountId", "traits": { - "smithy.api#documentation": "

The ID of the account where the metrics are located.

\n

If you are performing a GetMetricData operation in a monitoring account, use this to specify \n\t\t\twhich account to retrieve this metric from.

\n

If you are performing a PutMetricAlarm operation, use this to specify \n\t\t\twhich account contains the metric that the alarm is watching.

" + "smithy.api#documentation": "

The ID of the account where the metrics are located.

\n

If you are performing a GetMetricData operation in a monitoring account,\n use this to specify which account to retrieve this metric from.

\n

If you are performing a PutMetricAlarm operation, use this to specify\n which account contains the metric that the alarm is watching.

" } } }, "traits": { - "smithy.api#documentation": "

This structure is used in both GetMetricData and PutMetricAlarm. The supported\n\t\t\tuse of this structure is different for those two operations.

\n

When used in GetMetricData, it indicates the metric data to return, and whether this call is just retrieving\n\t\t\ta batch set of data for one metric, or is performing a Metrics Insights query or a math expression. A\n\t\t\tsingle GetMetricData call can include up to 500 MetricDataQuery\n\t\t\tstructures.

\n

When used in PutMetricAlarm, it enables you to create an alarm based on a\n\t\t\tmetric math expression. Each MetricDataQuery in the array specifies either\n\t\t\ta metric to retrieve, or a math expression to be performed on retrieved metrics. A\n\t\t\tsingle PutMetricAlarm call can include up to 20\n\t\t\t\tMetricDataQuery structures in the array. The 20 structures can include\n\t\t\tas many as 10 structures that contain a MetricStat parameter to retrieve a\n\t\t\tmetric, and as many as 10 structures that contain the Expression parameter\n\t\t\tto perform a math expression. Of those Expression structures, one must have true\n\t\tas the value for ReturnData. The result of this expression is the value the alarm watches.

\n

Any expression used in a PutMetricAlarm\n\t\t\toperation must return a single time series. For more information, see Metric Math Syntax and Functions in the Amazon CloudWatch User\n\t\t\t\tGuide.

\n

Some of the parameters of this structure also have different uses whether you are using this structure in a GetMetricData\n\t\t\toperation or a PutMetricAlarm operation. These differences are explained in the following parameter list.

" + "smithy.api#documentation": "

This structure is used in both GetMetricData and\n PutMetricAlarm. The supported use of this structure is different for\n those two operations.

\n

When used in GetMetricData, it indicates the metric data to return, and\n whether this call is just retrieving a batch set of data for one metric, or is\n performing a Metrics Insights query or a math expression. A single\n GetMetricData call can include up to 500 MetricDataQuery\n structures.

\n

When used in PutMetricAlarm, it enables you to create an alarm based on a\n metric math expression. Each MetricDataQuery in the array specifies either\n a metric to retrieve, or a math expression to be performed on retrieved metrics. A\n single PutMetricAlarm call can include up to 20\n MetricDataQuery structures in the array. The 20 structures can include\n as many as 10 structures that contain a MetricStat parameter to retrieve a\n metric, and as many as 10 structures that contain the Expression parameter\n to perform a math expression. Of those Expression structures, one must have\n true as the value for ReturnData. The result of this\n expression is the value the alarm watches.

\n

Any expression used in a PutMetricAlarm operation must return a single\n time series. For more information, see Metric Math Syntax and Functions in the Amazon CloudWatch User\n Guide.

\n

Some of the parameters of this structure also have different uses whether you are\n using this structure in a GetMetricData operation or a\n PutMetricAlarm operation. These differences are explained in the\n following parameter list.

" } }, "com.amazonaws.cloudwatch#MetricDataResult": { @@ -4955,19 +5067,19 @@ "Timestamps": { "target": "com.amazonaws.cloudwatch#Timestamps", "traits": { - "smithy.api#documentation": "

The timestamps for the data points, formatted in Unix timestamp format. The number of\n\t\t\ttimestamps always matches the number of values and the value for Timestamps[x] is\n\t\t\tValues[x].

" + "smithy.api#documentation": "

The timestamps for the data points, formatted in Unix timestamp format. The number of\n timestamps always matches the number of values and the value for Timestamps[x] is\n Values[x].

" } }, "Values": { "target": "com.amazonaws.cloudwatch#DatapointValues", "traits": { - "smithy.api#documentation": "

The data points for the metric corresponding to Timestamps. The number of\n\t\t\tvalues always matches the number of timestamps and the timestamp for Values[x] is\n\t\t\tTimestamps[x].

" + "smithy.api#documentation": "

The data points for the metric corresponding to Timestamps. The number of\n values always matches the number of timestamps and the timestamp for Values[x] is\n Timestamps[x].

" } }, "StatusCode": { "target": "com.amazonaws.cloudwatch#StatusCode", "traits": { - "smithy.api#documentation": "

The status of the returned data. Complete indicates that all data points in the requested time range were returned. \n\t\t\tPartialData means that an incomplete set of data points were returned. \n\t\t\t\t\tYou can use the NextToken value that was returned and repeat your request to get more data points. \n\t\t\tNextToken is not returned if you are performing a math expression. InternalError \n\t\t\tindicates that an error occurred. Retry your request using NextToken, if present.

" + "smithy.api#documentation": "

The status of the returned data. Complete indicates that all data points\n in the requested time range were returned. PartialData means that an\n incomplete set of data points were returned. You can use the NextToken\n value that was returned and repeat your request to get more data points.\n NextToken is not returned if you are performing a math expression.\n InternalError indicates that an error occurred. Retry your request\n using NextToken, if present.

" } }, "Messages": { @@ -4978,7 +5090,7 @@ } }, "traits": { - "smithy.api#documentation": "

A GetMetricData call returns an array of MetricDataResult\n\t\t\tstructures. Each of these structures includes the data points for that metric, along\n\t\t\twith the timestamps of those data points and other identifying information.

" + "smithy.api#documentation": "

A GetMetricData call returns an array of MetricDataResult\n structures. Each of these structures includes the data points for that metric, along\n with the timestamps of those data points and other identifying information.

" } }, "com.amazonaws.cloudwatch#MetricDataResultMessages": { @@ -5013,13 +5125,13 @@ "Timestamp": { "target": "com.amazonaws.cloudwatch#Timestamp", "traits": { - "smithy.api#documentation": "

The time the metric data was received, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.

" + "smithy.api#documentation": "

The time the metric data was received, expressed as the number of milliseconds\n since Jan 1, 1970 00:00:00 UTC.

" } }, "Value": { "target": "com.amazonaws.cloudwatch#DatapointValue", "traits": { - "smithy.api#documentation": "

The value for the metric.

\n

Although the parameter accepts numbers of type Double, CloudWatch rejects values that are either too small or\n\t\t\ttoo large. Values must be in the range of -2^360 to 2^360. In addition, special values (for example, NaN, +Infinity, -Infinity)\n\t\t\tare not supported.

" + "smithy.api#documentation": "

The value for the metric.

\n

Although the parameter accepts numbers of type Double, CloudWatch rejects values\n that are either too small or too large. Values must be in the range of -2^360 to 2^360.\n In addition, special values (for example, NaN, +Infinity, -Infinity) are not\n supported.

" } }, "StatisticValues": { @@ -5031,30 +5143,30 @@ "Values": { "target": "com.amazonaws.cloudwatch#Values", "traits": { - "smithy.api#documentation": "

Array of numbers representing the values for the metric during the period. Each unique value is listed just once\n\t\tin this array, and the corresponding number in the Counts array specifies the number of times that value occurred during the period.\n\t\tYou can include up to 150 unique values in each PutMetricData action that specifies a Values array.

\n

Although the Values array accepts numbers of type\n\t\t\tDouble, CloudWatch rejects values that are either too small\n\t\t\tor too large. Values must be in the range of -2^360 to 2^360. In addition, special values (for example, NaN, +Infinity,\n\t\t\t-Infinity) are not supported.

" + "smithy.api#documentation": "

Array of numbers representing the values for the metric during the period. Each unique\n value is listed just once in this array, and the corresponding number in the\n Counts array specifies the number of times that value occurred during\n the period. You can include up to 150 unique values in each PutMetricData\n action that specifies a Values array.

\n

Although the Values array accepts numbers of type Double,\n CloudWatch rejects values that are either too small or too large. Values must be in the\n range of -2^360 to 2^360. In addition, special values (for example, NaN, +Infinity,\n -Infinity) are not supported.

" } }, "Counts": { "target": "com.amazonaws.cloudwatch#Counts", "traits": { - "smithy.api#documentation": "

Array of numbers that is used along with the Values array. Each number in the Count array \n\t\t\tis the number of times the corresponding value in the Values array occurred during the period.

\n

If you omit the Counts array, the default of 1 is used as the value for each count. If you\n\t\tinclude a Counts array, it must include the same amount of values as the Values array.

" + "smithy.api#documentation": "

Array of numbers that is used along with the Values array. Each number in\n the Count array is the number of times the corresponding value in the\n Values array occurred during the period.

\n

If you omit the Counts array, the default of 1 is used as the value for\n each count. If you include a Counts array, it must include the same amount\n of values as the Values array.

" } }, "Unit": { "target": "com.amazonaws.cloudwatch#StandardUnit", "traits": { - "smithy.api#documentation": "

When you are using a Put operation, this defines what unit you want to use when storing the metric.

\n

In \n\t\ta Get operation, this displays the unit that is used for the metric.

" + "smithy.api#documentation": "

When you are using a Put operation, this defines what unit you want to\n use when storing the metric.

\n

In a Get operation, this displays the unit that is used for the\n metric.

" } }, "StorageResolution": { "target": "com.amazonaws.cloudwatch#StorageResolution", "traits": { - "smithy.api#documentation": "

Valid values are 1 and 60. Setting this to 1 specifies this metric as a high-resolution metric, so that CloudWatch stores the metric with \n\t\t\tsub-minute resolution down to one second.\n\t\tSetting this to 60 specifies this metric as a regular-resolution metric, which CloudWatch stores at 1-minute resolution. Currently, high resolution is available\n\t\tonly for custom metrics. For more information about high-resolution metrics, \n\t\t\tsee High-Resolution Metrics in the\n\t\t\tAmazon CloudWatch User Guide.\n\t\t

\n

This field is optional, if you do not specify it the default of 60 is used.

" + "smithy.api#documentation": "

Valid values are 1 and 60. Setting this to 1 specifies this metric as a\n high-resolution metric, so that CloudWatch stores the metric with sub-minute resolution\n down to one second. Setting this to 60 specifies this metric as a regular-resolution\n metric, which CloudWatch stores at 1-minute resolution. Currently, high resolution is\n available only for custom metrics. For more information about high-resolution metrics,\n see High-Resolution Metrics in the Amazon CloudWatch User\n Guide.

\n

This field is optional, if you do not specify it the default of 60 is\n used.

" } } }, "traits": { - "smithy.api#documentation": "

Encapsulates the information sent to either create a metric or add new values\n\t\t\tto be aggregated into an existing metric.

" + "smithy.api#documentation": "

Encapsulates the information sent to either create a metric or add new values to be\n aggregated into an existing metric.

" } }, "com.amazonaws.cloudwatch#MetricExpression": { @@ -5084,12 +5196,12 @@ "MetricDataQueries": { "target": "com.amazonaws.cloudwatch#MetricDataQueries", "traits": { - "smithy.api#documentation": "

An array of metric data query structures \n\t\t\tthat enables you to create an anomaly detector \n\t\t\tbased on the result of a metric math expression.\n\t\t\tEach item in MetricDataQueries gets a metric or performs a math expression.\n\t\t\tOne item in MetricDataQueries is the expression \n\t\t\tthat provides the time series \n\t\t\tthat the anomaly detector uses as input. \n\t\t\tDesignate the expression by setting ReturnData to true \n\t\t\tfor this object in the array.\n\t\t\tFor all other expressions and metrics, set ReturnData to false.\n\t\t\tThe designated expression must return \n\t\t\ta single time series.

" + "smithy.api#documentation": "

An array of metric data query structures that enables you to create an anomaly\n detector based on the result of a metric math expression. Each item in\n MetricDataQueries gets a metric or performs a math expression. One item\n in MetricDataQueries is the expression that provides the time series that\n the anomaly detector uses as input. Designate the expression by setting\n ReturnData to true for this object in the array. For all\n other expressions and metrics, set ReturnData to false. The\n designated expression must return a single time series.

" } } }, "traits": { - "smithy.api#documentation": "

Indicates the CloudWatch math expression that provides the time series the anomaly detector\n\t\t\tuses as input.\n\t\t\tThe designated math expression must return a single time series.

" + "smithy.api#documentation": "

Indicates the CloudWatch math expression that provides the time series the anomaly\n detector uses as input. The designated math expression must return a single time\n series.

" } }, "com.amazonaws.cloudwatch#MetricName": { @@ -5116,7 +5228,7 @@ "target": "com.amazonaws.cloudwatch#Period", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The granularity, in seconds, of the returned data points. For metrics with regular resolution, a period can\n\t\t\tbe as short as one minute (60 seconds) and must be a multiple of 60. For high-resolution metrics that are collected\n\t\t\tat intervals of less than one minute, the period can be 1, 5, 10, 30, 60, or any multiple of 60. High-resolution metrics\n\t\t\tare those metrics stored by a PutMetricData call that includes a StorageResolution of 1 second.

\n

If the StartTime parameter specifies a time stamp that is greater than\n\t\t\t\t3 hours ago, you must specify the period as follows or no data points in that time range is returned:

\n ", + "smithy.api#documentation": "

The granularity, in seconds, of the returned data points. For metrics with regular\n resolution, a period can be as short as one minute (60 seconds) and must be a multiple\n of 60. For high-resolution metrics that are collected at intervals of less than one\n minute, the period can be 1, 5, 10, 30, 60, or any multiple of 60. High-resolution\n metrics are those metrics stored by a PutMetricData call that includes a\n StorageResolution of 1 second.

\n

If the StartTime parameter specifies a time stamp that is greater than\n 3 hours ago, you must specify the period as follows or no data points in that time range\n is returned:

\n ", "smithy.api#required": {} } }, @@ -5124,19 +5236,19 @@ "target": "com.amazonaws.cloudwatch#Stat", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The statistic to return. It can include any CloudWatch statistic or extended statistic.

", + "smithy.api#documentation": "

The statistic to return. It can include any CloudWatch statistic or extended\n statistic.

", "smithy.api#required": {} } }, "Unit": { "target": "com.amazonaws.cloudwatch#StandardUnit", "traits": { - "smithy.api#documentation": "

When you are using a Put operation, this defines what unit you want to use when storing the metric.

\n

In a Get operation, if you omit Unit then all data that was collected with any unit is returned, along with the corresponding units that were specified\n\t\t\twhen the data was reported to CloudWatch. If you specify a unit, the operation returns only data that was collected with that unit specified.\n\t\t\tIf you specify a unit that does not match the data collected, the results of the operation are null. CloudWatch does not perform unit conversions.

" + "smithy.api#documentation": "

When you are using a Put operation, this defines what unit you want to\n use when storing the metric.

\n

In a Get operation, if you omit Unit then all data that\n was collected with any unit is returned, along with the corresponding units that were\n specified when the data was reported to CloudWatch. If you specify a unit, the operation\n returns only data that was collected with that unit specified. If you specify a unit\n that does not match the data collected, the results of the operation are null.\n CloudWatch does not perform unit conversions.

" } } }, "traits": { - "smithy.api#documentation": "

This structure defines the metric to be returned, along with the statistics, period, and units.

" + "smithy.api#documentation": "

This structure defines the metric to be returned, along with the statistics, period,\n and units.

" } }, "com.amazonaws.cloudwatch#MetricStreamEntries": { @@ -5163,7 +5275,7 @@ "LastUpdateDate": { "target": "com.amazonaws.cloudwatch#Timestamp", "traits": { - "smithy.api#documentation": "

The date that the configuration of this metric stream was most recently updated.

" + "smithy.api#documentation": "

The date that the configuration of this metric stream was most recently\n updated.

" } }, "Name": { @@ -5175,19 +5287,19 @@ "FirehoseArn": { "target": "com.amazonaws.cloudwatch#AmazonResourceName", "traits": { - "smithy.api#documentation": "

The ARN of the Kinesis Firehose devlivery stream that is used for this metric stream.

" + "smithy.api#documentation": "

The ARN of the Kinesis Firehose devlivery stream that is used for this metric\n stream.

" } }, "State": { "target": "com.amazonaws.cloudwatch#MetricStreamState", "traits": { - "smithy.api#documentation": "

The current state of this stream. Valid values are running and stopped.

" + "smithy.api#documentation": "

The current state of this stream. Valid values are running and\n stopped.

" } }, "OutputFormat": { "target": "com.amazonaws.cloudwatch#MetricStreamOutputFormat", "traits": { - "smithy.api#documentation": "

The output format of this metric stream. Valid values are \n\t\t\tjson, opentelemetry1.0, \n\t\t\tand opentelemetry0.7.

" + "smithy.api#documentation": "

The output format of this metric stream. Valid values are json,\n opentelemetry1.0, and opentelemetry0.7.

" } } }, @@ -5201,18 +5313,18 @@ "Namespace": { "target": "com.amazonaws.cloudwatch#Namespace", "traits": { - "smithy.api#documentation": "

The name of the metric namespace for this filter.

\n

The namespace can contain only ASCII printable characters (ASCII range 32 through 126). It must\n\t\t\tcontain at least one non-whitespace character.

" + "smithy.api#documentation": "

The name of the metric namespace for this filter.

\n

The namespace can contain only ASCII printable characters (ASCII range 32 through\n 126). It must contain at least one non-whitespace character.

" } }, "MetricNames": { "target": "com.amazonaws.cloudwatch#MetricStreamFilterMetricNames", "traits": { - "smithy.api#documentation": "

The names of the metrics to either include or exclude from the metric stream.

\n

If you omit this parameter, all metrics in the namespace are included or excluded, \n\t\tdepending on whether this filter is specified as an exclude filter or an include filter.

\n

Each metric name can contain only ASCII printable characters (ASCII range 32 through 126). \n\t\t\tEach metric name must contain at least one non-whitespace character.

" + "smithy.api#documentation": "

The names of the metrics to either include or exclude from the metric stream.

\n

If you omit this parameter, all metrics in the namespace are included or excluded,\n depending on whether this filter is specified as an exclude filter or an include\n filter.

\n

Each metric name can contain only ASCII printable characters (ASCII range 32 through\n 126). Each metric name must contain at least one non-whitespace character.

" } } }, "traits": { - "smithy.api#documentation": "

This structure contains a metric namespace and optionally, a list of metric names, \n\t\t\tto either include in a metric stream or exclude from\n\t\t\ta metric stream.

\n

A metric stream's filters can include up to 1000 total names. This limit\n\t\t\tapplies to the sum of namespace names and metric names in the filters. For example, \n\t\tthis could include 10 metric namespace filters with 99 metrics each, or 20 namespace filters\n\t\twith 49 metrics specified in each filter.

" + "smithy.api#documentation": "

This structure contains a metric namespace and optionally, a list of metric names, to\n either include in a metric stream or exclude from a metric stream.

\n

A metric stream's filters can include up to 1000 total names. This limit applies to\n the sum of namespace names and metric names in the filters. For example, this could\n include 10 metric namespace filters with 99 metrics each, or 20 namespace filters with\n 49 metrics specified in each filter.

" } }, "com.amazonaws.cloudwatch#MetricStreamFilterMetricNames": { @@ -5290,7 +5402,7 @@ "target": "com.amazonaws.cloudwatch#MetricStreamStatisticsIncludeMetrics", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

An array of metric name and namespace pairs that stream the additional statistics listed\n\t\t\tin the value of the AdditionalStatistics parameter. There can be as many as \n\t\t\t100 pairs in the array.

\n

All metrics that match the combination of metric name and namespace will be streamed\n\t\t\twith the additional statistics, no matter their dimensions.

", + "smithy.api#documentation": "

An array of metric name and namespace pairs that stream the additional statistics\n listed in the value of the AdditionalStatistics parameter. There can be as\n many as 100 pairs in the array.

\n

All metrics that match the combination of metric name and namespace will be streamed\n with the additional statistics, no matter their dimensions.

", "smithy.api#required": {} } }, @@ -5298,13 +5410,13 @@ "target": "com.amazonaws.cloudwatch#MetricStreamStatisticsAdditionalStatistics", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The list of additional statistics that are to be streamed for the metrics listed\n\t\t\tin the IncludeMetrics array in this structure. This list can include as many as 20 statistics.

\n

If the OutputFormat for the stream is opentelemetry1.0 or opentelemetry0.7, the only \n\t\t\tvalid values are p??\n percentile statistics such as p90, p99 and so on.

\n

If the OutputFormat for the stream is json, \n\t\t\tthe valid values include the abbreviations for all of the statistics listed in \n\t\t\t\n\t\t\t\tCloudWatch statistics definitions. For example, this includes\n\t\t\ttm98, \n wm90, PR(:300), and so on.

", + "smithy.api#documentation": "

The list of additional statistics that are to be streamed for the metrics listed in\n the IncludeMetrics array in this structure. This list can include as many\n as 20 statistics.

\n

If the OutputFormat for the stream is opentelemetry1.0 or\n opentelemetry0.7, the only valid values are\n p??\n percentile statistics such as\n p90, p99 and so on.

\n

If the OutputFormat for the stream is json, the valid values\n include the abbreviations for all of the statistics listed in \n CloudWatch statistics definitions. For example, this includes\n tm98, \n wm90, PR(:300), and so on.

", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "

By default, a metric stream always sends the MAX, MIN, SUM, \n\t\t\tand SAMPLECOUNT statistics for each metric that is streamed. This structure contains information for\n\t\t\tone metric that includes additional statistics in the stream. For more information about statistics, \n\t\t\tsee CloudWatch, listed in \n\t\t\t\n\t\t\t\tCloudWatch statistics definitions.

" + "smithy.api#documentation": "

By default, a metric stream always sends the MAX, MIN,\n SUM, and SAMPLECOUNT statistics for each metric that is\n streamed. This structure contains information for one metric that includes additional\n statistics in the stream. For more information about statistics, see CloudWatch,\n listed in \n CloudWatch statistics definitions.

" } }, "com.amazonaws.cloudwatch#MetricStreamStatisticsConfigurations": { @@ -5340,7 +5452,7 @@ } }, "traits": { - "smithy.api#documentation": "

This object contains the information for one metric that is to be streamed with \n\t\t\tadditional statistics.

" + "smithy.api#documentation": "

This object contains the information for one metric that is to be streamed with\n additional statistics.

" } }, "com.amazonaws.cloudwatch#MetricWidget": { @@ -5426,7 +5538,7 @@ } }, "traits": { - "smithy.api#documentation": "

This array is empty if the API operation was successful for all the rules specified in the request. If the operation could\n\t\tnot process one of the rules, the following data is returned for each of those rules.

" + "smithy.api#documentation": "

This array is empty if the API operation was successful for all the rules specified in\n the request. If the operation could not process one of the rules, the following data is\n returned for each of those rules.

" } }, "com.amazonaws.cloudwatch#Period": { @@ -5466,7 +5578,7 @@ } ], "traits": { - "smithy.api#documentation": "

Creates an anomaly detection model for a CloudWatch metric. You can use the model\n\t\t\tto display a band of expected normal values when the metric is graphed.

\n

If you have enabled unified cross-account observability, and this account is a monitoring\n\t\t\taccount, the metric can be in the same account or a source account. You can specify the account ID\n\t\t\tin the object you specify in the SingleMetricAnomalyDetector parameter.

\n

For more information, see CloudWatch Anomaly Detection.

" + "smithy.api#documentation": "

Creates an anomaly detection model for a CloudWatch metric. You can use the model to\n display a band of expected normal values when the metric is graphed.

\n

If you have enabled unified cross-account observability, and this account is a\n monitoring account, the metric can be in the same account or a source account. You can\n specify the account ID in the object you specify in the\n SingleMetricAnomalyDetector parameter.

\n

For more information, see CloudWatch Anomaly Detection.

" } }, "com.amazonaws.cloudwatch#PutAnomalyDetectorInput": { @@ -5511,25 +5623,25 @@ "Configuration": { "target": "com.amazonaws.cloudwatch#AnomalyDetectorConfiguration", "traits": { - "smithy.api#documentation": "

The configuration specifies details about how the \n\t\t\tanomaly detection model is to be trained, including \n\t\t\ttime ranges to exclude when training and updating the model.\n\t\t\tYou can specify as many as 10 time ranges.

\n

The configuration can also include the time zone to use for \n\t\t\tthe metric.

" + "smithy.api#documentation": "

The configuration specifies details about how the anomaly detection model is to be\n trained, including time ranges to exclude when training and updating the model. You can\n specify as many as 10 time ranges.

\n

The configuration can also include the time zone to use for the metric.

" } }, "MetricCharacteristics": { "target": "com.amazonaws.cloudwatch#MetricCharacteristics", "traits": { - "smithy.api#documentation": "

Use this object to include parameters to provide information about your metric to \n\t\t\tCloudWatch to help it build more accurate anomaly detection models. Currently, it includes\n\t\t\tthe PeriodicSpikes parameter.

" + "smithy.api#documentation": "

Use this object to include parameters to provide information about your metric to\n CloudWatch to help it build more accurate anomaly detection models.\n Currently, it includes the PeriodicSpikes parameter.

" } }, "SingleMetricAnomalyDetector": { "target": "com.amazonaws.cloudwatch#SingleMetricAnomalyDetector", "traits": { - "smithy.api#documentation": "

A single metric anomaly detector to be created.

\n

When using SingleMetricAnomalyDetector, \n\t\t\tyou cannot include the following parameters in the same operation:

\n \n

Instead, specify the single metric anomaly detector attributes\n\t\t\tas part of the property SingleMetricAnomalyDetector.

" + "smithy.api#documentation": "

A single metric anomaly detector to be created.

\n

When using SingleMetricAnomalyDetector, you cannot include the following\n parameters in the same operation:

\n \n

Instead, specify the single metric anomaly detector attributes as part of the property\n SingleMetricAnomalyDetector.

" } }, "MetricMathAnomalyDetector": { "target": "com.amazonaws.cloudwatch#MetricMathAnomalyDetector", "traits": { - "smithy.api#documentation": "

The metric math anomaly detector to be created.

\n

When using MetricMathAnomalyDetector, you cannot include the following parameters in the same operation:

\n \n

Instead, specify the metric math anomaly detector attributes\n\t\t\tas part of the property MetricMathAnomalyDetector.

" + "smithy.api#documentation": "

The metric math anomaly detector to be created.

\n

When using MetricMathAnomalyDetector, you cannot include the following\n parameters in the same operation:

\n \n

Instead, specify the metric math anomaly detector attributes as part of the property\n MetricMathAnomalyDetector.

" } } }, @@ -5558,7 +5670,7 @@ } ], "traits": { - "smithy.api#documentation": "

Creates or updates a composite alarm. When you create a composite\n\t\t\talarm, you specify a rule expression for the alarm that takes into account the alarm\n\t\t\tstates of other alarms that you have created. The composite alarm goes into ALARM state\n\t\t\tonly if all conditions of the rule are met.

\n

The alarms specified in a composite alarm's rule expression can include metric alarms\n\t\t\tand other composite alarms. The rule expression of a composite alarm can include as many as 100 underlying alarms. \n\t\t\tAny single alarm can be included in the rule expressions of as many as 150 composite alarms.

\n

Using composite alarms can reduce\n\t\t\talarm noise. You can create multiple metric alarms,\n\t\t\tand also create a composite alarm and\n\t\t\tset up alerts only\n\t\t\tfor the composite alarm. For example, you could create a composite\n\t\t\talarm that goes into ALARM state only when more than one of the underlying metric alarms\n\t\t\tare in ALARM state.

\n

Composite alarms can take the following actions:

\n \n \n

It is possible to create a loop or cycle of composite alarms, where composite alarm A depends on composite alarm B, and \n\t\t\tcomposite alarm B also depends on composite alarm A. In this scenario, you can't delete any composite alarm that is part of the cycle \n\t\t\tbecause there is always still a composite alarm that depends on that alarm that you want to delete.

\n

To get out of such a situation, you must\n\t\t\tbreak the cycle by changing the rule of one of the composite alarms in the cycle to remove a dependency that creates the cycle. The simplest\n\t\t\tchange to make to break a cycle is to change the AlarmRule of one of the alarms to false.

\n

Additionally, the evaluation of composite alarms stops if CloudWatch detects a cycle in the evaluation path.\n\t\t

\n
\n

When this operation creates an alarm, the alarm state is immediately set to\n\t\t\t\tINSUFFICIENT_DATA. The alarm is then evaluated and its state is set\n\t\t\tappropriately. Any actions associated with the new state are then executed. For a\n\t\t\tcomposite alarm, this initial time after creation is the only time that\n\t\t\tthe\n\t\t\talarm can be in INSUFFICIENT_DATA state.

\n

When you update an existing alarm, its state is left unchanged, but the update\n\t\t\tcompletely overwrites the previous configuration of the alarm.

\n

To use this operation, you must be signed on with \n\t\t\tthe cloudwatch:PutCompositeAlarm permission that is scoped to *. You can't create a\n\t\t\tcomposite alarms if your cloudwatch:PutCompositeAlarm permission has a narrower scope.

\n

If you are an IAM user, you must have iam:CreateServiceLinkedRole to create\n\t\t\ta composite alarm that has Systems Manager OpsItem actions.

" + "smithy.api#documentation": "

Creates or updates a composite alarm. When you create a composite\n alarm, you specify a rule expression for the alarm that takes into account the alarm\n states of other alarms that you have created. The composite alarm goes into ALARM state\n only if all conditions of the rule are met.

\n

The alarms specified in a composite alarm's rule expression can include metric alarms\n and other composite alarms. The rule expression of a composite alarm can include as many\n as 100 underlying alarms. Any single alarm can be included in the rule expressions of as\n many as 150 composite alarms.

\n

Using composite alarms can reduce alarm noise. You can create multiple metric alarms,\n and also create a composite alarm and set up alerts only for the composite alarm. For\n example, you could create a composite alarm that goes into ALARM state only when more\n than one of the underlying metric alarms are in ALARM state.

\n

Composite alarms can take the following actions:

\n \n \n

It is possible to create a loop or cycle of composite alarms, where composite\n alarm A depends on composite alarm B, and composite alarm B also depends on\n composite alarm A. In this scenario, you can't delete any composite alarm that is\n part of the cycle because there is always still a composite alarm that depends on\n that alarm that you want to delete.

\n

To get out of such a situation, you must break the cycle by changing the rule of\n one of the composite alarms in the cycle to remove a dependency that creates the\n cycle. The simplest change to make to break a cycle is to change the\n AlarmRule of one of the alarms to false.

\n

Additionally, the evaluation of composite alarms stops if CloudWatch detects a\n cycle in the evaluation path.

\n
\n

When this operation creates an alarm, the alarm state is immediately set to\n INSUFFICIENT_DATA. The alarm is then evaluated and its state is set\n appropriately. Any actions associated with the new state are then executed. For a\n composite alarm, this initial time after creation is the only time that the alarm can be\n in INSUFFICIENT_DATA state.

\n

When you update an existing alarm, its state is left unchanged, but the update\n completely overwrites the previous configuration of the alarm.

\n

To use this operation, you must be signed on with the\n cloudwatch:PutCompositeAlarm permission that is scoped to\n *. You can't create a composite alarms if your\n cloudwatch:PutCompositeAlarm permission has a narrower scope.

\n

If you are an IAM user, you must have\n iam:CreateServiceLinkedRole to create a composite alarm that has\n Systems Manager OpsItem actions.

" } }, "com.amazonaws.cloudwatch#PutCompositeAlarmInput": { @@ -5567,13 +5679,13 @@ "ActionsEnabled": { "target": "com.amazonaws.cloudwatch#ActionsEnabled", "traits": { - "smithy.api#documentation": "

Indicates whether actions should be executed during any changes to the alarm state of the composite alarm. The default is \n\t\t\tTRUE.

" + "smithy.api#documentation": "

Indicates whether actions should be executed during any changes to the alarm state of\n the composite alarm. The default is TRUE.

" } }, "AlarmActions": { "target": "com.amazonaws.cloudwatch#ResourceList", "traits": { - "smithy.api#documentation": "

The actions to execute when this alarm transitions to the ALARM state from any other state. \n\t\t\tEach action is specified as an Amazon Resource Name (ARN).

\n

Valid Values: ]

\n

\n Amazon SNS actions:\n

\n

\n arn:aws:sns:region:account-id:sns-topic-name\n \n

\n

\n Lambda actions:\n

\n \n

\n Systems Manager actions:\n

\n

\n arn:aws:ssm:region:account-id:opsitem:severity\n \n

" + "smithy.api#documentation": "

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

\n

Valid Values: ]

\n

\n Amazon SNS actions:\n

\n

\n arn:aws:sns:region:account-id:sns-topic-name\n \n

\n

\n Lambda actions:\n

\n \n

\n Systems Manager actions:\n

\n

\n arn:aws:ssm:region:account-id:opsitem:severity\n \n

" } }, "AlarmDescription": { @@ -5586,7 +5698,7 @@ "target": "com.amazonaws.cloudwatch#AlarmName", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name for the composite alarm. This name must be unique within the Region.

", + "smithy.api#documentation": "

The name for the composite alarm. This name must be unique within the\n Region.

", "smithy.api#required": {} } }, @@ -5594,44 +5706,44 @@ "target": "com.amazonaws.cloudwatch#AlarmRule", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

An expression that specifies which other alarms are to be evaluated to determine this\n\t\t\tcomposite alarm's state. For each alarm that you reference, you\n\t\t\tdesignate a function that\n\t\t\tspecifies whether that alarm needs to be in ALARM state, OK state, or INSUFFICIENT_DATA state. You\n\t\t\tcan use operators (AND, OR and NOT) to combine multiple functions in a single expression. You can use parenthesis to logically group the \n\t\t\tfunctions in your expression.

\n

You can use either alarm names or ARNs to reference the other alarms that are to be evaluated.

\n

Functions can include the following:

\n \n

TRUE and FALSE are useful for testing a complex AlarmRule structure, and \n\t\tfor testing your alarm actions.

\n

Alarm names specified in AlarmRule can be surrounded with double-quotes (\"), but do not have to be.

\n

The following\n\t\t\tare some examples of AlarmRule:

\n \n

The AlarmRule can specify as many as 100\n\t\t\t\"children\" alarms. The AlarmRule expression can have as many as 500 elements. Elements\n\t\t\tare child alarms, TRUE or FALSE statements, and\n\t\t\tparentheses.

", + "smithy.api#documentation": "

An expression that specifies which other alarms are to be evaluated to determine this\n composite alarm's state. For each alarm that you reference, you designate a function\n that specifies whether that alarm needs to be in ALARM state, OK state, or\n INSUFFICIENT_DATA state. You can use operators (AND, OR and NOT) to combine multiple\n functions in a single expression. You can use parenthesis to logically group the\n functions in your expression.

\n

You can use either alarm names or ARNs to reference the other alarms that are to be\n evaluated.

\n

Functions can include the following:

\n \n

TRUE and FALSE are useful for testing a complex AlarmRule structure, and\n for testing your alarm actions.

\n

Alarm names specified in AlarmRule can be surrounded with double-quotes\n (\"), but do not have to be.

\n

The following are some examples of AlarmRule:

\n \n

The AlarmRule can specify as many as 100 \"children\" alarms. The\n AlarmRule expression can have as many as 500 elements. Elements are\n child alarms, TRUE or FALSE statements, and parentheses.

", "smithy.api#required": {} } }, "InsufficientDataActions": { "target": "com.amazonaws.cloudwatch#ResourceList", "traits": { - "smithy.api#documentation": "

The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. \n\t\t\tEach action is specified as an Amazon Resource Name (ARN).

\n

Valid Values: ]

\n

\n Amazon SNS actions:\n

\n

\n arn:aws:sns:region:account-id:sns-topic-name\n \n

\n

\n Lambda actions:\n

\n " + "smithy.api#documentation": "

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

\n

Valid Values: ]

\n

\n Amazon SNS actions:\n

\n

\n arn:aws:sns:region:account-id:sns-topic-name\n \n

\n

\n Lambda actions:\n

\n " } }, "OKActions": { "target": "com.amazonaws.cloudwatch#ResourceList", "traits": { - "smithy.api#documentation": "

The actions to execute when this alarm transitions to an OK state\n\t\t\tfrom any other state. Each action is specified as an Amazon Resource Name (ARN).

\n

Valid Values: ]

\n

\n Amazon SNS actions:\n

\n

\n arn:aws:sns:region:account-id:sns-topic-name\n \n

\n

\n Lambda actions:\n

\n " + "smithy.api#documentation": "

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

\n

Valid Values: ]

\n

\n Amazon SNS actions:\n

\n

\n arn:aws:sns:region:account-id:sns-topic-name\n \n

\n

\n Lambda actions:\n

\n " } }, "Tags": { "target": "com.amazonaws.cloudwatch#TagList", "traits": { - "smithy.api#documentation": "

A list of key-value pairs to associate with the alarm. You can associate as many as 50 tags with an alarm.\n\t\t\tTo be able to associate tags with the alarm when you create the alarm, you must\n\t\t\thave the cloudwatch:TagResource permission.

\n

Tags can help you organize and categorize your resources. You can also use them to scope user\n\t\t\tpermissions by granting a user\n\t\t\tpermission to access or change only resources with certain tag values.

\n

If you are using this operation to update an existing alarm, any tags\n\t\t\tyou specify in this parameter are ignored. To change the tags of an existing alarm, use\n\t\t\tTagResource\n\t\t\tor UntagResource.

" + "smithy.api#documentation": "

A list of key-value pairs to associate with the alarm. You can associate as many as\n 50 tags with an alarm. To be able to associate tags with the alarm when you create the\n alarm, you must have the cloudwatch:TagResource permission.

\n

Tags can help you organize and categorize your resources. You can also use them to\n scope user permissions by granting a user permission to access or change only resources\n with certain tag values.

\n

If you are using this operation to update an existing alarm, any tags you specify in\n this parameter are ignored. To change the tags of an existing alarm, use TagResource or UntagResource.

" } }, "ActionsSuppressor": { "target": "com.amazonaws.cloudwatch#AlarmArn", "traits": { - "smithy.api#documentation": "

\n\t\t\tActions will be suppressed \n\t\t\tif the suppressor alarm is \n\t\t\tin the ALARM state.\n\t\t\tActionsSuppressor can be an AlarmName or an Amazon Resource Name (ARN) \n\t\t\tfrom an existing alarm.\n\t\t

" + "smithy.api#documentation": "

Actions will be suppressed if the suppressor alarm is in the ALARM\n state. ActionsSuppressor can be an AlarmName or an Amazon Resource Name\n (ARN) from an existing alarm.

" } }, "ActionsSuppressorWaitPeriod": { "target": "com.amazonaws.cloudwatch#SuppressorPeriod", "traits": { - "smithy.api#documentation": "

\n\t\t\tThe maximum time \n\t\t\tin seconds \n\t\t\tthat the composite alarm waits\n\t\t\tfor the suppressor alarm \n\t\t\tto go \n\t\t\tinto the ALARM state. \n\t\t\tAfter this time, \n\t\t\tthe composite alarm performs its actions.\n\t\t

\n \n

\n WaitPeriod \n\t\t\t\tis required only \n\t\t\t\twhen ActionsSuppressor is specified.\n\t\t\t

\n
" + "smithy.api#documentation": "

The maximum time in seconds that the composite alarm waits for the suppressor alarm\n to go into the ALARM state. After this time, the composite alarm performs\n its actions.

\n \n

\n WaitPeriod is required only when ActionsSuppressor is\n specified.

\n
" } }, "ActionsSuppressorExtensionPeriod": { "target": "com.amazonaws.cloudwatch#SuppressorPeriod", "traits": { - "smithy.api#documentation": "

\n\t\t\tThe maximum time \n\t\t\tin seconds\n\t\t\tthat the composite alarm waits \n\t\t\tafter suppressor alarm goes out \n\t\t\tof the ALARM state. \n\t\t\tAfter this time, \n\t\t\tthe composite alarm performs its actions.\n\t\t

\n \n

\n ExtensionPeriod \n\t\t\t\tis required only \n\t\t\t\twhen ActionsSuppressor is specified.\n\t\t\t

\n
" + "smithy.api#documentation": "

The maximum time in seconds that the composite alarm waits after suppressor alarm\n goes out of the ALARM state. After this time, the composite alarm performs\n its actions.

\n \n

\n ExtensionPeriod is required only when ActionsSuppressor is\n specified.

\n
" } } }, @@ -5656,7 +5768,7 @@ } ], "traits": { - "smithy.api#documentation": "

Creates a dashboard if it does not already exist, or updates an existing dashboard. If you update a dashboard,\n\t\tthe entire contents are replaced with what you specify here.

\n

All dashboards in your account are global, not region-specific.

\n

A simple way to create a dashboard using PutDashboard is to copy an \n\t\t\texisting dashboard. To copy an existing dashboard using the console, you can load the dashboard\n\t\t\tand then use the View/edit source command in the Actions menu to display the JSON block\n\t\t\tfor that dashboard. Another way to copy a dashboard is to \n\t\t\tuse GetDashboard, and then use the data returned\n\t\t\twithin DashboardBody as the template for the new dashboard when you call PutDashboard.

\n

When you create a dashboard with PutDashboard, a good practice is to \n\t\t\tadd a text widget at the top of the dashboard with a message that the dashboard was created by script and should\n\t\tnot be changed in the console. This message could also point console users to the location \n\t\tof the DashboardBody script or the CloudFormation template used to create the\n\t\tdashboard.

" + "smithy.api#documentation": "

Creates a dashboard if it does not already exist, or updates an existing dashboard.\n If you update a dashboard, the entire contents are replaced with what you specify\n here.

\n

All dashboards in your account are global, not region-specific.

\n

A simple way to create a dashboard using PutDashboard is to copy an\n existing dashboard. To copy an existing dashboard using the console, you can load the\n dashboard and then use the View/edit source command in the Actions menu to display the\n JSON block for that dashboard. Another way to copy a dashboard is to use\n GetDashboard, and then use the data returned within\n DashboardBody as the template for the new dashboard when you call\n PutDashboard.

\n

When you create a dashboard with PutDashboard, a good practice is to\n add a text widget at the top of the dashboard with a message that the dashboard was\n created by script and should not be changed in the console. This message could also\n point console users to the location of the DashboardBody script or the\n CloudFormation template used to create the dashboard.

" } }, "com.amazonaws.cloudwatch#PutDashboardInput": { @@ -5666,7 +5778,7 @@ "target": "com.amazonaws.cloudwatch#DashboardName", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name of the dashboard. If a dashboard with this name already exists, this call modifies that dashboard, replacing\n\t\t\tits current contents. Otherwise, a new dashboard is created. The maximum length is 255, and valid characters are \n\t\t\tA-Z, a-z, 0-9, \"-\", and \"_\". This parameter is required.

", + "smithy.api#documentation": "

The name of the dashboard. If a dashboard with this name already exists, this call\n modifies that dashboard, replacing its current contents. Otherwise, a new dashboard is\n created. The maximum length is 255, and valid characters are A-Z, a-z, 0-9, \"-\", and\n \"_\". This parameter is required.

", "smithy.api#required": {} } }, @@ -5674,7 +5786,7 @@ "target": "com.amazonaws.cloudwatch#DashboardBody", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The detailed information about the dashboard in JSON format, including the widgets to include and their location\n\t\t\ton the dashboard. This parameter is required.

\n

For more information about the syntax, \n\t\t\tsee Dashboard Body Structure and Syntax.

", + "smithy.api#documentation": "

The detailed information about the dashboard in JSON format, including the widgets\n to include and their location on the dashboard. This parameter is required.

\n

For more information about the syntax, see Dashboard Body Structure and Syntax.

", "smithy.api#required": {} } } @@ -5689,7 +5801,7 @@ "DashboardValidationMessages": { "target": "com.amazonaws.cloudwatch#DashboardValidationMessages", "traits": { - "smithy.api#documentation": "

If the input for PutDashboard was correct and the dashboard was successfully created or modified, this result is empty.

\n

If this result includes only warning messages, then the input was valid enough for the dashboard to be\n\t\t\tcreated or modified, but some elements of the dashboard\n\t\t\tmight not render.

\n

If this result includes error messages, the input was not valid and the operation failed.

" + "smithy.api#documentation": "

If the input for PutDashboard was correct and the dashboard was\n successfully created or modified, this result is empty.

\n

If this result includes only warning messages, then the input was valid enough for\n the dashboard to be created or modified, but some elements of the dashboard might not\n render.

\n

If this result includes error messages, the input was not valid and the operation\n failed.

" } } }, @@ -5717,7 +5829,7 @@ } ], "traits": { - "smithy.api#documentation": "

Creates a Contributor Insights rule. Rules evaluate log events in a\n\t\tCloudWatch Logs log group, enabling you to find contributor data for the log events in that log group. For more information, \n\t\tsee Using Contributor Insights to Analyze High-Cardinality Data.

\n

If you create a rule, delete it, and then re-create it with the same name, historical data from the first time\n\t\t\tthe rule was created might not be available.

" + "smithy.api#documentation": "

Creates a Contributor Insights rule. Rules evaluate log events in a CloudWatch Logs\n log group, enabling you to find contributor data for the log events in that log group.\n For more information, see Using Contributor\n Insights to Analyze High-Cardinality Data.

\n

If you create a rule, delete it, and then re-create it with the same name, historical\n data from the first time the rule was created might not be available.

" } }, "com.amazonaws.cloudwatch#PutInsightRuleInput": { @@ -5741,14 +5853,14 @@ "target": "com.amazonaws.cloudwatch#InsightRuleDefinition", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The definition of the rule, as a JSON object. For details on the valid syntax, see \n\t\t\tContributor Insights\n\t\t\tRule Syntax.

", + "smithy.api#documentation": "

The definition of the rule, as a JSON object. For details on the valid syntax, see\n Contributor Insights Rule Syntax.

", "smithy.api#required": {} } }, "Tags": { "target": "com.amazonaws.cloudwatch#TagList", "traits": { - "smithy.api#documentation": "

A list of key-value pairs to associate with the Contributor Insights rule. \n\t\t\tYou can associate as many as 50 tags with a rule.

\n

Tags can help you organize and categorize your\n\t\t\tresources. You can also use them to scope user permissions, by \n\t\t\tgranting a user permission to access or change only the resources that have\n\t\t\tcertain tag values.

\n

To be able to associate tags with a rule, you must have the cloudwatch:TagResource\n\t\tpermission in addition to the cloudwatch:PutInsightRule permission.

\n

If you are using this operation to update an existing Contributor Insights rule, any tags\n\t\tyou specify in this parameter are ignored. To change the tags of an existing rule, use\n\t\t\tTagResource.

" + "smithy.api#documentation": "

A list of key-value pairs to associate with the Contributor Insights rule. You can\n associate as many as 50 tags with a rule.

\n

Tags can help you organize and categorize your resources. You can also use them to\n scope user permissions, by granting a user permission to access or change only the\n resources that have certain tag values.

\n

To be able to associate tags with a rule, you must have the\n cloudwatch:TagResource permission in addition to the\n cloudwatch:PutInsightRule permission.

\n

If you are using this operation to update an existing Contributor Insights rule, any\n tags you specify in this parameter are ignored. To change the tags of an existing rule,\n use TagResource.

" } } }, @@ -5780,7 +5892,7 @@ } ], "traits": { - "smithy.api#documentation": "

\n\t\t\tCreates a managed Contributor Insights rule \n\t\t\tfor a specified Amazon Web Services resource.\n\t\t\tWhen you enable a managed rule, \n\t\t\tyou create a Contributor Insights rule \n\t\t\tthat collects data \n\t\t\tfrom Amazon Web Services services. \n\t\t\tYou cannot edit these rules \n\t\t\twith PutInsightRule.\n\t\t\tThe rules can be enabled, disabled, and deleted using EnableInsightRules, DisableInsightRules, and DeleteInsightRules.\n\t\t\tIf a previously created managed rule is currently disabled,\n\t\t\ta subsequent call\n\t\t\tto this API will re-enable it.\n\t\t\tUse ListManagedInsightRules \n\t\t\tto describe all available rules. \n\t\t\t\n\t\t

" + "smithy.api#documentation": "

Creates a managed Contributor Insights rule for a specified Amazon Web Services\n resource. When you enable a managed rule, you create a Contributor Insights rule that\n collects data from Amazon Web Services services. You cannot edit these rules with\n PutInsightRule. The rules can be enabled, disabled, and deleted using\n EnableInsightRules, DisableInsightRules, and\n DeleteInsightRules. If a previously created managed rule is currently\n disabled, a subsequent call to this API will re-enable it. Use\n ListManagedInsightRules to describe all available rules.\n \n

" } }, "com.amazonaws.cloudwatch#PutManagedInsightRulesInput": { @@ -5790,7 +5902,7 @@ "target": "com.amazonaws.cloudwatch#ManagedRules", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

\n\t\t\tA list\n\t\t\tof ManagedRules\n\t\t\tto enable.\n\t\t

", + "smithy.api#documentation": "

A list of ManagedRules to enable.

", "smithy.api#required": {} } } @@ -5805,7 +5917,7 @@ "Failures": { "target": "com.amazonaws.cloudwatch#BatchFailures", "traits": { - "smithy.api#documentation": "

\n\t\t\tAn array \n\t\t\tthat lists the rules \n\t\t\tthat could not be enabled.\n\t\t

" + "smithy.api#documentation": "

An array that lists the rules that could not be enabled.

" } } }, @@ -5827,7 +5939,7 @@ } ], "traits": { - "smithy.api#documentation": "

Creates or updates an alarm and associates it with the specified metric, metric math expression, \n\t\t\tanomaly detection model, or Metrics Insights query. For more information about using \n\t\t\ta Metrics Insights query for an alarm, see Create alarms on Metrics Insights queries.

\n

Alarms based on anomaly detection models cannot have Auto Scaling actions.

\n

When this operation creates an alarm, the alarm state is immediately set to\n\t\t\tINSUFFICIENT_DATA. The alarm is then evaluated and its state is set\n\t\t\tappropriately. Any actions associated with the new state are then executed.

\n

When you update an existing alarm, its state is left unchanged, but the\n\t\t\tupdate completely overwrites the previous configuration of the alarm.

\n

If you are an IAM user, you must have \n\t\t\tAmazon EC2 permissions for some alarm operations:

\n \n

The first time you create an alarm in the \n\t\t\tAmazon Web Services Management Console, the CLI, or by using the PutMetricAlarm API, CloudWatch\n\t\t\tcreates the necessary service-linked role for you. The service-linked roles \n\t\t\tare called AWSServiceRoleForCloudWatchEvents and \n\t\t\tAWSServiceRoleForCloudWatchAlarms_ActionSSM.\n\t\t\tFor more information, see Amazon Web Services service-linked role.

\n

Each PutMetricAlarm action has a maximum uncompressed payload of 120 KB.

\n

\n Cross-account alarms\n

\n

You can set an alarm on metrics in the current account, or in another \n\t\t\taccount. To create a cross-account alarm that watches a metric in a different account, you must have completed the following\n\t\t\tpre-requisites:

\n " + "smithy.api#documentation": "

Creates or updates an alarm and associates it with the specified metric, metric\n math expression, anomaly detection model, or Metrics Insights query. For more\n information about using a Metrics Insights query for an alarm, see Create\n alarms on Metrics Insights queries.

\n

Alarms based on anomaly detection models cannot have Auto Scaling actions.

\n

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

\n

When you update an existing alarm, its state is left unchanged, but the update\n completely overwrites the previous configuration of the alarm.

\n

If you are an IAM user, you must have Amazon EC2 permissions for\n some alarm operations:

\n \n

The first time you create an alarm in the Amazon Web Services Management Console, the CLI, or by using the PutMetricAlarm API, CloudWatch creates the necessary\n service-linked role for you. The service-linked roles are called\n AWSServiceRoleForCloudWatchEvents and\n AWSServiceRoleForCloudWatchAlarms_ActionSSM. For more information, see\n Amazon Web Services service-linked role.

\n

Each PutMetricAlarm action has a maximum uncompressed payload of 120\n KB.

\n

\n Cross-account alarms\n

\n

You can set an alarm on metrics in the current account, or in another account. To\n create a cross-account alarm that watches a metric in a different account, you must have\n completed the following pre-requisites:

\n " } }, "com.amazonaws.cloudwatch#PutMetricAlarmInput": { @@ -5837,7 +5949,7 @@ "target": "com.amazonaws.cloudwatch#AlarmName", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The name for the alarm. This name must be unique within the Region.

\n

The name must contain only UTF-8\n\t\t\tcharacters, and can't contain ASCII control characters

", + "smithy.api#documentation": "

The name for the alarm. This name must be unique within the Region.

\n

The name must contain only UTF-8 characters, and can't contain ASCII control\n characters

", "smithy.api#required": {} } }, @@ -5850,49 +5962,49 @@ "ActionsEnabled": { "target": "com.amazonaws.cloudwatch#ActionsEnabled", "traits": { - "smithy.api#documentation": "

Indicates whether actions should be executed during any changes to the alarm state. The default is \n\t\t\tTRUE.

" + "smithy.api#documentation": "

Indicates whether actions should be executed during any changes to the alarm state.\n The default is TRUE.

" } }, "OKActions": { "target": "com.amazonaws.cloudwatch#ResourceList", "traits": { - "smithy.api#documentation": "

The actions to execute when this alarm transitions to an OK state\n\t\t\tfrom any other state. Each action is specified as an Amazon Resource Name (ARN). Valid values:

\n

\n EC2 actions:\n

\n \n

\n Autoscaling action:\n

\n \n

\n Lambda actions:\n

\n \n

\n SNS notification action:\n

\n \n

\n SSM integration actions:\n

\n " + "smithy.api#documentation": "

The actions to execute when this alarm transitions to an OK state from\n any other state. Each action is specified as an Amazon Resource Name (ARN). Valid\n values:

\n

\n EC2 actions:\n

\n \n

\n Autoscaling action:\n

\n \n

\n Lambda actions:\n

\n \n

\n SNS notification action:\n

\n \n

\n SSM integration actions:\n

\n " } }, "AlarmActions": { "target": "com.amazonaws.cloudwatch#ResourceList", "traits": { - "smithy.api#documentation": "

The actions to execute when this alarm transitions to the ALARM state from any other state. \n\t\t\tEach action is specified as an Amazon Resource Name (ARN). Valid values:

\n

\n EC2 actions:\n

\n \n

\n Autoscaling action:\n

\n \n

\n Lambda actions:\n

\n \n

\n SNS notification action:\n

\n \n

\n SSM integration actions:\n

\n " + "smithy.api#documentation": "

The actions to execute when this alarm transitions to the ALARM state\n from any other state. Each action is specified as an Amazon Resource Name (ARN). Valid\n values:

\n

\n EC2 actions:\n

\n \n

\n Autoscaling action:\n

\n \n

\n Lambda actions:\n

\n \n

\n SNS notification action:\n

\n \n

\n SSM integration actions:\n

\n " } }, "InsufficientDataActions": { "target": "com.amazonaws.cloudwatch#ResourceList", "traits": { - "smithy.api#documentation": "

The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. \n\t\t\tEach action is specified as an Amazon Resource Name (ARN). Valid values:

\n

\n EC2 actions:\n

\n \n

\n Autoscaling action:\n

\n \n

\n Lambda actions:\n

\n \n

\n SNS notification action:\n

\n \n

\n SSM integration actions:\n

\n " + "smithy.api#documentation": "

The actions to execute when this alarm transitions to the\n INSUFFICIENT_DATA state from any other state. Each action is specified\n as an Amazon Resource Name (ARN). Valid values:

\n

\n EC2 actions:\n

\n \n

\n Autoscaling action:\n

\n \n

\n Lambda actions:\n

\n \n

\n SNS notification action:\n

\n \n

\n SSM integration actions:\n

\n " } }, "MetricName": { "target": "com.amazonaws.cloudwatch#MetricName", "traits": { - "smithy.api#documentation": "

The name for the metric associated with the alarm. For each PutMetricAlarm\n\t\toperation, you must specify either MetricName or a Metrics array.

\n

If you are creating an alarm based on a math expression, you cannot specify this parameter, or any of the \n\t\t\tNamespace, Dimensions, Period,\n\t\t\tUnit, Statistic, or ExtendedStatistic parameters. Instead, you specify \n\t\tall this information in the Metrics array.

" + "smithy.api#documentation": "

The name for the metric associated with the alarm. For each\n PutMetricAlarm operation, you must specify either\n MetricName or a Metrics array.

\n

If you are creating an alarm based on a math expression, you cannot specify this\n parameter, or any of the Namespace, Dimensions,\n Period, Unit, Statistic, or\n ExtendedStatistic parameters. Instead, you specify all this information\n in the Metrics array.

" } }, "Namespace": { "target": "com.amazonaws.cloudwatch#Namespace", "traits": { - "smithy.api#documentation": "

The namespace for the metric associated specified in MetricName.

" + "smithy.api#documentation": "

The namespace for the metric associated specified in\n MetricName.

" } }, "Statistic": { "target": "com.amazonaws.cloudwatch#Statistic", "traits": { - "smithy.api#documentation": "

The statistic for the metric specified in MetricName, other than percentile.\n\t\t For percentile statistics, use ExtendedStatistic. When you call PutMetricAlarm and specify \n\t\t\ta MetricName, you must \n\t\tspecify either Statistic or ExtendedStatistic, but not both.

" + "smithy.api#documentation": "

The statistic for the metric specified in MetricName, other than\n percentile. For percentile statistics, use ExtendedStatistic. When you call\n PutMetricAlarm and specify a MetricName, you must specify\n either Statistic or ExtendedStatistic, but not both.

" } }, "ExtendedStatistic": { "target": "com.amazonaws.cloudwatch#ExtendedStatistic", "traits": { - "smithy.api#documentation": "

The extended statistic for the metric specified in MetricName. When you \n\t\t\tcall PutMetricAlarm and specify \n\t\t\ta MetricName, you must \n\t\t\tspecify either Statistic or ExtendedStatistic but not both.

\n

If you specify ExtendedStatistic, the following are valid values:

\n \n

For more information about these extended statistics, see \n\t\t\tCloudWatch statistics definitions.

" + "smithy.api#documentation": "

The extended statistic for the metric specified in MetricName. When\n you call PutMetricAlarm and specify a MetricName, you must\n specify either Statistic or ExtendedStatistic but not\n both.

\n

If you specify ExtendedStatistic, the following are valid values:

\n \n

For more information about these extended statistics, see CloudWatch statistics definitions.

" } }, "Dimensions": { @@ -5904,71 +6016,71 @@ "Period": { "target": "com.amazonaws.cloudwatch#Period", "traits": { - "smithy.api#documentation": "

The length, in seconds, used each time the metric specified in MetricName is\n\t\t\tevaluated. Valid values are 10, 30, and any multiple of 60.

\n

\n Period is required for alarms based on static thresholds. If \n\t\tyou are creating an alarm based on a metric math expression, you specify the \n\t\tperiod for each metric within the objects in the Metrics array.

\n

Be sure to specify 10 or 30 only for metrics that are stored by a PutMetricData call with a\n\t\t\t\tStorageResolution of 1. If you specify a period of 10 or 30 for a metric that does not have\n\t\t\tsub-minute resolution, the alarm still attempts to gather data at the period rate that you specify. In this case,\n\t\t\tit does not receive data for the attempts that do not correspond to a one-minute data resolution, and the alarm\n\t\t\tmight often lapse into INSUFFICENT_DATA status. Specifying 10 or 30 also sets this alarm as a high-resolution alarm,\n\t\t\twhich has a higher charge than other alarms. For more information about pricing, see Amazon CloudWatch Pricing.

\n

An alarm's total current evaluation period can\n\t\tbe no longer than one day, so Period multiplied by EvaluationPeriods cannot be more than 86,400 seconds.

" + "smithy.api#documentation": "

The length, in seconds, used each time the metric specified in\n MetricName is evaluated. Valid values are 10, 30, and any multiple of\n 60.

\n

\n Period is required for alarms based on static thresholds. If you are\n creating an alarm based on a metric math expression, you specify the period for each\n metric within the objects in the Metrics array.

\n

Be sure to specify 10 or 30 only for metrics that are stored by a\n PutMetricData call with a StorageResolution of 1. If you\n specify a period of 10 or 30 for a metric that does not have sub-minute resolution, the\n alarm still attempts to gather data at the period rate that you specify. In this case,\n it does not receive data for the attempts that do not correspond to a one-minute data\n resolution, and the alarm might often lapse into INSUFFICENT_DATA status. Specifying 10\n or 30 also sets this alarm as a high-resolution alarm, which has a higher charge than\n other alarms. For more information about pricing, see Amazon CloudWatch\n Pricing.

\n

An alarm's total current evaluation period can be no longer than one day, so\n Period multiplied by EvaluationPeriods cannot be more than\n 86,400 seconds.

" } }, "Unit": { "target": "com.amazonaws.cloudwatch#StandardUnit", "traits": { - "smithy.api#documentation": "

The unit of measure for the statistic. For example, the units for the Amazon EC2\n\t\t\tNetworkIn metric are Bytes because NetworkIn tracks the number of bytes that an instance\n\t\t\treceives on all network interfaces. You can also specify a unit when you create a custom\n\t\t\tmetric. Units help provide conceptual meaning to your data. Metric data points that\n\t\t\tspecify a unit of measure, such as Percent, are aggregated separately.\n\t\t\tIf you are creating an alarm based on a metric math expression, you can specify the unit for each \n\t\t\tmetric (if needed) within the objects in the Metrics array.

\n

If you don't specify Unit, CloudWatch retrieves all unit types that have been published for the\n\t\t\tmetric and attempts to evaluate the alarm.\n\t\t\tUsually, metrics are\n\t\t\tpublished with only one unit, so the alarm\n\t\t\tworks as intended.

\n

However, if the metric is published with multiple types of units and you don't specify a unit, the alarm's\n\t\t\tbehavior is not defined and\n\t\t\tit behaves unpredictably.

\n

We recommend omitting Unit so that you don't inadvertently\n\t\t\tspecify an incorrect unit that is not published for this metric. Doing so \n\t\t\tcauses the alarm to be stuck in the INSUFFICIENT DATA state.

" + "smithy.api#documentation": "

The unit of measure for the statistic. For example, the units for the Amazon EC2\n NetworkIn metric are Bytes because NetworkIn tracks the number of bytes that an instance\n receives on all network interfaces. You can also specify a unit when you create a custom\n metric. Units help provide conceptual meaning to your data. Metric data points that\n specify a unit of measure, such as Percent, are aggregated separately. If you are\n creating an alarm based on a metric math expression, you can specify the unit for each\n metric (if needed) within the objects in the Metrics array.

\n

If you don't specify Unit, CloudWatch retrieves all unit types that\n have been published for the metric and attempts to evaluate the alarm. Usually, metrics\n are published with only one unit, so the alarm works as intended.

\n

However, if the metric is published with multiple types of units and you don't\n specify a unit, the alarm's behavior is not defined and it behaves\n unpredictably.

\n

We recommend omitting Unit so that you don't inadvertently specify an\n incorrect unit that is not published for this metric. Doing so causes the alarm to be\n stuck in the INSUFFICIENT DATA state.

" } }, "EvaluationPeriods": { "target": "com.amazonaws.cloudwatch#EvaluationPeriods", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The number of periods over which data is compared to the specified threshold. If you are\n\t\t\tsetting an alarm that requires that a number of consecutive data points be breaching to\n\t\t\ttrigger the alarm, this value specifies that number. If you are setting an \"M out of N\"\n\t\t\talarm, this value is the N.

\n

An alarm's total current evaluation period can\n\t\t\tbe no longer than one day, so this number multiplied by Period cannot be more than 86,400 seconds.

", + "smithy.api#documentation": "

The number of periods over which data is compared to the specified threshold. If\n you are setting an alarm that requires that a number of consecutive data points be\n breaching to trigger the alarm, this value specifies that number. If you are setting an\n \"M out of N\" alarm, this value is the N.

\n

An alarm's total current evaluation period can be no longer than one day, so this\n number multiplied by Period cannot be more than 86,400 seconds.

", "smithy.api#required": {} } }, "DatapointsToAlarm": { "target": "com.amazonaws.cloudwatch#DatapointsToAlarm", "traits": { - "smithy.api#documentation": "

The number of data points that must be breaching to trigger the alarm. This is used only if you are setting \n\t\t\tan \"M out of N\" alarm. In that case, this value is the M. For more information, see \n\t\t\tEvaluating an Alarm in the\n\t\t\tAmazon CloudWatch User Guide.

" + "smithy.api#documentation": "

The number of data points that must be breaching to trigger the alarm. This is used\n only if you are setting an \"M out of N\" alarm. In that case, this value is the M. For\n more information, see Evaluating an Alarm in the Amazon CloudWatch User\n Guide.

" } }, "Threshold": { "target": "com.amazonaws.cloudwatch#Threshold", "traits": { - "smithy.api#documentation": "

The value against which the specified statistic is compared.

\n

This parameter is required for alarms based on static thresholds, but should\n\t\tnot be used for alarms based on anomaly detection models.

" + "smithy.api#documentation": "

The value against which the specified statistic is compared.

\n

This parameter is required for alarms based on static thresholds, but should not be\n used for alarms based on anomaly detection models.

" } }, "ComparisonOperator": { "target": "com.amazonaws.cloudwatch#ComparisonOperator", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The arithmetic operation to use when comparing the specified statistic and\n\t\t\tthreshold. The specified statistic value is used as the first operand.

\n

The values LessThanLowerOrGreaterThanUpperThreshold, \n\t\t\tLessThanLowerThreshold, and GreaterThanUpperThreshold\n\t\tare used only for alarms based on anomaly detection models.

", + "smithy.api#documentation": "

The arithmetic operation to use when comparing the specified statistic and\n threshold. The specified statistic value is used as the first operand.

\n

The values LessThanLowerOrGreaterThanUpperThreshold,\n LessThanLowerThreshold, and GreaterThanUpperThreshold are\n used only for alarms based on anomaly detection models.

", "smithy.api#required": {} } }, "TreatMissingData": { "target": "com.amazonaws.cloudwatch#TreatMissingData", "traits": { - "smithy.api#documentation": "

Sets how this alarm is to handle missing data points. If TreatMissingData is omitted, the default behavior of missing is used. \n\t\t\tFor more information, see Configuring How CloudWatch \n\t\t\t\tAlarms Treats Missing Data.

\n

Valid Values: breaching | notBreaching | ignore | missing\n

\n \n

Alarms that evaluate metrics in the AWS/DynamoDB namespace always ignore\n\t\t\tmissing data even if you choose a different option for TreatMissingData. When an \n\t\t\tAWS/DynamoDB metric has missing data, alarms that evaluate that metric remain in their current state.

\n
" + "smithy.api#documentation": "

Sets how this alarm is to handle missing data points. If\n TreatMissingData is omitted, the default behavior of\n missing is used. For more information, see Configuring How CloudWatch Alarms Treats Missing Data.

\n

Valid Values: breaching | notBreaching | ignore | missing\n

\n \n

Alarms that evaluate metrics in the AWS/DynamoDB namespace always\n ignore missing data even if you choose a different option for\n TreatMissingData. When an AWS/DynamoDB metric has\n missing data, alarms that evaluate that metric remain in their current state.

\n
" } }, "EvaluateLowSampleCountPercentile": { "target": "com.amazonaws.cloudwatch#EvaluateLowSampleCountPercentile", "traits": { - "smithy.api#documentation": "

Used only for alarms based on percentiles. If you specify ignore, the alarm state does not change during periods with too few data points to be \n\t\t\tstatistically significant. If you specify evaluate or omit this parameter, the alarm is always evaluated and possibly changes state\n\t\t\tno matter how many data points are available. For more information, see Percentile-Based CloudWatch Alarms and Low Data Samples.

\n

Valid Values: evaluate | ignore\n

" + "smithy.api#documentation": "

Used only for alarms based on percentiles. If you specify ignore, the\n alarm state does not change during periods with too few data points to be statistically\n significant. If you specify evaluate or omit this parameter, the alarm is\n always evaluated and possibly changes state no matter how many data points are\n available. For more information, see Percentile-Based CloudWatch Alarms and Low Data Samples.

\n

Valid Values: evaluate | ignore\n

" } }, "Metrics": { "target": "com.amazonaws.cloudwatch#MetricDataQueries", "traits": { - "smithy.api#documentation": "

An array of MetricDataQuery structures that enable you to create an alarm based on the result of a \n\t\t\tmetric math expression. For each PutMetricAlarm\n\t\t\toperation, you must specify either MetricName or a Metrics array.

\n

Each item in the Metrics array either retrieves a metric or performs a math expression.

\n

One item in the Metrics array is the expression that the alarm watches. You designate this expression \n\t\t\tby setting ReturnData to true for this object in the array. For more information, see MetricDataQuery.

\n

If you use the Metrics parameter, you cannot include the \n\t\t\tNamespace, MetricName, Dimensions, Period,\n\t\t\tUnit, Statistic, or ExtendedStatistic parameters of PutMetricAlarm in the same operation. \n\t\t\tInstead, you retrieve\n\t\tthe metrics you are using in your math expression as part of the Metrics array.

" + "smithy.api#documentation": "

An array of MetricDataQuery structures that enable you to create an alarm\n based on the result of a metric math expression. For each PutMetricAlarm\n operation, you must specify either MetricName or a Metrics\n array.

\n

Each item in the Metrics array either retrieves a metric or performs a\n math expression.

\n

One item in the Metrics array is the expression that the alarm watches.\n You designate this expression by setting ReturnData to true for this object\n in the array. For more information, see MetricDataQuery.

\n

If you use the Metrics parameter, you cannot include the\n Namespace, MetricName, Dimensions,\n Period, Unit, Statistic, or\n ExtendedStatistic parameters of PutMetricAlarm in the same\n operation. Instead, you retrieve the metrics you are using in your math expression as\n part of the Metrics array.

" } }, "Tags": { "target": "com.amazonaws.cloudwatch#TagList", "traits": { - "smithy.api#documentation": "

A list of key-value pairs to associate with the alarm. You can associate as many as 50 tags with an alarm.\n\t\tTo be able to associate tags with the alarm when you create the alarm, you must\n\t\thave the cloudwatch:TagResource permission.

\n

Tags can help you organize and categorize your resources. You can also use them to scope user\n\t\t\tpermissions by granting a user\n\t\t\tpermission to access or change only resources with certain tag values.

\n

If you are using this operation to update an existing alarm, any tags\n\t\t\tyou specify in this parameter are ignored. To change the tags of an existing alarm, use\n\t\t\tTagResource\n\t\t\tor UntagResource.

" + "smithy.api#documentation": "

A list of key-value pairs to associate with the alarm. You can associate as many as\n 50 tags with an alarm. To be able to associate tags with the alarm when you create the\n alarm, you must have the cloudwatch:TagResource permission.

\n

Tags can help you organize and categorize your resources. You can also use them to\n scope user permissions by granting a user permission to access or change only resources\n with certain tag values.

\n

If you are using this operation to update an existing alarm, any tags you specify in\n this parameter are ignored. To change the tags of an existing alarm, use TagResource or UntagResource.

\n

To use this field to set tags for an alarm when you create it, you must be signed on\n with both the cloudwatch:PutMetricAlarm and\n cloudwatch:TagResource permissions.

" } }, "ThresholdMetricId": { "target": "com.amazonaws.cloudwatch#MetricId", "traits": { - "smithy.api#documentation": "

If this is an alarm based on an anomaly detection model, make this value match\n\t\t\tthe ID of\n\t\t\tthe ANOMALY_DETECTION_BAND function.

\n

For an example of how to use this parameter, see the \n\t\t\tAnomaly Detection\n\t\tModel Alarm example on this page.

\n

If your alarm uses this parameter, it cannot have Auto Scaling actions.

" + "smithy.api#documentation": "

If this is an alarm based on an anomaly detection model, make this value match the ID\n of the ANOMALY_DETECTION_BAND function.

\n

For an example of how to use this parameter, see the Anomaly\n Detection Model Alarm example on this page.

\n

If your alarm uses this parameter, it cannot have Auto Scaling actions.

" } } }, @@ -5999,7 +6111,7 @@ } ], "traits": { - "smithy.api#documentation": "

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

\n

You can publish either individual data points in the Value field, or \n\t\tarrays of values and the number of times each value occurred during the period by using the \n\t\tValues and Counts fields in the MetricData structure. Using\n\t\tthe Values and Counts method enables you to publish up to 150 values per metric\n\t\t\twith one PutMetricData request, and\n\t\tsupports retrieving percentile statistics on this data.

\n

Each PutMetricData request is limited to 1 MB in size for HTTP POST requests. You can \n\t\t\tsend a payload compressed by gzip. Each request\n\t\tis also limited to no more than 1000 different metrics.

\n

Although the Value parameter accepts numbers of type\n\t\t\tDouble, CloudWatch rejects values that are either too small\n\t\t\tor too large. Values must be in the range of -2^360 to 2^360. In addition, special values (for example, NaN, +Infinity,\n\t\t\t-Infinity) are not supported.

\n

You can use up to 30 dimensions per metric to further clarify what data the metric collects. Each dimension\n\t\t\tconsists of a Name and Value pair. For more information about specifying dimensions, see Publishing Metrics in the\n\t\t\tAmazon CloudWatch User Guide.

\n

You specify the time stamp to be associated with each data point. You can specify\n\t\ttime stamps that are as much as two weeks before the current date, and as much as 2 hours after \n\t\tthe current day and time.

\n

Data points with time stamps from 24 hours ago or longer can take at least 48\n\t\t\thours to become available for GetMetricData or \n\t\t\tGetMetricStatistics from the time they \n\t\t\tare submitted. Data points with time stamps between 3 and 24 hours ago can take as much as 2 hours to become available\n\t\t\tfor for GetMetricData or \n\t\t\tGetMetricStatistics.

\n

CloudWatch needs raw data points to calculate percentile statistics. If you publish \n\t\t\tdata using a statistic set instead, you can only retrieve \n\t\t\tpercentile statistics for this data if one of the following conditions is true:

\n ", + "smithy.api#documentation": "

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

\n

You can publish metrics with associated entity data (so that related telemetry can be\n found and viewed together), or publish metric data by itself. To send entity data with\n your metrics, use the EntityMetricData parameter. To send metrics without\n entity data, use the MetricData parameter. The\n EntityMetricData structure includes MetricData structures\n for the metric data.

\n

You can publish either individual values in the Value field, or arrays of\n values and the number of times each value occurred during the period by using the\n Values and Counts fields in the MetricData\n structure. Using the Values and Counts method enables you to\n publish up to 150 values per metric with one PutMetricData request, and\n supports retrieving percentile statistics on this data.

\n

Each PutMetricData request is limited to 1 MB in size for HTTP POST\n requests. You can send a payload compressed by gzip. Each request is also limited to no\n more than 1000 different metrics (across both the MetricData and \n EntityMetricData properties).

\n

Although the Value parameter accepts numbers of type Double,\n CloudWatch rejects values that are either too small or too large. Values must be in the\n range of -2^360 to 2^360. In addition, special values (for example, NaN, +Infinity,\n -Infinity) are not supported.

\n

You can use up to 30 dimensions per metric to further clarify what data the metric\n collects. Each dimension consists of a Name and Value pair. For more information about\n specifying dimensions, see Publishing\n Metrics in the Amazon CloudWatch User Guide.

\n

You specify the time stamp to be associated with each data point. You can specify time\n stamps that are as much as two weeks before the current date, and as much as 2 hours\n after the current day and time.

\n

Data points with time stamps from 24 hours ago or longer can take at least 48 hours to\n become available for GetMetricData or GetMetricStatistics from the time they are submitted. Data points with time\n stamps between 3 and 24 hours ago can take as much as 2 hours to become available for\n GetMetricData or GetMetricStatistics.

\n

CloudWatch needs raw data points to calculate percentile statistics. If you publish\n data using a statistic set instead, you can only retrieve percentile statistics for this\n data if one of the following conditions is true:

\n ", "smithy.api#requestCompression": { "encodings": [ "gzip" @@ -6014,16 +6126,26 @@ "target": "com.amazonaws.cloudwatch#Namespace", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The namespace for the metric data. You can use ASCII characters for the namespace, except for\n\t\tcontrol characters which are not supported.

\n

To avoid conflicts\n\t\t\twith Amazon Web Services service namespaces, you should not specify a namespace that begins with AWS/\n

", + "smithy.api#documentation": "

The namespace for the metric data. You can use ASCII characters for the namespace,\n except for control characters which are not supported.

\n

To avoid conflicts with Amazon Web Services service namespaces, you should not\n specify a namespace that begins with AWS/\n

", "smithy.api#required": {} } }, "MetricData": { "target": "com.amazonaws.cloudwatch#MetricData", "traits": { - "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The data for the metric. The array can include no more than 1000 metrics per call.

", - "smithy.api#required": {} + "smithy.api#documentation": "

The data for the metrics. Use this parameter if your metrics do not contain\n associated entities. The array can include no more than 1000 metrics per call.

\n

The limit of metrics allowed, 1000, is the sum of both EntityMetricData \n and MetricData metrics.

" + } + }, + "EntityMetricData": { + "target": "com.amazonaws.cloudwatch#EntityMetricDataList", + "traits": { + "smithy.api#documentation": "

Data for metrics that contain associated entity information. You can include up to \n two EntityMetricData objects, each of which can contain a single \n Entity and associated metrics.

\n

The limit of metrics allowed, 1000, is the sum of both EntityMetricData \n and MetricData metrics.

" + } + }, + "StrictEntityValidation": { + "target": "com.amazonaws.cloudwatch#StrictEntityValidation", + "traits": { + "smithy.api#documentation": "

Whether to accept valid metric data when an invalid entity is sent.

\n \n

This parameter is required when EntityMetricData is\n included.

" } } }, @@ -6057,7 +6179,7 @@ } ], "traits": { - "smithy.api#documentation": "

Creates or updates a metric stream. Metric streams can automatically stream CloudWatch\n\t\t\tmetrics to Amazon Web Services destinations, including Amazon S3, and to many third-party\n\t\t\tsolutions.

\n

For more information, see \n\t\tUsing Metric Streams.

\n

To create a metric stream, you must be signed in to an account that has the\n\t\t\t\tiam:PassRole permission and either the\n\t\t\t\tCloudWatchFullAccess policy or the\n\t\t\t\tcloudwatch:PutMetricStream permission.

\n

When you create or update a metric stream, you choose one of the following:

\n \n

By default, a metric stream always sends the MAX, MIN,\n\t\t\t\tSUM, and SAMPLECOUNT statistics for each metric that is\n\t\t\tstreamed. You can use the StatisticsConfigurations parameter to have the\n\t\t\tmetric stream send additional statistics in the stream. Streaming additional statistics\n\t\t\tincurs additional costs. For more information, see Amazon CloudWatch Pricing.

\n

When you use PutMetricStream to create a new metric stream, the stream \n\t\tis created in the running state. If you use it to update an existing stream, \n\t\tthe state of the stream is not changed.

\n

If you are using CloudWatch cross-account observability and you create a metric stream in a monitoring account,\n\t\t\tyou can choose whether to include metrics from source accounts in the stream. For more information, see \n\t\t\tCloudWatch cross-account observability.

" + "smithy.api#documentation": "

Creates or updates a metric stream. Metric streams can automatically stream CloudWatch\n metrics to Amazon Web Services destinations, including Amazon S3, and to many third-party\n solutions.

\n

For more information, see Using\n Metric Streams.

\n

To create a metric stream, you must be signed in to an account that has the\n iam:PassRole permission and either the\n CloudWatchFullAccess policy or the\n cloudwatch:PutMetricStream permission.

\n

When you create or update a metric stream, you choose one of the following:

\n \n

By default, a metric stream always sends the MAX, MIN,\n SUM, and SAMPLECOUNT statistics for each metric that is\n streamed. You can use the StatisticsConfigurations parameter to have the\n metric stream send additional statistics in the stream. Streaming additional statistics\n incurs additional costs. For more information, see Amazon CloudWatch Pricing.

\n

When you use PutMetricStream to create a new metric stream, the stream is\n created in the running state. If you use it to update an existing stream,\n the state of the stream is not changed.

\n

If you are using CloudWatch cross-account observability and you create a metric\n stream in a monitoring account, you can choose whether to include metrics from source\n accounts in the stream. For more information, see CloudWatch cross-account observability.

" } }, "com.amazonaws.cloudwatch#PutMetricStreamInput": { @@ -6067,27 +6189,27 @@ "target": "com.amazonaws.cloudwatch#MetricStreamName", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

If you are creating a new metric stream, this is the name for the new stream. The name\n\t\tmust be different than the names of other metric streams in this account and Region.

\n

If you are updating a metric stream, specify the name of that stream here.

\n

Valid characters are A-Z, a-z, 0-9, \"-\" and \"_\".

", + "smithy.api#documentation": "

If you are creating a new metric stream, this is the name for the new stream. The name\n must be different than the names of other metric streams in this account and\n Region.

\n

If you are updating a metric stream, specify the name of that stream here.

\n

Valid characters are A-Z, a-z, 0-9, \"-\" and \"_\".

", "smithy.api#required": {} } }, "IncludeFilters": { "target": "com.amazonaws.cloudwatch#MetricStreamFilters", "traits": { - "smithy.api#documentation": "

If you specify this parameter, the stream sends only the \n\t\tmetrics from the metric namespaces that you specify here.

\n

You cannot include IncludeFilters and ExcludeFilters\n\t\tin the same operation.

" + "smithy.api#documentation": "

If you specify this parameter, the stream sends only the metrics from the metric\n namespaces that you specify here.

\n

You cannot include IncludeFilters and ExcludeFilters in the\n same operation.

" } }, "ExcludeFilters": { "target": "com.amazonaws.cloudwatch#MetricStreamFilters", "traits": { - "smithy.api#documentation": "

If you specify this parameter, the stream sends metrics from all\n\t\t\tmetric namespaces except for the namespaces that you specify here.

\n

You cannot include ExcludeFilters and IncludeFilters in \n\t\t\tthe same operation.

" + "smithy.api#documentation": "

If you specify this parameter, the stream sends metrics from all metric namespaces\n except for the namespaces that you specify here.

\n

You cannot include ExcludeFilters and IncludeFilters in the\n same operation.

" } }, "FirehoseArn": { "target": "com.amazonaws.cloudwatch#AmazonResourceName", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The ARN of the Amazon Kinesis Data Firehose delivery stream to use for this metric stream.\n\t\t\tThis Amazon Kinesis Data Firehose delivery stream must already exist and must be in the\n\t\t\tsame account as the metric stream.

", + "smithy.api#documentation": "

The ARN of the Amazon Kinesis Data Firehose delivery stream to use for this metric\n stream. This Amazon Kinesis Data Firehose delivery stream must already exist and must be\n in the same account as the metric stream.

", "smithy.api#required": {} } }, @@ -6095,7 +6217,7 @@ "target": "com.amazonaws.cloudwatch#AmazonResourceName", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The ARN of an IAM role that this metric stream will use to access Amazon Kinesis Data\n\t\t\tFirehose resources. This IAM role must already exist and must be in the same account as\n\t\t\tthe metric stream. This IAM role must include the following permissions:

\n ", + "smithy.api#documentation": "

The ARN of an IAM role that this metric stream will use to access Amazon Kinesis Data\n Firehose resources. This IAM role must already exist and must be in the same account as\n the metric stream. This IAM role must include the following permissions:

\n ", "smithy.api#required": {} } }, @@ -6103,26 +6225,26 @@ "target": "com.amazonaws.cloudwatch#MetricStreamOutputFormat", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The output format for the stream. Valid values are json, opentelemetry1.0, \n\t\t\tand opentelemetry0.7. For more information about metric stream\n\t\toutput formats, see \n\t\t\t\n\t\t\t\tMetric streams output formats.

", + "smithy.api#documentation": "

The output format for the stream. Valid values are json,\n opentelemetry1.0, and opentelemetry0.7. For more\n information about metric stream output formats, see \n Metric streams output formats.

", "smithy.api#required": {} } }, "Tags": { "target": "com.amazonaws.cloudwatch#TagList", "traits": { - "smithy.api#documentation": "

A list of key-value pairs to associate with the metric stream. You can associate as \n\t\t\tmany as 50 tags with a metric stream.

\n

Tags can help you organize and categorize your resources. You can also use them to scope user\n\t\t\tpermissions by granting a user\n\t\t\tpermission to access or change only resources with certain tag values.

\n

You can use this parameter only when you are creating a new metric stream. If you are using this operation to update an existing metric stream, any tags\n\t\t\tyou specify in this parameter are ignored. To change the tags of an existing metric stream, use\n\t\t\tTagResource\n\t\t\tor UntagResource.

" + "smithy.api#documentation": "

A list of key-value pairs to associate with the metric stream. You can associate as\n many as 50 tags with a metric stream.

\n

Tags can help you organize and categorize your resources. You can also use them to\n scope user permissions by granting a user permission to access or change only resources\n with certain tag values.

\n

You can use this parameter only when you are creating a new metric stream. If you are\n using this operation to update an existing metric stream, any tags you specify in this\n parameter are ignored. To change the tags of an existing metric stream, use TagResource or UntagResource.

" } }, "StatisticsConfigurations": { "target": "com.amazonaws.cloudwatch#MetricStreamStatisticsConfigurations", "traits": { - "smithy.api#documentation": "

By default, a metric stream always sends the MAX, MIN, SUM, \n\t\t\tand SAMPLECOUNT statistics for each metric that is streamed. You can use this parameter to have \n\t\t\tthe metric stream also send additional statistics in the stream. This \n\t\t\tarray can have up to 100 members.

\n

For each entry in this array, you specify one or more metrics and the list of additional\n\t\t\tstatistics to stream for those metrics. The additional statistics that you can stream\n\t\t\tdepend on the stream's OutputFormat. If the OutputFormat is\n\t\t\t\tjson, you can stream any additional statistic that is supported by\n\t\t\t\tCloudWatch, listed in \n\t\t\t\tCloudWatch statistics definitions. If the OutputFormat\n\t\t\tis opentelemetry1.0 or opentelemetry0.7, you can stream percentile statistics such as p95,\n\t\t\tp99.9, and so on.

" + "smithy.api#documentation": "

By default, a metric stream always sends the MAX, MIN,\n SUM, and SAMPLECOUNT statistics for each metric that is\n streamed. You can use this parameter to have the metric stream also send additional\n statistics in the stream. This array can have up to 100 members.

\n

For each entry in this array, you specify one or more metrics and the list of\n additional statistics to stream for those metrics. The additional statistics that you\n can stream depend on the stream's OutputFormat. If the\n OutputFormat is json, you can stream any additional\n statistic that is supported by CloudWatch, listed in \n CloudWatch statistics definitions. If the OutputFormat\n is opentelemetry1.0 or opentelemetry0.7, you can stream\n percentile statistics such as p95, p99.9, and so on.

" } }, "IncludeLinkedAccountsMetrics": { "target": "com.amazonaws.cloudwatch#IncludeLinkedAccountsMetrics", "traits": { - "smithy.api#documentation": "

If you are creating a metric stream in a monitoring account, \n\t\t\tspecify true to include metrics from source accounts in the metric stream.

" + "smithy.api#documentation": "

If you are creating a metric stream in a monitoring account, specify true\n to include metrics from source accounts in the metric stream.

" } } }, @@ -6151,7 +6273,7 @@ "target": "com.amazonaws.cloudwatch#Timestamp", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The start time of the range to exclude. The format is yyyy-MM-dd'T'HH:mm:ss. For example, \n\t\t\t2019-07-01T23:59:59.

", + "smithy.api#documentation": "

The start time of the range to exclude. The format is\n yyyy-MM-dd'T'HH:mm:ss. For example,\n 2019-07-01T23:59:59.

", "smithy.api#required": {} } }, @@ -6159,13 +6281,13 @@ "target": "com.amazonaws.cloudwatch#Timestamp", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The end time of the range to exclude. The format is yyyy-MM-dd'T'HH:mm:ss. For example, \n\t\t\t2019-07-01T23:59:59.

", + "smithy.api#documentation": "

The end time of the range to exclude. The format is\n yyyy-MM-dd'T'HH:mm:ss. For example,\n 2019-07-01T23:59:59.

", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "

Specifies one range of days or times to exclude from use for training an\n\t\tanomaly detection model.

" + "smithy.api#documentation": "

Specifies one range of days or times to exclude from use for training an anomaly\n detection model.

" } }, "com.amazonaws.cloudwatch#RecentlyActive": { @@ -6286,7 +6408,7 @@ } ], "traits": { - "smithy.api#documentation": "

Temporarily sets the state of an alarm for testing purposes. When the updated\n\t\t\tstate differs from the previous value, the action configured for\n\t\t\tthe appropriate state is invoked. For example, if your alarm is configured to send an\n\t\t\tAmazon SNS message when an alarm is triggered, temporarily changing the alarm state to\n\t\t\tALARM sends an SNS message.

\n

Metric alarms\n\t\t\treturns to their actual state quickly, often within seconds. Because the metric alarm state change\n\t\t\thappens quickly, it is typically only visible in the alarm's History tab in the Amazon CloudWatch console or through\n\t\t\tDescribeAlarmHistory.

\n

If you use SetAlarmState on a composite alarm, the composite alarm is not guaranteed to return\n\t\t\tto its actual state. It\n\t\t\treturns to its actual state only once any of its children alarms change state. It is also\n\t\t\treevaluated if you update its\n\t\t\tconfiguration.

\n

If an alarm triggers EC2 Auto Scaling policies or application Auto Scaling policies, you must include\n\t\tinformation in the StateReasonData parameter to enable the policy to take the correct action.

" + "smithy.api#documentation": "

Temporarily sets the state of an alarm for testing purposes. When the updated state\n differs from the previous value, the action configured for the appropriate state is\n invoked. For example, if your alarm is configured to send an Amazon SNS message when an\n alarm is triggered, temporarily changing the alarm state to ALARM sends an\n SNS message.

\n

Metric alarms returns to their actual state quickly, often within seconds. Because\n the metric alarm state change happens quickly, it is typically only visible in the\n alarm's History tab in the Amazon CloudWatch console or\n through DescribeAlarmHistory.

\n

If you use SetAlarmState on a composite alarm, the composite alarm is\n not guaranteed to return to its actual state. It returns to its actual state only once\n any of its children alarms change state. It is also reevaluated if you update its\n configuration.

\n

If an alarm triggers EC2 Auto Scaling policies or application Auto Scaling\n policies, you must include information in the StateReasonData parameter to\n enable the policy to take the correct action.

" } }, "com.amazonaws.cloudwatch#SetAlarmStateInput": { @@ -6319,7 +6441,7 @@ "StateReasonData": { "target": "com.amazonaws.cloudwatch#StateReasonData", "traits": { - "smithy.api#documentation": "

The reason that this alarm is set to this specific state, in JSON format.

\n

For SNS or EC2 alarm actions, this is just informational. But for EC2 Auto Scaling or application Auto Scaling\n\t\talarm actions, the Auto Scaling policy uses the information in this field to take the correct action.

" + "smithy.api#documentation": "

The reason that this alarm is set to this specific state, in JSON format.

\n

For SNS or EC2 alarm actions, this is just informational. But for EC2 Auto Scaling\n or application Auto Scaling alarm actions, the Auto Scaling policy uses the information\n in this field to take the correct action.

" } } }, @@ -6333,7 +6455,7 @@ "AccountId": { "target": "com.amazonaws.cloudwatch#AccountId", "traits": { - "smithy.api#documentation": "

If the CloudWatch metric that provides the time series that the anomaly detector\n\t\t\tuses as input is in another account, specify that account ID here. If you omit this parameter,\n\t\tthe current account is used.

" + "smithy.api#documentation": "

If the CloudWatch metric that provides the time series that the anomaly\n detector uses as input is in another account, specify that account ID here. If you omit\n this parameter, the current account is used.

" } }, "Namespace": { @@ -6362,7 +6484,7 @@ } }, "traits": { - "smithy.api#documentation": "

Designates the CloudWatch metric and statistic that provides the time series the anomaly detector\n\t\t\tuses as input. If you have enabled unified cross-account observability, and this account is a monitoring\n\t\taccount, the metric can be in the same account or a source account.

" + "smithy.api#documentation": "

Designates the CloudWatch metric and statistic that provides the time series the\n anomaly detector uses as input. If you have enabled unified cross-account observability,\n and this account is a monitoring account, the metric can be in the same account or a\n source account.

" } }, "com.amazonaws.cloudwatch#Size": { @@ -6565,7 +6687,7 @@ "target": "com.amazonaws.cloudwatch#MetricStreamNames", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The array of the names of metric streams to start streaming.

\n

This is an \"all or nothing\" operation. If you do not have \n\t\tpermission to access all of the metric streams that you list here, then none of the streams that you list\n\t\tin the operation will start streaming.

", + "smithy.api#documentation": "

The array of the names of metric streams to start streaming.

\n

This is an \"all or nothing\" operation. If you do not have permission to access all of\n the metric streams that you list here, then none of the streams that you list in the\n operation will start streaming.

", "smithy.api#required": {} } } @@ -6771,7 +6893,7 @@ "target": "com.amazonaws.cloudwatch#MetricStreamNames", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The array of the names of metric streams to stop streaming.

\n

This is an \"all or nothing\" operation. If you do not have \n\t\t\tpermission to access all of the metric streams that you list here, then none of the streams that you list\n\t\t\tin the operation will stop streaming.

", + "smithy.api#documentation": "

The array of the names of metric streams to stop streaming.

\n

This is an \"all or nothing\" operation. If you do not have permission to access all of\n the metric streams that you list here, then none of the streams that you list in the\n operation will stop streaming.

", "smithy.api#required": {} } } @@ -6795,6 +6917,9 @@ } } }, + "com.amazonaws.cloudwatch#StrictEntityValidation": { + "type": "boolean" + }, "com.amazonaws.cloudwatch#SuppressorPeriod": { "type": "integer" }, @@ -6805,7 +6930,7 @@ "target": "com.amazonaws.cloudwatch#TagKey", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

A string that you can use to assign a value. The combination of tag keys and values can help you organize and categorize your \n\t\tresources.

", + "smithy.api#documentation": "

A string that you can use to assign a value. The combination of tag keys and values\n can help you organize and categorize your resources.

", "smithy.api#required": {} } }, @@ -6866,7 +6991,7 @@ } ], "traits": { - "smithy.api#documentation": "

Assigns one or more tags (key-value pairs) to the specified CloudWatch resource. Currently, the only CloudWatch resources that \n\t\t\tcan be tagged are alarms and Contributor Insights rules.

\n

Tags can help you organize and categorize your resources. You can also use them to scope user\n\t\t\tpermissions by granting a user\n\t\t\tpermission to access or change only resources with certain tag values.

\n

Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.

\n

You can use the TagResource action with an alarm that already has tags. If you specify a new tag key for the alarm, \n\t\t\tthis tag is appended to the list of tags associated\n\t\t\twith the alarm. If you specify a tag key that is already associated with the alarm, the new tag value that you specify replaces\n\t\t\tthe previous value for that tag.

\n

You can associate as many as 50 tags with a CloudWatch resource.

" + "smithy.api#documentation": "

Assigns one or more tags (key-value pairs) to the specified CloudWatch resource.\n Currently, the only CloudWatch resources that can be tagged are alarms and Contributor\n Insights rules.

\n

Tags can help you organize and categorize your resources. You can also use them to\n scope user permissions by granting a user permission to access or change only resources\n with certain tag values.

\n

Tags don't have any semantic meaning to Amazon Web Services and are interpreted\n strictly as strings of characters.

\n

You can use the TagResource action with an alarm that already has tags.\n If you specify a new tag key for the alarm, this tag is appended to the list of tags\n associated with the alarm. If you specify a tag key that is already associated with the\n alarm, the new tag value that you specify replaces the previous value for that\n tag.

\n

You can associate as many as 50 tags with a CloudWatch resource.

" } }, "com.amazonaws.cloudwatch#TagResourceInput": { @@ -6876,7 +7001,7 @@ "target": "com.amazonaws.cloudwatch#AmazonResourceName", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The ARN of the CloudWatch resource that you're adding tags to.

\n

The ARN format of an alarm is \n\t\t\tarn:aws:cloudwatch:Region:account-id:alarm:alarm-name\n \n

\n

The ARN format of a Contributor Insights rule is \n\t\t\tarn:aws:cloudwatch:Region:account-id:insight-rule/insight-rule-name\n \n

\n

For more information about ARN format, see Resource\n\t\t\t\tTypes Defined by Amazon CloudWatch in the Amazon Web Services General\n\t\t\tReference.

", + "smithy.api#documentation": "

The ARN of the CloudWatch resource that you're adding tags to.

\n

The ARN format of an alarm is\n arn:aws:cloudwatch:Region:account-id:alarm:alarm-name\n \n

\n

The ARN format of a Contributor Insights rule is\n arn:aws:cloudwatch:Region:account-id:insight-rule/insight-rule-name\n \n

\n

For more information about ARN format, see Resource Types Defined by Amazon CloudWatch in the Amazon Web\n Services General Reference.

", "smithy.api#required": {} } }, @@ -6973,7 +7098,7 @@ "target": "com.amazonaws.cloudwatch#AmazonResourceName", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

The ARN of the CloudWatch resource that you're removing tags from.

\n

The ARN format of an alarm is \n\t\t\tarn:aws:cloudwatch:Region:account-id:alarm:alarm-name\n \n

\n

The ARN format of a Contributor Insights rule is \n\t\t\tarn:aws:cloudwatch:Region:account-id:insight-rule/insight-rule-name\n \n

\n

For more information about ARN format, see Resource\n\t\t\t\tTypes Defined by Amazon CloudWatch in the Amazon Web Services General\n\t\t\tReference.

", + "smithy.api#documentation": "

The ARN of the CloudWatch resource that you're removing tags from.

\n

The ARN format of an alarm is\n arn:aws:cloudwatch:Region:account-id:alarm:alarm-name\n \n

\n

The ARN format of a Contributor Insights rule is\n arn:aws:cloudwatch:Region:account-id:insight-rule/insight-rule-name\n \n

\n

For more information about ARN format, see Resource Types Defined by Amazon CloudWatch in the Amazon Web\n Services General Reference.

", "smithy.api#required": {} } }, diff --git a/codegen/sdk-codegen/aws-models/connectcampaignsv2.json b/codegen/sdk-codegen/aws-models/connectcampaignsv2.json new file mode 100644 index 00000000000..b123f2db0e7 --- /dev/null +++ b/codegen/sdk-codegen/aws-models/connectcampaignsv2.json @@ -0,0 +1,4778 @@ +{ + "smithy": "2.0", + "shapes": { + "com.amazonaws.connectcampaignsv2#AccessDeniedException": { + "type": "structure", + "members": { + "message": { + "target": "smithy.api#String", + "traits": { + "smithy.api#required": {} + } + }, + "xAmzErrorType": { + "target": "com.amazonaws.connectcampaignsv2#XAmazonErrorType", + "traits": { + "smithy.api#httpHeader": "x-amzn-ErrorType" + } + } + }, + "traits": { + "smithy.api#documentation": "You do not have sufficient access to perform this action.", + "smithy.api#error": "client", + "smithy.api#httpError": 403 + } + }, + "com.amazonaws.connectcampaignsv2#AgentlessConfig": { + "type": "structure", + "members": {}, + "traits": { + "smithy.api#documentation": "Agentless config" + } + }, + "com.amazonaws.connectcampaignsv2#AmazonConnectCampaignServiceV2": { + "type": "service", + "version": "2024-04-23", + "operations": [ + { + "target": "com.amazonaws.connectcampaignsv2#CreateCampaign" + }, + { + "target": "com.amazonaws.connectcampaignsv2#DeleteCampaign" + }, + { + "target": "com.amazonaws.connectcampaignsv2#DeleteCampaignChannelSubtypeConfig" + }, + { + "target": "com.amazonaws.connectcampaignsv2#DeleteCampaignCommunicationLimits" + }, + { + "target": "com.amazonaws.connectcampaignsv2#DeleteCampaignCommunicationTime" + }, + { + "target": "com.amazonaws.connectcampaignsv2#DeleteConnectInstanceConfig" + }, + { + "target": "com.amazonaws.connectcampaignsv2#DeleteConnectInstanceIntegration" + }, + { + "target": "com.amazonaws.connectcampaignsv2#DeleteInstanceOnboardingJob" + }, + { + "target": "com.amazonaws.connectcampaignsv2#DescribeCampaign" + }, + { + "target": "com.amazonaws.connectcampaignsv2#GetCampaignState" + }, + { + "target": "com.amazonaws.connectcampaignsv2#GetCampaignStateBatch" + }, + { + "target": "com.amazonaws.connectcampaignsv2#GetConnectInstanceConfig" + }, + { + "target": "com.amazonaws.connectcampaignsv2#GetInstanceOnboardingJobStatus" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ListCampaigns" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ListConnectInstanceIntegrations" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ListTagsForResource" + }, + { + "target": "com.amazonaws.connectcampaignsv2#PauseCampaign" + }, + { + "target": "com.amazonaws.connectcampaignsv2#PutConnectInstanceIntegration" + }, + { + "target": "com.amazonaws.connectcampaignsv2#PutOutboundRequestBatch" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResumeCampaign" + }, + { + "target": "com.amazonaws.connectcampaignsv2#StartCampaign" + }, + { + "target": "com.amazonaws.connectcampaignsv2#StartInstanceOnboardingJob" + }, + { + "target": "com.amazonaws.connectcampaignsv2#StopCampaign" + }, + { + "target": "com.amazonaws.connectcampaignsv2#TagResource" + }, + { + "target": "com.amazonaws.connectcampaignsv2#UntagResource" + }, + { + "target": "com.amazonaws.connectcampaignsv2#UpdateCampaignChannelSubtypeConfig" + }, + { + "target": "com.amazonaws.connectcampaignsv2#UpdateCampaignCommunicationLimits" + }, + { + "target": "com.amazonaws.connectcampaignsv2#UpdateCampaignCommunicationTime" + }, + { + "target": "com.amazonaws.connectcampaignsv2#UpdateCampaignFlowAssociation" + }, + { + "target": "com.amazonaws.connectcampaignsv2#UpdateCampaignName" + }, + { + "target": "com.amazonaws.connectcampaignsv2#UpdateCampaignSchedule" + }, + { + "target": "com.amazonaws.connectcampaignsv2#UpdateCampaignSource" + } + ], + "traits": { + "aws.api#service": { + "sdkId": "ConnectCampaignsV2", + "arnNamespace": "connect-campaigns", + "cloudTrailEventSource": "connect-campaigns.amazonaws.com" + }, + "aws.auth#sigv4": { + "name": "connect-campaigns" + }, + "aws.protocols#restJson1": {}, + "smithy.api#cors": { + "origin": "*", + "additionalAllowedHeaders": [ + "*", + "Authorization", + "Date", + "X-Amz-Date", + "X-Amz-Security-Token", + "X-Amz-Target", + "content-type", + "x-amz-content-sha256", + "x-amz-user-agent", + "x-amzn-platform-id", + "x-amzn-trace-id" + ], + "additionalExposedHeaders": [ + "x-amzn-errortype", + "x-amzn-requestid", + "x-amzn-errormessage", + "x-amzn-trace-id", + "x-amz-apigw-id", + "date" + ], + "maxAge": 86400 + }, + "smithy.api#documentation": "Provide APIs to create and manage Amazon Connect Campaigns.", + "smithy.api#title": "AmazonConnectCampaignServiceV2", + "smithy.rules#endpointRuleSet": { + "version": "1.0", + "parameters": { + "Region": { + "builtIn": "AWS::Region", + "required": false, + "documentation": "The AWS region used to dispatch the request.", + "type": "String" + }, + "UseDualStack": { + "builtIn": "AWS::UseDualStack", + "required": true, + "default": false, + "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", + "type": "Boolean" + }, + "UseFIPS": { + "builtIn": "AWS::UseFIPS", + "required": true, + "default": false, + "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", + "type": "Boolean" + }, + "Endpoint": { + "builtIn": "SDK::Endpoint", + "required": false, + "documentation": "Override the endpoint used to send this request", + "type": "String" + } + }, + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Endpoint" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "aws.partition", + "argv": [ + { + "ref": "Region" + } + ], + "assign": "PartitionResult" + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + }, + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://connect-campaigns-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + }, + true + ] + } + ], + "rules": [ + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://connect-campaigns-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://connect-campaigns.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://connect-campaigns.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" + } + ], + "type": "tree" + } + ] + }, + "smithy.rules#endpointTests": { + "testCases": [ + { + "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://connect-campaigns-fips.us-east-1.api.aws" + } + }, + "params": { + "Region": "us-east-1", + "UseFIPS": true, + "UseDualStack": true + } + }, + { + "documentation": "For region us-east-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://connect-campaigns-fips.us-east-1.amazonaws.com" + } + }, + "params": { + "Region": "us-east-1", + "UseFIPS": true, + "UseDualStack": false + } + }, + { + "documentation": "For region us-east-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://connect-campaigns.us-east-1.api.aws" + } + }, + "params": { + "Region": "us-east-1", + "UseFIPS": false, + "UseDualStack": true + } + }, + { + "documentation": "For region us-east-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://connect-campaigns.us-east-1.amazonaws.com" + } + }, + "params": { + "Region": "us-east-1", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region cn-north-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://connect-campaigns-fips.cn-north-1.api.amazonwebservices.com.cn" + } + }, + "params": { + "Region": "cn-north-1", + "UseFIPS": true, + "UseDualStack": true + } + }, + { + "documentation": "For region cn-north-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://connect-campaigns-fips.cn-north-1.amazonaws.com.cn" + } + }, + "params": { + "Region": "cn-north-1", + "UseFIPS": true, + "UseDualStack": false + } + }, + { + "documentation": "For region cn-north-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://connect-campaigns.cn-north-1.api.amazonwebservices.com.cn" + } + }, + "params": { + "Region": "cn-north-1", + "UseFIPS": false, + "UseDualStack": true + } + }, + { + "documentation": "For region cn-north-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://connect-campaigns.cn-north-1.amazonaws.com.cn" + } + }, + "params": { + "Region": "cn-north-1", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://connect-campaigns-fips.us-gov-east-1.api.aws" + } + }, + "params": { + "Region": "us-gov-east-1", + "UseFIPS": true, + "UseDualStack": true + } + }, + { + "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://connect-campaigns-fips.us-gov-east-1.amazonaws.com" + } + }, + "params": { + "Region": "us-gov-east-1", + "UseFIPS": true, + "UseDualStack": false + } + }, + { + "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://connect-campaigns.us-gov-east-1.api.aws" + } + }, + "params": { + "Region": "us-gov-east-1", + "UseFIPS": false, + "UseDualStack": true + } + }, + { + "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://connect-campaigns.us-gov-east-1.amazonaws.com" + } + }, + "params": { + "Region": "us-gov-east-1", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled", + "expect": { + "error": "FIPS and DualStack are enabled, but this partition does not support one or both" + }, + "params": { + "Region": "us-iso-east-1", + "UseFIPS": true, + "UseDualStack": true + } + }, + { + "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://connect-campaigns-fips.us-iso-east-1.c2s.ic.gov" + } + }, + "params": { + "Region": "us-iso-east-1", + "UseFIPS": true, + "UseDualStack": false + } + }, + { + "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled", + "expect": { + "error": "DualStack is enabled but this partition does not support DualStack" + }, + "params": { + "Region": "us-iso-east-1", + "UseFIPS": false, + "UseDualStack": true + } + }, + { + "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://connect-campaigns.us-iso-east-1.c2s.ic.gov" + } + }, + "params": { + "Region": "us-iso-east-1", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled", + "expect": { + "error": "FIPS and DualStack are enabled, but this partition does not support one or both" + }, + "params": { + "Region": "us-isob-east-1", + "UseFIPS": true, + "UseDualStack": true + } + }, + { + "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://connect-campaigns-fips.us-isob-east-1.sc2s.sgov.gov" + } + }, + "params": { + "Region": "us-isob-east-1", + "UseFIPS": true, + "UseDualStack": false + } + }, + { + "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled", + "expect": { + "error": "DualStack is enabled but this partition does not support DualStack" + }, + "params": { + "Region": "us-isob-east-1", + "UseFIPS": false, + "UseDualStack": true + } + }, + { + "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://connect-campaigns.us-isob-east-1.sc2s.sgov.gov" + } + }, + "params": { + "Region": "us-isob-east-1", + "UseFIPS": false, + "UseDualStack": false + } + }, + { + "documentation": "For custom endpoint with region set and fips disabled and dualstack disabled", + "expect": { + "endpoint": { + "url": "https://example.com" + } + }, + "params": { + "Region": "us-east-1", + "UseFIPS": false, + "UseDualStack": false, + "Endpoint": "https://example.com" + } + }, + { + "documentation": "For custom endpoint with region not set and fips disabled and dualstack disabled", + "expect": { + "endpoint": { + "url": "https://example.com" + } + }, + "params": { + "UseFIPS": false, + "UseDualStack": false, + "Endpoint": "https://example.com" + } + }, + { + "documentation": "For custom endpoint with fips enabled and dualstack disabled", + "expect": { + "error": "Invalid Configuration: FIPS and custom endpoint are not supported" + }, + "params": { + "Region": "us-east-1", + "UseFIPS": true, + "UseDualStack": false, + "Endpoint": "https://example.com" + } + }, + { + "documentation": "For custom endpoint with fips disabled and dualstack enabled", + "expect": { + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported" + }, + "params": { + "Region": "us-east-1", + "UseFIPS": false, + "UseDualStack": true, + "Endpoint": "https://example.com" + } + }, + { + "documentation": "Missing region", + "expect": { + "error": "Invalid Configuration: Missing Region" + } + } + ], + "version": "1.0" + } + } + }, + "com.amazonaws.connectcampaignsv2#AnswerMachineDetectionConfig": { + "type": "structure", + "members": { + "enableAnswerMachineDetection": { + "target": "smithy.api#Boolean", + "traits": { + "smithy.api#documentation": "Enable or disable answering machine detection", + "smithy.api#required": {} + } + }, + "awaitAnswerMachinePrompt": { + "target": "smithy.api#Boolean", + "traits": { + "smithy.api#default": null, + "smithy.api#documentation": "Enable or disable await answer machine prompt" + } + } + }, + "traits": { + "smithy.api#documentation": "Answering Machine Detection config" + } + }, + "com.amazonaws.connectcampaignsv2#Arn": { + "type": "string", + "traits": { + "smithy.api#documentation": "Amazon Resource Names(ARN)", + "smithy.api#length": { + "min": 20, + "max": 500 + }, + "smithy.api#pattern": "^arn:[a-zA-Z0-9-]+:[a-zA-Z0-9-]+:[a-z]{2}-[a-z]+-\\d{1,2}:[a-zA-Z0-9-]+:[^:]+(?:/[^:]+)*(?:/[^:]+)?(?:\\:[^:]+)?$" + } + }, + "com.amazonaws.connectcampaignsv2#AttributeName": { + "type": "string", + "traits": { + "smithy.api#documentation": "The key of the attribute. Attribute keys can include only alphanumeric, dash, and underscore characters.", + "smithy.api#length": { + "min": 0, + "max": 32767 + }, + "smithy.api#pattern": "^[a-zA-Z0-9\\-_]+$" + } + }, + "com.amazonaws.connectcampaignsv2#AttributeValue": { + "type": "string", + "traits": { + "smithy.api#documentation": "The value of the attribute.", + "smithy.api#length": { + "min": 0, + "max": 32767 + }, + "smithy.api#pattern": "^.*$" + } + }, + "com.amazonaws.connectcampaignsv2#Attributes": { + "type": "map", + "key": { + "target": "com.amazonaws.connectcampaignsv2#AttributeName" + }, + "value": { + "target": "com.amazonaws.connectcampaignsv2#AttributeValue" + }, + "traits": { + "smithy.api#documentation": "A custom key-value pair using an attribute map. The attributes are standard Amazon Connect attributes, and can be accessed in contact flows just like any other contact attributes.", + "smithy.api#sensitive": {} + } + }, + "com.amazonaws.connectcampaignsv2#BandwidthAllocation": { + "type": "double", + "traits": { + "smithy.api#documentation": "The bandwidth allocation of a queue resource.", + "smithy.api#range": { + "min": 0, + "max": 1 + } + } + }, + "com.amazonaws.connectcampaignsv2#Campaign": { + "type": "structure", + "members": { + "id": { + "target": "com.amazonaws.connectcampaignsv2#CampaignId", + "traits": { + "smithy.api#required": {} + } + }, + "arn": { + "target": "com.amazonaws.connectcampaignsv2#CampaignArn", + "traits": { + "smithy.api#required": {} + } + }, + "name": { + "target": "com.amazonaws.connectcampaignsv2#CampaignName", + "traits": { + "smithy.api#required": {} + } + }, + "connectInstanceId": { + "target": "com.amazonaws.connectcampaignsv2#InstanceId", + "traits": { + "smithy.api#required": {} + } + }, + "channelSubtypeConfig": { + "target": "com.amazonaws.connectcampaignsv2#ChannelSubtypeConfig", + "traits": { + "smithy.api#required": {} + } + }, + "source": { + "target": "com.amazonaws.connectcampaignsv2#Source" + }, + "connectCampaignFlowArn": { + "target": "com.amazonaws.connectcampaignsv2#Arn" + }, + "schedule": { + "target": "com.amazonaws.connectcampaignsv2#Schedule" + }, + "communicationTimeConfig": { + "target": "com.amazonaws.connectcampaignsv2#CommunicationTimeConfig" + }, + "communicationLimitsOverride": { + "target": "com.amazonaws.connectcampaignsv2#CommunicationLimitsConfig" + }, + "tags": { + "target": "com.amazonaws.connectcampaignsv2#TagMap" + } + }, + "traits": { + "smithy.api#documentation": "An Amazon Connect campaign." + } + }, + "com.amazonaws.connectcampaignsv2#CampaignArn": { + "type": "string", + "traits": { + "smithy.api#documentation": "The resource name of an Amazon Connect campaign.", + "smithy.api#length": { + "min": 20, + "max": 500 + } + } + }, + "com.amazonaws.connectcampaignsv2#CampaignDeletionPolicy": { + "type": "string", + "traits": { + "smithy.api#documentation": "Enumeration of the policies to enact on existing campaigns during instance config deletion", + "smithy.api#enum": [ + { + "value": "RETAIN_ALL", + "name": "RETAIN_ALL" + }, + { + "value": "DELETE_ALL", + "name": "DELETE_ALL" + } + ] + } + }, + "com.amazonaws.connectcampaignsv2#CampaignFilters": { + "type": "structure", + "members": { + "instanceIdFilter": { + "target": "com.amazonaws.connectcampaignsv2#InstanceIdFilter" + } + }, + "traits": { + "smithy.api#documentation": "Filter model by type" + } + }, + "com.amazonaws.connectcampaignsv2#CampaignId": { + "type": "string", + "traits": { + "smithy.api#documentation": "Identifier representing a Campaign", + "smithy.api#length": { + "min": 0, + "max": 256 + }, + "smithy.api#pattern": "^[a-zA-Z0-9\\-:/]*$" + } + }, + "com.amazonaws.connectcampaignsv2#CampaignIdList": { + "type": "list", + "member": { + "target": "com.amazonaws.connectcampaignsv2#CampaignId" + }, + "traits": { + "smithy.api#documentation": "List of CampaignId" + } + }, + "com.amazonaws.connectcampaignsv2#CampaignName": { + "type": "string", + "traits": { + "smithy.api#documentation": "The name of an Amazon Connect Campaign name.", + "smithy.api#length": { + "min": 1, + "max": 127 + } + } + }, + "com.amazonaws.connectcampaignsv2#CampaignState": { + "type": "string", + "traits": { + "smithy.api#documentation": "State of a campaign", + "smithy.api#enum": [ + { + "value": "Initialized", + "name": "INITIALIZED", + "documentation": "Campaign is in initialized state" + }, + { + "value": "Running", + "name": "RUNNING", + "documentation": "Campaign is in running state" + }, + { + "value": "Paused", + "name": "PAUSED", + "documentation": "Campaign is in paused state" + }, + { + "value": "Stopped", + "name": "STOPPED", + "documentation": "Campaign is in stopped state" + }, + { + "value": "Failed", + "name": "FAILED", + "documentation": "Campaign is in failed state" + }, + { + "value": "Completed", + "name": "COMPLETED", + "documentation": "Campaign is in completed state" + } + ] + } + }, + "com.amazonaws.connectcampaignsv2#CampaignSummary": { + "type": "structure", + "members": { + "id": { + "target": "com.amazonaws.connectcampaignsv2#CampaignId", + "traits": { + "smithy.api#required": {} + } + }, + "arn": { + "target": "com.amazonaws.connectcampaignsv2#CampaignArn", + "traits": { + "smithy.api#required": {} + } + }, + "name": { + "target": "com.amazonaws.connectcampaignsv2#CampaignName", + "traits": { + "smithy.api#required": {} + } + }, + "connectInstanceId": { + "target": "com.amazonaws.connectcampaignsv2#InstanceId", + "traits": { + "smithy.api#required": {} + } + }, + "channelSubtypes": { + "target": "com.amazonaws.connectcampaignsv2#ChannelSubtypeList", + "traits": { + "smithy.api#required": {} + } + }, + "schedule": { + "target": "com.amazonaws.connectcampaignsv2#Schedule" + }, + "connectCampaignFlowArn": { + "target": "com.amazonaws.connectcampaignsv2#Arn" + } + }, + "traits": { + "smithy.api#documentation": "An Amazon Connect campaign summary." + } + }, + "com.amazonaws.connectcampaignsv2#CampaignSummaryList": { + "type": "list", + "member": { + "target": "com.amazonaws.connectcampaignsv2#CampaignSummary" + }, + "traits": { + "smithy.api#documentation": "A list of Amazon Connect campaigns." + } + }, + "com.amazonaws.connectcampaignsv2#Capacity": { + "type": "double", + "traits": { + "smithy.api#documentation": "Allocates outbound capacity for the specific channel subtype of this campaign between multiple active campaigns", + "smithy.api#range": { + "min": 0.01, + "max": 1 + } + } + }, + "com.amazonaws.connectcampaignsv2#ChannelSubtype": { + "type": "string", + "traits": { + "smithy.api#documentation": "The type of campaign channel subtype.", + "smithy.api#enum": [ + { + "value": "TELEPHONY", + "name": "TELEPHONY" + }, + { + "value": "SMS", + "name": "SMS" + }, + { + "value": "EMAIL", + "name": "EMAIL" + } + ] + } + }, + "com.amazonaws.connectcampaignsv2#ChannelSubtypeConfig": { + "type": "structure", + "members": { + "telephony": { + "target": "com.amazonaws.connectcampaignsv2#TelephonyChannelSubtypeConfig" + }, + "sms": { + "target": "com.amazonaws.connectcampaignsv2#SmsChannelSubtypeConfig" + }, + "email": { + "target": "com.amazonaws.connectcampaignsv2#EmailChannelSubtypeConfig" + } + }, + "traits": { + "smithy.api#documentation": "Campaign Channel Subtype config" + } + }, + "com.amazonaws.connectcampaignsv2#ChannelSubtypeList": { + "type": "list", + "member": { + "target": "com.amazonaws.connectcampaignsv2#ChannelSubtype" + }, + "traits": { + "smithy.api#documentation": "Channel subtype list", + "smithy.api#uniqueItems": {} + } + }, + "com.amazonaws.connectcampaignsv2#ChannelSubtypeParameters": { + "type": "union", + "members": { + "telephony": { + "target": "com.amazonaws.connectcampaignsv2#TelephonyChannelSubtypeParameters" + }, + "sms": { + "target": "com.amazonaws.connectcampaignsv2#SmsChannelSubtypeParameters" + }, + "email": { + "target": "com.amazonaws.connectcampaignsv2#EmailChannelSubtypeParameters" + } + }, + "traits": { + "smithy.api#documentation": "ChannelSubtypeParameters for an outbound request" + } + }, + "com.amazonaws.connectcampaignsv2#ClientToken": { + "type": "string", + "traits": { + "smithy.api#documentation": "Client provided parameter used for idempotency. Its value must be unique for each request.", + "smithy.api#length": { + "min": 0, + "max": 200 + }, + "smithy.api#pattern": "^[a-zA-Z0-9_\\-.]*$" + } + }, + "com.amazonaws.connectcampaignsv2#CommunicationLimit": { + "type": "structure", + "members": { + "maxCountPerRecipient": { + "target": "smithy.api#Integer", + "traits": { + "smithy.api#documentation": "Maximum number of contacts allowed for a given target within the given frequency.", + "smithy.api#range": { + "min": 1 + }, + "smithy.api#required": {} + } + }, + "frequency": { + "target": "smithy.api#Integer", + "traits": { + "smithy.api#documentation": "The number of days to consider with regards to this limit.", + "smithy.api#range": { + "min": 1, + "max": 30 + }, + "smithy.api#required": {} + } + }, + "unit": { + "target": "com.amazonaws.connectcampaignsv2#CommunicationLimitTimeUnit", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "Communication Limit" + } + }, + "com.amazonaws.connectcampaignsv2#CommunicationLimitList": { + "type": "list", + "member": { + "target": "com.amazonaws.connectcampaignsv2#CommunicationLimit" + }, + "traits": { + "smithy.api#documentation": "List of communication limit", + "smithy.api#length": { + "max": 2 + } + } + }, + "com.amazonaws.connectcampaignsv2#CommunicationLimitTimeUnit": { + "type": "string", + "traits": { + "smithy.api#documentation": "The communication limit time unit.", + "smithy.api#enum": [ + { + "value": "DAY", + "name": "DAY" + } + ] + } + }, + "com.amazonaws.connectcampaignsv2#CommunicationLimits": { + "type": "union", + "members": { + "communicationLimitsList": { + "target": "com.amazonaws.connectcampaignsv2#CommunicationLimitList" + } + }, + "traits": { + "smithy.api#documentation": "Communication limits" + } + }, + "com.amazonaws.connectcampaignsv2#CommunicationLimitsConfig": { + "type": "structure", + "members": { + "allChannelSubtypes": { + "target": "com.amazonaws.connectcampaignsv2#CommunicationLimits" + } + }, + "traits": { + "smithy.api#documentation": "Communication limits config" + } + }, + "com.amazonaws.connectcampaignsv2#CommunicationLimitsConfigType": { + "type": "string", + "traits": { + "smithy.api#documentation": "The type of campaign communication limits config.", + "smithy.api#enum": [ + { + "value": "ALL_CHANNEL_SUBTYPES", + "name": "ALL_CHANNEL_SUBTYPES" + } + ] + } + }, + "com.amazonaws.connectcampaignsv2#CommunicationTimeConfig": { + "type": "structure", + "members": { + "localTimeZoneConfig": { + "target": "com.amazonaws.connectcampaignsv2#LocalTimeZoneConfig", + "traits": { + "smithy.api#required": {} + } + }, + "telephony": { + "target": "com.amazonaws.connectcampaignsv2#TimeWindow" + }, + "sms": { + "target": "com.amazonaws.connectcampaignsv2#TimeWindow" + }, + "email": { + "target": "com.amazonaws.connectcampaignsv2#TimeWindow" + } + }, + "traits": { + "smithy.api#documentation": "Campaign communication time config" + } + }, + "com.amazonaws.connectcampaignsv2#CommunicationTimeConfigType": { + "type": "string", + "traits": { + "smithy.api#documentation": "The type of campaign communication time config", + "smithy.api#enum": [ + { + "value": "TELEPHONY", + "name": "TELEPHONY" + }, + { + "value": "SMS", + "name": "SMS" + }, + { + "value": "EMAIL", + "name": "EMAIL" + } + ] + } + }, + "com.amazonaws.connectcampaignsv2#ConflictException": { + "type": "structure", + "members": { + "message": { + "target": "smithy.api#String", + "traits": { + "smithy.api#required": {} + } + }, + "xAmzErrorType": { + "target": "com.amazonaws.connectcampaignsv2#XAmazonErrorType", + "traits": { + "smithy.api#httpHeader": "x-amzn-ErrorType" + } + } + }, + "traits": { + "smithy.api#documentation": "The request could not be processed because of conflict in the current state of the resource.", + "smithy.api#error": "client", + "smithy.api#httpError": 409 + } + }, + "com.amazonaws.connectcampaignsv2#ContactFlowId": { + "type": "string", + "traits": { + "smithy.api#documentation": "The identifier of the contact flow for the outbound call.", + "smithy.api#length": { + "max": 500 + } + } + }, + "com.amazonaws.connectcampaignsv2#CreateCampaign": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#CreateCampaignRequest" + }, + "output": { + "target": "com.amazonaws.connectcampaignsv2#CreateCampaignResponse" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ConflictException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ServiceQuotaExceededException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ThrottlingException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Creates a campaign for the specified Amazon Connect account. This API is idempotent.", + "smithy.api#http": { + "uri": "/v2/campaigns", + "method": "PUT" + }, + "smithy.api#idempotent": {} + } + }, + "com.amazonaws.connectcampaignsv2#CreateCampaignRequest": { + "type": "structure", + "members": { + "name": { + "target": "com.amazonaws.connectcampaignsv2#CampaignName", + "traits": { + "smithy.api#required": {} + } + }, + "connectInstanceId": { + "target": "com.amazonaws.connectcampaignsv2#InstanceId", + "traits": { + "smithy.api#required": {} + } + }, + "channelSubtypeConfig": { + "target": "com.amazonaws.connectcampaignsv2#ChannelSubtypeConfig", + "traits": { + "smithy.api#required": {} + } + }, + "source": { + "target": "com.amazonaws.connectcampaignsv2#Source" + }, + "connectCampaignFlowArn": { + "target": "com.amazonaws.connectcampaignsv2#Arn" + }, + "schedule": { + "target": "com.amazonaws.connectcampaignsv2#Schedule" + }, + "communicationTimeConfig": { + "target": "com.amazonaws.connectcampaignsv2#CommunicationTimeConfig" + }, + "communicationLimitsOverride": { + "target": "com.amazonaws.connectcampaignsv2#CommunicationLimitsConfig" + }, + "tags": { + "target": "com.amazonaws.connectcampaignsv2#TagMap" + } + }, + "traits": { + "smithy.api#documentation": "The request for CreateCampaign API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#CreateCampaignResponse": { + "type": "structure", + "members": { + "id": { + "target": "com.amazonaws.connectcampaignsv2#CampaignId" + }, + "arn": { + "target": "com.amazonaws.connectcampaignsv2#CampaignArn" + }, + "tags": { + "target": "com.amazonaws.connectcampaignsv2#TagMap" + } + }, + "traits": { + "smithy.api#documentation": "The response for Create Campaign API", + "smithy.api#output": {} + } + }, + "com.amazonaws.connectcampaignsv2#CustomerProfilesIntegrationConfig": { + "type": "structure", + "members": { + "domainArn": { + "target": "com.amazonaws.connectcampaignsv2#Arn", + "traits": { + "smithy.api#required": {} + } + }, + "objectTypeNames": { + "target": "com.amazonaws.connectcampaignsv2#ObjectTypeNamesMap", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "Customer Profiles integration config" + } + }, + "com.amazonaws.connectcampaignsv2#CustomerProfilesIntegrationIdentifier": { + "type": "structure", + "members": { + "domainArn": { + "target": "com.amazonaws.connectcampaignsv2#Arn", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "Customer Profiles integration identifier" + } + }, + "com.amazonaws.connectcampaignsv2#CustomerProfilesIntegrationSummary": { + "type": "structure", + "members": { + "domainArn": { + "target": "com.amazonaws.connectcampaignsv2#Arn", + "traits": { + "smithy.api#required": {} + } + }, + "objectTypeNames": { + "target": "com.amazonaws.connectcampaignsv2#ObjectTypeNamesMap", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "Customer Profiles integration summary" + } + }, + "com.amazonaws.connectcampaignsv2#DailyHours": { + "type": "map", + "key": { + "target": "com.amazonaws.connectcampaignsv2#DayOfWeek" + }, + "value": { + "target": "com.amazonaws.connectcampaignsv2#TimeRangeList" + }, + "traits": { + "smithy.api#documentation": "Daily Hours map" + } + }, + "com.amazonaws.connectcampaignsv2#DayOfWeek": { + "type": "string", + "traits": { + "smithy.api#documentation": "Day of week enum", + "smithy.api#enum": [ + { + "value": "MONDAY", + "name": "MONDAY" + }, + { + "value": "TUESDAY", + "name": "TUESDAY" + }, + { + "value": "WEDNESDAY", + "name": "WEDNESDAY" + }, + { + "value": "THURSDAY", + "name": "THURSDAY" + }, + { + "value": "FRIDAY", + "name": "FRIDAY" + }, + { + "value": "SATURDAY", + "name": "SATURDAY" + }, + { + "value": "SUNDAY", + "name": "SUNDAY" + } + ] + } + }, + "com.amazonaws.connectcampaignsv2#DeleteCampaign": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#DeleteCampaignRequest" + }, + "output": { + "target": "smithy.api#Unit" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Deletes a campaign from the specified Amazon Connect account.", + "smithy.api#http": { + "uri": "/v2/campaigns/{id}", + "method": "DELETE" + }, + "smithy.api#idempotent": {} + } + }, + "com.amazonaws.connectcampaignsv2#DeleteCampaignChannelSubtypeConfig": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#DeleteCampaignChannelSubtypeConfigRequest" + }, + "output": { + "target": "smithy.api#Unit" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ConflictException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Deletes the channel subtype config of a campaign. This API is idempotent.", + "smithy.api#http": { + "uri": "/v2/campaigns/{id}/channel-subtype-config", + "method": "DELETE" + }, + "smithy.api#idempotent": {} + } + }, + "com.amazonaws.connectcampaignsv2#DeleteCampaignChannelSubtypeConfigRequest": { + "type": "structure", + "members": { + "id": { + "target": "com.amazonaws.connectcampaignsv2#CampaignId", + "traits": { + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + }, + "channelSubtype": { + "target": "com.amazonaws.connectcampaignsv2#ChannelSubtype", + "traits": { + "smithy.api#httpQuery": "channelSubtype", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "The request for DeleteCampaignChannelSubtypeConfig API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#DeleteCampaignCommunicationLimits": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#DeleteCampaignCommunicationLimitsRequest" + }, + "output": { + "target": "smithy.api#Unit" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ConflictException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InvalidCampaignStateException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Deletes the communication limits config for a campaign. This API is idempotent.", + "smithy.api#http": { + "uri": "/v2/campaigns/{id}/communication-limits", + "method": "DELETE" + }, + "smithy.api#idempotent": {} + } + }, + "com.amazonaws.connectcampaignsv2#DeleteCampaignCommunicationLimitsRequest": { + "type": "structure", + "members": { + "id": { + "target": "com.amazonaws.connectcampaignsv2#CampaignId", + "traits": { + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + }, + "config": { + "target": "com.amazonaws.connectcampaignsv2#CommunicationLimitsConfigType", + "traits": { + "smithy.api#httpQuery": "config", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "The request for DeleteCampaignCommunicationLimits API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#DeleteCampaignCommunicationTime": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#DeleteCampaignCommunicationTimeRequest" + }, + "output": { + "target": "smithy.api#Unit" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ConflictException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InvalidCampaignStateException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Deletes the communication time config for a campaign. This API is idempotent.", + "smithy.api#http": { + "uri": "/v2/campaigns/{id}/communication-time", + "method": "DELETE" + }, + "smithy.api#idempotent": {} + } + }, + "com.amazonaws.connectcampaignsv2#DeleteCampaignCommunicationTimeRequest": { + "type": "structure", + "members": { + "id": { + "target": "com.amazonaws.connectcampaignsv2#CampaignId", + "traits": { + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + }, + "config": { + "target": "com.amazonaws.connectcampaignsv2#CommunicationTimeConfigType", + "traits": { + "smithy.api#httpQuery": "config", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "The request for DeleteCampaignCommunicationTime API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#DeleteCampaignRequest": { + "type": "structure", + "members": { + "id": { + "target": "com.amazonaws.connectcampaignsv2#CampaignId", + "traits": { + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "The request for DeleteCampaign API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#DeleteConnectInstanceConfig": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#DeleteConnectInstanceConfigRequest" + }, + "output": { + "target": "smithy.api#Unit" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InvalidStateException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ThrottlingException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Deletes a connect instance config from the specified AWS account.", + "smithy.api#http": { + "uri": "/v2/connect-instance/{connectInstanceId}/config", + "method": "DELETE" + }, + "smithy.api#idempotent": {} + } + }, + "com.amazonaws.connectcampaignsv2#DeleteConnectInstanceConfigRequest": { + "type": "structure", + "members": { + "connectInstanceId": { + "target": "com.amazonaws.connectcampaignsv2#InstanceId", + "traits": { + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + }, + "campaignDeletionPolicy": { + "target": "com.amazonaws.connectcampaignsv2#CampaignDeletionPolicy", + "traits": { + "smithy.api#httpQuery": "campaignDeletionPolicy" + } + } + }, + "traits": { + "smithy.api#documentation": "The request for DeleteConnectInstanceConfig API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#DeleteConnectInstanceIntegration": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#DeleteConnectInstanceIntegrationRequest" + }, + "output": { + "target": "smithy.api#Unit" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ThrottlingException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Delete the integration for the specified Amazon Connect instance.", + "smithy.api#http": { + "uri": "/v2/connect-instance/{connectInstanceId}/integrations/delete", + "method": "POST" + } + } + }, + "com.amazonaws.connectcampaignsv2#DeleteConnectInstanceIntegrationRequest": { + "type": "structure", + "members": { + "connectInstanceId": { + "target": "com.amazonaws.connectcampaignsv2#InstanceId", + "traits": { + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + }, + "integrationIdentifier": { + "target": "com.amazonaws.connectcampaignsv2#IntegrationIdentifier", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "The request for DeleteConnectInstanceIntegration API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#DeleteInstanceOnboardingJob": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#DeleteInstanceOnboardingJobRequest" + }, + "output": { + "target": "smithy.api#Unit" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InvalidStateException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Delete the Connect Campaigns onboarding job for the specified Amazon Connect instance.", + "smithy.api#http": { + "uri": "/v2/connect-instance/{connectInstanceId}/onboarding", + "method": "DELETE" + }, + "smithy.api#idempotent": {} + } + }, + "com.amazonaws.connectcampaignsv2#DeleteInstanceOnboardingJobRequest": { + "type": "structure", + "members": { + "connectInstanceId": { + "target": "com.amazonaws.connectcampaignsv2#InstanceId", + "traits": { + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "The request for DeleteInstanceOnboardingJob API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#DescribeCampaign": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#DescribeCampaignRequest" + }, + "output": { + "target": "com.amazonaws.connectcampaignsv2#DescribeCampaignResponse" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Describes the specific campaign.", + "smithy.api#http": { + "uri": "/v2/campaigns/{id}", + "method": "GET" + }, + "smithy.api#readonly": {} + } + }, + "com.amazonaws.connectcampaignsv2#DescribeCampaignRequest": { + "type": "structure", + "members": { + "id": { + "target": "com.amazonaws.connectcampaignsv2#CampaignId", + "traits": { + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "The request for DescribeCampaign API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#DescribeCampaignResponse": { + "type": "structure", + "members": { + "campaign": { + "target": "com.amazonaws.connectcampaignsv2#Campaign" + } + }, + "traits": { + "smithy.api#documentation": "The response for DescribeCampaign API.", + "smithy.api#output": {} + } + }, + "com.amazonaws.connectcampaignsv2#DestinationPhoneNumber": { + "type": "string", + "traits": { + "smithy.api#documentation": "The phone number of the customer, in E.164 format.", + "smithy.api#length": { + "min": 0, + "max": 20 + }, + "smithy.api#pattern": "^[\\d\\-+]*$", + "smithy.api#sensitive": {} + } + }, + "com.amazonaws.connectcampaignsv2#DialRequestId": { + "type": "string", + "traits": { + "smithy.api#documentation": "Identifier representing a Dial request", + "smithy.api#length": { + "min": 0, + "max": 256 + }, + "smithy.api#pattern": "^[a-zA-Z0-9_\\-.]*$" + } + }, + "com.amazonaws.connectcampaignsv2#EmailAddress": { + "type": "string", + "traits": { + "smithy.api#documentation": "Source/Destination Email address used for Email messages", + "smithy.api#length": { + "min": 1, + "max": 255 + }, + "smithy.api#pattern": "[^\\s@]+@[^\\s@]+\\.[^\\s@]+", + "smithy.api#sensitive": {} + } + }, + "com.amazonaws.connectcampaignsv2#EmailChannelSubtypeConfig": { + "type": "structure", + "members": { + "capacity": { + "target": "com.amazonaws.connectcampaignsv2#Capacity" + }, + "outboundMode": { + "target": "com.amazonaws.connectcampaignsv2#EmailOutboundMode", + "traits": { + "smithy.api#required": {} + } + }, + "defaultOutboundConfig": { + "target": "com.amazonaws.connectcampaignsv2#EmailOutboundConfig", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "Email Channel Subtype config" + } + }, + "com.amazonaws.connectcampaignsv2#EmailChannelSubtypeParameters": { + "type": "structure", + "members": { + "destinationEmailAddress": { + "target": "com.amazonaws.connectcampaignsv2#EmailAddress", + "traits": { + "smithy.api#required": {} + } + }, + "connectSourceEmailAddress": { + "target": "com.amazonaws.connectcampaignsv2#EmailAddress" + }, + "templateArn": { + "target": "com.amazonaws.connectcampaignsv2#Arn" + }, + "templateParameters": { + "target": "com.amazonaws.connectcampaignsv2#Attributes", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "Parameters for the Email Channel Subtype" + } + }, + "com.amazonaws.connectcampaignsv2#EmailDisplayName": { + "type": "string", + "traits": { + "smithy.api#documentation": "Display name for Email Address", + "smithy.api#length": { + "min": 0, + "max": 256 + }, + "smithy.api#sensitive": {} + } + }, + "com.amazonaws.connectcampaignsv2#EmailOutboundConfig": { + "type": "structure", + "members": { + "connectSourceEmailAddress": { + "target": "com.amazonaws.connectcampaignsv2#EmailAddress", + "traits": { + "smithy.api#required": {} + } + }, + "sourceEmailAddressDisplayName": { + "target": "com.amazonaws.connectcampaignsv2#EmailDisplayName" + }, + "wisdomTemplateArn": { + "target": "com.amazonaws.connectcampaignsv2#Arn", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "Default Email Outbound config" + } + }, + "com.amazonaws.connectcampaignsv2#EmailOutboundMode": { + "type": "union", + "members": { + "agentless": { + "target": "com.amazonaws.connectcampaignsv2#AgentlessConfig" + } + }, + "traits": { + "smithy.api#documentation": "Email Outbound Mode" + } + }, + "com.amazonaws.connectcampaignsv2#Enabled": { + "type": "boolean", + "traits": { + "smithy.api#default": false, + "smithy.api#documentation": "Boolean to indicate if custom encryption has been enabled." + } + }, + "com.amazonaws.connectcampaignsv2#EncryptionConfig": { + "type": "structure", + "members": { + "enabled": { + "target": "com.amazonaws.connectcampaignsv2#Enabled", + "traits": { + "smithy.api#default": false, + "smithy.api#required": {} + } + }, + "encryptionType": { + "target": "com.amazonaws.connectcampaignsv2#EncryptionType" + }, + "keyArn": { + "target": "com.amazonaws.connectcampaignsv2#EncryptionKey" + } + }, + "traits": { + "smithy.api#documentation": "Encryption config for Connect Instance. Note that sensitive data will always be encrypted.\nIf disabled, service will perform encryption with its own key.\nIf enabled, a KMS key id needs to be provided and KMS charges will apply.\nKMS is only type supported" + } + }, + "com.amazonaws.connectcampaignsv2#EncryptionKey": { + "type": "string", + "traits": { + "smithy.api#documentation": "KMS key id/arn for encryption config.", + "smithy.api#length": { + "max": 500 + } + } + }, + "com.amazonaws.connectcampaignsv2#EncryptionType": { + "type": "string", + "traits": { + "smithy.api#documentation": "Server-side encryption type.", + "smithy.api#enum": [ + { + "name": "KMS", + "value": "KMS" + } + ] + } + }, + "com.amazonaws.connectcampaignsv2#EventType": { + "type": "string", + "traits": { + "smithy.api#documentation": "Enumeration of Customer Profiles event type", + "smithy.api#enum": [ + { + "value": "Campaign-Email", + "name": "CAMPAIGN_EMAIL" + }, + { + "value": "Campaign-SMS", + "name": "CAMPAIGN_SMS" + }, + { + "value": "Campaign-Telephony", + "name": "CAMPAIGN_TELEPHONY" + }, + { + "value": "Campaign-Orchestration", + "name": "CAMPAIGN_ORCHESTRATION" + } + ] + } + }, + "com.amazonaws.connectcampaignsv2#FailedCampaignStateResponse": { + "type": "structure", + "members": { + "campaignId": { + "target": "com.amazonaws.connectcampaignsv2#CampaignId" + }, + "failureCode": { + "target": "com.amazonaws.connectcampaignsv2#GetCampaignStateBatchFailureCode" + } + }, + "traits": { + "smithy.api#documentation": "Failed response of campaign state" + } + }, + "com.amazonaws.connectcampaignsv2#FailedCampaignStateResponseList": { + "type": "list", + "member": { + "target": "com.amazonaws.connectcampaignsv2#FailedCampaignStateResponse" + }, + "traits": { + "smithy.api#documentation": "List of failed requests of campaign state", + "smithy.api#length": { + "min": 0, + "max": 25 + } + } + }, + "com.amazonaws.connectcampaignsv2#FailedRequest": { + "type": "structure", + "members": { + "clientToken": { + "target": "com.amazonaws.connectcampaignsv2#ClientToken" + }, + "id": { + "target": "com.amazonaws.connectcampaignsv2#DialRequestId" + }, + "failureCode": { + "target": "com.amazonaws.connectcampaignsv2#FailureCode" + } + }, + "traits": { + "smithy.api#documentation": "A failed request identified by the unique client token." + } + }, + "com.amazonaws.connectcampaignsv2#FailedRequestList": { + "type": "list", + "member": { + "target": "com.amazonaws.connectcampaignsv2#FailedRequest" + }, + "traits": { + "smithy.api#documentation": "A list of failed requests.", + "smithy.api#length": { + "min": 0, + "max": 25 + } + } + }, + "com.amazonaws.connectcampaignsv2#FailureCode": { + "type": "string", + "traits": { + "smithy.api#documentation": "A predefined code indicating the error that caused the failure.", + "smithy.api#enum": [ + { + "value": "InvalidInput", + "name": "INVALID_INPUT", + "documentation": "The request failed to satisfy the constraints specified by the service" + }, + { + "value": "RequestThrottled", + "name": "REQUEST_THROTTLED", + "documentation": "The request was throttled due to excessive usage" + }, + { + "value": "UnknownError", + "name": "UNKNOWN_ERROR", + "documentation": "Unexpected error during processing of request" + }, + { + "value": "BufferLimitExceeded", + "name": "BUFFER_LIMIT_EXCEEDED", + "documentation": "Request throttled due to large number of pending dial requests" + } + ] + } + }, + "com.amazonaws.connectcampaignsv2#GetCampaignState": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#GetCampaignStateRequest" + }, + "output": { + "target": "com.amazonaws.connectcampaignsv2#GetCampaignStateResponse" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ThrottlingException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Get state of a campaign for the specified Amazon Connect account.", + "smithy.api#http": { + "uri": "/v2/campaigns/{id}/state", + "method": "GET" + } + } + }, + "com.amazonaws.connectcampaignsv2#GetCampaignStateBatch": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#GetCampaignStateBatchRequest" + }, + "output": { + "target": "com.amazonaws.connectcampaignsv2#GetCampaignStateBatchResponse" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ThrottlingException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Get state of campaigns for the specified Amazon Connect account.", + "smithy.api#http": { + "uri": "/v2/campaigns-state", + "method": "POST" + } + } + }, + "com.amazonaws.connectcampaignsv2#GetCampaignStateBatchFailureCode": { + "type": "string", + "traits": { + "smithy.api#documentation": "A predefined code indicating the error that caused the failure in getting state of campaigns", + "smithy.api#enum": [ + { + "value": "ResourceNotFound", + "name": "RESOURCE_NOT_FOUND", + "documentation": "The specified resource was not found" + }, + { + "value": "UnknownError", + "name": "UNKNOWN_ERROR", + "documentation": "Unexpected error during processing of request" + } + ] + } + }, + "com.amazonaws.connectcampaignsv2#GetCampaignStateBatchRequest": { + "type": "structure", + "members": { + "campaignIds": { + "target": "com.amazonaws.connectcampaignsv2#CampaignIdList", + "traits": { + "smithy.api#length": { + "min": 1, + "max": 25 + }, + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "The request for GetCampaignStateBatch API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#GetCampaignStateBatchResponse": { + "type": "structure", + "members": { + "successfulRequests": { + "target": "com.amazonaws.connectcampaignsv2#SuccessfulCampaignStateResponseList" + }, + "failedRequests": { + "target": "com.amazonaws.connectcampaignsv2#FailedCampaignStateResponseList" + } + }, + "traits": { + "smithy.api#documentation": "The response for GetCampaignStateBatch API.", + "smithy.api#output": {} + } + }, + "com.amazonaws.connectcampaignsv2#GetCampaignStateRequest": { + "type": "structure", + "members": { + "id": { + "target": "com.amazonaws.connectcampaignsv2#CampaignId", + "traits": { + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "The request for GetCampaignState API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#GetCampaignStateResponse": { + "type": "structure", + "members": { + "state": { + "target": "com.amazonaws.connectcampaignsv2#CampaignState" + } + }, + "traits": { + "smithy.api#documentation": "The response for GetCampaignState API.", + "smithy.api#output": {} + } + }, + "com.amazonaws.connectcampaignsv2#GetConnectInstanceConfig": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#GetConnectInstanceConfigRequest" + }, + "output": { + "target": "com.amazonaws.connectcampaignsv2#GetConnectInstanceConfigResponse" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Get the specific Connect instance config.", + "smithy.api#http": { + "uri": "/v2/connect-instance/{connectInstanceId}/config", + "method": "GET" + }, + "smithy.api#readonly": {} + } + }, + "com.amazonaws.connectcampaignsv2#GetConnectInstanceConfigRequest": { + "type": "structure", + "members": { + "connectInstanceId": { + "target": "com.amazonaws.connectcampaignsv2#InstanceId", + "traits": { + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "The request for GetConnectInstanceConfig API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#GetConnectInstanceConfigResponse": { + "type": "structure", + "members": { + "connectInstanceConfig": { + "target": "com.amazonaws.connectcampaignsv2#InstanceConfig" + } + }, + "traits": { + "smithy.api#documentation": "The response for GetConnectInstanceConfig API.", + "smithy.api#output": {} + } + }, + "com.amazonaws.connectcampaignsv2#GetInstanceOnboardingJobStatus": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#GetInstanceOnboardingJobStatusRequest" + }, + "output": { + "target": "com.amazonaws.connectcampaignsv2#GetInstanceOnboardingJobStatusResponse" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Get the specific instance onboarding job status.", + "smithy.api#http": { + "uri": "/v2/connect-instance/{connectInstanceId}/onboarding", + "method": "GET" + }, + "smithy.api#readonly": {} + } + }, + "com.amazonaws.connectcampaignsv2#GetInstanceOnboardingJobStatusRequest": { + "type": "structure", + "members": { + "connectInstanceId": { + "target": "com.amazonaws.connectcampaignsv2#InstanceId", + "traits": { + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "The request for GetInstanceOnboardingJobStatus API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#GetInstanceOnboardingJobStatusResponse": { + "type": "structure", + "members": { + "connectInstanceOnboardingJobStatus": { + "target": "com.amazonaws.connectcampaignsv2#InstanceOnboardingJobStatus" + } + }, + "traits": { + "smithy.api#documentation": "The response for GetInstanceOnboardingJobStatus API.", + "smithy.api#output": {} + } + }, + "com.amazonaws.connectcampaignsv2#InstanceConfig": { + "type": "structure", + "members": { + "connectInstanceId": { + "target": "com.amazonaws.connectcampaignsv2#InstanceId", + "traits": { + "smithy.api#required": {} + } + }, + "serviceLinkedRoleArn": { + "target": "com.amazonaws.connectcampaignsv2#ServiceLinkedRoleArn", + "traits": { + "smithy.api#required": {} + } + }, + "encryptionConfig": { + "target": "com.amazonaws.connectcampaignsv2#EncryptionConfig", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "Instance config object" + } + }, + "com.amazonaws.connectcampaignsv2#InstanceId": { + "type": "string", + "traits": { + "smithy.api#documentation": "Amazon Connect Instance Id", + "smithy.api#length": { + "min": 0, + "max": 256 + }, + "smithy.api#pattern": "^[a-zA-Z0-9_\\-.]*$" + } + }, + "com.amazonaws.connectcampaignsv2#InstanceIdFilter": { + "type": "structure", + "members": { + "value": { + "target": "com.amazonaws.connectcampaignsv2#InstanceId", + "traits": { + "smithy.api#required": {} + } + }, + "operator": { + "target": "com.amazonaws.connectcampaignsv2#InstanceIdFilterOperator", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "Connect instance identifier filter" + } + }, + "com.amazonaws.connectcampaignsv2#InstanceIdFilterOperator": { + "type": "string", + "traits": { + "smithy.api#documentation": "Operators for Connect instance identifier filter", + "smithy.api#enum": [ + { + "name": "EQ", + "value": "Eq", + "documentation": "Equals operator" + } + ] + } + }, + "com.amazonaws.connectcampaignsv2#InstanceOnboardingJobFailureCode": { + "type": "string", + "traits": { + "smithy.api#documentation": "Enumeration of the possible failure codes for instance onboarding job", + "smithy.api#enum": [ + { + "value": "EVENT_BRIDGE_ACCESS_DENIED", + "name": "EVENT_BRIDGE_ACCESS_DENIED" + }, + { + "value": "EVENT_BRIDGE_MANAGED_RULE_LIMIT_EXCEEDED", + "name": "EVENT_BRIDGE_MANAGED_RULE_LIMIT_EXCEEDED" + }, + { + "value": "IAM_ACCESS_DENIED", + "name": "IAM_ACCESS_DENIED" + }, + { + "value": "KMS_ACCESS_DENIED", + "name": "KMS_ACCESS_DENIED" + }, + { + "value": "KMS_KEY_NOT_FOUND", + "name": "KMS_KEY_NOT_FOUND" + }, + { + "value": "INTERNAL_FAILURE", + "name": "INTERNAL_FAILURE" + } + ] + } + }, + "com.amazonaws.connectcampaignsv2#InstanceOnboardingJobStatus": { + "type": "structure", + "members": { + "connectInstanceId": { + "target": "com.amazonaws.connectcampaignsv2#InstanceId", + "traits": { + "smithy.api#required": {} + } + }, + "status": { + "target": "com.amazonaws.connectcampaignsv2#InstanceOnboardingJobStatusCode", + "traits": { + "smithy.api#required": {} + } + }, + "failureCode": { + "target": "com.amazonaws.connectcampaignsv2#InstanceOnboardingJobFailureCode" + } + }, + "traits": { + "smithy.api#documentation": "Instance onboarding job status object" + } + }, + "com.amazonaws.connectcampaignsv2#InstanceOnboardingJobStatusCode": { + "type": "string", + "traits": { + "smithy.api#documentation": "Enumeration of the possible states for instance onboarding job", + "smithy.api#enum": [ + { + "value": "IN_PROGRESS", + "name": "IN_PROGRESS" + }, + { + "value": "SUCCEEDED", + "name": "SUCCEEDED" + }, + { + "value": "FAILED", + "name": "FAILED" + } + ] + } + }, + "com.amazonaws.connectcampaignsv2#IntegrationConfig": { + "type": "union", + "members": { + "customerProfiles": { + "target": "com.amazonaws.connectcampaignsv2#CustomerProfilesIntegrationConfig" + }, + "qConnect": { + "target": "com.amazonaws.connectcampaignsv2#QConnectIntegrationConfig" + } + }, + "traits": { + "smithy.api#documentation": "Integration config for Connect Instance" + } + }, + "com.amazonaws.connectcampaignsv2#IntegrationIdentifier": { + "type": "union", + "members": { + "customerProfiles": { + "target": "com.amazonaws.connectcampaignsv2#CustomerProfilesIntegrationIdentifier" + }, + "qConnect": { + "target": "com.amazonaws.connectcampaignsv2#QConnectIntegrationIdentifier" + } + }, + "traits": { + "smithy.api#documentation": "Integration identifier for Connect instance" + } + }, + "com.amazonaws.connectcampaignsv2#IntegrationSummary": { + "type": "union", + "members": { + "customerProfiles": { + "target": "com.amazonaws.connectcampaignsv2#CustomerProfilesIntegrationSummary" + }, + "qConnect": { + "target": "com.amazonaws.connectcampaignsv2#QConnectIntegrationSummary" + } + }, + "traits": { + "smithy.api#documentation": "Integration summary for Connect instance." + } + }, + "com.amazonaws.connectcampaignsv2#IntegrationSummaryList": { + "type": "list", + "member": { + "target": "com.amazonaws.connectcampaignsv2#IntegrationSummary" + }, + "traits": { + "smithy.api#documentation": "A list of Amazon Connect Instance Integrations." + } + }, + "com.amazonaws.connectcampaignsv2#InternalServerException": { + "type": "structure", + "members": { + "message": { + "target": "smithy.api#String", + "traits": { + "smithy.api#required": {} + } + }, + "xAmzErrorType": { + "target": "com.amazonaws.connectcampaignsv2#XAmazonErrorType", + "traits": { + "smithy.api#httpHeader": "x-amzn-ErrorType" + } + } + }, + "traits": { + "smithy.api#documentation": "Request processing failed because of an error or failure with the service.", + "smithy.api#error": "server", + "smithy.api#httpError": 500, + "smithy.api#retryable": {} + } + }, + "com.amazonaws.connectcampaignsv2#InvalidCampaignStateException": { + "type": "structure", + "members": { + "state": { + "target": "com.amazonaws.connectcampaignsv2#CampaignState", + "traits": { + "smithy.api#required": {} + } + }, + "message": { + "target": "smithy.api#String", + "traits": { + "smithy.api#required": {} + } + }, + "xAmzErrorType": { + "target": "com.amazonaws.connectcampaignsv2#XAmazonErrorType", + "traits": { + "smithy.api#httpHeader": "x-amzn-ErrorType" + } + } + }, + "traits": { + "smithy.api#documentation": "The request could not be processed because of conflict in the current state of the campaign.", + "smithy.api#error": "client", + "smithy.api#httpError": 409 + } + }, + "com.amazonaws.connectcampaignsv2#InvalidStateException": { + "type": "structure", + "members": { + "message": { + "target": "smithy.api#String", + "traits": { + "smithy.api#required": {} + } + }, + "xAmzErrorType": { + "target": "com.amazonaws.connectcampaignsv2#XAmazonErrorType", + "traits": { + "smithy.api#httpHeader": "x-amzn-ErrorType" + } + } + }, + "traits": { + "smithy.api#documentation": "The request could not be processed because of conflict in the current state.", + "smithy.api#error": "client", + "smithy.api#httpError": 409 + } + }, + "com.amazonaws.connectcampaignsv2#Iso8601Date": { + "type": "string", + "traits": { + "smithy.api#documentation": "Date in ISO 8601 format, e.g. 2024-01-01", + "smithy.api#pattern": "^\\d{4}-\\d{2}-\\d{2}$" + } + }, + "com.amazonaws.connectcampaignsv2#Iso8601Duration": { + "type": "string", + "traits": { + "smithy.api#documentation": "Time duration in ISO 8601 format", + "smithy.api#length": { + "min": 0, + "max": 50 + }, + "smithy.api#pattern": "^P(?:([-+]?[0-9]+)D)?(T(?:([-+]?[0-9]+)H)?(?:([-+]?[0-9]+)M)?(?:([-+]?[0-9]+)(?:[.,]([0-9]{0,9}))?S)?)?$" + } + }, + "com.amazonaws.connectcampaignsv2#Iso8601Time": { + "type": "string", + "traits": { + "smithy.api#documentation": "Time in ISO 8601 format, e.g. T23:11", + "smithy.api#pattern": "^T\\d{2}:\\d{2}$" + } + }, + "com.amazonaws.connectcampaignsv2#ListCampaigns": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#ListCampaignsRequest" + }, + "output": { + "target": "com.amazonaws.connectcampaignsv2#ListCampaignsResponse" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Provides summary information about the campaigns under the specified Amazon Connect account.", + "smithy.api#http": { + "uri": "/v2/campaigns-summary", + "method": "POST" + }, + "smithy.api#paginated": { + "inputToken": "nextToken", + "outputToken": "nextToken", + "pageSize": "maxResults", + "items": "campaignSummaryList" + }, + "smithy.api#readonly": {} + } + }, + "com.amazonaws.connectcampaignsv2#ListCampaignsRequest": { + "type": "structure", + "members": { + "maxResults": { + "target": "com.amazonaws.connectcampaignsv2#MaxResults" + }, + "nextToken": { + "target": "com.amazonaws.connectcampaignsv2#NextToken" + }, + "filters": { + "target": "com.amazonaws.connectcampaignsv2#CampaignFilters" + } + }, + "traits": { + "smithy.api#documentation": "The request for ListCampaigns API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#ListCampaignsResponse": { + "type": "structure", + "members": { + "nextToken": { + "target": "com.amazonaws.connectcampaignsv2#NextToken" + }, + "campaignSummaryList": { + "target": "com.amazonaws.connectcampaignsv2#CampaignSummaryList" + } + }, + "traits": { + "smithy.api#documentation": "The response for ListCampaigns API.", + "smithy.api#output": {} + } + }, + "com.amazonaws.connectcampaignsv2#ListConnectInstanceIntegrations": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#ListConnectInstanceIntegrationsRequest" + }, + "output": { + "target": "com.amazonaws.connectcampaignsv2#ListConnectInstanceIntegrationsResponse" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ThrottlingException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Provides summary information about the integration under the specified Connect instance.", + "smithy.api#http": { + "uri": "/v2/connect-instance/{connectInstanceId}/integrations", + "method": "GET" + }, + "smithy.api#paginated": { + "inputToken": "nextToken", + "outputToken": "nextToken", + "pageSize": "maxResults", + "items": "integrationSummaryList" + }, + "smithy.api#readonly": {} + } + }, + "com.amazonaws.connectcampaignsv2#ListConnectInstanceIntegrationsRequest": { + "type": "structure", + "members": { + "connectInstanceId": { + "target": "com.amazonaws.connectcampaignsv2#InstanceId", + "traits": { + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + }, + "maxResults": { + "target": "com.amazonaws.connectcampaignsv2#MaxResults", + "traits": { + "smithy.api#httpQuery": "maxResults" + } + }, + "nextToken": { + "target": "com.amazonaws.connectcampaignsv2#NextToken", + "traits": { + "smithy.api#httpQuery": "nextToken" + } + } + }, + "traits": { + "smithy.api#documentation": "The request for ListConnectInstanceIntegrations API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#ListConnectInstanceIntegrationsResponse": { + "type": "structure", + "members": { + "nextToken": { + "target": "com.amazonaws.connectcampaignsv2#NextToken" + }, + "integrationSummaryList": { + "target": "com.amazonaws.connectcampaignsv2#IntegrationSummaryList" + } + }, + "traits": { + "smithy.api#documentation": "The response for ListConnectInstanceIntegrations API.", + "smithy.api#output": {} + } + }, + "com.amazonaws.connectcampaignsv2#ListTagsForResource": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#ListTagsForResourceRequest" + }, + "output": { + "target": "com.amazonaws.connectcampaignsv2#ListTagsForResourceResponse" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ThrottlingException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "List tags for a resource.", + "smithy.api#http": { + "uri": "/v2/tags/{arn}", + "method": "GET" + }, + "smithy.api#readonly": {} + } + }, + "com.amazonaws.connectcampaignsv2#ListTagsForResourceRequest": { + "type": "structure", + "members": { + "arn": { + "target": "com.amazonaws.connectcampaignsv2#Arn", + "traits": { + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "The request for ListTagsForResource API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#ListTagsForResourceResponse": { + "type": "structure", + "members": { + "tags": { + "target": "com.amazonaws.connectcampaignsv2#TagMap" + } + }, + "traits": { + "smithy.api#documentation": "The request for ListTagsForResource API.", + "smithy.api#output": {} + } + }, + "com.amazonaws.connectcampaignsv2#LocalTimeZoneConfig": { + "type": "structure", + "members": { + "defaultTimeZone": { + "target": "com.amazonaws.connectcampaignsv2#TimeZone" + }, + "localTimeZoneDetection": { + "target": "com.amazonaws.connectcampaignsv2#LocalTimeZoneDetection" + } + }, + "traits": { + "smithy.api#documentation": "Local time zone config" + } + }, + "com.amazonaws.connectcampaignsv2#LocalTimeZoneDetection": { + "type": "list", + "member": { + "target": "com.amazonaws.connectcampaignsv2#LocalTimeZoneDetectionType" + }, + "traits": { + "smithy.api#documentation": "Local TimeZone Detection method list", + "smithy.api#uniqueItems": {} + } + }, + "com.amazonaws.connectcampaignsv2#LocalTimeZoneDetectionType": { + "type": "string", + "traits": { + "smithy.api#documentation": "Local TimeZone Detection method.", + "smithy.api#enum": [ + { + "value": "ZIP_CODE", + "name": "ZIP_CODE" + }, + { + "value": "AREA_CODE", + "name": "AREA_CODE" + } + ] + } + }, + "com.amazonaws.connectcampaignsv2#MaxResults": { + "type": "integer", + "traits": { + "smithy.api#documentation": "The maximum number of results to return per page.", + "smithy.api#range": { + "min": 1, + "max": 50 + } + } + }, + "com.amazonaws.connectcampaignsv2#NextToken": { + "type": "string", + "traits": { + "smithy.api#documentation": "The token for the next set of results.", + "smithy.api#length": { + "max": 1000 + } + } + }, + "com.amazonaws.connectcampaignsv2#ObjectTypeName": { + "type": "string", + "traits": { + "smithy.api#documentation": "Object type name", + "smithy.api#length": { + "min": 1, + "max": 255 + } + } + }, + "com.amazonaws.connectcampaignsv2#ObjectTypeNamesMap": { + "type": "map", + "key": { + "target": "com.amazonaws.connectcampaignsv2#EventType" + }, + "value": { + "target": "com.amazonaws.connectcampaignsv2#ObjectTypeName" + }, + "traits": { + "smithy.api#documentation": "Object type names map." + } + }, + "com.amazonaws.connectcampaignsv2#OpenHours": { + "type": "union", + "members": { + "dailyHours": { + "target": "com.amazonaws.connectcampaignsv2#DailyHours" + } + }, + "traits": { + "smithy.api#documentation": "Open Hours config" + } + }, + "com.amazonaws.connectcampaignsv2#OutboundRequest": { + "type": "structure", + "members": { + "clientToken": { + "target": "com.amazonaws.connectcampaignsv2#ClientToken", + "traits": { + "smithy.api#required": {} + } + }, + "expirationTime": { + "target": "com.amazonaws.connectcampaignsv2#TimeStamp", + "traits": { + "smithy.api#required": {} + } + }, + "channelSubtypeParameters": { + "target": "com.amazonaws.connectcampaignsv2#ChannelSubtypeParameters", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "An outbound request for a campaign." + } + }, + "com.amazonaws.connectcampaignsv2#OutboundRequestList": { + "type": "list", + "member": { + "target": "com.amazonaws.connectcampaignsv2#OutboundRequest" + }, + "traits": { + "smithy.api#documentation": "A list of outbound requests.", + "smithy.api#length": { + "min": 1, + "max": 25 + } + } + }, + "com.amazonaws.connectcampaignsv2#PauseCampaign": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#PauseCampaignRequest" + }, + "output": { + "target": "smithy.api#Unit" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ConflictException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InvalidCampaignStateException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ThrottlingException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Pauses a campaign for the specified Amazon Connect account.", + "smithy.api#http": { + "uri": "/v2/campaigns/{id}/pause", + "method": "POST" + } + } + }, + "com.amazonaws.connectcampaignsv2#PauseCampaignRequest": { + "type": "structure", + "members": { + "id": { + "target": "com.amazonaws.connectcampaignsv2#CampaignId", + "traits": { + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "The request for PauseCampaign API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#PredictiveConfig": { + "type": "structure", + "members": { + "bandwidthAllocation": { + "target": "com.amazonaws.connectcampaignsv2#BandwidthAllocation", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "Predictive config" + } + }, + "com.amazonaws.connectcampaignsv2#ProgressiveConfig": { + "type": "structure", + "members": { + "bandwidthAllocation": { + "target": "com.amazonaws.connectcampaignsv2#BandwidthAllocation", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "Progressive config" + } + }, + "com.amazonaws.connectcampaignsv2#PutConnectInstanceIntegration": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#PutConnectInstanceIntegrationRequest" + }, + "output": { + "target": "smithy.api#Unit" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ConflictException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ThrottlingException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Put or update the integration for the specified Amazon Connect instance.", + "smithy.api#http": { + "uri": "/v2/connect-instance/{connectInstanceId}/integrations", + "method": "PUT" + }, + "smithy.api#idempotent": {} + } + }, + "com.amazonaws.connectcampaignsv2#PutConnectInstanceIntegrationRequest": { + "type": "structure", + "members": { + "connectInstanceId": { + "target": "com.amazonaws.connectcampaignsv2#InstanceId", + "traits": { + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + }, + "integrationConfig": { + "target": "com.amazonaws.connectcampaignsv2#IntegrationConfig", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "The request for PutConnectInstanceIntegration API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#PutOutboundRequestBatch": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#PutOutboundRequestBatchRequest" + }, + "output": { + "target": "com.amazonaws.connectcampaignsv2#PutOutboundRequestBatchResponse" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ConflictException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InvalidCampaignStateException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ThrottlingException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Creates outbound requests for the specified campaign Amazon Connect account. This API is idempotent.", + "smithy.api#http": { + "uri": "/v2/campaigns/{id}/outbound-requests", + "method": "PUT" + }, + "smithy.api#idempotent": {} + } + }, + "com.amazonaws.connectcampaignsv2#PutOutboundRequestBatchRequest": { + "type": "structure", + "members": { + "id": { + "target": "com.amazonaws.connectcampaignsv2#CampaignId", + "traits": { + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + }, + "outboundRequests": { + "target": "com.amazonaws.connectcampaignsv2#OutboundRequestList", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "The request for PutOutboundRequestBatch API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#PutOutboundRequestBatchResponse": { + "type": "structure", + "members": { + "successfulRequests": { + "target": "com.amazonaws.connectcampaignsv2#SuccessfulRequestList" + }, + "failedRequests": { + "target": "com.amazonaws.connectcampaignsv2#FailedRequestList" + } + }, + "traits": { + "smithy.api#documentation": "The response for PutOutboundRequestBatch API.", + "smithy.api#output": {} + } + }, + "com.amazonaws.connectcampaignsv2#QConnectIntegrationConfig": { + "type": "structure", + "members": { + "knowledgeBaseArn": { + "target": "com.amazonaws.connectcampaignsv2#Arn", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "Q Connect integration config" + } + }, + "com.amazonaws.connectcampaignsv2#QConnectIntegrationIdentifier": { + "type": "structure", + "members": { + "knowledgeBaseArn": { + "target": "com.amazonaws.connectcampaignsv2#Arn", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "Q Connect integration identifier" + } + }, + "com.amazonaws.connectcampaignsv2#QConnectIntegrationSummary": { + "type": "structure", + "members": { + "knowledgeBaseArn": { + "target": "com.amazonaws.connectcampaignsv2#Arn", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "Q Connect integration summary" + } + }, + "com.amazonaws.connectcampaignsv2#QueueId": { + "type": "string", + "traits": { + "smithy.api#documentation": "The queue for the call. If you specify a queue, the phone displayed for caller ID is the phone number specified in the queue. If you do not specify a queue, the queue defined in the contact flow is used. If you do not specify a queue, you must specify a source phone number.", + "smithy.api#length": { + "max": 500 + } + } + }, + "com.amazonaws.connectcampaignsv2#ResourceNotFoundException": { + "type": "structure", + "members": { + "message": { + "target": "smithy.api#String", + "traits": { + "smithy.api#required": {} + } + }, + "xAmzErrorType": { + "target": "com.amazonaws.connectcampaignsv2#XAmazonErrorType", + "traits": { + "smithy.api#httpHeader": "x-amzn-ErrorType" + } + } + }, + "traits": { + "smithy.api#documentation": "The specified resource was not found.", + "smithy.api#error": "client", + "smithy.api#httpError": 404 + } + }, + "com.amazonaws.connectcampaignsv2#RestrictedPeriod": { + "type": "structure", + "members": { + "name": { + "target": "com.amazonaws.connectcampaignsv2#RestrictedPeriodName" + }, + "startDate": { + "target": "com.amazonaws.connectcampaignsv2#Iso8601Date", + "traits": { + "smithy.api#required": {} + } + }, + "endDate": { + "target": "com.amazonaws.connectcampaignsv2#Iso8601Date", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "Restricted period" + } + }, + "com.amazonaws.connectcampaignsv2#RestrictedPeriodList": { + "type": "list", + "member": { + "target": "com.amazonaws.connectcampaignsv2#RestrictedPeriod" + }, + "traits": { + "smithy.api#documentation": "List of restricted period" + } + }, + "com.amazonaws.connectcampaignsv2#RestrictedPeriodName": { + "type": "string", + "traits": { + "smithy.api#documentation": "The name of a restricted period.", + "smithy.api#length": { + "min": 1, + "max": 127 + } + } + }, + "com.amazonaws.connectcampaignsv2#RestrictedPeriods": { + "type": "union", + "members": { + "restrictedPeriodList": { + "target": "com.amazonaws.connectcampaignsv2#RestrictedPeriodList" + } + }, + "traits": { + "smithy.api#documentation": "Restricted period config" + } + }, + "com.amazonaws.connectcampaignsv2#ResumeCampaign": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#ResumeCampaignRequest" + }, + "output": { + "target": "smithy.api#Unit" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ConflictException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InvalidCampaignStateException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ThrottlingException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Stops a campaign for the specified Amazon Connect account.", + "smithy.api#http": { + "uri": "/v2/campaigns/{id}/resume", + "method": "POST" + } + } + }, + "com.amazonaws.connectcampaignsv2#ResumeCampaignRequest": { + "type": "structure", + "members": { + "id": { + "target": "com.amazonaws.connectcampaignsv2#CampaignId", + "traits": { + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "The request for ResumeCampaign API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#Schedule": { + "type": "structure", + "members": { + "startTime": { + "target": "com.amazonaws.connectcampaignsv2#TimeStamp", + "traits": { + "smithy.api#required": {} + } + }, + "endTime": { + "target": "com.amazonaws.connectcampaignsv2#TimeStamp", + "traits": { + "smithy.api#required": {} + } + }, + "refreshFrequency": { + "target": "com.amazonaws.connectcampaignsv2#Iso8601Duration" + } + }, + "traits": { + "smithy.api#documentation": "Campaign schedule" + } + }, + "com.amazonaws.connectcampaignsv2#ServiceLinkedRoleArn": { + "type": "string", + "traits": { + "smithy.api#documentation": "Service linked role arn", + "smithy.api#length": { + "max": 256 + } + } + }, + "com.amazonaws.connectcampaignsv2#ServiceQuotaExceededException": { + "type": "structure", + "members": { + "message": { + "target": "smithy.api#String", + "traits": { + "smithy.api#required": {} + } + }, + "xAmzErrorType": { + "target": "com.amazonaws.connectcampaignsv2#XAmazonErrorType", + "traits": { + "smithy.api#httpHeader": "x-amzn-ErrorType" + } + } + }, + "traits": { + "smithy.api#documentation": "Request would cause a service quota to be exceeded.", + "smithy.api#error": "client", + "smithy.api#httpError": 402 + } + }, + "com.amazonaws.connectcampaignsv2#SmsChannelSubtypeConfig": { + "type": "structure", + "members": { + "capacity": { + "target": "com.amazonaws.connectcampaignsv2#Capacity" + }, + "outboundMode": { + "target": "com.amazonaws.connectcampaignsv2#SmsOutboundMode", + "traits": { + "smithy.api#required": {} + } + }, + "defaultOutboundConfig": { + "target": "com.amazonaws.connectcampaignsv2#SmsOutboundConfig", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "SMS Channel Subtype config" + } + }, + "com.amazonaws.connectcampaignsv2#SmsChannelSubtypeParameters": { + "type": "structure", + "members": { + "destinationPhoneNumber": { + "target": "com.amazonaws.connectcampaignsv2#DestinationPhoneNumber", + "traits": { + "smithy.api#required": {} + } + }, + "connectSourcePhoneNumberArn": { + "target": "com.amazonaws.connectcampaignsv2#Arn" + }, + "templateArn": { + "target": "com.amazonaws.connectcampaignsv2#Arn" + }, + "templateParameters": { + "target": "com.amazonaws.connectcampaignsv2#Attributes", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "Parameters for the SMS Channel Subtype" + } + }, + "com.amazonaws.connectcampaignsv2#SmsOutboundConfig": { + "type": "structure", + "members": { + "connectSourcePhoneNumberArn": { + "target": "com.amazonaws.connectcampaignsv2#Arn", + "traits": { + "smithy.api#required": {} + } + }, + "wisdomTemplateArn": { + "target": "com.amazonaws.connectcampaignsv2#Arn", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "Default SMS Outbound config" + } + }, + "com.amazonaws.connectcampaignsv2#SmsOutboundMode": { + "type": "union", + "members": { + "agentless": { + "target": "com.amazonaws.connectcampaignsv2#AgentlessConfig" + } + }, + "traits": { + "smithy.api#documentation": "SMS Outbound Mode" + } + }, + "com.amazonaws.connectcampaignsv2#Source": { + "type": "union", + "members": { + "customerProfilesSegmentArn": { + "target": "com.amazonaws.connectcampaignsv2#Arn" + } + }, + "traits": { + "smithy.api#documentation": "Source of the campaign" + } + }, + "com.amazonaws.connectcampaignsv2#SourcePhoneNumber": { + "type": "string", + "traits": { + "smithy.api#documentation": "The phone number associated with the Amazon Connect instance, in E.164 format. If you do not specify a source phone number, you must specify a queue.", + "smithy.api#length": { + "max": 100 + } + } + }, + "com.amazonaws.connectcampaignsv2#StartCampaign": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#StartCampaignRequest" + }, + "output": { + "target": "smithy.api#Unit" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ConflictException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InvalidCampaignStateException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ThrottlingException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Starts a campaign for the specified Amazon Connect account.", + "smithy.api#http": { + "uri": "/v2/campaigns/{id}/start", + "method": "POST" + } + } + }, + "com.amazonaws.connectcampaignsv2#StartCampaignRequest": { + "type": "structure", + "members": { + "id": { + "target": "com.amazonaws.connectcampaignsv2#CampaignId", + "traits": { + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "The request for StartCampaign API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#StartInstanceOnboardingJob": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#StartInstanceOnboardingJobRequest" + }, + "output": { + "target": "com.amazonaws.connectcampaignsv2#StartInstanceOnboardingJobResponse" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ConflictException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ThrottlingException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Onboard the specific Amazon Connect instance to Connect Campaigns.", + "smithy.api#http": { + "uri": "/v2/connect-instance/{connectInstanceId}/onboarding", + "method": "PUT" + }, + "smithy.api#idempotent": {} + } + }, + "com.amazonaws.connectcampaignsv2#StartInstanceOnboardingJobRequest": { + "type": "structure", + "members": { + "connectInstanceId": { + "target": "com.amazonaws.connectcampaignsv2#InstanceId", + "traits": { + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + }, + "encryptionConfig": { + "target": "com.amazonaws.connectcampaignsv2#EncryptionConfig", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "The request for StartInstanceOnboardingJob API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#StartInstanceOnboardingJobResponse": { + "type": "structure", + "members": { + "connectInstanceOnboardingJobStatus": { + "target": "com.amazonaws.connectcampaignsv2#InstanceOnboardingJobStatus" + } + }, + "traits": { + "smithy.api#documentation": "The response for StartInstanceOnboardingJob API.", + "smithy.api#output": {} + } + }, + "com.amazonaws.connectcampaignsv2#StopCampaign": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#StopCampaignRequest" + }, + "output": { + "target": "smithy.api#Unit" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ConflictException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InvalidCampaignStateException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ThrottlingException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Stops a campaign for the specified Amazon Connect account.", + "smithy.api#http": { + "uri": "/v2/campaigns/{id}/stop", + "method": "POST" + } + } + }, + "com.amazonaws.connectcampaignsv2#StopCampaignRequest": { + "type": "structure", + "members": { + "id": { + "target": "com.amazonaws.connectcampaignsv2#CampaignId", + "traits": { + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "The request for StopCampaign API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#SuccessfulCampaignStateResponse": { + "type": "structure", + "members": { + "campaignId": { + "target": "com.amazonaws.connectcampaignsv2#CampaignId" + }, + "state": { + "target": "com.amazonaws.connectcampaignsv2#CampaignState" + } + }, + "traits": { + "smithy.api#documentation": "Successful response of campaign state" + } + }, + "com.amazonaws.connectcampaignsv2#SuccessfulCampaignStateResponseList": { + "type": "list", + "member": { + "target": "com.amazonaws.connectcampaignsv2#SuccessfulCampaignStateResponse" + }, + "traits": { + "smithy.api#documentation": "List of successful response of campaign state", + "smithy.api#length": { + "min": 0, + "max": 25 + } + } + }, + "com.amazonaws.connectcampaignsv2#SuccessfulRequest": { + "type": "structure", + "members": { + "clientToken": { + "target": "com.amazonaws.connectcampaignsv2#ClientToken" + }, + "id": { + "target": "com.amazonaws.connectcampaignsv2#DialRequestId" + } + }, + "traits": { + "smithy.api#documentation": "A successful request identified by the unique client token." + } + }, + "com.amazonaws.connectcampaignsv2#SuccessfulRequestList": { + "type": "list", + "member": { + "target": "com.amazonaws.connectcampaignsv2#SuccessfulRequest" + }, + "traits": { + "smithy.api#documentation": "A list of successful requests identified by the unique client token.", + "smithy.api#length": { + "min": 0, + "max": 25 + } + } + }, + "com.amazonaws.connectcampaignsv2#TagKey": { + "type": "string", + "traits": { + "smithy.api#documentation": "The key of tag.", + "smithy.api#length": { + "min": 1, + "max": 128 + }, + "smithy.api#pattern": "^(?!aws:)[a-zA-Z+-=._:/]+$" + } + }, + "com.amazonaws.connectcampaignsv2#TagKeyList": { + "type": "list", + "member": { + "target": "com.amazonaws.connectcampaignsv2#TagKey" + }, + "traits": { + "smithy.api#documentation": "List of tag keys.", + "smithy.api#length": { + "min": 0, + "max": 50 + } + } + }, + "com.amazonaws.connectcampaignsv2#TagMap": { + "type": "map", + "key": { + "target": "com.amazonaws.connectcampaignsv2#TagKey" + }, + "value": { + "target": "com.amazonaws.connectcampaignsv2#TagValue" + }, + "traits": { + "smithy.api#documentation": "Tag map with key and value." + } + }, + "com.amazonaws.connectcampaignsv2#TagResource": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#TagResourceRequest" + }, + "output": { + "target": "smithy.api#Unit" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ThrottlingException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Tag a resource.", + "smithy.api#http": { + "uri": "/v2/tags/{arn}", + "method": "POST" + }, + "smithy.api#idempotent": {} + } + }, + "com.amazonaws.connectcampaignsv2#TagResourceRequest": { + "type": "structure", + "members": { + "arn": { + "target": "com.amazonaws.connectcampaignsv2#Arn", + "traits": { + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + }, + "tags": { + "target": "com.amazonaws.connectcampaignsv2#TagMap", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "The request for TagResource API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#TagValue": { + "type": "string", + "traits": { + "smithy.api#documentation": "The value of tag.", + "smithy.api#length": { + "min": 0, + "max": 256 + } + } + }, + "com.amazonaws.connectcampaignsv2#TelephonyChannelSubtypeConfig": { + "type": "structure", + "members": { + "capacity": { + "target": "com.amazonaws.connectcampaignsv2#Capacity" + }, + "connectQueueId": { + "target": "com.amazonaws.connectcampaignsv2#QueueId" + }, + "outboundMode": { + "target": "com.amazonaws.connectcampaignsv2#TelephonyOutboundMode", + "traits": { + "smithy.api#required": {} + } + }, + "defaultOutboundConfig": { + "target": "com.amazonaws.connectcampaignsv2#TelephonyOutboundConfig", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "Telephony Channel Subtype config" + } + }, + "com.amazonaws.connectcampaignsv2#TelephonyChannelSubtypeParameters": { + "type": "structure", + "members": { + "destinationPhoneNumber": { + "target": "com.amazonaws.connectcampaignsv2#DestinationPhoneNumber", + "traits": { + "smithy.api#required": {} + } + }, + "attributes": { + "target": "com.amazonaws.connectcampaignsv2#Attributes", + "traits": { + "smithy.api#required": {} + } + }, + "connectSourcePhoneNumber": { + "target": "com.amazonaws.connectcampaignsv2#SourcePhoneNumber" + }, + "answerMachineDetectionConfig": { + "target": "com.amazonaws.connectcampaignsv2#AnswerMachineDetectionConfig" + } + }, + "traits": { + "smithy.api#documentation": "Parameters for the Telephony Channel Subtype" + } + }, + "com.amazonaws.connectcampaignsv2#TelephonyOutboundConfig": { + "type": "structure", + "members": { + "connectContactFlowId": { + "target": "com.amazonaws.connectcampaignsv2#ContactFlowId", + "traits": { + "smithy.api#required": {} + } + }, + "connectSourcePhoneNumber": { + "target": "com.amazonaws.connectcampaignsv2#SourcePhoneNumber" + }, + "answerMachineDetectionConfig": { + "target": "com.amazonaws.connectcampaignsv2#AnswerMachineDetectionConfig" + } + }, + "traits": { + "smithy.api#documentation": "Default Telephony Outbound config" + } + }, + "com.amazonaws.connectcampaignsv2#TelephonyOutboundMode": { + "type": "union", + "members": { + "progressive": { + "target": "com.amazonaws.connectcampaignsv2#ProgressiveConfig" + }, + "predictive": { + "target": "com.amazonaws.connectcampaignsv2#PredictiveConfig" + }, + "agentless": { + "target": "com.amazonaws.connectcampaignsv2#AgentlessConfig" + } + }, + "traits": { + "smithy.api#documentation": "Telephony Outbound Mode" + } + }, + "com.amazonaws.connectcampaignsv2#ThrottlingException": { + "type": "structure", + "members": { + "message": { + "target": "smithy.api#String", + "traits": { + "smithy.api#required": {} + } + }, + "xAmzErrorType": { + "target": "com.amazonaws.connectcampaignsv2#XAmazonErrorType", + "traits": { + "smithy.api#httpHeader": "x-amzn-ErrorType" + } + } + }, + "traits": { + "smithy.api#documentation": "The request was denied due to request throttling.", + "smithy.api#error": "client", + "smithy.api#httpError": 429, + "smithy.api#retryable": {} + } + }, + "com.amazonaws.connectcampaignsv2#TimeRange": { + "type": "structure", + "members": { + "startTime": { + "target": "com.amazonaws.connectcampaignsv2#Iso8601Time", + "traits": { + "smithy.api#required": {} + } + }, + "endTime": { + "target": "com.amazonaws.connectcampaignsv2#Iso8601Time", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "Time range in 24 hour format" + } + }, + "com.amazonaws.connectcampaignsv2#TimeRangeList": { + "type": "list", + "member": { + "target": "com.amazonaws.connectcampaignsv2#TimeRange" + }, + "traits": { + "smithy.api#documentation": "List of time range" + } + }, + "com.amazonaws.connectcampaignsv2#TimeStamp": { + "type": "timestamp", + "traits": { + "smithy.api#documentation": "Timestamp with no UTC offset or timezone", + "smithy.api#timestampFormat": "date-time" + } + }, + "com.amazonaws.connectcampaignsv2#TimeWindow": { + "type": "structure", + "members": { + "openHours": { + "target": "com.amazonaws.connectcampaignsv2#OpenHours", + "traits": { + "smithy.api#required": {} + } + }, + "restrictedPeriods": { + "target": "com.amazonaws.connectcampaignsv2#RestrictedPeriods" + } + }, + "traits": { + "smithy.api#documentation": "Time window config" + } + }, + "com.amazonaws.connectcampaignsv2#TimeZone": { + "type": "string", + "traits": { + "smithy.api#documentation": "Time Zone Id in the IANA format", + "smithy.api#length": { + "min": 0, + "max": 50 + }, + "smithy.api#pattern": "^[a-zA-Z0-9_\\-/]*$" + } + }, + "com.amazonaws.connectcampaignsv2#UntagResource": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#UntagResourceRequest" + }, + "output": { + "target": "smithy.api#Unit" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ThrottlingException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Untag a resource.", + "smithy.api#http": { + "uri": "/v2/tags/{arn}", + "method": "DELETE" + }, + "smithy.api#idempotent": {} + } + }, + "com.amazonaws.connectcampaignsv2#UntagResourceRequest": { + "type": "structure", + "members": { + "arn": { + "target": "com.amazonaws.connectcampaignsv2#Arn", + "traits": { + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + }, + "tagKeys": { + "target": "com.amazonaws.connectcampaignsv2#TagKeyList", + "traits": { + "smithy.api#httpQuery": "tagKeys", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "The request for UntagResource API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#UpdateCampaignChannelSubtypeConfig": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#UpdateCampaignChannelSubtypeConfigRequest" + }, + "output": { + "target": "smithy.api#Unit" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ConflictException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Updates the channel subtype config of a campaign. This API is idempotent.", + "smithy.api#http": { + "uri": "/v2/campaigns/{id}/channel-subtype-config", + "method": "POST" + }, + "smithy.api#idempotent": {} + } + }, + "com.amazonaws.connectcampaignsv2#UpdateCampaignChannelSubtypeConfigRequest": { + "type": "structure", + "members": { + "id": { + "target": "com.amazonaws.connectcampaignsv2#CampaignId", + "traits": { + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + }, + "channelSubtypeConfig": { + "target": "com.amazonaws.connectcampaignsv2#ChannelSubtypeConfig", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "The request for UpdateCampaignChannelSubtypeConfig API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#UpdateCampaignCommunicationLimits": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#UpdateCampaignCommunicationLimitsRequest" + }, + "output": { + "target": "smithy.api#Unit" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ConflictException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InvalidCampaignStateException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Updates the communication limits config for a campaign. This API is idempotent.", + "smithy.api#http": { + "uri": "/v2/campaigns/{id}/communication-limits", + "method": "POST" + }, + "smithy.api#idempotent": {} + } + }, + "com.amazonaws.connectcampaignsv2#UpdateCampaignCommunicationLimitsRequest": { + "type": "structure", + "members": { + "id": { + "target": "com.amazonaws.connectcampaignsv2#CampaignId", + "traits": { + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + }, + "communicationLimitsOverride": { + "target": "com.amazonaws.connectcampaignsv2#CommunicationLimitsConfig", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "The request for UpdateCampaignCommunicationLimits API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#UpdateCampaignCommunicationTime": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#UpdateCampaignCommunicationTimeRequest" + }, + "output": { + "target": "smithy.api#Unit" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ConflictException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InvalidCampaignStateException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Updates the communication time config for a campaign. This API is idempotent.", + "smithy.api#http": { + "uri": "/v2/campaigns/{id}/communication-time", + "method": "POST" + }, + "smithy.api#idempotent": {} + } + }, + "com.amazonaws.connectcampaignsv2#UpdateCampaignCommunicationTimeRequest": { + "type": "structure", + "members": { + "id": { + "target": "com.amazonaws.connectcampaignsv2#CampaignId", + "traits": { + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + }, + "communicationTimeConfig": { + "target": "com.amazonaws.connectcampaignsv2#CommunicationTimeConfig", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "The request for UpdateCampaignCommunicationTime API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#UpdateCampaignFlowAssociation": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#UpdateCampaignFlowAssociationRequest" + }, + "output": { + "target": "smithy.api#Unit" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ConflictException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InvalidCampaignStateException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Updates the campaign flow associated with a campaign. This API is idempotent.", + "smithy.api#http": { + "uri": "/v2/campaigns/{id}/flow", + "method": "POST" + }, + "smithy.api#idempotent": {} + } + }, + "com.amazonaws.connectcampaignsv2#UpdateCampaignFlowAssociationRequest": { + "type": "structure", + "members": { + "id": { + "target": "com.amazonaws.connectcampaignsv2#CampaignId", + "traits": { + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + }, + "connectCampaignFlowArn": { + "target": "com.amazonaws.connectcampaignsv2#Arn", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "The request for UpdateCampaignFlowAssociation API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#UpdateCampaignName": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#UpdateCampaignNameRequest" + }, + "output": { + "target": "smithy.api#Unit" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ConflictException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Updates the name of a campaign. This API is idempotent.", + "smithy.api#http": { + "uri": "/v2/campaigns/{id}/name", + "method": "POST" + }, + "smithy.api#idempotent": {} + } + }, + "com.amazonaws.connectcampaignsv2#UpdateCampaignNameRequest": { + "type": "structure", + "members": { + "id": { + "target": "com.amazonaws.connectcampaignsv2#CampaignId", + "traits": { + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + }, + "name": { + "target": "com.amazonaws.connectcampaignsv2#CampaignName", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "The request for UpdateCampaignName API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#UpdateCampaignSchedule": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#UpdateCampaignScheduleRequest" + }, + "output": { + "target": "smithy.api#Unit" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ConflictException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InvalidCampaignStateException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Updates the schedule for a campaign. This API is idempotent.", + "smithy.api#http": { + "uri": "/v2/campaigns/{id}/schedule", + "method": "POST" + }, + "smithy.api#idempotent": {} + } + }, + "com.amazonaws.connectcampaignsv2#UpdateCampaignScheduleRequest": { + "type": "structure", + "members": { + "id": { + "target": "com.amazonaws.connectcampaignsv2#CampaignId", + "traits": { + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + }, + "schedule": { + "target": "com.amazonaws.connectcampaignsv2#Schedule", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "The request for UpdateCampaignSchedule API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#UpdateCampaignSource": { + "type": "operation", + "input": { + "target": "com.amazonaws.connectcampaignsv2#UpdateCampaignSourceRequest" + }, + "output": { + "target": "smithy.api#Unit" + }, + "errors": [ + { + "target": "com.amazonaws.connectcampaignsv2#AccessDeniedException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ConflictException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InternalServerException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#InvalidCampaignStateException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.connectcampaignsv2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "Updates the campaign source with a campaign. This API is idempotent.", + "smithy.api#http": { + "uri": "/v2/campaigns/{id}/source", + "method": "POST" + }, + "smithy.api#idempotent": {} + } + }, + "com.amazonaws.connectcampaignsv2#UpdateCampaignSourceRequest": { + "type": "structure", + "members": { + "id": { + "target": "com.amazonaws.connectcampaignsv2#CampaignId", + "traits": { + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + }, + "source": { + "target": "com.amazonaws.connectcampaignsv2#Source", + "traits": { + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "The request for UpdateCampaignSource API.", + "smithy.api#input": {} + } + }, + "com.amazonaws.connectcampaignsv2#ValidationException": { + "type": "structure", + "members": { + "message": { + "target": "smithy.api#String", + "traits": { + "smithy.api#required": {} + } + }, + "xAmzErrorType": { + "target": "com.amazonaws.connectcampaignsv2#XAmazonErrorType", + "traits": { + "smithy.api#httpHeader": "x-amzn-ErrorType" + } + } + }, + "traits": { + "smithy.api#documentation": "The input fails to satisfy the constraints specified by an AWS service.", + "smithy.api#error": "client", + "smithy.api#httpError": 400 + } + }, + "com.amazonaws.connectcampaignsv2#XAmazonErrorType": { + "type": "string", + "traits": { + "smithy.api#documentation": "A header that defines the error encountered while processing the request." + } + } + } +} \ No newline at end of file diff --git a/codegen/sdk-codegen/aws-models/datasync.json b/codegen/sdk-codegen/aws-models/datasync.json index 8773a174609..4f914e33372 100644 --- a/codegen/sdk-codegen/aws-models/datasync.json +++ b/codegen/sdk-codegen/aws-models/datasync.json @@ -1572,7 +1572,7 @@ "TaskMode": { "target": "com.amazonaws.datasync#TaskMode", "traits": { - "smithy.api#documentation": "

Specifies one of the following task modes for your data transfer:

\n \n

For more information, see Understanding task mode differences.

" + "smithy.api#documentation": "

Specifies one of the following task modes for your data transfer:

\n \n

For more information, see Understanding task mode differences.

" } } }, @@ -3176,7 +3176,7 @@ } ], "traits": { - "smithy.api#documentation": "

Provides information about an execution of your DataSync task. You can\n use this operation to help monitor the progress of an ongoing data transfer or check the\n results of the transfer.

\n \n

Some DescribeTaskExecution response elements are only relevant to a\n specific task mode. For information, see Understanding task mode differences and Understanding data\n transfer performance metrics.

\n
" + "smithy.api#documentation": "

Provides information about an execution of your DataSync task. You can\n use this operation to help monitor the progress of an ongoing data transfer or check the\n results of the transfer.

\n \n

Some DescribeTaskExecution response elements are only relevant to a\n specific task mode. For information, see Understanding task mode differences and Understanding data\n transfer performance counters.

\n
" } }, "com.amazonaws.datasync#DescribeTaskExecutionRequest": { @@ -3241,7 +3241,7 @@ "target": "com.amazonaws.datasync#long", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

The number of files, objects, and directories that DataSync expects to\n transfer over the network. This value is calculated during the task execution's\n PREPARING\n step before the TRANSFERRING step.

\n

How this gets calculated depends primarily on your task’s transfer\n mode configuration:

\n " + "smithy.api#documentation": "

The number of files, objects, and directories that DataSync expects to\n transfer over the network. This value is calculated while DataSync prepares the transfer.

\n

How this gets calculated depends primarily on your task’s transfer\n mode configuration:

\n " } }, "EstimatedBytesToTransfer": { @@ -3255,7 +3255,7 @@ "target": "com.amazonaws.datasync#long", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

The number of files, objects, and directories that DataSync actually\n transfers over the network. This value is updated periodically during the task execution's\n TRANSFERRING\n step when something is read from the source and sent over the network.

\n

If DataSync fails to transfer something, this value can be less than\n EstimatedFilesToTransfer. In some cases, this value can also be greater than\n EstimatedFilesToTransfer. This element is implementation-specific for some\n location types, so don't use it as an exact indication of what's transferring or to monitor\n your task execution.

" + "smithy.api#documentation": "

The number of files, objects, and directories that DataSync actually\n transfers over the network. This value is updated periodically during your task execution when\n something is read from the source and sent over the network.

\n

If DataSync fails to transfer something, this value can be less than\n EstimatedFilesToTransfer. In some cases, this value can also be greater than\n EstimatedFilesToTransfer. This element is implementation-specific for some\n location types, so don't use it as an exact indication of what's transferring or to monitor\n your task execution.

" } }, "BytesWritten": { @@ -3276,7 +3276,7 @@ "target": "com.amazonaws.datasync#long", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

The number of physical bytes that DataSync transfers over the network after\n compression (if compression is possible). This number is typically less than BytesTransferred unless the data isn't compressible.

\n \n

Not currently supported with Enhanced mode\n tasks.

\n
" + "smithy.api#documentation": "

The number of physical bytes that DataSync transfers over the network after\n compression (if compression is possible). This number is typically less than BytesTransferred unless the data isn't compressible.

" } }, "Result": { @@ -3295,7 +3295,7 @@ "target": "com.amazonaws.datasync#long", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

The number of files, objects, and directories that DataSync actually deletes in\n your destination location. If you don't configure your task to\n delete data in the destination that isn't in the source, the value is always\n 0.

" + "smithy.api#documentation": "

The number of files, objects, and directories that DataSync actually deletes in\n your destination location. If you don't configure your task to delete data in the destination that\n isn't in the source, the value is always 0.

" } }, "FilesSkipped": { @@ -3322,7 +3322,7 @@ "target": "com.amazonaws.datasync#long", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

The number of files, objects, and directories that DataSync expects to delete in\n your destination location. If you don't configure your task to\n delete data in the destination that isn't in the source, the value is always\n 0.

" + "smithy.api#documentation": "

The number of files, objects, and directories that DataSync expects to delete in\n your destination location. If you don't configure your task to delete data in the destination that\n isn't in the source, the value is always 0.

" } }, "TaskMode": { @@ -3335,7 +3335,7 @@ "target": "com.amazonaws.datasync#long", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

The number of objects that DataSync will attempt to transfer after comparing\n your source and destination locations.

\n \n

Applies only to Enhanced mode\n tasks.

\n
\n

This metric isn't applicable if you configure your task to transfer all data. In that scenario, DataSync copies everything from the source to the destination without comparing differences between the locations.

" + "smithy.api#documentation": "

The number of objects that DataSync will attempt to transfer after comparing\n your source and destination locations.

\n \n

Applies only to Enhanced mode\n tasks.

\n
\n

This counter isn't applicable if you configure your task to transfer\n all data. In that scenario, DataSync copies everything from the source to\n the destination without comparing differences between the locations.

" } }, "FilesListed": { @@ -8523,7 +8523,7 @@ "target": "com.amazonaws.datasync#long", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

The number of objects that DataSync finds at your destination location. This metric is only applicable if you configure your task to delete data in the destination that isn't in the source.

" + "smithy.api#documentation": "

The number of objects that DataSync finds at your destination location. This counter is only applicable if you configure your task to delete data in the destination that isn't in the source.

" } } }, diff --git a/codegen/sdk-codegen/aws-models/ec2.json b/codegen/sdk-codegen/aws-models/ec2.json index d1f27623129..2c2430bf8a9 100644 --- a/codegen/sdk-codegen/aws-models/ec2.json +++ b/codegen/sdk-codegen/aws-models/ec2.json @@ -50744,18 +50744,6 @@ "traits": { "smithy.api#enumValue": "use-capacity-reservations-first" } - }, - "USE_CAPACITY_RESERVATIONS_ONLY": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "use-capacity-reservations-only" - } - }, - "NONE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "none" - } } } }, diff --git a/codegen/sdk-codegen/aws-models/iot.json b/codegen/sdk-codegen/aws-models/iot.json index 08eca7377bf..d1f0d001641 100644 --- a/codegen/sdk-codegen/aws-models/iot.json +++ b/codegen/sdk-codegen/aws-models/iot.json @@ -570,6 +570,9 @@ { "target": "com.amazonaws.iot#ListPrincipalThings" }, + { + "target": "com.amazonaws.iot#ListPrincipalThingsV2" + }, { "target": "com.amazonaws.iot#ListProvisioningTemplates" }, @@ -615,6 +618,9 @@ { "target": "com.amazonaws.iot#ListThingPrincipals" }, + { + "target": "com.amazonaws.iot#ListThingPrincipalsV2" + }, { "target": "com.amazonaws.iot#ListThingRegistrationTaskReports" }, @@ -801,6 +807,9 @@ { "target": "com.amazonaws.iot#UpdateThingGroupsForThing" }, + { + "target": "com.amazonaws.iot#UpdateThingType" + }, { "target": "com.amazonaws.iot#UpdateTopicRuleDestination" }, @@ -3217,6 +3226,13 @@ "smithy.api#httpHeader": "x-amzn-principal", "smithy.api#required": {} } + }, + "thingPrincipalType": { + "target": "com.amazonaws.iot#ThingPrincipalType", + "traits": { + "smithy.api#documentation": "

The type of the relation you want to specify when you attach a principal to a thing.

\n \n ", + "smithy.api#httpQuery": "thingPrincipalType" + } } }, "traits": { @@ -3273,7 +3289,7 @@ "min": 0, "max": 800 }, - "smithy.api#pattern": "^[a-zA-Z0-9_.,@/:#-]*$" + "smithy.api#pattern": "^[a-zA-Z0-9_.,@/:#=\\[\\]-]*$" } }, "com.amazonaws.iot#Attributes": { @@ -6397,6 +6413,16 @@ "smithy.api#httpError": 409 } }, + "com.amazonaws.iot#ConnectionAttributeName": { + "type": "string", + "traits": { + "smithy.api#length": { + "min": 0, + "max": 128 + }, + "smithy.api#pattern": "^[a-zA-Z0-9:.]+$" + } + }, "com.amazonaws.iot#ConnectivityTimestamp": { "type": "long" }, @@ -15240,7 +15266,7 @@ "thingTypeProperties": { "target": "com.amazonaws.iot#ThingTypeProperties", "traits": { - "smithy.api#documentation": "

The ThingTypeProperties contains information about the thing type including\n\t\t\tdescription, and a list of searchable thing attribute names.

" + "smithy.api#documentation": "

The ThingTypeProperties contains information about the thing type including\n\t\t\tdescription, a list of searchable thing attribute names, and MQTT5 configuration.

" } }, "thingTypeMetadata": { @@ -23771,6 +23797,106 @@ "smithy.api#output": {} } }, + "com.amazonaws.iot#ListPrincipalThingsV2": { + "type": "operation", + "input": { + "target": "com.amazonaws.iot#ListPrincipalThingsV2Request" + }, + "output": { + "target": "com.amazonaws.iot#ListPrincipalThingsV2Response" + }, + "errors": [ + { + "target": "com.amazonaws.iot#InternalFailureException" + }, + { + "target": "com.amazonaws.iot#InvalidRequestException" + }, + { + "target": "com.amazonaws.iot#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.iot#ServiceUnavailableException" + }, + { + "target": "com.amazonaws.iot#ThrottlingException" + }, + { + "target": "com.amazonaws.iot#UnauthorizedException" + } + ], + "traits": { + "smithy.api#documentation": "

Lists the things associated with the specified principal. A principal can be an X.509\n\t\t\tcertificate or an Amazon Cognito ID.

\n

Requires permission to access the ListPrincipalThings action.

", + "smithy.api#http": { + "method": "GET", + "uri": "/principals/things-v2", + "code": 200 + }, + "smithy.api#paginated": { + "inputToken": "nextToken", + "outputToken": "nextToken", + "items": "principalThingObjects", + "pageSize": "maxResults" + } + } + }, + "com.amazonaws.iot#ListPrincipalThingsV2Request": { + "type": "structure", + "members": { + "nextToken": { + "target": "com.amazonaws.iot#NextToken", + "traits": { + "smithy.api#documentation": "

To retrieve the next set of results, the nextToken\n\t\t\t\tvalue from a previous response; otherwise null to receive\n\t\t\t\tthe first set of results.

", + "smithy.api#httpQuery": "nextToken" + } + }, + "maxResults": { + "target": "com.amazonaws.iot#RegistryMaxResults", + "traits": { + "smithy.api#documentation": "

The maximum number of results to return in this operation.

", + "smithy.api#httpQuery": "maxResults" + } + }, + "principal": { + "target": "com.amazonaws.iot#Principal", + "traits": { + "smithy.api#documentation": "

The principal. A principal can be an X.509 certificate or an Amazon Cognito ID.

", + "smithy.api#httpHeader": "x-amzn-principal", + "smithy.api#required": {} + } + }, + "thingPrincipalType": { + "target": "com.amazonaws.iot#ThingPrincipalType", + "traits": { + "smithy.api#documentation": "

The type of the relation you want to filter in the response. If no value is provided in\n\t\t\tthis field, the response will list all things, including both the\n\t\t\t\tEXCLUSIVE_THING and NON_EXCLUSIVE_THING attachment\n\t\t\ttypes.

\n \n ", + "smithy.api#httpQuery": "thingPrincipalType" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.iot#ListPrincipalThingsV2Response": { + "type": "structure", + "members": { + "principalThingObjects": { + "target": "com.amazonaws.iot#PrincipalThingObjects", + "traits": { + "smithy.api#documentation": "

A list of thingPrincipalObject that represents the principal and the type of relation it has with the thing.

" + } + }, + "nextToken": { + "target": "com.amazonaws.iot#NextToken", + "traits": { + "smithy.api#documentation": "

The token to use to get the next set of results, or null if there are no additional results.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, "com.amazonaws.iot#ListProvisioningTemplateVersions": { "type": "operation", "input": { @@ -25126,6 +25252,106 @@ "smithy.api#output": {} } }, + "com.amazonaws.iot#ListThingPrincipalsV2": { + "type": "operation", + "input": { + "target": "com.amazonaws.iot#ListThingPrincipalsV2Request" + }, + "output": { + "target": "com.amazonaws.iot#ListThingPrincipalsV2Response" + }, + "errors": [ + { + "target": "com.amazonaws.iot#InternalFailureException" + }, + { + "target": "com.amazonaws.iot#InvalidRequestException" + }, + { + "target": "com.amazonaws.iot#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.iot#ServiceUnavailableException" + }, + { + "target": "com.amazonaws.iot#ThrottlingException" + }, + { + "target": "com.amazonaws.iot#UnauthorizedException" + } + ], + "traits": { + "smithy.api#documentation": "

Lists the principals associated with the specified thing. A principal can be an X.509\n\t\t\tcertificate or an Amazon Cognito ID.

\n

Requires permission to access the ListThingPrincipals action.

", + "smithy.api#http": { + "method": "GET", + "uri": "/things/{thingName}/principals-v2", + "code": 200 + }, + "smithy.api#paginated": { + "inputToken": "nextToken", + "outputToken": "nextToken", + "items": "thingPrincipalObjects", + "pageSize": "maxResults" + } + } + }, + "com.amazonaws.iot#ListThingPrincipalsV2Request": { + "type": "structure", + "members": { + "nextToken": { + "target": "com.amazonaws.iot#NextToken", + "traits": { + "smithy.api#documentation": "

To retrieve the next set of results, the nextToken\n\t\t\t\tvalue from a previous response; otherwise null to receive\n\t\t\t\tthe first set of results.

", + "smithy.api#httpQuery": "nextToken" + } + }, + "maxResults": { + "target": "com.amazonaws.iot#RegistryMaxResults", + "traits": { + "smithy.api#documentation": "

The maximum number of results to return in this operation.

", + "smithy.api#httpQuery": "maxResults" + } + }, + "thingName": { + "target": "com.amazonaws.iot#ThingName", + "traits": { + "smithy.api#documentation": "

The name of the thing.

", + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + }, + "thingPrincipalType": { + "target": "com.amazonaws.iot#ThingPrincipalType", + "traits": { + "smithy.api#documentation": "

The type of the relation you want to filter in the response. If no value is provided in\n\t\t\tthis field, the response will list all principals, including both the\n\t\t\t\tEXCLUSIVE_THING and NON_EXCLUSIVE_THING attachment\n\t\t\ttypes.

\n \n ", + "smithy.api#httpQuery": "thingPrincipalType" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.iot#ListThingPrincipalsV2Response": { + "type": "structure", + "members": { + "thingPrincipalObjects": { + "target": "com.amazonaws.iot#ThingPrincipalObjects", + "traits": { + "smithy.api#documentation": "

A list of thingPrincipalObject that represents the principal and the type of relation it has \n\t\t\t\twith the thing.

" + } + }, + "nextToken": { + "target": "com.amazonaws.iot#NextToken", + "traits": { + "smithy.api#documentation": "

The token to use to get the next set of results, or null if there are no additional results.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, "com.amazonaws.iot#ListThingRegistrationTaskReports": { "type": "operation", "input": { @@ -26906,6 +27132,20 @@ } } }, + "com.amazonaws.iot#Mqtt5Configuration": { + "type": "structure", + "members": { + "propagatingAttributes": { + "target": "com.amazonaws.iot#PropagatingAttributeList", + "traits": { + "smithy.api#documentation": "

An object that represents the propagating thing attributes and the connection attributes.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

The configuration to add user-defined properties to enrich MQTT 5 messages.

" + } + }, "com.amazonaws.iot#MqttClientId": { "type": "string", "traits": { @@ -27123,6 +27363,15 @@ } } }, + "com.amazonaws.iot#OCSPLambdaArn": { + "type": "string", + "traits": { + "smithy.api#length": { + "min": 0, + "max": 140 + } + } + }, "com.amazonaws.iot#OTAUpdateArn": { "type": "string" }, @@ -28015,6 +28264,33 @@ "smithy.api#pattern": "^[a-zA-Z0-9]+$" } }, + "com.amazonaws.iot#PrincipalThingObject": { + "type": "structure", + "members": { + "thingName": { + "target": "com.amazonaws.iot#ThingName", + "traits": { + "smithy.api#documentation": "

The name of the thing.

", + "smithy.api#required": {} + } + }, + "thingPrincipalType": { + "target": "com.amazonaws.iot#ThingPrincipalType", + "traits": { + "smithy.api#documentation": "

The type of the relation you want to specify when you attach a principal to a thing.\n\t\t\t\tThe value defaults to NON_EXCLUSIVE_THING.

\n \n " + } + } + }, + "traits": { + "smithy.api#documentation": "

An object that represents the thing and the type of relation it has with the principal.

" + } + }, + "com.amazonaws.iot#PrincipalThingObjects": { + "type": "list", + "member": { + "target": "com.amazonaws.iot#PrincipalThingObject" + } + }, "com.amazonaws.iot#Principals": { "type": "list", "member": { @@ -28039,6 +28315,38 @@ "target": "com.amazonaws.iot#ProcessingTargetName" } }, + "com.amazonaws.iot#PropagatingAttribute": { + "type": "structure", + "members": { + "userPropertyKey": { + "target": "com.amazonaws.iot#UserPropertyKeyName", + "traits": { + "smithy.api#documentation": "

The key of the user property key-value pair.

" + } + }, + "thingAttribute": { + "target": "com.amazonaws.iot#AttributeName", + "traits": { + "smithy.api#documentation": "

The user-defined thing attribute that is propagating for MQTT 5 message enrichment.

" + } + }, + "connectionAttribute": { + "target": "com.amazonaws.iot#ConnectionAttributeName", + "traits": { + "smithy.api#documentation": "

The attribute associated with the connection between a device and Amazon Web Services IoT Core.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

An object that represents the connection attribute, thing attribute, and the user property key.

" + } + }, + "com.amazonaws.iot#PropagatingAttributeList": { + "type": "list", + "member": { + "target": "com.amazonaws.iot#PropagatingAttribute" + } + }, "com.amazonaws.iot#Protocol": { "type": "enum", "members": { @@ -30388,7 +30696,19 @@ "enableOCSPCheck": { "target": "com.amazonaws.iot#EnableOCSPCheck", "traits": { - "smithy.api#documentation": "

A Boolean value that indicates whether Online Certificate Status Protocol (OCSP) server\n certificate check is enabled or not.

\n

For more information, see Configuring OCSP server-certificate stapling in domain\n configuration from Amazon Web Services IoT Core Developer Guide.

" + "smithy.api#documentation": "

A Boolean value that indicates whether Online Certificate Status Protocol (OCSP) server\n certificate check is enabled or not.

\n

For more information, see \n Server certificate configuration for OCSP stapling from Amazon Web Services IoT Core Developer Guide.

" + } + }, + "ocspLambdaArn": { + "target": "com.amazonaws.iot#OCSPLambdaArn", + "traits": { + "smithy.api#documentation": "

The Amazon Resource Name (ARN) for a Lambda function that acts as a Request for Comments\n (RFC) 6960-compliant Online Certificate Status Protocol (OCSP) responder, supporting basic\n OCSP responses. The Lambda function accepts a JSON string that's Base64-encoded.\n Therefore, you must convert your OCSP response, which is typically in the Distinguished\n Encoding Rules (DER) format, into a JSON string that's Base64-encoded. The Lambda\n function's response is also a Base64-encoded JSON string and the response payload must not\n exceed 8 kilobytes (KiB) in size. The Lambda function must be in the same Amazon Web Services region and\n account as the domain configuration.

" + } + }, + "ocspAuthorizedResponderArn": { + "target": "com.amazonaws.iot#AcmCertificateArn", + "traits": { + "smithy.api#documentation": "

The Amazon Resource Name (ARN) for an X.509 certificate stored in Amazon Web Services Certificate Manager (ACM). \n If provided, Amazon Web Services IoT Core will use this certificate to validate the signature of the received OCSP response. \n The OCSP responder must sign responses using either this authorized responder certificate or the issuing certificate, \n depending on whether the ARN is provided or not. The certificate must be in the same Amazon Web Services region and account as the domain configuration.\n

" } } }, @@ -32869,6 +33189,50 @@ "target": "com.amazonaws.iot#ThingName" } }, + "com.amazonaws.iot#ThingPrincipalObject": { + "type": "structure", + "members": { + "principal": { + "target": "com.amazonaws.iot#Principal", + "traits": { + "smithy.api#documentation": "

The principal of the thing principal object.

", + "smithy.api#required": {} + } + }, + "thingPrincipalType": { + "target": "com.amazonaws.iot#ThingPrincipalType", + "traits": { + "smithy.api#documentation": "

The type of the relation you want to specify when you attach a principal to a thing.\n\t\t\t\tThe value defaults to NON_EXCLUSIVE_THING.

\n \n " + } + } + }, + "traits": { + "smithy.api#documentation": "

An object that represents the principal and the type of relation it has with the thing.

" + } + }, + "com.amazonaws.iot#ThingPrincipalObjects": { + "type": "list", + "member": { + "target": "com.amazonaws.iot#ThingPrincipalObject" + } + }, + "com.amazonaws.iot#ThingPrincipalType": { + "type": "enum", + "members": { + "EXCLUSIVE_THING": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "EXCLUSIVE_THING" + } + }, + "NON_EXCLUSIVE_THING": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "NON_EXCLUSIVE_THING" + } + } + } + }, "com.amazonaws.iot#ThingTypeArn": { "type": "string" }, @@ -32974,6 +33338,12 @@ "traits": { "smithy.api#documentation": "

A list of searchable thing attribute names.

" } + }, + "mqtt5Configuration": { + "target": "com.amazonaws.iot#Mqtt5Configuration", + "traits": { + "smithy.api#documentation": "

The configuration to add user-defined properties to enrich MQTT 5 messages.

" + } } }, "traits": { @@ -36251,6 +36621,69 @@ "smithy.api#output": {} } }, + "com.amazonaws.iot#UpdateThingType": { + "type": "operation", + "input": { + "target": "com.amazonaws.iot#UpdateThingTypeRequest" + }, + "output": { + "target": "com.amazonaws.iot#UpdateThingTypeResponse" + }, + "errors": [ + { + "target": "com.amazonaws.iot#InternalFailureException" + }, + { + "target": "com.amazonaws.iot#InvalidRequestException" + }, + { + "target": "com.amazonaws.iot#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.iot#ServiceUnavailableException" + }, + { + "target": "com.amazonaws.iot#ThrottlingException" + }, + { + "target": "com.amazonaws.iot#UnauthorizedException" + } + ], + "traits": { + "smithy.api#documentation": "

Updates a thing type.

", + "smithy.api#http": { + "method": "PATCH", + "uri": "/thing-types/{thingTypeName}", + "code": 200 + } + } + }, + "com.amazonaws.iot#UpdateThingTypeRequest": { + "type": "structure", + "members": { + "thingTypeName": { + "target": "com.amazonaws.iot#ThingTypeName", + "traits": { + "smithy.api#documentation": "

The name of a thing type.

", + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + }, + "thingTypeProperties": { + "target": "com.amazonaws.iot#ThingTypeProperties" + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.iot#UpdateThingTypeResponse": { + "type": "structure", + "members": {}, + "traits": { + "smithy.api#output": {} + } + }, "com.amazonaws.iot#UpdateTopicRuleDestination": { "type": "operation", "input": { @@ -36369,6 +36802,16 @@ } } }, + "com.amazonaws.iot#UserPropertyKeyName": { + "type": "string", + "traits": { + "smithy.api#length": { + "min": 0, + "max": 128 + }, + "smithy.api#pattern": "^[a-zA-Z0-9:$.]+$" + } + }, "com.amazonaws.iot#UserPropertyValue": { "type": "string", "traits": { diff --git a/codegen/sdk-codegen/aws-models/outposts.json b/codegen/sdk-codegen/aws-models/outposts.json index 969a1dcc393..93969fca116 100644 --- a/codegen/sdk-codegen/aws-models/outposts.json +++ b/codegen/sdk-codegen/aws-models/outposts.json @@ -5148,6 +5148,12 @@ "traits": { "smithy.api#enumValue": "ONE_YEAR" } + }, + "FIVE_YEARS": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "FIVE_YEARS" + } } } }, diff --git a/codegen/sdk-codegen/aws-models/pinpoint-sms-voice-v2.json b/codegen/sdk-codegen/aws-models/pinpoint-sms-voice-v2.json index e07d0fd225c..f18ad8aeb9f 100644 --- a/codegen/sdk-codegen/aws-models/pinpoint-sms-voice-v2.json +++ b/codegen/sdk-codegen/aws-models/pinpoint-sms-voice-v2.json @@ -500,6 +500,10 @@ "value": "default-sender-id", "name": "DEFAULT_SENDER_ID" }, + { + "value": "default-message-feedback-enabled", + "name": "DEFAULT_MESSAGE_FEEDBACK_ENABLED" + }, { "value": "protect-configuration-id", "name": "PROTECT_CONFIGURATION_ID" @@ -543,6 +547,12 @@ "smithy.api#documentation": "

The default sender ID used by the ConfigurationSet.

" } }, + "DefaultMessageFeedbackEnabled": { + "target": "smithy.api#Boolean", + "traits": { + "smithy.api#documentation": "

True if message feedback is enabled.

" + } + }, "CreatedTimestamp": { "target": "smithy.api#Timestamp", "traits": { @@ -771,6 +781,10 @@ { "value": "DESTINATION_COUNTRY_BLOCKED_BY_PROTECT_CONFIGURATION", "name": "DESTINATION_COUNTRY_BLOCKED_BY_PROTECT_CONFIGURATION" + }, + { + "value": "DESTINATION_PHONE_NUMBER_BLOCKED_BY_PROTECT_NUMBER_OVERRIDE", + "name": "DESTINATION_PHONE_NUMBER_BLOCKED_BY_PROTECT_NUMBER_OVERRIDE" } ] } @@ -2073,6 +2087,12 @@ "smithy.api#documentation": "

The default Sender ID of the configuration set that was deleted.

" } }, + "DefaultMessageFeedbackEnabled": { + "target": "smithy.api#Boolean", + "traits": { + "smithy.api#documentation": "

True if the configuration set has message feedback enabled. By default this is set to false.

" + } + }, "CreatedTimestamp": { "target": "smithy.api#Timestamp", "traits": { @@ -2822,6 +2842,112 @@ "smithy.api#output": {} } }, + "com.amazonaws.pinpointsmsvoicev2#DeleteProtectConfigurationRuleSetNumberOverride": { + "type": "operation", + "input": { + "target": "com.amazonaws.pinpointsmsvoicev2#DeleteProtectConfigurationRuleSetNumberOverrideRequest" + }, + "output": { + "target": "com.amazonaws.pinpointsmsvoicev2#DeleteProtectConfigurationRuleSetNumberOverrideResult" + }, + "errors": [ + { + "target": "com.amazonaws.pinpointsmsvoicev2#AccessDeniedException" + }, + { + "target": "com.amazonaws.pinpointsmsvoicev2#InternalServerException" + }, + { + "target": "com.amazonaws.pinpointsmsvoicev2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.pinpointsmsvoicev2#ThrottlingException" + }, + { + "target": "com.amazonaws.pinpointsmsvoicev2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "

Permanently delete the protect configuration rule set number override.

" + } + }, + "com.amazonaws.pinpointsmsvoicev2#DeleteProtectConfigurationRuleSetNumberOverrideRequest": { + "type": "structure", + "members": { + "ProtectConfigurationId": { + "target": "com.amazonaws.pinpointsmsvoicev2#ProtectConfigurationIdOrArn", + "traits": { + "smithy.api#documentation": "

The unique identifier for the protect configuration.

", + "smithy.api#required": {} + } + }, + "DestinationPhoneNumber": { + "target": "com.amazonaws.pinpointsmsvoicev2#PhoneNumber", + "traits": { + "smithy.api#documentation": "

The destination phone number in E.164 format.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.pinpointsmsvoicev2#DeleteProtectConfigurationRuleSetNumberOverrideResult": { + "type": "structure", + "members": { + "ProtectConfigurationArn": { + "target": "com.amazonaws.pinpointsmsvoicev2#ProtectConfigurationArn", + "traits": { + "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the protect configuration.

", + "smithy.api#required": {} + } + }, + "ProtectConfigurationId": { + "target": "com.amazonaws.pinpointsmsvoicev2#ProtectConfigurationId", + "traits": { + "smithy.api#documentation": "

The unique identifier for the protect configuration.

", + "smithy.api#required": {} + } + }, + "DestinationPhoneNumber": { + "target": "com.amazonaws.pinpointsmsvoicev2#PhoneNumber", + "traits": { + "smithy.api#documentation": "

The destination phone number in E.164 format.

", + "smithy.api#required": {} + } + }, + "CreatedTimestamp": { + "target": "smithy.api#Timestamp", + "traits": { + "smithy.api#documentation": "

The time when the rule was created, in UNIX epoch time format.

", + "smithy.api#required": {} + } + }, + "Action": { + "target": "com.amazonaws.pinpointsmsvoicev2#ProtectConfigurationRuleOverrideAction", + "traits": { + "smithy.api#documentation": "

The action associated with the rule.

", + "smithy.api#required": {} + } + }, + "IsoCountryCode": { + "target": "com.amazonaws.pinpointsmsvoicev2#IsoCountryCode", + "traits": { + "smithy.api#documentation": "

The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.

" + } + }, + "ExpirationTimestamp": { + "target": "smithy.api#Timestamp", + "traits": { + "smithy.api#documentation": "

The time when the resource-based policy was created, in UNIX epoch time format.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, "com.amazonaws.pinpointsmsvoicev2#DeleteRegistration": { "type": "operation", "input": { @@ -5015,7 +5141,7 @@ } ], "traits": { - "smithy.api#documentation": "

Retrieves the specified verified destiona numbers.

", + "smithy.api#documentation": "

Retrieves the specified verified destination numbers.

", "smithy.api#paginated": { "items": "VerifiedDestinationNumbers" } @@ -5027,7 +5153,7 @@ "VerifiedDestinationNumberIds": { "target": "com.amazonaws.pinpointsmsvoicev2#VerifiedDestinationNumberIdList", "traits": { - "smithy.api#documentation": "

An array of VerifiedDestinationNumberid to retreive.

" + "smithy.api#documentation": "

An array of VerifiedDestinationNumberid to retrieve.

" } }, "DestinationPhoneNumbers": { @@ -5547,6 +5673,10 @@ "value": "TEXT_TTL_EXPIRED", "name": "TEXT_TTL_EXPIRED" }, + { + "value": "TEXT_PROTECT_BLOCKED", + "name": "TEXT_PROTECT_BLOCKED" + }, { "value": "VOICE_ALL", "name": "VOICE_ALL" @@ -5732,7 +5862,7 @@ "min": 1, "max": 128 }, - "smithy.api#pattern": "^[/\\.:A-Za-z0-9_-]+$" + "smithy.api#pattern": "^[/\\.:A-Za-z0-9+_-]+$" } }, "com.amazonaws.pinpointsmsvoicev2#FilterValueList": { @@ -6250,6 +6380,117 @@ "smithy.api#output": {} } }, + "com.amazonaws.pinpointsmsvoicev2#ListProtectConfigurationRuleSetNumberOverrideFilter": { + "type": "list", + "member": { + "target": "com.amazonaws.pinpointsmsvoicev2#ProtectConfigurationRuleSetNumberOverrideFilterItem" + }, + "traits": { + "smithy.api#length": { + "min": 0, + "max": 100 + } + } + }, + "com.amazonaws.pinpointsmsvoicev2#ListProtectConfigurationRuleSetNumberOverrides": { + "type": "operation", + "input": { + "target": "com.amazonaws.pinpointsmsvoicev2#ListProtectConfigurationRuleSetNumberOverridesRequest" + }, + "output": { + "target": "com.amazonaws.pinpointsmsvoicev2#ListProtectConfigurationRuleSetNumberOverridesResult" + }, + "errors": [ + { + "target": "com.amazonaws.pinpointsmsvoicev2#AccessDeniedException" + }, + { + "target": "com.amazonaws.pinpointsmsvoicev2#InternalServerException" + }, + { + "target": "com.amazonaws.pinpointsmsvoicev2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.pinpointsmsvoicev2#ThrottlingException" + }, + { + "target": "com.amazonaws.pinpointsmsvoicev2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "

Retrieve all of the protect configuration rule set number overrides that match the filters.

", + "smithy.api#paginated": { + "items": "RuleSetNumberOverrides" + } + } + }, + "com.amazonaws.pinpointsmsvoicev2#ListProtectConfigurationRuleSetNumberOverridesRequest": { + "type": "structure", + "members": { + "ProtectConfigurationId": { + "target": "com.amazonaws.pinpointsmsvoicev2#ProtectConfigurationIdOrArn", + "traits": { + "smithy.api#documentation": "

The unique identifier for the protect configuration.

", + "smithy.api#required": {} + } + }, + "Filters": { + "target": "com.amazonaws.pinpointsmsvoicev2#ListProtectConfigurationRuleSetNumberOverrideFilter", + "traits": { + "smithy.api#documentation": "

An array of ProtectConfigurationRuleSetNumberOverrideFilterItem objects to filter the results.

" + } + }, + "NextToken": { + "target": "com.amazonaws.pinpointsmsvoicev2#NextToken", + "traits": { + "smithy.api#documentation": "

The token to be used for the next set of paginated results. You don't need to supply a\n value for this field in the initial request.

" + } + }, + "MaxResults": { + "target": "com.amazonaws.pinpointsmsvoicev2#MaxResults", + "traits": { + "smithy.api#documentation": "

The maximum number of results to return per each request.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.pinpointsmsvoicev2#ListProtectConfigurationRuleSetNumberOverridesResult": { + "type": "structure", + "members": { + "ProtectConfigurationArn": { + "target": "com.amazonaws.pinpointsmsvoicev2#ProtectConfigurationArn", + "traits": { + "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the protect configuration.

", + "smithy.api#required": {} + } + }, + "ProtectConfigurationId": { + "target": "com.amazonaws.pinpointsmsvoicev2#ProtectConfigurationId", + "traits": { + "smithy.api#documentation": "

The unique identifier for the protect configuration.

", + "smithy.api#required": {} + } + }, + "RuleSetNumberOverrides": { + "target": "com.amazonaws.pinpointsmsvoicev2#ProtectConfigurationRuleSetNumberOverrideList", + "traits": { + "smithy.api#documentation": "

An array of RuleSetNumberOverrides objects.

" + } + }, + "NextToken": { + "target": "com.amazonaws.pinpointsmsvoicev2#NextToken", + "traits": { + "smithy.api#documentation": "

The token to be used for the next set of paginated results. You don't need to supply a\n value for this field in the initial request.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, "com.amazonaws.pinpointsmsvoicev2#ListRegistrationAssociations": { "type": "operation", "input": { @@ -6276,7 +6517,7 @@ } ], "traits": { - "smithy.api#documentation": "

Retreive all of the origination identies that are associated with a registration.

", + "smithy.api#documentation": "

Retrieve all of the origination identities that are associated with a registration.

", "smithy.api#paginated": { "items": "RegistrationAssociations" } @@ -6482,6 +6723,31 @@ "smithy.api#pattern": "^s3://([a-z0-9\\.-]{3,63})/(.+)$" } }, + "com.amazonaws.pinpointsmsvoicev2#MessageFeedbackStatus": { + "type": "string", + "traits": { + "smithy.api#enum": [ + { + "value": "RECEIVED", + "name": "RECEIVED" + }, + { + "value": "FAILED", + "name": "FAILED" + } + ] + } + }, + "com.amazonaws.pinpointsmsvoicev2#MessageId": { + "type": "string", + "traits": { + "smithy.api#length": { + "min": 1, + "max": 64 + }, + "smithy.api#pattern": "^[A-Za-z0-9_:/-]+$" + } + }, "com.amazonaws.pinpointsmsvoicev2#MessageType": { "type": "string", "traits": { @@ -7186,6 +7452,9 @@ { "target": "com.amazonaws.pinpointsmsvoicev2#DeleteProtectConfiguration" }, + { + "target": "com.amazonaws.pinpointsmsvoicev2#DeleteProtectConfigurationRuleSetNumberOverride" + }, { "target": "com.amazonaws.pinpointsmsvoicev2#DeleteRegistration" }, @@ -7282,6 +7551,9 @@ { "target": "com.amazonaws.pinpointsmsvoicev2#ListPoolOriginationIdentities" }, + { + "target": "com.amazonaws.pinpointsmsvoicev2#ListProtectConfigurationRuleSetNumberOverrides" + }, { "target": "com.amazonaws.pinpointsmsvoicev2#ListRegistrationAssociations" }, @@ -7291,9 +7563,15 @@ { "target": "com.amazonaws.pinpointsmsvoicev2#PutKeyword" }, + { + "target": "com.amazonaws.pinpointsmsvoicev2#PutMessageFeedback" + }, { "target": "com.amazonaws.pinpointsmsvoicev2#PutOptedOutNumber" }, + { + "target": "com.amazonaws.pinpointsmsvoicev2#PutProtectConfigurationRuleSetNumberOverride" + }, { "target": "com.amazonaws.pinpointsmsvoicev2#PutRegistrationFieldValue" }, @@ -7327,6 +7605,9 @@ { "target": "com.amazonaws.pinpointsmsvoicev2#SetAccountDefaultProtectConfiguration" }, + { + "target": "com.amazonaws.pinpointsmsvoicev2#SetDefaultMessageFeedbackEnabled" + }, { "target": "com.amazonaws.pinpointsmsvoicev2#SetDefaultMessageType" }, @@ -8586,7 +8867,7 @@ } } }, - "com.amazonaws.pinpointsmsvoicev2#ProtectStatus": { + "com.amazonaws.pinpointsmsvoicev2#ProtectConfigurationRuleOverrideAction": { "type": "string", "traits": { "smithy.api#enum": [ @@ -8601,19 +8882,144 @@ ] } }, - "com.amazonaws.pinpointsmsvoicev2#PutKeyword": { - "type": "operation", - "input": { - "target": "com.amazonaws.pinpointsmsvoicev2#PutKeywordRequest" - }, - "output": { - "target": "com.amazonaws.pinpointsmsvoicev2#PutKeywordResult" - }, - "errors": [ - { - "target": "com.amazonaws.pinpointsmsvoicev2#AccessDeniedException" + "com.amazonaws.pinpointsmsvoicev2#ProtectConfigurationRuleSetNumberOverride": { + "type": "structure", + "members": { + "DestinationPhoneNumber": { + "target": "com.amazonaws.pinpointsmsvoicev2#PhoneNumber", + "traits": { + "smithy.api#documentation": "

The destination phone number in E.164 format.

", + "smithy.api#required": {} + } }, - { + "CreatedTimestamp": { + "target": "smithy.api#Timestamp", + "traits": { + "smithy.api#documentation": "

The time when the rule was created, in UNIX epoch time format.

", + "smithy.api#required": {} + } + }, + "Action": { + "target": "com.amazonaws.pinpointsmsvoicev2#ProtectConfigurationRuleOverrideAction", + "traits": { + "smithy.api#documentation": "

The action for the rule to perform of either blocking or allowing messages to the destination phone number.

", + "smithy.api#required": {} + } + }, + "IsoCountryCode": { + "target": "com.amazonaws.pinpointsmsvoicev2#IsoCountryCode", + "traits": { + "smithy.api#documentation": "

The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.

" + } + }, + "ExpirationTimestamp": { + "target": "smithy.api#Timestamp", + "traits": { + "smithy.api#documentation": "

The time the rule will expire at. If ExpirationTimestamp is not set then the rule will not expire.

" + } + } + }, + "traits": { + "smithy.api#documentation": "

Provides details on a RuleSetNumberOverride.

" + } + }, + "com.amazonaws.pinpointsmsvoicev2#ProtectConfigurationRuleSetNumberOverrideFilterItem": { + "type": "structure", + "members": { + "Name": { + "target": "com.amazonaws.pinpointsmsvoicev2#ProtectConfigurationRuleSetNumberOverrideFilterName", + "traits": { + "smithy.api#documentation": "

The name of the attribute to filter on.

", + "smithy.api#required": {} + } + }, + "Values": { + "target": "com.amazonaws.pinpointsmsvoicev2#FilterValueList", + "traits": { + "smithy.api#documentation": "

An array values to filter for.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "

The information for a protect configuration rule set number override that meets a specified criteria.

" + } + }, + "com.amazonaws.pinpointsmsvoicev2#ProtectConfigurationRuleSetNumberOverrideFilterName": { + "type": "string", + "traits": { + "smithy.api#enum": [ + { + "value": "iso-country-code", + "name": "ISO_COUNTRY_CODE" + }, + { + "value": "destination-phone-number-begins-with", + "name": "DESTINATION_PHONE_NUMBER_BEGINS_WITH" + }, + { + "value": "action", + "name": "ACTION" + }, + { + "value": "expires-before", + "name": "EXPIRES_BEFORE" + }, + { + "value": "expires-after", + "name": "EXPIRES_AFTER" + }, + { + "value": "created-before", + "name": "CREATED_BEFORE" + }, + { + "value": "created-after", + "name": "CREATED_AFTER" + } + ] + } + }, + "com.amazonaws.pinpointsmsvoicev2#ProtectConfigurationRuleSetNumberOverrideList": { + "type": "list", + "member": { + "target": "com.amazonaws.pinpointsmsvoicev2#ProtectConfigurationRuleSetNumberOverride" + }, + "traits": { + "smithy.api#length": { + "min": 1, + "max": 100 + } + } + }, + "com.amazonaws.pinpointsmsvoicev2#ProtectStatus": { + "type": "string", + "traits": { + "smithy.api#enum": [ + { + "value": "ALLOW", + "name": "ALLOW" + }, + { + "value": "BLOCK", + "name": "BLOCK" + } + ] + } + }, + "com.amazonaws.pinpointsmsvoicev2#PutKeyword": { + "type": "operation", + "input": { + "target": "com.amazonaws.pinpointsmsvoicev2#PutKeywordRequest" + }, + "output": { + "target": "com.amazonaws.pinpointsmsvoicev2#PutKeywordResult" + }, + "errors": [ + { + "target": "com.amazonaws.pinpointsmsvoicev2#AccessDeniedException" + }, + { "target": "com.amazonaws.pinpointsmsvoicev2#ConflictException" }, { @@ -8709,6 +9115,79 @@ "smithy.api#output": {} } }, + "com.amazonaws.pinpointsmsvoicev2#PutMessageFeedback": { + "type": "operation", + "input": { + "target": "com.amazonaws.pinpointsmsvoicev2#PutMessageFeedbackRequest" + }, + "output": { + "target": "com.amazonaws.pinpointsmsvoicev2#PutMessageFeedbackResult" + }, + "errors": [ + { + "target": "com.amazonaws.pinpointsmsvoicev2#AccessDeniedException" + }, + { + "target": "com.amazonaws.pinpointsmsvoicev2#InternalServerException" + }, + { + "target": "com.amazonaws.pinpointsmsvoicev2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.pinpointsmsvoicev2#ThrottlingException" + }, + { + "target": "com.amazonaws.pinpointsmsvoicev2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "

Set the MessageFeedbackStatus as RECEIVED or FAILED for the\n passed in MessageId.

\n

If you use message feedback then you must update message feedback record. When you receive a signal that a user has received the message you must use\n PutMessageFeedback to set the message feedback record as\n RECEIVED; Otherwise, an hour after the message feedback record is set\n to FAILED.

" + } + }, + "com.amazonaws.pinpointsmsvoicev2#PutMessageFeedbackRequest": { + "type": "structure", + "members": { + "MessageId": { + "target": "com.amazonaws.pinpointsmsvoicev2#MessageId", + "traits": { + "smithy.api#documentation": "

The unique identifier for the message.

", + "smithy.api#required": {} + } + }, + "MessageFeedbackStatus": { + "target": "com.amazonaws.pinpointsmsvoicev2#MessageFeedbackStatus", + "traits": { + "smithy.api#documentation": "

Set the message feedback to be either RECEIVED or FAILED.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.pinpointsmsvoicev2#PutMessageFeedbackResult": { + "type": "structure", + "members": { + "MessageId": { + "target": "com.amazonaws.pinpointsmsvoicev2#MessageId", + "traits": { + "smithy.api#documentation": "

The unique identifier for the message.

", + "smithy.api#required": {} + } + }, + "MessageFeedbackStatus": { + "target": "com.amazonaws.pinpointsmsvoicev2#MessageFeedbackStatus", + "traits": { + "smithy.api#documentation": "

The current status of the message.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, "com.amazonaws.pinpointsmsvoicev2#PutOptedOutNumber": { "type": "operation", "input": { @@ -8799,6 +9278,135 @@ "smithy.api#output": {} } }, + "com.amazonaws.pinpointsmsvoicev2#PutProtectConfigurationRuleSetNumberOverride": { + "type": "operation", + "input": { + "target": "com.amazonaws.pinpointsmsvoicev2#PutProtectConfigurationRuleSetNumberOverrideRequest" + }, + "output": { + "target": "com.amazonaws.pinpointsmsvoicev2#PutProtectConfigurationRuleSetNumberOverrideResult" + }, + "errors": [ + { + "target": "com.amazonaws.pinpointsmsvoicev2#AccessDeniedException" + }, + { + "target": "com.amazonaws.pinpointsmsvoicev2#ConflictException" + }, + { + "target": "com.amazonaws.pinpointsmsvoicev2#InternalServerException" + }, + { + "target": "com.amazonaws.pinpointsmsvoicev2#ServiceQuotaExceededException" + }, + { + "target": "com.amazonaws.pinpointsmsvoicev2#ThrottlingException" + }, + { + "target": "com.amazonaws.pinpointsmsvoicev2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "

Create or update a RuleSetNumberOverride and associate it with a protect configuration.

" + } + }, + "com.amazonaws.pinpointsmsvoicev2#PutProtectConfigurationRuleSetNumberOverrideRequest": { + "type": "structure", + "members": { + "ClientToken": { + "target": "com.amazonaws.pinpointsmsvoicev2#ClientToken", + "traits": { + "smithy.api#documentation": "

Unique, case-sensitive identifier that you provide to ensure the idempotency of the\n request. If you don't specify a client token, a randomly generated token is used for the\n request to ensure idempotency.

", + "smithy.api#idempotencyToken": {} + } + }, + "ProtectConfigurationId": { + "target": "com.amazonaws.pinpointsmsvoicev2#ProtectConfigurationIdOrArn", + "traits": { + "smithy.api#documentation": "

The unique identifier for the protect configuration.

", + "smithy.api#required": {} + } + }, + "DestinationPhoneNumber": { + "target": "com.amazonaws.pinpointsmsvoicev2#PhoneNumber", + "traits": { + "smithy.api#documentation": "

The destination phone number in E.164 format.

", + "smithy.api#required": {} + } + }, + "Action": { + "target": "com.amazonaws.pinpointsmsvoicev2#ProtectConfigurationRuleOverrideAction", + "traits": { + "smithy.api#documentation": "

The action for the rule to either block or allow messages to the destination phone number.

", + "smithy.api#required": {} + } + }, + "ExpirationTimestamp": { + "target": "smithy.api#Timestamp", + "traits": { + "smithy.api#documentation": "

The time the rule will expire at. If ExpirationTimestamp is not set then the rule does not expire.

" + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.pinpointsmsvoicev2#PutProtectConfigurationRuleSetNumberOverrideResult": { + "type": "structure", + "members": { + "ProtectConfigurationArn": { + "target": "com.amazonaws.pinpointsmsvoicev2#ProtectConfigurationArn", + "traits": { + "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the protect configuration.

", + "smithy.api#required": {} + } + }, + "ProtectConfigurationId": { + "target": "com.amazonaws.pinpointsmsvoicev2#ProtectConfigurationId", + "traits": { + "smithy.api#documentation": "

The unique identifier for the protect configuration.

", + "smithy.api#required": {} + } + }, + "DestinationPhoneNumber": { + "target": "com.amazonaws.pinpointsmsvoicev2#PhoneNumber", + "traits": { + "smithy.api#documentation": "

The destination phone number in E.164 format.

", + "smithy.api#required": {} + } + }, + "CreatedTimestamp": { + "target": "smithy.api#Timestamp", + "traits": { + "smithy.api#documentation": "

The time when the rule was created, in UNIX epoch time format.

", + "smithy.api#required": {} + } + }, + "Action": { + "target": "com.amazonaws.pinpointsmsvoicev2#ProtectConfigurationRuleOverrideAction", + "traits": { + "smithy.api#documentation": "

The action for the rule to take.

", + "smithy.api#required": {} + } + }, + "IsoCountryCode": { + "target": "com.amazonaws.pinpointsmsvoicev2#IsoCountryCode", + "traits": { + "smithy.api#documentation": "

The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.

" + } + }, + "ExpirationTimestamp": { + "target": "smithy.api#Timestamp", + "traits": { + "smithy.api#documentation": "

The time the rule will expire at.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, "com.amazonaws.pinpointsmsvoicev2#PutRegistrationFieldValue": { "type": "operation", "input": { @@ -10831,6 +11439,10 @@ { "value": "policy", "name": "POLICY" + }, + { + "value": "message", + "name": "MESSAGE" } ] } @@ -11119,7 +11731,7 @@ "TimeToLive": { "target": "com.amazonaws.pinpointsmsvoicev2#TimeToLive", "traits": { - "smithy.api#documentation": "

How long the text message is valid for. By default this is 72 hours.

" + "smithy.api#documentation": "

How long the media message is valid for. By default this is 72 hours.

" } }, "Context": { @@ -11140,6 +11752,12 @@ "traits": { "smithy.api#documentation": "

The unique identifier of the protect configuration to use.

" } + }, + "MessageFeedbackEnabled": { + "target": "smithy.api#Boolean", + "traits": { + "smithy.api#documentation": "

Set to true to enable message feedback for the message. When a user receives the message you need to update the message status using PutMessageFeedback.

" + } } }, "traits": { @@ -11271,6 +11889,12 @@ "traits": { "smithy.api#documentation": "

The unique identifier for the protect configuration.

" } + }, + "MessageFeedbackEnabled": { + "target": "smithy.api#Boolean", + "traits": { + "smithy.api#documentation": "

Set to true to enable message feedback for the message. When a user receives the message you need to update the message status using PutMessageFeedback.

" + } } }, "traits": { @@ -11397,6 +12021,12 @@ "traits": { "smithy.api#documentation": "

The unique identifier for the protect configuration.

" } + }, + "MessageFeedbackEnabled": { + "target": "smithy.api#Boolean", + "traits": { + "smithy.api#documentation": "

Set to true to enable message feedback for the message. When a user receives the message you need to update the message status using PutMessageFeedback.

" + } } }, "traits": { @@ -11784,6 +12414,83 @@ "smithy.api#output": {} } }, + "com.amazonaws.pinpointsmsvoicev2#SetDefaultMessageFeedbackEnabled": { + "type": "operation", + "input": { + "target": "com.amazonaws.pinpointsmsvoicev2#SetDefaultMessageFeedbackEnabledRequest" + }, + "output": { + "target": "com.amazonaws.pinpointsmsvoicev2#SetDefaultMessageFeedbackEnabledResult" + }, + "errors": [ + { + "target": "com.amazonaws.pinpointsmsvoicev2#AccessDeniedException" + }, + { + "target": "com.amazonaws.pinpointsmsvoicev2#InternalServerException" + }, + { + "target": "com.amazonaws.pinpointsmsvoicev2#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.pinpointsmsvoicev2#ThrottlingException" + }, + { + "target": "com.amazonaws.pinpointsmsvoicev2#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "

Sets a configuration set's default for message feedback.

" + } + }, + "com.amazonaws.pinpointsmsvoicev2#SetDefaultMessageFeedbackEnabledRequest": { + "type": "structure", + "members": { + "ConfigurationSetName": { + "target": "com.amazonaws.pinpointsmsvoicev2#ConfigurationSetNameOrArn", + "traits": { + "smithy.api#documentation": "

The name of the configuration set to use. This can be either the ConfigurationSetName\n or ConfigurationSetArn.

", + "smithy.api#required": {} + } + }, + "MessageFeedbackEnabled": { + "target": "smithy.api#Boolean", + "traits": { + "smithy.api#documentation": "

Set to true to enable message feedback.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#input": {} + } + }, + "com.amazonaws.pinpointsmsvoicev2#SetDefaultMessageFeedbackEnabledResult": { + "type": "structure", + "members": { + "ConfigurationSetArn": { + "target": "smithy.api#String", + "traits": { + "smithy.api#documentation": "

The arn of the configuration set.

" + } + }, + "ConfigurationSetName": { + "target": "com.amazonaws.pinpointsmsvoicev2#ConfigurationSetName", + "traits": { + "smithy.api#documentation": "

The name of the configuration.

" + } + }, + "MessageFeedbackEnabled": { + "target": "smithy.api#Boolean", + "traits": { + "smithy.api#documentation": "

True if message feedback is enabled.

" + } + } + }, + "traits": { + "smithy.api#output": {} + } + }, "com.amazonaws.pinpointsmsvoicev2#SetDefaultMessageType": { "type": "operation", "input": { diff --git a/codegen/sdk-codegen/aws-models/polly.json b/codegen/sdk-codegen/aws-models/polly.json index c5ade3bce3f..d7148ba01e3 100644 --- a/codegen/sdk-codegen/aws-models/polly.json +++ b/codegen/sdk-codegen/aws-models/polly.json @@ -2246,7 +2246,7 @@ "documentation": "Stores a pronunciation lexicon in an AWS Region.", "input": { "Name": "W3C", - "Content": "file://example.pls" + "Content": "" }, "output": {} } diff --git a/codegen/sdk-codegen/aws-models/route53resolver.json b/codegen/sdk-codegen/aws-models/route53resolver.json index 531e53abe8d..2701e9de7ba 100644 --- a/codegen/sdk-codegen/aws-models/route53resolver.json +++ b/codegen/sdk-codegen/aws-models/route53resolver.json @@ -493,6 +493,29 @@ "smithy.api#default": false } }, + "com.amazonaws.route53resolver#ConfidenceThreshold": { + "type": "enum", + "members": { + "LOW": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "LOW" + } + }, + "MEDIUM": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "MEDIUM" + } + }, + "HIGH": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "HIGH" + } + } + } + }, "com.amazonaws.route53resolver#ConflictException": { "type": "structure", "members": { @@ -708,8 +731,7 @@ "FirewallDomainListId": { "target": "com.amazonaws.route53resolver#ResourceId", "traits": { - "smithy.api#documentation": "

The ID of the domain list that you want to use in the rule.

", - "smithy.api#required": {} + "smithy.api#documentation": "

The ID of the domain list that you want to use in the rule. Can't be used together with DnsThreatProtecton.

" } }, "Priority": { @@ -722,7 +744,7 @@ "Action": { "target": "com.amazonaws.route53resolver#Action", "traits": { - "smithy.api#documentation": "

The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain list:

\n ", + "smithy.api#documentation": "

The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain list, or a threat in a DNS Firewall Advanced rule:

\n ", "smithy.api#required": {} } }, @@ -760,7 +782,7 @@ "FirewallDomainRedirectionAction": { "target": "com.amazonaws.route53resolver#FirewallDomainRedirectionAction", "traits": { - "smithy.api#documentation": "

\n\t\t\tHow you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME. \n\t\t

\n

\n Inspect_Redirection_Domain (Default) inspects all domains in the redirection chain. The individual domains in the redirection chain must be \n\t\t\tadded to the domain list.

\n

\n Trust_Redirection_Domain inspects only the first domain in the redirection chain. You don't need to add the subsequent domains in the domain in the redirection list to \n\t\t\tthe domain list.

" + "smithy.api#documentation": "

\n\t\t\tHow you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME. \n\t\t

\n

\n INSPECT_REDIRECTION_DOMAIN: (Default) inspects all domains in the redirection chain. The individual domains in the redirection chain must be \n\t\t\tadded to the domain list.

\n

\n TRUST_REDIRECTION_DOMAIN: Inspects only the first domain in the redirection chain. You don't need to add the subsequent domains in the domain in the redirection list to \n\t\t\tthe domain list.

" } }, "Qtype": { @@ -768,6 +790,18 @@ "traits": { "smithy.api#documentation": "

\n\t\t\tThe DNS query type you want the rule to evaluate. Allowed values are;\n\t\t

\n " } + }, + "DnsThreatProtection": { + "target": "com.amazonaws.route53resolver#DnsThreatProtection", + "traits": { + "smithy.api#documentation": "

\n\t\t\tUse to create a DNS Firewall Advanced rule.\n\t\t

" + } + }, + "ConfidenceThreshold": { + "target": "com.amazonaws.route53resolver#ConfidenceThreshold", + "traits": { + "smithy.api#documentation": "

\n\t\t\tThe confidence threshold for DNS Firewall Advanced. You must provide this value when you create a DNS Firewall Advanced rule. The confidence\n\t\t\tlevel values mean:\n\t\t

\n " + } } }, "traits": { @@ -1288,6 +1322,9 @@ }, { "target": "com.amazonaws.route53resolver#ThrottlingException" + }, + { + "target": "com.amazonaws.route53resolver#ValidationException" } ], "traits": { @@ -1368,8 +1405,13 @@ "FirewallDomainListId": { "target": "com.amazonaws.route53resolver#ResourceId", "traits": { - "smithy.api#documentation": "

The ID of the domain list that's used in the rule.

", - "smithy.api#required": {} + "smithy.api#documentation": "

The ID of the domain list that's used in the rule.

" + } + }, + "FirewallThreatProtectionId": { + "target": "com.amazonaws.route53resolver#ResourceId", + "traits": { + "smithy.api#documentation": "

\n\t\t\tThe ID that is created for a DNS Firewall Advanced rule.\n\t\t

" } }, "Qtype": { @@ -1903,6 +1945,23 @@ "smithy.api#output": {} } }, + "com.amazonaws.route53resolver#DnsThreatProtection": { + "type": "enum", + "members": { + "DGA": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DGA" + } + }, + "DNS_TUNNELING": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DNS_TUNNELING" + } + } + } + }, "com.amazonaws.route53resolver#DomainListFileUrl": { "type": "string", "traits": { @@ -2254,7 +2313,7 @@ "FirewallRuleGroupId": { "target": "com.amazonaws.route53resolver#ResourceId", "traits": { - "smithy.api#documentation": "

The unique identifier of the firewall rule group of the rule.

" + "smithy.api#documentation": "

The unique identifier of the Firewall rule group of the rule.

" } }, "FirewallDomainListId": { @@ -2263,6 +2322,12 @@ "smithy.api#documentation": "

The ID of the domain list that's used in the rule.

" } }, + "FirewallThreatProtectionId": { + "target": "com.amazonaws.route53resolver#ResourceId", + "traits": { + "smithy.api#documentation": "

\n\t\t\tID of the DNS Firewall Advanced rule.\n\t\t

" + } + }, "Name": { "target": "com.amazonaws.route53resolver#Name", "traits": { @@ -2278,7 +2343,7 @@ "Action": { "target": "com.amazonaws.route53resolver#Action", "traits": { - "smithy.api#documentation": "

The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain list:

\n " + "smithy.api#documentation": "

The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain list, or a threat in a DNS Firewall Advanced rule:

\n " } }, "BlockResponse": { @@ -2326,7 +2391,7 @@ "FirewallDomainRedirectionAction": { "target": "com.amazonaws.route53resolver#FirewallDomainRedirectionAction", "traits": { - "smithy.api#documentation": "

\n\t\t\tHow you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME. \n\t\t

\n

\n Inspect_Redirection_Domain (Default) inspects all domains in the redirection chain. The individual domains in the redirection chain must be \n\t\t\tadded to the domain list.

\n

\n Trust_Redirection_Domain inspects only the first domain in the redirection chain. You don't need to add the subsequent domains in the domain in the redirection list to \n\t\t\tthe domain list.

" + "smithy.api#documentation": "

\n\t\t\tHow you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME. \n\t\t

\n

\n INSPECT_REDIRECTION_DOMAIN: (Default) inspects all domains in the redirection chain. The individual domains in the redirection chain must be \n\t\t\tadded to the domain list.

\n

\n TRUST_REDIRECTION_DOMAIN: Inspects only the first domain in the redirection chain. You don't need to add the subsequent domains in the domain in the redirection list to \n\t\t\tthe domain list.

" } }, "Qtype": { @@ -2334,6 +2399,18 @@ "traits": { "smithy.api#documentation": "

\n\t\t\tThe DNS query type you want the rule to evaluate. Allowed values are;\n\t\t

\n " } + }, + "DnsThreatProtection": { + "target": "com.amazonaws.route53resolver#DnsThreatProtection", + "traits": { + "smithy.api#documentation": "

\n\t\t\tThe type of the DNS Firewall Advanced rule. Valid values are:\n\t\t

\n " + } + }, + "ConfidenceThreshold": { + "target": "com.amazonaws.route53resolver#ConfidenceThreshold", + "traits": { + "smithy.api#documentation": "

\n\t\t\tThe confidence threshold for DNS Firewall Advanced. You must provide this value when you create a DNS Firewall Advanced rule. The confidence\n\t\t\tlevel values mean:\n\t\t

\n " + } } }, "traits": { @@ -4373,7 +4450,7 @@ "Action": { "target": "com.amazonaws.route53resolver#Action", "traits": { - "smithy.api#documentation": "

Optional additional filter for the rules to retrieve.

\n

The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain list:

\n " + "smithy.api#documentation": "

Optional additional filter for the rules to retrieve.

\n

The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain list, or a threat in a DNS Firewall Advanced rule:

\n " } }, "MaxResults": { @@ -6239,7 +6316,7 @@ "Status": { "target": "com.amazonaws.route53resolver#ResolverQueryLogConfigAssociationStatus", "traits": { - "smithy.api#documentation": "

The status of the specified query logging association. Valid values include the following:

\n " + "smithy.api#documentation": "

The status of the specified query logging association. Valid values include the following:

\n " } }, "Error": { @@ -8213,7 +8290,7 @@ "Protocol": { "target": "com.amazonaws.route53resolver#Protocol", "traits": { - "smithy.api#documentation": "

\n\t\t\tThe protocols for the Resolver endpoints. DoH-FIPS is applicable for inbound endpoints only.\n\t\t\t\n\t\t

\n

For an inbound endpoint you can apply the protocols as follows:

\n \n

For an outbound endpoint you can apply the protocols as follows:

\n " + "smithy.api#documentation": "

\n\t\t\tThe protocols for the target address. The protocol you choose needs to be supported by the outbound endpoint of the Resolver rule.

" } }, "ServerNameIndication": { @@ -8608,8 +8685,13 @@ "FirewallDomainListId": { "target": "com.amazonaws.route53resolver#ResourceId", "traits": { - "smithy.api#documentation": "

The ID of the domain list to use in the rule.

", - "smithy.api#required": {} + "smithy.api#documentation": "

The ID of the domain list to use in the rule.

" + } + }, + "FirewallThreatProtectionId": { + "target": "com.amazonaws.route53resolver#ResourceId", + "traits": { + "smithy.api#documentation": "

\n\t\t\tThe DNS Firewall Advanced rule ID.\n\t\t

" } }, "Priority": { @@ -8621,7 +8703,7 @@ "Action": { "target": "com.amazonaws.route53resolver#Action", "traits": { - "smithy.api#documentation": "

The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain list:

\n " + "smithy.api#documentation": "

The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain list, or a threat in a DNS Firewall Advanced rule:

\n " } }, "BlockResponse": { @@ -8657,7 +8739,7 @@ "FirewallDomainRedirectionAction": { "target": "com.amazonaws.route53resolver#FirewallDomainRedirectionAction", "traits": { - "smithy.api#documentation": "

\n\t\t\tHow you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME. \n\t\t

\n

\n Inspect_Redirection_Domain (Default) inspects all domains in the redirection chain. The individual domains in the redirection chain must be \n\t\t\tadded to the domain list.

\n

\n Trust_Redirection_Domain inspects only the first domain in the redirection chain. You don't need to add the subsequent domains in the domain in the redirection list to \n\t\t\tthe domain list.

" + "smithy.api#documentation": "

\n\t\t\tHow you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME. \n\t\t

\n

\n INSPECT_REDIRECTION_DOMAIN: (Default) inspects all domains in the redirection chain. The individual domains in the redirection chain must be \n\t\t\tadded to the domain list.

\n

\n TRUST_REDIRECTION_DOMAIN: Inspects only the first domain in the redirection chain. You don't need to add the subsequent domains in the domain in the redirection list to \n\t\t\tthe domain list.

" } }, "Qtype": { @@ -8665,6 +8747,18 @@ "traits": { "smithy.api#documentation": "

\n\t\t\tThe DNS query type you want the rule to evaluate. Allowed values are;\n\t\t

\n " } + }, + "DnsThreatProtection": { + "target": "com.amazonaws.route53resolver#DnsThreatProtection", + "traits": { + "smithy.api#documentation": "

\n\t\t\tThe type of the DNS Firewall Advanced rule. Valid values are:\n\t\t

\n " + } + }, + "ConfidenceThreshold": { + "target": "com.amazonaws.route53resolver#ConfidenceThreshold", + "traits": { + "smithy.api#documentation": "

\n\t\t\tThe confidence threshold for DNS Firewall Advanced. You must provide this value when you create a DNS Firewall Advanced rule. The confidence\n\t\t\tlevel values mean:\n\t\t

\n " + } } }, "traits": {