aws-sdk-core 2.11.350 → 2.11.351
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/storagegateway/2013-06-30/api-2.json +8 -2
- 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: d47800e3089e60ed835914c21756939c23b2e4cc
|
|
4
|
+
data.tar.gz: d4953373e77477a0934fb81beb73a85a827950f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a056c7a9d496e609430f0965c6997276cd6c76307e0213baf8fe30deeddb322f17e8677ba7c3814cc16f3c84b7db7a6d8afcea18cce2abb845d0d0deabf954fc
|
|
7
|
+
data.tar.gz: 51e2be3162a0875071ce6a0e3ae945b8bdf5c0d9b121f1883a0c9554217ee9c5c1f258e321b8667b9040160eca99453cf56e9b58a1ad10d1fa280aca61ffd1a5
|
|
@@ -1201,6 +1201,10 @@
|
|
|
1201
1201
|
"max":100,
|
|
1202
1202
|
"min":5
|
|
1203
1203
|
},
|
|
1204
|
+
"CloudWatchLogGroupARN":{
|
|
1205
|
+
"type":"string",
|
|
1206
|
+
"max":562
|
|
1207
|
+
},
|
|
1204
1208
|
"CreateCachediSCSIVolumeInput":{
|
|
1205
1209
|
"type":"structure",
|
|
1206
1210
|
"required":[
|
|
@@ -1625,7 +1629,8 @@
|
|
|
1625
1629
|
"Ec2InstanceId":{"shape":"Ec2InstanceId"},
|
|
1626
1630
|
"Ec2InstanceRegion":{"shape":"Ec2InstanceRegion"},
|
|
1627
1631
|
"Tags":{"shape":"Tags"},
|
|
1628
|
-
"VPCEndpoint":{"shape":"string"}
|
|
1632
|
+
"VPCEndpoint":{"shape":"string"},
|
|
1633
|
+
"CloudWatchLogGroupARN":{"shape":"CloudWatchLogGroupARN"}
|
|
1629
1634
|
}
|
|
1630
1635
|
},
|
|
1631
1636
|
"DescribeMaintenanceStartTimeInput":{
|
|
@@ -2905,7 +2910,8 @@
|
|
|
2905
2910
|
"members":{
|
|
2906
2911
|
"GatewayARN":{"shape":"GatewayARN"},
|
|
2907
2912
|
"GatewayName":{"shape":"GatewayName"},
|
|
2908
|
-
"GatewayTimezone":{"shape":"GatewayTimezone"}
|
|
2913
|
+
"GatewayTimezone":{"shape":"GatewayTimezone"},
|
|
2914
|
+
"CloudWatchLogGroupARN":{"shape":"CloudWatchLogGroupARN"}
|
|
2909
2915
|
}
|
|
2910
2916
|
},
|
|
2911
2917
|
"UpdateGatewayInformationOutput":{
|
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.351
|
|
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: 2019-09-
|
|
11
|
+
date: 2019-09-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|