Skip to content

Commit

Permalink
Release v1.31.12 (2020-06-05)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/apigateway`: Updates service API and documentation
  * Amazon API Gateway now allows customers of REST APIs to skip trust chain validation for backend server certificates for HTTP and VPC Link Integration. This feature enables customers to configure their REST APIs to integrate with backends that are secured with certificates vended from private certificate authorities (CA) or certificates that are self-signed.
* `service/cloudfront`: Updates service API and documentation
  * Amazon CloudFront adds support for configurable origin connection attempts and origin connection timeout.
* `service/elasticbeanstalk`: Updates service API and documentation
  * These API changes enable an IAM user to associate an operations role with an Elastic Beanstalk environment, so that the IAM user can call Elastic Beanstalk actions without having access to underlying downstream AWS services that these actions call.
* `service/personalize`: Updates service API and documentation
* `service/personalize-runtime`: Updates service API and documentation
* `service/pinpoint`: Updates service API and documentation
  * This release enables additional functionality for the Amazon Pinpoint journeys feature. With this release, you can send messages through additional channels, including SMS, push notifications, and custom channels.
* `service/runtime.sagemaker`: Updates service API and documentation
* `service/servicecatalog`: Updates service API and documentation
  * This release adds support for DescribeProduct and DescribeProductAsAdmin by product name, DescribeProvisioningArtifact by product name or provisioning artifact name, returning launch paths as part of DescribeProduct output and adds maximum length for provisioning artifact name and provisioning artifact description.
  • Loading branch information
awssdkgo committed Jun 5, 2020
1 parent 4718469 commit 0a29237
Show file tree
Hide file tree
Showing 32 changed files with 2,593 additions and 291 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Release v1.31.12 (2020-06-05)
===

### Service Client Updates
* `service/apigateway`: Updates service API and documentation
* Amazon API Gateway now allows customers of REST APIs to skip trust chain validation for backend server certificates for HTTP and VPC Link Integration. This feature enables customers to configure their REST APIs to integrate with backends that are secured with certificates vended from private certificate authorities (CA) or certificates that are self-signed.
* `service/cloudfront`: Updates service API and documentation
* Amazon CloudFront adds support for configurable origin connection attempts and origin connection timeout.
* `service/elasticbeanstalk`: Updates service API and documentation
* These API changes enable an IAM user to associate an operations role with an Elastic Beanstalk environment, so that the IAM user can call Elastic Beanstalk actions without having access to underlying downstream AWS services that these actions call.
* `service/personalize`: Updates service API and documentation
* `service/personalize-runtime`: Updates service API and documentation
* `service/pinpoint`: Updates service API and documentation
* This release enables additional functionality for the Amazon Pinpoint journeys feature. With this release, you can send messages through additional channels, including SMS, push notifications, and custom channels.
* `service/runtime.sagemaker`: Updates service API and documentation
* `service/servicecatalog`: Updates service API and documentation
* This release adds support for DescribeProduct and DescribeProductAsAdmin by product name, DescribeProvisioningArtifact by product name or provisioning artifact name, returning launch paths as part of DescribeProduct output and adds maximum length for provisioning artifact name and provisioning artifact description.

Release v1.31.11 (2020-06-04)
===

Expand Down
48 changes: 42 additions & 6 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.31.11"
const SDKVersion = "1.31.12"
12 changes: 10 additions & 2 deletions models/apis/apigateway/2015-07-09/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4022,7 +4022,8 @@
"timeoutInMillis":{"shape":"Integer"},
"cacheNamespace":{"shape":"String"},
"cacheKeyParameters":{"shape":"ListOfString"},
"integrationResponses":{"shape":"MapOfIntegrationResponse"}
"integrationResponses":{"shape":"MapOfIntegrationResponse"},
"tlsConfig":{"shape":"TlsConfig"}
}
},
"IntegrationResponse":{
Expand Down Expand Up @@ -4387,7 +4388,8 @@
"cacheNamespace":{"shape":"String"},
"cacheKeyParameters":{"shape":"ListOfString"},
"contentHandling":{"shape":"ContentHandlingStrategy"},
"timeoutInMillis":{"shape":"NullableInteger"}
"timeoutInMillis":{"shape":"NullableInteger"},
"tlsConfig":{"shape":"TlsConfig"}
}
},
"PutIntegrationResponseRequest":{
Expand Down Expand Up @@ -4832,6 +4834,12 @@
}
},
"Timestamp":{"type":"timestamp"},
"TlsConfig":{
"type":"structure",
"members":{
"insecureSkipVerification":{"shape":"Boolean"}
}
},
"TooManyRequestsException":{
"type":"structure",
"members":{
Expand Down
10 changes: 9 additions & 1 deletion models/apis/apigateway/2015-07-09/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,8 @@
"RequestValidator$validateRequestParameters": "<p>A Boolean flag to indicate whether to validate request parameters (<code>true</code>) or not (<code>false</code>).</p>",
"SdkConfigurationProperty$required": "<p>A boolean flag of an <a>SdkType</a> configuration property to indicate if the associated SDK configuration property is required (<code>true</code>) or not (<code>false</code>).</p>",
"Stage$cacheClusterEnabled": "<p>Specifies whether a cache cluster is enabled for the stage.</p>",
"Stage$tracingEnabled": "<p>Specifies whether active tracing with X-ray is enabled for the <a>Stage</a>.</p>"
"Stage$tracingEnabled": "<p>Specifies whether active tracing with X-ray is enabled for the <a>Stage</a>.</p>",
"TlsConfig$insecureSkipVerification": "<p>Specifies whether API Gateway skips trust chain validation of the server certificate during the TLS handshake. Supported only for <code>HTTP</code> and <code>HTTP_PROXY</code> integrations. By default, API Gateway validates that certificates for integration endpoints are issued by a <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-supported-certificate-authorities-for-http-endpoints.html\">supported Certificate Authority</a>. If enabled, API Gateway skips trust chain validation of the server certificate. This is not recommended, but it enables you to use certificates that are signed by private Certificate Authorities, or certificates that are self-signed.</p>"
}
},
"CacheClusterSize": {
Expand Down Expand Up @@ -1990,6 +1991,13 @@
"Stage$lastUpdatedDate": "<p>The timestamp when the stage last updated.</p>"
}
},
"TlsConfig": {
"base": null,
"refs": {
"Integration$tlsConfig": "<p>Specifies the TLS configuration for an integration.</p>",
"PutIntegrationRequest$tlsConfig": null
}
},
"TooManyRequestsException": {
"base": "<p>The request has reached its throttling limit. Retry after the specified time period.</p>",
"refs": {
Expand Down
4 changes: 3 additions & 1 deletion models/apis/cloudfront/2019-03-26/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2963,7 +2963,9 @@
"OriginPath":{"shape":"string"},
"CustomHeaders":{"shape":"CustomHeaders"},
"S3OriginConfig":{"shape":"S3OriginConfig"},
"CustomOriginConfig":{"shape":"CustomOriginConfig"}
"CustomOriginConfig":{"shape":"CustomOriginConfig"},
"ConnectionAttempts":{"shape":"integer"},
"ConnectionTimeout":{"shape":"integer"}
}
},
"OriginCustomHeader":{
Expand Down

0 comments on commit 0a29237

Please sign in to comment.