Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.50.26 #5180

Merged
merged 1 commit into from Feb 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
Release v1.50.26 (2024-02-26)
===

### Service Client Updates
* `service/apigateway`: Updates service documentation
* Documentation updates for Amazon API Gateway.
* `service/drs`: Updates service API and documentation
* `service/kafkaconnect`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* This release adds support for gp3 data volumes for Multi-AZ DB Clusters.

Release v1.50.25 (2024-02-23)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.50.25"
const SDKVersion = "1.50.26"
6 changes: 3 additions & 3 deletions models/apis/apigateway/2015-07-09/docs-2.json
Expand Up @@ -114,7 +114,7 @@
"UpdateIntegrationResponse": "<p>Represents an update integration response.</p>",
"UpdateMethod": "<p>Updates an existing Method resource.</p>",
"UpdateMethodResponse": "<p>Updates an existing MethodResponse resource.</p>",
"UpdateModel": "<p>Changes information about a model.</p>",
"UpdateModel": "<p>Changes information about a model. The maximum size of the model is 400 KB.</p>",
"UpdateRequestValidator": "<p>Updates a RequestValidator of a given RestApi.</p>",
"UpdateResource": "<p>Changes information about a Resource resource.</p>",
"UpdateRestApi": "<p>Changes information about the specified API.</p>",
Expand Down Expand Up @@ -245,7 +245,7 @@
"RequestValidator$validateRequestParameters": "<p>A Boolean flag to indicate whether to validate request parameters (<code>true</code>) or not (<code>false</code>).</p>",
"RestApi$disableExecuteApiEndpoint": "<p>Specifies whether clients can invoke your API by using the default <code>execute-api</code> endpoint. By default, clients can invoke your API with the default <code>https://{api_id}.execute-api.{region}.amazonaws.com</code> endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.</p>",
"SdkConfigurationProperty$required": "<p>A boolean flag of an SdkType configuration property to indicate if the associated SDK configuration property is required (<code>true</code>) or not (<code>false</code>).</p>",
"Stage$cacheClusterEnabled": "<p>Specifies whether a cache cluster is enabled for the stage.</p>",
"Stage$cacheClusterEnabled": "<p>Specifies whether a cache cluster is enabled for the stage. To activate a method-level cache, set <code>CachingEnabled</code> to <code>true</code> for a method. </p>",
"Stage$tracingEnabled": "<p>Specifies whether active tracing with X-ray is enabled for the Stage.</p>",
"TlsConfig$insecureSkipVerification": "<p>Specifies whether or not API Gateway skips verification that the certificate for an integration endpoint is issued by a supported certificate authority. This isn’t recommended, but it enables you to use certificates that are signed by private certificate authorities, or certificates that are self-signed. If enabled, API Gateway still performs basic certificate validation, which includes checking the certificate's expiration date, hostname, and presence of a root certificate authority. Supported only for <code>HTTP</code> and <code>HTTP_PROXY</code> integrations.</p> <important> <p>Enabling <code>insecureSkipVerification</code> isn't recommended, especially for integrations with public HTTPS endpoints. If you enable <code>insecureSkipVerification</code>, you increase the risk of man-in-the-middle attacks.</p> </important>"
}
Expand Down Expand Up @@ -1583,7 +1583,7 @@
"CreateModelRequest$restApiId": "<p>The RestApi identifier under which the Model will be created.</p>",
"CreateModelRequest$name": "<p>The name of the model. Must be alphanumeric.</p>",
"CreateModelRequest$description": "<p>The description of the model.</p>",
"CreateModelRequest$schema": "<p>The schema for the model. For <code>application/json</code> models, this should be JSON schema draft 4 model.</p>",
"CreateModelRequest$schema": "<p>The schema for the model. For <code>application/json</code> models, this should be JSON schema draft 4 model. The maximum size of the model is 400 KB.</p>",
"CreateModelRequest$contentType": "<p>The content-type for the model.</p>",
"CreateRequestValidatorRequest$restApiId": "<p>The string identifier of the associated RestApi.</p>",
"CreateRequestValidatorRequest$name": "<p>The name of the to-be-created RequestValidator.</p>",
Expand Down
40 changes: 20 additions & 20 deletions models/apis/apigateway/2015-07-09/endpoint-rule-set-1.json
Expand Up @@ -40,7 +40,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -83,7 +82,8 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -96,7 +96,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -110,7 +109,6 @@
"assign": "PartitionResult"
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -133,7 +131,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -168,7 +165,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -179,14 +175,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -200,14 +198,12 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
Expand All @@ -216,11 +212,11 @@
},
"supportsFIPS"
]
}
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -231,14 +227,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -252,7 +250,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -272,7 +269,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -283,14 +279,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand All @@ -301,9 +299,11 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand Down
42 changes: 41 additions & 1 deletion models/apis/drs/2020-02-26/api-2.json
Expand Up @@ -1006,6 +1006,7 @@
"forceUefi":{"shape":"Boolean"},
"rootVolumeName":{"shape":"LargeBoundedString"},
"volumeToConversionMap":{"shape":"VolumeToConversionMap"},
"volumeToProductCodes":{"shape":"VolumeToProductCodes"},
"volumeToVolumeSize":{"shape":"VolumeToSizeMap"}
}
},
Expand Down Expand Up @@ -1148,7 +1149,8 @@
"deviceName":{"shape":"BoundedString"},
"replicatedStorageBytes":{"shape":"PositiveInteger"},
"rescannedStorageBytes":{"shape":"PositiveInteger"},
"totalStorageBytes":{"shape":"PositiveInteger"}
"totalStorageBytes":{"shape":"PositiveInteger"},
"volumeStatus":{"shape":"VolumeStatus"}
}
},
"DataReplicationInfoReplicatedDisks":{
Expand Down Expand Up @@ -2280,6 +2282,30 @@
"type":"long",
"min":0
},
"ProductCode":{
"type":"structure",
"members":{
"productCodeId":{"shape":"ProductCodeId"},
"productCodeMode":{"shape":"ProductCodeMode"}
}
},
"ProductCodeId":{
"type":"string",
"max":25,
"min":25,
"pattern":"^([A-Za-z0-9])+$"
},
"ProductCodeMode":{
"type":"string",
"enum":[
"ENABLED",
"DISABLED"
]
},
"ProductCodes":{
"type":"list",
"member":{"shape":"ProductCode"}
},
"PutLaunchActionRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -3271,11 +3297,25 @@
"other"
]
},
"VolumeStatus":{
"type":"string",
"enum":[
"REGULAR",
"CONTAINS_MARKETPLACE_PRODUCT_CODES",
"MISSING_VOLUME_ATTRIBUTES",
"MISSING_VOLUME_ATTRIBUTES_AND_PRECHECK_UNAVAILABLE"
]
},
"VolumeToConversionMap":{
"type":"map",
"key":{"shape":"LargeBoundedString"},
"value":{"shape":"ConversionMap"}
},
"VolumeToProductCodes":{
"type":"map",
"key":{"shape":"LargeBoundedString"},
"value":{"shape":"ProductCodes"}
},
"VolumeToSizeMap":{
"type":"map",
"key":{"shape":"LargeBoundedString"},
Expand Down
37 changes: 37 additions & 0 deletions models/apis/drs/2020-02-26/docs-2.json
Expand Up @@ -885,6 +885,7 @@
"ValidationExceptionField$message": "<p>Validate exception field message.</p>",
"ValidationExceptionField$name": "<p>Validate exception field name.</p>",
"VolumeToConversionMap$key": null,
"VolumeToProductCodes$key": null,
"VolumeToSizeMap$key": null
}
},
Expand Down Expand Up @@ -1334,6 +1335,30 @@
"VolumeToSizeMap$value": null
}
},
"ProductCode": {
"base": "<p>Properties of a product code associated with a volume.</p>",
"refs": {
"ProductCodes$member": null
}
},
"ProductCodeId": {
"base": null,
"refs": {
"ProductCode$productCodeId": "<p>Id of a product code associated with a volume.</p>"
}
},
"ProductCodeMode": {
"base": null,
"refs": {
"ProductCode$productCodeMode": "<p>Mode of a product code associated with a volume.</p>"
}
},
"ProductCodes": {
"base": null,
"refs": {
"VolumeToProductCodes$value": null
}
},
"PutLaunchActionRequest": {
"base": null,
"refs": {
Expand Down Expand Up @@ -2054,12 +2079,24 @@
"ValidationException$reason": "<p>Validation exception reason.</p>"
}
},
"VolumeStatus": {
"base": null,
"refs": {
"DataReplicationInfoReplicatedDisk$volumeStatus": "<p>The status of the volume.</p>"
}
},
"VolumeToConversionMap": {
"base": null,
"refs": {
"ConversionProperties$volumeToConversionMap": "<p>A mapping between the volumes being converted and the converted snapshot ids</p>"
}
},
"VolumeToProductCodes": {
"base": null,
"refs": {
"ConversionProperties$volumeToProductCodes": "<p>A mapping between the volumes being converted and the product codes associated with them</p>"
}
},
"VolumeToSizeMap": {
"base": null,
"refs": {
Expand Down