Skip to content

Commit

Permalink
Release v1.55.4 (2024-07-29) (#5322)
Browse files Browse the repository at this point in the history
Release v1.55.4 (2024-07-29)
===

### Service Client Updates
* `service/elasticache`: Updates service documentation
  * Renaming full service name as it appears in developer documentation.
* `service/memorydb`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation authored Jul 29, 2024
1 parent f5c0cf4 commit d46b35a
Show file tree
Hide file tree
Showing 12 changed files with 869 additions and 864 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release v1.55.4 (2024-07-29)
===

### Service Client Updates
* `service/elasticache`: Updates service documentation
* Renaming full service name as it appears in developer documentation.
* `service/memorydb`: Updates service API and documentation

Release v1.55.3 (2024-07-25)
===

Expand Down
3 changes: 3 additions & 0 deletions aws/endpoints/defaults.go

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

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.55.3"
const SDKVersion = "1.55.4"
360 changes: 180 additions & 180 deletions models/apis/elasticache/2015-02-02/docs-2.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion models/apis/memorydb/2021-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
"endpointPrefix":"memory-db",
"jsonVersion":"1.1",
"protocol":"json",
"protocols":["json"],
"serviceAbbreviation":"Amazon MemoryDB",
"serviceFullName":"Amazon MemoryDB",
"serviceId":"MemoryDB",
"signatureVersion":"v4",
"signingName":"memorydb",
"targetPrefix":"AmazonMemoryDB",
"uid":"memorydb-2021-01-01"
"uid":"memorydb-2021-01-01",
"auth":["aws.auth#sigv4"]
},
"operations":{
"BatchUpdateCluster":{
Expand Down
16 changes: 8 additions & 8 deletions models/apis/memorydb/2021-01-01/docs-2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "2.0",
"service": "<p>MemoryDB for Redis is a fully managed, Redis-compatible, in-memory database that delivers ultra-fast performance and Multi-AZ durability for modern applications built using microservices architectures. MemoryDB stores the entire database in-memory, enabling low latency and high throughput data access. It is compatible with Redis, a popular open source data store, enabling you to leverage Redis’ flexible and friendly data structures, APIs, and commands.</p>",
"service": "<p>MemoryDB is a fully managed, Redis OSS-compatible, in-memory database that delivers ultra-fast performance and Multi-AZ durability for modern applications built using microservices architectures. MemoryDB stores the entire database in-memory, enabling low latency and high throughput data access. It is compatible with Redis OSS, a popular open source data store, enabling you to leverage Redis OSS’ flexible and friendly data structures, APIs, and commands.</p>",
"operations": {
"BatchUpdateCluster": "<p>Apply the service update to a list of clusters supplied. For more information on service updates and applying them, see <a href=\"https://docs.aws.amazon.com/MemoryDB/latest/devguide/managing-updates.html#applying-updates\">Applying the service updates</a>.</p>",
"CopySnapshot": "<p>Makes a copy of an existing snapshot.</p>",
Expand All @@ -18,7 +18,7 @@
"DeleteUser": "<p>Deletes a user. The user will be removed from all ACLs and in turn removed from all clusters.</p>",
"DescribeACLs": "<p>Returns a list of ACLs</p>",
"DescribeClusters": "<p>Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific cluster if a cluster name is supplied.</p>",
"DescribeEngineVersions": "<p>Returns a list of the available Redis engine versions.</p>",
"DescribeEngineVersions": "<p>Returns a list of the available Redis OSS engine versions.</p>",
"DescribeEvents": "<p>Returns events related to clusters, security groups, and parameter groups. You can obtain events specific to a particular cluster, security group, or parameter group by providing the name as a parameter. By default, only the events occurring within the last hour are returned; however, you can retrieve up to 14 days' worth of events if necessary.</p>",
"DescribeParameterGroups": "<p>Returns a list of parameter group descriptions. If a parameter group name is specified, the list contains only the descriptions for that group.</p>",
"DescribeParameters": "<p>Returns the detailed parameter list for a particular parameter group.</p>",
Expand Down Expand Up @@ -520,7 +520,7 @@
}
},
"EngineVersionInfo": {
"base": "<p>Provides details of the Redis engine version</p>",
"base": "<p>Provides details of the Redis OSS engine version</p>",
"refs": {
"EngineVersionInfoList$member": null
}
Expand Down Expand Up @@ -1112,8 +1112,8 @@
"Cluster$Description": "<p>A description of the cluster</p>",
"Cluster$Status": "<p>The status of the cluster. For example, Available, Updating, Creating.</p>",
"Cluster$NodeType": "<p>The cluster's node type</p>",
"Cluster$EngineVersion": "<p>The Redis engine version used by the cluster</p>",
"Cluster$EnginePatchVersion": "<p>The Redis engine patch version used by the cluster</p>",
"Cluster$EngineVersion": "<p>The Redis OSS engine version used by the cluster</p>",
"Cluster$EnginePatchVersion": "<p>The Redis OSS engine patch version used by the cluster</p>",
"Cluster$ParameterGroupName": "<p>The name of the parameter group used by the cluster</p>",
"Cluster$ParameterGroupStatus": "<p>The status of the parameter group used by the cluster, for example 'active' or 'applying'.</p>",
"Cluster$SubnetGroupName": "<p>The name of the subnet group used by the cluster</p>",
Expand All @@ -1126,7 +1126,7 @@
"ClusterConfiguration$Name": "<p>The name of the cluster</p>",
"ClusterConfiguration$Description": "<p>The description of the cluster configuration</p>",
"ClusterConfiguration$NodeType": "<p>The node type used for the cluster</p>",
"ClusterConfiguration$EngineVersion": "<p>The Redis engine version used by the cluster</p>",
"ClusterConfiguration$EngineVersion": "<p>The Redis OSS engine version used by the cluster</p>",
"ClusterConfiguration$MaintenanceWindow": "<p>The specified maintenance window for the cluster</p>",
"ClusterConfiguration$TopicArn": "<p>The Amazon Resource Name (ARN) of the SNS notification topic for the cluster</p>",
"ClusterConfiguration$ParameterGroupName": "<p>The name of parameter group used by the cluster</p>",
Expand All @@ -1147,7 +1147,7 @@
"CreateClusterRequest$KmsKeyId": "<p>The ID of the KMS key used to encrypt the cluster.</p>",
"CreateClusterRequest$SnapshotName": "<p>The name of a snapshot from which to restore data into the new cluster. The snapshot status changes to restoring while the new cluster is being created.</p>",
"CreateClusterRequest$SnapshotWindow": "<p>The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your shard.</p> <p> Example: 05:00-09:00</p> <p> If you do not specify this parameter, MemoryDB automatically chooses an appropriate time range.</p>",
"CreateClusterRequest$EngineVersion": "<p>The version number of the Redis engine to be used for the cluster.</p>",
"CreateClusterRequest$EngineVersion": "<p>The version number of the Redis OSS engine to be used for the cluster.</p>",
"CreateParameterGroupRequest$ParameterGroupName": "<p>The name of the parameter group.</p>",
"CreateParameterGroupRequest$Family": "<p>The name of the parameter group family that the parameter group can be used with.</p>",
"CreateParameterGroupRequest$Description": "<p>An optional description of the parameter group.</p>",
Expand All @@ -1168,7 +1168,7 @@
"DescribeClustersRequest$ClusterName": "<p>The name of the cluster</p>",
"DescribeClustersRequest$NextToken": "<p>An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. </p>",
"DescribeClustersResponse$NextToken": "<p>An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. </p>",
"DescribeEngineVersionsRequest$EngineVersion": "<p>The Redis engine version</p>",
"DescribeEngineVersionsRequest$EngineVersion": "<p>The Redis OSS engine version</p>",
"DescribeEngineVersionsRequest$ParameterGroupFamily": "<p>The name of a specific parameter group family to return details for.</p>",
"DescribeEngineVersionsRequest$NextToken": "<p>An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. </p>",
"DescribeEngineVersionsResponse$NextToken": "<p>An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. </p>",
Expand Down
Loading

0 comments on commit d46b35a

Please sign in to comment.