aws-sdk-core 2.10.115 → 2.10.116
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e4ecf01c4a550c705e92e89bcf97ba50926da72e
|
4
|
+
data.tar.gz: b02a28e60ece65b4b4a5175b0738aaec429d28a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b258da89440adb53d8ba9002faa281ea0fa80a202160644977b9ed0c2b558e38bdd2533e7d4ba751b79b21b709909a1beb2d3cadf990f5b35154cf00af6e1553
|
7
|
+
data.tar.gz: 280673526e203fbdf5399fc6d688c84b6ce3aeda1644e9e929b85af3debe76d70d3b906dbf5f292d83edafa65af852d3f30cf9b01f08ed4ee434f86393e33002
|
@@ -135,7 +135,8 @@
|
|
135
135
|
{"shape":"InvalidSchemeException"},
|
136
136
|
{"shape":"TooManyTagsException"},
|
137
137
|
{"shape":"DuplicateTagKeysException"},
|
138
|
-
{"shape":"UnsupportedProtocolException"}
|
138
|
+
{"shape":"UnsupportedProtocolException"},
|
139
|
+
{"shape":"OperationNotPermittedException"}
|
139
140
|
]
|
140
141
|
},
|
141
142
|
"CreateLoadBalancerListeners":{
|
@@ -1280,6 +1281,17 @@
|
|
1280
1281
|
}
|
1281
1282
|
},
|
1282
1283
|
"Name":{"type":"string"},
|
1284
|
+
"OperationNotPermittedException":{
|
1285
|
+
"type":"structure",
|
1286
|
+
"members":{
|
1287
|
+
},
|
1288
|
+
"error":{
|
1289
|
+
"code":"OperationNotPermitted",
|
1290
|
+
"httpStatusCode":400,
|
1291
|
+
"senderFault":true
|
1292
|
+
},
|
1293
|
+
"exception":true
|
1294
|
+
},
|
1283
1295
|
"PageSize":{
|
1284
1296
|
"type":"integer",
|
1285
1297
|
"max":400,
|
@@ -97,7 +97,8 @@
|
|
97
97
|
{"shape":"DuplicateTagKeysException"},
|
98
98
|
{"shape":"ResourceInUseException"},
|
99
99
|
{"shape":"AllocationIdNotFoundException"},
|
100
|
-
{"shape":"AvailabilityZoneNotSupportedException"}
|
100
|
+
{"shape":"AvailabilityZoneNotSupportedException"},
|
101
|
+
{"shape":"OperationNotPermittedException"}
|
101
102
|
]
|
102
103
|
},
|
103
104
|
"CreateRule":{
|
@@ -2047,6 +2047,7 @@
|
|
2047
2047
|
"DBInstanceClass":{"shape":"String"},
|
2048
2048
|
"AvailabilityZone":{"shape":"String"},
|
2049
2049
|
"Port":{"shape":"IntegerOptional"},
|
2050
|
+
"MultiAZ":{"shape":"BooleanOptional"},
|
2050
2051
|
"AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
|
2051
2052
|
"Iops":{"shape":"IntegerOptional"},
|
2052
2053
|
"OptionGroupName":{"shape":"String"},
|
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.10.
|
4
|
+
version: 2.10.116
|
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: 2018-01-
|
11
|
+
date: 2018-01-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|