Skip to content

Commit

Permalink
Updates SDK to v2.593.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 18, 2019
1 parent 4b5d62e commit 2c93f42
Show file tree
Hide file tree
Showing 21 changed files with 541 additions and 125 deletions.
12 changes: 12 additions & 0 deletions .changes/2.593.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "EC2",
"description": "This release introduces the ability to tag Elastic Graphics accelerators. You can use tags to organize and identify your accelerators for cost allocation."
},
{
"type": "feature",
"category": "OpsWorksCM",
"description": "AWS OpsWorks CM now supports tagging, and tag-based access control, of servers and backups."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.592.0-->
<!--LATEST=2.593.0-->
<!--ENTRYINSERT-->

## 2.593.0
* feature: EC2: This release introduces the ability to tag Elastic Graphics accelerators. You can use tags to organize and identify your accelerators for cost allocation.
* feature: OpsWorksCM: AWS OpsWorks CM now supports tagging, and tag-based access control, of servers and backups.

## 2.592.0
* feature: Iot: Added a new Over-the-Air (OTA) Update feature that allows you to use different, or multiple, protocols to transfer an image from the AWS cloud to IoT devices.
* feature: KinesisAnalyticsV2: Kinesis Data Analytics service now supports running Java applications using Flink 1.8.
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.592.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.593.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
28 changes: 14 additions & 14 deletions apis/cloudfront-2019-03-26.normal.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions apis/ec2-2016-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -5577,6 +5577,10 @@
},
"InstanceId": {
"locationName": "instanceId"
},
"Tags": {
"shape": "Sg",
"locationName": "tagSet"
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -18933,6 +18933,11 @@
"shape": "String",
"documentation": "<p>The ID of the instance to which the Elastic Graphics accelerator is attached.</p>",
"locationName": "instanceId"
},
"Tags": {
"shape": "TagList",
"documentation": "<p>The tags assigned to the Elastic Graphics accelerator.</p>",
"locationName": "tagSet"
}
},
"documentation": "<p>Describes an Elastic Graphics accelerator.</p>"
Expand Down
117 changes: 100 additions & 17 deletions apis/opsworkscm-2016-11-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,17 @@
],
"members": {
"ServerName": {},
"Description": {}
"Description": {},
"Tags": {
"shape": "Sc"
}
}
},
"output": {
"type": "structure",
"members": {
"Backup": {
"shape": "Sd"
"shape": "Sh"
}
}
}
Expand Down Expand Up @@ -95,11 +98,14 @@
"PreferredMaintenanceWindow": {},
"PreferredBackupWindow": {},
"SecurityGroupIds": {
"shape": "Sj"
"shape": "Sn"
},
"ServiceRoleArn": {},
"SubnetIds": {
"shape": "Sj"
"shape": "Sn"
},
"Tags": {
"shape": "Sc"
},
"BackupId": {}
}
Expand All @@ -108,7 +114,7 @@
"type": "structure",
"members": {
"Server": {
"shape": "Sv"
"shape": "Sz"
}
}
}
Expand Down Expand Up @@ -187,7 +193,7 @@
"Backups": {
"type": "list",
"member": {
"shape": "Sd"
"shape": "Sh"
}
},
"NextToken": {}
Expand Down Expand Up @@ -268,7 +274,7 @@
"Servers": {
"type": "list",
"member": {
"shape": "Sv"
"shape": "Sz"
}
},
"NextToken": {}
Expand Down Expand Up @@ -322,6 +328,30 @@
}
}
},
"ListTagsForResource": {
"input": {
"type": "structure",
"required": [
"ResourceArn"
],
"members": {
"ResourceArn": {},
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"Tags": {
"shape": "Sc"
},
"NextToken": {}
}
}
},
"RestoreServer": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -358,11 +388,50 @@
"type": "structure",
"members": {
"Server": {
"shape": "Sv"
"shape": "Sz"
}
}
}
},
"TagResource": {
"input": {
"type": "structure",
"required": [
"ResourceArn",
"Tags"
],
"members": {
"ResourceArn": {},
"Tags": {
"shape": "Sc"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UntagResource": {
"input": {
"type": "structure",
"required": [
"ResourceArn",
"TagKeys"
],
"members": {
"ResourceArn": {},
"TagKeys": {
"type": "list",
"member": {}
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UpdateServer": {
"input": {
"type": "structure",
Expand All @@ -385,7 +454,7 @@
"type": "structure",
"members": {
"Server": {
"shape": "Sv"
"shape": "Sz"
}
}
}
Expand All @@ -407,7 +476,7 @@
"type": "structure",
"members": {
"Server": {
"shape": "Sv"
"shape": "Sz"
}
}
}
Expand All @@ -430,7 +499,21 @@
}
}
},
"Sd": {
"Sc": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Key",
"Value"
],
"members": {
"Key": {},
"Value": {}
}
}
},
"Sh": {
"type": "structure",
"members": {
"BackupArn": {},
Expand All @@ -457,24 +540,24 @@
},
"S3LogUrl": {},
"SecurityGroupIds": {
"shape": "Sj"
"shape": "Sn"
},
"ServerName": {},
"ServiceRoleArn": {},
"Status": {},
"StatusDescription": {},
"SubnetIds": {
"shape": "Sj"
"shape": "Sn"
},
"ToolsVersion": {},
"UserArn": {}
}
},
"Sj": {
"Sn": {
"type": "list",
"member": {}
},
"Sv": {
"Sz": {
"type": "structure",
"members": {
"AssociatePublicIpAddress": {
Expand Down Expand Up @@ -506,13 +589,13 @@
"PreferredMaintenanceWindow": {},
"PreferredBackupWindow": {},
"SecurityGroupIds": {
"shape": "Sj"
"shape": "Sn"
},
"ServiceRoleArn": {},
"Status": {},
"StatusReason": {},
"SubnetIds": {
"shape": "Sj"
"shape": "Sn"
},
"ServerArn": {}
}
Expand Down
Loading

0 comments on commit 2c93f42

Please # to comment.