Skip to content

Commit b76c783

Browse files
author
awstools
committed
Updates SDK to v2.1584.0
1 parent ffc9562 commit b76c783

19 files changed

+147
-104
lines changed

.changes/2.1584.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Kendra",
5+
"description": "Documentation update, March 2024. Corrects some docs for Amazon Kendra."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Pricing",
10+
"description": "Add ResourceNotFoundException to ListPriceLists and GetPriceListFileUrl APIs"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "RolesAnywhere",
15+
"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."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "SecurityHub",
20+
"description": "Added new resource detail object to ASFF, including resource for LastKnownExploitAt"
21+
}
22+
]

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1583.0-->
2+
<!--LATEST=2.1584.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1584.0
6+
* feature: Kendra: Documentation update, March 2024. Corrects some docs for Amazon Kendra.
7+
* feature: Pricing: Add ResourceNotFoundException to ListPriceLists and GetPriceListFileUrl APIs
8+
* 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.
9+
* feature: SecurityHub: Added new resource detail object to ASFF, including resource for LastKnownExploitAt
10+
511
## 2.1583.0
612
* feature: CodeArtifact: This release adds Package groups to CodeArtifact so you can more conveniently configure package origin controls for multiple packages.
713

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

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

6969
You can also build a custom browser SDK with your specified set of AWS services.
7070
This can allow you to reduce the SDK's size, specify different API versions of

apis/firehose-2015-08-04.normal.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@
950950
},
951951
"Tags": {
952952
"shape": "TagDeliveryStreamInputTagList",
953-
"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>"
953+
"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>"
954954
},
955955
"AmazonOpenSearchServerlessDestinationConfiguration": {
956956
"shape": "AmazonOpenSearchServerlessDestinationConfiguration",
@@ -4045,5 +4045,5 @@
40454045
"documentation": "<p>The details of the VPC of the Amazon ES destination.</p>"
40464046
}
40474047
},
4048-
"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>"
4048+
"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>"
40494049
}

0 commit comments

Comments
 (0)