Skip to content

Commit

Permalink
Release v1.40.31 (2021-08-26) (#4078)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aws-sdk-go-automation committed Aug 26, 2021
1 parent f6cc766 commit 1ad2399
Show file tree
Hide file tree
Showing 17 changed files with 1,173 additions and 397 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
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

Release v1.40.30 (2021-08-25)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.40.30"
const SDKVersion = "1.40.31"
102 changes: 94 additions & 8 deletions models/apis/compute-optimizer/2019-11-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,23 @@
{"shape":"ThrottlingException"}
]
},
"GetEnrollmentStatusesForOrganization":{
"name":"GetEnrollmentStatusesForOrganization",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetEnrollmentStatusesForOrganizationRequest"},
"output":{"shape":"GetEnrollmentStatusesForOrganizationResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ServiceUnavailableException"},
{"shape":"AccessDeniedException"},
{"shape":"InvalidParameterValueException"},
{"shape":"MissingAuthenticationToken"},
{"shape":"ThrottlingException"}
]
},
"GetLambdaFunctionRecommendations":{
"name":"GetLambdaFunctionRecommendations",
"http":{
Expand Down Expand Up @@ -265,6 +282,19 @@
"exception":true,
"synthetic":true
},
"AccountEnrollmentStatus":{
"type":"structure",
"members":{
"accountId":{"shape":"AccountId"},
"status":{"shape":"Status"},
"statusReason":{"shape":"StatusReason"},
"lastUpdatedTimestamp":{"shape":"LastUpdatedTimestamp"}
}
},
"AccountEnrollmentStatuses":{
"type":"list",
"member":{"shape":"AccountEnrollmentStatus"}
},
"AccountId":{"type":"string"},
"AccountIds":{
"type":"list",
Expand Down Expand Up @@ -317,6 +347,17 @@
"member":{"shape":"AutoScalingGroupRecommendation"}
},
"Code":{"type":"string"},
"CpuVendorArchitecture":{
"type":"string",
"enum":[
"AWS_ARM64",
"CURRENT"
]
},
"CpuVendorArchitectures":{
"type":"list",
"member":{"shape":"CpuVendorArchitecture"}
},
"CreationTimestamp":{"type":"timestamp"},
"CurrentInstanceType":{"type":"string"},
"DescribeRecommendationExportJobsRequest":{
Expand Down Expand Up @@ -382,6 +423,21 @@
"type":"list",
"member":{"shape":"EBSUtilizationMetric"}
},
"EnrollmentFilter":{
"type":"structure",
"members":{
"name":{"shape":"EnrollmentFilterName"},
"values":{"shape":"FilterValues"}
}
},
"EnrollmentFilterName":{
"type":"string",
"enum":["Status"]
},
"EnrollmentFilters":{
"type":"list",
"member":{"shape":"EnrollmentFilter"}
},
"ErrorMessage":{"type":"string"},
"ExportAutoScalingGroupRecommendationsRequest":{
"type":"structure",
Expand All @@ -392,7 +448,8 @@
"fieldsToExport":{"shape":"ExportableAutoScalingGroupFields"},
"s3DestinationConfig":{"shape":"S3DestinationConfig"},
"fileFormat":{"shape":"FileFormat"},
"includeMemberAccounts":{"shape":"IncludeMemberAccounts"}
"includeMemberAccounts":{"shape":"IncludeMemberAccounts"},
"recommendationPreferences":{"shape":"RecommendationPreferences"}
}
},
"ExportAutoScalingGroupRecommendationsResponse":{
Expand Down Expand Up @@ -436,7 +493,8 @@
"fieldsToExport":{"shape":"ExportableInstanceFields"},
"s3DestinationConfig":{"shape":"S3DestinationConfig"},
"fileFormat":{"shape":"FileFormat"},
"includeMemberAccounts":{"shape":"IncludeMemberAccounts"}
"includeMemberAccounts":{"shape":"IncludeMemberAccounts"},
"recommendationPreferences":{"shape":"RecommendationPreferences"}
}
},
"ExportEC2InstanceRecommendationsResponse":{
Expand Down Expand Up @@ -693,7 +751,8 @@
"autoScalingGroupArns":{"shape":"AutoScalingGroupArns"},
"nextToken":{"shape":"NextToken"},
"maxResults":{"shape":"MaxResults"},
"filters":{"shape":"Filters"}
"filters":{"shape":"Filters"},
"recommendationPreferences":{"shape":"RecommendationPreferences"}
}
},
"GetAutoScalingGroupRecommendationsResponse":{
Expand Down Expand Up @@ -729,7 +788,8 @@
"nextToken":{"shape":"NextToken"},
"maxResults":{"shape":"MaxResults"},
"filters":{"shape":"Filters"},
"accountIds":{"shape":"AccountIds"}
"accountIds":{"shape":"AccountIds"},
"recommendationPreferences":{"shape":"RecommendationPreferences"}
}
},
"GetEC2InstanceRecommendationsResponse":{
Expand All @@ -754,7 +814,8 @@
"stat":{"shape":"MetricStatistic"},
"period":{"shape":"Period"},
"startTime":{"shape":"Timestamp"},
"endTime":{"shape":"Timestamp"}
"endTime":{"shape":"Timestamp"},
"recommendationPreferences":{"shape":"RecommendationPreferences"}
}
},
"GetEC2RecommendationProjectedMetricsResponse":{
Expand All @@ -773,7 +834,24 @@
"members":{
"status":{"shape":"Status"},
"statusReason":{"shape":"StatusReason"},
"memberAccountsEnrolled":{"shape":"MemberAccountsEnrolled"}
"memberAccountsEnrolled":{"shape":"MemberAccountsEnrolled"},
"lastUpdatedTimestamp":{"shape":"LastUpdatedTimestamp"},
"numberOfMemberAccountsOptedIn":{"shape":"NumberOfMemberAccountsOptedIn"}
}
},
"GetEnrollmentStatusesForOrganizationRequest":{
"type":"structure",
"members":{
"filters":{"shape":"EnrollmentFilters"},
"nextToken":{"shape":"NextToken"},
"maxResults":{"shape":"MaxResults"}
}
},
"GetEnrollmentStatusesForOrganizationResponse":{
"type":"structure",
"members":{
"accountEnrollmentStatuses":{"shape":"AccountEnrollmentStatuses"},
"nextToken":{"shape":"NextToken"}
}
},
"GetLambdaFunctionRecommendationsRequest":{
Expand Down Expand Up @@ -1115,6 +1193,7 @@
},
"NextToken":{"type":"string"},
"NumberOfInvocations":{"type":"long"},
"NumberOfMemberAccountsOptedIn":{"type":"integer"},
"OptInRequiredException":{
"type":"structure",
"members":{
Expand All @@ -1125,7 +1204,7 @@
},
"PerformanceRisk":{
"type":"double",
"max":5,
"max":4,
"min":0
},
"Period":{"type":"integer"},
Expand All @@ -1136,7 +1215,8 @@
"NetworkInterface",
"StorageInterface",
"InstanceStoreAvailability",
"VirtualizationType"
"VirtualizationType",
"Architecture"
]
},
"PlatformDifferences":{
Expand Down Expand Up @@ -1191,6 +1271,12 @@
"type":"list",
"member":{"shape":"InstanceRecommendationOption"}
},
"RecommendationPreferences":{
"type":"structure",
"members":{
"cpuVendorArchitectures":{"shape":"CpuVendorArchitectures"}
}
},
"RecommendationSource":{
"type":"structure",
"members":{
Expand Down
Loading

0 comments on commit 1ad2399

Please sign in to comment.