|
1337 | 1337 | "AmazonManagedKafkaEventSourceConfig":{
|
1338 | 1338 | "type":"structure",
|
1339 | 1339 | "members":{
|
1340 |
| - "ConsumerGroupId":{"shape":"URI"} |
| 1340 | + "ConsumerGroupId":{"shape":"URI"}, |
| 1341 | + "SchemaRegistryConfig":{"shape":"KafkaSchemaRegistryConfig"} |
1341 | 1342 | }
|
1342 | 1343 | },
|
1343 | 1344 | "ApplicationLogLevel":{
|
|
1674 | 1675 | },
|
1675 | 1676 | "DeleteCodeSigningConfigResponse":{
|
1676 | 1677 | "type":"structure",
|
1677 |
| - "members":{ |
1678 |
| - } |
| 1678 | + "members":{} |
1679 | 1679 | },
|
1680 | 1680 | "DeleteEventSourceMappingRequest":{
|
1681 | 1681 | "type":"structure",
|
|
2257 | 2257 | },
|
2258 | 2258 | "GetAccountSettingsRequest":{
|
2259 | 2259 | "type":"structure",
|
2260 |
| - "members":{ |
2261 |
| - } |
| 2260 | + "members":{} |
2262 | 2261 | },
|
2263 | 2262 | "GetAccountSettingsResponse":{
|
2264 | 2263 | "type":"structure",
|
|
2935 | 2934 | "error":{"httpStatusCode":502},
|
2936 | 2935 | "exception":true
|
2937 | 2936 | },
|
| 2937 | + "KafkaSchemaRegistryAccessConfig":{ |
| 2938 | + "type":"structure", |
| 2939 | + "members":{ |
| 2940 | + "Type":{"shape":"KafkaSchemaRegistryAuthType"}, |
| 2941 | + "URI":{"shape":"Arn"} |
| 2942 | + } |
| 2943 | + }, |
| 2944 | + "KafkaSchemaRegistryAccessConfigList":{ |
| 2945 | + "type":"list", |
| 2946 | + "member":{"shape":"KafkaSchemaRegistryAccessConfig"} |
| 2947 | + }, |
| 2948 | + "KafkaSchemaRegistryAuthType":{ |
| 2949 | + "type":"string", |
| 2950 | + "enum":[ |
| 2951 | + "BASIC_AUTH", |
| 2952 | + "CLIENT_CERTIFICATE_TLS_AUTH", |
| 2953 | + "SERVER_ROOT_CA_CERTIFICATE" |
| 2954 | + ] |
| 2955 | + }, |
| 2956 | + "KafkaSchemaRegistryConfig":{ |
| 2957 | + "type":"structure", |
| 2958 | + "members":{ |
| 2959 | + "SchemaRegistryURI":{"shape":"SchemaRegistryUri"}, |
| 2960 | + "EventRecordFormat":{"shape":"SchemaRegistryEventRecordFormat"}, |
| 2961 | + "AccessConfigs":{"shape":"KafkaSchemaRegistryAccessConfigList"}, |
| 2962 | + "SchemaValidationConfigs":{"shape":"KafkaSchemaValidationConfigList"} |
| 2963 | + } |
| 2964 | + }, |
| 2965 | + "KafkaSchemaValidationAttribute":{ |
| 2966 | + "type":"string", |
| 2967 | + "enum":[ |
| 2968 | + "KEY", |
| 2969 | + "VALUE" |
| 2970 | + ] |
| 2971 | + }, |
| 2972 | + "KafkaSchemaValidationConfig":{ |
| 2973 | + "type":"structure", |
| 2974 | + "members":{ |
| 2975 | + "Attribute":{"shape":"KafkaSchemaValidationAttribute"} |
| 2976 | + } |
| 2977 | + }, |
| 2978 | + "KafkaSchemaValidationConfigList":{ |
| 2979 | + "type":"list", |
| 2980 | + "member":{"shape":"KafkaSchemaValidationConfig"} |
| 2981 | + }, |
2938 | 2982 | "LastUpdateStatus":{
|
2939 | 2983 | "type":"string",
|
2940 | 2984 | "enum":[
|
|
4104 | 4148 | "MaximumConcurrency":{"shape":"MaximumConcurrency"}
|
4105 | 4149 | }
|
4106 | 4150 | },
|
| 4151 | + "SchemaRegistryEventRecordFormat":{ |
| 4152 | + "type":"string", |
| 4153 | + "enum":[ |
| 4154 | + "JSON", |
| 4155 | + "SOURCE" |
| 4156 | + ] |
| 4157 | + }, |
| 4158 | + "SchemaRegistryUri":{ |
| 4159 | + "type":"string", |
| 4160 | + "max":10000, |
| 4161 | + "min":1, |
| 4162 | + "pattern":"[a-zA-Z0-9-\\/*:_+=.@-]*" |
| 4163 | + }, |
4107 | 4164 | "SecurityGroupId":{"type":"string"},
|
4108 | 4165 | "SecurityGroupIds":{
|
4109 | 4166 | "type":"list",
|
|
4119 | 4176 | "SelfManagedKafkaEventSourceConfig":{
|
4120 | 4177 | "type":"structure",
|
4121 | 4178 | "members":{
|
4122 |
| - "ConsumerGroupId":{"shape":"URI"} |
| 4179 | + "ConsumerGroupId":{"shape":"URI"}, |
| 4180 | + "SchemaRegistryConfig":{"shape":"KafkaSchemaRegistryConfig"} |
4123 | 4181 | }
|
4124 | 4182 | },
|
4125 | 4183 | "SensitiveString":{
|
|
4533 | 4591 | "TumblingWindowInSeconds":{"shape":"TumblingWindowInSeconds"},
|
4534 | 4592 | "FunctionResponseTypes":{"shape":"FunctionResponseTypeList"},
|
4535 | 4593 | "ScalingConfig":{"shape":"ScalingConfig"},
|
| 4594 | + "AmazonManagedKafkaEventSourceConfig":{"shape":"AmazonManagedKafkaEventSourceConfig"}, |
| 4595 | + "SelfManagedKafkaEventSourceConfig":{"shape":"SelfManagedKafkaEventSourceConfig"}, |
4536 | 4596 | "DocumentDBEventSourceConfig":{"shape":"DocumentDBEventSourceConfig"},
|
4537 | 4597 | "KMSKeyArn":{"shape":"KMSKeyArn"},
|
4538 | 4598 | "MetricsConfig":{"shape":"EventSourceMappingMetricsConfig"},
|
|
0 commit comments