Skip to content

Commit 545f2ca

Browse files
release 3.1.109 source code
1 parent 4a249a9 commit 545f2ca

File tree

63 files changed

+2698
-112
lines changed

Some content is hidden

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

63 files changed

+2698
-112
lines changed

CHANGELOG.md

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,117 @@
1+
# 3.1.109 2024-08-01
2+
3+
### HuaweiCloud SDK CSS
4+
5+
- _Features_
6+
- None
7+
- _Bug Fix_
8+
- None
9+
- _Change_
10+
- **ShowAutoCreatePolicy**
11+
- changes of response param
12+
- `+ frequency`
13+
14+
### HuaweiCloud SDK IAMAccessAnalyzer
15+
16+
- _Features_
17+
- Support the API `CheckNoNewAccess`
18+
- _Bug Fix_
19+
- None
20+
- _Change_
21+
- **ListFindings**
22+
- changes of request param
23+
- `+ filters.key: enum value [condition.g:SourceVpce,finding_type]`
24+
- changes of response param
25+
- `+ findings.finding_type`
26+
- `+ findings.resource_type: enum value [iam:user]`
27+
- `* findings: list<Finding> -> list<FindingSummary>`
28+
- **ShowFinding**
29+
- changes of response param
30+
- `+ finding.finding_details`
31+
- `+ finding.finding_type`
32+
- `+ finding.resource_type: enum value [iam:user]`
33+
- **ListAccessPreviewFindings**
34+
- changes of request param
35+
- `+ filters.key: enum value [condition.g:SourceVpce,finding_type]`
36+
- changes of response param
37+
- `+ findings.resource_type: enum value [iam:user]`
38+
- **CreateAnalyzer**
39+
- changes of request param
40+
- `+ configuration`
41+
- `+ type: enum value [account_unused_access,organization_unused_access]`
42+
- **ListAnalyzers**
43+
- changes of request param
44+
- `+ type: enum value [account_unused_access,organization_unused_access]`
45+
- changes of response param
46+
- `+ analyzers.configuration`
47+
- `+ analyzers.status_reason.details`
48+
- `+ analyzers.type: enum value [account_unused_access,organization_unused_access]`
49+
- **ShowAnalyzer**
50+
- changes of response param
51+
- `+ analyzer.configuration`
52+
- `+ analyzer.status_reason.details`
53+
- `+ analyzer.type: enum value [account_unused_access,organization_unused_access]`
54+
- **CreateArchiveRule**
55+
- changes of request param
56+
- `+ filters.key: enum value [condition.g:SourceVpce,finding_type]`
57+
- **ListArchiveRules**
58+
- changes of response param
59+
- `+ archive_rules.filters.key: enum value [condition.g:SourceVpce,finding_type]`
60+
- **UpdateArchiveRule**
61+
- changes of request param
62+
- `+ filters.key: enum value [condition.g:SourceVpce,finding_type]`
63+
- **ShowArchiveRule**
64+
- changes of response param
65+
- `+ archive_rule.filters.key: enum value [condition.g:SourceVpce,finding_type]`
66+
67+
### HuaweiCloud SDK LTS
68+
69+
- _Features_
70+
- Support the following APIs:
71+
- `ListConsumerGroup`
72+
- `CreateConsumerGroup`
73+
- `ConsumerGroupHeartBeat`
74+
- `ShowLogStreamShards`
75+
- `ListDetailsConsumerGroup`
76+
- `UpdateCheckPoint`
77+
- `DeleteConsumerGroup`
78+
- `ShowCursorByTime`
79+
- `ShowCursorTime`
80+
- _Bug Fix_
81+
- None
82+
- _Change_
83+
- None
84+
85+
### HuaweiCloud SDK VPCEP
86+
87+
- _Features_
88+
- None
89+
- _Bug Fix_
90+
- None
91+
- _Change_
92+
- **ListEndpointInfoDetails**
93+
- changes of response param
94+
- `+ policy_document`
95+
- **UpdateEndpointWhite**
96+
- changes of response param
97+
- `+ policy_document`
98+
- **UpdateEndpointPolicy**
99+
- changes of request param
100+
- `+ policy_document`
101+
- changes of response param
102+
- `+ policy_document`
103+
- **DeleteEndpointPolicy**
104+
- changes of response param
105+
- `+ policy_document`
106+
- **CreateEndpoint**
107+
- changes of request param
108+
- `+ policy_document`
109+
- changes of response param
110+
- `+ policy_document`
111+
- **ListEndpoints**
112+
- changes of response param
113+
- `+ endpoints.policy_document`
114+
1115
# 3.1.108 2024-07-25
2116

3117
### HuaweiCloud SDK APIG

CHANGELOG_CN.md

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,117 @@
1+
# 3.1.109 2024-08-01
2+
3+
### HuaweiCloud SDK CSS
4+
5+
- _新增特性_
6+
- 无
7+
- _解决问题_
8+
- 无
9+
- _特性变更_
10+
- **ShowAutoCreatePolicy**
11+
- 响应参数变更
12+
- `+ frequency`
13+
14+
### HuaweiCloud SDK IAMAccessAnalyzer
15+
16+
- _新增特性_
17+
- 支持接口`CheckNoNewAccess`
18+
- _解决问题_
19+
- 无
20+
- _特性变更_
21+
- **ListFindings**
22+
- 请求参数变更
23+
- `+ filters.key: enum value [condition.g:SourceVpce,finding_type]`
24+
- 响应参数变更
25+
- `+ findings.finding_type`
26+
- `+ findings.resource_type: enum value [iam:user]`
27+
- `* findings: list<Finding> -> list<FindingSummary>`
28+
- **ShowFinding**
29+
- 响应参数变更
30+
- `+ finding.finding_details`
31+
- `+ finding.finding_type`
32+
- `+ finding.resource_type: enum value [iam:user]`
33+
- **ListAccessPreviewFindings**
34+
- 请求参数变更
35+
- `+ filters.key: enum value [condition.g:SourceVpce,finding_type]`
36+
- 响应参数变更
37+
- `+ findings.resource_type: enum value [iam:user]`
38+
- **CreateAnalyzer**
39+
- 请求参数变更
40+
- `+ configuration`
41+
- `+ type: enum value [account_unused_access,organization_unused_access]`
42+
- **ListAnalyzers**
43+
- 请求参数变更
44+
- `+ type: enum value [account_unused_access,organization_unused_access]`
45+
- 响应参数变更
46+
- `+ analyzers.configuration`
47+
- `+ analyzers.status_reason.details`
48+
- `+ analyzers.type: enum value [account_unused_access,organization_unused_access]`
49+
- **ShowAnalyzer**
50+
- 响应参数变更
51+
- `+ analyzer.configuration`
52+
- `+ analyzer.status_reason.details`
53+
- `+ analyzer.type: enum value [account_unused_access,organization_unused_access]`
54+
- **CreateArchiveRule**
55+
- 请求参数变更
56+
- `+ filters.key: enum value [condition.g:SourceVpce,finding_type]`
57+
- **ListArchiveRules**
58+
- 响应参数变更
59+
- `+ archive_rules.filters.key: enum value [condition.g:SourceVpce,finding_type]`
60+
- **UpdateArchiveRule**
61+
- 请求参数变更
62+
- `+ filters.key: enum value [condition.g:SourceVpce,finding_type]`
63+
- **ShowArchiveRule**
64+
- 响应参数变更
65+
- `+ archive_rule.filters.key: enum value [condition.g:SourceVpce,finding_type]`
66+
67+
### HuaweiCloud SDK LTS
68+
69+
- _新增特性_
70+
- 支持以下接口:
71+
- `ListConsumerGroup`
72+
- `CreateConsumerGroup`
73+
- `ConsumerGroupHeartBeat`
74+
- `ShowLogStreamShards`
75+
- `ListDetailsConsumerGroup`
76+
- `UpdateCheckPoint`
77+
- `DeleteConsumerGroup`
78+
- `ShowCursorByTime`
79+
- `ShowCursorTime`
80+
- _解决问题_
81+
- 无
82+
- _特性变更_
83+
- 无
84+
85+
### HuaweiCloud SDK VPCEP
86+
87+
- _新增特性_
88+
- 无
89+
- _解决问题_
90+
- 无
91+
- _特性变更_
92+
- **ListEndpointInfoDetails**
93+
- 响应参数变更
94+
- `+ policy_document`
95+
- **UpdateEndpointWhite**
96+
- 响应参数变更
97+
- `+ policy_document`
98+
- **UpdateEndpointPolicy**
99+
- 请求参数变更
100+
- `+ policy_document`
101+
- 响应参数变更
102+
- `+ policy_document`
103+
- **DeleteEndpointPolicy**
104+
- 响应参数变更
105+
- `+ policy_document`
106+
- **CreateEndpoint**
107+
- 请求参数变更
108+
- `+ policy_document`
109+
- 响应参数变更
110+
- `+ policy_document`
111+
- **ListEndpoints**
112+
- 响应参数变更
113+
- `+ endpoints.policy_document`
114+
1115
# 3.1.108 2024-07-25
2116

3117
### HuaweiCloud SDK APIG

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.108
1+
3.1.109

0 commit comments

Comments
 (0)