Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changes/0a149e74-7bb8-4cc3-968a-c60a7b6c7457.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "0a149e74-7bb8-4cc3-968a-c60a7b6c7457",
"type": "misc",
"description": "Sync AWS service models and **smithy-kotlin** version"
}
333 changes: 239 additions & 94 deletions codegen/sdk/aws-models/appflow.json

Large diffs are not rendered by default.

190 changes: 167 additions & 23 deletions codegen/sdk/aws-models/codecatalyst.json

Large diffs are not rendered by default.

5,849 changes: 4,086 additions & 1,763 deletions codegen/sdk/aws-models/comprehend.json

Large diffs are not rendered by default.

128 changes: 67 additions & 61 deletions codegen/sdk/aws-models/connect.json

Large diffs are not rendered by default.

174 changes: 120 additions & 54 deletions codegen/sdk/aws-models/connectcases.json

Large diffs are not rendered by default.

234 changes: 216 additions & 18 deletions codegen/sdk/aws-models/devops-guru.json

Large diffs are not rendered by default.

30 changes: 27 additions & 3 deletions codegen/sdk/aws-models/drs.json
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,12 @@
"traits": {
"smithy.api#documentation": "<p>Error in data replication.</p>"
}
},
"stagingAvailabilityZone": {
"target": "com.amazonaws.drs#AwsAvailabilityZone",
"traits": {
"smithy.api#documentation": "<p>AWS Availability zone into which data is being replicated.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -3733,6 +3739,12 @@
"traits": {
"smithy.api#documentation": "<p>An object containing information regarding the initiation of the last launch of a Source Server.</p>"
}
},
"status": {
"target": "com.amazonaws.drs#LaunchStatus",
"traits": {
"smithy.api#documentation": "<p>Status of Source Server's last launch.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -4267,7 +4279,13 @@
"originEnvironment": {
"target": "com.amazonaws.drs#OriginEnvironment",
"traits": {
"smithy.api#documentation": "<p>Environment (On Premises / AWS) of the instance that the recovery instance originated from. </p>"
"smithy.api#documentation": "<p>Environment (On Premises / AWS) of the instance that the recovery instance originated from.</p>"
}
},
"originAvailabilityZone": {
"target": "com.amazonaws.drs#AwsAvailabilityZone",
"traits": {
"smithy.api#documentation": "<p>AWS availability zone associated with the recovery instance.</p>"
}
}
},
Expand Down Expand Up @@ -4333,6 +4351,12 @@
"traits": {
"smithy.api#documentation": "<p>Information about Data Replication</p>"
}
},
"stagingAvailabilityZone": {
"target": "com.amazonaws.drs#AwsAvailabilityZone",
"traits": {
"smithy.api#documentation": "<p>AWS Availability zone into which data is being replicated.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -5106,7 +5130,7 @@
"optimizedStagingDiskType": {
"target": "com.amazonaws.drs#ReplicationConfigurationReplicatedDiskStagingDiskType",
"traits": {
"smithy.api#documentation": "<p>When <code>stagingDiskType</code> is set to Auto, this field shows the current staging disk EBS volume type as it is constantly updated by the service. This is a read-only field.</p>"
"smithy.api#documentation": "<p>The Staging Disk EBS volume type to be used during replication when <code>stagingDiskType</code> is set to Auto. This is a read-only field.</p>"
}
}
},
Expand Down Expand Up @@ -7072,4 +7096,4 @@
}
}
}
}
}
Loading