More iteration on generated docs

This commit is contained in:
Josh Mock
2024-11-19 17:04:50 -06:00
parent 4afd72b173
commit e0372eea89
503 changed files with 11653 additions and 6026 deletions

View File

@ -41,20 +41,30 @@ Get an autoscaling policy. NOTE: This feature is designed for indirect use by El
----
[discrete]
===== `AutoscalingGetAutoscalingPolicyRequest`
==== AutoscalingGetAutoscalingPolicyRequest
[source,ts]
----
[pass]
++++
<pre>
++++
interface AutoscalingGetAutoscalingPolicyRequest extends <<RequestBase>> {
name: <<Name>>
}
----
[pass]
++++
</pre>
++++
[discrete]
===== `AutoscalingGetAutoscalingPolicyResponse`
==== AutoscalingGetAutoscalingPolicyResponse
[source,ts]
----
[pass]
++++
<pre>
++++
type AutoscalingGetAutoscalingPolicyResponse = AutoscalingAutoscalingPolicy
----
[pass]
++++
</pre>
++++