Skip to content

Commit

Permalink
Updates SDK to v2.1071.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 8, 2022
1 parent 1d56c09 commit b4ba175
Show file tree
Hide file tree
Showing 22 changed files with 1,689 additions and 432 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1071.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "AppRunner",
"description": "This release adds support for App Runner to route outbound network traffic of a service through an Amazon VPC. New API: CreateVpcConnector, DescribeVpcConnector, ListVpcConnectors, and DeleteVpcConnector. Updated API: CreateService, DescribeService, and UpdateService."
},
{
"type": "feature",
"category": "Kendra",
"description": "Amazon Kendra now provides a data source connector for Amazon FSx. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-fsx.html"
},
{
"type": "feature",
"category": "S3Control",
"description": "This release adds support for S3 Batch Replication. Batch Replication lets you replicate existing objects, already replicated objects to new destinations, and objects that previously failed to replicate. Customers will receive object-level visibility of progress and a detailed completion report."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Autopilot now generates an additional report with information on the performance of the best model, such as a Confusion matrix and Area under the receiver operating characteristic (AUC-ROC). The path to the report can be found in CandidateArtifactLocations."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1070.0-->
<!--LATEST=2.1071.0-->
<!--ENTRYINSERT-->

## 2.1071.0
* feature: AppRunner: This release adds support for App Runner to route outbound network traffic of a service through an Amazon VPC. New API: CreateVpcConnector, DescribeVpcConnector, ListVpcConnectors, and DeleteVpcConnector. Updated API: CreateService, DescribeService, and UpdateService.
* feature: Kendra: Amazon Kendra now provides a data source connector for Amazon FSx. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-fsx.html
* feature: S3Control: This release adds support for S3 Batch Replication. Batch Replication lets you replicate existing objects, already replicated objects to new destinations, and objects that previously failed to replicate. Customers will receive object-level visibility of progress and a detailed completion report.
* feature: SageMaker: Autopilot now generates an additional report with information on the performance of the best model, such as a Confusion matrix and Area under the receiver operating characteristic (AUC-ROC). The path to the report can be found in CandidateArtifactLocations.

## 2.1070.0
* feature: AuditManager: This release updates 3 API parameters. UpdateAssessmentFrameworkControlSet now requires the controls attribute, and CreateAssessmentFrameworkControl requires the id attribute. Additionally, UpdateAssessmentFramework now has a minimum length constraint for the controlSets attribute.
* feature: SSMIncidents: Update RelatedItem enum to support SSM Automation
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.1070.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1071.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
186 changes: 171 additions & 15 deletions apis/apprunner-2020-05-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,10 @@
"HealthCheckConfiguration": {
"shape": "S1n"
},
"AutoScalingConfigurationArn": {}
"AutoScalingConfigurationArn": {},
"NetworkConfiguration": {
"shape": "S1u"
}
}
},
"output": {
Expand All @@ -140,12 +143,44 @@
],
"members": {
"Service": {
"shape": "S1v"
"shape": "S1y"
},
"OperationId": {}
}
}
},
"CreateVpcConnector": {
"input": {
"type": "structure",
"required": [
"VpcConnectorName",
"Subnets"
],
"members": {
"VpcConnectorName": {},
"Subnets": {
"shape": "S25"
},
"SecurityGroups": {
"shape": "S25"
},
"Tags": {
"shape": "Sh"
}
}
},
"output": {
"type": "structure",
"required": [
"VpcConnector"
],
"members": {
"VpcConnector": {
"shape": "S27"
}
}
}
},
"DeleteAutoScalingConfiguration": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -205,12 +240,34 @@
],
"members": {
"Service": {
"shape": "S1v"
"shape": "S1y"
},
"OperationId": {}
}
}
},
"DeleteVpcConnector": {
"input": {
"type": "structure",
"required": [
"VpcConnectorArn"
],
"members": {
"VpcConnectorArn": {}
}
},
"output": {
"type": "structure",
"required": [
"VpcConnector"
],
"members": {
"VpcConnector": {
"shape": "S27"
}
}
}
},
"DescribeAutoScalingConfiguration": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -284,7 +341,29 @@
],
"members": {
"Service": {
"shape": "S1v"
"shape": "S1y"
}
}
}
},
"DescribeVpcConnector": {
"input": {
"type": "structure",
"required": [
"VpcConnectorArn"
],
"members": {
"VpcConnectorArn": {}
}
},
"output": {
"type": "structure",
"required": [
"VpcConnector"
],
"members": {
"VpcConnector": {
"shape": "S27"
}
}
}
Expand Down Expand Up @@ -340,7 +419,7 @@
"AutoScalingConfigurationSummaryList": {
"type": "list",
"member": {
"shape": "S1y"
"shape": "S21"
}
},
"NextToken": {}
Expand Down Expand Up @@ -483,6 +562,32 @@
}
}
},
"ListVpcConnectors": {
"input": {
"type": "structure",
"members": {
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"required": [
"VpcConnectors"
],
"members": {
"VpcConnectors": {
"type": "list",
"member": {
"shape": "S27"
}
},
"NextToken": {}
}
}
},
"PauseService": {
"input": {
"type": "structure",
Expand All @@ -500,7 +605,7 @@
],
"members": {
"Service": {
"shape": "S1v"
"shape": "S1y"
},
"OperationId": {}
}
Expand All @@ -523,7 +628,7 @@
],
"members": {
"Service": {
"shape": "S1v"
"shape": "S1y"
},
"OperationId": {}
}
Expand Down Expand Up @@ -605,6 +710,9 @@
"AutoScalingConfigurationArn": {},
"HealthCheckConfiguration": {
"shape": "S1n"
},
"NetworkConfiguration": {
"shape": "S1u"
}
}
},
Expand All @@ -616,7 +724,7 @@
],
"members": {
"Service": {
"shape": "S1v"
"shape": "S1y"
},
"OperationId": {}
}
Expand Down Expand Up @@ -743,8 +851,7 @@
"sensitive": true
},
"StartCommand": {
"type": "string",
"sensitive": true
"shape": "S18"
},
"Port": {},
"RuntimeEnvironmentVariables": {
Expand All @@ -770,7 +877,9 @@
"RuntimeEnvironmentVariables": {
"shape": "S19"
},
"StartCommand": {},
"StartCommand": {
"shape": "S18"
},
"Port": {}
}
},
Expand All @@ -789,6 +898,10 @@
}
}
},
"S18": {
"type": "string",
"sensitive": true
},
"S19": {
"type": "map",
"key": {
Expand Down Expand Up @@ -836,7 +949,19 @@
}
}
},
"S1v": {
"S1u": {
"type": "structure",
"members": {
"EgressConfiguration": {
"type": "structure",
"members": {
"EgressType": {},
"VpcConnectorArn": {}
}
}
}
},
"S1y": {
"type": "structure",
"required": [
"ServiceName",
Expand All @@ -848,7 +973,8 @@
"Status",
"SourceConfiguration",
"InstanceConfiguration",
"AutoScalingConfigurationSummary"
"AutoScalingConfigurationSummary",
"NetworkConfiguration"
],
"members": {
"ServiceName": {},
Expand Down Expand Up @@ -878,11 +1004,14 @@
"shape": "S1n"
},
"AutoScalingConfigurationSummary": {
"shape": "S1y"
"shape": "S21"
},
"NetworkConfiguration": {
"shape": "S1u"
}
}
},
"S1y": {
"S21": {
"type": "structure",
"members": {
"AutoScalingConfigurationArn": {},
Expand All @@ -891,6 +1020,33 @@
"type": "integer"
}
}
},
"S25": {
"type": "list",
"member": {}
},
"S27": {
"type": "structure",
"members": {
"VpcConnectorName": {},
"VpcConnectorArn": {},
"VpcConnectorRevision": {
"type": "integer"
},
"Subnets": {
"shape": "S25"
},
"SecurityGroups": {
"shape": "S25"
},
"Status": {},
"CreatedAt": {
"type": "timestamp"
},
"DeletedAt": {
"type": "timestamp"
}
}
}
}
}
Loading

0 comments on commit b4ba175

Please sign in to comment.