Skip to content

Commit

Permalink
Release v1.44.169 (2022-12-28) (#4674)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aws-sdk-go-automation committed Dec 28, 2022
1 parent 698f054 commit 00f5d7d
Show file tree
Hide file tree
Showing 28 changed files with 3,101 additions and 765 deletions.
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

0 comments on commit 00f5d7d

Please sign in to comment.