Skip to content

Commit d6583cc

Browse files
Merging v1.3.0 release
2 parents b3d57fd + 5ef9102 commit d6583cc

File tree

6 files changed

+199
-195
lines changed

6 files changed

+199
-195
lines changed

.changes/37cb919c-05c9-4fff-b720-c7b4d0b02876.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.3.0] - 07/29/2024
4+
5+
### Documentation
6+
* (**elasticache**) Renaming full service name as it appears in developer documentation.
7+
* (**memorydb**) Renaming full service name as it appears in developer documentation.
8+
9+
### Miscellaneous
10+
* ⚠️ **IMPORTANT**: Upgrade to Kotlin 2.0.0
11+
312
## [1.2.56] - 07/25/2024
413

514
### Features

codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen/endpoints.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19056,6 +19056,7 @@
1905619056
"ap-southeast-3" : { },
1905719057
"ap-southeast-4" : { },
1905819058
"ca-central-1" : { },
19059+
"ca-west-1" : { },
1905919060
"eu-central-1" : { },
1906019061
"eu-central-2" : { },
1906119062
"eu-north-1" : { },

codegen/sdk/aws-models/elasticache.json

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

codegen/sdk/aws-models/memorydb.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
"name": "memorydb"
363363
},
364364
"aws.protocols#awsJson1_1": {},
365-
"smithy.api#documentation": "<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.\n \n 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>",
365+
"smithy.api#documentation": "<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.\n \n 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>",
366366
"smithy.api#title": "Amazon MemoryDB",
367367
"smithy.api#xmlNamespace": {
368368
"uri": "http://memorydb.amazonaws.com/doc/2021-01-01/"
@@ -1464,13 +1464,13 @@
14641464
"EngineVersion": {
14651465
"target": "com.amazonaws.memorydb#String",
14661466
"traits": {
1467-
"smithy.api#documentation": "<p>The Redis engine version used by the cluster</p>"
1467+
"smithy.api#documentation": "<p>The Redis OSS engine version used by the cluster</p>"
14681468
}
14691469
},
14701470
"EnginePatchVersion": {
14711471
"target": "com.amazonaws.memorydb#String",
14721472
"traits": {
1473-
"smithy.api#documentation": "<p>The Redis engine patch version used by the cluster</p>"
1473+
"smithy.api#documentation": "<p>The Redis OSS engine patch version used by the cluster</p>"
14741474
}
14751475
},
14761476
"ParameterGroupName": {
@@ -1609,7 +1609,7 @@
16091609
"EngineVersion": {
16101610
"target": "com.amazonaws.memorydb#String",
16111611
"traits": {
1612-
"smithy.api#documentation": "<p>The Redis engine version used by the cluster</p>"
1612+
"smithy.api#documentation": "<p>The Redis OSS engine version used by the cluster</p>"
16131613
}
16141614
},
16151615
"MaintenanceWindow": {
@@ -2111,7 +2111,7 @@
21112111
"EngineVersion": {
21122112
"target": "com.amazonaws.memorydb#String",
21132113
"traits": {
2114-
"smithy.api#documentation": "<p>The version number of the Redis engine to be used for the cluster.</p>"
2114+
"smithy.api#documentation": "<p>The version number of the Redis OSS engine to be used for the cluster.</p>"
21152115
}
21162116
},
21172117
"AutoMinorVersionUpgrade": {
@@ -3027,7 +3027,7 @@
30273027
}
30283028
],
30293029
"traits": {
3030-
"smithy.api#documentation": "<p>Returns a list of the available Redis engine versions.</p>",
3030+
"smithy.api#documentation": "<p>Returns a list of the available Redis OSS engine versions.</p>",
30313031
"smithy.api#paginated": {
30323032
"inputToken": "NextToken",
30333033
"outputToken": "NextToken",
@@ -3042,7 +3042,7 @@
30423042
"EngineVersion": {
30433043
"target": "com.amazonaws.memorydb#String",
30443044
"traits": {
3045-
"smithy.api#documentation": "<p>The Redis engine version</p>"
3045+
"smithy.api#documentation": "<p>The Redis OSS engine version</p>"
30463046
}
30473047
},
30483048
"ParameterGroupFamily": {
@@ -3946,7 +3946,7 @@
39463946
}
39473947
},
39483948
"traits": {
3949-
"smithy.api#documentation": "<p>Provides details of the Redis engine version</p>"
3949+
"smithy.api#documentation": "<p>Provides details of the Redis OSS engine version</p>"
39503950
}
39513951
},
39523952
"com.amazonaws.memorydb#EngineVersionInfoList": {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
66
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
77

88
# sdk
9-
sdkVersion=1.2.57-SNAPSHOT
9+
sdkVersion=1.3.1-SNAPSHOT
1010

1111
# dokka config (values specified at build-time as needed)
1212
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/

0 commit comments

Comments
 (0)