Skip to content

Commit

Permalink
Updates SDK to v2.606.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 17, 2020
1 parent da1090c commit f998d52
Show file tree
Hide file tree
Showing 27 changed files with 1,002 additions and 496 deletions.
32 changes: 32 additions & 0 deletions .changes/2.606.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "bugfix",
"category": "iam",
"description": "add IAM endpoint for us-isob-*"
},
{
"type": "feature",
"category": "Batch",
"description": "This release ensures INACTIVE job definitions are permanently deleted after 180 days."
},
{
"type": "feature",
"category": "CloudHSMV2",
"description": "This release introduces resource-level and tag-based access control for AWS CloudHSM resources. You can now tag CloudHSM backups, tag CloudHSM clusters on creation, and tag a backup as you copy it to another region."
},
{
"type": "feature",
"category": "ECS",
"description": "This release provides a public preview for specifying Amazon EFS file systems as volumes in your Amazon ECS task definitions."
},
{
"type": "feature",
"category": "MediaConvert",
"description": "AWS Elemental MediaConvert SDK has added support for MP3 audio only outputs."
},
{
"type": "feature",
"category": "Neptune",
"description": "This release includes Deletion Protection for Amazon Neptune databases."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-iam-b72f6077.json

This file was deleted.

10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.605.0-->
<!--LATEST=2.606.0-->
<!--ENTRYINSERT-->

## 2.606.0
* bugfix: iam: add IAM endpoint for us-isob-*
* feature: Batch: This release ensures INACTIVE job definitions are permanently deleted after 180 days.
* feature: CloudHSMV2: This release introduces resource-level and tag-based access control for AWS CloudHSM resources. You can now tag CloudHSM backups, tag CloudHSM clusters on creation, and tag a backup as you copy it to another region.
* feature: ECS: This release provides a public preview for specifying Amazon EFS file systems as volumes in your Amazon ECS task definitions.
* feature: MediaConvert: AWS Elemental MediaConvert SDK has added support for MP3 audio only outputs.
* feature: Neptune: This release includes Deletion Protection for Amazon Neptune databases.

## 2.605.0
* feature: DirectoryService: To reduce the number of errors our customers are facing, we have modified the requirements of input parameters for two of Directory Service APIs.
* feature: EC2: Client VPN now supports Port Configuration for VPN Endpoints, allowing usage of either port 443 or port 1194.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
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.605.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.606.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
10 changes: 5 additions & 5 deletions apis/batch-2016-08-10.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"shape": "ServerException"
}
],
"documentation": "<p>Deregisters an AWS Batch job definition.</p>"
"documentation": "<p>Deregisters an AWS Batch job definition. Job definitions will be permanently deleted after 180 days.</p>"
},
"DescribeComputeEnvironments": {
"name": "DescribeComputeEnvironments",
Expand Down Expand Up @@ -640,7 +640,7 @@
},
"allocationStrategy": {
"shape": "CRAllocationStrategy",
"documentation": "<p>The allocation strategy to use for the compute resource in case not enough instances of the best fitting instance type can be allocated. This could be due to availability of the instance type in the region or <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-resource-limits.html\">Amazon EC2 service limits</a>. If this is not specified, the default is <code>BEST_FIT</code>, which will use only the best fitting instance type, waiting for additional capacity if it's not available. This allocation strategy keeps costs lower but can limit scaling. <code>BEST_FIT_PROGRESSIVE</code> will select an additional instance type that is large enough to meet the requirements of the jobs in the queue, with a preference for an instance type with a lower cost. <code>SPOT_CAPACITY_OPTIMIZED</code> is only available for Spot Instance compute resources and will select an additional instance type that is large enough to meet the requirements of the jobs in the queue, with a preference for an instance type that is less likely to be interrupted.</p>"
"documentation": "<p>The allocation strategy to use for the compute resource in case not enough instances of the best fitting instance type can be allocated. This could be due to availability of the instance type in the region or <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-resource-limits.html\">Amazon EC2 service limits</a>. If this is not specified, the default is <code>BEST_FIT</code>, which will use only the best fitting instance type, waiting for additional capacity if it's not available. This allocation strategy keeps costs lower but can limit scaling. If you are using Spot Fleets with <code>BEST_FIT</code> then the Spot Fleet IAM Role must be specified. <code>BEST_FIT_PROGRESSIVE</code> will select additional instance types that are large enough to meet the requirements of the jobs in the queue, with a preference for instance types with a lower cost per vCPU. <code>SPOT_CAPACITY_OPTIMIZED</code> is only available for Spot Instance compute resources and will select additional instance types that are large enough to meet the requirements of the jobs in the queue, with a preference for instance types that are less likely to be interrupted. For more information, see <a href=\"https://docs.aws.amazon.com/batch/latest/userguide/allocation-strategies.html \">Allocation Strategies</a> in the <i>AWS Batch User Guide</i>.</p>"
},
"minvCpus": {
"shape": "Integer",
Expand Down Expand Up @@ -692,7 +692,7 @@
},
"spotIamFleetRole": {
"shape": "String",
"documentation": "<p>The Amazon Resource Name (ARN) of the Amazon EC2 Spot Fleet IAM role applied to a <code>SPOT</code> compute environment. For more information, see <a href=\"https://docs.aws.amazon.com/batch/latest/userguide/spot_fleet_IAM_role.html\">Amazon EC2 Spot Fleet Role</a> in the <i>AWS Batch User Guide</i>.</p>"
"documentation": "<p>The Amazon Resource Name (ARN) of the Amazon EC2 Spot Fleet IAM role applied to a <code>SPOT</code> compute environment. This role is required if the allocation strategy set to <code>BEST_FIT</code> or if the allocation strategy is not specified. For more information, see <a href=\"https://docs.aws.amazon.com/batch/latest/userguide/spot_fleet_IAM_role.html\">Amazon EC2 Spot Fleet Role</a> in the <i>AWS Batch User Guide</i>.</p>"
},
"launchTemplate": {
"shape": "LaunchTemplateSpecification",
Expand Down Expand Up @@ -1388,7 +1388,7 @@
},
"dependsOn": {
"shape": "JobDependencyList",
"documentation": "<p>A list of job names or IDs on which this job depends.</p>"
"documentation": "<p>A list of job IDs on which this job depends.</p>"
},
"jobDefinition": {
"shape": "String",
Expand Down Expand Up @@ -1948,7 +1948,7 @@
},
"jobDefinition": {
"shape": "String",
"documentation": "<p>The job definition used by this job. This value can be either a <code>name:revision</code> or the Amazon Resource Name (ARN) for the job definition.</p>"
"documentation": "<p>The job definition used by this job. This value can be one of <code>name</code>, <code>name:revision</code>, or the Amazon Resource Name (ARN) for the job definition. If <code>name</code> is specified without a revision then the latest active revision is used.</p>"
},
"parameters": {
"shape": "ParametersMap",
Expand Down
76 changes: 44 additions & 32 deletions apis/cloudhsmv2-2017-04-28.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
],
"members": {
"DestinationRegion": {},
"BackupId": {}
"BackupId": {},
"TagList": {
"shape": "S4"
}
}
},
"output": {
Expand Down Expand Up @@ -56,14 +59,17 @@
"member": {}
},
"HsmType": {},
"SourceBackupId": {}
"SourceBackupId": {},
"TagList": {
"shape": "S4"
}
}
},
"output": {
"type": "structure",
"members": {
"Cluster": {
"shape": "Sd"
"shape": "Sh"
}
}
}
Expand All @@ -85,7 +91,7 @@
"type": "structure",
"members": {
"Hsm": {
"shape": "Sg"
"shape": "Sk"
}
}
}
Expand All @@ -104,7 +110,7 @@
"type": "structure",
"members": {
"Backup": {
"shape": "Sz"
"shape": "S13"
}
}
}
Expand All @@ -123,7 +129,7 @@
"type": "structure",
"members": {
"Cluster": {
"shape": "Sd"
"shape": "Sh"
}
}
}
Expand Down Expand Up @@ -157,7 +163,7 @@
"type": "integer"
},
"Filters": {
"shape": "S18"
"shape": "S1c"
},
"SortAscending": {
"type": "boolean"
Expand All @@ -170,7 +176,7 @@
"Backups": {
"type": "list",
"member": {
"shape": "Sz"
"shape": "S13"
}
},
"NextToken": {}
Expand All @@ -182,7 +188,7 @@
"type": "structure",
"members": {
"Filters": {
"shape": "S18"
"shape": "S1c"
},
"NextToken": {},
"MaxResults": {
Expand All @@ -196,7 +202,7 @@
"Clusters": {
"type": "list",
"member": {
"shape": "Sd"
"shape": "Sh"
}
},
"NextToken": {}
Expand Down Expand Up @@ -246,7 +252,7 @@
],
"members": {
"TagList": {
"shape": "S1l"
"shape": "S4"
},
"NextToken": {}
}
Expand All @@ -266,7 +272,7 @@
"type": "structure",
"members": {
"Backup": {
"shape": "Sz"
"shape": "S13"
}
}
}
Expand All @@ -281,7 +287,7 @@
"members": {
"ResourceId": {},
"TagList": {
"shape": "S1l"
"shape": "S4"
}
}
},
Expand Down Expand Up @@ -312,7 +318,21 @@
}
},
"shapes": {
"Sd": {
"S4": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Key",
"Value"
],
"members": {
"Key": {},
"Value": {}
}
}
},
"Sh": {
"type": "structure",
"members": {
"BackupPolicy": {},
Expand All @@ -323,7 +343,7 @@
"Hsms": {
"type": "list",
"member": {
"shape": "Sg"
"shape": "Sk"
}
},
"HsmType": {},
Expand All @@ -347,10 +367,13 @@
"ManufacturerHardwareCertificate": {},
"ClusterCertificate": {}
}
},
"TagList": {
"shape": "S4"
}
}
},
"Sg": {
"Sk": {
"type": "structure",
"required": [
"HsmId"
Expand All @@ -366,7 +389,7 @@
"StateMessage": {}
}
},
"Sz": {
"S13": {
"type": "structure",
"required": [
"BackupId"
Expand All @@ -386,30 +409,19 @@
"SourceCluster": {},
"DeleteTimestamp": {
"type": "timestamp"
},
"TagList": {
"shape": "S4"
}
}
},
"S18": {
"S1c": {
"type": "map",
"key": {},
"value": {
"type": "list",
"member": {}
}
},
"S1l": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Key",
"Value"
],
"members": {
"Key": {},
"Value": {}
}
}
}
}
}
Loading

0 comments on commit f998d52

Please sign in to comment.