Skip to content

Commit

Permalink
Update API ListExchanges: update param RegionId.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Jul 30, 2024
1 parent 66ed113 commit 292cbf9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-07-30 Version: v2.3.1
- Update API ListExchanges: update param RegionId.
- Update API ListExchanges: update param MaxResults.


2024-07-11 Version: v2.3.0
- Support API UpdateInstance.
- Update API CreateExchange: add param XDelayedType.
Expand Down
2 changes: 0 additions & 2 deletions client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -2976,8 +2976,6 @@ type ListExchangesRequest struct {
InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
// The maximum number of entries to return. Valid values: **1 to 100**
//
// This parameter is required.
//
// example:
//
// 1
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/alibabacloud-go/amqp-open-20191212/v2

go 1.15
go 1.14

require (
github.com/alibabacloud-go/darabonba-openapi/v2 v2.0.8
Expand Down

0 comments on commit 292cbf9

Please sign in to comment.