aws-sdk-dax 1.85.0 → 1.86.0
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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-dax/client.rb +1 -1
- data/lib/aws-sdk-dax.rb +1 -1
- data/sig/client.rbs +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f618ef31ed5612f7f35b0fc812f5c0867085165b2bb52e2a14b3853da77e983a
|
|
4
|
+
data.tar.gz: af9a6ba835e1e351de4d31c97c7cc6438bdac7de1ef5b2f0eb07dc919c617404
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b117a36c65159e47a0c872bc3f34af0c8cdef826e302f0cc0c9a56bc91b83266337fc4de84cd56720bd0033b0337b52bc653d5c80a6f421fb0f999194f858fc
|
|
7
|
+
data.tar.gz: b2ba3b810ac925a3ea634d17e8643cce1528ed9a54c1b4be6141f07f18d4a162c6ac1bb0525fa90a1116c28550a8927980506e3d29be46c576f13bcd39a347dd
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.86.0
|
data/lib/aws-sdk-dax/client.rb
CHANGED
data/lib/aws-sdk-dax.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -100,7 +100,7 @@ module Aws
|
|
|
100
100
|
{
|
|
101
101
|
key: ::String?,
|
|
102
102
|
value: ::String?
|
|
103
|
-
}
|
|
103
|
+
}
|
|
104
104
|
],
|
|
105
105
|
?sse_specification: {
|
|
106
106
|
enabled: bool
|
|
@@ -304,7 +304,7 @@ module Aws
|
|
|
304
304
|
{
|
|
305
305
|
key: ::String?,
|
|
306
306
|
value: ::String?
|
|
307
|
-
}
|
|
307
|
+
}
|
|
308
308
|
]
|
|
309
309
|
) -> _TagResourceResponseSuccess
|
|
310
310
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
@@ -347,7 +347,7 @@ module Aws
|
|
|
347
347
|
{
|
|
348
348
|
parameter_name: ::String?,
|
|
349
349
|
parameter_value: ::String?
|
|
350
|
-
}
|
|
350
|
+
}
|
|
351
351
|
]
|
|
352
352
|
) -> _UpdateParameterGroupResponseSuccess
|
|
353
353
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateParameterGroupResponseSuccess
|