Skip to content

Commit

Permalink
Updates SDK to v2.1346.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 29, 2023
1 parent 2a4e007 commit ded882e
Show file tree
Hide file tree
Showing 14 changed files with 153 additions and 90 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1346.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "OpenSearchServerless",
"description": "This release includes two new exception types \"ServiceQuotaExceededException\" and \"OcuLimitExceededException\"."
},
{
"type": "feature",
"category": "RDS",
"description": "Add support for creating a read replica DB instance from a Multi-AZ DB cluster."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1345.0-->
<!--LATEST=2.1346.0-->
<!--ENTRYINSERT-->

## 2.1346.0
* feature: OpenSearchServerless: This release includes two new exception types "ServiceQuotaExceededException" and "OcuLimitExceededException".
* feature: RDS: Add support for creating a read replica DB instance from a Multi-AZ DB cluster.

## 2.1345.0
* feature: IotData: Add endpoint ruleset support for cn-north-1.
* feature: SSMContacts: This release adds 12 new APIs as part of Oncall Schedule feature release, adds support for a new contact type: ONCALL_SCHEDULE. Check public documentation for AWS ssm-contacts for more information
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,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.1345.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1346.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
38 changes: 31 additions & 7 deletions apis/opensearchserverless-2021-11-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
},
{
"shape": "ValidationException"
},
{
"shape": "ServiceQuotaExceededException"
}
],
"documentation": "<p>Creates a data access policy for OpenSearch Serverless. Access policies limit access to collections and the resources within them, and allow a user to access that data irrespective of the access mechanism or network source. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-data-access.html\">Data access control for Amazon OpenSearch Serverless</a>.</p>",
Expand All @@ -96,6 +99,9 @@
"shape": "CreateCollectionResponse"
},
"errors": [
{
"shape": "OcuLimitExceededException"
},
{
"shape": "InternalServerException"
},
Expand All @@ -104,6 +110,9 @@
},
{
"shape": "ValidationException"
},
{
"shape": "ServiceQuotaExceededException"
}
],
"documentation": "<p>Creates a new OpenSearch Serverless collection. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-manage.html\">Creating and managing Amazon OpenSearch Serverless collections</a>.</p>",
Expand All @@ -130,6 +139,9 @@
},
{
"shape": "ValidationException"
},
{
"shape": "ServiceQuotaExceededException"
}
],
"documentation": "<p>Specifies a security configuration for OpenSearch Serverless. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-saml.html\">SAML authentication for Amazon OpenSearch Serverless</a>. </p>",
Expand All @@ -156,6 +168,9 @@
},
{
"shape": "ValidationException"
},
{
"shape": "ServiceQuotaExceededException"
}
],
"documentation": "<p>Creates a security policy to be used by one or more OpenSearch Serverless collections. Security policies provide access to a collection and its OpenSearch Dashboards endpoint from public networks or specific VPC endpoints. They also allow you to secure a collection with a KMS encryption key. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-network.html\">Network access for Amazon OpenSearch Serverless</a> and <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-encryption.html\">Encryption at rest for Amazon OpenSearch Serverless</a>.</p>",
Expand All @@ -182,6 +197,9 @@
},
{
"shape": "ValidationException"
},
{
"shape": "ServiceQuotaExceededException"
}
],
"documentation": "<p>Creates an OpenSearch Serverless-managed interface VPC endpoint. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-vpc.html\">Access Amazon OpenSearch Serverless using an interface endpoint</a>.</p>",
Expand Down Expand Up @@ -607,6 +625,9 @@
},
{
"shape": "ValidationException"
},
{
"shape": "ServiceQuotaExceededException"
}
],
"documentation": "<p>Associates tags with an OpenSearch Serverless resource. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/tag-collection.html\">Tagging Amazon OpenSearch Serverless collections</a>.</p>"
Expand Down Expand Up @@ -688,7 +709,7 @@
"shape": "ValidationException"
}
],
"documentation": "<p>Update the OpenSearch Serverless settings for the current Amazon Web Services account. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-overview.html#serverless-scaling\">Autoscaling</a>.</p>"
"documentation": "<p>Update the OpenSearch Serverless settings for the current Amazon Web Services account. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-scaling.html\">Managing capacity limits for Amazon OpenSearch Serverless</a>.</p>"
},
"UpdateCollection": {
"name": "UpdateCollection",
Expand Down Expand Up @@ -769,6 +790,9 @@
},
{
"shape": "ValidationException"
},
{
"shape": "ServiceQuotaExceededException"
}
],
"documentation": "<p>Updates an OpenSearch Serverless security policy. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-network.html\">Network access for Amazon OpenSearch Serverless</a> and <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-encryption.html\">Encryption at rest for Amazon OpenSearch Serverless</a>.</p>",
Expand Down Expand Up @@ -965,7 +989,7 @@
"documentation": "<p>The maximum search capacity for collections.</p>"
}
},
"documentation": "<p>The maximum capacity limits for all OpenSearch Serverless collections, in OpenSearch Compute Units (OCUs). These limits are used to scale your collections based on the current workload. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-overview.html#serverless-scaling\">Autoscaling</a>.</p>"
"documentation": "<p>The maximum capacity limits for all OpenSearch Serverless collections, in OpenSearch Compute Units (OCUs). These limits are used to scale your collections based on the current workload. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-scaling.html\">Managing capacity limits for Amazon OpenSearch Serverless</a>.</p>"
},
"ClientToken": {
"type": "string",
Expand Down Expand Up @@ -1300,7 +1324,7 @@
},
"samlOptions": {
"shape": "SamlConfigOptions",
"documentation": "<p>Describes SAML options in in the form of a key-value map.</p>"
"documentation": "<p>Describes SAML options in in the form of a key-value map. This field is required if you specify <code>saml</code> for the <code>type</code> parameter.</p>"
},
"type": {
"shape": "SecurityConfigType",
Expand Down Expand Up @@ -1713,7 +1737,7 @@
},
"resource": {
"shape": "ListAccessPoliciesRequestResourceList",
"documentation": "<p>Resource filters (can be collection or indexes) that policies can apply to.</p>"
"documentation": "<p>Resource filters (can be collections or indexes) that policies can apply to.</p>"
},
"type": {
"shape": "AccessPolicyType",
Expand Down Expand Up @@ -1938,7 +1962,7 @@
"PolicyDescription": {
"type": "string",
"max": 1000,
"min": 1
"min": 0
},
"PolicyDocument": {
"type": "string",
Expand Down Expand Up @@ -1977,7 +2001,7 @@
},
"sessionTimeout": {
"shape": "SamlConfigOptionsSessionTimeoutInteger",
"documentation": "<p>The session timeout, in minutes. Minimum is 15 minutes and maximum is 1440 minutes (24 hours or 1 day). Default is 60 minutes.</p>"
"documentation": "<p>The session timeout, in minutes. Default is 60 minutes (12 hours).</p>"
},
"userAttribute": {
"shape": "samlUserAttribute",
Expand Down Expand Up @@ -2614,7 +2638,7 @@
},
"vpcId": {
"shape": "VpcId",
"documentation": "<p>The ID of the VPC from which you access OpenSearch Serverless</p>"
"documentation": "<p>The ID of the VPC from which you access OpenSearch Serverless.</p>"
}
},
"documentation": "<p>Details about an OpenSearch Serverless-managed interface endpoint.</p>"
Expand Down
7 changes: 4 additions & 3 deletions apis/rds-2014-10-31.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -692,8 +692,7 @@
"input": {
"type": "structure",
"required": [
"DBInstanceIdentifier",
"SourceDBInstanceIdentifier"
"DBInstanceIdentifier"
],
"members": {
"DBInstanceIdentifier": {},
Expand Down Expand Up @@ -773,6 +772,7 @@
"AllocatedStorage": {
"type": "integer"
},
"SourceDBClusterIdentifier": {},
"SourceRegion": {}
}
},
Expand Down Expand Up @@ -5909,7 +5909,8 @@
"type": "timestamp"
}
}
}
},
"ReadReplicaSourceDBClusterIdentifier": {}
},
"wrapper": true
},
Expand Down
Loading

0 comments on commit ded882e

Please sign in to comment.