Skip to content

Commit ded882e

Browse files
author
awstools
committed
Updates SDK to v2.1346.0
1 parent 2a4e007 commit ded882e

14 files changed

+153
-90
lines changed

.changes/2.1346.0.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "OpenSearchServerless",
5+
"description": "This release includes two new exception types \"ServiceQuotaExceededException\" and \"OcuLimitExceededException\"."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "RDS",
10+
"description": "Add support for creating a read replica DB instance from a Multi-AZ DB cluster."
11+
}
12+
]

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1345.0-->
2+
<!--LATEST=2.1346.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1346.0
6+
* feature: OpenSearchServerless: This release includes two new exception types "ServiceQuotaExceededException" and "OcuLimitExceededException".
7+
* feature: RDS: Add support for creating a read replica DB instance from a Multi-AZ DB cluster.
8+
59
## 2.1345.0
610
* feature: IotData: Add endpoint ruleset support for cn-north-1.
711
* 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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7070
To use the SDK in the browser, simply add the following script tag to your
7171
HTML pages:
7272

73-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1345.0.min.js"></script>
73+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1346.0.min.js"></script>
7474

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

apis/opensearchserverless-2021-11-01.normal.json

+31-7
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@
7878
},
7979
{
8080
"shape": "ValidationException"
81+
},
82+
{
83+
"shape": "ServiceQuotaExceededException"
8184
}
8285
],
8386
"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>",
@@ -96,6 +99,9 @@
9699
"shape": "CreateCollectionResponse"
97100
},
98101
"errors": [
102+
{
103+
"shape": "OcuLimitExceededException"
104+
},
99105
{
100106
"shape": "InternalServerException"
101107
},
@@ -104,6 +110,9 @@
104110
},
105111
{
106112
"shape": "ValidationException"
113+
},
114+
{
115+
"shape": "ServiceQuotaExceededException"
107116
}
108117
],
109118
"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>",
@@ -130,6 +139,9 @@
130139
},
131140
{
132141
"shape": "ValidationException"
142+
},
143+
{
144+
"shape": "ServiceQuotaExceededException"
133145
}
134146
],
135147
"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>",
@@ -156,6 +168,9 @@
156168
},
157169
{
158170
"shape": "ValidationException"
171+
},
172+
{
173+
"shape": "ServiceQuotaExceededException"
159174
}
160175
],
161176
"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>",
@@ -182,6 +197,9 @@
182197
},
183198
{
184199
"shape": "ValidationException"
200+
},
201+
{
202+
"shape": "ServiceQuotaExceededException"
185203
}
186204
],
187205
"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>",
@@ -607,6 +625,9 @@
607625
},
608626
{
609627
"shape": "ValidationException"
628+
},
629+
{
630+
"shape": "ServiceQuotaExceededException"
610631
}
611632
],
612633
"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>"
@@ -688,7 +709,7 @@
688709
"shape": "ValidationException"
689710
}
690711
],
691-
"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>"
712+
"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>"
692713
},
693714
"UpdateCollection": {
694715
"name": "UpdateCollection",
@@ -769,6 +790,9 @@
769790
},
770791
{
771792
"shape": "ValidationException"
793+
},
794+
{
795+
"shape": "ServiceQuotaExceededException"
772796
}
773797
],
774798
"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>",
@@ -965,7 +989,7 @@
965989
"documentation": "<p>The maximum search capacity for collections.</p>"
966990
}
967991
},
968-
"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>"
992+
"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>"
969993
},
970994
"ClientToken": {
971995
"type": "string",
@@ -1300,7 +1324,7 @@
13001324
},
13011325
"samlOptions": {
13021326
"shape": "SamlConfigOptions",
1303-
"documentation": "<p>Describes SAML options in in the form of a key-value map.</p>"
1327+
"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>"
13041328
},
13051329
"type": {
13061330
"shape": "SecurityConfigType",
@@ -1713,7 +1737,7 @@
17131737
},
17141738
"resource": {
17151739
"shape": "ListAccessPoliciesRequestResourceList",
1716-
"documentation": "<p>Resource filters (can be collection or indexes) that policies can apply to.</p>"
1740+
"documentation": "<p>Resource filters (can be collections or indexes) that policies can apply to.</p>"
17171741
},
17181742
"type": {
17191743
"shape": "AccessPolicyType",
@@ -1938,7 +1962,7 @@
19381962
"PolicyDescription": {
19391963
"type": "string",
19401964
"max": 1000,
1941-
"min": 1
1965+
"min": 0
19421966
},
19431967
"PolicyDocument": {
19441968
"type": "string",
@@ -1977,7 +2001,7 @@
19772001
},
19782002
"sessionTimeout": {
19792003
"shape": "SamlConfigOptionsSessionTimeoutInteger",
1980-
"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>"
2004+
"documentation": "<p>The session timeout, in minutes. Default is 60 minutes (12 hours).</p>"
19812005
},
19822006
"userAttribute": {
19832007
"shape": "samlUserAttribute",
@@ -2614,7 +2638,7 @@
26142638
},
26152639
"vpcId": {
26162640
"shape": "VpcId",
2617-
"documentation": "<p>The ID of the VPC from which you access OpenSearch Serverless</p>"
2641+
"documentation": "<p>The ID of the VPC from which you access OpenSearch Serverless.</p>"
26182642
}
26192643
},
26202644
"documentation": "<p>Details about an OpenSearch Serverless-managed interface endpoint.</p>"

apis/rds-2014-10-31.min.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -692,8 +692,7 @@
692692
"input": {
693693
"type": "structure",
694694
"required": [
695-
"DBInstanceIdentifier",
696-
"SourceDBInstanceIdentifier"
695+
"DBInstanceIdentifier"
697696
],
698697
"members": {
699698
"DBInstanceIdentifier": {},
@@ -773,6 +772,7 @@
773772
"AllocatedStorage": {
774773
"type": "integer"
775774
},
775+
"SourceDBClusterIdentifier": {},
776776
"SourceRegion": {}
777777
}
778778
},
@@ -5909,7 +5909,8 @@
59095909
"type": "timestamp"
59105910
}
59115911
}
5912-
}
5912+
},
5913+
"ReadReplicaSourceDBClusterIdentifier": {}
59135914
},
59145915
"wrapper": true
59155916
},

0 commit comments

Comments
 (0)