Skip to content

Commit

Permalink
Release v1.44.232 (2023-03-29) (#4779)
Browse files Browse the repository at this point in the history
Release v1.44.232 (2023-03-29)
===

### Service Client Updates
* `service/opensearchserverless`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * Add support for creating a read replica DB instance from a Multi-AZ DB cluster.
  • Loading branch information
aws-sdk-go-automation committed Mar 29, 2023
1 parent 821f015 commit 4ff0cb4
Show file tree
Hide file tree
Showing 15 changed files with 863 additions and 467 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release v1.44.232 (2023-03-29)
===

### Service Client Updates
* `service/opensearchserverless`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* Add support for creating a read replica DB instance from a Multi-AZ DB cluster.

Release v1.44.231 (2023-03-28)
===

Expand Down
18 changes: 18 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.231"
const SDKVersion = "1.44.232"
63 changes: 62 additions & 1 deletion models/apis/opensearchserverless/2021-11-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
},
{
"shape": "ValidationException"
},
{
"shape": "ServiceQuotaExceededException"
}
],
"http": {
Expand All @@ -81,6 +84,9 @@
},
"CreateCollection": {
"errors": [
{
"shape": "OcuLimitExceededException"
},
{
"shape": "InternalServerException"
},
Expand All @@ -89,6 +95,9 @@
},
{
"shape": "ValidationException"
},
{
"shape": "ServiceQuotaExceededException"
}
],
"http": {
Expand All @@ -114,6 +123,9 @@
},
{
"shape": "ValidationException"
},
{
"shape": "ServiceQuotaExceededException"
}
],
"http": {
Expand All @@ -139,6 +151,9 @@
},
{
"shape": "ValidationException"
},
{
"shape": "ServiceQuotaExceededException"
}
],
"http": {
Expand All @@ -164,6 +179,9 @@
},
{
"shape": "ValidationException"
},
{
"shape": "ServiceQuotaExceededException"
}
],
"http": {
Expand Down Expand Up @@ -572,6 +590,9 @@
},
{
"shape": "ValidationException"
},
{
"shape": "ServiceQuotaExceededException"
}
],
"http": {
Expand Down Expand Up @@ -728,6 +749,9 @@
},
{
"shape": "ValidationException"
},
{
"shape": "ServiceQuotaExceededException"
}
],
"http": {
Expand Down Expand Up @@ -1753,9 +1777,21 @@
"box": true,
"type": "long"
},
"OcuLimitExceededException": {
"exception": true,
"members": {
"message": {
"shape": "String"
}
},
"required": [
"message"
],
"type": "structure"
},
"PolicyDescription": {
"max": 1000,
"min": 1,
"min": 0,
"type": "string"
},
"PolicyDocument": {
Expand Down Expand Up @@ -1977,6 +2013,31 @@
],
"type": "string"
},
"ServiceQuotaExceededException": {
"exception": true,
"members": {
"message": {
"shape": "String"
},
"quotaCode": {
"shape": "String"
},
"resourceId": {
"shape": "String"
},
"resourceType": {
"shape": "String"
},
"serviceCode": {
"shape": "String"
}
},
"required": [
"message",
"serviceCode"
],
"type": "structure"
},
"String": {
"type": "string"
},
Expand Down
30 changes: 23 additions & 7 deletions models/apis/opensearchserverless/2021-11-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"TagResource": "<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>",
"UntagResource": "<p>Removes a tag or set of tags from 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>",
"UpdateAccessPolicy": "<p>Updates an OpenSearch Serverless access policy. 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>",
"UpdateAccountSettings": "<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>",
"UpdateAccountSettings": "<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": "<p>Updates an OpenSearch Serverless collection.</p>",
"UpdateSecurityConfig": "<p>Updates 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>",
"UpdateSecurityPolicy": "<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 @@ -109,7 +109,7 @@
}
},
"CapacityLimits": {
"base": "<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>",
"base": "<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>",
"refs": {
"AccountSettingsDetail$capacityLimits": null,
"UpdateAccountSettingsRequest$capacityLimits": null
Expand Down Expand Up @@ -253,7 +253,7 @@
}
},
"ConflictException": {
"base": "<p>When creating a collection, thrown when a collection with the same name already exists or is being created. When deleting a collection, thrown when the collection is not in the ACTIVE or FAILED state.</p>",
"base": "<p>When creating a resource, thrown when a resource with the same name already exists or is being created. When deleting a resource, thrown when the resource is not in the ACTIVE or FAILED state.</p>",
"refs": {
}
},
Expand Down Expand Up @@ -469,7 +469,7 @@
"ListAccessPoliciesRequestResourceList": {
"base": null,
"refs": {
"ListAccessPoliciesRequest$resource": "<p>Resource filters (can be collection or indexes) that policies can apply to.</p>"
"ListAccessPoliciesRequest$resource": "<p>Resource filters (can be collections or indexes) that policies can apply to.</p>"
}
},
"ListAccessPoliciesResponse": {
Expand Down Expand Up @@ -587,6 +587,11 @@
"VpcEndpointDetail$createdDate": "<p>The date the endpoint was created.</p>"
}
},
"OcuLimitExceededException": {
"base": "<p>OCU Limit Exceeded for service limits</p>",
"refs": {
}
},
"PolicyDescription": {
"base": null,
"refs": {
Expand Down Expand Up @@ -655,15 +660,15 @@
"SamlConfigOptions": {
"base": "<p>Describes SAML options for an OpenSearch Serverless security configuration in the form of a key-value map.</p>",
"refs": {
"CreateSecurityConfigRequest$samlOptions": "<p>Describes SAML options in in the form of a key-value map.</p>",
"CreateSecurityConfigRequest$samlOptions": "<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>",
"SecurityConfigDetail$samlOptions": "<p>SAML options for the security configuration in the form of a key-value map.</p>",
"UpdateSecurityConfigRequest$samlOptions": "<p>SAML options in in the form of a key-value map.</p>"
}
},
"SamlConfigOptionsSessionTimeoutInteger": {
"base": null,
"refs": {
"SamlConfigOptions$sessionTimeout": "<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>"
"SamlConfigOptions$sessionTimeout": "<p>The session timeout, in minutes. Default is 60 minutes (12 hours).</p>"
}
},
"SearchCapacityValue": {
Expand Down Expand Up @@ -771,6 +776,11 @@
"UpdateSecurityPolicyRequest$type": "<p>The type of access policy.</p>"
}
},
"ServiceQuotaExceededException": {
"base": "<p>Thrown when you attempt to create more resources than the service allows based on service quotas.</p>",
"refs": {
}
},
"String": {
"base": null,
"refs": {
Expand All @@ -797,7 +807,13 @@
"ListSecurityPoliciesResponse$nextToken": "<p>When <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>",
"ListVpcEndpointsRequest$nextToken": "<p>If your initial <code>ListVpcEndpoints</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in subsequent <code>ListVpcEndpoints</code> operations, which returns results in the next page. </p>",
"ListVpcEndpointsResponse$nextToken": "<p>When <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>",
"OcuLimitExceededException$message": "<p>Description of the error.</p>",
"ResourceNotFoundException$message": null,
"ServiceQuotaExceededException$message": "<p>Description of the error.</p>",
"ServiceQuotaExceededException$quotaCode": "<p>Service Quotas requirement to identify originating quota.</p>",
"ServiceQuotaExceededException$resourceId": "<p>Identifier of the resource affected.</p>",
"ServiceQuotaExceededException$resourceType": "<p>Type of the resource affected.</p>",
"ServiceQuotaExceededException$serviceCode": "<p>Service Quotas requirement to identify originating service.</p>",
"UpdateCollectionDetail$arn": "<p>The Amazon Resource Name (ARN) of the collection.</p>",
"UpdateCollectionDetail$description": "<p>The description of the collection.</p>",
"ValidationException$message": null,
Expand Down Expand Up @@ -1045,7 +1061,7 @@
"base": null,
"refs": {
"CreateVpcEndpointRequest$vpcId": "<p>The ID of the VPC from which you'll access OpenSearch Serverless.</p>",
"VpcEndpointDetail$vpcId": "<p>The ID of the VPC from which you access OpenSearch Serverless</p>"
"VpcEndpointDetail$vpcId": "<p>The ID of the VPC from which you access OpenSearch Serverless.</p>"
}
},
"samlGroupAttribute": {
Expand Down

0 comments on commit 4ff0cb4

Please sign in to comment.