Skip to content

Commit 4f470e9

Browse files
feat: update AWS API models
1 parent 75b2be8 commit 4f470e9

File tree

5 files changed

+84
-59
lines changed

5 files changed

+84
-59
lines changed

codegen/sdk/aws-models/firehose.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@
10191019
"Tags": {
10201020
"target": "com.amazonaws.firehose#TagDeliveryStreamInputTagList",
10211021
"traits": {
1022-
"smithy.api#documentation": "<p>A set of tags to assign to the delivery stream. A tag is a key-value pair that you can\n define and assign to Amazon Web Services resources. Tags are metadata. For example, you can\n add friendly names and descriptions or other types of information that can help you\n distinguish the delivery stream. For more information about tags, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html\">Using\n Cost Allocation Tags</a> in the Amazon Web Services Billing and Cost Management User\n Guide.</p>\n <p>You can specify up to 50 tags when creating a delivery stream.</p>"
1022+
"smithy.api#documentation": "<p>A set of tags to assign to the delivery stream. A tag is a key-value pair that you can\n define and assign to Amazon Web Services resources. Tags are metadata. For example, you can\n add friendly names and descriptions or other types of information that can help you\n distinguish the delivery stream. For more information about tags, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html\">Using\n Cost Allocation Tags</a> in the Amazon Web Services Billing and Cost Management User\n Guide.</p>\n <p>You can specify up to 50 tags when creating a delivery stream.</p>\n <p>If you specify tags in the <code>CreateDeliveryStream</code> action, Amazon Data\n Firehose performs an additional authorization on the\n <code>firehose:TagDeliveryStream</code> action to verify if users have permissions to\n create tags. If you do not provide this permission, requests to create new Firehose\n delivery streams with IAM resource tags will fail with an\n <code>AccessDeniedException</code> such as following.</p>\n <p>\n <b>AccessDeniedException</b>\n </p>\n <p>User: arn:aws:sts::x:assumed-role/x/x is not authorized to perform: firehose:TagDeliveryStream on resource: arn:aws:firehose:us-east-1:x:deliverystream/x with an explicit deny in an identity-based policy.</p>\n <p>For an example IAM policy, see <a href=\"https://docs.aws.amazon.com/firehose/latest/APIReference/API_CreateDeliveryStream.html#API_CreateDeliveryStream_Examples\">Tag example.</a>\n </p>"
10231023
}
10241024
},
10251025
"AmazonOpenSearchServerlessDestinationConfiguration": {
@@ -2614,7 +2614,7 @@
26142614
"name": "firehose"
26152615
},
26162616
"aws.protocols#awsJson1_1": {},
2617-
"smithy.api#documentation": "<fullname>Amazon Data Firehose</fullname>\n <p>Amazon Data Firehose is a fully managed service that delivers real-time\n streaming data to destinations such as Amazon Simple Storage Service (Amazon S3), Amazon\n OpenSearch Service, Amazon Redshift, Splunk, and various other supportd\n destinations.</p>",
2617+
"smithy.api#documentation": "<fullname>Amazon Data Firehose</fullname>\n <note>\n <p>Amazon Data Firehose was previously known as Amazon Kinesis Data Firehose.</p>\n </note>\n <p>Amazon Data Firehose is a fully managed service that delivers real-time\n streaming data to destinations such as Amazon Simple Storage Service (Amazon S3), Amazon\n OpenSearch Service, Amazon Redshift, Splunk, and various other supportd\n destinations.</p>",
26182618
"smithy.api#title": "Amazon Kinesis Firehose",
26192619
"smithy.api#xmlNamespace": {
26202620
"uri": "http://firehose.amazonaws.com/doc/2015-08-04"

0 commit comments

Comments
 (0)