Skip to content

Commit

Permalink
Release v1.37.2 (2021-02-02) (#3771)
Browse files Browse the repository at this point in the history
Release v1.37.2 (2021-02-02)
===

### Service Client Updates
* `service/application-autoscaling`: Updates service API and documentation
* `service/appmesh`: Updates service API and documentation
* `service/iotwireless`: Updates service API and documentation
* `service/location`: Updates service documentation
* `service/lookoutvision`: Updates service API and documentation
* `service/medialive`: Updates service API and documentation
  * AWS Elemental MediaLive now supports Image Media Playlists on HLS outputs, version 0.4 (trick-mode).
* `service/organizations`: Updates service documentation
  * Documentation updates for AWS Organizations.
* `service/rds-data`: Updates service API and documentation
* `service/route53`: Updates service documentation
  * Documentation updates for Route 53
* `service/s3control`: Updates service API and documentation
  * Amazon S3 Batch Operations now supports Delete Object Tagging

### SDK Enhancements
* `service/s3`: Amazon S3 now supports AWS PrivateLink, providing direct access to S3 via a private endpoint within your virtual private network.

### SDK Bugs
* `aws/session`: Fixed a bug that prevented credentials from being sourced from the environment if the loaded shared config profile contained partial SSO configuration. ([#3769](#3769))
  * Fixes ([#3768](#3768))
  • Loading branch information
aws-sdk-go-automation committed Feb 2, 2021
1 parent b2cc34f commit 368c345
Show file tree
Hide file tree
Showing 35 changed files with 2,532 additions and 447 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
Release v1.37.2 (2021-02-02)
===

### Service Client Updates
* `service/application-autoscaling`: Updates service API and documentation
* `service/appmesh`: Updates service API and documentation
* `service/iotwireless`: Updates service API and documentation
* `service/location`: Updates service documentation
* `service/lookoutvision`: Updates service API and documentation
* `service/medialive`: Updates service API and documentation
* AWS Elemental MediaLive now supports Image Media Playlists on HLS outputs, version 0.4 (trick-mode).
* `service/organizations`: Updates service documentation
* Documentation updates for AWS Organizations.
* `service/rds-data`: Updates service API and documentation
* `service/route53`: Updates service documentation
* Documentation updates for Route 53
* `service/s3control`: Updates service API and documentation
* Amazon S3 Batch Operations now supports Delete Object Tagging

### SDK Enhancements
* `service/s3`: Amazon S3 now supports AWS PrivateLink, providing direct access to S3 via a private endpoint within your virtual private network.

### SDK Bugs
* `aws/session`: Fixed a bug that prevented credentials from being sourced from the environment if the loaded shared config profile contained partial SSO configuration. ([#3769](https://github.com/aws/aws-sdk-go/pull/3769))
* Fixes ([#3768](https://github.com/aws/aws-sdk-go/issues/3768))

Release v1.37.1 (2021-01-29)
===

Expand Down
3 changes: 0 additions & 3 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
### SDK Features

### SDK Enhancements
* `service/s3`: Amazon S3 now supports AWS PrivateLink, providing direct access to S3 via a private endpoint within your virtual private network.

### SDK Bugs
* `aws/session`: Fixed a bug that prevented credentials from being sourced from the environment if the loaded shared config profile contained partial SSO configuration. ([#3769](https://github.com/aws/aws-sdk-go/pull/3769))
* Fixes ([#3768](https://github.com/aws/aws-sdk-go/issues/3768))
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.37.1"
const SDKVersion = "1.37.2"
5 changes: 4 additions & 1 deletion models/apis/application-autoscaling/2016-02-06/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@
"members":{
"ServiceNamespace":{"shape":"ServiceNamespace"},
"Schedule":{"shape":"ResourceIdMaxLen1600"},
"Timezone":{"shape":"ResourceIdMaxLen1600"},
"ScheduledActionName":{"shape":"ScheduledActionName"},
"ResourceId":{"shape":"ResourceIdMaxLen1600"},
"ScalableDimension":{"shape":"ScalableDimension"},
Expand Down Expand Up @@ -553,7 +554,8 @@
},
"ResourceIdsMaxLen1600":{
"type":"list",
"member":{"shape":"ResourceIdMaxLen1600"}
"member":{"shape":"ResourceIdMaxLen1600"},
"max":50
},
"ResourceLabel":{
"type":"string",
Expand Down Expand Up @@ -701,6 +703,7 @@
"ScheduledActionARN":{"shape":"ResourceIdMaxLen1600"},
"ServiceNamespace":{"shape":"ServiceNamespace"},
"Schedule":{"shape":"ResourceIdMaxLen1600"},
"Timezone":{"shape":"ResourceIdMaxLen1600"},
"ResourceId":{"shape":"ResourceIdMaxLen1600"},
"ScalableDimension":{"shape":"ScalableDimension"},
"StartTime":{"shape":"TimestampType"},
Expand Down
52 changes: 27 additions & 25 deletions models/apis/application-autoscaling/2016-02-06/docs-2.json

Large diffs are not rendered by default.

123 changes: 117 additions & 6 deletions models/apis/appmesh/2019-01-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,7 @@
"type":"structure",
"required":["validation"],
"members":{
"certificate":{"shape":"ClientTlsCertificate"},
"enforce":{
"shape":"Boolean",
"box":true
Expand All @@ -869,6 +870,14 @@
"validation":{"shape":"TlsValidationContext"}
}
},
"ClientTlsCertificate":{
"type":"structure",
"members":{
"file":{"shape":"ListenerTlsFileCertificate"},
"sds":{"shape":"ListenerTlsSdsCertificate"}
},
"union":true
},
"ConflictException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2382,7 +2391,8 @@
],
"members":{
"certificate":{"shape":"ListenerTlsCertificate"},
"mode":{"shape":"ListenerTlsMode"}
"mode":{"shape":"ListenerTlsMode"},
"validation":{"shape":"ListenerTlsValidationContext"}
}
},
"ListenerTlsAcmCertificate":{
Expand All @@ -2396,7 +2406,8 @@
"type":"structure",
"members":{
"acm":{"shape":"ListenerTlsAcmCertificate"},
"file":{"shape":"ListenerTlsFileCertificate"}
"file":{"shape":"ListenerTlsFileCertificate"},
"sds":{"shape":"ListenerTlsSdsCertificate"}
},
"union":true
},
Expand All @@ -2419,6 +2430,29 @@
"DISABLED"
]
},
"ListenerTlsSdsCertificate":{
"type":"structure",
"required":["secretName"],
"members":{
"secretName":{"shape":"SdsSecretName"}
}
},
"ListenerTlsValidationContext":{
"type":"structure",
"required":["trust"],
"members":{
"subjectAlternativeNames":{"shape":"SubjectAlternativeNames"},
"trust":{"shape":"ListenerTlsValidationContextTrust"}
}
},
"ListenerTlsValidationContextTrust":{
"type":"structure",
"members":{
"file":{"shape":"TlsValidationContextFileTrust"},
"sds":{"shape":"TlsValidationContextSdsTrust"}
},
"union":true
},
"Listeners":{
"type":"list",
"member":{"shape":"Listener"},
Expand Down Expand Up @@ -2715,6 +2749,7 @@
"DELETED"
]
},
"SdsSecretName":{"type":"string"},
"ServiceDiscovery":{
"type":"structure",
"members":{
Expand All @@ -2735,6 +2770,29 @@
"retryable":{"throttling":false}
},
"String":{"type":"string"},
"SubjectAlternativeName":{
"type":"string",
"max":254,
"min":1
},
"SubjectAlternativeNameList":{
"type":"list",
"member":{"shape":"SubjectAlternativeName"}
},
"SubjectAlternativeNameMatchers":{
"type":"structure",
"required":["exact"],
"members":{
"exact":{"shape":"SubjectAlternativeNameList"}
}
},
"SubjectAlternativeNames":{
"type":"structure",
"required":["match"],
"members":{
"match":{"shape":"SubjectAlternativeNameMatchers"}
}
},
"TagKey":{
"type":"string",
"max":128,
Expand Down Expand Up @@ -2830,6 +2888,7 @@
"type":"structure",
"required":["trust"],
"members":{
"subjectAlternativeNames":{"shape":"SubjectAlternativeNames"},
"trust":{"shape":"TlsValidationContextTrust"}
}
},
Expand All @@ -2847,11 +2906,19 @@
"certificateChain":{"shape":"FilePath"}
}
},
"TlsValidationContextSdsTrust":{
"type":"structure",
"required":["secretName"],
"members":{
"secretName":{"shape":"SdsSecretName"}
}
},
"TlsValidationContextTrust":{
"type":"structure",
"members":{
"acm":{"shape":"TlsValidationContextAcmTrust"},
"file":{"shape":"TlsValidationContextFileTrust"}
"file":{"shape":"TlsValidationContextFileTrust"},
"sds":{"shape":"TlsValidationContextSdsTrust"}
},
"union":true
},
Expand Down Expand Up @@ -3191,6 +3258,7 @@
"type":"structure",
"required":["validation"],
"members":{
"certificate":{"shape":"VirtualGatewayClientTlsCertificate"},
"enforce":{
"shape":"Boolean",
"box":true
Expand All @@ -3199,6 +3267,14 @@
"validation":{"shape":"VirtualGatewayTlsValidationContext"}
}
},
"VirtualGatewayClientTlsCertificate":{
"type":"structure",
"members":{
"file":{"shape":"VirtualGatewayListenerTlsFileCertificate"},
"sds":{"shape":"VirtualGatewayListenerTlsSdsCertificate"}
},
"union":true
},
"VirtualGatewayConnectionPool":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -3315,7 +3391,8 @@
],
"members":{
"certificate":{"shape":"VirtualGatewayListenerTlsCertificate"},
"mode":{"shape":"VirtualGatewayListenerTlsMode"}
"mode":{"shape":"VirtualGatewayListenerTlsMode"},
"validation":{"shape":"VirtualGatewayListenerTlsValidationContext"}
}
},
"VirtualGatewayListenerTlsAcmCertificate":{
Expand All @@ -3329,7 +3406,8 @@
"type":"structure",
"members":{
"acm":{"shape":"VirtualGatewayListenerTlsAcmCertificate"},
"file":{"shape":"VirtualGatewayListenerTlsFileCertificate"}
"file":{"shape":"VirtualGatewayListenerTlsFileCertificate"},
"sds":{"shape":"VirtualGatewayListenerTlsSdsCertificate"}
},
"union":true
},
Expand All @@ -3352,6 +3430,29 @@
"DISABLED"
]
},
"VirtualGatewayListenerTlsSdsCertificate":{
"type":"structure",
"required":["secretName"],
"members":{
"secretName":{"shape":"VirtualGatewaySdsSecretName"}
}
},
"VirtualGatewayListenerTlsValidationContext":{
"type":"structure",
"required":["trust"],
"members":{
"subjectAlternativeNames":{"shape":"SubjectAlternativeNames"},
"trust":{"shape":"VirtualGatewayListenerTlsValidationContextTrust"}
}
},
"VirtualGatewayListenerTlsValidationContextTrust":{
"type":"structure",
"members":{
"file":{"shape":"VirtualGatewayTlsValidationContextFileTrust"},
"sds":{"shape":"VirtualGatewayTlsValidationContextSdsTrust"}
},
"union":true
},
"VirtualGatewayListeners":{
"type":"list",
"member":{"shape":"VirtualGatewayListener"},
Expand Down Expand Up @@ -3406,6 +3507,7 @@
"virtualGatewayName":{"shape":"ResourceName"}
}
},
"VirtualGatewaySdsSecretName":{"type":"string"},
"VirtualGatewaySpec":{
"type":"structure",
"required":["listeners"],
Expand Down Expand Up @@ -3434,6 +3536,7 @@
"type":"structure",
"required":["trust"],
"members":{
"subjectAlternativeNames":{"shape":"SubjectAlternativeNames"},
"trust":{"shape":"VirtualGatewayTlsValidationContextTrust"}
}
},
Expand All @@ -3451,11 +3554,19 @@
"certificateChain":{"shape":"FilePath"}
}
},
"VirtualGatewayTlsValidationContextSdsTrust":{
"type":"structure",
"required":["secretName"],
"members":{
"secretName":{"shape":"VirtualGatewaySdsSecretName"}
}
},
"VirtualGatewayTlsValidationContextTrust":{
"type":"structure",
"members":{
"acm":{"shape":"VirtualGatewayTlsValidationContextAcmTrust"},
"file":{"shape":"VirtualGatewayTlsValidationContextFileTrust"}
"file":{"shape":"VirtualGatewayTlsValidationContextFileTrust"},
"sds":{"shape":"VirtualGatewayTlsValidationContextSdsTrust"}
},
"union":true
},
Expand Down
Loading

0 comments on commit 368c345

Please sign in to comment.