From 0a7ab789b8403e44cdd55fa4b87128cc95330d35 Mon Sep 17 00:00:00 2001 From: Chase Coalwell Date: Fri, 4 Sep 2020 14:30:30 -0700 Subject: [PATCH] Document arn trait support for OpenAPI --- docs/source/1.0/guides/converting-to-openapi.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/1.0/guides/converting-to-openapi.rst b/docs/source/1.0/guides/converting-to-openapi.rst index 0e7558af246..03a6d68c53c 100644 --- a/docs/source/1.0/guides/converting-to-openapi.rst +++ b/docs/source/1.0/guides/converting-to-openapi.rst @@ -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** @@ -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 =======================================