Skip to content

Commit

Permalink
Updates SDK to v2.787.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 6, 2020
1 parent 0344874 commit af5e87d
Show file tree
Hide file tree
Showing 23 changed files with 842 additions and 746 deletions.
22 changes: 22 additions & 0 deletions .changes/2.787.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "DLM",
"description": "Amazon Data Lifecycle Manager now supports the creation and retention of EBS-backed Amazon Machine Images"
},
{
"type": "feature",
"category": "EC2",
"description": "Network card support with four new attributes: NetworkCardIndex, NetworkPerformance, DefaultNetworkCardIndex, and MaximumNetworkInterfaces, added to the DescribeInstanceTypes API."
},
{
"type": "feature",
"category": "IoTSiteWise",
"description": "Remove the CreatePresignedPortalUrl API"
},
{
"type": "feature",
"category": "MediaLive",
"description": "Support for SCTE35 ad markers in OnCuePoint style in RTMP outputs."
}
]
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.786.0-->
<!--LATEST=2.787.0-->
<!--ENTRYINSERT-->

## 2.787.0
* feature: DLM: Amazon Data Lifecycle Manager now supports the creation and retention of EBS-backed Amazon Machine Images
* feature: EC2: Network card support with four new attributes: NetworkCardIndex, NetworkPerformance, DefaultNetworkCardIndex, and MaximumNetworkInterfaces, added to the DescribeInstanceTypes API.
* feature: IoTSiteWise: Remove the CreatePresignedPortalUrl API
* feature: MediaLive: Support for SCTE35 ad markers in OnCuePoint style in RTMP outputs.

## 2.786.0
* feature: AppMesh: This release adds circuit breaking capabilities to your mesh with connection pooling and outlier detection support.
* feature: CloudWatchEvents: With this release, customers can now reprocess past events by storing the events published on event bus in an encrypted archive.
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.786.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.787.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
24 changes: 14 additions & 10 deletions apis/dlm-2018-01-12.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"shape": "S5"
},
"Tags": {
"shape": "S13"
"shape": "S14"
}
}
},
Expand Down Expand Up @@ -115,8 +115,9 @@
"Description": {},
"State": {},
"Tags": {
"shape": "S13"
}
"shape": "S14"
},
"PolicyType": {}
}
}
}
Expand Down Expand Up @@ -152,16 +153,16 @@
"StatusMessage": {},
"ExecutionRoleArn": {},
"DateCreated": {
"shape": "S1n"
"shape": "S1o"
},
"DateModified": {
"shape": "S1n"
"shape": "S1o"
},
"PolicyDetails": {
"shape": "S5"
},
"Tags": {
"shape": "S13"
"shape": "S14"
},
"PolicyArn": {}
}
Expand Down Expand Up @@ -190,7 +191,7 @@
"type": "structure",
"members": {
"Tags": {
"shape": "S13"
"shape": "S14"
}
}
}
Expand All @@ -211,7 +212,7 @@
"locationName": "resourceArn"
},
"Tags": {
"shape": "S13"
"shape": "S14"
}
}
},
Expand Down Expand Up @@ -395,6 +396,9 @@
"members": {
"ExcludeBootVolume": {
"type": "boolean"
},
"NoReboot": {
"type": "boolean"
}
}
}
Expand All @@ -415,12 +419,12 @@
"Value": {}
}
},
"S13": {
"S14": {
"type": "map",
"key": {},
"value": {}
},
"S1n": {
"S1o": {
"type": "timestamp",
"timestampFormat": "iso8601"
}
Expand Down
16 changes: 14 additions & 2 deletions apis/dlm-2018-01-12.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,10 @@
"Tags": {
"shape": "TagMap",
"documentation": "<p>The tags.</p>"
},
"PolicyType": {
"shape": "PolicyTypeValues",
"documentation": "<p>The type of policy. <code>EBS_SNAPSHOT_MANAGEMENT</code> indicates that the policy manages the lifecycle of Amazon EBS snapshots. <code>IMAGE_MANAGEMENT</code> indicates that the policy manages the lifecycle of EBS-backed AMIs.</p>"
}
},
"documentation": "<p>Summary information about a lifecycle policy.</p>"
Expand Down Expand Up @@ -609,12 +613,19 @@
}
}
},
"NoReboot": {
"type": "boolean"
},
"Parameters": {
"type": "structure",
"members": {
"ExcludeBootVolume": {
"shape": "ExcludeBootVolume",
"documentation": "<p>[EBS Snapshot Management – Instance policies only] Indicates whether to exclude the root volume from snapshots created using <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateSnapshots.html\">CreateSnapshots</a>. The default is false.</p>"
},
"NoReboot": {
"shape": "NoReboot",
"documentation": "<p>Applies to AMI lifecycle policies only. Indicates whether targeted instances are rebooted when the lifecycle policy runs. <code>true</code> indicates that targeted instances are not rebooted when the policy runs. <code>false</code> indicates that target instances are rebooted when the policy runs. The default is <code>true</code> (instance are not rebooted).</p>"
}
},
"documentation": "<p>Specifies optional parameters to add to a policy. The set of valid parameters depends on the combination of policy type and resource type.</p>"
Expand All @@ -636,7 +647,7 @@
"members": {
"PolicyType": {
"shape": "PolicyTypeValues",
"documentation": "<p>The valid target resource types and actions a policy can manage. The default is EBS_SNAPSHOT_MANAGEMENT.</p>"
"documentation": "<p>The valid target resource types and actions a policy can manage. Specify <code>EBS_SNAPSHOT_MANAGEMENT</code> to create a lifecycle policy that manages the lifecycle of Amazon EBS snapshots. Specify <code>IMAGE_MANAGEMENT</code> to create a lifecycle policy that manages the lifecycle of EBS-backed AMIs. The default is <code>EBS_SNAPSHOT_MANAGEMENT</code>.</p>"
},
"ResourceTypes": {
"shape": "ResourceTypeValuesList",
Expand Down Expand Up @@ -672,7 +683,8 @@
"PolicyTypeValues": {
"type": "string",
"enum": [
"EBS_SNAPSHOT_MANAGEMENT"
"EBS_SNAPSHOT_MANAGEMENT",
"IMAGE_MANAGEMENT"
]
},
"ResourceTypeValues": {
Expand Down
Loading

0 comments on commit af5e87d

Please sign in to comment.