docs: docs update (#911)

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/acceleratedmobilepageurl_v1.ampUrls.html b/docs/dyn/acceleratedmobilepageurl_v1.ampUrls.html
index b63f7b9..ef2b4f8 100644
--- a/docs/dyn/acceleratedmobilepageurl_v1.ampUrls.html
+++ b/docs/dyn/acceleratedmobilepageurl_v1.ampUrls.html
@@ -88,12 +88,12 @@
     The object takes the form of:
 
 { # AMP URL request for a batch of URLs.
-    "lookupStrategy": "A String", # The lookup_strategy being requested.
-    "urls": [ # List of URLs to look up for the paired AMP URLs.
+    &quot;urls&quot;: [ # List of URLs to look up for the paired AMP URLs.
         # The URLs are case-sensitive. Up to 50 URLs per lookup
         # (see [Usage Limits](/amp/cache/reference/limits)).
-      "A String",
+      &quot;A String&quot;,
     ],
+    &quot;lookupStrategy&quot;: &quot;A String&quot;, # The lookup_strategy being requested.
   }
 
   x__xgafv: string, V1 error format.
@@ -105,22 +105,22 @@
   An object of the form:
 
     { # Batch AMP URL response.
-    "ampUrls": [ # For each URL in BatchAmpUrlsRequest, the URL response. The response might
+    &quot;ampUrls&quot;: [ # For each URL in BatchAmpUrlsRequest, the URL response. The response might
         # not be in the same order as URLs in the batch request.
         # If BatchAmpUrlsRequest contains duplicate URLs, AmpUrl is generated
         # only once.
       { # AMP URL response for a requested URL.
-        "ampUrl": "A String", # The AMP URL pointing to the publisher's web server.
-        "originalUrl": "A String", # The original non-AMP URL.
-        "cdnAmpUrl": "A String", # The [AMP Cache URL](/amp/cache/overview#amp-cache-url-format) pointing to
+        &quot;cdnAmpUrl&quot;: &quot;A String&quot;, # The [AMP Cache URL](/amp/cache/overview#amp-cache-url-format) pointing to
             # the cached document in the Google AMP Cache.
+        &quot;originalUrl&quot;: &quot;A String&quot;, # The original non-AMP URL.
+        &quot;ampUrl&quot;: &quot;A String&quot;, # The AMP URL pointing to the publisher&#x27;s web server.
       },
     ],
-    "urlErrors": [ # The errors for requested URLs that have no AMP URL.
-      { # AMP URL Error resource for a requested URL that couldn't be found.
-        "errorCode": "A String", # The error code of an API call.
-        "errorMessage": "A String", # An optional descriptive error message.
-        "originalUrl": "A String", # The original non-AMP URL.
+    &quot;urlErrors&quot;: [ # The errors for requested URLs that have no AMP URL.
+      { # AMP URL Error resource for a requested URL that couldn&#x27;t be found.
+        &quot;errorMessage&quot;: &quot;A String&quot;, # An optional descriptive error message.
+        &quot;errorCode&quot;: &quot;A String&quot;, # The error code of an API call.
+        &quot;originalUrl&quot;: &quot;A String&quot;, # The original non-AMP URL.
       },
     ],
   }</pre>