Skip to content

Commit ce67571

Browse files
author
AWS
committed
Schemas Update: This update include the support for Schema Discoverer to discover the events sent to the bus from another account. The feature will be enabled by default when discoverer is created or updated but can also be opt-in or opt-out by specifying the value for crossAccount.
1 parent 2774881 commit ce67571

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
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": "Schemas",
4+
"contributor": "",
5+
"description": "This update include the support for Schema Discoverer to discover the events sent to the bus from another account. The feature will be enabled by default when discoverer is created or updated but can also be opt-in or opt-out by specifying the value for crossAccount."
6+
}

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,6 +1324,10 @@
13241324
"shape": "__stringMin20Max1600",
13251325
"documentation": "<p>The ARN of the event bus.</p>"
13261326
},
1327+
"CrossAccount": {
1328+
"shape": "__boolean",
1329+
"documentation": "<p>Support discovery of schemas in events sent to the bus from another account. (default: true).</p>"
1330+
},
13271331
"Tags": {
13281332
"shape": "Tags",
13291333
"locationName": "tags",
@@ -1345,6 +1349,10 @@
13451349
"shape": "__stringMin20Max1600",
13461350
"documentation": "<p>The ARN of the event bus.</p>"
13471351
},
1352+
"CrossAccount": {
1353+
"shape": "__boolean",
1354+
"documentation": "<p>Support discovery of schemas in events sent to the bus from another account. (default: true).</p>"
1355+
},
13481356
"Tags": {
13491357
"shape": "Tags",
13501358
"locationName": "tags",
@@ -1379,6 +1387,10 @@
13791387
"shape": "DiscovererState",
13801388
"documentation": "<p>The state of the discoverer.</p>"
13811389
},
1390+
"CrossAccount": {
1391+
"shape": "__boolean",
1392+
"documentation": "<p>The Status if the discoverer will discover schemas from events sent from another account.</p>"
1393+
},
13821394
"Tags": {
13831395
"shape": "Tags",
13841396
"locationName": "tags",
@@ -1728,6 +1740,10 @@
17281740
"shape": "DiscovererState",
17291741
"documentation": "<p>The state of the discoverer.</p>"
17301742
},
1743+
"CrossAccount": {
1744+
"shape": "__boolean",
1745+
"documentation": "<p>The Status if the discoverer will discover schemas from events sent from another account.</p>"
1746+
},
17311747
"Tags": {
17321748
"shape": "Tags",
17331749
"locationName": "tags",
@@ -1905,6 +1921,10 @@
19051921
"shape": "DiscovererState",
19061922
"documentation": "<p>The state of the discoverer.</p>"
19071923
},
1924+
"CrossAccount": {
1925+
"shape": "__boolean",
1926+
"documentation": "<p>The Status if the discoverer will discover schemas from events sent from another account.</p>"
1927+
},
19081928
"Tags": {
19091929
"shape": "Tags",
19101930
"locationName": "tags",
@@ -1951,6 +1971,10 @@
19511971
"shape": "DiscovererState",
19521972
"documentation": "<p>The state of the discoverer.</p>"
19531973
},
1974+
"CrossAccount": {
1975+
"shape": "__boolean",
1976+
"documentation": "<p>The Status if the discoverer will discover schemas from events sent from another account.</p>"
1977+
},
19541978
"Tags": {
19551979
"shape": "Tags",
19561980
"locationName": "tags",
@@ -3185,6 +3209,10 @@
31853209
"Description": {
31863210
"shape": "__stringMin0Max256",
31873211
"documentation": "<p>The description of the discoverer to update.</p>"
3212+
},
3213+
"CrossAccount": {
3214+
"shape": "__boolean",
3215+
"documentation": "<p>Support discovery of schemas in events sent to the bus from another account. (default: true)</p>"
31883216
}
31893217
}
31903218
},
@@ -3200,6 +3228,10 @@
32003228
"location": "uri",
32013229
"locationName": "discovererId",
32023230
"documentation": "<p>The ID of the discoverer.</p>"
3231+
},
3232+
"CrossAccount": {
3233+
"shape": "__boolean",
3234+
"documentation": "<p>Support discovery of schemas in events sent to the bus from another account. (default: true)</p>"
32033235
}
32043236
},
32053237
"required": [
@@ -3229,6 +3261,10 @@
32293261
"shape": "DiscovererState",
32303262
"documentation": "<p>The state of the discoverer.</p>"
32313263
},
3264+
"CrossAccount": {
3265+
"shape": "__boolean",
3266+
"documentation": "<p>The Status if the discoverer will discover schemas from events sent from another account.</p>"
3267+
},
32323268
"Tags": {
32333269
"shape": "Tags",
32343270
"locationName": "tags",

0 commit comments

Comments
 (0)