Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document arn trait support for OpenAPI #555

Merged
merged 1 commit into from
Sep 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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