Skip to content

Commit 66b9daa

Browse files
author
AWS
committed
Amazon Kinesis Firehose Update: This release adds catalogARN support for s3 tables multi-catalog catalogARNs.
1 parent a29fef9 commit 66b9daa

File tree

3 files changed

+15
-16
lines changed

3 files changed

+15
-16
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Kinesis Firehose",
4+
"contributor": "",
5+
"description": "This release adds catalogARN support for s3 tables multi-catalog catalogARNs."
6+
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"pagination": {
3-
}
2+
"pagination": {}
43
}

services/firehose/src/main/resources/codegen-resources/service-2.json

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,8 +1160,7 @@
11601160
},
11611161
"DeleteDeliveryStreamOutput":{
11621162
"type":"structure",
1163-
"members":{
1164-
}
1163+
"members":{}
11651164
},
11661165
"DeliveryStartTimestamp":{"type":"timestamp"},
11671166
"DeliveryStreamARN":{
@@ -2048,7 +2047,7 @@
20482047
"type":"string",
20492048
"max":512,
20502049
"min":1,
2051-
"pattern":"arn:.*:glue:.*:\\d{12}:catalog"
2050+
"pattern":"arn:.*:glue:.*:\\d{12}:catalog(?:(/[a-z0-9_-]+){1,2})?"
20522051
},
20532052
"HECAcknowledgmentTimeoutInSeconds":{
20542053
"type":"integer",
@@ -3589,7 +3588,7 @@
35893588
"type":"string",
35903589
"max":2048,
35913590
"min":1,
3592-
"pattern":"arn:.*:secretsmanager:[a-zA-Z0-9\\-]+:\\d{12}:secret:[a-zA-Z0-9\\-/_+=.@]+"
3591+
"pattern":"arn:.*:secretsmanager:[a-zA-Z0-9\\-]+:\\d{12}:secret:[a-zA-Z0-9\\-/_+=.@!]+"
35933592
},
35943593
"SecretsManagerConfiguration":{
35953594
"type":"structure",
@@ -4276,8 +4275,7 @@
42764275
},
42774276
"StartDeliveryStreamEncryptionOutput":{
42784277
"type":"structure",
4279-
"members":{
4280-
}
4278+
"members":{}
42814279
},
42824280
"StopDeliveryStreamEncryptionInput":{
42834281
"type":"structure",
@@ -4291,8 +4289,7 @@
42914289
},
42924290
"StopDeliveryStreamEncryptionOutput":{
42934291
"type":"structure",
4294-
"members":{
4295-
}
4292+
"members":{}
42964293
},
42974294
"StringWithLettersDigitsUnderscoresDots":{
42984295
"type":"string",
@@ -4357,8 +4354,7 @@
43574354
},
43584355
"TagDeliveryStreamOutput":{
43594356
"type":"structure",
4360-
"members":{
4361-
}
4357+
"members":{}
43624358
},
43634359
"TagKey":{
43644360
"type":"string",
@@ -4409,8 +4405,7 @@
44094405
},
44104406
"UntagDeliveryStreamOutput":{
44114407
"type":"structure",
4412-
"members":{
4413-
}
4408+
"members":{}
44144409
},
44154410
"UpdateDestinationInput":{
44164411
"type":"structure",
@@ -4477,8 +4472,7 @@
44774472
},
44784473
"UpdateDestinationOutput":{
44794474
"type":"structure",
4480-
"members":{
4481-
}
4475+
"members":{}
44824476
},
44834477
"Username":{
44844478
"type":"string",

0 commit comments

Comments
 (0)