From 3e3ebc915c4c6608712b54ff30743afc38662ea4 Mon Sep 17 00:00:00 2001 From: digitalocean-engineering Date: Thu, 30 May 2024 10:47:32 -0600 Subject: [PATCH] [bot] Updated client based on openapi-b5b24d0/clientgen (#297) Co-authored-by: API Engineering --- DO_OPENAPI_COMMIT_SHA.txt | 2 +- requirements.txt | 58 +- src/pydo/_client.py | 8 +- src/pydo/aio/_client.py | 8 +- src/pydo/aio/operations/_operations.py | 924 +++++++++---------------- src/pydo/operations/_operations.py | 905 +++++++++--------------- 6 files changed, 670 insertions(+), 1235 deletions(-) diff --git a/DO_OPENAPI_COMMIT_SHA.txt b/DO_OPENAPI_COMMIT_SHA.txt index 9a13181..0390375 100644 --- a/DO_OPENAPI_COMMIT_SHA.txt +++ b/DO_OPENAPI_COMMIT_SHA.txt @@ -1 +1 @@ -8ce96ef +b5b24d0 diff --git a/requirements.txt b/requirements.txt index e1f2e7c..948b349 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,29 +1,29 @@ -aiohttp==3.8.5 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" -aiosignal==1.3.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" -async-timeout==4.0.2 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" -asynctest==0.13.0 ; python_full_version >= "3.7.2" and python_version < "3.8" -attrs==22.1.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" -azure-core==1.26.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" -azure-identity==1.12.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" -certifi==2023.7.22 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" -cffi==1.15.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" and platform_python_implementation != "PyPy" -charset-normalizer==2.1.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" -cryptography==42.0.4 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" -frozenlist==1.3.3 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" -idna==3.7 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" -isodate==0.6.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" -msal-extensions==1.0.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" -msal==1.24.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" -msrest==0.7.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" -multidict==6.0.2 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" -oauthlib==3.2.2 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" -portalocker==2.6.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" -pycparser==2.21 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" and platform_python_implementation != "PyPy" -pyjwt[crypto]==2.6.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" -pywin32==305 ; python_full_version >= "3.7.2" and platform_system == "Windows" and python_full_version < "4.0.0" -requests-oauthlib==1.3.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" -requests==2.31.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" -six==1.16.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" -typing-extensions==4.4.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" -urllib3==1.26.18 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" -yarl==1.8.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" +aiohttp==3.9.5 ; python_version >= "3.8" and python_full_version < "4.0.0" +aiosignal==1.3.1 ; python_version >= "3.8" and python_full_version < "4.0.0" +async-timeout==4.0.3 ; python_version >= "3.8" and python_version < "3.11" +attrs==23.2.0 ; python_version >= "3.8" and python_full_version < "4.0.0" +azure-core==1.30.1 ; python_version >= "3.8" and python_full_version < "4.0.0" +azure-identity==1.16.0 ; python_version >= "3.8" and python_full_version < "4.0.0" +certifi==2024.2.2 ; python_version >= "3.8" and python_full_version < "4.0.0" +cffi==1.16.0 ; python_version >= "3.8" and python_full_version < "4.0.0" and platform_python_implementation != "PyPy" +charset-normalizer==3.3.2 ; python_version >= "3.8" and python_full_version < "4.0.0" +cryptography==42.0.7 ; python_version >= "3.8" and python_full_version < "4.0.0" +frozenlist==1.4.1 ; python_version >= "3.8" and python_full_version < "4.0.0" +idna==3.7 ; python_version >= "3.8" and python_full_version < "4.0.0" +isodate==0.6.1 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0" +msal-extensions==1.1.0 ; python_version >= "3.8" and python_full_version < "4.0.0" +msal==1.28.0 ; python_version >= "3.8" and python_full_version < "4.0.0" +msrest==0.7.1 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0" +multidict==6.0.5 ; python_version >= "3.8" and python_full_version < "4.0.0" +oauthlib==3.2.2 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0" +packaging==24.0 ; python_version >= "3.8" and python_full_version < "4.0.0" +portalocker==2.8.2 ; python_version >= "3.8" and python_full_version < "4.0.0" +pycparser==2.22 ; python_version >= "3.8" and python_full_version < "4.0.0" and platform_python_implementation != "PyPy" +pyjwt[crypto]==2.8.0 ; python_version >= "3.8" and python_full_version < "4.0.0" +pywin32==306 ; python_version >= "3.8" and python_full_version < "4.0.0" and platform_system == "Windows" +requests-oauthlib==2.0.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0" +requests==2.32.2 ; python_version >= "3.8" and python_full_version < "4.0.0" +six==1.16.0 ; python_version >= "3.8" and python_full_version < "4.0.0" +typing-extensions==4.12.0 ; python_version >= "3.8" and python_full_version < "4.0.0" +urllib3==2.2.1 ; python_version >= "3.8" and python_full_version < "4.0.0" +yarl==1.9.4 ; python_version >= "3.8" and python_full_version < "4.0.0" diff --git a/src/pydo/_client.py b/src/pydo/_client.py index a952287..e8d2412 100644 --- a/src/pydo/_client.py +++ b/src/pydo/_client.py @@ -657,9 +657,11 @@ def __init__( self._config.custom_hook_policy, self._config.logging_policy, policies.DistributedTracingPolicy(**kwargs), - policies.SensitiveHeaderCleanupPolicy(**kwargs) - if self._config.redirect_policy - else None, + ( + policies.SensitiveHeaderCleanupPolicy(**kwargs) + if self._config.redirect_policy + else None + ), self._config.http_logging_policy, ] self._client: PipelineClient = PipelineClient( diff --git a/src/pydo/aio/_client.py b/src/pydo/aio/_client.py index aee0a26..7dafce3 100644 --- a/src/pydo/aio/_client.py +++ b/src/pydo/aio/_client.py @@ -657,9 +657,11 @@ def __init__( self._config.custom_hook_policy, self._config.logging_policy, policies.DistributedTracingPolicy(**kwargs), - policies.SensitiveHeaderCleanupPolicy(**kwargs) - if self._config.redirect_policy - else None, + ( + policies.SensitiveHeaderCleanupPolicy(**kwargs) + if self._config.redirect_policy + else None + ), self._config.http_logging_policy, ] self._client: AsyncPipelineClient = AsyncPipelineClient( diff --git a/src/pydo/aio/operations/_operations.py b/src/pydo/aio/operations/_operations.py index 39f9ccb..509f345 100644 --- a/src/pydo/aio/operations/_operations.py +++ b/src/pydo/aio/operations/_operations.py @@ -2158,8 +2158,7 @@ async def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -2456,8 +2455,7 @@ async def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -2717,8 +2715,7 @@ async def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -2947,8 +2944,7 @@ async def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -3139,8 +3135,7 @@ async def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -3506,30 +3501,11 @@ async def list( "token": "str" # Optional. Logtail token. }, - "name": "str", # - Required. "open_search": { - "basic_auth": - { - "password": "str", # Password for user - defined in User. Required. - "user": "str" # Username to authenticate - with. Required. - }, "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. - "index_name": - "logs" # Optional. Default value is "logs". The - index name to use for the logs. If not set, the - default index name is "logs". - }, - "open_search": { - "endpoint": - "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -3844,8 +3820,8 @@ async def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -4118,8 +4094,8 @@ async def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -4362,8 +4338,8 @@ async def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -4569,8 +4545,8 @@ async def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -5036,8 +5012,8 @@ async def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -5352,8 +5328,8 @@ async def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -5626,8 +5602,8 @@ async def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -5870,8 +5846,8 @@ async def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -6077,8 +6053,8 @@ async def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -6482,8 +6458,8 @@ async def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -6798,8 +6774,8 @@ async def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -7072,8 +7048,8 @@ async def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -7316,8 +7292,8 @@ async def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -7523,8 +7499,8 @@ async def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -7919,8 +7895,8 @@ async def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -8235,8 +8211,8 @@ async def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -8509,8 +8485,8 @@ async def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -8753,8 +8729,8 @@ async def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -8960,8 +8936,8 @@ async def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -9328,8 +9304,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -9597,8 +9572,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -9828,8 +9802,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -10035,8 +10008,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -10210,8 +10182,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -10445,8 +10416,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -10728,8 +10698,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -10971,8 +10940,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -11187,8 +11155,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -11368,8 +11335,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -11721,8 +11687,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -12019,8 +11984,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -12280,8 +12244,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -12510,8 +12473,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -12702,8 +12664,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -13147,8 +13108,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -13445,8 +13405,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -13706,8 +13665,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -13936,8 +13894,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -14128,8 +14085,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -14512,8 +14468,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -14810,8 +14765,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -15071,8 +15025,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -15301,8 +15254,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -15493,8 +15445,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -15869,8 +15820,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -16167,8 +16117,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -16428,8 +16377,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -16658,8 +16606,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -16850,8 +16797,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -17156,8 +17102,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -17439,8 +17384,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -17682,8 +17626,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -17898,8 +17841,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -18079,8 +18021,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -18432,8 +18373,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -18730,8 +18670,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -18991,8 +18930,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -19221,8 +19159,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -19413,8 +19350,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -19858,8 +19794,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -20156,8 +20091,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -20417,8 +20351,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -20647,8 +20580,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -20839,8 +20771,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -21223,8 +21154,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -21521,8 +21451,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -21782,8 +21711,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -22012,8 +21940,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -22204,8 +22131,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -22580,8 +22506,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -22878,8 +22803,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -23139,8 +23063,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -23369,8 +23292,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -23561,8 +23483,7 @@ async def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -23853,8 +23774,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -24122,8 +24042,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -24353,8 +24272,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -24560,8 +24478,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -24735,8 +24652,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -24970,8 +24886,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -25253,8 +25168,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -25496,8 +25410,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -25712,8 +25625,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -25893,8 +25805,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -26246,8 +26157,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -26544,8 +26454,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -26805,8 +26714,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -27035,8 +26943,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -27227,8 +27134,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -27672,8 +27578,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -27970,8 +27875,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -28231,8 +28135,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -28461,8 +28364,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -28653,8 +28555,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -29037,8 +28938,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -29335,8 +29235,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -29596,8 +29495,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -29826,8 +29724,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -30018,8 +29915,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -30394,8 +30290,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -30692,8 +30587,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -30953,8 +30847,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -31183,8 +31076,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -31375,8 +31267,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -31863,8 +31754,7 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -32146,8 +32036,7 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -32389,8 +32278,7 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -32605,8 +32493,7 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -32786,8 +32673,7 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -33139,8 +33025,7 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -33437,8 +33322,7 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -33698,8 +33582,7 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -33928,8 +33811,7 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -34120,8 +34002,7 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -34565,8 +34446,7 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -34863,8 +34743,7 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -35124,8 +35003,7 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -35354,8 +35232,7 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -35546,8 +35423,7 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -35930,8 +35806,7 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -36228,8 +36103,7 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -36489,8 +36363,7 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -36719,8 +36592,7 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -36911,8 +36783,7 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -37287,8 +37158,7 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -37585,8 +37455,7 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -37846,8 +37715,7 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -38076,8 +37944,7 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -38268,8 +38135,7 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -38661,8 +38527,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -38930,8 +38795,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -39161,8 +39025,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -39368,8 +39231,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -39543,8 +39405,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -39776,8 +39637,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -40059,8 +39919,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -40302,8 +40161,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -40518,8 +40376,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -40699,8 +40556,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -41052,8 +40908,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -41350,8 +41205,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -41611,8 +41465,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -41841,8 +41694,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -42033,8 +41885,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -42478,8 +42329,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -42776,8 +42626,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -43037,8 +42886,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -43267,8 +43115,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -43459,8 +43306,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -43843,8 +43689,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -44141,8 +43986,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -44402,8 +44246,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -44632,8 +44475,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -44824,8 +44666,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -45200,8 +45041,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -45498,8 +45338,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -45759,8 +45598,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -45989,8 +45827,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -46181,8 +46018,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -46505,8 +46341,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -46788,8 +46623,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -47031,8 +46865,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -47247,8 +47080,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -47428,8 +47260,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -47781,8 +47612,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -48079,8 +47909,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -48340,8 +48169,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -48570,8 +48398,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -48762,8 +48589,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -49207,8 +49033,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -49505,8 +49330,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -49766,8 +49590,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -49996,8 +49819,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -50188,8 +50010,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -50572,8 +50393,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -50870,8 +50690,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -51131,8 +50950,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -51361,8 +51179,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -51553,8 +51370,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -51929,8 +51745,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -52227,8 +52042,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -52488,8 +52302,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -52718,8 +52531,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -52910,8 +52722,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -53217,8 +53028,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -53486,8 +53296,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -53717,8 +53526,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -53924,8 +53732,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -54099,8 +53906,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -54332,8 +54138,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -54615,8 +54420,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -54858,8 +54662,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -55074,8 +54877,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -55255,8 +55057,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -55608,8 +55409,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -55906,8 +55706,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -56167,8 +55966,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -56397,8 +56195,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -56589,8 +56386,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -57034,8 +56830,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -57332,8 +57127,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -57593,8 +57387,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -57823,8 +57616,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -58015,8 +57807,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -58399,8 +58190,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -58697,8 +58487,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -58958,8 +58747,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -59188,8 +58976,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -59380,8 +59167,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -59756,8 +59542,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -60054,8 +59839,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -60315,8 +60099,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -60545,8 +60328,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -60737,8 +60519,7 @@ async def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -61420,8 +61201,7 @@ async def list_deployments( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -61718,8 +61498,7 @@ async def list_deployments( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -61979,8 +61758,7 @@ async def list_deployments( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -62209,8 +61987,7 @@ async def list_deployments( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -62401,8 +62178,7 @@ async def list_deployments( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -62891,8 +62667,7 @@ async def create_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -63174,8 +62949,7 @@ async def create_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -63417,8 +63191,7 @@ async def create_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -63633,8 +63406,7 @@ async def create_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -63814,8 +63586,7 @@ async def create_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -64212,8 +63983,7 @@ async def create_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -64495,8 +64265,7 @@ async def create_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -64738,8 +64507,7 @@ async def create_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -64954,8 +64722,7 @@ async def create_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -65135,8 +64902,7 @@ async def create_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -65531,8 +65297,7 @@ async def create_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -65814,8 +65579,7 @@ async def create_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -66057,8 +65821,7 @@ async def create_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -66273,8 +66036,7 @@ async def create_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -66454,8 +66216,7 @@ async def create_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -66934,8 +66695,7 @@ async def get_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -67217,8 +66977,7 @@ async def get_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -67460,8 +67219,7 @@ async def get_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -67676,8 +67434,7 @@ async def get_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -67857,8 +67614,7 @@ async def get_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -68324,8 +68080,7 @@ async def cancel_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -68607,8 +68362,7 @@ async def cancel_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -68850,8 +68604,7 @@ async def cancel_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -69066,8 +68819,7 @@ async def cancel_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -69247,8 +68999,7 @@ async def cancel_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -70602,8 +70353,7 @@ async def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -70871,8 +70621,7 @@ async def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -71102,8 +70851,7 @@ async def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -71309,8 +71057,7 @@ async def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -71484,8 +71231,7 @@ async def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -71725,8 +71471,7 @@ async def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -71994,8 +71739,7 @@ async def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -72225,8 +71969,7 @@ async def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -72432,8 +72175,7 @@ async def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -72607,8 +72349,7 @@ async def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -72870,8 +72611,7 @@ async def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -73139,8 +72879,7 @@ async def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -73370,8 +73109,7 @@ async def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -73577,8 +73315,7 @@ async def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -73752,8 +73489,7 @@ async def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -73998,8 +73734,7 @@ async def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -74267,8 +74002,7 @@ async def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -74498,8 +74232,7 @@ async def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -74705,8 +74438,7 @@ async def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -74880,8 +74612,7 @@ async def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -75121,8 +74852,7 @@ async def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -75390,8 +75120,7 @@ async def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -75621,8 +75350,7 @@ async def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -75828,8 +75556,7 @@ async def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -76003,8 +75730,7 @@ async def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -77057,8 +76783,7 @@ async def create_rollback( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -77340,8 +77065,7 @@ async def create_rollback( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -77583,8 +77307,7 @@ async def create_rollback( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -77799,8 +77522,7 @@ async def create_rollback( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -77980,8 +77702,7 @@ async def create_rollback( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -78386,8 +78107,7 @@ async def create_rollback( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -78669,8 +78389,7 @@ async def create_rollback( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -78912,8 +78631,7 @@ async def create_rollback( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -79128,8 +78846,7 @@ async def create_rollback( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -79309,8 +79026,7 @@ async def create_rollback( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -79718,8 +79434,7 @@ async def create_rollback( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -80001,8 +79716,7 @@ async def create_rollback( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -80244,8 +79958,7 @@ async def create_rollback( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -80460,8 +80173,7 @@ async def create_rollback( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -80641,8 +80353,7 @@ async def create_rollback( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -81645,8 +81356,7 @@ async def revert_rollback(self, app_id: str, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -81928,8 +81638,7 @@ async def revert_rollback(self, app_id: str, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -82171,8 +81880,7 @@ async def revert_rollback(self, app_id: str, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -82387,8 +82095,7 @@ async def revert_rollback(self, app_id: str, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -82568,8 +82275,7 @@ async def revert_rollback(self, app_id: str, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. diff --git a/src/pydo/operations/_operations.py b/src/pydo/operations/_operations.py index 489214d..97fa0fe 100644 --- a/src/pydo/operations/_operations.py +++ b/src/pydo/operations/_operations.py @@ -9146,8 +9146,7 @@ def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -9444,8 +9443,7 @@ def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -9705,8 +9703,7 @@ def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -9935,8 +9932,7 @@ def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -10127,8 +10123,7 @@ def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -10497,8 +10492,8 @@ def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -10813,8 +10808,8 @@ def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -11087,8 +11082,8 @@ def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -11331,8 +11326,8 @@ def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -11538,8 +11533,8 @@ def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -12005,8 +12000,8 @@ def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -12321,8 +12316,8 @@ def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -12595,8 +12590,8 @@ def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -12839,8 +12834,8 @@ def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -13046,8 +13041,8 @@ def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -13451,8 +13446,8 @@ def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -13767,8 +13762,8 @@ def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -14041,8 +14036,8 @@ def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -14285,8 +14280,8 @@ def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -14492,8 +14487,8 @@ def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -14888,8 +14883,8 @@ def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -15204,8 +15199,8 @@ def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -15478,8 +15473,8 @@ def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -15722,8 +15717,8 @@ def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -15929,8 +15924,8 @@ def list( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is - supported. Format: :code:``::code:``. - Default port is 9300. Required. + supported. Format: ``https://:``. + Required. "basic_auth": { "password": "str", # Password for user @@ -16297,8 +16292,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -16566,8 +16560,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -16797,8 +16790,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -17004,8 +16996,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -17179,8 +17170,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -17414,8 +17404,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -17697,8 +17686,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -17940,8 +17928,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -18156,8 +18143,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -18337,8 +18323,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -18690,8 +18675,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -18988,8 +18972,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -19249,8 +19232,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -19479,8 +19461,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -19671,8 +19652,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -20116,8 +20096,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -20414,8 +20393,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -20675,8 +20653,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -20905,8 +20882,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -21097,8 +21073,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -21481,8 +21456,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -21779,8 +21753,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -22040,8 +22013,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -22270,8 +22242,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -22462,8 +22433,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -22838,8 +22808,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -23136,8 +23105,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -23397,8 +23365,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -23627,8 +23594,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -23819,8 +23785,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -24125,8 +24090,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -24408,8 +24372,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -24651,8 +24614,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -24867,8 +24829,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -25048,8 +25009,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -25401,8 +25361,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -25699,8 +25658,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -25960,8 +25918,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -26190,8 +26147,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -26382,8 +26338,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -26827,8 +26782,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -27125,8 +27079,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -27386,8 +27339,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -27616,8 +27568,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -27808,8 +27759,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -28192,8 +28142,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -28490,8 +28439,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -28751,8 +28699,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -28981,8 +28928,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -29173,8 +29119,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -29549,8 +29494,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -29847,8 +29791,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -30108,8 +30051,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -30338,8 +30280,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -30530,8 +30471,7 @@ def create( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -30822,8 +30762,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -31091,8 +31030,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -31322,8 +31260,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -31529,8 +31466,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -31704,8 +31640,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -31939,8 +31874,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -32222,8 +32156,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -32465,8 +32398,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -32681,8 +32613,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -32862,8 +32793,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -33215,8 +33145,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -33513,8 +33442,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -33774,8 +33702,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -34004,8 +33931,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -34196,8 +34122,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -34641,8 +34566,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -34939,8 +34863,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -35200,8 +35123,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -35430,8 +35352,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -35622,8 +35543,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -36006,8 +35926,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -36304,8 +36223,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -36565,8 +36483,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -36795,8 +36712,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -36987,8 +36903,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -37363,8 +37278,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -37661,8 +37575,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -37922,8 +37835,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -38152,8 +38064,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -38344,8 +38255,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -38832,8 +38742,7 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -39115,8 +39024,7 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -39358,8 +39266,7 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -39574,8 +39481,7 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -39755,8 +39661,7 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -40108,8 +40013,7 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -40406,8 +40310,7 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -40667,8 +40570,7 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -40897,8 +40799,7 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -41089,8 +40990,7 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -41534,8 +41434,7 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -41832,8 +41731,7 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -42093,8 +41991,7 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -42323,8 +42220,7 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -42515,8 +42411,7 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -42899,8 +42794,7 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -43197,8 +43091,7 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -43458,8 +43351,7 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -43688,8 +43580,7 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -43880,8 +43771,7 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -44256,8 +44146,7 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -44554,8 +44443,7 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -44815,8 +44703,7 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -45045,8 +44932,7 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -45237,8 +45123,7 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -45630,8 +45515,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -45899,8 +45783,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -46130,8 +46013,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -46337,8 +46219,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -46512,8 +46393,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -46745,8 +46625,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -47028,8 +46907,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -47271,8 +47149,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -47487,8 +47364,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -47668,8 +47544,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -48021,8 +47896,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -48319,8 +48193,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -48580,8 +48453,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -48810,8 +48682,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -49002,8 +48873,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -49447,8 +49317,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -49745,8 +49614,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -50006,8 +49874,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -50236,8 +50103,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -50428,8 +50294,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -50812,8 +50677,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -51110,8 +50974,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -51371,8 +51234,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -51601,8 +51463,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -51793,8 +51654,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -52169,8 +52029,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -52467,8 +52326,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -52728,8 +52586,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -52958,8 +52815,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -53150,8 +53006,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -53474,8 +53329,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -53757,8 +53611,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -54000,8 +53853,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -54216,8 +54068,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -54397,8 +54248,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -54750,8 +54600,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -55048,8 +54897,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -55309,8 +55157,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -55539,8 +55386,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -55731,8 +55577,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -56176,8 +56021,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -56474,8 +56318,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -56735,8 +56578,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -56965,8 +56807,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -57157,8 +56998,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -57541,8 +57381,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -57839,8 +57678,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -58100,8 +57938,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -58330,8 +58167,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -58522,8 +58358,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -58898,8 +58733,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -59196,8 +59030,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -59457,8 +59290,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -59687,8 +59519,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -59879,8 +59710,7 @@ def update( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -60184,8 +60014,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -60453,8 +60282,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -60684,8 +60512,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -60891,8 +60718,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -61066,8 +60892,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -61299,8 +61124,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -61582,8 +61406,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -61825,8 +61648,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -62041,8 +61863,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -62222,8 +62043,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -62575,8 +62395,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -62873,8 +62692,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -63134,8 +62952,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -63364,8 +63181,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -63556,8 +63372,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -64001,8 +63816,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -64299,8 +64113,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -64560,8 +64373,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -64790,8 +64602,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -64982,8 +64793,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -65366,8 +65176,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -65664,8 +65473,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -65925,8 +65733,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -66155,8 +65962,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -66347,8 +66153,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -66723,8 +66528,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -67021,8 +66825,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -67282,8 +67085,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -67512,8 +67314,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -67704,8 +67505,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -68387,8 +68187,7 @@ def list_deployments( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -68685,8 +68484,7 @@ def list_deployments( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -68946,8 +68744,7 @@ def list_deployments( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -69176,8 +68973,7 @@ def list_deployments( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -69368,8 +69164,7 @@ def list_deployments( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. - Format: :code:``::code:``. Default port - is 9300. Required. + Format: ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. @@ -69858,8 +69653,7 @@ def create_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -70141,8 +69935,7 @@ def create_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -70384,8 +70177,7 @@ def create_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -70600,8 +70392,7 @@ def create_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -70781,8 +70572,7 @@ def create_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -71179,8 +70969,7 @@ def create_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -71462,8 +71251,7 @@ def create_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -71705,8 +71493,7 @@ def create_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -71921,8 +71708,7 @@ def create_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -72102,8 +71888,7 @@ def create_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -72498,8 +72283,7 @@ def create_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -72781,8 +72565,7 @@ def create_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -73024,8 +72807,7 @@ def create_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -73240,8 +73022,7 @@ def create_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -73421,8 +73202,7 @@ def create_deployment( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -73899,8 +73679,7 @@ def get_deployment(self, app_id: str, deployment_id: str, **kwargs: Any) -> JSON "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -74182,8 +73961,7 @@ def get_deployment(self, app_id: str, deployment_id: str, **kwargs: Any) -> JSON "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -74425,8 +74203,7 @@ def get_deployment(self, app_id: str, deployment_id: str, **kwargs: Any) -> JSON "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -74641,8 +74418,7 @@ def get_deployment(self, app_id: str, deployment_id: str, **kwargs: Any) -> JSON "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -74822,8 +74598,7 @@ def get_deployment(self, app_id: str, deployment_id: str, **kwargs: Any) -> JSON "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -75287,8 +75062,7 @@ def cancel_deployment(self, app_id: str, deployment_id: str, **kwargs: Any) -> J "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -75570,8 +75344,7 @@ def cancel_deployment(self, app_id: str, deployment_id: str, **kwargs: Any) -> J "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -75813,8 +75586,7 @@ def cancel_deployment(self, app_id: str, deployment_id: str, **kwargs: Any) -> J "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -76029,8 +75801,7 @@ def cancel_deployment(self, app_id: str, deployment_id: str, **kwargs: Any) -> J "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -76210,8 +75981,7 @@ def cancel_deployment(self, app_id: str, deployment_id: str, **kwargs: Any) -> J "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -77565,8 +77335,7 @@ def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -77834,8 +77603,7 @@ def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -78065,8 +77833,7 @@ def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -78272,8 +78039,7 @@ def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -78447,8 +78213,7 @@ def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -78688,8 +78453,7 @@ def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -78957,8 +78721,7 @@ def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -79188,8 +78951,7 @@ def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -79395,8 +79157,7 @@ def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -79570,8 +79331,7 @@ def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -79833,8 +79593,7 @@ def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -80102,8 +79861,7 @@ def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -80333,8 +80091,7 @@ def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -80540,8 +80297,7 @@ def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -80715,8 +80471,7 @@ def validate_app_spec( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -80959,8 +80714,7 @@ def validate_app_spec(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -81228,8 +80982,7 @@ def validate_app_spec(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -81459,8 +81212,7 @@ def validate_app_spec(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -81666,8 +81418,7 @@ def validate_app_spec(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -81841,8 +81592,7 @@ def validate_app_spec(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -82082,8 +81832,7 @@ def validate_app_spec(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -82351,8 +82100,7 @@ def validate_app_spec(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -82582,8 +82330,7 @@ def validate_app_spec(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -82789,8 +82536,7 @@ def validate_app_spec(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -82964,8 +82710,7 @@ def validate_app_spec(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -84018,8 +83763,7 @@ def create_rollback( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -84301,8 +84045,7 @@ def create_rollback( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -84544,8 +84287,7 @@ def create_rollback( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -84760,8 +84502,7 @@ def create_rollback( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -84941,8 +84682,7 @@ def create_rollback( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -85347,8 +85087,7 @@ def create_rollback( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -85630,8 +85369,7 @@ def create_rollback( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -85873,8 +85611,7 @@ def create_rollback( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -86089,8 +85826,7 @@ def create_rollback( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -86270,8 +86006,7 @@ def create_rollback( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -86679,8 +86414,7 @@ def create_rollback( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -86962,8 +86696,7 @@ def create_rollback( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -87205,8 +86938,7 @@ def create_rollback( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -87421,8 +87153,7 @@ def create_rollback( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -87602,8 +87333,7 @@ def create_rollback( "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -88606,8 +88336,7 @@ def revert_rollback(self, app_id: str, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -88889,8 +88618,7 @@ def revert_rollback(self, app_id: str, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -89132,8 +88860,7 @@ def revert_rollback(self, app_id: str, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -89348,8 +89075,7 @@ def revert_rollback(self, app_id: str, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required. @@ -89529,8 +89255,7 @@ def revert_rollback(self, app_id: str, **kwargs: Any) -> JSON: "open_search": { "endpoint": "str", # OpenSearch API Endpoint. Only HTTPS is supported. Format: - :code:``::code:``. Default port is 9300. - Required. + ``https://:``. Required. "basic_auth": { "password": "str", # Password for user defined in User. Required.