(options)
| 263 | } |
| 264 | |
| 265 | constructQueryCurrentVersionsRequest(options) { |
| 266 | return { |
| 267 | QueryCurrentVersions: { |
| 268 | options |
| 269 | } |
| 270 | }; |
| 271 | } |
| 272 | |
| 273 | queryCurrentVersionsWithOptions(options) { |
| 274 | return this._sendRequest(this.constructQueryCurrentVersionsRequest(options)); |
no outgoing calls
no test coverage detected