Skip to content

Commit

Permalink
Updates SDK to v2.1192.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 10, 2022
1 parent 47f53df commit 159e0d5
Show file tree
Hide file tree
Showing 15 changed files with 1,448 additions and 1,396 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1192.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "DLM",
"description": "This release adds support for excluding specific data (non-boot) volumes from multi-volume snapshot sets created by snapshot lifecycle policies"
},
{
"type": "feature",
"category": "EC2",
"description": "This release adds support for excluding specific data (non-root) volumes from multi-volume snapshot sets created from instances."
}
]
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.1191.0-->
<!--LATEST=2.1192.0-->
<!--ENTRYINSERT-->

## 2.1192.0
* feature: DLM: This release adds support for excluding specific data (non-boot) volumes from multi-volume snapshot sets created by snapshot lifecycle policies
* feature: EC2: This release adds support for excluding specific data (non-root) volumes from multi-volume snapshot sets created from instances.

## 2.1191.0
* feature: AugmentedAIRuntime: Fix bug with parsing ISO-8601 CreationTime in Java SDK in DescribeHumanLoop
* feature: CloudWatch: Various quota increases related to dimensions and custom metrics
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1191.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1192.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: 15 additions & 9 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": "S1q"
"shape": "S1r"
}
}
},
Expand Down Expand Up @@ -115,7 +115,7 @@
"Description": {},
"State": {},
"Tags": {
"shape": "S1q"
"shape": "S1r"
},
"PolicyType": {}
}
Expand Down Expand Up @@ -153,16 +153,16 @@
"StatusMessage": {},
"ExecutionRoleArn": {},
"DateCreated": {
"shape": "S2a"
"shape": "S2b"
},
"DateModified": {
"shape": "S2a"
"shape": "S2b"
},
"PolicyDetails": {
"shape": "S5"
},
"Tags": {
"shape": "S1q"
"shape": "S1r"
},
"PolicyArn": {}
}
Expand Down Expand Up @@ -191,7 +191,7 @@
"type": "structure",
"members": {
"Tags": {
"shape": "S1q"
"shape": "S1r"
}
}
}
Expand All @@ -212,7 +212,7 @@
"locationName": "resourceArn"
},
"Tags": {
"shape": "S1q"
"shape": "S1r"
}
}
},
Expand Down Expand Up @@ -438,6 +438,12 @@
},
"NoReboot": {
"type": "boolean"
},
"ExcludeDataVolumeTags": {
"type": "list",
"member": {
"shape": "Sc"
}
}
}
},
Expand Down Expand Up @@ -533,12 +539,12 @@
"IntervalUnit": {}
}
},
"S1q": {
"S1r": {
"type": "map",
"key": {},
"value": {}
},
"S2a": {
"S2b": {
"type": "timestamp",
"timestampFormat": "iso8601"
}
Expand Down
96 changes: 54 additions & 42 deletions apis/dlm-2018-01-12.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit 159e0d5

Please sign in to comment.