Skip to content

Commit a8d007d

Browse files
author
AWS
committed
Amazon GuardDuty Update: Include tags filed in CreatePublishingDestinationRequest and DescribePublishingDestinationResponse.
1 parent 5e971f6 commit a8d007d

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-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": "Amazon GuardDuty",
4+
"contributor": "",
5+
"description": "Include tags filed in CreatePublishingDestinationRequest and DescribePublishingDestinationResponse."
6+
}

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2855,6 +2855,11 @@
28552855
"documentation":"<p>The idempotency token for the request.</p>",
28562856
"idempotencyToken":true,
28572857
"locationName":"clientToken"
2858+
},
2859+
"Tags":{
2860+
"shape":"TagMap",
2861+
"documentation":"<p>The tags to be added to a new publishing destination resource.</p>",
2862+
"locationName":"tags"
28582863
}
28592864
}
28602865
},
@@ -3726,6 +3731,11 @@
37263731
"shape":"DestinationProperties",
37273732
"documentation":"<p>A <code>DestinationProperties</code> object that includes the <code>DestinationArn</code> and <code>KmsKeyArn</code> of the publishing destination.</p>",
37283733
"locationName":"destinationProperties"
3734+
},
3735+
"Tags":{
3736+
"shape":"TagMap",
3737+
"documentation":"<p>The tags of the publishing destination resource.</p>",
3738+
"locationName":"tags"
37293739
}
37303740
}
37313741
},

0 commit comments

Comments
 (0)