1:45 PM 11/12/2025 ���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC ‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57

Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119

Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\xampp\htdocs\demo\fi.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include #include #include namespace Aws { template class AmazonWebServiceResult; namespace Utils { namespace Json { class JsonValue; } // namespace Json } // namespace Utils namespace Lambda { namespace Model { class GetLayerVersionResult { public: AWS_LAMBDA_API GetLayerVersionResult(); AWS_LAMBDA_API GetLayerVersionResult(const Aws::AmazonWebServiceResult& result); AWS_LAMBDA_API GetLayerVersionResult& operator=(const Aws::AmazonWebServiceResult& result); ///@{ /** *

Details about the layer version.

*/ inline const LayerVersionContentOutput& GetContent() const{ return m_content; } inline void SetContent(const LayerVersionContentOutput& value) { m_content = value; } inline void SetContent(LayerVersionContentOutput&& value) { m_content = std::move(value); } inline GetLayerVersionResult& WithContent(const LayerVersionContentOutput& value) { SetContent(value); return *this;} inline GetLayerVersionResult& WithContent(LayerVersionContentOutput&& value) { SetContent(std::move(value)); return *this;} ///@} ///@{ /** *

The ARN of the layer.

*/ inline const Aws::String& GetLayerArn() const{ return m_layerArn; } inline void SetLayerArn(const Aws::String& value) { m_layerArn = value; } inline void SetLayerArn(Aws::String&& value) { m_layerArn = std::move(value); } inline void SetLayerArn(const char* value) { m_layerArn.assign(value); } inline GetLayerVersionResult& WithLayerArn(const Aws::String& value) { SetLayerArn(value); return *this;} inline GetLayerVersionResult& WithLayerArn(Aws::String&& value) { SetLayerArn(std::move(value)); return *this;} inline GetLayerVersionResult& WithLayerArn(const char* value) { SetLayerArn(value); return *this;} ///@} ///@{ /** *

The ARN of the layer version.

*/ inline const Aws::String& GetLayerVersionArn() const{ return m_layerVersionArn; } inline void SetLayerVersionArn(const Aws::String& value) { m_layerVersionArn = value; } inline void SetLayerVersionArn(Aws::String&& value) { m_layerVersionArn = std::move(value); } inline void SetLayerVersionArn(const char* value) { m_layerVersionArn.assign(value); } inline GetLayerVersionResult& WithLayerVersionArn(const Aws::String& value) { SetLayerVersionArn(value); return *this;} inline GetLayerVersionResult& WithLayerVersionArn(Aws::String&& value) { SetLayerVersionArn(std::move(value)); return *this;} inline GetLayerVersionResult& WithLayerVersionArn(const char* value) { SetLayerVersionArn(value); return *this;} ///@} ///@{ /** *

The description of the version.

*/ inline const Aws::String& GetDescription() const{ return m_description; } inline void SetDescription(const Aws::String& value) { m_description = value; } inline void SetDescription(Aws::String&& value) { m_description = std::move(value); } inline void SetDescription(const char* value) { m_description.assign(value); } inline GetLayerVersionResult& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} inline GetLayerVersionResult& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} inline GetLayerVersionResult& WithDescription(const char* value) { SetDescription(value); return *this;} ///@} ///@{ /** *

The date that the layer version was created, in ISO-8601 format * (YYYY-MM-DDThh:mm:ss.sTZD).

*/ inline const Aws::String& GetCreatedDate() const{ return m_createdDate; } inline void SetCreatedDate(const Aws::String& value) { m_createdDate = value; } inline void SetCreatedDate(Aws::String&& value) { m_createdDate = std::move(value); } inline void SetCreatedDate(const char* value) { m_createdDate.assign(value); } inline GetLayerVersionResult& WithCreatedDate(const Aws::String& value) { SetCreatedDate(value); return *this;} inline GetLayerVersionResult& WithCreatedDate(Aws::String&& value) { SetCreatedDate(std::move(value)); return *this;} inline GetLayerVersionResult& WithCreatedDate(const char* value) { SetCreatedDate(value); return *this;} ///@} ///@{ /** *

The version number.

*/ inline long long GetVersion() const{ return m_version; } inline void SetVersion(long long value) { m_version = value; } inline GetLayerVersionResult& WithVersion(long long value) { SetVersion(value); return *this;} ///@} ///@{ /** *

The layer's compatible runtimes.

The following list includes * deprecated runtimes. For more information, see Runtime * use after deprecation.

For a list of all currently supported * runtimes, see Supported * runtimes.

*/ inline const Aws::Vector& GetCompatibleRuntimes() const{ return m_compatibleRuntimes; } inline void SetCompatibleRuntimes(const Aws::Vector& value) { m_compatibleRuntimes = value; } inline void SetCompatibleRuntimes(Aws::Vector&& value) { m_compatibleRuntimes = std::move(value); } inline GetLayerVersionResult& WithCompatibleRuntimes(const Aws::Vector& value) { SetCompatibleRuntimes(value); return *this;} inline GetLayerVersionResult& WithCompatibleRuntimes(Aws::Vector&& value) { SetCompatibleRuntimes(std::move(value)); return *this;} inline GetLayerVersionResult& AddCompatibleRuntimes(const Runtime& value) { m_compatibleRuntimes.push_back(value); return *this; } inline GetLayerVersionResult& AddCompatibleRuntimes(Runtime&& value) { m_compatibleRuntimes.push_back(std::move(value)); return *this; } ///@} ///@{ /** *

The layer's software license.

*/ inline const Aws::String& GetLicenseInfo() const{ return m_licenseInfo; } inline void SetLicenseInfo(const Aws::String& value) { m_licenseInfo = value; } inline void SetLicenseInfo(Aws::String&& value) { m_licenseInfo = std::move(value); } inline void SetLicenseInfo(const char* value) { m_licenseInfo.assign(value); } inline GetLayerVersionResult& WithLicenseInfo(const Aws::String& value) { SetLicenseInfo(value); return *this;} inline GetLayerVersionResult& WithLicenseInfo(Aws::String&& value) { SetLicenseInfo(std::move(value)); return *this;} inline GetLayerVersionResult& WithLicenseInfo(const char* value) { SetLicenseInfo(value); return *this;} ///@} ///@{ /** *

A list of compatible instruction * set architectures.

*/ inline const Aws::Vector& GetCompatibleArchitectures() const{ return m_compatibleArchitectures; } inline void SetCompatibleArchitectures(const Aws::Vector& value) { m_compatibleArchitectures = value; } inline void SetCompatibleArchitectures(Aws::Vector&& value) { m_compatibleArchitectures = std::move(value); } inline GetLayerVersionResult& WithCompatibleArchitectures(const Aws::Vector& value) { SetCompatibleArchitectures(value); return *this;} inline GetLayerVersionResult& WithCompatibleArchitectures(Aws::Vector&& value) { SetCompatibleArchitectures(std::move(value)); return *this;} inline GetLayerVersionResult& AddCompatibleArchitectures(const Architecture& value) { m_compatibleArchitectures.push_back(value); return *this; } inline GetLayerVersionResult& AddCompatibleArchitectures(Architecture&& value) { m_compatibleArchitectures.push_back(std::move(value)); return *this; } ///@} ///@{ inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline GetLayerVersionResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline GetLayerVersionResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline GetLayerVersionResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} ///@} private: LayerVersionContentOutput m_content; Aws::String m_layerArn; Aws::String m_layerVersionArn; Aws::String m_description; Aws::String m_createdDate; long long m_version; Aws::Vector m_compatibleRuntimes; Aws::String m_licenseInfo; Aws::Vector m_compatibleArchitectures; Aws::String m_requestId; }; } // namespace Model } // namespace Lambda } // namespace Aws