Skip to content

Commit cbc7af4

Browse files
author
AWS
committed
AWS Data Exchange Update: This release adds Tag support for Event Action resource, through which customers can create event actions with Tags and retrieve event actions with Tags.
1 parent e6f8db6 commit cbc7af4

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-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": "AWS Data Exchange",
4+
"contributor": "",
5+
"description": "This release adds Tag support for Event Action resource, through which customers can create event actions with Tags and retrieve event actions with Tags."
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1245,6 +1245,10 @@
12451245
"Event":{
12461246
"shape":"Event",
12471247
"documentation":"<p>What occurs to start an action.</p>"
1248+
},
1249+
"Tags":{
1250+
"shape":"MapOf__string",
1251+
"documentation":"<p>Key-value pairs that you can associate with the event action.</p>"
12481252
}
12491253
}
12501254
},
@@ -1271,6 +1275,10 @@
12711275
"shape":"Id",
12721276
"documentation":"<p>The unique identifier for the event action.</p>"
12731277
},
1278+
"Tags":{
1279+
"shape":"MapOf__string",
1280+
"documentation":"<p>The tags for the event action.</p>"
1281+
},
12741282
"UpdatedAt":{
12751283
"shape":"Timestamp",
12761284
"documentation":"<p>The date and time that the event action was last updated, in ISO 8601 format.</p>"
@@ -2236,6 +2244,10 @@
22362244
"shape":"Id",
22372245
"documentation":"<p>The unique identifier for the event action.</p>"
22382246
},
2247+
"Tags":{
2248+
"shape":"MapOf__string",
2249+
"documentation":"<p>The tags for the event action.</p>"
2250+
},
22392251
"UpdatedAt":{
22402252
"shape":"Timestamp",
22412253
"documentation":"<p>The date and time that the event action was last updated, in ISO 8601 format.</p>"

0 commit comments

Comments
 (0)