aws-sdk-simpledb 1.76.0 → 1.77.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-simpledb/client.rb +1 -1
- data/lib/aws-sdk-simpledb.rb +1 -1
- data/sig/client.rbs +6 -6
- 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: 822e3efb89509195afb85b2d9b0537e7b3afca1474e820d11172528cefe14055
|
|
4
|
+
data.tar.gz: 4293bb0b09769e626bfa98f6bc317b449e64f5df3244ee818c24037aef9a3e74
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '08e407fc2ff3f564522c1180a9b48f1e23fb8942f51add727cb87fa6fdb1a84e8c2c0e7491f5f3a5521e2976bdabe6f499838817962488903ac61e03a51cce58'
|
|
7
|
+
data.tar.gz: 4aee72d3e656a9909a223d2261601224164e2e6d12b710e7a86edd1fb7d9ff7c7949cc19ca67deb61fcb8ca507e3513ef88a26ceb12ea3f5ada92dbd813ee00b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.77.0
|
data/lib/aws-sdk-simpledb.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -89,9 +89,9 @@ module Aws
|
|
|
89
89
|
alternate_name_encoding: ::String?,
|
|
90
90
|
value: ::String,
|
|
91
91
|
alternate_value_encoding: ::String?
|
|
92
|
-
}
|
|
92
|
+
}
|
|
93
93
|
]?
|
|
94
|
-
}
|
|
94
|
+
}
|
|
95
95
|
]
|
|
96
96
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
97
97
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
@@ -107,9 +107,9 @@ module Aws
|
|
|
107
107
|
name: ::String,
|
|
108
108
|
value: ::String,
|
|
109
109
|
replace: bool?
|
|
110
|
-
}
|
|
110
|
+
}
|
|
111
111
|
]
|
|
112
|
-
}
|
|
112
|
+
}
|
|
113
113
|
]
|
|
114
114
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
115
115
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
@@ -130,7 +130,7 @@ module Aws
|
|
|
130
130
|
alternate_name_encoding: ::String?,
|
|
131
131
|
value: ::String,
|
|
132
132
|
alternate_value_encoding: ::String?
|
|
133
|
-
}
|
|
133
|
+
}
|
|
134
134
|
],
|
|
135
135
|
?expected: {
|
|
136
136
|
name: ::String?,
|
|
@@ -196,7 +196,7 @@ module Aws
|
|
|
196
196
|
name: ::String,
|
|
197
197
|
value: ::String,
|
|
198
198
|
replace: bool?
|
|
199
|
-
}
|
|
199
|
+
}
|
|
200
200
|
],
|
|
201
201
|
?expected: {
|
|
202
202
|
name: ::String?,
|