Skip to content

Commit 1ad2399

Browse files
Release v1.40.31 (2021-08-26) (#4078)
Release v1.40.31 (2021-08-26) === ### Service Client Updates * `service/compute-optimizer`: Updates service API and documentation * `service/ec2`: Updates service API and documentation * Support added for resizing VPC prefix lists * `service/rekognition`: Updates service API and documentation * This release added new attributes to Rekognition RecognizeCelebities and GetCelebrityInfo API operations. * `service/transcribe`: Updates service API and documentation
1 parent f6cc766 commit 1ad2399

File tree

17 files changed

+1173
-397
lines changed

17 files changed

+1173
-397
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Release v1.40.31 (2021-08-26)
2+
===
3+
4+
### Service Client Updates
5+
* `service/compute-optimizer`: Updates service API and documentation
6+
* `service/ec2`: Updates service API and documentation
7+
* Support added for resizing VPC prefix lists
8+
* `service/rekognition`: Updates service API and documentation
9+
* This release added new attributes to Rekognition RecognizeCelebities and GetCelebrityInfo API operations.
10+
* `service/transcribe`: Updates service API and documentation
11+
112
Release v1.40.30 (2021-08-25)
213
===
314

aws/version.go

+1-1
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.40.30"
8+
const SDKVersion = "1.40.31"

models/apis/compute-optimizer/2019-11-01/api-2.json

+94-8
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,23 @@
201201
{"shape":"ThrottlingException"}
202202
]
203203
},
204+
"GetEnrollmentStatusesForOrganization":{
205+
"name":"GetEnrollmentStatusesForOrganization",
206+
"http":{
207+
"method":"POST",
208+
"requestUri":"/"
209+
},
210+
"input":{"shape":"GetEnrollmentStatusesForOrganizationRequest"},
211+
"output":{"shape":"GetEnrollmentStatusesForOrganizationResponse"},
212+
"errors":[
213+
{"shape":"InternalServerException"},
214+
{"shape":"ServiceUnavailableException"},
215+
{"shape":"AccessDeniedException"},
216+
{"shape":"InvalidParameterValueException"},
217+
{"shape":"MissingAuthenticationToken"},
218+
{"shape":"ThrottlingException"}
219+
]
220+
},
204221
"GetLambdaFunctionRecommendations":{
205222
"name":"GetLambdaFunctionRecommendations",
206223
"http":{
@@ -265,6 +282,19 @@
265282
"exception":true,
266283
"synthetic":true
267284
},
285+
"AccountEnrollmentStatus":{
286+
"type":"structure",
287+
"members":{
288+
"accountId":{"shape":"AccountId"},
289+
"status":{"shape":"Status"},
290+
"statusReason":{"shape":"StatusReason"},
291+
"lastUpdatedTimestamp":{"shape":"LastUpdatedTimestamp"}
292+
}
293+
},
294+
"AccountEnrollmentStatuses":{
295+
"type":"list",
296+
"member":{"shape":"AccountEnrollmentStatus"}
297+
},
268298
"AccountId":{"type":"string"},
269299
"AccountIds":{
270300
"type":"list",
@@ -317,6 +347,17 @@
317347
"member":{"shape":"AutoScalingGroupRecommendation"}
318348
},
319349
"Code":{"type":"string"},
350+
"CpuVendorArchitecture":{
351+
"type":"string",
352+
"enum":[
353+
"AWS_ARM64",
354+
"CURRENT"
355+
]
356+
},
357+
"CpuVendorArchitectures":{
358+
"type":"list",
359+
"member":{"shape":"CpuVendorArchitecture"}
360+
},
320361
"CreationTimestamp":{"type":"timestamp"},
321362
"CurrentInstanceType":{"type":"string"},
322363
"DescribeRecommendationExportJobsRequest":{
@@ -382,6 +423,21 @@
382423
"type":"list",
383424
"member":{"shape":"EBSUtilizationMetric"}
384425
},
426+
"EnrollmentFilter":{
427+
"type":"structure",
428+
"members":{
429+
"name":{"shape":"EnrollmentFilterName"},
430+
"values":{"shape":"FilterValues"}
431+
}
432+
},
433+
"EnrollmentFilterName":{
434+
"type":"string",
435+
"enum":["Status"]
436+
},
437+
"EnrollmentFilters":{
438+
"type":"list",
439+
"member":{"shape":"EnrollmentFilter"}
440+
},
385441
"ErrorMessage":{"type":"string"},
386442
"ExportAutoScalingGroupRecommendationsRequest":{
387443
"type":"structure",
@@ -392,7 +448,8 @@
392448
"fieldsToExport":{"shape":"ExportableAutoScalingGroupFields"},
393449
"s3DestinationConfig":{"shape":"S3DestinationConfig"},
394450
"fileFormat":{"shape":"FileFormat"},
395-
"includeMemberAccounts":{"shape":"IncludeMemberAccounts"}
451+
"includeMemberAccounts":{"shape":"IncludeMemberAccounts"},
452+
"recommendationPreferences":{"shape":"RecommendationPreferences"}
396453
}
397454
},
398455
"ExportAutoScalingGroupRecommendationsResponse":{
@@ -436,7 +493,8 @@
436493
"fieldsToExport":{"shape":"ExportableInstanceFields"},
437494
"s3DestinationConfig":{"shape":"S3DestinationConfig"},
438495
"fileFormat":{"shape":"FileFormat"},
439-
"includeMemberAccounts":{"shape":"IncludeMemberAccounts"}
496+
"includeMemberAccounts":{"shape":"IncludeMemberAccounts"},
497+
"recommendationPreferences":{"shape":"RecommendationPreferences"}
440498
}
441499
},
442500
"ExportEC2InstanceRecommendationsResponse":{
@@ -693,7 +751,8 @@
693751
"autoScalingGroupArns":{"shape":"AutoScalingGroupArns"},
694752
"nextToken":{"shape":"NextToken"},
695753
"maxResults":{"shape":"MaxResults"},
696-
"filters":{"shape":"Filters"}
754+
"filters":{"shape":"Filters"},
755+
"recommendationPreferences":{"shape":"RecommendationPreferences"}
697756
}
698757
},
699758
"GetAutoScalingGroupRecommendationsResponse":{
@@ -729,7 +788,8 @@
729788
"nextToken":{"shape":"NextToken"},
730789
"maxResults":{"shape":"MaxResults"},
731790
"filters":{"shape":"Filters"},
732-
"accountIds":{"shape":"AccountIds"}
791+
"accountIds":{"shape":"AccountIds"},
792+
"recommendationPreferences":{"shape":"RecommendationPreferences"}
733793
}
734794
},
735795
"GetEC2InstanceRecommendationsResponse":{
@@ -754,7 +814,8 @@
754814
"stat":{"shape":"MetricStatistic"},
755815
"period":{"shape":"Period"},
756816
"startTime":{"shape":"Timestamp"},
757-
"endTime":{"shape":"Timestamp"}
817+
"endTime":{"shape":"Timestamp"},
818+
"recommendationPreferences":{"shape":"RecommendationPreferences"}
758819
}
759820
},
760821
"GetEC2RecommendationProjectedMetricsResponse":{
@@ -773,7 +834,24 @@
773834
"members":{
774835
"status":{"shape":"Status"},
775836
"statusReason":{"shape":"StatusReason"},
776-
"memberAccountsEnrolled":{"shape":"MemberAccountsEnrolled"}
837+
"memberAccountsEnrolled":{"shape":"MemberAccountsEnrolled"},
838+
"lastUpdatedTimestamp":{"shape":"LastUpdatedTimestamp"},
839+
"numberOfMemberAccountsOptedIn":{"shape":"NumberOfMemberAccountsOptedIn"}
840+
}
841+
},
842+
"GetEnrollmentStatusesForOrganizationRequest":{
843+
"type":"structure",
844+
"members":{
845+
"filters":{"shape":"EnrollmentFilters"},
846+
"nextToken":{"shape":"NextToken"},
847+
"maxResults":{"shape":"MaxResults"}
848+
}
849+
},
850+
"GetEnrollmentStatusesForOrganizationResponse":{
851+
"type":"structure",
852+
"members":{
853+
"accountEnrollmentStatuses":{"shape":"AccountEnrollmentStatuses"},
854+
"nextToken":{"shape":"NextToken"}
777855
}
778856
},
779857
"GetLambdaFunctionRecommendationsRequest":{
@@ -1115,6 +1193,7 @@
11151193
},
11161194
"NextToken":{"type":"string"},
11171195
"NumberOfInvocations":{"type":"long"},
1196+
"NumberOfMemberAccountsOptedIn":{"type":"integer"},
11181197
"OptInRequiredException":{
11191198
"type":"structure",
11201199
"members":{
@@ -1125,7 +1204,7 @@
11251204
},
11261205
"PerformanceRisk":{
11271206
"type":"double",
1128-
"max":5,
1207+
"max":4,
11291208
"min":0
11301209
},
11311210
"Period":{"type":"integer"},
@@ -1136,7 +1215,8 @@
11361215
"NetworkInterface",
11371216
"StorageInterface",
11381217
"InstanceStoreAvailability",
1139-
"VirtualizationType"
1218+
"VirtualizationType",
1219+
"Architecture"
11401220
]
11411221
},
11421222
"PlatformDifferences":{
@@ -1191,6 +1271,12 @@
11911271
"type":"list",
11921272
"member":{"shape":"InstanceRecommendationOption"}
11931273
},
1274+
"RecommendationPreferences":{
1275+
"type":"structure",
1276+
"members":{
1277+
"cpuVendorArchitectures":{"shape":"CpuVendorArchitectures"}
1278+
}
1279+
},
11941280
"RecommendationSource":{
11951281
"type":"structure",
11961282
"members":{

0 commit comments

Comments
 (0)