From 1ac4adda4fb31aeca5db9e309a428d62ba85bf90 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Wed, 16 Aug 2023 18:25:56 +0000 Subject: [PATCH] Regenerated Clients --- .../4ee4cc12921b466fbfa28eae8523728f.json | 8 +++++ .../b2905714aa6e4769ba2ede1a3c7f7a85.json | 8 +++++ service/cloudwatch/api_op_DescribeAlarms.go | 6 +++- .../cloudwatch/api_op_GetInsightRuleReport.go | 4 +-- service/cloudwatch/api_op_PutMetricAlarm.go | 35 +++++++++++++------ 5 files changed, 48 insertions(+), 13 deletions(-) create mode 100644 .changelog/4ee4cc12921b466fbfa28eae8523728f.json create mode 100644 .changelog/b2905714aa6e4769ba2ede1a3c7f7a85.json diff --git a/.changelog/4ee4cc12921b466fbfa28eae8523728f.json b/.changelog/4ee4cc12921b466fbfa28eae8523728f.json new file mode 100644 index 00000000000..39591f9d7eb --- /dev/null +++ b/.changelog/4ee4cc12921b466fbfa28eae8523728f.json @@ -0,0 +1,8 @@ +{ + "id": "4ee4cc12-921b-466f-bfa2-8eae8523728f", + "type": "feature", + "description": "This release updates the Custom Vocabulary Weight field to support a value of 0.", + "modules": [ + "service/lexmodelsv2" + ] +} \ No newline at end of file diff --git a/.changelog/b2905714aa6e4769ba2ede1a3c7f7a85.json b/.changelog/b2905714aa6e4769ba2ede1a3c7f7a85.json new file mode 100644 index 00000000000..b7bef6cdfaa --- /dev/null +++ b/.changelog/b2905714aa6e4769ba2ede1a3c7f7a85.json @@ -0,0 +1,8 @@ +{ + "id": "b2905714-aa6e-4769-ba2e-de1a3c7f7a85", + "type": "documentation", + "description": "Doc-only update to incorporate several doc bug fixes", + "modules": [ + "service/cloudwatch" + ] +} \ No newline at end of file diff --git a/service/cloudwatch/api_op_DescribeAlarms.go b/service/cloudwatch/api_op_DescribeAlarms.go index 89e10ff415c..af10096753c 100644 --- a/service/cloudwatch/api_op_DescribeAlarms.go +++ b/service/cloudwatch/api_op_DescribeAlarms.go @@ -59,7 +59,11 @@ type DescribeAlarmsInput struct { // Use this parameter to specify whether you want the operation to return metric // alarms or composite alarms. If you omit this parameter, only metric alarms are - // returned. + // returned, even if composite alarms exist in the account. For example, if you + // omit this parameter or specify MetricAlarms , the operation returns only a list + // of metric alarms. It does not return any composite alarms, even if composite + // alarms exist in the account. If you specify CompositeAlarms , the operation + // returns only a list of composite alarms, and does not return any metric alarms. AlarmTypes []types.AlarmType // If you use this parameter and specify the name of a composite alarm, the diff --git a/service/cloudwatch/api_op_GetInsightRuleReport.go b/service/cloudwatch/api_op_GetInsightRuleReport.go index 3ce40be153b..ce6213bbc1d 100644 --- a/service/cloudwatch/api_op_GetInsightRuleReport.go +++ b/service/cloudwatch/api_op_GetInsightRuleReport.go @@ -103,8 +103,8 @@ type GetInsightRuleReportInput struct { // represented by that data point. Metrics []string - // Determines what statistic to use to rank the contributors. Valid values are SUM - // and MAXIMUM. + // Determines what statistic to use to rank the contributors. Valid values are Sum + // and Maximum . OrderBy *string noSmithyDocumentSerde diff --git a/service/cloudwatch/api_op_PutMetricAlarm.go b/service/cloudwatch/api_op_PutMetricAlarm.go index 0dab588010c..c0e8f649bcd 100644 --- a/service/cloudwatch/api_op_PutMetricAlarm.go +++ b/service/cloudwatch/api_op_PutMetricAlarm.go @@ -145,10 +145,24 @@ type PutMetricAlarmInput struct { // . Valid Values: evaluate | ignore EvaluateLowSampleCountPercentile *string - // The percentile statistic for the metric specified in MetricName . Specify a - // value between p0.0 and p100. When you call PutMetricAlarm and specify a - // MetricName , you must specify either Statistic or ExtendedStatistic, but not - // both. + // The extended statistic for the metric specified in MetricName . When you call + // PutMetricAlarm and specify a MetricName , you must specify either Statistic or + // ExtendedStatistic but not both. If you specify ExtendedStatistic , the following + // are valid values: + // - p90 + // - tm90 + // - tc90 + // - ts90 + // - wm90 + // - IQM + // - PR(n:m) where n and m are values of the metric + // - TC(X%:X%) where X is between 10 and 90 inclusive. + // - TM(X%:X%) where X is between 10 and 90 inclusive. + // - TS(X%:X%) where X is between 10 and 90 inclusive. + // - WM(X%:X%) where X is between 10 and 90 inclusive. + // For more information about these extended statistics, see CloudWatch statistics + // definitions (https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Statistics-definitions.html) + // . ExtendedStatistic *string // The actions to execute when this alarm transitions to the INSUFFICIENT_DATA @@ -248,12 +262,13 @@ type PutMetricAlarmInput struct { Statistic types.Statistic // A list of key-value pairs to associate with the alarm. You can associate as - // many as 50 tags with an alarm. Tags can help you organize and categorize your - // resources. You can also use them to scope user permissions by granting a user - // permission to access or change only resources with certain tag values. If you - // are using this operation to update an existing alarm, any tags you specify in - // this parameter are ignored. To change the tags of an existing alarm, use - // TagResource (https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_TagResource.html) + // many as 50 tags with an alarm. To be able to associate tags with the alarm when + // you create the alarm, you must have the cloudwatch:TagResource permission. Tags + // can help you organize and categorize your resources. You can also use them to + // scope user permissions by granting a user permission to access or change only + // resources with certain tag values. If you are using this operation to update an + // existing alarm, any tags you specify in this parameter are ignored. To change + // the tags of an existing alarm, use TagResource (https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_TagResource.html) // or UntagResource (https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_UntagResource.html) // . Tags []types.Tag