Skip to content

Commit

Permalink
Updates SDK to v2.406.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 19, 2019
1 parent 6a0e2c0 commit 57b39b3
Show file tree
Hide file tree
Showing 22 changed files with 861 additions and 463 deletions.
22 changes: 22 additions & 0 deletions .changes/2.406.0.json
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "DirectoryService",
"description": "This release adds support for tags during directory creation (CreateDirectory, CreateMicrosoftAd, ConnectDirectory)."
},
{
"type": "feature",
"category": "EFS",
"description": "Amazon EFS now supports adding tags to file system resources as part of the CreateFileSystem API . Using this capability, customers can now more easily enforce tag-based authorization for EFS file system resources."
},
{
"type": "feature",
"category": "Iot",
"description": "AWS IoT - AWS IoT Device Defender adds support for configuring behaviors in a security profile with statistical thresholds. Device Defender also adds support for configuring multiple data-point evaluations before a violation is either created or cleared."
},
{
"type": "feature",
"category": "SSM",
"description": "AWS Systems Manager now supports adding tags when creating Activations, Patch Baselines, Documents, Parameters, and Maintenance Windows"
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.405.0-->
<!--LATEST=2.406.0-->
<!--ENTRYINSERT-->

## 2.406.0
* feature: DirectoryService: This release adds support for tags during directory creation (CreateDirectory, CreateMicrosoftAd, ConnectDirectory).
* feature: EFS: Amazon EFS now supports adding tags to file system resources as part of the CreateFileSystem API . Using this capability, customers can now more easily enforce tag-based authorization for EFS file system resources.
* feature: Iot: AWS IoT - AWS IoT Device Defender adds support for configuring behaviors in a security profile with statistical thresholds. Device Defender also adds support for configuring multiple data-point evaluations before a violation is either created or cleared.
* feature: SSM: AWS Systems Manager now supports adding tags when creating Activations, Patch Baselines, Documents, Parameters, and Maintenance Windows

## 2.405.0
* feature: Athena: This release adds support for Workgroups to Amazon Athena. Use Workgroups to isolate users, teams, applications or workloads in the same account, control costs by setting up query limits and creating Amazon SNS alarms, and publish query-related metrics to Amazon CloudWatch.
* feature: SecretsManager: This release increases the maximum allowed size of SecretString or SecretBinary from 4KB to 7KB in the CreateSecret, UpdateSecret, PutSecretValue and GetSecretValue APIs.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,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.405.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.406.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
11 changes: 10 additions & 1 deletion apis/ds-2015-04-16.min.json
Expand Up @@ -132,6 +132,9 @@
},
"CustomerUserName": {}
}
},
"Tags": {
"shape": "Sk"
}
}
},
Expand Down Expand Up @@ -238,6 +241,9 @@
"Size": {},
"VpcSettings": {
"shape": "S1o"
},
"Tags": {
"shape": "Sk"
}
}
},
Expand Down Expand Up @@ -283,7 +289,10 @@
"VpcSettings": {
"shape": "S1o"
},
"Edition": {}
"Edition": {},
"Tags": {
"shape": "Sk"
}
}
},
"output": {
Expand Down
12 changes: 12 additions & 0 deletions apis/ds-2015-04-16.normal.json
Expand Up @@ -1808,6 +1808,10 @@
"ConnectSettings": {
"shape": "DirectoryConnectSettings",
"documentation": "<p>A <a>DirectoryConnectSettings</a> object that contains additional information for the operation.</p>"
},
"Tags": {
"shape": "Tags",
"documentation": "<p>The tags to be assigned to AD Connector.</p>"
}
},
"documentation": "<p>Contains the inputs for the <a>ConnectDirectory</a> operation.</p>"
Expand Down Expand Up @@ -1963,6 +1967,10 @@
"VpcSettings": {
"shape": "DirectoryVpcSettings",
"documentation": "<p>A <a>DirectoryVpcSettings</a> object that contains additional information for the operation.</p>"
},
"Tags": {
"shape": "Tags",
"documentation": "<p>The tags to be assigned to the Simple AD directory.</p>"
}
},
"documentation": "<p>Contains the inputs for the <a>CreateDirectory</a> operation. </p>"
Expand Down Expand Up @@ -2029,6 +2037,10 @@
"Edition": {
"shape": "DirectoryEdition",
"documentation": "<p>AWS Managed Microsoft AD is available in two editions: Standard and Enterprise. Enterprise is the default.</p>"
},
"Tags": {
"shape": "Tags",
"documentation": "<p>The tags to be assigned to the AWS Managed Microsoft AD directory.</p>"
}
},
"documentation": "<p>Creates an AWS Managed Microsoft AD directory.</p>"
Expand Down
24 changes: 21 additions & 3 deletions apis/elasticfilesystem-2015-02-01.examples.json
Expand Up @@ -5,7 +5,13 @@
{
"input": {
"CreationToken": "tokenstring",
"PerformanceMode": "generalPurpose"
"PerformanceMode": "generalPurpose",
"Tags": [
{
"Key": "Name",
"Value": "MyFileSystem"
}
]
},
"output": {
"CreationTime": "1481841524.0",
Expand All @@ -17,7 +23,13 @@
"PerformanceMode": "generalPurpose",
"SizeInBytes": {
"Value": 0
}
},
"Tags": [
{
"Key": "Name",
"Value": "MyFileSystem"
}
]
},
"comments": {
"input": {
Expand Down Expand Up @@ -130,7 +142,13 @@
"PerformanceMode": "generalPurpose",
"SizeInBytes": {
"Value": 6144
}
},
"Tags": [
{
"Key": "Name",
"Value": "MyFileSystem"
}
]
}
]
},
Expand Down
61 changes: 34 additions & 27 deletions apis/elasticfilesystem-2015-02-01.min.json
Expand Up @@ -31,11 +31,14 @@
"ThroughputMode": {},
"ProvisionedThroughputInMibps": {
"type": "double"
},
"Tags": {
"shape": "S8"
}
}
},
"output": {
"shape": "S8"
"shape": "Sc"
}
},
"CreateMountTarget": {
Expand All @@ -54,12 +57,12 @@
"SubnetId": {},
"IpAddress": {},
"SecurityGroups": {
"shape": "Sl"
"shape": "So"
}
}
},
"output": {
"shape": "Sn"
"shape": "Sq"
}
},
"CreateTags": {
Expand All @@ -79,7 +82,7 @@
"locationName": "FileSystemId"
},
"Tags": {
"shape": "Sr"
"shape": "S8"
}
}
}
Expand Down Expand Up @@ -180,7 +183,7 @@
"FileSystems": {
"type": "list",
"member": {
"shape": "S8"
"shape": "Sc"
}
},
"NextMarker": {}
Expand Down Expand Up @@ -234,7 +237,7 @@
],
"members": {
"SecurityGroups": {
"shape": "Sl"
"shape": "So"
}
}
}
Expand Down Expand Up @@ -274,7 +277,7 @@
"MountTargets": {
"type": "list",
"member": {
"shape": "Sn"
"shape": "Sq"
}
},
"NextMarker": {}
Expand Down Expand Up @@ -316,7 +319,7 @@
"members": {
"Marker": {},
"Tags": {
"shape": "Sr"
"shape": "S8"
},
"NextMarker": {}
}
Expand All @@ -339,7 +342,7 @@
"locationName": "MountTargetId"
},
"SecurityGroups": {
"shape": "Sl"
"shape": "So"
}
}
}
Expand Down Expand Up @@ -393,12 +396,26 @@
}
},
"output": {
"shape": "S8"
"shape": "Sc"
}
}
},
"shapes": {
"S8": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Key",
"Value"
],
"members": {
"Key": {},
"Value": {}
}
}
},
"Sc": {
"type": "structure",
"required": [
"OwnerId",
Expand All @@ -408,7 +425,8 @@
"LifeCycleState",
"NumberOfMountTargets",
"SizeInBytes",
"PerformanceMode"
"PerformanceMode",
"Tags"
],
"members": {
"OwnerId": {},
Expand Down Expand Up @@ -450,14 +468,17 @@
"ThroughputMode": {},
"ProvisionedThroughputInMibps": {
"type": "double"
},
"Tags": {
"shape": "S8"
}
}
},
"Sl": {
"So": {
"type": "list",
"member": {}
},
"Sn": {
"Sq": {
"type": "structure",
"required": [
"MountTargetId",
Expand All @@ -475,20 +496,6 @@
"NetworkInterfaceId": {}
}
},
"Sr": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Key",
"Value"
],
"members": {
"Key": {},
"Value": {}
}
}
},
"S14": {
"type": "structure",
"members": {
Expand Down

0 comments on commit 57b39b3

Please sign in to comment.