Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.50.37 #5195

Merged
merged 1 commit into from Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -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
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
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
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
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.