Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 690faff

Browse files
author
awssdkgo
committed
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.
1 parent 5406152 commit 690faff

File tree

16 files changed

+1147
-775
lines changed

16 files changed

+1147
-775
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Release v1.50.37 (2024-03-12)
2+
===
3+
4+
### Service Client Updates
5+
* `service/cloudformation`: Updates service documentation
6+
* CloudFormation documentation update for March, 2024
7+
* `service/connect`: Updates service API and documentation
8+
* `service/ec2`: Updates service documentation
9+
* Documentation updates for Amazon EC2.
10+
* `service/kafka`: Updates service API and documentation
11+
* `service/ssm`: Updates service documentation
12+
* March 2024 doc-only updates for Systems Manager.
13+
114
Release v1.50.36 (2024-03-11)
215
===
316

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.50.36"
8+
const SDKVersion = "1.50.37"

models/apis/cloudformation/2010-05-15/docs-2.json

Lines changed: 18 additions & 18 deletions
Large diffs are not rendered by default.

models/apis/connect/2017-08-08/api-2.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10697,6 +10697,12 @@
1069710697
"max":25,
1069810698
"min":1
1069910699
},
10700+
"MaxResult500":{
10701+
"type":"integer",
10702+
"box":true,
10703+
"max":500,
10704+
"min":1
10705+
},
1070010706
"MaxResult7":{
1070110707
"type":"integer",
1070210708
"max":7,
@@ -12853,7 +12859,7 @@
1285312859
"InstanceId":{"shape":"InstanceId"},
1285412860
"NextToken":{"shape":"NextToken2500"},
1285512861
"MaxResults":{
12856-
"shape":"MaxResult100",
12862+
"shape":"MaxResult500",
1285712863
"box":true
1285812864
},
1285912865
"SearchFilter":{"shape":"QueueSearchFilter"},
@@ -12918,7 +12924,7 @@
1291812924
"InstanceId":{"shape":"InstanceId"},
1291912925
"NextToken":{"shape":"NextToken2500"},
1292012926
"MaxResults":{
12921-
"shape":"MaxResult100",
12927+
"shape":"MaxResult500",
1292212928
"box":true
1292312929
},
1292412930
"SearchFilter":{"shape":"RoutingProfileSearchFilter"},
@@ -12973,7 +12979,7 @@
1297312979
"InstanceId":{"shape":"InstanceId"},
1297412980
"NextToken":{"shape":"NextToken2500"},
1297512981
"MaxResults":{
12976-
"shape":"MaxResult100",
12982+
"shape":"MaxResult500",
1297712983
"box":true
1297812984
},
1297912985
"SearchFilter":{"shape":"UserSearchFilter"},

models/apis/connect/2017-08-08/docs-2.json

Lines changed: 21 additions & 16 deletions
Large diffs are not rendered by default.

models/apis/ec2/2016-11-15/docs-2.json

Lines changed: 113 additions & 113 deletions
Large diffs are not rendered by default.

models/apis/kafka/2018-11-14/api-2.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4425,6 +4425,19 @@
44254425
}
44264426
}
44274427
},
4428+
"ReplicationStartingPosition" : {
4429+
"type" : "structure",
4430+
"members" : {
4431+
"Type" : {
4432+
"shape" : "ReplicationStartingPositionType",
4433+
"locationName" : "type"
4434+
}
4435+
}
4436+
},
4437+
"ReplicationStartingPositionType" : {
4438+
"type" : "string",
4439+
"enum" : [ "LATEST", "EARLIEST" ]
4440+
},
44284441
"ReplicationStateInfo": {
44294442
"type": "structure",
44304443
"members": {
@@ -4625,6 +4638,10 @@
46254638
"shape": "__boolean",
46264639
"locationName": "detectAndCopyNewTopics"
46274640
},
4641+
"StartingPosition" : {
4642+
"shape" : "ReplicationStartingPosition",
4643+
"locationName" : "startingPosition"
4644+
},
46284645
"TopicsToExclude": {
46294646
"shape": "__listOf__stringMax249",
46304647
"locationName": "topicsToExclude"

models/apis/kafka/2018-11-14/docs-2.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,18 @@
745745
"__listOfReplicationInfoSummary$member" : null
746746
}
747747
},
748+
"ReplicationStartingPosition" : {
749+
"base" : "<p>Configuration for specifying the position in the topics to start replicating from.</p>",
750+
"refs" : {
751+
"TopicReplication$StartingPosition" : "<p>Configuration for specifying the position in the topics to start replicating from.</p>"
752+
}
753+
},
754+
"ReplicationStartingPositionType" : {
755+
"base" : "<p>The type of replication starting position.</p>",
756+
"refs" : {
757+
"ReplicationStartingPosition$Type" : "<p>The type of replication starting position.</p>"
758+
}
759+
},
748760
"ReplicationStateInfo" : {
749761
"base" : "Details about the state of a replicator",
750762
"refs" : {

models/apis/ssm/2014-11-06/docs-2.json

Lines changed: 54 additions & 54 deletions
Large diffs are not rendered by default.

service/cloudformation/api.go

Lines changed: 5 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)