Skip to content

Commit

Permalink
Updates SDK to v2.470.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 6, 2019
1 parent a9d5278 commit 4e23965
Show file tree
Hide file tree
Showing 35 changed files with 6,188 additions and 3,413 deletions.
32 changes: 32 additions & 0 deletions .changes/2.470.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "ECS",
"description": "This release of Amazon Elastic Container Service (Amazon ECS) introduces support for launching container instances using supported Amazon EC2 instance types that have increased elastic network interface density. Using these instance types and opting in to the awsvpcTrunking account setting provides increased elastic network interface (ENI) density on newly launched container instances which allows you to place more tasks on each container instance."
},
{
"type": "feature",
"category": "GuardDuty",
"description": "Improve FindingCriteria Condition field names, support long-typed conditions and deprecate old Condition field names."
},
{
"type": "feature",
"category": "MediaConnect",
"description": "This release adds support for encrypting entitlements using Secure Packager and Encoder Key Exchange (SPEKE)."
},
{
"type": "feature",
"category": "Organizations",
"description": "You can tag and untag accounts in your organization and view tags on an account in your organization."
},
{
"type": "feature",
"category": "SES",
"description": "You can now specify whether the Amazon Simple Email Service must deliver email over a connection that is encrypted using Transport Layer Security (TLS)."
},
{
"type": "feature",
"category": "SSM",
"description": "OpsCenter is a new Systems Manager capability that allows you to view, diagnose, and remediate, operational issues, aka OpsItems, related to various AWS resources by bringing together contextually relevant investigation information. New APIs to create, update, describe, and get OpsItems as well as OpsItems summary API. "
}
]
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.469.0-->
<!--LATEST=2.470.0-->
<!--ENTRYINSERT-->

## 2.470.0
* feature: ECS: This release of Amazon Elastic Container Service (Amazon ECS) introduces support for launching container instances using supported Amazon EC2 instance types that have increased elastic network interface density. Using these instance types and opting in to the awsvpcTrunking account setting provides increased elastic network interface (ENI) density on newly launched container instances which allows you to place more tasks on each container instance.
* feature: GuardDuty: Improve FindingCriteria Condition field names, support long-typed conditions and deprecate old Condition field names.
* feature: MediaConnect: This release adds support for encrypting entitlements using Secure Packager and Encoder Key Exchange (SPEKE).
* feature: Organizations: You can tag and untag accounts in your organization and view tags on an account in your organization.
* feature: SES: You can now specify whether the Amazon Simple Email Service must deliver email over a connection that is encrypted using Transport Layer Security (TLS).
* feature: SSM: OpsCenter is a new Systems Manager capability that allows you to view, diagnose, and remediate, operational issues, aka OpsItems, related to various AWS resources by bringing together contextually relevant investigation information. New APIs to create, update, describe, and get OpsItems as well as OpsItems summary API.

## 2.469.0
* feature: Glue: Support specifying python version for Python shell jobs. A new parameter PythonVersion is added to the JobCommand data type.

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.469.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.470.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
12 changes: 6 additions & 6 deletions apis/dynamodb-2012-08-10.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -3831,15 +3831,15 @@
"members": {
"Status": {
"shape": "SSEStatus",
"documentation": "<p>The current state of server-side encryption:</p> <ul> <li> <p> <code>ENABLING</code> - Server-side encryption is being enabled.</p> </li> <li> <p> <code>ENABLED</code> - Server-side encryption is enabled.</p> </li> <li> <p> <code>DISABLING</code> - Server-side encryption is being disabled.</p> </li> <li> <p> <code>DISABLED</code> - Server-side encryption is disabled.</p> </li> <li> <p> <code>UPDATING</code> - Server-side encryption is being updated.</p> </li> </ul>"
"documentation": "<p>Represents the current state of server-side encryption. The only supported values are:</p> <ul> <li> <p> <code>ENABLED</code> - Server-side encryption is enabled.</p> </li> <li> <p> <code>UPDATING</code> - Server-side encryption is being updated.</p> </li> </ul>"
},
"SSEType": {
"shape": "SSEType",
"documentation": "<p>Server-side encryption type:</p> <ul> <li> <p> <code>AES256</code> - Server-side encryption which uses the AES256 algorithm (not applicable).</p> </li> <li> <p> <code>KMS</code> - Server-side encryption which uses AWS Key Management Service. Key is stored in your account and is managed by AWS KMS (KMS charges apply).</p> </li> </ul>"
"documentation": "<p>Server-side encryption type. The only supported value is:</p> <ul> <li> <p> <code>KMS</code> - Server-side encryption which uses AWS Key Management Service. Key is stored in your account and is managed by AWS KMS (KMS charges apply).</p> </li> </ul>"
},
"KMSMasterKeyArn": {
"shape": "KMSMasterKeyArn",
"documentation": "<p>The KMS master key ARN used for the KMS encryption.</p>"
"documentation": "<p>The KMS customer master key (CMK) ARN used for the KMS encryption.</p>"
}
},
"documentation": "<p>The description of the server-side encryption status on the specified table.</p>"
Expand All @@ -3852,15 +3852,15 @@
"members": {
"Enabled": {
"shape": "SSEEnabled",
"documentation": "<p>Indicates whether server-side encryption is enabled (true) or disabled (false) on the table. If enabled (true), server-side encryption type is set to <code>KMS</code>. If disabled (false) or not specified, server-side encryption is set to AWS owned CMK.</p>"
"documentation": "<p>Indicates whether server-side encryption is done using an AWS managed CMK or an AWS owned CMK. If enabled (true), server-side encryption type is set to <code>KMS</code> and an AWS managed CMK is used (AWS KMS charges apply). If disabled (false) or not specified, server-side encryption is set to AWS owned CMK.</p>"
},
"SSEType": {
"shape": "SSEType",
"documentation": "<p>Server-side encryption type:</p> <ul> <li> <p> <code>AES256</code> - Server-side encryption which uses the AES256 algorithm (not applicable).</p> </li> <li> <p> <code>KMS</code> - Server-side encryption which uses AWS Key Management Service. Key is stored in your account and is managed by AWS KMS (KMS charges apply).</p> </li> </ul>"
"documentation": "<p>Server-side encryption type. The only supported value is:</p> <ul> <li> <p> <code>KMS</code> - Server-side encryption which uses AWS Key Management Service. Key is stored in your account and is managed by AWS KMS (KMS charges apply).</p> </li> </ul>"
},
"KMSMasterKeyId": {
"shape": "KMSMasterKeyId",
"documentation": "<p>The KMS Master Key (CMK) which should be used for the KMS encryption. To specify a CMK, use its key ID, Amazon Resource Name (ARN), alias name, or alias ARN. Note that you should only provide this parameter if the key is different from the default DynamoDB KMS Master Key alias/aws/dynamodb.</p>"
"documentation": "<p>The KMS Customer Master Key (CMK) which should be used for the KMS encryption. To specify a CMK, use its key ID, Amazon Resource Name (ARN), alias name, or alias ARN. Note that you should only provide this parameter if the key is different from the default DynamoDB Customer Master Key alias/aws/dynamodb.</p>"
}
},
"documentation": "<p>Represents the settings used to enable server-side encryption.</p>"
Expand Down
48 changes: 36 additions & 12 deletions apis/ecs-2014-11-13.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -953,6 +953,26 @@
}
}
},
"SubmitAttachmentStateChanges": {
"input": {
"type": "structure",
"required": [
"attachments"
],
"members": {
"cluster": {},
"attachments": {
"shape": "S69"
}
}
},
"output": {
"type": "structure",
"members": {
"acknowledgment": {}
}
}
},
"SubmitContainerStateChange": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -1003,18 +1023,7 @@
}
},
"attachments": {
"type": "list",
"member": {
"type": "structure",
"required": [
"attachmentArn",
"status"
],
"members": {
"attachmentArn": {},
"status": {}
}
}
"shape": "S69"
},
"pullStartedAt": {
"type": "timestamp"
Expand Down Expand Up @@ -1559,6 +1568,7 @@
"shape": "S1z"
},
"status": {},
"statusReason": {},
"agentConnected": {
"type": "boolean"
},
Expand Down Expand Up @@ -2221,6 +2231,20 @@
"protocol": {}
}
}
},
"S69": {
"type": "list",
"member": {
"type": "structure",
"required": [
"attachmentArn",
"status"
],
"members": {
"attachmentArn": {},
"status": {}
}
}
}
}
}
Loading

0 comments on commit 4e23965

Please sign in to comment.