Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit b7c0f67

Browse files
Release v1.44.268 (2023-05-23) (#4852)
Release v1.44.268 (2023-05-23) === ### Service Client Updates * `service/fms`: Updates service API * `service/sagemaker`: Updates service API and documentation * Added ModelNameEquals, ModelPackageVersionArnEquals in request and ModelName, SamplePayloadUrl, ModelPackageVersionArn in response of ListInferenceRecommendationsJobs API. Added Invocation timestamps in response of DescribeInferenceRecommendationsJob API & ListInferenceRecommendationsJobSteps API. * `service/translate`: Updates service API and documentation
1 parent 4b1b9ad commit b7c0f67

File tree

16 files changed

+1200
-863
lines changed

16 files changed

+1200
-863
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Release v1.44.268 (2023-05-23)
2+
===
3+
4+
### Service Client Updates
5+
* `service/fms`: Updates service API
6+
* `service/sagemaker`: Updates service API and documentation
7+
* Added ModelNameEquals, ModelPackageVersionArnEquals in request and ModelName, SamplePayloadUrl, ModelPackageVersionArn in response of ListInferenceRecommendationsJobs API. Added Invocation timestamps in response of DescribeInferenceRecommendationsJob API & ListInferenceRecommendationsJobSteps API.
8+
* `service/translate`: Updates service API and documentation
9+
110
Release v1.44.267 (2023-05-22)
211
===
312

aws/endpoints/defaults.go

Lines changed: 59 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.267"
8+
const SDKVersion = "1.44.268"

models/apis/fms/2018-01-01/api-2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@
196196
{"shape":"InvalidOperationException"},
197197
{"shape":"InvalidInputException"},
198198
{"shape":"ResourceNotFoundException"},
199-
{"shape":"InternalErrorException"}
199+
{"shape":"InternalErrorException"},
200+
{"shape":"LimitExceededException"}
200201
]
201202
},
202203
"GetAppsList":{
@@ -340,7 +341,8 @@
340341
"errors":[
341342
{"shape":"InvalidOperationException"},
342343
{"shape":"ResourceNotFoundException"},
343-
{"shape":"InternalErrorException"}
344+
{"shape":"InternalErrorException"},
345+
{"shape":"LimitExceededException"}
344346
]
345347
},
346348
"ListAdminsManagingAccount":{

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

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11879,7 +11879,9 @@
1187911879
"Metrics":{"shape":"RecommendationMetrics"},
1188011880
"EndpointConfiguration":{"shape":"EndpointOutputConfiguration"},
1188111881
"ModelConfiguration":{"shape":"ModelConfiguration"},
11882-
"RecommendationId":{"shape":"String"}
11882+
"RecommendationId":{"shape":"String"},
11883+
"InvocationEndTime":{"shape":"InvocationEndTime"},
11884+
"InvocationStartTime":{"shape":"InvocationStartTime"}
1188311885
}
1188411886
},
1188511887
"InferenceRecommendations":{
@@ -11910,7 +11912,10 @@
1191011912
"CompletionTime":{"shape":"Timestamp"},
1191111913
"RoleArn":{"shape":"RoleArn"},
1191211914
"LastModifiedTime":{"shape":"LastModifiedTime"},
11913-
"FailureReason":{"shape":"FailureReason"}
11915+
"FailureReason":{"shape":"FailureReason"},
11916+
"ModelName":{"shape":"ModelName"},
11917+
"SamplePayloadUrl":{"shape":"S3Uri"},
11918+
"ModelPackageVersionArn":{"shape":"ModelPackageArn"}
1191411919
}
1191511920
},
1191611921
"InferenceRecommendationsJobStep":{
@@ -12139,6 +12144,8 @@
1213912144
"min":0
1214012145
},
1214112146
"IntegerValue":{"type":"integer"},
12147+
"InvocationEndTime":{"type":"timestamp"},
12148+
"InvocationStartTime":{"type":"timestamp"},
1214212149
"InvocationsMaxRetries":{
1214312150
"type":"integer",
1214412151
"max":3,
@@ -13272,7 +13279,9 @@
1327213279
"SortBy":{"shape":"ListInferenceRecommendationsJobsSortBy"},
1327313280
"SortOrder":{"shape":"SortOrder"},
1327413281
"NextToken":{"shape":"NextToken"},
13275-
"MaxResults":{"shape":"MaxResults"}
13282+
"MaxResults":{"shape":"MaxResults"},
13283+
"ModelNameEquals":{"shape":"ModelName"},
13284+
"ModelPackageVersionArnEquals":{"shape":"ModelPackageArn"}
1327613285
}
1327713286
},
1327813287
"ListInferenceRecommendationsJobsResponse":{
@@ -17450,7 +17459,9 @@
1745017459
"EndpointConfiguration":{"shape":"EndpointOutputConfiguration"},
1745117460
"ModelConfiguration":{"shape":"ModelConfiguration"},
1745217461
"FailureReason":{"shape":"RecommendationFailureReason"},
17453-
"EndpointMetrics":{"shape":"InferenceMetrics"}
17462+
"EndpointMetrics":{"shape":"InferenceMetrics"},
17463+
"InvocationEndTime":{"shape":"InvocationEndTime"},
17464+
"InvocationStartTime":{"shape":"InvocationStartTime"}
1745417465
}
1745517466
},
1745617467
"RecommendationJobInputConfig":{

0 commit comments

Comments
 (0)