Skip to content

Commit

Permalink
Updates SDK to v2.1584.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 22, 2024
1 parent ffc9562 commit b76c783
Show file tree
Hide file tree
Showing 19 changed files with 147 additions and 104 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1584.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "Kendra",
"description": "Documentation update, March 2024. Corrects some docs for Amazon Kendra."
},
{
"type": "feature",
"category": "Pricing",
"description": "Add ResourceNotFoundException to ListPriceLists and GetPriceListFileUrl APIs"
},
{
"type": "feature",
"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": "feature",
"category": "SecurityHub",
"description": "Added new resource detail object to ASFF, including resource for LastKnownExploitAt"
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1583.0-->
<!--LATEST=2.1584.0-->
<!--ENTRYINSERT-->

## 2.1584.0
* feature: Kendra: Documentation update, March 2024. Corrects some docs for Amazon Kendra.
* feature: Pricing: Add ResourceNotFoundException to ListPriceLists and GetPriceListFileUrl APIs
* feature: 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.
* feature: SecurityHub: Added new resource detail object to ASFF, including resource for LastKnownExploitAt

## 2.1583.0
* feature: CodeArtifact: This release adds Package groups to CodeArtifact so you can more conveniently configure package origin controls for multiple packages.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1583.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1584.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
4 changes: 2 additions & 2 deletions apis/firehose-2015-08-04.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,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 @@ -4045,5 +4045,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>"
}

0 comments on commit b76c783

Please sign in to comment.