Skip to content

Commit 7988d4c

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent 9d81b36 commit 7988d4c

File tree

30 files changed

+650
-93
lines changed

30 files changed

+650
-93
lines changed

apis/location/2020-11-19/api-2.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1513,6 +1513,18 @@
15131513
"Weight":{"shape":"TruckWeight"}
15141514
}
15151515
},
1516+
"Circle":{
1517+
"type":"structure",
1518+
"required":[
1519+
"Center",
1520+
"Radius"
1521+
],
1522+
"members":{
1523+
"Center":{"shape":"Position"},
1524+
"Radius":{"shape":"Double"}
1525+
},
1526+
"sensitive":true
1527+
},
15161528
"ConflictException":{
15171529
"type":"structure",
15181530
"required":["Message"],
@@ -2058,6 +2070,7 @@
20582070
"GeofenceGeometry":{
20592071
"type":"structure",
20602072
"members":{
2073+
"Circle":{"shape":"Circle"},
20612074
"Polygon":{"shape":"LinearRings"}
20622075
}
20632076
},

apis/location/2020-11-19/docs-2.json

Lines changed: 22 additions & 14 deletions
Large diffs are not rendered by default.

apis/monitoring/2010-08-01/api-2.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,13 +1119,13 @@
11191119
},
11201120
"DimensionValue":{
11211121
"type":"string",
1122-
"max":255,
1122+
"max":1024,
11231123
"min":1
11241124
},
11251125
"Dimensions":{
11261126
"type":"list",
11271127
"member":{"shape":"Dimension"},
1128-
"max":10
1128+
"max":30
11291129
},
11301130
"DisableAlarmActionsInput":{
11311131
"type":"structure",
@@ -1182,10 +1182,7 @@
11821182
"min":1
11831183
},
11841184
"ExceptionType":{"type":"string"},
1185-
"ExtendedStatistic":{
1186-
"type":"string",
1187-
"pattern":"p(\\d{1,2}(\\.\\d{0,2})?|100)"
1188-
},
1185+
"ExtendedStatistic":{"type":"string"},
11891186
"ExtendedStatistics":{
11901187
"type":"list",
11911188
"member":{"shape":"ExtendedStatistic"},
@@ -1790,7 +1787,7 @@
17901787
},
17911788
"MetricExpression":{
17921789
"type":"string",
1793-
"max":1024,
1790+
"max":2048,
17941791
"min":1
17951792
},
17961793
"MetricId":{

apis/monitoring/2010-08-01/docs-2.json

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

apis/sagemaker-a2i-runtime/2019-11-07/api-2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"metadata":{
44
"apiVersion":"2019-11-07",
55
"endpointPrefix":"a2i-runtime.sagemaker",
6-
"jsonVersion":"1.1",
76
"protocol":"rest-json",
87
"serviceFullName":"Amazon Augmented AI Runtime",
98
"serviceId":"SageMaker A2I Runtime",
@@ -353,7 +352,10 @@
353352
"error":{"httpStatusCode":429},
354353
"exception":true
355354
},
356-
"Timestamp":{"type":"timestamp"},
355+
"Timestamp":{
356+
"type":"timestamp",
357+
"timestampFormat":"iso8601"
358+
},
357359
"ValidationException":{
358360
"type":"structure",
359361
"members":{

apis/sagemaker/2017-07-24/api-2.json

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9575,7 +9575,6 @@
95759575
"AlgorithmSpecification",
95769576
"RoleArn",
95779577
"OutputDataConfig",
9578-
"ResourceConfig",
95799578
"StoppingCondition"
95809579
],
95819580
"members":{
@@ -9594,7 +9593,8 @@
95949593
"EnableInterContainerTrafficEncryption":{"shape":"Boolean"},
95959594
"EnableManagedSpotTraining":{"shape":"Boolean"},
95969595
"CheckpointConfig":{"shape":"CheckpointConfig"},
9597-
"RetryStrategy":{"shape":"RetryStrategy"}
9596+
"RetryStrategy":{"shape":"RetryStrategy"},
9597+
"HyperParameterTuningResourceConfig":{"shape":"HyperParameterTuningResourceConfig"}
95989598
}
95999599
},
96009600
"HyperParameterTrainingJobDefinitionName":{
@@ -9637,6 +9637,29 @@
96379637
"ObjectiveStatus":{"shape":"ObjectiveStatus"}
96389638
}
96399639
},
9640+
"HyperParameterTuningAllocationStrategy":{
9641+
"type":"string",
9642+
"enum":["Prioritized"]
9643+
},
9644+
"HyperParameterTuningInstanceConfig":{
9645+
"type":"structure",
9646+
"required":[
9647+
"InstanceType",
9648+
"InstanceCount",
9649+
"VolumeSizeInGB"
9650+
],
9651+
"members":{
9652+
"InstanceType":{"shape":"TrainingInstanceType"},
9653+
"InstanceCount":{"shape":"TrainingInstanceCount"},
9654+
"VolumeSizeInGB":{"shape":"VolumeSizeInGB"}
9655+
}
9656+
},
9657+
"HyperParameterTuningInstanceConfigs":{
9658+
"type":"list",
9659+
"member":{"shape":"HyperParameterTuningInstanceConfig"},
9660+
"max":6,
9661+
"min":1
9662+
},
96409663
"HyperParameterTuningJobArn":{
96419664
"type":"string",
96429665
"max":256,
@@ -9756,6 +9779,17 @@
97569779
"TransferLearning"
97579780
]
97589781
},
9782+
"HyperParameterTuningResourceConfig":{
9783+
"type":"structure",
9784+
"members":{
9785+
"InstanceType":{"shape":"TrainingInstanceType"},
9786+
"InstanceCount":{"shape":"TrainingInstanceCount"},
9787+
"VolumeSizeInGB":{"shape":"OptionalVolumeSizeInGB"},
9788+
"VolumeKmsKeyId":{"shape":"KmsKeyId"},
9789+
"AllocationStrategy":{"shape":"HyperParameterTuningAllocationStrategy"},
9790+
"InstanceConfigs":{"shape":"HyperParameterTuningInstanceConfigs"}
9791+
}
9792+
},
97599793
"HyperParameterValue":{
97609794
"type":"string",
97619795
"max":2500,

apis/sagemaker/2017-07-24/docs-2.json

Lines changed: 35 additions & 4 deletions
Large diffs are not rendered by default.

gems/aws-sdk-augmentedairuntime/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

4+
1.23.0 (2022-08-09)
5+
------------------
6+
7+
* Feature - Fix bug with parsing ISO-8601 CreationTime in Java SDK in DescribeHumanLoop
8+
49
1.22.0 (2022-02-24)
510
------------------
611

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.22.0
1+
1.23.0

gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
# @!group service
4949
module Aws::AugmentedAIRuntime
5050

51-
GEM_VERSION = '1.22.0'
51+
GEM_VERSION = '1.23.0'
5252

5353
end

0 commit comments

Comments
 (0)