Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 87e17bb

Browse files
committed
Update API GetInstance: add response parameters Body.Instance.Certification.
1 parent 1f68164 commit 87e17bb

File tree

155 files changed

+329
-303
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+329
-303
lines changed

‎hsm-20231113/CMakeLists.txt‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
33

4-
project(alibabacloud_hsm_20231113 VERSION "1.0.0")
4+
project(alibabacloud_hsm20231113 VERSION "1.0.0")
55

66
# <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< General set up >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> #
77
set(CMAKE_CXX_STANDARD 11)
@@ -72,7 +72,7 @@ if(CMAKE_HOST_WIN32)
7272
_CRT_SECURE_NO_WARNINGS)
7373
elseif(APPLE)
7474
find_library(CFLIB CoreFoundation)
75-
find_library(UTIL_LIB alibabacloud_hsm_20231113 ${CMAKE_CURRENT_SOURCE_DIR}/deps/lib)
75+
find_library(UTIL_LIB alibabacloud_hsm20231113 ${CMAKE_CURRENT_SOURCE_DIR}/deps/lib)
7676
target_link_libraries(${PROJECT_NAME}
7777
OpenSSL::SSL OpenSSL::Crypto
7878
${CFLIB}
@@ -139,7 +139,7 @@ install(
139139
TARGETS
140140
${PROJECT_NAME}
141141
EXPORT
142-
alibabacloud_hsm_20231113Targets
142+
alibabacloud_hsm20231113Targets
143143
ARCHIVE
144144
DESTINATION ${INSTALL_LIBDIR}
145145
COMPONENT lib
@@ -157,9 +157,9 @@ install(
157157
# Install cmake config
158158
install(
159159
EXPORT
160-
alibabacloud_hsm_20231113Targets
160+
alibabacloud_hsm20231113Targets
161161
NAMESPACE
162-
"alibabacloud_hsm_20231113::"
162+
"alibabacloud_hsm20231113::"
163163
DESTINATION
164164
${INSTALL_CMAKEDIR}
165165
COMPONENT

‎hsm-20231113/ChangeLog.txt‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025年10月31日 Version: 1.1.1
2+
- Update API GetInstance: add response parameters Body.Instance.Certification.
3+
- Update API GetInstance: add response parameters Body.Instance.CertificationUrl.
4+
5+
16
2025年09月11日 Version: 1.1.0
27
- Support API DownloadClusterManagedCert.
38
- Support API QuickDeployCluster.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@PACKAGE_INIT@
2+
3+
include("${CMAKE_CURRENT_LIST_DIR}/alibabacloud_hsm20231113Targets.cmake")
4+
check_required_components("alibabacloud_hsm20231113")

‎hsm-20231113/cmake/alibabacloud_hsm_20231113Config.cmake.in‎

Lines changed: 0 additions & 4 deletions
This file was deleted.

‎hsm-20231113/include/alibabacloud/models/ConfigAuditLogRequest.hpp‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ namespace Models
3333
};
3434
virtual void fromMap(const Darabonba::Json &obj) override { from_json(obj, *this); validate(); };
3535
virtual Darabonba::Json toMap() const override { Darabonba::Json obj; to_json(obj, *this); return obj; };
36-
virtual bool empty() const override { this->auditAction_ != nullptr
37-
&& this->auditOssBucket_ != nullptr && this->regionId_ != nullptr; };
36+
virtual bool empty() const override { returnthis->auditAction_ == nullptr
37+
&& returnthis->auditOssBucket_ == nullptr && returnthis->regionId_ == nullptr; };
3838
// auditAction Field Functions
3939
bool hasAuditAction() const { return this->auditAction_ != nullptr;};
4040
void deleteAuditAction() { this->auditAction_ = nullptr;};

‎hsm-20231113/include/alibabacloud/models/ConfigAuditLogResponse.hpp‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ namespace Models
3535
};
3636
virtual void fromMap(const Darabonba::Json &obj) override { from_json(obj, *this); validate(); };
3737
virtual Darabonba::Json toMap() const override { Darabonba::Json obj; to_json(obj, *this); return obj; };
38-
virtual bool empty() const override { this->headers_ != nullptr
39-
&& this->statusCode_ != nullptr && this->body_ != nullptr; };
38+
virtual bool empty() const override { returnthis->headers_ == nullptr
39+
&& returnthis->statusCode_ == nullptr && returnthis->body_ == nullptr; };
4040
// headers Field Functions
4141
bool hasHeaders() const { return this->headers_ != nullptr;};
4242
void deleteHeaders() { this->headers_ = nullptr;};

‎hsm-20231113/include/alibabacloud/models/ConfigAuditLogResponseBody.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace Models
2929
};
3030
virtual void fromMap(const Darabonba::Json &obj) override { from_json(obj, *this); validate(); };
3131
virtual Darabonba::Json toMap() const override { Darabonba::Json obj; to_json(obj, *this); return obj; };
32-
virtual bool empty() const override { this->requestId_ != nullptr; };
32+
virtual bool empty() const override { returnthis->requestId_ == nullptr; };
3333
// requestId Field Functions
3434
bool hasRequestId() const { return this->requestId_ != nullptr;};
3535
void deleteRequestId() { this->requestId_ = nullptr;};

‎hsm-20231113/include/alibabacloud/models/ConfigBackupRemarkRequest.hpp‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ namespace Models
3333
};
3434
virtual void fromMap(const Darabonba::Json &obj) override { from_json(obj, *this); validate(); };
3535
virtual Darabonba::Json toMap() const override { Darabonba::Json obj; to_json(obj, *this); return obj; };
36-
virtual bool empty() const override { this->backupId_ != nullptr
37-
&& this->name_ != nullptr && this->remark_ != nullptr; };
36+
virtual bool empty() const override { returnthis->backupId_ == nullptr
37+
&& returnthis->name_ == nullptr && returnthis->remark_ == nullptr; };
3838
// backupId Field Functions
3939
bool hasBackupId() const { return this->backupId_ != nullptr;};
4040
void deleteBackupId() { this->backupId_ = nullptr;};

‎hsm-20231113/include/alibabacloud/models/ConfigBackupRemarkResponse.hpp‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ namespace Models
3535
};
3636
virtual void fromMap(const Darabonba::Json &obj) override { from_json(obj, *this); validate(); };
3737
virtual Darabonba::Json toMap() const override { Darabonba::Json obj; to_json(obj, *this); return obj; };
38-
virtual bool empty() const override { this->headers_ != nullptr
39-
&& this->statusCode_ != nullptr && this->body_ != nullptr; };
38+
virtual bool empty() const override { returnthis->headers_ == nullptr
39+
&& returnthis->statusCode_ == nullptr && returnthis->body_ == nullptr; };
4040
// headers Field Functions
4141
bool hasHeaders() const { return this->headers_ != nullptr;};
4242
void deleteHeaders() { this->headers_ = nullptr;};

‎hsm-20231113/include/alibabacloud/models/ConfigBackupRemarkResponseBody.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace Models
2929
};
3030
virtual void fromMap(const Darabonba::Json &obj) override { from_json(obj, *this); validate(); };
3131
virtual Darabonba::Json toMap() const override { Darabonba::Json obj; to_json(obj, *this); return obj; };
32-
virtual bool empty() const override { this->requestId_ != nullptr; };
32+
virtual bool empty() const override { returnthis->requestId_ == nullptr; };
3333
// requestId Field Functions
3434
bool hasRequestId() const { return this->requestId_ != nullptr;};
3535
void deleteRequestId() { this->requestId_ = nullptr;};

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /