Skip to content

Commit

Permalink
Document arn trait support for OpenAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Chase Coalwell authored and srchase committed Sep 8, 2020
1 parent 02d75e6 commit 47a3101
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/1.0/guides/converting-to-openapi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ in a Smithy model are not currently supported in the OpenAPI conversion.
not supported with OpenAPI (for example, an MQTT-based protocol modeled
with Smithy would need to also support an HTTP-based protocol to be
converted to OpenAPI).
* :ref:`aws.api#arn-trait`: This trait does not influence resources defined
in the OpenAPI model natively, nor via any of the `Amazon API Gateway extensions`_.

.. seealso:: :ref:`other-traits`

**Compatibility notes**

Expand Down Expand Up @@ -1040,6 +1044,7 @@ entry:
In the entry, ``providerARNs`` will be populated from the ``providerArns`` list
from the trait.

.. _other-traits:

Other traits that influence API Gateway
=======================================
Expand Down

0 comments on commit 47a3101

Please sign in to comment.