Skip to content

Commit d46b35a

Browse files
Release v1.55.4 (2024-07-29) (#5322)
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
1 parent f5c0cf4 commit d46b35a

File tree

12 files changed

+869
-864
lines changed

12 files changed

+869
-864
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Release v1.55.4 (2024-07-29)
2+
===
3+
4+
### Service Client Updates
5+
* `service/elasticache`: Updates service documentation
6+
* Renaming full service name as it appears in developer documentation.
7+
* `service/memorydb`: Updates service API and documentation
8+
19
Release v1.55.3 (2024-07-25)
210
===
311

aws/endpoints/defaults.go

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

+1-1
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.55.3"
8+
const SDKVersion = "1.55.4"

models/apis/elasticache/2015-02-02/docs-2.json

+180-180
Large diffs are not rendered by default.

models/apis/memorydb/2021-01-01/api-2.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
"endpointPrefix":"memory-db",
66
"jsonVersion":"1.1",
77
"protocol":"json",
8+
"protocols":["json"],
89
"serviceAbbreviation":"Amazon MemoryDB",
910
"serviceFullName":"Amazon MemoryDB",
1011
"serviceId":"MemoryDB",
1112
"signatureVersion":"v4",
1213
"signingName":"memorydb",
1314
"targetPrefix":"AmazonMemoryDB",
14-
"uid":"memorydb-2021-01-01"
15+
"uid":"memorydb-2021-01-01",
16+
"auth":["aws.auth#sigv4"]
1517
},
1618
"operations":{
1719
"BatchUpdateCluster":{

models/apis/memorydb/2021-01-01/docs-2.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "2.0",
3-
"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>",
3+
"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>",
44
"operations": {
55
"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>",
66
"CopySnapshot": "<p>Makes a copy of an existing snapshot.</p>",
@@ -18,7 +18,7 @@
1818
"DeleteUser": "<p>Deletes a user. The user will be removed from all ACLs and in turn removed from all clusters.</p>",
1919
"DescribeACLs": "<p>Returns a list of ACLs</p>",
2020
"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>",
21-
"DescribeEngineVersions": "<p>Returns a list of the available Redis engine versions.</p>",
21+
"DescribeEngineVersions": "<p>Returns a list of the available Redis OSS engine versions.</p>",
2222
"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>",
2323
"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>",
2424
"DescribeParameters": "<p>Returns the detailed parameter list for a particular parameter group.</p>",
@@ -520,7 +520,7 @@
520520
}
521521
},
522522
"EngineVersionInfo": {
523-
"base": "<p>Provides details of the Redis engine version</p>",
523+
"base": "<p>Provides details of the Redis OSS engine version</p>",
524524
"refs": {
525525
"EngineVersionInfoList$member": null
526526
}
@@ -1112,8 +1112,8 @@
11121112
"Cluster$Description": "<p>A description of the cluster</p>",
11131113
"Cluster$Status": "<p>The status of the cluster. For example, Available, Updating, Creating.</p>",
11141114
"Cluster$NodeType": "<p>The cluster's node type</p>",
1115-
"Cluster$EngineVersion": "<p>The Redis engine version used by the cluster</p>",
1116-
"Cluster$EnginePatchVersion": "<p>The Redis engine patch version used by the cluster</p>",
1115+
"Cluster$EngineVersion": "<p>The Redis OSS engine version used by the cluster</p>",
1116+
"Cluster$EnginePatchVersion": "<p>The Redis OSS engine patch version used by the cluster</p>",
11171117
"Cluster$ParameterGroupName": "<p>The name of the parameter group used by the cluster</p>",
11181118
"Cluster$ParameterGroupStatus": "<p>The status of the parameter group used by the cluster, for example 'active' or 'applying'.</p>",
11191119
"Cluster$SubnetGroupName": "<p>The name of the subnet group used by the cluster</p>",
@@ -1126,7 +1126,7 @@
11261126
"ClusterConfiguration$Name": "<p>The name of the cluster</p>",
11271127
"ClusterConfiguration$Description": "<p>The description of the cluster configuration</p>",
11281128
"ClusterConfiguration$NodeType": "<p>The node type used for the cluster</p>",
1129-
"ClusterConfiguration$EngineVersion": "<p>The Redis engine version used by the cluster</p>",
1129+
"ClusterConfiguration$EngineVersion": "<p>The Redis OSS engine version used by the cluster</p>",
11301130
"ClusterConfiguration$MaintenanceWindow": "<p>The specified maintenance window for the cluster</p>",
11311131
"ClusterConfiguration$TopicArn": "<p>The Amazon Resource Name (ARN) of the SNS notification topic for the cluster</p>",
11321132
"ClusterConfiguration$ParameterGroupName": "<p>The name of parameter group used by the cluster</p>",
@@ -1147,7 +1147,7 @@
11471147
"CreateClusterRequest$KmsKeyId": "<p>The ID of the KMS key used to encrypt the cluster.</p>",
11481148
"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>",
11491149
"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>",
1150-
"CreateClusterRequest$EngineVersion": "<p>The version number of the Redis engine to be used for the cluster.</p>",
1150+
"CreateClusterRequest$EngineVersion": "<p>The version number of the Redis OSS engine to be used for the cluster.</p>",
11511151
"CreateParameterGroupRequest$ParameterGroupName": "<p>The name of the parameter group.</p>",
11521152
"CreateParameterGroupRequest$Family": "<p>The name of the parameter group family that the parameter group can be used with.</p>",
11531153
"CreateParameterGroupRequest$Description": "<p>An optional description of the parameter group.</p>",
@@ -1168,7 +1168,7 @@
11681168
"DescribeClustersRequest$ClusterName": "<p>The name of the cluster</p>",
11691169
"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>",
11701170
"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>",
1171-
"DescribeEngineVersionsRequest$EngineVersion": "<p>The Redis engine version</p>",
1171+
"DescribeEngineVersionsRequest$EngineVersion": "<p>The Redis OSS engine version</p>",
11721172
"DescribeEngineVersionsRequest$ParameterGroupFamily": "<p>The name of a specific parameter group family to return details for.</p>",
11731173
"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>",
11741174
"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>",

0 commit comments

Comments
 (0)