Skip to content

Commit

Permalink
Release v1.38.2 (2021-03-22) (#3830)
Browse files Browse the repository at this point in the history
Release v1.38.2 (2021-03-22)
===

### Service Client Updates
* `service/codeartifact`: Updates service documentation
* `service/ec2`: Updates service API and documentation
  * This release adds support for UEFI boot on selected AMD- and Intel-based EC2 instances.
* `service/macie2`: Updates service API and documentation
* `service/redshift`: Updates service API and documentation
  * Added support to enable AQUA in Amazon Redshift clusters.
  • Loading branch information
aws-sdk-go-automation authored Mar 22, 2021
1 parent 4e9c6cc commit b841655
Show file tree
Hide file tree
Showing 17 changed files with 1,185 additions and 210 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.38.2 (2021-03-22)
===

### Service Client Updates
* `service/codeartifact`: Updates service documentation
* `service/ec2`: Updates service API and documentation
* This release adds support for UEFI boot on selected AMD- and Intel-based EC2 instances.
* `service/macie2`: Updates service API and documentation
* `service/redshift`: Updates service API and documentation
* Added support to enable AQUA in Amazon Redshift clusters.

Release v1.38.1 (2021-03-19)
===

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.38.1"
const SDKVersion = "1.38.2"
96 changes: 48 additions & 48 deletions models/apis/codeartifact/2018-09-22/docs-2.json

Large diffs are not rendered by default.

47 changes: 43 additions & 4 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5626,6 +5626,27 @@
}
},
"Boolean":{"type":"boolean"},
"BootModeType":{
"type":"string",
"enum":[
"legacy-bios",
"uefi"
]
},
"BootModeTypeList":{
"type":"list",
"member":{
"shape":"BootModeType",
"locationName":"item"
}
},
"BootModeValues":{
"type":"string",
"enum":[
"legacy-bios",
"uefi"
]
},
"BundleId":{"type":"string"},
"BundleIdStringList":{
"type":"list",
Expand Down Expand Up @@ -7834,8 +7855,8 @@
"members":{
"DestinationCidrBlock":{"shape":"String"},
"LocalGatewayRouteTableId":{"shape":"LocalGatewayRoutetableId"},
"LocalGatewayVirtualInterfaceGroupId":{"shape":"LocalGatewayVirtualInterfaceGroupId"},
"DryRun":{"shape":"Boolean"}
"DryRun":{"shape":"Boolean"},
"LocalGatewayVirtualInterfaceGroupId":{"shape":"LocalGatewayVirtualInterfaceGroupId"}
}
},
"CreateLocalGatewayRouteResult":{
Expand Down Expand Up @@ -18068,6 +18089,10 @@
"VirtualizationType":{
"shape":"VirtualizationType",
"locationName":"virtualizationType"
},
"BootMode":{
"shape":"BootModeValues",
"locationName":"bootMode"
}
}
},
Expand Down Expand Up @@ -18105,6 +18130,10 @@
"SriovNetSupport":{
"shape":"AttributeValue",
"locationName":"sriovNetSupport"
},
"BootMode":{
"shape":"AttributeValue",
"locationName":"bootMode"
}
}
},
Expand All @@ -18117,7 +18146,8 @@
"launchPermission",
"productCodes",
"blockDeviceMapping",
"sriovNetSupport"
"sriovNetSupport",
"bootMode"
]
},
"ImageDiskContainer":{
Expand Down Expand Up @@ -18958,6 +18988,10 @@
"EnclaveOptions":{
"shape":"EnclaveOptions",
"locationName":"enclaveOptions"
},
"BootMode":{
"shape":"BootModeValues",
"locationName":"bootMode"
}
}
},
Expand Down Expand Up @@ -20289,6 +20323,10 @@
"AutoRecoverySupported":{
"shape":"AutoRecoveryFlag",
"locationName":"autoRecoverySupported"
},
"SupportedBootModes":{
"shape":"BootModeTypeList",
"locationName":"supportedBootModes"
}
}
},
Expand Down Expand Up @@ -25538,7 +25576,8 @@
"VirtualizationType":{
"shape":"String",
"locationName":"virtualizationType"
}
},
"BootMode":{"shape":"BootModeValues"}
}
},
"RegisterImageResult":{
Expand Down
33 changes: 27 additions & 6 deletions models/apis/ec2/2016-11-15/docs-2.json

Large diffs are not rendered by default.

122 changes: 122 additions & 0 deletions models/apis/macie2/2020-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1121,6 +1121,43 @@
}
]
},
"GetFindingsPublicationConfiguration": {
"name": "GetFindingsPublicationConfiguration",
"http": {
"method": "GET",
"requestUri": "/findings-publication-configuration",
"responseCode": 200
},
"input": {
"shape": "GetFindingsPublicationConfigurationRequest"
},
"output": {
"shape": "GetFindingsPublicationConfigurationResponse"
},
"errors": [
{
"shape": "ValidationException"
},
{
"shape": "InternalServerException"
},
{
"shape": "ServiceQuotaExceededException"
},
{
"shape": "AccessDeniedException"
},
{
"shape": "ResourceNotFoundException"
},
{
"shape": "ThrottlingException"
},
{
"shape": "ConflictException"
}
]
},
"GetInvitationsCount": {
"name": "GetInvitationsCount",
"http": {
Expand Down Expand Up @@ -1654,6 +1691,43 @@
}
]
},
"PutFindingsPublicationConfiguration": {
"name": "PutFindingsPublicationConfiguration",
"http": {
"method": "PUT",
"requestUri": "/findings-publication-configuration",
"responseCode": 200
},
"input": {
"shape": "PutFindingsPublicationConfigurationRequest"
},
"output": {
"shape": "PutFindingsPublicationConfigurationResponse"
},
"errors": [
{
"shape": "ValidationException"
},
{
"shape": "InternalServerException"
},
{
"shape": "ServiceQuotaExceededException"
},
{
"shape": "AccessDeniedException"
},
{
"shape": "ResourceNotFoundException"
},
{
"shape": "ThrottlingException"
},
{
"shape": "ConflictException"
}
]
},
"TagResource": {
"name": "TagResource",
"http": {
Expand Down Expand Up @@ -3746,6 +3820,19 @@
}
}
},
"GetFindingsPublicationConfigurationRequest": {
"type": "structure",
"members": {}
},
"GetFindingsPublicationConfigurationResponse": {
"type": "structure",
"members": {
"securityHubConfiguration": {
"shape": "SecurityHubConfiguration",
"locationName": "securityHubConfiguration"
}
}
},
"GetFindingsRequest": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -4765,6 +4852,24 @@
}
}
},
"PutFindingsPublicationConfigurationRequest": {
"type": "structure",
"members": {
"clientToken": {
"shape": "__string",
"locationName": "clientToken",
"idempotencyToken": true
},
"securityHubConfiguration": {
"shape": "SecurityHubConfiguration",
"locationName": "securityHubConfiguration"
}
}
},
"PutFindingsPublicationConfigurationResponse": {
"type": "structure",
"members": {}
},
"Range": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -5039,6 +5144,23 @@
}
}
},
"SecurityHubConfiguration": {
"type": "structure",
"members": {
"publishClassificationFindings": {
"shape": "__boolean",
"locationName": "publishClassificationFindings"
},
"publishPolicyFindings": {
"shape": "__boolean",
"locationName": "publishPolicyFindings"
}
},
"required": [
"publishPolicyFindings",
"publishClassificationFindings"
]
},
"SensitiveData": {
"type": "list",
"member": {
Expand Down
Loading

0 comments on commit b841655

Please sign in to comment.