Skip to content

Commit e949e1c

Browse files
author
awstools
committed
docs(client-kafka): Documentation updates to use Az Id during cluster creation.
1 parent a7e62ff commit e949e1c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

clients/client-kafka/src/models/models_0.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export interface BrokerNodeGroupInfo {
157157
BrokerAZDistribution?: BrokerAZDistribution | string;
158158

159159
/**
160-
* <p>The list of subnets to connect to in the client virtual private cloud (VPC). AWS creates elastic network interfaces inside these subnets. Client applications use elastic network interfaces to produce and consume data. Client subnets can't be in Availability Zone us-east-1e.</p>
160+
* <p>The list of subnets to connect to in the client virtual private cloud (VPC). AWS creates elastic network interfaces inside these subnets. Client applications use elastic network interfaces to produce and consume data. Client subnets can't occupy the Availability Zone with ID use use1-az3.</p>
161161
*/
162162
ClientSubnets: string[] | undefined;
163163

codegen/sdk-codegen/aws-models/kafka.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
"ClientSubnets": {
298298
"target": "com.amazonaws.kafka#__listOf__string",
299299
"traits": {
300-
"smithy.api#documentation": "<p>The list of subnets to connect to in the client virtual private cloud (VPC). AWS creates elastic network interfaces inside these subnets. Client applications use elastic network interfaces to produce and consume data. Client subnets can't be in Availability Zone us-east-1e.</p>",
300+
"smithy.api#documentation": "<p>The list of subnets to connect to in the client virtual private cloud (VPC). AWS creates elastic network interfaces inside these subnets. Client applications use elastic network interfaces to produce and consume data. Client subnets can't occupy the Availability Zone with ID use use1-az3.</p>",
301301
"smithy.api#jsonName": "clientSubnets",
302302
"smithy.api#required": {}
303303
}
@@ -4020,6 +4020,9 @@
40204020
"input": {
40214021
"target": "com.amazonaws.kafka#TagResourceRequest"
40224022
},
4023+
"output": {
4024+
"target": "smithy.api#Unit"
4025+
},
40234026
"errors": [
40244027
{
40254028
"target": "com.amazonaws.kafka#BadRequestException"
@@ -4177,6 +4180,9 @@
41774180
"input": {
41784181
"target": "com.amazonaws.kafka#UntagResourceRequest"
41794182
},
4183+
"output": {
4184+
"target": "smithy.api#Unit"
4185+
},
41804186
"errors": [
41814187
{
41824188
"target": "com.amazonaws.kafka#BadRequestException"

0 commit comments

Comments
 (0)