Skip to content

Commit 9861457

Browse files
author
awstools
committed
Updates SDK to v2.967.0
1 parent cf5eb8b commit 9861457

22 files changed

+402
-259
lines changed

.changes/2.967.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "APIGateway",
5+
"description": "Adding support for ACM imported or private CA certificates for mTLS enabled domain names"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ApiGatewayV2",
10+
"description": "Adding support for ACM imported or private CA certificates for mTLS enabled domain names"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "DataBrew",
15+
"description": "This SDK release adds support for the output of a recipe job results to Tableau Hyper format."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Lambda",
20+
"description": "Lambda Python 3.9 runtime launch"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "SageMaker",
25+
"description": "Amazon SageMaker Autopilot adds new metrics for all candidate models generated by Autopilot experiments."
26+
}
27+
]

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.966.0-->
2+
<!--LATEST=2.967.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.967.0
6+
* feature: APIGateway: Adding support for ACM imported or private CA certificates for mTLS enabled domain names
7+
* feature: ApiGatewayV2: Adding support for ACM imported or private CA certificates for mTLS enabled domain names
8+
* feature: DataBrew: This SDK release adds support for the output of a recipe job results to Tableau Hyper format.
9+
* feature: Lambda: Lambda Python 3.9 runtime launch
10+
* feature: SageMaker: Amazon SageMaker Autopilot adds new metrics for all candidate models generated by Autopilot experiments.
11+
512
## 2.966.0
613
* 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.
714
* 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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

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

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

apis/apigateway-2015-07-09.min.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@
240240
"truststoreUri": {},
241241
"truststoreVersion": {}
242242
}
243-
}
243+
},
244+
"ownershipVerificationCertificateArn": {}
244245
}
245246
},
246247
"output": {
@@ -3927,7 +3928,8 @@
39273928
"shape": "S9"
39283929
}
39293930
}
3930-
}
3931+
},
3932+
"ownershipVerificationCertificateArn": {}
39313933
}
39323934
},
39333935
"S18": {

apis/apigateway-2015-07-09.normal.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4087,6 +4087,10 @@
40874087
},
40884088
"mutualTlsAuthentication": {
40894089
"shape": "MutualTlsAuthenticationInput"
4090+
},
4091+
"ownershipVerificationCertificateArn": {
4092+
"shape": "String",
4093+
"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>"
40904094
}
40914095
},
40924096
"documentation": "<p>A request to create a new domain name.</p>"
@@ -5065,7 +5069,7 @@
50655069
},
50665070
"domainNameStatus": {
50675071
"shape": "DomainNameStatus",
5068-
"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>"
5072+
"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>"
50695073
},
50705074
"domainNameStatusMessage": {
50715075
"shape": "String",
@@ -5082,6 +5086,10 @@
50825086
"mutualTlsAuthentication": {
50835087
"shape": "MutualTlsAuthentication",
50845088
"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>"
5089+
},
5090+
"ownershipVerificationCertificateArn": {
5091+
"shape": "String",
5092+
"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>"
50855093
}
50865094
},
50875095
"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>"
@@ -5091,7 +5099,9 @@
50915099
"enum": [
50925100
"AVAILABLE",
50935101
"UPDATING",
5094-
"PENDING"
5102+
"PENDING",
5103+
"PENDING_CERTIFICATE_REIMPORT",
5104+
"PENDING_OWNERSHIP_VERIFICATION"
50955105
]
50965106
},
50975107
"DomainNames": {

apis/apigatewayv2-2018-11-29.min.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4492,6 +4492,9 @@
44924492
},
44934493
"SecurityPolicy": {
44944494
"locationName": "securityPolicy"
4495+
},
4496+
"OwnershipVerificationCertificateArn": {
4497+
"locationName": "ownershipVerificationCertificateArn"
44954498
}
44964499
}
44974500
}

apis/apigatewayv2-2018-11-29.normal.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4099,7 +4099,7 @@
40994099
"DomainNameStatus": {
41004100
"shape": "DomainNameStatus",
41014101
"locationName": "domainNameStatus",
4102-
"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>"
4102+
"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>"
41034103
},
41044104
"DomainNameStatusMessage": {
41054105
"shape": "__string",
@@ -4120,6 +4120,11 @@
41204120
"shape": "SecurityPolicy",
41214121
"locationName": "securityPolicy",
41224122
"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>"
4123+
},
4124+
"OwnershipVerificationCertificateArn": {
4125+
"shape": "Arn",
4126+
"locationName": "ownershipVerificationCertificateArn",
4127+
"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>"
41234128
}
41244129
},
41254130
"documentation": "<p>The domain name configuration.</p>"
@@ -4133,10 +4138,12 @@
41334138
},
41344139
"DomainNameStatus": {
41354140
"type": "string",
4136-
"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>",
4141+
"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>",
41374142
"enum": [
41384143
"AVAILABLE",
4139-
"UPDATING"
4144+
"UPDATING",
4145+
"PENDING_CERTIFICATE_REIMPORT",
4146+
"PENDING_OWNERSHIP_VERIFICATION"
41404147
]
41414148
},
41424149
"EndpointType": {

apis/databrew-2017-07-25.normal.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3209,7 +3209,8 @@
32093209
"GLUEPARQUET",
32103210
"AVRO",
32113211
"ORC",
3212-
"XML"
3212+
"XML",
3213+
"TABLEAUHYPER"
32133214
]
32143215
},
32153216
"OutputFormatOptions": {

apis/lambda-2015-03-31.normal.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4094,7 +4094,7 @@
40944094
"members": {
40954095
"MasterRegion": {
40964096
"shape": "MasterRegion",
4097-
"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>",
4097+
"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>",
40984098
"location": "querystring",
40994099
"locationName": "MasterRegion"
41004100
},
@@ -4848,6 +4848,7 @@
48484848
"python3.6",
48494849
"python3.7",
48504850
"python3.8",
4851+
"python3.9",
48514852
"dotnetcore1.0",
48524853
"dotnetcore2.0",
48534854
"dotnetcore2.1",

0 commit comments

Comments
 (0)