docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/spanner_v1.projects.instanceConfigs.html b/docs/dyn/spanner_v1.projects.instanceConfigs.html
index 10e69dd..0e58069 100644
--- a/docs/dyn/spanner_v1.projects.instanceConfigs.html
+++ b/docs/dyn/spanner_v1.projects.instanceConfigs.html
@@ -78,7 +78,7 @@
   <code><a href="#get">get(name, x__xgafv=None)</a></code></p>
 <p class="firstline">Gets information about a particular instance configuration.</p>
 <p class="toc_element">
-  <code><a href="#list">list(parent, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Lists the supported instance configurations for a given project.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -104,34 +104,34 @@
     &quot;replicas&quot;: [ # The geographic placement of nodes in this instance configuration and their
         # replication properties.
       {
-        &quot;location&quot;: &quot;A String&quot;, # The location of the serving resources, e.g. &quot;us-central1&quot;.
-        &quot;type&quot;: &quot;A String&quot;, # The type of replica.
         &quot;defaultLeaderLocation&quot;: True or False, # If true, this location is designated as the default leader location where
             # leader replicas are placed. See the [region types
             # documentation](https://cloud.google.com/spanner/docs/instances#region_types)
             # for more details.
+        &quot;type&quot;: &quot;A String&quot;, # The type of replica.
+        &quot;location&quot;: &quot;A String&quot;, # The location of the serving resources, e.g. &quot;us-central1&quot;.
       },
     ],
+    &quot;displayName&quot;: &quot;A String&quot;, # The name of this instance configuration as it appears in UIs.
     &quot;name&quot;: &quot;A String&quot;, # A unique identifier for the instance configuration.  Values
         # are of the form
         # `projects/&lt;project&gt;/instanceConfigs/a-z*`
-    &quot;displayName&quot;: &quot;A String&quot;, # The name of this instance configuration as it appears in UIs.
   }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(parent, pageToken=None, pageSize=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
   <pre>Lists the supported instance configurations for a given project.
 
 Args:
   parent: string, Required. The name of the project for which a list of supported instance
 configurations is requested. Values are of the form
 `projects/&lt;project&gt;`. (required)
+  pageSize: integer, Number of instance configurations to be returned in the response. If 0 or
+less, defaults to the server&#x27;s maximum allowed page size.
   pageToken: string, If non-empty, `page_token` should contain a
 next_page_token
 from a previous ListInstanceConfigsResponse.
-  pageSize: integer, Number of instance configurations to be returned in the response. If 0 or
-less, defaults to the server&#x27;s maximum allowed page size.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -150,18 +150,18 @@
         &quot;replicas&quot;: [ # The geographic placement of nodes in this instance configuration and their
             # replication properties.
           {
-            &quot;location&quot;: &quot;A String&quot;, # The location of the serving resources, e.g. &quot;us-central1&quot;.
-            &quot;type&quot;: &quot;A String&quot;, # The type of replica.
             &quot;defaultLeaderLocation&quot;: True or False, # If true, this location is designated as the default leader location where
                 # leader replicas are placed. See the [region types
                 # documentation](https://cloud.google.com/spanner/docs/instances#region_types)
                 # for more details.
+            &quot;type&quot;: &quot;A String&quot;, # The type of replica.
+            &quot;location&quot;: &quot;A String&quot;, # The location of the serving resources, e.g. &quot;us-central1&quot;.
           },
         ],
+        &quot;displayName&quot;: &quot;A String&quot;, # The name of this instance configuration as it appears in UIs.
         &quot;name&quot;: &quot;A String&quot;, # A unique identifier for the instance configuration.  Values
             # are of the form
             # `projects/&lt;project&gt;/instanceConfigs/a-z*`
-        &quot;displayName&quot;: &quot;A String&quot;, # The name of this instance configuration as it appears in UIs.
       },
     ],
   }</pre>