Skip to content

Commit

Permalink
Updates SDK to v2.967.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 12, 2021
1 parent cf5eb8b commit 9861457
Show file tree
Hide file tree
Showing 22 changed files with 402 additions and 259 deletions.
27 changes: 27 additions & 0 deletions .changes/2.967.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "APIGateway",
"description": "Adding support for ACM imported or private CA certificates for mTLS enabled domain names"
},
{
"type": "feature",
"category": "ApiGatewayV2",
"description": "Adding support for ACM imported or private CA certificates for mTLS enabled domain names"
},
{
"type": "feature",
"category": "DataBrew",
"description": "This SDK release adds support for the output of a recipe job results to Tableau Hyper format."
},
{
"type": "feature",
"category": "Lambda",
"description": "Lambda Python 3.9 runtime launch"
},
{
"type": "feature",
"category": "SageMaker",
"description": "Amazon SageMaker Autopilot adds new metrics for all candidate models generated by Autopilot experiments."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.966.0-->
<!--LATEST=2.967.0-->
<!--ENTRYINSERT-->

## 2.967.0
* feature: APIGateway: Adding support for ACM imported or private CA certificates for mTLS enabled domain names
* feature: ApiGatewayV2: Adding support for ACM imported or private CA certificates for mTLS enabled domain names
* feature: DataBrew: This SDK release adds support for the output of a recipe job results to Tableau Hyper format.
* feature: Lambda: Lambda Python 3.9 runtime launch
* feature: SageMaker: Amazon SageMaker Autopilot adds new metrics for all candidate models generated by Autopilot experiments.

## 2.966.0
* feature: CodeBuild: CodeBuild now allows you to make the build results for your build projects available to the public without requiring access to an AWS account.
* feature: Nimble: Add new attribute 'ownedBy' in Streaming Session APIs. 'ownedBy' represents the AWS SSO Identity Store User ID of the owner of the Streaming Session resource.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.966.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.967.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
6 changes: 4 additions & 2 deletions apis/apigateway-2015-07-09.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@
"truststoreUri": {},
"truststoreVersion": {}
}
}
},
"ownershipVerificationCertificateArn": {}
}
},
"output": {
Expand Down Expand Up @@ -3927,7 +3928,8 @@
"shape": "S9"
}
}
}
},
"ownershipVerificationCertificateArn": {}
}
},
"S18": {
Expand Down
14 changes: 12 additions & 2 deletions apis/apigateway-2015-07-09.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -4087,6 +4087,10 @@
},
"mutualTlsAuthentication": {
"shape": "MutualTlsAuthenticationInput"
},
"ownershipVerificationCertificateArn": {
"shape": "String",
"documentation": "<p>The ARN of the public certificate issued by ACM to validate ownership of your custom domain. Only required when configuring mutual TLS and using an ACM imported or private CA certificate ARN as the regionalCertificateArn.</p>"
}
},
"documentation": "<p>A request to create a new domain name.</p>"
Expand Down Expand Up @@ -5065,7 +5069,7 @@
},
"domainNameStatus": {
"shape": "DomainNameStatus",
"documentation": "<p>The status of the <a>DomainName</a> migration. The valid values are <code>AVAILABLE</code> and <code>UPDATING</code>. If the status is <code>UPDATING</code>, the domain cannot be modified further until the existing operation is complete. If it is <code>AVAILABLE</code>, the domain can be updated.</p>"
"documentation": "<p>The status of the <a>DomainName</a> migration. The valid values are <code>AVAILABLE</code>, <code>UPDATING</code>, <code>PENDING_CERTIFICATE_REIMPORT</code>, and <code>PENDING_OWNERSHIP_VERIFICATION</code>. If the status is <code>UPDATING</code>, the domain cannot be modified further until the existing operation is complete. If it is <code>AVAILABLE</code>, the domain can be updated.</p>"
},
"domainNameStatusMessage": {
"shape": "String",
Expand All @@ -5082,6 +5086,10 @@
"mutualTlsAuthentication": {
"shape": "MutualTlsAuthentication",
"documentation": "<p>The mutual TLS authentication configuration for a custom domain name. If specified, API Gateway performs two-way authentication between the client and the server. Clients must present a trusted certificate to access your API.</p>"
},
"ownershipVerificationCertificateArn": {
"shape": "String",
"documentation": "<p>The ARN of the public certificate issued by ACM to validate ownership of your custom domain. Only required when configuring mutual TLS and using an ACM imported or private CA certificate ARN as the regionalCertificateArn.</p>"
}
},
"documentation": "<p>Represents a custom domain name as a user-friendly host name of an API (<a>RestApi</a>).</p> <div class=\"Remarks\"> <p>When you deploy an API, API Gateway creates a default host name for the API. This default API host name is of the <code>{restapi-id}.execute-api.{region}.amazonaws.com</code> format. With the default host name, you can access the API's root resource with the URL of <code>https://{restapi-id}.execute-api.{region}.amazonaws.com/{stage}/</code>. When you set up a custom domain name of <code>apis.example.com</code> for this API, you can then access the same resource using the URL of the <code>https://apis.examples.com/myApi</code>, where <code>myApi</code> is the base path mapping (<a>BasePathMapping</a>) of your API under the custom domain name. </p> </div> <div class=\"seeAlso\"> <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-custom-domains.html\">Set a Custom Host Name for an API</a> </div>"
Expand All @@ -5091,7 +5099,9 @@
"enum": [
"AVAILABLE",
"UPDATING",
"PENDING"
"PENDING",
"PENDING_CERTIFICATE_REIMPORT",
"PENDING_OWNERSHIP_VERIFICATION"
]
},
"DomainNames": {
Expand Down
3 changes: 3 additions & 0 deletions apis/apigatewayv2-2018-11-29.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -4492,6 +4492,9 @@
},
"SecurityPolicy": {
"locationName": "securityPolicy"
},
"OwnershipVerificationCertificateArn": {
"locationName": "ownershipVerificationCertificateArn"
}
}
}
Expand Down
13 changes: 10 additions & 3 deletions apis/apigatewayv2-2018-11-29.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -4099,7 +4099,7 @@
"DomainNameStatus": {
"shape": "DomainNameStatus",
"locationName": "domainNameStatus",
"documentation": "<p>The status of the domain name migration. The valid values are AVAILABLE and UPDATING. If the status is UPDATING, the domain cannot be modified further until the existing operation is complete. If it is AVAILABLE, the domain can be updated.</p>"
"documentation": "<p>The status of the domain name migration. The valid values are AVAILABLE, UPDATING, PENDING_CERTIFICATE_REIMPORT, and PENDING_OWNERSHIP_VERIFICATION. If the status is UPDATING, the domain cannot be modified further until the existing operation is complete. If it is AVAILABLE, the domain can be updated.</p>"
},
"DomainNameStatusMessage": {
"shape": "__string",
Expand All @@ -4120,6 +4120,11 @@
"shape": "SecurityPolicy",
"locationName": "securityPolicy",
"documentation": "<p>The Transport Layer Security (TLS) version of the security policy for this domain name. The valid values are TLS_1_0 and TLS_1_2.</p>"
},
"OwnershipVerificationCertificateArn": {
"shape": "Arn",
"locationName": "ownershipVerificationCertificateArn",
"documentation": "<p>The ARN of the public certificate issued by ACM to validate ownership of your custom domain. Only required when configuring mutual TLS and using an ACM imported or private CA certificate ARN as the regionalCertificateArn</p>"
}
},
"documentation": "<p>The domain name configuration.</p>"
Expand All @@ -4133,10 +4138,12 @@
},
"DomainNameStatus": {
"type": "string",
"documentation": "<p>The status of the domain name migration. The valid values are AVAILABLE and UPDATING. If the status is UPDATING, the domain cannot be modified further until the existing operation is complete. If it is AVAILABLE, the domain can be updated.</p>",
"documentation": "<p>The status of the domain name migration. The valid values are AVAILABLE, UPDATING, PENDING_CERTIFICATE_REIMPORT, and PENDING_OWNERSHIP_VERIFICATION. If the status is UPDATING, the domain cannot be modified further until the existing operation is complete. If it is AVAILABLE, the domain can be updated.</p>",
"enum": [
"AVAILABLE",
"UPDATING"
"UPDATING",
"PENDING_CERTIFICATE_REIMPORT",
"PENDING_OWNERSHIP_VERIFICATION"
]
},
"EndpointType": {
Expand Down
3 changes: 2 additions & 1 deletion apis/databrew-2017-07-25.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -3209,7 +3209,8 @@
"GLUEPARQUET",
"AVRO",
"ORC",
"XML"
"XML",
"TABLEAUHYPER"
]
},
"OutputFormatOptions": {
Expand Down
3 changes: 2 additions & 1 deletion apis/lambda-2015-03-31.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -4094,7 +4094,7 @@
"members": {
"MasterRegion": {
"shape": "MasterRegion",
"documentation": "<p>For Lambda@Edge functions, the Region of the master function. For example, <code>us-east-1</code> filters the list of functions to only include Lambda@Edge functions replicated from a master function in US East (N. Virginia). If specified, you must set <code>FunctionVersion</code> to <code>ALL</code>.</p>",
"documentation": "<p>For Lambda@Edge functions, the Amazon Web Services Region of the master function. For example, <code>us-east-1</code> filters the list of functions to only include Lambda@Edge functions replicated from a master function in US East (N. Virginia). If specified, you must set <code>FunctionVersion</code> to <code>ALL</code>.</p>",
"location": "querystring",
"locationName": "MasterRegion"
},
Expand Down Expand Up @@ -4848,6 +4848,7 @@
"python3.6",
"python3.7",
"python3.8",
"python3.9",
"dotnetcore1.0",
"dotnetcore2.0",
"dotnetcore2.1",
Expand Down
Loading

0 comments on commit 9861457

Please sign in to comment.