Skip to content

Commit

Permalink
Merge branch 'release-1.34.69'
Browse files Browse the repository at this point in the history
* release-1.34.69:
  Bumping version to 1.34.69
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Mar 22, 2024
2 parents bc9f732 + 625bad7 commit 0cc84b2
Show file tree
Hide file tree
Showing 10 changed files with 119 additions and 68 deletions.
27 changes: 27 additions & 0 deletions .changes/1.34.69.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``firehose``",
"description": "Updates Amazon Firehose documentation for message regarding Enforcing Tags IAM Policy.",
"type": "api-change"
},
{
"category": "``kendra``",
"description": "Documentation update, March 2024. Corrects some docs for Amazon Kendra.",
"type": "api-change"
},
{
"category": "``pricing``",
"description": "Add ResourceNotFoundException to ListPriceLists and GetPriceListFileUrl APIs",
"type": "api-change"
},
{
"category": "``rolesanywhere``",
"description": "This release relaxes constraints on the durationSeconds request parameter for the *Profile APIs that support it. This parameter can now take on values that go up to 43200.",
"type": "api-change"
},
{
"category": "``securityhub``",
"description": "Added new resource detail object to ASFF, including resource for LastKnownExploitAt",
"type": "api-change"
}
]
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
CHANGELOG
=========

1.34.69
=======

* api-change:``firehose``: Updates Amazon Firehose documentation for message regarding Enforcing Tags IAM Policy.
* api-change:``kendra``: Documentation update, March 2024. Corrects some docs for Amazon Kendra.
* api-change:``pricing``: Add ResourceNotFoundException to ListPriceLists and GetPriceListFileUrl APIs
* api-change:``rolesanywhere``: This release relaxes constraints on the durationSeconds request parameter for the *Profile APIs that support it. This parameter can now take on values that go up to 43200.
* api-change:``securityhub``: Added new resource detail object to ASFF, including resource for LastKnownExploitAt


1.34.68
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.34.68'
__version__ = '1.34.69'


class NullHandler(logging.Handler):
Expand Down
4 changes: 2 additions & 2 deletions botocore/data/firehose/2015-08-04/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@
},
"Tags":{
"shape":"TagDeliveryStreamInputTagList",
"documentation":"<p>A set of tags to assign to the delivery stream. A tag is a key-value pair that you can define and assign to Amazon Web Services resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you 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 Cost Allocation Tags</a> in the Amazon Web Services Billing and Cost Management User Guide.</p> <p>You can specify up to 50 tags when creating a delivery stream.</p>"
"documentation":"<p>A set of tags to assign to the delivery stream. A tag is a key-value pair that you can define and assign to Amazon Web Services resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you 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 Cost Allocation Tags</a> in the Amazon Web Services Billing and Cost Management User Guide.</p> <p>You can specify up to 50 tags when creating a delivery stream.</p> <p>If you specify tags in the <code>CreateDeliveryStream</code> action, Amazon Data Firehose performs an additional authorization on the <code>firehose:TagDeliveryStream</code> action to verify if users have permissions to create tags. If you do not provide this permission, requests to create new Firehose delivery streams with IAM resource tags will fail with an <code>AccessDeniedException</code> such as following.</p> <p> <b>AccessDeniedException</b> </p> <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> <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> </p>"
},
"AmazonOpenSearchServerlessDestinationConfiguration":{
"shape":"AmazonOpenSearchServerlessDestinationConfiguration",
Expand Down Expand Up @@ -3844,5 +3844,5 @@
"documentation":"<p>The details of the VPC of the Amazon ES destination.</p>"
}
},
"documentation":"<fullname>Amazon Data Firehose</fullname> <p>Amazon Data Firehose is a fully managed service that delivers real-time streaming data to destinations such as Amazon Simple Storage Service (Amazon S3), Amazon OpenSearch Service, Amazon Redshift, Splunk, and various other supportd destinations.</p>"
"documentation":"<fullname>Amazon Data Firehose</fullname> <note> <p>Amazon Data Firehose was previously known as Amazon Kinesis Data Firehose.</p> </note> <p>Amazon Data Firehose is a fully managed service that delivers real-time streaming data to destinations such as Amazon Simple Storage Service (Amazon S3), Amazon OpenSearch Service, Amazon Redshift, Splunk, and various other supportd destinations.</p>"
}
Loading

0 comments on commit 0cc84b2

Please sign in to comment.