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.44.169 #4674

Merged
merged 1 commit into from Dec 28, 2022
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.44.169 (2022-12-28)
===

### Service Client Updates
* `service/elasticache`: Updates service API and documentation
* This release allows you to modify the encryption in transit setting, for existing Redis clusters. You can now change the TLS configuration of your Redis clusters without the need to re-build or re-provision the clusters or impact application availability.
* `service/network-firewall`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* This release adds support for Custom Engine Version (CEV) on RDS Custom SQL Server.
* `service/route53-recovery-control-config`: Updates service documentation and paginators

Release v1.44.168 (2022-12-27)
===

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.44.168"
const SDKVersion = "1.44.169"
28 changes: 22 additions & 6 deletions models/apis/elasticache/2015-02-02/api-2.json
Expand Up @@ -1469,7 +1469,8 @@
"ReplicationGroupLogDeliveryEnabled":{"shape":"Boolean"},
"LogDeliveryConfigurations":{"shape":"LogDeliveryConfigurationList"},
"NetworkType":{"shape":"NetworkType"},
"IpDiscovery":{"shape":"IpDiscovery"}
"IpDiscovery":{"shape":"IpDiscovery"},
"TransitEncryptionMode":{"shape":"TransitEncryptionMode"}
},
"wrapper":true
},
Expand Down Expand Up @@ -2098,7 +2099,8 @@
"LogDeliveryConfigurations":{"shape":"LogDeliveryConfigurationRequestList"},
"DataTieringEnabled":{"shape":"BooleanOptional"},
"NetworkType":{"shape":"NetworkType"},
"IpDiscovery":{"shape":"IpDiscovery"}
"IpDiscovery":{"shape":"IpDiscovery"},
"TransitEncryptionMode":{"shape":"TransitEncryptionMode"}
}
},
"CreateReplicationGroupResult":{
Expand Down Expand Up @@ -3203,7 +3205,9 @@
"UserGroupIdsToRemove":{"shape":"UserGroupIdList"},
"RemoveUserGroups":{"shape":"BooleanOptional"},
"LogDeliveryConfigurations":{"shape":"LogDeliveryConfigurationRequestList"},
"IpDiscovery":{"shape":"IpDiscovery"}
"IpDiscovery":{"shape":"IpDiscovery"},
"TransitEncryptionEnabled":{"shape":"BooleanOptional"},
"TransitEncryptionMode":{"shape":"TransitEncryptionMode"}
}
},
"ModifyReplicationGroupResult":{
Expand Down Expand Up @@ -3565,7 +3569,9 @@
"EngineVersion":{"shape":"String"},
"CacheNodeType":{"shape":"String"},
"AuthTokenStatus":{"shape":"AuthTokenUpdateStatus"},
"LogDeliveryConfigurations":{"shape":"PendingLogDeliveryConfigurationList"}
"LogDeliveryConfigurations":{"shape":"PendingLogDeliveryConfigurationList"},
"TransitEncryptionEnabled":{"shape":"BooleanOptional"},
"TransitEncryptionMode":{"shape":"TransitEncryptionMode"}
}
},
"PreferredAvailabilityZoneList":{
Expand Down Expand Up @@ -3736,7 +3742,8 @@
"DataTiering":{"shape":"DataTieringStatus"},
"AutoMinorVersionUpgrade":{"shape":"Boolean"},
"NetworkType":{"shape":"NetworkType"},
"IpDiscovery":{"shape":"IpDiscovery"}
"IpDiscovery":{"shape":"IpDiscovery"},
"TransitEncryptionMode":{"shape":"TransitEncryptionMode"}
},
"wrapper":true
},
Expand Down Expand Up @@ -3818,7 +3825,9 @@
"Resharding":{"shape":"ReshardingStatus"},
"AuthTokenStatus":{"shape":"AuthTokenUpdateStatus"},
"UserGroups":{"shape":"UserGroupsUpdateStatus"},
"LogDeliveryConfigurations":{"shape":"PendingLogDeliveryConfigurationList"}
"LogDeliveryConfigurations":{"shape":"PendingLogDeliveryConfigurationList"},
"TransitEncryptionEnabled":{"shape":"BooleanOptional"},
"TransitEncryptionMode":{"shape":"TransitEncryptionMode"}
}
},
"ReservedCacheNode":{
Expand Down Expand Up @@ -4336,6 +4345,13 @@
"EndTime":{"shape":"TStamp"}
}
},
"TransitEncryptionMode":{
"type":"string",
"enum":[
"preferred",
"required"
]
},
"UGReplicationGroupIdList":{
"type":"list",
"member":{"shape":"String"}
Expand Down
32 changes: 23 additions & 9 deletions models/apis/elasticache/2015-02-02/docs-2.json

Large diffs are not rendered by default.

11 changes: 1 addition & 10 deletions models/apis/elasticache/2015-02-02/endpoint-rule-set-1.json
Expand Up @@ -3,7 +3,7 @@
"parameters": {
"Region": {
"builtIn": "AWS::Region",
"required": false,
"required": true,
"documentation": "The AWS region used to dispatch the request.",
"type": "String"
},
Expand Down Expand Up @@ -52,15 +52,6 @@
"ref": "Endpoint"
}
]
},
{
"fn": "parseURL",
"argv": [
{
"ref": "Endpoint"
}
],
"assign": "url"
}
],
"type": "tree",
Expand Down