aws-sdk-core 2.9.37 → 2.9.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/apis/rds/2014-10-31/api-2.json +4 -1
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e3c4b7e1f528e7ba8bb06c1fbe1a2f406cd07441
|
|
4
|
+
data.tar.gz: d8cdfe91de7351538c64aa99f59cb95c14b01f4d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7fc78b286107936ddff9e08b4c25e5fcf88c04234193e238901c929a05de529886be6cc580c178e5576cf0473514023705a2e6ab53dbafa21741acf6be7ac1bf
|
|
7
|
+
data.tar.gz: b68cfd6b1daca7e7e52fd58e586770e823b250b59793bf79cd37d1b86687fc8d56d3e8b6bcbefa500cb97fb8070a697576bc4eaef99c705ec6fb5f6ceba1f282
|
|
@@ -1832,7 +1832,8 @@
|
|
|
1832
1832
|
"KmsKeyId":{"shape":"String"},
|
|
1833
1833
|
"Tags":{"shape":"TagList"},
|
|
1834
1834
|
"CopyTags":{"shape":"BooleanOptional"},
|
|
1835
|
-
"PreSignedUrl":{"shape":"String"}
|
|
1835
|
+
"PreSignedUrl":{"shape":"String"},
|
|
1836
|
+
"OptionGroupName":{"shape":"String"}
|
|
1836
1837
|
}
|
|
1837
1838
|
},
|
|
1838
1839
|
"CopyDBSnapshotResult":{
|
|
@@ -2180,6 +2181,7 @@
|
|
|
2180
2181
|
"DBClusterArn":{"shape":"String"},
|
|
2181
2182
|
"AssociatedRoles":{"shape":"DBClusterRoles"},
|
|
2182
2183
|
"IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"},
|
|
2184
|
+
"CloneGroupId":{"shape":"String"},
|
|
2183
2185
|
"ClusterCreateTime":{"shape":"TStamp"}
|
|
2184
2186
|
},
|
|
2185
2187
|
"wrapper":true
|
|
@@ -4768,6 +4770,7 @@
|
|
|
4768
4770
|
],
|
|
4769
4771
|
"members":{
|
|
4770
4772
|
"DBClusterIdentifier":{"shape":"String"},
|
|
4773
|
+
"RestoreType":{"shape":"String"},
|
|
4771
4774
|
"SourceDBClusterIdentifier":{"shape":"String"},
|
|
4772
4775
|
"RestoreToTime":{"shape":"TStamp"},
|
|
4773
4776
|
"UseLatestRestorableTime":{"shape":"Boolean"},
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.9.
|
|
4
|
+
version: 2.9.38
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-06-
|
|
11
|
+
date: 2017-06-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|