:py:mod:`vendor_fabric.cloud_params` ==================================== .. py:module:: vendor_fabric.cloud_params .. autodoc2-docstring:: vendor_fabric.cloud_params :parser: myst :allowtitles: Module Contents --------------- Functions ~~~~~~~~~ .. list-table:: :class: autosummary longtable :align: left * - :py:obj:`get_cloud_call_params ` - .. autodoc2-docstring:: vendor_fabric.cloud_params.get_cloud_call_params :parser: myst :summary: * - :py:obj:`get_aws_call_params ` - .. autodoc2-docstring:: vendor_fabric.cloud_params.get_aws_call_params :parser: myst :summary: * - :py:obj:`get_google_call_params ` - .. autodoc2-docstring:: vendor_fabric.cloud_params.get_google_call_params :parser: myst :summary: API ~~~ .. py:function:: get_cloud_call_params(max_results: int | None = 10, no_max_results: bool = False, reject_null: bool = True, first_letter_to_lower: bool = False, first_letter_to_upper: bool = False, **kwargs: typing.Any) -> extended_data.containers.ExtendedDict :canonical: vendor_fabric.cloud_params.get_cloud_call_params .. autodoc2-docstring:: vendor_fabric.cloud_params.get_cloud_call_params :parser: myst .. py:function:: get_aws_call_params(max_results: int | None = 100, **kwargs: typing.Any) -> extended_data.containers.ExtendedDict :canonical: vendor_fabric.cloud_params.get_aws_call_params .. autodoc2-docstring:: vendor_fabric.cloud_params.get_aws_call_params :parser: myst .. py:function:: get_google_call_params(max_results: int | None = 200, no_max_results: bool = False, **kwargs: typing.Any) -> extended_data.containers.ExtendedDict :canonical: vendor_fabric.cloud_params.get_google_call_params .. autodoc2-docstring:: vendor_fabric.cloud_params.get_google_call_params :parser: myst