Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Mar 12, 2024
1 parent 0cd1944 commit 4a04254
Show file tree
Hide file tree
Showing 16 changed files with 286 additions and 211 deletions.
27 changes: 27 additions & 0 deletions .changes/3.300.16
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "enhancement",
"category": "EC2",
"description": "Documentation updates for Amazon EC2."
},
{
"type": "api-change",
"category": "Kafka",
"description": "Added support for specifying the starting position of topic replication in MSK-Replicator."
},
{
"type": "api-change",
"category": "Connect",
"description": "This release increases MaxResults limit to 500 in request for SearchUsers, SearchQueues and SearchRoutingProfiles APIs of Amazon Connect."
},
{
"type": "enhancement",
"category": "CloudFormation",
"description": "CloudFormation documentation update for March, 2024"
},
{
"type": "enhancement",
"category": "SSM",
"description": "March 2024 doc-only updates for Systems Manager."
}
]
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## next release

* `Aws\EC2` - Documentation updates for Amazon EC2.
* `Aws\Kafka` - Added support for specifying the starting position of topic replication in MSK-Replicator.
* `Aws\Connect` - This release increases MaxResults limit to 500 in request for SearchUsers, SearchQueues and SearchRoutingProfiles APIs of Amazon Connect.
* `Aws\CloudFormation` - CloudFormation documentation update for March, 2024
* `Aws\SSM` - March 2024 doc-only updates for Systems Manager.

## 3.300.15 - 2024-03-11

* `Aws\ElastiCache` - Revisions to API text that are now to be carried over to SDK text, changing usages of "SFO" in code examples to "us-west-1", and some other typos.
Expand Down
36 changes: 18 additions & 18 deletions src/data/cloudformation/2010-05-15/docs-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data/cloudformation/2010-05-15/docs-2.json.php

Large diffs are not rendered by default.

12 changes: 9 additions & 3 deletions src/data/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
2 changes: 1 addition & 1 deletion src/data/connect/2017-08-08/api-2.json.php

Large diffs are not rendered by default.

37 changes: 21 additions & 16 deletions src/data/connect/2017-08-08/docs-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data/connect/2017-08-08/docs-2.json.php

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data/ec2/2016-11-15/docs-2.json.php

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions src/data/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
2 changes: 1 addition & 1 deletion src/data/kafka/2018-11-14/api-2.json.php

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions src/data/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
2 changes: 1 addition & 1 deletion src/data/kafka/2018-11-14/docs-2.json.php

Large diffs are not rendered by default.

108 changes: 54 additions & 54 deletions src/data/ssm/2014-11-06/docs-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data/ssm/2014-11-06/docs-2.json.php

Large diffs are not rendered by default.

0 comments on commit 4a04254

Please sign in to comment.