diff --git a/tokens/amazon-mws-auth-token-value.yaml b/tokens/amazon-mws-auth-token-value.yaml index f4f53deaca2..c3f74ac3b3a 100755 --- a/tokens/amazon-mws-auth-token-value.yaml +++ b/tokens/amazon-mws-auth-token-value.yaml @@ -12,13 +12,13 @@ requests: matchers-condition: and matchers: - - part: body + - type: regex + part: body regex: - "amzn\\.mws\\.[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}" - type: regex extractors: - - part: body + - type: regex + part: body regex: - "amzn\\.mws\\.[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}" - type: regex \ No newline at end of file