Skip to content

Commit 00f5d7d

Browse files
Release v1.44.169 (2022-12-28) (#4674)
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
1 parent 698f054 commit 00f5d7d

File tree

28 files changed

+3101
-765
lines changed

28 files changed

+3101
-765
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Release v1.44.169 (2022-12-28)
2+
===
3+
4+
### Service Client Updates
5+
* `service/elasticache`: Updates service API and documentation
6+
* 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.
7+
* `service/network-firewall`: Updates service API and documentation
8+
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
9+
* This release adds support for Custom Engine Version (CEV) on RDS Custom SQL Server.
10+
* `service/route53-recovery-control-config`: Updates service documentation and paginators
11+
112
Release v1.44.168 (2022-12-27)
213
===
314

aws/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.168"
8+
const SDKVersion = "1.44.169"

models/apis/elasticache/2015-02-02/api-2.json

+22-6
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,8 @@
14691469
"ReplicationGroupLogDeliveryEnabled":{"shape":"Boolean"},
14701470
"LogDeliveryConfigurations":{"shape":"LogDeliveryConfigurationList"},
14711471
"NetworkType":{"shape":"NetworkType"},
1472-
"IpDiscovery":{"shape":"IpDiscovery"}
1472+
"IpDiscovery":{"shape":"IpDiscovery"},
1473+
"TransitEncryptionMode":{"shape":"TransitEncryptionMode"}
14731474
},
14741475
"wrapper":true
14751476
},
@@ -2098,7 +2099,8 @@
20982099
"LogDeliveryConfigurations":{"shape":"LogDeliveryConfigurationRequestList"},
20992100
"DataTieringEnabled":{"shape":"BooleanOptional"},
21002101
"NetworkType":{"shape":"NetworkType"},
2101-
"IpDiscovery":{"shape":"IpDiscovery"}
2102+
"IpDiscovery":{"shape":"IpDiscovery"},
2103+
"TransitEncryptionMode":{"shape":"TransitEncryptionMode"}
21022104
}
21032105
},
21042106
"CreateReplicationGroupResult":{
@@ -3203,7 +3205,9 @@
32033205
"UserGroupIdsToRemove":{"shape":"UserGroupIdList"},
32043206
"RemoveUserGroups":{"shape":"BooleanOptional"},
32053207
"LogDeliveryConfigurations":{"shape":"LogDeliveryConfigurationRequestList"},
3206-
"IpDiscovery":{"shape":"IpDiscovery"}
3208+
"IpDiscovery":{"shape":"IpDiscovery"},
3209+
"TransitEncryptionEnabled":{"shape":"BooleanOptional"},
3210+
"TransitEncryptionMode":{"shape":"TransitEncryptionMode"}
32073211
}
32083212
},
32093213
"ModifyReplicationGroupResult":{
@@ -3565,7 +3569,9 @@
35653569
"EngineVersion":{"shape":"String"},
35663570
"CacheNodeType":{"shape":"String"},
35673571
"AuthTokenStatus":{"shape":"AuthTokenUpdateStatus"},
3568-
"LogDeliveryConfigurations":{"shape":"PendingLogDeliveryConfigurationList"}
3572+
"LogDeliveryConfigurations":{"shape":"PendingLogDeliveryConfigurationList"},
3573+
"TransitEncryptionEnabled":{"shape":"BooleanOptional"},
3574+
"TransitEncryptionMode":{"shape":"TransitEncryptionMode"}
35693575
}
35703576
},
35713577
"PreferredAvailabilityZoneList":{
@@ -3736,7 +3742,8 @@
37363742
"DataTiering":{"shape":"DataTieringStatus"},
37373743
"AutoMinorVersionUpgrade":{"shape":"Boolean"},
37383744
"NetworkType":{"shape":"NetworkType"},
3739-
"IpDiscovery":{"shape":"IpDiscovery"}
3745+
"IpDiscovery":{"shape":"IpDiscovery"},
3746+
"TransitEncryptionMode":{"shape":"TransitEncryptionMode"}
37403747
},
37413748
"wrapper":true
37423749
},
@@ -3818,7 +3825,9 @@
38183825
"Resharding":{"shape":"ReshardingStatus"},
38193826
"AuthTokenStatus":{"shape":"AuthTokenUpdateStatus"},
38203827
"UserGroups":{"shape":"UserGroupsUpdateStatus"},
3821-
"LogDeliveryConfigurations":{"shape":"PendingLogDeliveryConfigurationList"}
3828+
"LogDeliveryConfigurations":{"shape":"PendingLogDeliveryConfigurationList"},
3829+
"TransitEncryptionEnabled":{"shape":"BooleanOptional"},
3830+
"TransitEncryptionMode":{"shape":"TransitEncryptionMode"}
38223831
}
38233832
},
38243833
"ReservedCacheNode":{
@@ -4336,6 +4345,13 @@
43364345
"EndTime":{"shape":"TStamp"}
43374346
}
43384347
},
4348+
"TransitEncryptionMode":{
4349+
"type":"string",
4350+
"enum":[
4351+
"preferred",
4352+
"required"
4353+
]
4354+
},
43394355
"UGReplicationGroupIdList":{
43404356
"type":"list",
43414357
"member":{"shape":"String"}

models/apis/elasticache/2015-02-02/docs-2.json

+23-9
Large diffs are not rendered by default.

models/apis/elasticache/2015-02-02/endpoint-rule-set-1.json

+1-10
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"parameters": {
44
"Region": {
55
"builtIn": "AWS::Region",
6-
"required": false,
6+
"required": true,
77
"documentation": "The AWS region used to dispatch the request.",
88
"type": "String"
99
},
@@ -52,15 +52,6 @@
5252
"ref": "Endpoint"
5353
}
5454
]
55-
},
56-
{
57-
"fn": "parseURL",
58-
"argv": [
59-
{
60-
"ref": "Endpoint"
61-
}
62-
],
63-
"assign": "url"
6455
}
6556
],
6657
"type": "tree",

0 commit comments

Comments
 (0)