Skip to content

Commit 513be99

Browse files
Release Model Changes:
5dd2b6ba-e380-40c9-9c13-899ab0bed5b9 2792c8b3-842a-478d-bf3b-645f33f9fd6b 55abeca8-1000-4335-851e-3d5f6a764e3c f431ff19-4b3c-42a2-a03f-3764ffa0bb9a 4f1b0f11-8d4b-4b10-98c0-4b77c0fa9aa7
1 parent 8bca88a commit 513be99

File tree

6 files changed

+1779
-148
lines changed

6 files changed

+1779
-148
lines changed

gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
model.all.version=1.0.170
1+
model.all.version=1.0.171
22
model.accessanalyzer.version=1.0.4
33
model.account.version=1.0.3
44
model.acm.version=1.0.3
@@ -68,7 +68,7 @@ model.cloudsearch.version=1.0.2
6868
model.cloudsearch-domain.version=1.0.2
6969
model.cloudtrail.version=1.0.4
7070
model.cloudtrail-data.version=1.0.2
71-
model.cloudwatch.version=1.0.5
71+
model.cloudwatch.version=1.0.6
7272
model.cloudwatch-events.version=1.0.2
7373
model.cloudwatch-logs.version=1.0.12
7474
model.codeartifact.version=1.0.2
@@ -90,7 +90,7 @@ model.comprehend.version=1.0.2
9090
model.comprehendmedical.version=1.0.2
9191
model.compute-optimizer.version=1.0.4
9292
model.config-service.version=1.0.8
93-
model.connect.version=1.0.30
93+
model.connect.version=1.0.31
9494
model.connect-contact-lens.version=1.0.2
9595
model.connectcampaigns.version=1.0.2
9696
model.connectcampaignsv2.version=1.0.6
@@ -124,7 +124,7 @@ model.dsql.version=1.0.5
124124
model.dynamodb.version=1.0.9
125125
model.dynamodb-streams.version=1.0.4
126126
model.ebs.version=1.0.2
127-
model.ec2.version=1.0.65
127+
model.ec2.version=1.0.66
128128
model.ec2-instance-connect.version=1.0.2
129129
model.ecr.version=1.0.8
130130
model.ecr-public.version=1.0.2
@@ -173,7 +173,7 @@ model.identitystore.version=1.0.5
173173
model.imagebuilder.version=1.0.7
174174
model.inspector.version=1.0.2
175175
model.inspector-scan.version=1.0.3
176-
model.inspector2.version=1.0.7
176+
model.inspector2.version=1.0.8
177177
model.internetmonitor.version=1.0.2
178178
model.invoicing.version=1.0.6
179179
model.iot.version=1.0.6
@@ -319,7 +319,7 @@ model.s3.version=1.0.13
319319
model.s3-control.version=1.0.8
320320
model.s3outposts.version=1.0.2
321321
model.s3tables.version=1.0.9
322-
model.sagemaker.version=1.0.38
322+
model.sagemaker.version=1.0.39
323323
model.sagemaker-a2i-runtime.version=1.0.2
324324
model.sagemaker-edge.version=1.0.2
325325
model.sagemaker-featurestore-runtime.version=1.0.2

models/cloudwatch/service/2010-08-01/cloudwatch-2010-08-01.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@
711711
"traits": {
712712
"smithy.api#length": {
713713
"min": 1,
714-
"max": 1024
714+
"max": 16
715715
}
716716
}
717717
},
@@ -2146,6 +2146,18 @@
21462146
"traits": {
21472147
"smithy.api#enumValue": "PARTIAL_DATA"
21482148
}
2149+
},
2150+
"EVALUATION_FAILURE": {
2151+
"target": "smithy.api#Unit",
2152+
"traits": {
2153+
"smithy.api#enumValue": "EVALUATION_FAILURE"
2154+
}
2155+
},
2156+
"EVALUATION_ERROR": {
2157+
"target": "smithy.api#Unit",
2158+
"traits": {
2159+
"smithy.api#enumValue": "EVALUATION_ERROR"
2160+
}
21492161
}
21502162
}
21512163
},
@@ -4909,7 +4921,7 @@
49094921
"EvaluationState": {
49104922
"target": "com.amazonaws.cloudwatch#EvaluationState",
49114923
"traits": {
4912-
"smithy.api#documentation": "<p>If the value of this field is <code>PARTIAL_DATA</code>, 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 <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Create_Metrics_Insights_Alarm.html\">Create\n alarms on Metrics Insights queries</a>.</p>"
4924+
"smithy.api#documentation": "<p>If the value of this field is <code>PARTIAL_DATA</code>, it indicates that not all the available data was able to be retrieved due to quota limitations. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Create_Metrics_Insights_Alarm.html\">Create\n alarms on Metrics Insights queries</a>.</p>\n <p>If the value of this field is <code>EVALUATION_ERROR</code>, it indicates configuration errors in alarm setup that require review and correction. Refer to StateReason field of the alarm for more details.</p>\n <p>If the value of this field is <code>EVALUATION_FAILURE</code>, it indicates temporary CloudWatch issues. We recommend manual monitoring until the issue is resolved </p>"
49134925
}
49144926
},
49154927
"StateTransitionedTimestamp": {

0 commit comments

Comments
 (0)