Skip to content

Commit c653911

Browse files
authored
chore: sync AWS models and smithy-kotlin version (#865)
1 parent 3d0534b commit c653911

30 files changed

+17097
-4590
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "0a149e74-7bb8-4cc3-968a-c60a7b6c7457",
3+
"type": "misc",
4+
"description": "Sync AWS service models and **smithy-kotlin** version"
5+
}

codegen/sdk/aws-models/appflow.json

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

codegen/sdk/aws-models/codecatalyst.json

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

codegen/sdk/aws-models/comprehend.json

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

codegen/sdk/aws-models/connect.json

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

codegen/sdk/aws-models/connectcases.json

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

codegen/sdk/aws-models/devops-guru.json

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

codegen/sdk/aws-models/drs.json

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,12 @@
552552
"traits": {
553553
"smithy.api#documentation": "<p>Error in data replication.</p>"
554554
}
555+
},
556+
"stagingAvailabilityZone": {
557+
"target": "com.amazonaws.drs#AwsAvailabilityZone",
558+
"traits": {
559+
"smithy.api#documentation": "<p>AWS Availability zone into which data is being replicated.</p>"
560+
}
555561
}
556562
},
557563
"traits": {
@@ -3733,6 +3739,12 @@
37333739
"traits": {
37343740
"smithy.api#documentation": "<p>An object containing information regarding the initiation of the last launch of a Source Server.</p>"
37353741
}
3742+
},
3743+
"status": {
3744+
"target": "com.amazonaws.drs#LaunchStatus",
3745+
"traits": {
3746+
"smithy.api#documentation": "<p>Status of Source Server's last launch.</p>"
3747+
}
37363748
}
37373749
},
37383750
"traits": {
@@ -4267,7 +4279,13 @@
42674279
"originEnvironment": {
42684280
"target": "com.amazonaws.drs#OriginEnvironment",
42694281
"traits": {
4270-
"smithy.api#documentation": "<p>Environment (On Premises / AWS) of the instance that the recovery instance originated from. </p>"
4282+
"smithy.api#documentation": "<p>Environment (On Premises / AWS) of the instance that the recovery instance originated from.</p>"
4283+
}
4284+
},
4285+
"originAvailabilityZone": {
4286+
"target": "com.amazonaws.drs#AwsAvailabilityZone",
4287+
"traits": {
4288+
"smithy.api#documentation": "<p>AWS availability zone associated with the recovery instance.</p>"
42714289
}
42724290
}
42734291
},
@@ -4333,6 +4351,12 @@
43334351
"traits": {
43344352
"smithy.api#documentation": "<p>Information about Data Replication</p>"
43354353
}
4354+
},
4355+
"stagingAvailabilityZone": {
4356+
"target": "com.amazonaws.drs#AwsAvailabilityZone",
4357+
"traits": {
4358+
"smithy.api#documentation": "<p>AWS Availability zone into which data is being replicated.</p>"
4359+
}
43364360
}
43374361
},
43384362
"traits": {
@@ -5106,7 +5130,7 @@
51065130
"optimizedStagingDiskType": {
51075131
"target": "com.amazonaws.drs#ReplicationConfigurationReplicatedDiskStagingDiskType",
51085132
"traits": {
5109-
"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>"
5133+
"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>"
51105134
}
51115135
}
51125136
},
@@ -7072,4 +7096,4 @@
70727096
}
70737097
}
70747098
}
7075-
}
7099+
}

0 commit comments

Comments
 (0)