Skip to content

Commit 66718b0

Browse files
Merging v1.0.16 release
2 parents 2f3d087 + 51da554 commit 66718b0

File tree

4 files changed

+31
-1
lines changed

4 files changed

+31
-1
lines changed

CHANGELOG.md

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

3+
## [1.0.16] - 12/13/2023
4+
5+
### Features
6+
* (**drs**) Adding AgentVersion to SourceServer and RecoveryInstance structures
7+
38
## [1.0.15] - 12/12/2023
49

510
### Features

codegen/sdk/aws-models/drs.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@
8686
}
8787
}
8888
},
89+
"com.amazonaws.drs#AgentVersion": {
90+
"type": "string",
91+
"traits": {
92+
"smithy.api#pattern": "^[0-9]{1,5}.[0-9]{1,5}.[0-9]{1,5}(.[0-9]{4}.[0-9]{3}.[0-9]{4})?$"
93+
}
94+
},
8995
"com.amazonaws.drs#AssociateSourceNetworkStack": {
9096
"type": "operation",
9197
"input": {
@@ -5997,6 +6003,12 @@
59976003
"traits": {
59986004
"smithy.api#documentation": "<p>AWS availability zone associated with the recovery instance.</p>"
59996005
}
6006+
},
6007+
"agentVersion": {
6008+
"target": "com.amazonaws.drs#AgentVersion",
6009+
"traits": {
6010+
"smithy.api#documentation": "<p>The version of the DRS agent installed on the recovery instance</p>"
6011+
}
60006012
}
60016013
},
60026014
"traits": {
@@ -7744,6 +7756,12 @@
77447756
"traits": {
77457757
"smithy.api#documentation": "<p>ID of the Source Network which is protecting this Source Server's network.</p>"
77467758
}
7759+
},
7760+
"agentVersion": {
7761+
"target": "com.amazonaws.drs#AgentVersion",
7762+
"traits": {
7763+
"smithy.api#documentation": "<p>The version of the DRS agent installed on the source server</p>"
7764+
}
77477765
}
77487766
},
77497767
"traits": {

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6843,6 +6843,7 @@
68436843
"deprecated" : true,
68446844
"hostname" : "emr-serverless-fips.us-west-2.amazonaws.com"
68456845
},
6846+
"me-central-1" : { },
68466847
"me-south-1" : { },
68476848
"sa-east-1" : { },
68486849
"us-east-1" : {
@@ -20285,6 +20286,12 @@
2028520286
"cn-northwest-1" : { }
2028620287
}
2028720288
},
20289+
"pipes" : {
20290+
"endpoints" : {
20291+
"cn-north-1" : { },
20292+
"cn-northwest-1" : { }
20293+
}
20294+
},
2028820295
"polly" : {
2028920296
"endpoints" : {
2029020297
"cn-northwest-1" : { }

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.0.16-SNAPSHOT
9+
sdkVersion=1.0.17-SNAPSHOT
1010

1111
# kotlin
1212
kotlinVersion=1.9.20

0 commit comments

Comments
 (0)