aws-sdk-core 2.11.526 → 2.11.527
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/glue/2017-03-31/api-2.json +3 -1
- data/apis/storagegateway/2013-06-30/api-2.json +7 -1
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 410f2e1885132ac39dcf6edfb832dc1c5f475f9ea5fa41adca5ca907db0d62b6
|
|
4
|
+
data.tar.gz: 8bcaf973a612d98b01828b16f814332752b1f814ee6e3a26c3248929e78d4da3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74cd6390624f0d66ec565450f8bdf93152fdfa75a145254aedaad368ff8ee04821c3b975d0ffb794b2c766b6d5ec16ad29cc3d7ae06fc1521d296836f9d47848
|
|
7
|
+
data.tar.gz: f5bda8a82d4f3a139d5a6b01159cf487011eaa5b81821eb7d736d061a431757c671f69f8d91234655cc95368645bfcd01e0c9e16a3b39ad7b9dd5bdee939a13c
|
|
@@ -3430,7 +3430,9 @@
|
|
|
3430
3430
|
"DynamoDBTarget":{
|
|
3431
3431
|
"type":"structure",
|
|
3432
3432
|
"members":{
|
|
3433
|
-
"Path":{"shape":"Path"}
|
|
3433
|
+
"Path":{"shape":"Path"},
|
|
3434
|
+
"scanAll":{"shape":"NullableBoolean"},
|
|
3435
|
+
"scanRate":{"shape":"NullableDouble"}
|
|
3434
3436
|
}
|
|
3435
3437
|
},
|
|
3436
3438
|
"DynamoDBTargetList":{
|
|
@@ -1781,7 +1781,8 @@
|
|
|
1781
1781
|
"Tags":{"shape":"Tags"},
|
|
1782
1782
|
"VPCEndpoint":{"shape":"string"},
|
|
1783
1783
|
"CloudWatchLogGroupARN":{"shape":"CloudWatchLogGroupARN"},
|
|
1784
|
-
"HostEnvironment":{"shape":"HostEnvironment"}
|
|
1784
|
+
"HostEnvironment":{"shape":"HostEnvironment"},
|
|
1785
|
+
"EndpointType":{"shape":"EndpointType"}
|
|
1785
1786
|
}
|
|
1786
1787
|
},
|
|
1787
1788
|
"DescribeMaintenanceStartTimeInput":{
|
|
@@ -2085,6 +2086,11 @@
|
|
|
2085
2086
|
"DoubleObject":{"type":"double"},
|
|
2086
2087
|
"Ec2InstanceId":{"type":"string"},
|
|
2087
2088
|
"Ec2InstanceRegion":{"type":"string"},
|
|
2089
|
+
"EndpointType":{
|
|
2090
|
+
"type":"string",
|
|
2091
|
+
"max":8,
|
|
2092
|
+
"min":4
|
|
2093
|
+
},
|
|
2088
2094
|
"ErrorCode":{
|
|
2089
2095
|
"type":"string",
|
|
2090
2096
|
"enum":[
|
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.11.
|
|
4
|
+
version: 2.11.527
|
|
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: 2020-06-
|
|
11
|
+
date: 2020-06-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|