Skip to content

Commit 159e0d5

Browse files
author
awstools
committed
Updates SDK to v2.1192.0
1 parent 47f53df commit 159e0d5

15 files changed

+1448
-1396
lines changed

.changes/2.1192.0.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "DLM",
5+
"description": "This release adds support for excluding specific data (non-boot) volumes from multi-volume snapshot sets created by snapshot lifecycle policies"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EC2",
10+
"description": "This release adds support for excluding specific data (non-root) volumes from multi-volume snapshot sets created from instances."
11+
}
12+
]

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1191.0-->
2+
<!--LATEST=2.1192.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1192.0
6+
* feature: DLM: This release adds support for excluding specific data (non-boot) volumes from multi-volume snapshot sets created by snapshot lifecycle policies
7+
* feature: EC2: This release adds support for excluding specific data (non-root) volumes from multi-volume snapshot sets created from instances.
8+
59
## 2.1191.0
610
* feature: AugmentedAIRuntime: Fix bug with parsing ISO-8601 CreationTime in Java SDK in DescribeHumanLoop
711
* feature: CloudWatch: Various quota increases related to dimensions and custom metrics

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1191.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1192.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

apis/dlm-2018-01-12.min.json

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"shape": "S5"
3434
},
3535
"Tags": {
36-
"shape": "S1q"
36+
"shape": "S1r"
3737
}
3838
}
3939
},
@@ -115,7 +115,7 @@
115115
"Description": {},
116116
"State": {},
117117
"Tags": {
118-
"shape": "S1q"
118+
"shape": "S1r"
119119
},
120120
"PolicyType": {}
121121
}
@@ -153,16 +153,16 @@
153153
"StatusMessage": {},
154154
"ExecutionRoleArn": {},
155155
"DateCreated": {
156-
"shape": "S2a"
156+
"shape": "S2b"
157157
},
158158
"DateModified": {
159-
"shape": "S2a"
159+
"shape": "S2b"
160160
},
161161
"PolicyDetails": {
162162
"shape": "S5"
163163
},
164164
"Tags": {
165-
"shape": "S1q"
165+
"shape": "S1r"
166166
},
167167
"PolicyArn": {}
168168
}
@@ -191,7 +191,7 @@
191191
"type": "structure",
192192
"members": {
193193
"Tags": {
194-
"shape": "S1q"
194+
"shape": "S1r"
195195
}
196196
}
197197
}
@@ -212,7 +212,7 @@
212212
"locationName": "resourceArn"
213213
},
214214
"Tags": {
215-
"shape": "S1q"
215+
"shape": "S1r"
216216
}
217217
}
218218
},
@@ -438,6 +438,12 @@
438438
},
439439
"NoReboot": {
440440
"type": "boolean"
441+
},
442+
"ExcludeDataVolumeTags": {
443+
"type": "list",
444+
"member": {
445+
"shape": "Sc"
446+
}
441447
}
442448
}
443449
},
@@ -533,12 +539,12 @@
533539
"IntervalUnit": {}
534540
}
535541
},
536-
"S1q": {
542+
"S1r": {
537543
"type": "map",
538544
"key": {},
539545
"value": {}
540546
},
541-
"S2a": {
547+
"S2b": {
542548
"type": "timestamp",
543549
"timestampFormat": "iso8601"
544550
}

apis/dlm-2018-01-12.normal.json

Lines changed: 54 additions & 42 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)