|
1103 | 1103 | "com.amazonaws.kafka#ClusterOperationV2Serverless": { |
1104 | 1104 | "type": "structure", |
1105 | 1105 | "members": { |
| 1106 | + "SourceClusterInfo": { |
| 1107 | + "target": "com.amazonaws.kafka#ServerlessConnectivityInfo", |
| 1108 | + "traits": { |
| 1109 | + "smithy.api#documentation": "<p>Describes the cluster's attributes before any updates are applied. For example, networkType, which can be either IPv4 or DUAL.</p>", |
| 1110 | + "smithy.api#jsonName": "sourceClusterInfo" |
| 1111 | + } |
| 1112 | + }, |
| 1113 | + "TargetClusterInfo": { |
| 1114 | + "target": "com.amazonaws.kafka#ServerlessConnectivityInfo", |
| 1115 | + "traits": { |
| 1116 | + "smithy.api#documentation": "<p>Describes the cluster's attributes after any updates are applied. For example, networkType, which can be either IPv4 or DUAL.</p>", |
| 1117 | + "smithy.api#jsonName": "targetClusterInfo" |
| 1118 | + } |
| 1119 | + }, |
1106 | 1120 | "VpcConnectionInfo": { |
1107 | 1121 | "target": "com.amazonaws.kafka#VpcConnectionInfoServerless", |
1108 | 1122 | "traits": { |
|
1466 | 1480 | "smithy.api#documentation": "<p>VPC connectivity access control for brokers.</p>", |
1467 | 1481 | "smithy.api#jsonName": "vpcConnectivity" |
1468 | 1482 | } |
| 1483 | + }, |
| 1484 | + "NetworkType": { |
| 1485 | + "target": "com.amazonaws.kafka#NetworkType", |
| 1486 | + "traits": { |
| 1487 | + "smithy.api#documentation": "<p>The network type of the cluster, which is IPv4 or DUAL. The DUAL network type uses both IPv4 and IPv6 addresses for your cluster and its resources.</p><p>By default, a cluster uses the IPv4 network type.</p>", |
| 1488 | + "smithy.api#jsonName": "networkType" |
| 1489 | + } |
1469 | 1490 | } |
1470 | 1491 | }, |
1471 | 1492 | "traits": { |
|
4199 | 4220 | "smithy.api#documentation": "<p>A string containing one or more DNS names (or IP) and SASL/IAM port pairs for VPC connectivity.</p>", |
4200 | 4221 | "smithy.api#jsonName": "bootstrapBrokerStringVpcConnectivitySaslIam" |
4201 | 4222 | } |
| 4223 | + }, |
| 4224 | + "BootstrapBrokerStringIpv6": { |
| 4225 | + "target": "com.amazonaws.kafka#__string", |
| 4226 | + "traits": { |
| 4227 | + "smithy.api#documentation": "<p>A string that contains one or more DNS names (or IP) and port pairs for IPv6 connectivity.</p>", |
| 4228 | + "smithy.api#jsonName": "bootstrapBrokerStringIpv6" |
| 4229 | + } |
| 4230 | + }, |
| 4231 | + "BootstrapBrokerStringTlsIpv6": { |
| 4232 | + "target": "com.amazonaws.kafka#__string", |
| 4233 | + "traits": { |
| 4234 | + "smithy.api#documentation": "<p>A string that contains one or more DNS names (or IP) and TLS port pairs for IPv6 connectivity.</p>", |
| 4235 | + "smithy.api#jsonName": "bootstrapBrokerStringTlsIpv6" |
| 4236 | + } |
| 4237 | + }, |
| 4238 | + "BootstrapBrokerStringSaslScramIpv6": { |
| 4239 | + "target": "com.amazonaws.kafka#__string", |
| 4240 | + "traits": { |
| 4241 | + "smithy.api#documentation": "<p>A string that contains one or more DNS names (or IP) and SASL SCRAM port pairs for IPv6 connectivity.</p>", |
| 4242 | + "smithy.api#jsonName": "bootstrapBrokerStringSaslScramIpv6" |
| 4243 | + } |
| 4244 | + }, |
| 4245 | + "BootstrapBrokerStringSaslIamIpv6": { |
| 4246 | + "target": "com.amazonaws.kafka#__string", |
| 4247 | + "traits": { |
| 4248 | + "smithy.api#documentation": "<p>A string that contains one or more DNS names (or IP) and SASL IAM port pairs for IPv6 connectivity.</p>", |
| 4249 | + "smithy.api#jsonName": "bootstrapBrokerStringSaslIamIpv6" |
| 4250 | + } |
4202 | 4251 | } |
4203 | 4252 | }, |
4204 | 4253 | "traits": { |
|
7107 | 7156 | "smithy.api#documentation": "<p>Information about cluster attributes that can be updated via update APIs.</p>" |
7108 | 7157 | } |
7109 | 7158 | }, |
| 7159 | + "com.amazonaws.kafka#NetworkType": { |
| 7160 | + "type": "enum", |
| 7161 | + "members": { |
| 7162 | + "IPV4": { |
| 7163 | + "target": "smithy.api#Unit", |
| 7164 | + "traits": { |
| 7165 | + "smithy.api#enumValue": "IPV4" |
| 7166 | + } |
| 7167 | + }, |
| 7168 | + "DUAL": { |
| 7169 | + "target": "smithy.api#Unit", |
| 7170 | + "traits": { |
| 7171 | + "smithy.api#enumValue": "DUAL" |
| 7172 | + } |
| 7173 | + } |
| 7174 | + }, |
| 7175 | + "traits": { |
| 7176 | + "smithy.api#documentation": "<p>The network type of the cluster, which is IPv4 or DUAL. The DUAL network type uses both IPv4 and IPv6 addresses for your cluster and its resources.</p><p>By default, a cluster uses the IPv4 network type.</p>" |
| 7177 | + } |
| 7178 | + }, |
7110 | 7179 | "com.amazonaws.kafka#NodeExporter": { |
7111 | 7180 | "type": "structure", |
7112 | 7181 | "members": { |
|
8256 | 8325 | "smithy.api#documentation": "<p>Includes all client authentication information.</p>", |
8257 | 8326 | "smithy.api#jsonName": "clientAuthentication" |
8258 | 8327 | } |
| 8328 | + }, |
| 8329 | + "ConnectivityInfo": { |
| 8330 | + "target": "com.amazonaws.kafka#ServerlessConnectivityInfo", |
| 8331 | + "traits": { |
| 8332 | + "smithy.api#documentation": "<p>Describes the cluster's connectivity information, such as its network type, which is IPv4 or DUAL.</p>", |
| 8333 | + "smithy.api#jsonName": "connectivityInfo" |
| 8334 | + } |
8259 | 8335 | } |
8260 | 8336 | }, |
8261 | 8337 | "traits": { |
|
8277 | 8353 | "smithy.api#documentation": "<p>Includes all client authentication information.</p>" |
8278 | 8354 | } |
8279 | 8355 | }, |
| 8356 | + "com.amazonaws.kafka#ServerlessConnectivityInfo": { |
| 8357 | + "type": "structure", |
| 8358 | + "members": { |
| 8359 | + "NetworkType": { |
| 8360 | + "target": "com.amazonaws.kafka#NetworkType", |
| 8361 | + "traits": { |
| 8362 | + "smithy.api#documentation": "<p>The network type of the cluster, which is IPv4 or DUAL. The DUAL network type uses both IPv4 and IPv6 addresses for your cluster and its resources.</p><p>By default, a cluster uses the IPv4 network type.</p>", |
| 8363 | + "smithy.api#jsonName": "networkType" |
| 8364 | + } |
| 8365 | + } |
| 8366 | + }, |
| 8367 | + "traits": { |
| 8368 | + "smithy.api#documentation": "<p>Describes the cluster's connectivity information, such as its network type, which is IPv4 or DUAL.</p>" |
| 8369 | + } |
| 8370 | + }, |
8280 | 8371 | "com.amazonaws.kafka#ServerlessRequest": { |
8281 | 8372 | "type": "structure", |
8282 | 8373 | "members": { |
|
0 commit comments