Skip to content

Commit 4530eb9

Browse files
committed
Update API CreateFlowLog: add request parameters TargetSlsRegionId.
1 parent 3a76092 commit 4530eb9

File tree

139 files changed

+368
-350
lines changed

Some content is hidden

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

139 files changed

+368
-350
lines changed

expressconnectrouter-20230901/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_express_connect_router_20230901 VERSION "1.0.0")
4+
project(alibabacloud_express_connect_router20230901 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_express_connect_router_20230901 ${CMAKE_CURRENT_SOURCE_DIR}/deps/lib)
75+
find_library(UTIL_LIB alibabacloud_express_connect_router20230901 ${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_express_connect_router_20230901Targets
142+
alibabacloud_express_connect_router20230901Targets
143143
ARCHIVE
144144
DESTINATION ${INSTALL_LIBDIR}
145145
COMPONENT lib
@@ -157,9 +157,9 @@ install(
157157
# Install cmake config
158158
install(
159159
EXPORT
160-
alibabacloud_express_connect_router_20230901Targets
160+
alibabacloud_express_connect_router20230901Targets
161161
NAMESPACE
162-
"alibabacloud_express_connect_router_20230901::"
162+
"alibabacloud_express_connect_router20230901::"
163163
DESTINATION
164164
${INSTALL_CMAKEDIR}
165165
COMPONENT

expressconnectrouter-20230901/ChangeLog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-10-28 Version: 4.1.2
2+
- Update API CreateFlowLog: add request parameters TargetSlsRegionId.
3+
4+
15
2025-09-18 Version: 4.1.1
26
- Update API ActivateFlowLog: add request parameters Version.
37
- Update API AttachExpressConnectRouterChildInstance: add request parameters Version.
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_express_connect_router20230901Targets.cmake")
4+
check_required_components("alibabacloud_express_connect_router20230901")

expressconnectrouter-20230901/cmake/alibabacloud_express_connect_router_20230901Config.cmake.in

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

expressconnectrouter-20230901/include/alibabacloud/models/ActivateFlowLogRequest.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ namespace Models
3737
};
3838
virtual void fromMap(const Darabonba::Json &obj) override { from_json(obj, *this); validate(); };
3939
virtual Darabonba::Json toMap() const override { Darabonba::Json obj; to_json(obj, *this); return obj; };
40-
virtual bool empty() const override { this->clientToken_ != nullptr
41-
&& this->dryRun_ != nullptr && this->ecrId_ != nullptr && this->flowLogId_ != nullptr && this->version_ != nullptr; };
40+
virtual bool empty() const override { return this->clientToken_ == nullptr
41+
&& return this->dryRun_ == nullptr && return this->ecrId_ == nullptr && return this->flowLogId_ == nullptr && return this->version_ == nullptr; };
4242
// clientToken Field Functions
4343
bool hasClientToken() const { return this->clientToken_ != nullptr;};
4444
void deleteClientToken() { this->clientToken_ = nullptr;};

expressconnectrouter-20230901/include/alibabacloud/models/ActivateFlowLogResponse.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 { return this->headers_ == nullptr
39+
&& return this->statusCode_ == nullptr && return this->body_ == nullptr; };
4040
// headers Field Functions
4141
bool hasHeaders() const { return this->headers_ != nullptr;};
4242
void deleteHeaders() { this->headers_ = nullptr;};

expressconnectrouter-20230901/include/alibabacloud/models/ActivateFlowLogResponseBody.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ namespace Models
4343
};
4444
virtual void fromMap(const Darabonba::Json &obj) override { from_json(obj, *this); validate(); };
4545
virtual Darabonba::Json toMap() const override { Darabonba::Json obj; to_json(obj, *this); return obj; };
46-
virtual bool empty() const override { this->accessDeniedDetail_ != nullptr
47-
&& this->code_ != nullptr && this->dynamicCode_ != nullptr && this->dynamicMessage_ != nullptr && this->httpStatusCode_ != nullptr && this->message_ != nullptr
48-
&& this->requestId_ != nullptr && this->success_ != nullptr; };
46+
virtual bool empty() const override { return this->accessDeniedDetail_ == nullptr
47+
&& return this->code_ == nullptr && return this->dynamicCode_ == nullptr && return this->dynamicMessage_ == nullptr && return this->httpStatusCode_ == nullptr && return this->message_ == nullptr
48+
&& return this->requestId_ == nullptr && return this->success_ == nullptr; };
4949
// accessDeniedDetail Field Functions
5050
bool hasAccessDeniedDetail() const { return this->accessDeniedDetail_ != nullptr;};
5151
void deleteAccessDeniedDetail() { this->accessDeniedDetail_ = nullptr;};

expressconnectrouter-20230901/include/alibabacloud/models/AttachExpressConnectRouterChildInstanceRequest.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ namespace Models
4545
};
4646
virtual void fromMap(const Darabonba::Json &obj) override { from_json(obj, *this); validate(); };
4747
virtual Darabonba::Json toMap() const override { Darabonba::Json obj; to_json(obj, *this); return obj; };
48-
virtual bool empty() const override { this->childInstanceId_ != nullptr
49-
&& this->childInstanceOwnerId_ != nullptr && this->childInstanceRegionId_ != nullptr && this->childInstanceType_ != nullptr && this->clientToken_ != nullptr && this->description_ != nullptr
50-
&& this->dryRun_ != nullptr && this->ecrId_ != nullptr && this->version_ != nullptr; };
48+
virtual bool empty() const override { return this->childInstanceId_ == nullptr
49+
&& return this->childInstanceOwnerId_ == nullptr && return this->childInstanceRegionId_ == nullptr && return this->childInstanceType_ == nullptr && return this->clientToken_ == nullptr && return this->description_ == nullptr
50+
&& return this->dryRun_ == nullptr && return this->ecrId_ == nullptr && return this->version_ == nullptr; };
5151
// childInstanceId Field Functions
5252
bool hasChildInstanceId() const { return this->childInstanceId_ != nullptr;};
5353
void deleteChildInstanceId() { this->childInstanceId_ = nullptr;};

expressconnectrouter-20230901/include/alibabacloud/models/AttachExpressConnectRouterChildInstanceResponse.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 { return this->headers_ == nullptr
39+
&& return this->statusCode_ == nullptr && return this->body_ == nullptr; };
4040
// headers Field Functions
4141
bool hasHeaders() const { return this->headers_ != nullptr;};
4242
void deleteHeaders() { this->headers_ = nullptr;};

expressconnectrouter-20230901/include/alibabacloud/models/AttachExpressConnectRouterChildInstanceResponseBody.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ namespace Models
4343
};
4444
virtual void fromMap(const Darabonba::Json &obj) override { from_json(obj, *this); validate(); };
4545
virtual Darabonba::Json toMap() const override { Darabonba::Json obj; to_json(obj, *this); return obj; };
46-
virtual bool empty() const override { this->accessDeniedDetail_ != nullptr
47-
&& this->code_ != nullptr && this->dynamicCode_ != nullptr && this->dynamicMessage_ != nullptr && this->httpStatusCode_ != nullptr && this->message_ != nullptr
48-
&& this->requestId_ != nullptr && this->success_ != nullptr; };
46+
virtual bool empty() const override { return this->accessDeniedDetail_ == nullptr
47+
&& return this->code_ == nullptr && return this->dynamicCode_ == nullptr && return this->dynamicMessage_ == nullptr && return this->httpStatusCode_ == nullptr && return this->message_ == nullptr
48+
&& return this->requestId_ == nullptr && return this->success_ == nullptr; };
4949
// accessDeniedDetail Field Functions
5050
bool hasAccessDeniedDetail() const { return this->accessDeniedDetail_ != nullptr;};
5151
void deleteAccessDeniedDetail() { this->accessDeniedDetail_ = nullptr;};

0 commit comments

Comments
 (0)