Skip to content

Commit

Permalink
Release v1.50.37 (2024-03-12) (#5195)
Browse files Browse the repository at this point in the history
Release v1.50.37 (2024-03-12)
===

### Service Client Updates
* `service/cloudformation`: Updates service documentation
  * CloudFormation documentation update for March, 2024
* `service/connect`: Updates service API and documentation
* `service/ec2`: Updates service documentation
  * Documentation updates for Amazon EC2.
* `service/kafka`: Updates service API and documentation
* `service/ssm`: Updates service documentation
  * March 2024 doc-only updates for Systems Manager.
  • Loading branch information
aws-sdk-go-automation committed Mar 12, 2024
1 parent 5406152 commit 9b3b715
Show file tree
Hide file tree
Showing 16 changed files with 1,147 additions and 775 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release v1.50.37 (2024-03-12)
===

### Service Client Updates
* `service/cloudformation`: Updates service documentation
* CloudFormation documentation update for March, 2024
* `service/connect`: Updates service API and documentation
* `service/ec2`: Updates service documentation
* Documentation updates for Amazon EC2.
* `service/kafka`: Updates service API and documentation
* `service/ssm`: Updates service documentation
* March 2024 doc-only updates for Systems Manager.

Release v1.50.36 (2024-03-11)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.50.36"
const SDKVersion = "1.50.37"
36 changes: 18 additions & 18 deletions models/apis/cloudformation/2010-05-15/docs-2.json

Large diffs are not rendered by default.

12 changes: 9 additions & 3 deletions models/apis/connect/2017-08-08/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -10697,6 +10697,12 @@
"max":25,
"min":1
},
"MaxResult500":{
"type":"integer",
"box":true,
"max":500,
"min":1
},
"MaxResult7":{
"type":"integer",
"max":7,
Expand Down Expand Up @@ -12853,7 +12859,7 @@
"InstanceId":{"shape":"InstanceId"},
"NextToken":{"shape":"NextToken2500"},
"MaxResults":{
"shape":"MaxResult100",
"shape":"MaxResult500",
"box":true
},
"SearchFilter":{"shape":"QueueSearchFilter"},
Expand Down Expand Up @@ -12918,7 +12924,7 @@
"InstanceId":{"shape":"InstanceId"},
"NextToken":{"shape":"NextToken2500"},
"MaxResults":{
"shape":"MaxResult100",
"shape":"MaxResult500",
"box":true
},
"SearchFilter":{"shape":"RoutingProfileSearchFilter"},
Expand Down Expand Up @@ -12973,7 +12979,7 @@
"InstanceId":{"shape":"InstanceId"},
"NextToken":{"shape":"NextToken2500"},
"MaxResults":{
"shape":"MaxResult100",
"shape":"MaxResult500",
"box":true
},
"SearchFilter":{"shape":"UserSearchFilter"},
Expand Down
37 changes: 21 additions & 16 deletions models/apis/connect/2017-08-08/docs-2.json

Large diffs are not rendered by default.

226 changes: 113 additions & 113 deletions models/apis/ec2/2016-11-15/docs-2.json

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions models/apis/kafka/2018-11-14/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4425,6 +4425,19 @@
}
}
},
"ReplicationStartingPosition" : {
"type" : "structure",
"members" : {
"Type" : {
"shape" : "ReplicationStartingPositionType",
"locationName" : "type"
}
}
},
"ReplicationStartingPositionType" : {
"type" : "string",
"enum" : [ "LATEST", "EARLIEST" ]
},
"ReplicationStateInfo": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -4625,6 +4638,10 @@
"shape": "__boolean",
"locationName": "detectAndCopyNewTopics"
},
"StartingPosition" : {
"shape" : "ReplicationStartingPosition",
"locationName" : "startingPosition"
},
"TopicsToExclude": {
"shape": "__listOf__stringMax249",
"locationName": "topicsToExclude"
Expand Down
12 changes: 12 additions & 0 deletions models/apis/kafka/2018-11-14/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,18 @@
"__listOfReplicationInfoSummary$member" : null
}
},
"ReplicationStartingPosition" : {
"base" : "<p>Configuration for specifying the position in the topics to start replicating from.</p>",
"refs" : {
"TopicReplication$StartingPosition" : "<p>Configuration for specifying the position in the topics to start replicating from.</p>"
}
},
"ReplicationStartingPositionType" : {
"base" : "<p>The type of replication starting position.</p>",
"refs" : {
"ReplicationStartingPosition$Type" : "<p>The type of replication starting position.</p>"
}
},
"ReplicationStateInfo" : {
"base" : "Details about the state of a replicator",
"refs" : {
Expand Down
108 changes: 54 additions & 54 deletions models/apis/ssm/2014-11-06/docs-2.json

Large diffs are not rendered by default.

13 changes: 5 additions & 8 deletions service/cloudformation/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9b3b715

Please sign in to comment.