docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/acceleratedmobilepageurl_v1.ampUrls.html b/docs/dyn/acceleratedmobilepageurl_v1.ampUrls.html
index 765a9b3..f9f63d2 100644
--- a/docs/dyn/acceleratedmobilepageurl_v1.ampUrls.html
+++ b/docs/dyn/acceleratedmobilepageurl_v1.ampUrls.html
@@ -76,12 +76,14 @@
 <h2>Instance Methods</h2>
 <p class="toc_element">
   <code><a href="#batchGet">batchGet(body=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Returns AMP URL(s) and equivalent</p>
+<p class="firstline">Returns AMP URL(s) and equivalent [AMP Cache URL(s)](/amp/cache/overview#amp-cache-url-format).</p>
+<p class="toc_element">
+  <code><a href="#close">close()</a></code></p>
+<p class="firstline">Close httplib2 connections.</p>
 <h3>Method Details</h3>
 <div class="method">
     <code class="details" id="batchGet">batchGet(body=None, x__xgafv=None)</code>
-  <pre>Returns AMP URL(s) and equivalent
-[AMP Cache URL(s)](/amp/cache/overview#amp-cache-url-format).
+  <pre>Returns AMP URL(s) and equivalent [AMP Cache URL(s)](/amp/cache/overview#amp-cache-url-format).
 
 Args:
   body: object, The request body.
@@ -89,9 +91,7 @@
 
 { # AMP URL request for a batch of URLs.
     &quot;lookupStrategy&quot;: &quot;A String&quot;, # The lookup_strategy being requested.
-    &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)).
+    &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)).
       &quot;A String&quot;,
     ],
   }
@@ -105,25 +105,26 @@
   An object of the form:
 
     { # Batch AMP URL response.
-    &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.
+    &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.
-        &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;ampUrl&quot;: &quot;A String&quot;, # The AMP URL pointing to the publisher&#x27;s web server.
         &quot;originalUrl&quot;: &quot;A String&quot;, # The original non-AMP URL.
+        &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;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;originalUrl&quot;: &quot;A String&quot;, # The original non-AMP URL.
-        &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;errorMessage&quot;: &quot;A String&quot;, # An optional descriptive error message.
       },
     ],
   }</pre>
 </div>
 
+<div class="method">
+    <code class="details" id="close">close()</code>
+  <pre>Close httplib2 connections.</pre>
+</div>
+
 </body></html>
\ No newline at end of file