peddler 2.1.1 → 2.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +43 -41
  3. data/lib/mws.rb +2 -1
  4. data/lib/mws/easy_ship.rb +3 -0
  5. data/lib/mws/easy_ship/client.rb +93 -0
  6. data/lib/mws/fulfillment_outbound_shipment/client.rb +1 -1
  7. data/lib/mws/orders/client.rb +6 -6
  8. data/lib/mws/shipment_invoicing.rb +3 -0
  9. data/lib/mws/shipment_invoicing/client.rb +74 -0
  10. data/lib/peddler/client.rb +11 -10
  11. data/lib/peddler/content.rb +2 -2
  12. data/lib/peddler/errors/builder.rb +7 -2
  13. data/lib/peddler/errors/class_generator.rb +1 -1
  14. data/lib/peddler/errors/error.rb +6 -2
  15. data/lib/peddler/errors/parser.rb +1 -1
  16. data/lib/peddler/flat_file_parser.rb +5 -3
  17. data/lib/peddler/marketplace.rb +23 -19
  18. data/lib/peddler/mws.rb +2 -2
  19. data/lib/peddler/operation.rb +17 -11
  20. data/lib/peddler/parser.rb +1 -1
  21. data/lib/peddler/structured_list.rb +1 -1
  22. data/lib/peddler/vcr_matcher.rb +7 -7
  23. data/lib/peddler/version.rb +1 -1
  24. data/lib/peddler/xml_parser.rb +1 -1
  25. data/lib/peddler/xml_response_parser.rb +1 -1
  26. metadata +11 -146
  27. data/lib/mws/off_amazon_payments/client.rb +0 -362
  28. data/test/credentials.rb +0 -23
  29. data/test/helper.rb +0 -15
  30. data/test/integration/internals/test_errors.rb +0 -17
  31. data/test/integration/internals/test_multibyte_queries.rb +0 -17
  32. data/test/integration/internals/test_mws_headers.rb +0 -21
  33. data/test/integration/internals/test_string_encodings.rb +0 -38
  34. data/test/integration/test_feeds.rb +0 -37
  35. data/test/integration/test_fulfillment_inbound_shipment.rb +0 -35
  36. data/test/integration/test_fulfillment_inventory.rb +0 -20
  37. data/test/integration/test_fulfillment_outbound_shipment.rb +0 -13
  38. data/test/integration/test_merchant_fulfillment.rb +0 -69
  39. data/test/integration/test_off_amazon_payments.rb +0 -13
  40. data/test/integration/test_orders.rb +0 -30
  41. data/test/integration/test_products.rb +0 -97
  42. data/test/integration/test_recommendations.rb +0 -20
  43. data/test/integration/test_reports.rb +0 -51
  44. data/test/integration/test_sellers.rb +0 -13
  45. data/test/integration/test_subscriptions.rb +0 -27
  46. data/test/integration_helper.rb +0 -53
  47. data/test/mws.yml +0 -36
  48. data/test/mws.yml.example +0 -32
  49. data/test/null_client.rb +0 -25
  50. data/test/recorder.rb +0 -39
  51. data/test/unit/mws/test_feeds_client.rb +0 -103
  52. data/test/unit/mws/test_finances_client.rb +0 -74
  53. data/test/unit/mws/test_fulfillment_inbound_shipment_client.rb +0 -426
  54. data/test/unit/mws/test_fulfillment_inventory_client.rb +0 -48
  55. data/test/unit/mws/test_fulfillment_outbound_shipment_client.rb +0 -202
  56. data/test/unit/mws/test_merchant_fulfillment_client.rb +0 -109
  57. data/test/unit/mws/test_off_amazon_payments_client.rb +0 -286
  58. data/test/unit/mws/test_orders_client.rb +0 -111
  59. data/test/unit/mws/test_products_client.rb +0 -248
  60. data/test/unit/mws/test_recommendations_client.rb +0 -62
  61. data/test/unit/mws/test_reports_client.rb +0 -209
  62. data/test/unit/mws/test_sellers_client.rb +0 -47
  63. data/test/unit/mws/test_subscriptions_client.rb +0 -182
  64. data/test/unit/peddler/errors/test_builder.rb +0 -65
  65. data/test/unit/peddler/errors/test_class_generator.rb +0 -18
  66. data/test/unit/peddler/errors/test_error.rb +0 -33
  67. data/test/unit/peddler/errors/test_parser.rb +0 -44
  68. data/test/unit/peddler/test_client.rb +0 -203
  69. data/test/unit/peddler/test_flat_file_parser.rb +0 -111
  70. data/test/unit/peddler/test_headers.rb +0 -103
  71. data/test/unit/peddler/test_marketplace.rb +0 -47
  72. data/test/unit/peddler/test_operation.rb +0 -87
  73. data/test/unit/peddler/test_parser.rb +0 -36
  74. data/test/unit/peddler/test_structured_list.rb +0 -39
  75. data/test/unit/peddler/test_vcr_matcher.rb +0 -55
  76. data/test/unit/peddler/test_xml_parser.rb +0 -37
  77. data/test/unit/peddler/test_xml_response_parser.rb +0 -39
  78. data/test/unit/test_mws.rb +0 -11
  79. data/test/vcr_cassettes/CartInformation.yml +0 -433
  80. data/test/vcr_cassettes/CustomerInformation.yml +0 -433
  81. data/test/vcr_cassettes/Errors.yml +0 -444
  82. data/test/vcr_cassettes/Feeds.yml +0 -9957
  83. data/test/vcr_cassettes/FulfillmentInboundShipment.yml +0 -6166
  84. data/test/vcr_cassettes/FulfillmentInventory.yml +0 -850
  85. data/test/vcr_cassettes/FulfillmentOutboundShipment.yml +0 -433
  86. data/test/vcr_cassettes/MWSHeaders.yml +0 -2964
  87. data/test/vcr_cassettes/MerchantFulfillment.yml +0 -753
  88. data/test/vcr_cassettes/MultibyteQueries.yml +0 -437
  89. data/test/vcr_cassettes/OffAmazonPayments.yml +0 -433
  90. data/test/vcr_cassettes/Orders.yml +0 -4740
  91. data/test/vcr_cassettes/PeddlerVCRMatcher.yml +0 -41
  92. data/test/vcr_cassettes/Products.yml +0 -7139
  93. data/test/vcr_cassettes/Recommendations.yml +0 -3145
  94. data/test/vcr_cassettes/Reports.yml +0 -5549
  95. data/test/vcr_cassettes/Sellers.yml +0 -433
  96. data/test/vcr_cassettes/Subscriptions.yml +0 -1529
@@ -1,433 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: post
5
- uri: https://mws.amazonservices.com/Sellers/2011-07-01
6
- body:
7
- encoding: US-ASCII
8
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A13%3A57Z&Version=2011-07-01&Signature=Gdxv8jDoYOJ1GDoNkxiVe5EIgECrTrTkUaEBg%2FqE%2BXI%3D
9
- headers:
10
- User-Agent:
11
- - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
12
- response:
13
- status:
14
- code: 200
15
- message:
16
- headers:
17
- Date:
18
- - Sat, 28 Mar 2015 18:13:57 GMT
19
- Server:
20
- - AmazonMWS
21
- x-mws-request-id:
22
- - f411b1c5-b93d-4b4c-8100-7be17c46c019
23
- x-mws-timestamp:
24
- - '2015-03-28T18:13:58.055Z'
25
- x-mws-response-context:
26
- - uW/sxLaSyw9rn4GReMWu0c2zluHCX+1rPgXrw0WHAyYYBEERuwmxvb46a/cPJvBI5gAFvNT5qZ8=
27
- Content-Type:
28
- - text/xml
29
- Content-Length:
30
- - '376'
31
- Vary:
32
- - User-Agent
33
- body:
34
- encoding: UTF-8
35
- string: |
36
- <?xml version="1.0"?>
37
- <GetServiceStatusResponse xmlns="https://mws.amazonservices.com/Sellers/2011-07-01">
38
- <GetServiceStatusResult>
39
- <Status>GREEN</Status>
40
- <Timestamp>2015-03-28T18:13:58.055Z</Timestamp>
41
- </GetServiceStatusResult>
42
- <ResponseMetadata>
43
- <RequestId>f411b1c5-b93d-4b4c-8100-7be17c46c019</RequestId>
44
- </ResponseMetadata>
45
- </GetServiceStatusResponse>
46
- http_version:
47
- recorded_at: Sat, 28 Mar 2015 18:13:58 GMT
48
- - request:
49
- method: post
50
- uri: https://mws-eu.amazonservices.com/Sellers/2011-07-01
51
- body:
52
- encoding: US-ASCII
53
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A13%3A58Z&Version=2011-07-01&Signature=OALSBasa%2F6bABOyBCAUvnWH%2Be14TZRIJTSdedYZbpR8%3D
54
- headers:
55
- User-Agent:
56
- - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
57
- response:
58
- status:
59
- code: 200
60
- message:
61
- headers:
62
- Date:
63
- - Sat, 28 Mar 2015 18:13:57 GMT
64
- Server:
65
- - AmazonMWS
66
- x-mws-request-id:
67
- - 833c2568-5881-4d47-b67d-9914ffa9d4b7
68
- x-mws-timestamp:
69
- - '2015-03-28T18:13:58.618Z'
70
- x-mws-response-context:
71
- - y+2LP/GJlwRMo2GBfVakxwaJsTn9I9vTztFm36bC/O/m44FfrSFSjddTIopva3P+NPGRp7SHh+Q=
72
- Content-Type:
73
- - text/xml
74
- Content-Length:
75
- - '376'
76
- Vary:
77
- - User-Agent
78
- body:
79
- encoding: UTF-8
80
- string: |
81
- <?xml version="1.0"?>
82
- <GetServiceStatusResponse xmlns="https://mws.amazonservices.com/Sellers/2011-07-01">
83
- <GetServiceStatusResult>
84
- <Status>GREEN</Status>
85
- <Timestamp>2015-03-28T18:13:58.618Z</Timestamp>
86
- </GetServiceStatusResult>
87
- <ResponseMetadata>
88
- <RequestId>833c2568-5881-4d47-b67d-9914ffa9d4b7</RequestId>
89
- </ResponseMetadata>
90
- </GetServiceStatusResponse>
91
- http_version:
92
- recorded_at: Sat, 28 Mar 2015 18:13:58 GMT
93
- - request:
94
- method: post
95
- uri: https://mws.amazonservices.jp/Sellers/2011-07-01
96
- body:
97
- encoding: US-ASCII
98
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A13%3A58Z&Version=2011-07-01&Signature=L45DmGqP13WqNiI711L9V8ko3bLbO6XCE3ChNrI1%2FeY%3D
99
- headers:
100
- User-Agent:
101
- - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
102
- response:
103
- status:
104
- code: 200
105
- message:
106
- headers:
107
- Date:
108
- - Sat, 28 Mar 2015 18:13:58 GMT
109
- Server:
110
- - AmazonMWS
111
- x-mws-request-id:
112
- - 43baca03-7ebc-45c6-8412-93f46e6d2897
113
- x-mws-timestamp:
114
- - '2015-03-28T18:13:59.609Z'
115
- x-mws-response-context:
116
- - ixFM4BhKB6JwNNslJEtkUi7JUdapk26n1JZhopSVkzQn57ywSONH2AS0/8cAIiTOEyIoyJBqlRg=
117
- Content-Type:
118
- - text/xml
119
- Content-Length:
120
- - '376'
121
- Vary:
122
- - User-Agent
123
- body:
124
- encoding: UTF-8
125
- string: |
126
- <?xml version="1.0"?>
127
- <GetServiceStatusResponse xmlns="https://mws.amazonservices.com/Sellers/2011-07-01">
128
- <GetServiceStatusResult>
129
- <Status>GREEN</Status>
130
- <Timestamp>2015-03-28T18:13:59.609Z</Timestamp>
131
- </GetServiceStatusResult>
132
- <ResponseMetadata>
133
- <RequestId>43baca03-7ebc-45c6-8412-93f46e6d2897</RequestId>
134
- </ResponseMetadata>
135
- </GetServiceStatusResponse>
136
- http_version:
137
- recorded_at: Sat, 28 Mar 2015 18:13:59 GMT
138
- - request:
139
- method: post
140
- uri: https://mws.amazonservices.com/Sellers/2011-07-01
141
- body:
142
- encoding: US-ASCII
143
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A13%3A59Z&Version=2011-07-01&Signature=UJDjuYTUEoyUO1R0%2FNJRUCBGbi6dPt2DzLSqG%2BqrIDg%3D
144
- headers:
145
- User-Agent:
146
- - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
147
- response:
148
- status:
149
- code: 200
150
- message:
151
- headers:
152
- Date:
153
- - Sat, 28 Mar 2015 18:14:00 GMT
154
- Server:
155
- - AmazonMWS
156
- x-mws-request-id:
157
- - c2fd8334-3458-4b18-b1aa-492aa87c0439
158
- x-mws-timestamp:
159
- - '2015-03-28T18:14:00.459Z'
160
- x-mws-response-context:
161
- - Jg33juaX4DhEnZ2+qAtx7yzZYPJnpJDTbBNJsGNAYU+RK06AH/z0AGCQgUAid5ioHmFKLdjtBEY=
162
- Content-Type:
163
- - text/xml
164
- Content-Length:
165
- - '376'
166
- Vary:
167
- - User-Agent
168
- body:
169
- encoding: UTF-8
170
- string: |
171
- <?xml version="1.0"?>
172
- <GetServiceStatusResponse xmlns="https://mws.amazonservices.com/Sellers/2011-07-01">
173
- <GetServiceStatusResult>
174
- <Status>GREEN</Status>
175
- <Timestamp>2015-03-28T18:14:00.459Z</Timestamp>
176
- </GetServiceStatusResult>
177
- <ResponseMetadata>
178
- <RequestId>c2fd8334-3458-4b18-b1aa-492aa87c0439</RequestId>
179
- </ResponseMetadata>
180
- </GetServiceStatusResponse>
181
- http_version:
182
- recorded_at: Sat, 28 Mar 2015 18:14:00 GMT
183
- - request:
184
- method: post
185
- uri: https://mws.amazonservices.com/Sellers/2011-07-01
186
- body:
187
- encoding: UTF-8
188
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A43Z&Version=2011-07-01&Signature=mVuk25QB72luLdacYy6vRfw7xR7WIYrDOziweaU62QA%3D
189
- headers:
190
- User-Agent:
191
- - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
192
- Content-Type:
193
- - application/x-www-form-urlencoded
194
- response:
195
- status:
196
- code: 200
197
- message:
198
- headers:
199
- Server:
200
- - Server
201
- Date:
202
- - Mon, 23 May 2016 13:12:44 GMT
203
- Content-Type:
204
- - text/xml
205
- Content-Length:
206
- - '376'
207
- Connection:
208
- - keep-alive
209
- x-mws-request-id:
210
- - aea4ad79-b8dd-4f07-9a73-844aaf429adb
211
- x-mws-timestamp:
212
- - '2016-05-23T13:12:44.092Z'
213
- x-mws-response-context:
214
- - GKJrQ0mtf0gQ5iIR90m5Jge7CSnUoM2P2vbzjDyA4NnG1rFeDvdddLHk+m7BPxaiMt/s5R8GcsIl
215
- anpAhY1v5g==
216
- Vary:
217
- - Accept-Encoding,User-Agent
218
- body:
219
- encoding: UTF-8
220
- string: |
221
- <?xml version="1.0"?>
222
- <GetServiceStatusResponse xmlns="https://mws.amazonservices.com/Sellers/2011-07-01">
223
- <GetServiceStatusResult>
224
- <Status>GREEN</Status>
225
- <Timestamp>2016-05-23T13:12:44.092Z</Timestamp>
226
- </GetServiceStatusResult>
227
- <ResponseMetadata>
228
- <RequestId>aea4ad79-b8dd-4f07-9a73-844aaf429adb</RequestId>
229
- </ResponseMetadata>
230
- </GetServiceStatusResponse>
231
- http_version:
232
- recorded_at: Mon, 23 May 2016 13:12:44 GMT
233
- - request:
234
- method: post
235
- uri: https://mws-eu.amazonservices.com/Sellers/2011-07-01
236
- body:
237
- encoding: UTF-8
238
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A44Z&Version=2011-07-01&Signature=bwwhehxz%2BZ%2Bzyxbn%2FnFpyDnc81OEA6nJ8BmSghXEADI%3D
239
- headers:
240
- User-Agent:
241
- - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
242
- Content-Type:
243
- - application/x-www-form-urlencoded
244
- response:
245
- status:
246
- code: 200
247
- message:
248
- headers:
249
- Server:
250
- - Server
251
- Date:
252
- - Mon, 23 May 2016 13:12:44 GMT
253
- Content-Type:
254
- - text/xml
255
- Content-Length:
256
- - '376'
257
- Connection:
258
- - keep-alive
259
- x-mws-request-id:
260
- - c9981132-2d74-44c6-b36c-0744d50d2c68
261
- x-mws-timestamp:
262
- - '2016-05-23T13:12:44.474Z'
263
- x-mws-response-context:
264
- - fNGAxjz9VMG+Q+A35OIVxjDV71nCcsdqIf8BXQTnfziDyt46xxJBvSHGK72lCJ7rgyZtE30x28vj
265
- 4nXb5U7M4Q==
266
- Vary:
267
- - Accept-Encoding,User-Agent
268
- body:
269
- encoding: UTF-8
270
- string: |
271
- <?xml version="1.0"?>
272
- <GetServiceStatusResponse xmlns="https://mws.amazonservices.com/Sellers/2011-07-01">
273
- <GetServiceStatusResult>
274
- <Status>GREEN</Status>
275
- <Timestamp>2016-05-23T13:12:44.474Z</Timestamp>
276
- </GetServiceStatusResult>
277
- <ResponseMetadata>
278
- <RequestId>c9981132-2d74-44c6-b36c-0744d50d2c68</RequestId>
279
- </ResponseMetadata>
280
- </GetServiceStatusResponse>
281
- http_version:
282
- recorded_at: Mon, 23 May 2016 13:12:44 GMT
283
- - request:
284
- method: post
285
- uri: https://mws-eu.amazonservices.com/Sellers/2011-07-01
286
- body:
287
- encoding: UTF-8
288
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A44Z&Version=2011-07-01&Signature=WWkUCBA3y14zctlDO2kL1F33KXEhd9TLkxcH9fCcYrQ%3D
289
- headers:
290
- User-Agent:
291
- - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
292
- Content-Type:
293
- - application/x-www-form-urlencoded
294
- response:
295
- status:
296
- code: 200
297
- message:
298
- headers:
299
- Server:
300
- - Server
301
- Date:
302
- - Mon, 23 May 2016 13:12:44 GMT
303
- Content-Type:
304
- - text/xml
305
- Content-Length:
306
- - '376'
307
- Connection:
308
- - keep-alive
309
- x-mws-request-id:
310
- - 3989d301-ce9a-49a7-aaad-f926f83375fd
311
- x-mws-timestamp:
312
- - '2016-05-23T13:12:44.741Z'
313
- x-mws-response-context:
314
- - SQ+2b8Hdym1eRj+Gvxdoi+0/T+UR830m1OLnC4uLu77CMzOgYCIW3tZ437BznBYfrwfF3H14PeZ0
315
- 6BsBBoFYfg==
316
- Vary:
317
- - Accept-Encoding,User-Agent
318
- body:
319
- encoding: UTF-8
320
- string: |
321
- <?xml version="1.0"?>
322
- <GetServiceStatusResponse xmlns="https://mws.amazonservices.com/Sellers/2011-07-01">
323
- <GetServiceStatusResult>
324
- <Status>GREEN</Status>
325
- <Timestamp>2016-05-23T13:12:44.741Z</Timestamp>
326
- </GetServiceStatusResult>
327
- <ResponseMetadata>
328
- <RequestId>3989d301-ce9a-49a7-aaad-f926f83375fd</RequestId>
329
- </ResponseMetadata>
330
- </GetServiceStatusResponse>
331
- http_version:
332
- recorded_at: Mon, 23 May 2016 13:12:44 GMT
333
- - request:
334
- method: post
335
- uri: https://mws-eu.amazonservices.com/Sellers/2011-07-01
336
- body:
337
- encoding: UTF-8
338
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A44Z&Version=2011-07-01&Signature=6Uc%2FIwJ16FM%2F9sRr786xkh%2B5Yoe8dETppIFva8%2BUUFA%3D
339
- headers:
340
- User-Agent:
341
- - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
342
- Content-Type:
343
- - application/x-www-form-urlencoded
344
- response:
345
- status:
346
- code: 200
347
- message:
348
- headers:
349
- Server:
350
- - Server
351
- Date:
352
- - Mon, 23 May 2016 13:12:45 GMT
353
- Content-Type:
354
- - text/xml
355
- Content-Length:
356
- - '376'
357
- Connection:
358
- - keep-alive
359
- x-mws-request-id:
360
- - cb651f0b-1105-4a5b-a129-49f6465e12ed
361
- x-mws-timestamp:
362
- - '2016-05-23T13:12:45.018Z'
363
- x-mws-response-context:
364
- - k9uOiYKjStmeZ/uli4CqKAaYkealWBinKlFsOhwyiTgmpMcJU03vsRh0yqZWPyhib6qSkKSF/xSt
365
- cWJXzzLQ3w==
366
- Vary:
367
- - Accept-Encoding,User-Agent
368
- body:
369
- encoding: UTF-8
370
- string: |
371
- <?xml version="1.0"?>
372
- <GetServiceStatusResponse xmlns="https://mws.amazonservices.com/Sellers/2011-07-01">
373
- <GetServiceStatusResult>
374
- <Status>GREEN</Status>
375
- <Timestamp>2016-05-23T13:12:45.018Z</Timestamp>
376
- </GetServiceStatusResult>
377
- <ResponseMetadata>
378
- <RequestId>cb651f0b-1105-4a5b-a129-49f6465e12ed</RequestId>
379
- </ResponseMetadata>
380
- </GetServiceStatusResponse>
381
- http_version:
382
- recorded_at: Mon, 23 May 2016 13:12:45 GMT
383
- - request:
384
- method: post
385
- uri: https://mws-eu.amazonservices.com/Sellers/2011-07-01
386
- body:
387
- encoding: UTF-8
388
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A45Z&Version=2011-07-01&Signature=rmqM%2FmhQKhRnsLkFKqqLhauwfbxLVdwzP6ZH%2Fx2RFxU%3D
389
- headers:
390
- User-Agent:
391
- - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
392
- Content-Type:
393
- - application/x-www-form-urlencoded
394
- response:
395
- status:
396
- code: 200
397
- message:
398
- headers:
399
- Server:
400
- - Server
401
- Date:
402
- - Mon, 23 May 2016 13:12:45 GMT
403
- Content-Type:
404
- - text/xml
405
- Content-Length:
406
- - '376'
407
- Connection:
408
- - keep-alive
409
- x-mws-request-id:
410
- - ad86e223-80c1-4f56-bec6-14a26c164a58
411
- x-mws-timestamp:
412
- - '2016-05-23T13:12:45.268Z'
413
- x-mws-response-context:
414
- - "/Dmb0rR7lKYk+I/r/l3H9BQeVzoxfN/yKUdEH1Iqt62zlXEXhYlT2my3p4JqwMyZ6gjp30mjCzKv
415
- kbfCWY6Rpg=="
416
- Vary:
417
- - Accept-Encoding,User-Agent
418
- body:
419
- encoding: UTF-8
420
- string: |
421
- <?xml version="1.0"?>
422
- <GetServiceStatusResponse xmlns="https://mws.amazonservices.com/Sellers/2011-07-01">
423
- <GetServiceStatusResult>
424
- <Status>GREEN</Status>
425
- <Timestamp>2016-05-23T13:12:45.268Z</Timestamp>
426
- </GetServiceStatusResult>
427
- <ResponseMetadata>
428
- <RequestId>ad86e223-80c1-4f56-bec6-14a26c164a58</RequestId>
429
- </ResponseMetadata>
430
- </GetServiceStatusResponse>
431
- http_version:
432
- recorded_at: Mon, 23 May 2016 13:12:45 GMT
433
- recorded_with: VCR 3.0.1
@@ -1,1529 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: post
5
- uri: https://mws.amazonservices.com/Subscriptions/2013-07-01
6
- body:
7
- encoding: US-ASCII
8
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A07Z&Version=2013-07-01&Signature=vvZcvEm0PTDdYYR2TisqLQWDBmXalEfRjSE6TVHFKrU%3D
9
- headers:
10
- User-Agent:
11
- - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
12
- response:
13
- status:
14
- code: 200
15
- message:
16
- headers:
17
- Date:
18
- - Sat, 28 Mar 2015 18:14:07 GMT
19
- Server:
20
- - AmazonMWS
21
- x-mws-request-id:
22
- - f682fe2e-803c-4a33-a60a-1cc987939035
23
- x-mws-timestamp:
24
- - '2015-03-28T18:14:07.909Z'
25
- x-mws-response-context:
26
- - oZ4PTfnpxoK81Doj3eRqAkjUxWN5RqqJlPaZzpQh0vOivX2PGyHzSwoDmjl8xi98ANy44dcdPXk=
27
- Content-Type:
28
- - text/xml
29
- Content-Length:
30
- - '388'
31
- Vary:
32
- - User-Agent
33
- body:
34
- encoding: UTF-8
35
- string: |
36
- <?xml version="1.0"?>
37
- <GetServiceStatusResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
38
- <GetServiceStatusResult>
39
- <Status>GREEN</Status>
40
- <Timestamp>2015-03-28T18:14:07.909Z</Timestamp>
41
- </GetServiceStatusResult>
42
- <ResponseMetadata>
43
- <RequestId>f682fe2e-803c-4a33-a60a-1cc987939035</RequestId>
44
- </ResponseMetadata>
45
- </GetServiceStatusResponse>
46
- http_version:
47
- recorded_at: Sat, 28 Mar 2015 18:14:07 GMT
48
- - request:
49
- method: post
50
- uri: https://mws-eu.amazonservices.com/Subscriptions/2013-07-01
51
- body:
52
- encoding: US-ASCII
53
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A07Z&Version=2013-07-01&Signature=jffcpJV8YHCyiBmKzi2v1sK5ZEF%2BaMyOjEPHdMsSMVo%3D
54
- headers:
55
- User-Agent:
56
- - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
57
- response:
58
- status:
59
- code: 200
60
- message:
61
- headers:
62
- Date:
63
- - Sat, 28 Mar 2015 18:14:07 GMT
64
- Server:
65
- - AmazonMWS
66
- x-mws-request-id:
67
- - 9860138e-6d7d-4dad-bf69-e4a0350ea07d
68
- x-mws-timestamp:
69
- - '2015-03-28T18:14:08.392Z'
70
- x-mws-response-context:
71
- - Xrqt0dPCGk5LJsXgsBJqQ0yHUOoAf5HKvN4MYYaX4EcQCrNmkROkwCBNLN6DqFsTQxJeQGtVljU=
72
- Content-Type:
73
- - text/xml
74
- Content-Length:
75
- - '388'
76
- Vary:
77
- - User-Agent
78
- body:
79
- encoding: UTF-8
80
- string: |
81
- <?xml version="1.0"?>
82
- <GetServiceStatusResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
83
- <GetServiceStatusResult>
84
- <Status>GREEN</Status>
85
- <Timestamp>2015-03-28T18:14:08.392Z</Timestamp>
86
- </GetServiceStatusResult>
87
- <ResponseMetadata>
88
- <RequestId>9860138e-6d7d-4dad-bf69-e4a0350ea07d</RequestId>
89
- </ResponseMetadata>
90
- </GetServiceStatusResponse>
91
- http_version:
92
- recorded_at: Sat, 28 Mar 2015 18:14:08 GMT
93
- - request:
94
- method: post
95
- uri: https://mws.amazonservices.jp/Subscriptions/2013-07-01
96
- body:
97
- encoding: US-ASCII
98
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A08Z&Version=2013-07-01&Signature=FmlbZNlvY0cyVVWCSDFxDdnW%2B3iQJbmI1tz1bmd%2FLLw%3D
99
- headers:
100
- User-Agent:
101
- - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
102
- response:
103
- status:
104
- code: 200
105
- message:
106
- headers:
107
- Date:
108
- - Sat, 28 Mar 2015 18:14:09 GMT
109
- Server:
110
- - AmazonMWS
111
- x-mws-request-id:
112
- - 6ecd42f7-889b-4df1-a630-81d96981ef09
113
- x-mws-timestamp:
114
- - '2015-03-28T18:14:09.403Z'
115
- x-mws-response-context:
116
- - dOCWy8fi/C8Ir/m32bWG0cz1rdfdoP+/Cj4I3lq+DsVXpGAzvYhrZgaUP3Ww7rH5ZUlRXaIy0yE=
117
- Content-Type:
118
- - text/xml
119
- Content-Length:
120
- - '388'
121
- Vary:
122
- - User-Agent
123
- body:
124
- encoding: UTF-8
125
- string: |
126
- <?xml version="1.0"?>
127
- <GetServiceStatusResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
128
- <GetServiceStatusResult>
129
- <Status>GREEN</Status>
130
- <Timestamp>2015-03-28T18:14:09.403Z</Timestamp>
131
- </GetServiceStatusResult>
132
- <ResponseMetadata>
133
- <RequestId>6ecd42f7-889b-4df1-a630-81d96981ef09</RequestId>
134
- </ResponseMetadata>
135
- </GetServiceStatusResponse>
136
- http_version:
137
- recorded_at: Sat, 28 Mar 2015 18:14:09 GMT
138
- - request:
139
- method: post
140
- uri: https://mws.amazonservices.com/Subscriptions/2013-07-01
141
- body:
142
- encoding: US-ASCII
143
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A09Z&Version=2013-07-01&Signature=FScfA68fSrpMA4nucgftNCowj2bsqm8vmY6pfq6JPdI%3D
144
- headers:
145
- User-Agent:
146
- - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
147
- response:
148
- status:
149
- code: 200
150
- message:
151
- headers:
152
- Date:
153
- - Sat, 28 Mar 2015 18:14:09 GMT
154
- Server:
155
- - AmazonMWS
156
- x-mws-request-id:
157
- - 41e4eb29-5010-4242-88e5-b7ab2ec07bee
158
- x-mws-timestamp:
159
- - '2015-03-28T18:14:10.088Z'
160
- x-mws-response-context:
161
- - h7ZwZEkNJU7cqKZHe/LFDjA3ZhvFH2kdnUhNw2gbsozbHiVuzr75/0Cump/Ea2LxnOmv/dJf+lU=
162
- Content-Type:
163
- - text/xml
164
- Content-Length:
165
- - '388'
166
- Vary:
167
- - User-Agent
168
- body:
169
- encoding: UTF-8
170
- string: |
171
- <?xml version="1.0"?>
172
- <GetServiceStatusResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
173
- <GetServiceStatusResult>
174
- <Status>GREEN</Status>
175
- <Timestamp>2015-03-28T18:14:10.088Z</Timestamp>
176
- </GetServiceStatusResult>
177
- <ResponseMetadata>
178
- <RequestId>41e4eb29-5010-4242-88e5-b7ab2ec07bee</RequestId>
179
- </ResponseMetadata>
180
- </GetServiceStatusResponse>
181
- http_version:
182
- recorded_at: Sat, 28 Mar 2015 18:14:10 GMT
183
- - request:
184
- method: post
185
- uri: https://mws.amazonservices.com/Subscriptions/2013-07-01
186
- body:
187
- encoding: US-ASCII
188
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListRegisteredDestinations&MarketplaceId=A2EUQ1WTGCTBG2&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A10Z&Version=2013-07-01&Signature=DgZsF%2Bau%2FqZaiBKaoXBh%2Frt4YRJb2s2E3LJKCCuzL7w%3D
189
- headers:
190
- User-Agent:
191
- - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
192
- response:
193
- status:
194
- code: 200
195
- message:
196
- headers:
197
- Date:
198
- - Sat, 28 Mar 2015 18:14:10 GMT
199
- Server:
200
- - AmazonMWS
201
- x-mws-request-id:
202
- - 4d01dc9f-37d9-4fc9-b720-762ddf7bc853
203
- x-mws-timestamp:
204
- - '2015-03-28T18:14:11.046Z'
205
- x-mws-response-context:
206
- - QkvUcxpsefjlWnMexveJLzAEcdWIwPgtvNcDzEtPBJOOERec6dpEh4zzrK0yoQVJfBzfCe7q3B8=
207
- Content-Type:
208
- - text/xml
209
- Content-Length:
210
- - '937'
211
- Vary:
212
- - User-Agent
213
- body:
214
- encoding: UTF-8
215
- string: |
216
- <ListRegisteredDestinationsResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
217
- <ListRegisteredDestinationsResult>
218
- <DestinationList>
219
- <member>
220
- <DeliveryChannel>SQS</DeliveryChannel>
221
- <AttributeList>
222
- <member>
223
- <Value>https://sqs.us-east-1.amazonaws.com/337281144291/bezos</Value>
224
- <Key>sqsQueueUrl</Key>
225
- </member>
226
- </AttributeList>
227
- </member>
228
- <member>
229
- <DeliveryChannel>SQS</DeliveryChannel>
230
- <AttributeList>
231
- <member>
232
- <Value>https://sqs.us-east-1.amazonaws.com/337281144291/Test</Value>
233
- <Key>sqsQueueUrl</Key>
234
- </member>
235
- </AttributeList>
236
- </member>
237
- </DestinationList>
238
- </ListRegisteredDestinationsResult>
239
- <ResponseMetadata>
240
- <RequestId>4d01dc9f-37d9-4fc9-b720-762ddf7bc853</RequestId>
241
- </ResponseMetadata>
242
- </ListRegisteredDestinationsResponse>
243
- http_version:
244
- recorded_at: Sat, 28 Mar 2015 18:14:11 GMT
245
- - request:
246
- method: post
247
- uri: https://mws-eu.amazonservices.com/Subscriptions/2013-07-01
248
- body:
249
- encoding: US-ASCII
250
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListRegisteredDestinations&MarketplaceId=A1PA6795UKMFR9&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A11Z&Version=2013-07-01&Signature=3yo1lXwE%2F6SPyz6wjQjyMf1aoAKLqbl%2FNL4STp4%2FTm0%3D
251
- headers:
252
- User-Agent:
253
- - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
254
- response:
255
- status:
256
- code: 200
257
- message:
258
- headers:
259
- Date:
260
- - Sat, 28 Mar 2015 18:14:11 GMT
261
- Server:
262
- - AmazonMWS
263
- x-amzn-ActionTrace:
264
- - amzn1.tr.3bee2fa7-d576-11e4-a60b-0a5128e20000.0..Ao5DA$
265
- x-mws-request-id:
266
- - b282d3e3-7297-4be3-910d-f165d13901f1
267
- x-mws-timestamp:
268
- - '2015-03-28T18:14:11.578Z'
269
- x-mws-response-context:
270
- - xcmaMMZeD+DpvtAYNa1n/6QmM4gT5Bx+UJos4kOeXqP6a0gq3fBDYyCSbl2Zy1ZJQkqz0o+DtDo=
271
- Content-Type:
272
- - text/xml
273
- Content-Length:
274
- - '937'
275
- Vary:
276
- - User-Agent
277
- body:
278
- encoding: UTF-8
279
- string: |
280
- <ListRegisteredDestinationsResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
281
- <ListRegisteredDestinationsResult>
282
- <DestinationList>
283
- <member>
284
- <DeliveryChannel>SQS</DeliveryChannel>
285
- <AttributeList>
286
- <member>
287
- <Value>https://sqs.us-east-1.amazonaws.com/337281144291/bezos</Value>
288
- <Key>sqsQueueUrl</Key>
289
- </member>
290
- </AttributeList>
291
- </member>
292
- <member>
293
- <DeliveryChannel>SQS</DeliveryChannel>
294
- <AttributeList>
295
- <member>
296
- <Value>https://sqs.us-east-1.amazonaws.com/337281144291/Test</Value>
297
- <Key>sqsQueueUrl</Key>
298
- </member>
299
- </AttributeList>
300
- </member>
301
- </DestinationList>
302
- </ListRegisteredDestinationsResult>
303
- <ResponseMetadata>
304
- <RequestId>b282d3e3-7297-4be3-910d-f165d13901f1</RequestId>
305
- </ResponseMetadata>
306
- </ListRegisteredDestinationsResponse>
307
- http_version:
308
- recorded_at: Sat, 28 Mar 2015 18:14:11 GMT
309
- - request:
310
- method: post
311
- uri: https://mws.amazonservices.jp/Subscriptions/2013-07-01
312
- body:
313
- encoding: US-ASCII
314
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListRegisteredDestinations&MarketplaceId=A1VC38T7YXB528&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A11Z&Version=2013-07-01&Signature=pnmuV1wK1nOZ%2FeXXBshHmtR5IQeUcGTqM4tF52NsoPQ%3D
315
- headers:
316
- User-Agent:
317
- - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
318
- response:
319
- status:
320
- code: 200
321
- message:
322
- headers:
323
- Date:
324
- - Sat, 28 Mar 2015 18:14:12 GMT
325
- Server:
326
- - AmazonMWS
327
- x-amzn-ActionTrace:
328
- - amzn1.tr.3c83b815-d576-11e4-8018-0ae921390000.0..0O3!40
329
- x-mws-request-id:
330
- - 6b4609fe-0d58-40ef-a3cc-6bf48f272c35
331
- x-mws-timestamp:
332
- - '2015-03-28T18:14:12.559Z'
333
- x-mws-response-context:
334
- - ZU+375zIRqw01K0u/07SQfM/HRWhOY8bEYdhJ/pkpg2BHYMrZfn28e9dx3bh+owyVVYmeqHYQ+I=
335
- Content-Type:
336
- - text/xml
337
- Content-Length:
338
- - '937'
339
- Vary:
340
- - User-Agent
341
- body:
342
- encoding: UTF-8
343
- string: |
344
- <ListRegisteredDestinationsResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
345
- <ListRegisteredDestinationsResult>
346
- <DestinationList>
347
- <member>
348
- <DeliveryChannel>SQS</DeliveryChannel>
349
- <AttributeList>
350
- <member>
351
- <Value>https://sqs.us-east-1.amazonaws.com/337281144291/bezos</Value>
352
- <Key>sqsQueueUrl</Key>
353
- </member>
354
- </AttributeList>
355
- </member>
356
- <member>
357
- <DeliveryChannel>SQS</DeliveryChannel>
358
- <AttributeList>
359
- <member>
360
- <Value>https://sqs.us-east-1.amazonaws.com/337281144291/Test</Value>
361
- <Key>sqsQueueUrl</Key>
362
- </member>
363
- </AttributeList>
364
- </member>
365
- </DestinationList>
366
- </ListRegisteredDestinationsResult>
367
- <ResponseMetadata>
368
- <RequestId>6b4609fe-0d58-40ef-a3cc-6bf48f272c35</RequestId>
369
- </ResponseMetadata>
370
- </ListRegisteredDestinationsResponse>
371
- http_version:
372
- recorded_at: Sat, 28 Mar 2015 18:14:12 GMT
373
- - request:
374
- method: post
375
- uri: https://mws.amazonservices.com/Subscriptions/2013-07-01
376
- body:
377
- encoding: US-ASCII
378
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListRegisteredDestinations&MarketplaceId=ATVPDKIKX0DER&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A12Z&Version=2013-07-01&Signature=Wkxwo3snjReQjs1BzVJFAj4V7PSTXYml4nfM0%2FJc48k%3D
379
- headers:
380
- User-Agent:
381
- - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
382
- response:
383
- status:
384
- code: 200
385
- message:
386
- headers:
387
- Date:
388
- - Sat, 28 Mar 2015 18:14:13 GMT
389
- Server:
390
- - AmazonMWS
391
- x-amzn-ActionTrace:
392
- - amzn1.tr.3cf2f4c5-d576-11e4-9c02-0a5a6ef40000.0..paS6p7
393
- x-mws-request-id:
394
- - 4c55775d-5a57-4ae5-8fa6-348f6a0933c1
395
- x-mws-timestamp:
396
- - '2015-03-28T18:14:13.278Z'
397
- x-mws-response-context:
398
- - Hll1linkWDHZD+D2ij1ogPLzDr1+uxGwY3RvwZnON6o0ivB3464eolotRzj8VDZtvw+ZxbsLLyc=
399
- Content-Type:
400
- - text/xml
401
- Content-Length:
402
- - '937'
403
- Vary:
404
- - User-Agent
405
- body:
406
- encoding: UTF-8
407
- string: |
408
- <ListRegisteredDestinationsResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
409
- <ListRegisteredDestinationsResult>
410
- <DestinationList>
411
- <member>
412
- <DeliveryChannel>SQS</DeliveryChannel>
413
- <AttributeList>
414
- <member>
415
- <Value>https://sqs.us-east-1.amazonaws.com/337281144291/bezos</Value>
416
- <Key>sqsQueueUrl</Key>
417
- </member>
418
- </AttributeList>
419
- </member>
420
- <member>
421
- <DeliveryChannel>SQS</DeliveryChannel>
422
- <AttributeList>
423
- <member>
424
- <Value>https://sqs.us-east-1.amazonaws.com/337281144291/Test</Value>
425
- <Key>sqsQueueUrl</Key>
426
- </member>
427
- </AttributeList>
428
- </member>
429
- </DestinationList>
430
- </ListRegisteredDestinationsResult>
431
- <ResponseMetadata>
432
- <RequestId>4c55775d-5a57-4ae5-8fa6-348f6a0933c1</RequestId>
433
- </ResponseMetadata>
434
- </ListRegisteredDestinationsResponse>
435
- http_version:
436
- recorded_at: Sat, 28 Mar 2015 18:14:13 GMT
437
- - request:
438
- method: post
439
- uri: https://mws.amazonservices.com/Subscriptions/2013-07-01
440
- body:
441
- encoding: US-ASCII
442
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListSubscriptions&MarketplaceId=A2EUQ1WTGCTBG2&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A13Z&Version=2013-07-01&Signature=p6iUYbNG0iquQmXE3yPOGFF7t1sozWRLG%2FeZgtBkjJ4%3D
443
- headers:
444
- User-Agent:
445
- - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
446
- response:
447
- status:
448
- code: 200
449
- message:
450
- headers:
451
- Date:
452
- - Sat, 28 Mar 2015 18:14:13 GMT
453
- Server:
454
- - AmazonMWS
455
- x-mws-request-id:
456
- - f59a0e06-154f-4d6f-8817-eac31f706a4d
457
- x-mws-timestamp:
458
- - '2015-03-28T18:14:14.083Z'
459
- x-mws-response-context:
460
- - 9q6jlDaYFOgsql4nv654pXWtv8i4AnvxOYb+cKFzG4wmrURIPpxylPagGX2vlnNh3qfUNhE2IDw=
461
- Content-Type:
462
- - text/xml
463
- Content-Length:
464
- - '777'
465
- Vary:
466
- - User-Agent
467
- body:
468
- encoding: UTF-8
469
- string: |
470
- <ListSubscriptionsResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
471
- <ListSubscriptionsResult>
472
- <SubscriptionList>
473
- <member>
474
- <NotificationType>AnyOfferChanged</NotificationType>
475
- <IsEnabled>true</IsEnabled>
476
- <Destination>
477
- <DeliveryChannel>SQS</DeliveryChannel>
478
- <AttributeList>
479
- <member>
480
- <Value>https://sqs.us-east-1.amazonaws.com/337281144291/bezos</Value>
481
- <Key>sqsQueueUrl</Key>
482
- </member>
483
- </AttributeList>
484
- </Destination>
485
- </member>
486
- </SubscriptionList>
487
- </ListSubscriptionsResult>
488
- <ResponseMetadata>
489
- <RequestId>f59a0e06-154f-4d6f-8817-eac31f706a4d</RequestId>
490
- </ResponseMetadata>
491
- </ListSubscriptionsResponse>
492
- http_version:
493
- recorded_at: Sat, 28 Mar 2015 18:14:14 GMT
494
- - request:
495
- method: post
496
- uri: https://mws-eu.amazonservices.com/Subscriptions/2013-07-01
497
- body:
498
- encoding: US-ASCII
499
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListSubscriptions&MarketplaceId=A1PA6795UKMFR9&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A14Z&Version=2013-07-01&Signature=YET%2FJIw9oFxMM2BxNwkGnSIwAAdAKeg56T0t3%2FYsZ6Y%3D
500
- headers:
501
- User-Agent:
502
- - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
503
- response:
504
- status:
505
- code: 200
506
- message:
507
- headers:
508
- Date:
509
- - Sat, 28 Mar 2015 18:14:13 GMT
510
- Server:
511
- - AmazonMWS
512
- x-mws-request-id:
513
- - 817372fb-9a0e-4126-97d6-c5481f8a0e88
514
- x-mws-timestamp:
515
- - '2015-03-28T18:14:14.581Z'
516
- x-mws-response-context:
517
- - oPVq5camRTBJ7wop36QyviXjRLHn4rnqCm0PmAihyDFZhBodSpm+wLly9qhS1FnV44togysRf/Q=
518
- Content-Type:
519
- - text/xml
520
- Content-Length:
521
- - '777'
522
- Vary:
523
- - User-Agent
524
- body:
525
- encoding: UTF-8
526
- string: |
527
- <ListSubscriptionsResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
528
- <ListSubscriptionsResult>
529
- <SubscriptionList>
530
- <member>
531
- <NotificationType>AnyOfferChanged</NotificationType>
532
- <IsEnabled>true</IsEnabled>
533
- <Destination>
534
- <DeliveryChannel>SQS</DeliveryChannel>
535
- <AttributeList>
536
- <member>
537
- <Value>https://sqs.us-east-1.amazonaws.com/337281144291/bezos</Value>
538
- <Key>sqsQueueUrl</Key>
539
- </member>
540
- </AttributeList>
541
- </Destination>
542
- </member>
543
- </SubscriptionList>
544
- </ListSubscriptionsResult>
545
- <ResponseMetadata>
546
- <RequestId>817372fb-9a0e-4126-97d6-c5481f8a0e88</RequestId>
547
- </ResponseMetadata>
548
- </ListSubscriptionsResponse>
549
- http_version:
550
- recorded_at: Sat, 28 Mar 2015 18:14:14 GMT
551
- - request:
552
- method: post
553
- uri: https://mws.amazonservices.jp/Subscriptions/2013-07-01
554
- body:
555
- encoding: US-ASCII
556
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListSubscriptions&MarketplaceId=A1VC38T7YXB528&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A14Z&Version=2013-07-01&Signature=u1ch7TiNOhfLV80M%2BLvTZqHzjF8ADY71RD8HyvIsZOY%3D
557
- headers:
558
- User-Agent:
559
- - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
560
- response:
561
- status:
562
- code: 200
563
- message:
564
- headers:
565
- Date:
566
- - Sat, 28 Mar 2015 18:14:15 GMT
567
- Server:
568
- - AmazonMWS
569
- x-amzn-ActionTrace:
570
- - amzn1.tr.3e634e12-d576-11e4-90ea-0ae992940000.0..Kpxk82
571
- x-mws-request-id:
572
- - 67489315-fa27-46ec-8226-b15e4e710f40
573
- x-mws-timestamp:
574
- - '2015-03-28T18:14:15.701Z'
575
- x-mws-response-context:
576
- - IQUaf4MMX+s+xJUJ3ZGnWPI7tABJYCx+5c8pq8Gh7V+alMOFS70nxkAB3IJpjrzQ8z7psFvs6GM=
577
- Content-Type:
578
- - text/xml
579
- Content-Length:
580
- - '777'
581
- Vary:
582
- - User-Agent
583
- body:
584
- encoding: UTF-8
585
- string: |
586
- <ListSubscriptionsResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
587
- <ListSubscriptionsResult>
588
- <SubscriptionList>
589
- <member>
590
- <NotificationType>AnyOfferChanged</NotificationType>
591
- <IsEnabled>true</IsEnabled>
592
- <Destination>
593
- <DeliveryChannel>SQS</DeliveryChannel>
594
- <AttributeList>
595
- <member>
596
- <Value>https://sqs.us-east-1.amazonaws.com/337281144291/bezos</Value>
597
- <Key>sqsQueueUrl</Key>
598
- </member>
599
- </AttributeList>
600
- </Destination>
601
- </member>
602
- </SubscriptionList>
603
- </ListSubscriptionsResult>
604
- <ResponseMetadata>
605
- <RequestId>67489315-fa27-46ec-8226-b15e4e710f40</RequestId>
606
- </ResponseMetadata>
607
- </ListSubscriptionsResponse>
608
- http_version:
609
- recorded_at: Sat, 28 Mar 2015 18:14:15 GMT
610
- - request:
611
- method: post
612
- uri: https://mws.amazonservices.com/Subscriptions/2013-07-01
613
- body:
614
- encoding: US-ASCII
615
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListSubscriptions&MarketplaceId=ATVPDKIKX0DER&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A15Z&Version=2013-07-01&Signature=6VZo212iJrS2SDYWYv%2B%2FGrItg2DuV9RtnEJ1Fk6RFVU%3D
616
- headers:
617
- User-Agent:
618
- - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
619
- response:
620
- status:
621
- code: 200
622
- message:
623
- headers:
624
- Date:
625
- - Sat, 28 Mar 2015 18:14:16 GMT
626
- Server:
627
- - AmazonMWS
628
- x-mws-request-id:
629
- - 5b700336-bdd2-40b8-b9f6-70883ce4081a
630
- x-mws-timestamp:
631
- - '2015-03-28T18:14:16.431Z'
632
- x-mws-response-context:
633
- - 1lFuAyNXriBG+Vi+1BZYIxBrGFcDTQ41JYDdgiWPx9mTqB39FEhOGdkAMKhdKDRJQQ+2jSot9NU=
634
- Content-Type:
635
- - text/xml
636
- Content-Length:
637
- - '777'
638
- Vary:
639
- - User-Agent
640
- body:
641
- encoding: UTF-8
642
- string: |
643
- <ListSubscriptionsResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
644
- <ListSubscriptionsResult>
645
- <SubscriptionList>
646
- <member>
647
- <NotificationType>AnyOfferChanged</NotificationType>
648
- <IsEnabled>true</IsEnabled>
649
- <Destination>
650
- <DeliveryChannel>SQS</DeliveryChannel>
651
- <AttributeList>
652
- <member>
653
- <Value>https://sqs.us-east-1.amazonaws.com/337281144291/bezos</Value>
654
- <Key>sqsQueueUrl</Key>
655
- </member>
656
- </AttributeList>
657
- </Destination>
658
- </member>
659
- </SubscriptionList>
660
- </ListSubscriptionsResult>
661
- <ResponseMetadata>
662
- <RequestId>5b700336-bdd2-40b8-b9f6-70883ce4081a</RequestId>
663
- </ResponseMetadata>
664
- </ListSubscriptionsResponse>
665
- http_version:
666
- recorded_at: Sat, 28 Mar 2015 18:14:16 GMT
667
- - request:
668
- method: post
669
- uri: https://mws.amazonservices.com/Subscriptions/2013-07-01
670
- body:
671
- encoding: UTF-8
672
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A50Z&Version=2013-07-01&Signature=StpfLQsK2c7DPONYloSxRHIs%2FJKMxwxzCZdwA30wWnc%3D
673
- headers:
674
- User-Agent:
675
- - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
676
- Content-Type:
677
- - application/x-www-form-urlencoded
678
- response:
679
- status:
680
- code: 200
681
- message:
682
- headers:
683
- Server:
684
- - Server
685
- Date:
686
- - Mon, 23 May 2016 13:12:50 GMT
687
- Content-Type:
688
- - text/xml
689
- Content-Length:
690
- - '388'
691
- Connection:
692
- - keep-alive
693
- x-mws-request-id:
694
- - 79319381-431a-49c7-984d-eb55c80ff114
695
- x-mws-timestamp:
696
- - '2016-05-23T13:12:50.962Z'
697
- x-mws-response-context:
698
- - MvrHAdjH/TriVbosq0LgW+3Wdde9Q3APtZh3P3EZDG0zEgdIqfxwDKx7SbP2hLEw6jS+wZCrFfcE
699
- wFmEH291ZA==
700
- Vary:
701
- - Accept-Encoding,User-Agent
702
- body:
703
- encoding: UTF-8
704
- string: |
705
- <?xml version="1.0"?>
706
- <GetServiceStatusResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
707
- <GetServiceStatusResult>
708
- <Status>GREEN</Status>
709
- <Timestamp>2016-05-23T13:12:50.962Z</Timestamp>
710
- </GetServiceStatusResult>
711
- <ResponseMetadata>
712
- <RequestId>79319381-431a-49c7-984d-eb55c80ff114</RequestId>
713
- </ResponseMetadata>
714
- </GetServiceStatusResponse>
715
- http_version:
716
- recorded_at: Mon, 23 May 2016 13:12:51 GMT
717
- - request:
718
- method: post
719
- uri: https://mws-eu.amazonservices.com/Subscriptions/2013-07-01
720
- body:
721
- encoding: UTF-8
722
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A51Z&Version=2013-07-01&Signature=6j9XQm8yTkcxsptulARzqynlL6lUrSxQbsAIF8%2BtJJQ%3D
723
- headers:
724
- User-Agent:
725
- - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
726
- Content-Type:
727
- - application/x-www-form-urlencoded
728
- response:
729
- status:
730
- code: 200
731
- message:
732
- headers:
733
- Server:
734
- - Server
735
- Date:
736
- - Mon, 23 May 2016 13:12:51 GMT
737
- Content-Type:
738
- - text/xml
739
- Content-Length:
740
- - '388'
741
- Connection:
742
- - keep-alive
743
- x-mws-request-id:
744
- - 09e28a8d-f84d-4162-ad0a-919141515f51
745
- x-mws-timestamp:
746
- - '2016-05-23T13:12:51.281Z'
747
- x-mws-response-context:
748
- - qEfHv9XzRgs5BjJkdCLRzJxOU6/fbq+KERcvg0XiWSgvEjTZby+fr2Ak6NxmCwVDActfMKNFw4gY
749
- A9jz7CWu5A==
750
- Vary:
751
- - Accept-Encoding,User-Agent
752
- body:
753
- encoding: UTF-8
754
- string: |
755
- <?xml version="1.0"?>
756
- <GetServiceStatusResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
757
- <GetServiceStatusResult>
758
- <Status>GREEN</Status>
759
- <Timestamp>2016-05-23T13:12:51.281Z</Timestamp>
760
- </GetServiceStatusResult>
761
- <ResponseMetadata>
762
- <RequestId>09e28a8d-f84d-4162-ad0a-919141515f51</RequestId>
763
- </ResponseMetadata>
764
- </GetServiceStatusResponse>
765
- http_version:
766
- recorded_at: Mon, 23 May 2016 13:12:51 GMT
767
- - request:
768
- method: post
769
- uri: https://mws-eu.amazonservices.com/Subscriptions/2013-07-01
770
- body:
771
- encoding: UTF-8
772
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A51Z&Version=2013-07-01&Signature=RUU%2Bp8zilMknDOrLJe2Yfc4jAnFdKRfieJetbQf%2F5w4%3D
773
- headers:
774
- User-Agent:
775
- - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
776
- Content-Type:
777
- - application/x-www-form-urlencoded
778
- response:
779
- status:
780
- code: 200
781
- message:
782
- headers:
783
- Server:
784
- - Server
785
- Date:
786
- - Mon, 23 May 2016 13:12:51 GMT
787
- Content-Type:
788
- - text/xml
789
- Content-Length:
790
- - '388'
791
- Connection:
792
- - keep-alive
793
- x-mws-request-id:
794
- - 26613e61-aeba-4efb-be57-0356b2385701
795
- x-mws-timestamp:
796
- - '2016-05-23T13:12:51.672Z'
797
- x-mws-response-context:
798
- - 7qyk4Hw7KH9ArBv0pmSVVjCr6PHlgrf70E4Oihi2WJCwcWifJMnJQdJgAAl10ACGq2dBp2mrzFlc
799
- ULTN+O59eA==
800
- Vary:
801
- - Accept-Encoding,User-Agent
802
- body:
803
- encoding: UTF-8
804
- string: |
805
- <?xml version="1.0"?>
806
- <GetServiceStatusResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
807
- <GetServiceStatusResult>
808
- <Status>GREEN</Status>
809
- <Timestamp>2016-05-23T13:12:51.672Z</Timestamp>
810
- </GetServiceStatusResult>
811
- <ResponseMetadata>
812
- <RequestId>26613e61-aeba-4efb-be57-0356b2385701</RequestId>
813
- </ResponseMetadata>
814
- </GetServiceStatusResponse>
815
- http_version:
816
- recorded_at: Mon, 23 May 2016 13:12:51 GMT
817
- - request:
818
- method: post
819
- uri: https://mws-eu.amazonservices.com/Subscriptions/2013-07-01
820
- body:
821
- encoding: UTF-8
822
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A51Z&Version=2013-07-01&Signature=z0SBagLblGGmkpUVpfmnSuvCLQjyf8ZtyaXQWQp%2FZkk%3D
823
- headers:
824
- User-Agent:
825
- - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
826
- Content-Type:
827
- - application/x-www-form-urlencoded
828
- response:
829
- status:
830
- code: 200
831
- message:
832
- headers:
833
- Server:
834
- - Server
835
- Date:
836
- - Mon, 23 May 2016 13:12:51 GMT
837
- Content-Type:
838
- - text/xml
839
- Content-Length:
840
- - '388'
841
- Connection:
842
- - keep-alive
843
- x-mws-request-id:
844
- - 0a49b562-96ab-4716-a8d0-076449b409f0
845
- x-mws-timestamp:
846
- - '2016-05-23T13:12:51.931Z'
847
- x-mws-response-context:
848
- - iGTAJq50UjHwH+cwHnbCLdrjTHnqBfgYnn65RoDgojl4l+A19VY3fyOSocHNjhiU76UdS11EcIib
849
- kiVBFcpplA==
850
- Vary:
851
- - Accept-Encoding,User-Agent
852
- body:
853
- encoding: UTF-8
854
- string: |
855
- <?xml version="1.0"?>
856
- <GetServiceStatusResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
857
- <GetServiceStatusResult>
858
- <Status>GREEN</Status>
859
- <Timestamp>2016-05-23T13:12:51.931Z</Timestamp>
860
- </GetServiceStatusResult>
861
- <ResponseMetadata>
862
- <RequestId>0a49b562-96ab-4716-a8d0-076449b409f0</RequestId>
863
- </ResponseMetadata>
864
- </GetServiceStatusResponse>
865
- http_version:
866
- recorded_at: Mon, 23 May 2016 13:12:52 GMT
867
- - request:
868
- method: post
869
- uri: https://mws-eu.amazonservices.com/Subscriptions/2013-07-01
870
- body:
871
- encoding: UTF-8
872
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A52Z&Version=2013-07-01&Signature=eyOKUZ5Mxori1%2FZgtX%2FjyPSusadkgVBP2066rdW0muA%3D
873
- headers:
874
- User-Agent:
875
- - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
876
- Content-Type:
877
- - application/x-www-form-urlencoded
878
- response:
879
- status:
880
- code: 200
881
- message:
882
- headers:
883
- Server:
884
- - Server
885
- Date:
886
- - Mon, 23 May 2016 13:12:52 GMT
887
- Content-Type:
888
- - text/xml
889
- Content-Length:
890
- - '388'
891
- Connection:
892
- - keep-alive
893
- x-mws-request-id:
894
- - 2963f32e-2b96-4428-a033-43cc77d6642d
895
- x-mws-timestamp:
896
- - '2016-05-23T13:12:52.160Z'
897
- x-mws-response-context:
898
- - XoA8CIlL8DTD5q5A5ePWh+0hotLBVz9i0pIJDB4Nztt5A9b/4l0jqkyR/lvwT3/rGsVyJf/Uy0NY
899
- G4f9HQv1Aw==
900
- Vary:
901
- - Accept-Encoding,User-Agent
902
- body:
903
- encoding: UTF-8
904
- string: |
905
- <?xml version="1.0"?>
906
- <GetServiceStatusResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
907
- <GetServiceStatusResult>
908
- <Status>GREEN</Status>
909
- <Timestamp>2016-05-23T13:12:52.160Z</Timestamp>
910
- </GetServiceStatusResult>
911
- <ResponseMetadata>
912
- <RequestId>2963f32e-2b96-4428-a033-43cc77d6642d</RequestId>
913
- </ResponseMetadata>
914
- </GetServiceStatusResponse>
915
- http_version:
916
- recorded_at: Mon, 23 May 2016 13:12:52 GMT
917
- - request:
918
- method: post
919
- uri: https://mws.amazonservices.com/Subscriptions/2013-07-01
920
- body:
921
- encoding: UTF-8
922
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListSubscriptions&MarketplaceId=A1AM78C64UM0Y8&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A52Z&Version=2013-07-01&Signature=Cg4X%2BpCpB4eVdkMBKEudh8%2BEfh%2BAm8FaoP3xHI3BIBk%3D
923
- headers:
924
- User-Agent:
925
- - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
926
- Content-Type:
927
- - application/x-www-form-urlencoded
928
- response:
929
- status:
930
- code: 200
931
- message:
932
- headers:
933
- Server:
934
- - Server
935
- Date:
936
- - Mon, 23 May 2016 13:12:53 GMT
937
- Content-Type:
938
- - text/xml
939
- Content-Length:
940
- - '315'
941
- Connection:
942
- - keep-alive
943
- x-mws-request-id:
944
- - 45131593-a222-45f4-8bf2-420b58e6434f
945
- x-mws-timestamp:
946
- - '2016-05-23T13:12:53.120Z'
947
- x-mws-response-context:
948
- - iXi4KROucKE5PhfnEUrFP954eRR2m5SauppehWxUUT+PkIWXG3PM4wzsZEEmVgH1ZnNOSAgSH6PX
949
- ENrI+Tkarw==
950
- Vary:
951
- - Accept-Encoding,User-Agent
952
- body:
953
- encoding: UTF-8
954
- string: |
955
- <ListSubscriptionsResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
956
- <ListSubscriptionsResult>
957
- <SubscriptionList/>
958
- </ListSubscriptionsResult>
959
- <ResponseMetadata>
960
- <RequestId>45131593-a222-45f4-8bf2-420b58e6434f</RequestId>
961
- </ResponseMetadata>
962
- </ListSubscriptionsResponse>
963
- http_version:
964
- recorded_at: Mon, 23 May 2016 13:12:53 GMT
965
- - request:
966
- method: post
967
- uri: https://mws-eu.amazonservices.com/Subscriptions/2013-07-01
968
- body:
969
- encoding: UTF-8
970
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListSubscriptions&MarketplaceId=A13V1IB3VIYZZH&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A53Z&Version=2013-07-01&Signature=FKfl%2BQuY4X%2FII6WWKmTHM8CjH4JIinJBVV%2B0g9qPkRY%3D
971
- headers:
972
- User-Agent:
973
- - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
974
- Content-Type:
975
- - application/x-www-form-urlencoded
976
- response:
977
- status:
978
- code: 200
979
- message:
980
- headers:
981
- Server:
982
- - Server
983
- Date:
984
- - Mon, 23 May 2016 13:12:53 GMT
985
- Content-Type:
986
- - text/xml
987
- Content-Length:
988
- - '777'
989
- Connection:
990
- - keep-alive
991
- x-mws-request-id:
992
- - daf99154-405d-473f-9a7e-0fa908b9ca20
993
- x-mws-timestamp:
994
- - '2016-05-23T13:12:53.768Z'
995
- x-mws-response-context:
996
- - jicvkFx4UPW0Ba/B9gwPNubirYMN99abfKB0c3Uhb0ddgwezYXMo5/TqvSAYjKFIDzxvcYSpY2Dk
997
- OGSKvWWkag==
998
- Vary:
999
- - Accept-Encoding,User-Agent
1000
- body:
1001
- encoding: UTF-8
1002
- string: |
1003
- <ListSubscriptionsResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
1004
- <ListSubscriptionsResult>
1005
- <SubscriptionList>
1006
- <member>
1007
- <Destination>
1008
- <DeliveryChannel>SQS</DeliveryChannel>
1009
- <AttributeList>
1010
- <member>
1011
- <Value>https://sqs.us-east-1.amazonaws.com/337281144291/bezos</Value>
1012
- <Key>sqsQueueUrl</Key>
1013
- </member>
1014
- </AttributeList>
1015
- </Destination>
1016
- <NotificationType>AnyOfferChanged</NotificationType>
1017
- <IsEnabled>true</IsEnabled>
1018
- </member>
1019
- </SubscriptionList>
1020
- </ListSubscriptionsResult>
1021
- <ResponseMetadata>
1022
- <RequestId>daf99154-405d-473f-9a7e-0fa908b9ca20</RequestId>
1023
- </ResponseMetadata>
1024
- </ListSubscriptionsResponse>
1025
- http_version:
1026
- recorded_at: Mon, 23 May 2016 13:12:53 GMT
1027
- - request:
1028
- method: post
1029
- uri: https://mws-eu.amazonservices.com/Subscriptions/2013-07-01
1030
- body:
1031
- encoding: UTF-8
1032
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListSubscriptions&MarketplaceId=A1RKKUPIHCS9HS&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A53Z&Version=2013-07-01&Signature=o9l24d1BGSgri5WkXX1tPX4SWHj2AW2FcxKSHqzSXYE%3D
1033
- headers:
1034
- User-Agent:
1035
- - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
1036
- Content-Type:
1037
- - application/x-www-form-urlencoded
1038
- response:
1039
- status:
1040
- code: 200
1041
- message:
1042
- headers:
1043
- Server:
1044
- - Server
1045
- Date:
1046
- - Mon, 23 May 2016 13:12:54 GMT
1047
- Content-Type:
1048
- - text/xml
1049
- Content-Length:
1050
- - '777'
1051
- Connection:
1052
- - keep-alive
1053
- x-mws-request-id:
1054
- - cda76851-7bd7-4684-99a0-e52fee1b5419
1055
- x-mws-timestamp:
1056
- - '2016-05-23T13:12:54.115Z'
1057
- x-mws-response-context:
1058
- - wF2oxKGE8j44WXy5lDOmiXGNs4X81GN1rkiY0QY8Q9WzM//NXKVYuV2dezJmdFkx2H7QKeICEKtW
1059
- ZxIFT54OBw==
1060
- Vary:
1061
- - Accept-Encoding,User-Agent
1062
- body:
1063
- encoding: UTF-8
1064
- string: |
1065
- <ListSubscriptionsResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
1066
- <ListSubscriptionsResult>
1067
- <SubscriptionList>
1068
- <member>
1069
- <Destination>
1070
- <DeliveryChannel>SQS</DeliveryChannel>
1071
- <AttributeList>
1072
- <member>
1073
- <Value>https://sqs.us-east-1.amazonaws.com/337281144291/bezos</Value>
1074
- <Key>sqsQueueUrl</Key>
1075
- </member>
1076
- </AttributeList>
1077
- </Destination>
1078
- <NotificationType>AnyOfferChanged</NotificationType>
1079
- <IsEnabled>true</IsEnabled>
1080
- </member>
1081
- </SubscriptionList>
1082
- </ListSubscriptionsResult>
1083
- <ResponseMetadata>
1084
- <RequestId>cda76851-7bd7-4684-99a0-e52fee1b5419</RequestId>
1085
- </ResponseMetadata>
1086
- </ListSubscriptionsResponse>
1087
- http_version:
1088
- recorded_at: Mon, 23 May 2016 13:12:54 GMT
1089
- - request:
1090
- method: post
1091
- uri: https://mws-eu.amazonservices.com/Subscriptions/2013-07-01
1092
- body:
1093
- encoding: UTF-8
1094
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListSubscriptions&MarketplaceId=APJ6JRA9NG5V4&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A54Z&Version=2013-07-01&Signature=n77vyxs2VxmbRA3mlN4%2BkLGrnr7gwfRDvaesO54qyXE%3D
1095
- headers:
1096
- User-Agent:
1097
- - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
1098
- Content-Type:
1099
- - application/x-www-form-urlencoded
1100
- response:
1101
- status:
1102
- code: 200
1103
- message:
1104
- headers:
1105
- Server:
1106
- - Server
1107
- Date:
1108
- - Mon, 23 May 2016 13:12:54 GMT
1109
- Content-Type:
1110
- - text/xml
1111
- Content-Length:
1112
- - '777'
1113
- Connection:
1114
- - keep-alive
1115
- x-mws-request-id:
1116
- - 7a865e8e-1b11-4a5e-91c0-edcf66a942b9
1117
- x-mws-timestamp:
1118
- - '2016-05-23T13:12:54.481Z'
1119
- x-mws-response-context:
1120
- - 2qA+YvZnwX7D5fvFNcmJR+Movj0t/imN1Ls9WjKkjbM4nycHRG2+PPM5OudUCk9ymkN79gJPn3im
1121
- SQGsPlNviw==
1122
- Vary:
1123
- - Accept-Encoding,User-Agent
1124
- body:
1125
- encoding: UTF-8
1126
- string: |
1127
- <ListSubscriptionsResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
1128
- <ListSubscriptionsResult>
1129
- <SubscriptionList>
1130
- <member>
1131
- <Destination>
1132
- <DeliveryChannel>SQS</DeliveryChannel>
1133
- <AttributeList>
1134
- <member>
1135
- <Value>https://sqs.us-east-1.amazonaws.com/337281144291/bezos</Value>
1136
- <Key>sqsQueueUrl</Key>
1137
- </member>
1138
- </AttributeList>
1139
- </Destination>
1140
- <NotificationType>AnyOfferChanged</NotificationType>
1141
- <IsEnabled>true</IsEnabled>
1142
- </member>
1143
- </SubscriptionList>
1144
- </ListSubscriptionsResult>
1145
- <ResponseMetadata>
1146
- <RequestId>7a865e8e-1b11-4a5e-91c0-edcf66a942b9</RequestId>
1147
- </ResponseMetadata>
1148
- </ListSubscriptionsResponse>
1149
- http_version:
1150
- recorded_at: Mon, 23 May 2016 13:12:54 GMT
1151
- - request:
1152
- method: post
1153
- uri: https://mws-eu.amazonservices.com/Subscriptions/2013-07-01
1154
- body:
1155
- encoding: UTF-8
1156
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListSubscriptions&MarketplaceId=A1F83G8C2ARO7P&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A54Z&Version=2013-07-01&Signature=HhsW8wPrq9TNx9aq3Tw47KfxKcISV%2BEWgOSGLm7YFd0%3D
1157
- headers:
1158
- User-Agent:
1159
- - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
1160
- Content-Type:
1161
- - application/x-www-form-urlencoded
1162
- response:
1163
- status:
1164
- code: 200
1165
- message:
1166
- headers:
1167
- Server:
1168
- - Server
1169
- Date:
1170
- - Mon, 23 May 2016 13:12:54 GMT
1171
- Content-Type:
1172
- - text/xml
1173
- Content-Length:
1174
- - '777'
1175
- Connection:
1176
- - keep-alive
1177
- x-mws-request-id:
1178
- - 7e4a999f-1576-4bfe-9901-b685b77b87a9
1179
- x-mws-timestamp:
1180
- - '2016-05-23T13:12:54.798Z'
1181
- x-mws-response-context:
1182
- - "/rLwZHqlOvWmD574B2853D/s74P1bTSAvAH/uC5cRo9ekLxMwOvBjRivK0/SlDhwfeQ/JjeUHqgJ
1183
- QycbwkZ6BA=="
1184
- Vary:
1185
- - Accept-Encoding,User-Agent
1186
- body:
1187
- encoding: UTF-8
1188
- string: |
1189
- <ListSubscriptionsResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
1190
- <ListSubscriptionsResult>
1191
- <SubscriptionList>
1192
- <member>
1193
- <Destination>
1194
- <DeliveryChannel>SQS</DeliveryChannel>
1195
- <AttributeList>
1196
- <member>
1197
- <Value>https://sqs.us-east-1.amazonaws.com/337281144291/bezos</Value>
1198
- <Key>sqsQueueUrl</Key>
1199
- </member>
1200
- </AttributeList>
1201
- </Destination>
1202
- <NotificationType>AnyOfferChanged</NotificationType>
1203
- <IsEnabled>true</IsEnabled>
1204
- </member>
1205
- </SubscriptionList>
1206
- </ListSubscriptionsResult>
1207
- <ResponseMetadata>
1208
- <RequestId>7e4a999f-1576-4bfe-9901-b685b77b87a9</RequestId>
1209
- </ResponseMetadata>
1210
- </ListSubscriptionsResponse>
1211
- http_version:
1212
- recorded_at: Mon, 23 May 2016 13:12:54 GMT
1213
- - request:
1214
- method: post
1215
- uri: https://mws.amazonservices.com/Subscriptions/2013-07-01
1216
- body:
1217
- encoding: UTF-8
1218
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListRegisteredDestinations&MarketplaceId=A1AM78C64UM0Y8&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A55Z&Version=2013-07-01&Signature=OajKQW5ONCYwZbbrTOaOXjWDNZF1IrDEm%2FH3JSA7nKA%3D
1219
- headers:
1220
- User-Agent:
1221
- - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
1222
- Content-Type:
1223
- - application/x-www-form-urlencoded
1224
- response:
1225
- status:
1226
- code: 200
1227
- message:
1228
- headers:
1229
- Server:
1230
- - Server
1231
- Date:
1232
- - Mon, 23 May 2016 13:12:55 GMT
1233
- Content-Type:
1234
- - text/xml
1235
- Content-Length:
1236
- - '350'
1237
- Connection:
1238
- - keep-alive
1239
- x-mws-request-id:
1240
- - 9307c3bc-042b-4a6f-a6ec-e953e7282e3d
1241
- x-mws-timestamp:
1242
- - '2016-05-23T13:12:55.592Z'
1243
- x-mws-response-context:
1244
- - gEUZS6/mhqudJ1J2vgG7Xi+YuFqU/fWR4HoGVLKwuDqekk1HGUwA+nOlqdebeslt4dPP2zVrwopx
1245
- d4u8qfcxIg==
1246
- Vary:
1247
- - Accept-Encoding,User-Agent
1248
- body:
1249
- encoding: UTF-8
1250
- string: |
1251
- <ListRegisteredDestinationsResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
1252
- <ListRegisteredDestinationsResult>
1253
- <DestinationList/>
1254
- </ListRegisteredDestinationsResult>
1255
- <ResponseMetadata>
1256
- <RequestId>9307c3bc-042b-4a6f-a6ec-e953e7282e3d</RequestId>
1257
- </ResponseMetadata>
1258
- </ListRegisteredDestinationsResponse>
1259
- http_version:
1260
- recorded_at: Mon, 23 May 2016 13:12:55 GMT
1261
- - request:
1262
- method: post
1263
- uri: https://mws-eu.amazonservices.com/Subscriptions/2013-07-01
1264
- body:
1265
- encoding: UTF-8
1266
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListRegisteredDestinations&MarketplaceId=A13V1IB3VIYZZH&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A55Z&Version=2013-07-01&Signature=Y9d3FCJ4hx6kWJvYp9ktVkILcVG28OU1lAlUzNJyAlo%3D
1267
- headers:
1268
- User-Agent:
1269
- - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
1270
- Content-Type:
1271
- - application/x-www-form-urlencoded
1272
- response:
1273
- status:
1274
- code: 200
1275
- message:
1276
- headers:
1277
- Server:
1278
- - Server
1279
- Date:
1280
- - Mon, 23 May 2016 13:12:55 GMT
1281
- Content-Type:
1282
- - text/xml
1283
- Content-Length:
1284
- - '937'
1285
- Connection:
1286
- - keep-alive
1287
- x-mws-request-id:
1288
- - a039202b-e2ba-465e-94b5-6187669efd5c
1289
- x-mws-timestamp:
1290
- - '2016-05-23T13:12:55.922Z'
1291
- x-mws-response-context:
1292
- - tB3kwBzYtJWnSJ1dGGXn1fIVPxLPVCUfeh4hOu0G4tuEcY4woCGqe2PEiwZ4d6vQ4vTAXn6E2zHD
1293
- E6L8lKR9Fw==
1294
- Vary:
1295
- - Accept-Encoding,User-Agent
1296
- body:
1297
- encoding: UTF-8
1298
- string: |
1299
- <ListRegisteredDestinationsResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
1300
- <ListRegisteredDestinationsResult>
1301
- <DestinationList>
1302
- <member>
1303
- <DeliveryChannel>SQS</DeliveryChannel>
1304
- <AttributeList>
1305
- <member>
1306
- <Value>https://sqs.us-east-1.amazonaws.com/337281144291/bezos</Value>
1307
- <Key>sqsQueueUrl</Key>
1308
- </member>
1309
- </AttributeList>
1310
- </member>
1311
- <member>
1312
- <DeliveryChannel>SQS</DeliveryChannel>
1313
- <AttributeList>
1314
- <member>
1315
- <Value>https://sqs.us-east-1.amazonaws.com/337281144291/Test</Value>
1316
- <Key>sqsQueueUrl</Key>
1317
- </member>
1318
- </AttributeList>
1319
- </member>
1320
- </DestinationList>
1321
- </ListRegisteredDestinationsResult>
1322
- <ResponseMetadata>
1323
- <RequestId>a039202b-e2ba-465e-94b5-6187669efd5c</RequestId>
1324
- </ResponseMetadata>
1325
- </ListRegisteredDestinationsResponse>
1326
- http_version:
1327
- recorded_at: Mon, 23 May 2016 13:12:56 GMT
1328
- - request:
1329
- method: post
1330
- uri: https://mws-eu.amazonservices.com/Subscriptions/2013-07-01
1331
- body:
1332
- encoding: UTF-8
1333
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListRegisteredDestinations&MarketplaceId=A1RKKUPIHCS9HS&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A56Z&Version=2013-07-01&Signature=75Dv3M68VxrtEiNpIWhwQPixnDmLoTWg8qkABetWP2k%3D
1334
- headers:
1335
- User-Agent:
1336
- - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
1337
- Content-Type:
1338
- - application/x-www-form-urlencoded
1339
- response:
1340
- status:
1341
- code: 200
1342
- message:
1343
- headers:
1344
- Server:
1345
- - Server
1346
- Date:
1347
- - Mon, 23 May 2016 13:12:56 GMT
1348
- Content-Type:
1349
- - text/xml
1350
- Content-Length:
1351
- - '937'
1352
- Connection:
1353
- - keep-alive
1354
- x-mws-request-id:
1355
- - a86d6cea-d6a0-4e49-92bb-96c16f90b461
1356
- x-mws-timestamp:
1357
- - '2016-05-23T13:12:56.234Z'
1358
- x-mws-response-context:
1359
- - jicvkFx4UPW0Ba/B9gwPNubirYMN99abfKB0c3Uhb0ddgwezYXMo5/TqvSAYjKFIDzxvcYSpY2Dk
1360
- OGSKvWWkag==
1361
- Vary:
1362
- - Accept-Encoding,User-Agent
1363
- body:
1364
- encoding: UTF-8
1365
- string: |
1366
- <ListRegisteredDestinationsResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
1367
- <ListRegisteredDestinationsResult>
1368
- <DestinationList>
1369
- <member>
1370
- <DeliveryChannel>SQS</DeliveryChannel>
1371
- <AttributeList>
1372
- <member>
1373
- <Value>https://sqs.us-east-1.amazonaws.com/337281144291/bezos</Value>
1374
- <Key>sqsQueueUrl</Key>
1375
- </member>
1376
- </AttributeList>
1377
- </member>
1378
- <member>
1379
- <DeliveryChannel>SQS</DeliveryChannel>
1380
- <AttributeList>
1381
- <member>
1382
- <Value>https://sqs.us-east-1.amazonaws.com/337281144291/Test</Value>
1383
- <Key>sqsQueueUrl</Key>
1384
- </member>
1385
- </AttributeList>
1386
- </member>
1387
- </DestinationList>
1388
- </ListRegisteredDestinationsResult>
1389
- <ResponseMetadata>
1390
- <RequestId>a86d6cea-d6a0-4e49-92bb-96c16f90b461</RequestId>
1391
- </ResponseMetadata>
1392
- </ListRegisteredDestinationsResponse>
1393
- http_version:
1394
- recorded_at: Mon, 23 May 2016 13:12:56 GMT
1395
- - request:
1396
- method: post
1397
- uri: https://mws-eu.amazonservices.com/Subscriptions/2013-07-01
1398
- body:
1399
- encoding: UTF-8
1400
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListRegisteredDestinations&MarketplaceId=APJ6JRA9NG5V4&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A56Z&Version=2013-07-01&Signature=HLdCukm8rjQXNxgIlHsGMzOUJ3wKuvFLHTCRbwCL4yo%3D
1401
- headers:
1402
- User-Agent:
1403
- - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
1404
- Content-Type:
1405
- - application/x-www-form-urlencoded
1406
- response:
1407
- status:
1408
- code: 200
1409
- message:
1410
- headers:
1411
- Server:
1412
- - Server
1413
- Date:
1414
- - Mon, 23 May 2016 13:12:56 GMT
1415
- Content-Type:
1416
- - text/xml
1417
- Content-Length:
1418
- - '937'
1419
- Connection:
1420
- - keep-alive
1421
- x-mws-request-id:
1422
- - 1a342b5d-9f70-4c5b-a021-fd54827f4ab2
1423
- x-mws-timestamp:
1424
- - '2016-05-23T13:12:56.543Z'
1425
- x-mws-response-context:
1426
- - eJ7pMm+d2gTi3kf6cuS0LCcHgyRz+MxXsm7fP94dAKjOYUs1mqX0562zviYtqbTXQCrWIN8FfmHq
1427
- VdxhUUJdsg==
1428
- Vary:
1429
- - Accept-Encoding,User-Agent
1430
- body:
1431
- encoding: UTF-8
1432
- string: |
1433
- <ListRegisteredDestinationsResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
1434
- <ListRegisteredDestinationsResult>
1435
- <DestinationList>
1436
- <member>
1437
- <DeliveryChannel>SQS</DeliveryChannel>
1438
- <AttributeList>
1439
- <member>
1440
- <Value>https://sqs.us-east-1.amazonaws.com/337281144291/bezos</Value>
1441
- <Key>sqsQueueUrl</Key>
1442
- </member>
1443
- </AttributeList>
1444
- </member>
1445
- <member>
1446
- <DeliveryChannel>SQS</DeliveryChannel>
1447
- <AttributeList>
1448
- <member>
1449
- <Value>https://sqs.us-east-1.amazonaws.com/337281144291/Test</Value>
1450
- <Key>sqsQueueUrl</Key>
1451
- </member>
1452
- </AttributeList>
1453
- </member>
1454
- </DestinationList>
1455
- </ListRegisteredDestinationsResult>
1456
- <ResponseMetadata>
1457
- <RequestId>1a342b5d-9f70-4c5b-a021-fd54827f4ab2</RequestId>
1458
- </ResponseMetadata>
1459
- </ListRegisteredDestinationsResponse>
1460
- http_version:
1461
- recorded_at: Mon, 23 May 2016 13:12:56 GMT
1462
- - request:
1463
- method: post
1464
- uri: https://mws-eu.amazonservices.com/Subscriptions/2013-07-01
1465
- body:
1466
- encoding: UTF-8
1467
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListRegisteredDestinations&MarketplaceId=A1F83G8C2ARO7P&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A56Z&Version=2013-07-01&Signature=QvItCzgdCPxknmloJGvNgR6F%2BYpQIrPk0tNXsbdJS0o%3D
1468
- headers:
1469
- User-Agent:
1470
- - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
1471
- Content-Type:
1472
- - application/x-www-form-urlencoded
1473
- response:
1474
- status:
1475
- code: 200
1476
- message:
1477
- headers:
1478
- Server:
1479
- - Server
1480
- Date:
1481
- - Mon, 23 May 2016 13:12:56 GMT
1482
- Content-Type:
1483
- - text/xml
1484
- Content-Length:
1485
- - '937'
1486
- Connection:
1487
- - keep-alive
1488
- x-mws-request-id:
1489
- - 7ff0e535-7fbd-4b68-ac06-388fc7190cda
1490
- x-mws-timestamp:
1491
- - '2016-05-23T13:12:56.840Z'
1492
- x-mws-response-context:
1493
- - Il1yezsqb8DWmdIovs/eAFggz+ODJGcn6toiyyKTwP1488ifsuS0c546stRr3kan8dmi7H68IrJf
1494
- 78AKDdez4w==
1495
- Vary:
1496
- - Accept-Encoding,User-Agent
1497
- body:
1498
- encoding: UTF-8
1499
- string: |
1500
- <ListRegisteredDestinationsResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
1501
- <ListRegisteredDestinationsResult>
1502
- <DestinationList>
1503
- <member>
1504
- <DeliveryChannel>SQS</DeliveryChannel>
1505
- <AttributeList>
1506
- <member>
1507
- <Value>https://sqs.us-east-1.amazonaws.com/337281144291/bezos</Value>
1508
- <Key>sqsQueueUrl</Key>
1509
- </member>
1510
- </AttributeList>
1511
- </member>
1512
- <member>
1513
- <DeliveryChannel>SQS</DeliveryChannel>
1514
- <AttributeList>
1515
- <member>
1516
- <Value>https://sqs.us-east-1.amazonaws.com/337281144291/Test</Value>
1517
- <Key>sqsQueueUrl</Key>
1518
- </member>
1519
- </AttributeList>
1520
- </member>
1521
- </DestinationList>
1522
- </ListRegisteredDestinationsResult>
1523
- <ResponseMetadata>
1524
- <RequestId>7ff0e535-7fbd-4b68-ac06-388fc7190cda</RequestId>
1525
- </ResponseMetadata>
1526
- </ListRegisteredDestinationsResponse>
1527
- http_version:
1528
- recorded_at: Mon, 23 May 2016 13:12:56 GMT
1529
- recorded_with: VCR 3.0.1