Skip to content

Commit 6d6fb86

Browse files
Release v1.47.4 (2023-11-06) (#5058)
Release v1.47.4 (2023-11-06) === ### Service Client Updates * `service/ce`: Updates service API and documentation * `service/codebuild`: Updates service API and documentation * AWS CodeBuild now supports AWS Lambda compute. * `service/connect`: Updates service API and documentation * `service/docdb`: Updates service API and documentation * Update the input of CreateDBInstance and ModifyDBInstance to support setting CA Certificates. Update the output of DescribeDBInstance and DescribeDBEngineVersions to show current and supported CA certificates. * `service/iam`: Adds new service * Add partitional endpoint for iso-e. * `service/mwaa`: Updates service API and documentation * `service/polly`: Updates service API * Amazon Polly adds new US English voices - Danielle and Gregory. Danielle and Gregory are available as Neural voices only. * `service/route53`: Adds new service * Add partitional endpoints for iso-e and iso-f.
1 parent 4ed8ea3 commit 6d6fb86

33 files changed

+2939
-563
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
Release v1.47.4 (2023-11-06)
2+
===
3+
4+
### Service Client Updates
5+
* `service/ce`: Updates service API and documentation
6+
* `service/codebuild`: Updates service API and documentation
7+
* AWS CodeBuild now supports AWS Lambda compute.
8+
* `service/connect`: Updates service API and documentation
9+
* `service/docdb`: Updates service API and documentation
10+
* Update the input of CreateDBInstance and ModifyDBInstance to support setting CA Certificates. Update the output of DescribeDBInstance and DescribeDBEngineVersions to show current and supported CA certificates.
11+
* `service/iam`: Adds new service
12+
* Add partitional endpoint for iso-e.
13+
* `service/mwaa`: Updates service API and documentation
14+
* `service/polly`: Updates service API
15+
* Amazon Polly adds new US English voices - Danielle and Gregory. Danielle and Gregory are available as Neural voices only.
16+
* `service/route53`: Adds new service
17+
* Add partitional endpoints for iso-e and iso-f.
18+
119
Release v1.47.3 (2023-11-03)
220
===
321

aws/endpoints/defaults.go

+27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.47.3"
8+
const SDKVersion = "1.47.4"

models/apis/ce/2017-10-25/api-2.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -1859,7 +1859,8 @@
18591859
"RDSInstanceDetails":{"shape":"RDSInstanceDetails"},
18601860
"RedshiftInstanceDetails":{"shape":"RedshiftInstanceDetails"},
18611861
"ElastiCacheInstanceDetails":{"shape":"ElastiCacheInstanceDetails"},
1862-
"ESInstanceDetails":{"shape":"ESInstanceDetails"}
1862+
"ESInstanceDetails":{"shape":"ESInstanceDetails"},
1863+
"MemoryDBInstanceDetails":{"shape":"MemoryDBInstanceDetails"}
18631864
}
18641865
},
18651866
"InvalidNextTokenException":{
@@ -1977,6 +1978,16 @@
19771978
"type":"integer",
19781979
"min":1
19791980
},
1981+
"MemoryDBInstanceDetails":{
1982+
"type":"structure",
1983+
"members":{
1984+
"Family":{"shape":"GenericString"},
1985+
"NodeType":{"shape":"GenericString"},
1986+
"Region":{"shape":"GenericString"},
1987+
"CurrentGeneration":{"shape":"GenericBoolean"},
1988+
"SizeFlexEligible":{"shape":"GenericBoolean"}
1989+
}
1990+
},
19801991
"Metric":{
19811992
"type":"string",
19821993
"enum":[

models/apis/ce/2017-10-25/docs-2.json

+23-12
Original file line numberDiff line numberDiff line change
@@ -607,9 +607,9 @@
607607
}
608608
},
609609
"EC2InstanceDetails": {
610-
"base": "<p>Details about the Amazon EC2 instances that Amazon Web Services recommends that you purchase.</p>",
610+
"base": "<p>Details about the Amazon EC2 reservations that Amazon Web Services recommends that you purchase.</p>",
611611
"refs": {
612-
"InstanceDetails$EC2InstanceDetails": "<p>The Amazon EC2 instances that Amazon Web Services recommends that you purchase.</p>"
612+
"InstanceDetails$EC2InstanceDetails": "<p>The Amazon EC2 reservations that Amazon Web Services recommends that you purchase.</p>"
613613
}
614614
},
615615
"EC2ResourceDetails": {
@@ -631,15 +631,15 @@
631631
}
632632
},
633633
"ESInstanceDetails": {
634-
"base": "<p>Details about the Amazon OpenSearch Service instances that Amazon Web Services recommends that you purchase.</p>",
634+
"base": "<p>Details about the Amazon OpenSearch Service reservations that Amazon Web Services recommends that you purchase.</p>",
635635
"refs": {
636-
"InstanceDetails$ESInstanceDetails": "<p>The Amazon OpenSearch Service instances that Amazon Web Services recommends that you purchase.</p>"
636+
"InstanceDetails$ESInstanceDetails": "<p>The Amazon OpenSearch Service reservations that Amazon Web Services recommends that you purchase.</p>"
637637
}
638638
},
639639
"ElastiCacheInstanceDetails": {
640-
"base": "<p>Details about the Amazon ElastiCache instances that Amazon Web Services recommends that you purchase.</p>",
640+
"base": "<p>Details about the Amazon ElastiCache reservations that Amazon Web Services recommends that you purchase.</p>",
641641
"refs": {
642-
"InstanceDetails$ElastiCacheInstanceDetails": "<p>The ElastiCache instances that Amazon Web Services recommends that you purchase.</p>"
642+
"InstanceDetails$ElastiCacheInstanceDetails": "<p>The ElastiCache reservations that Amazon Web Services recommends that you purchase.</p>"
643643
}
644644
},
645645
"Entity": {
@@ -763,6 +763,8 @@
763763
"ESInstanceDetails$SizeFlexEligible": "<p>Determines whether the recommended reservation is size flexible.</p>",
764764
"ElastiCacheInstanceDetails$CurrentGeneration": "<p>Determines whether the recommendation is for a current generation instance.</p>",
765765
"ElastiCacheInstanceDetails$SizeFlexEligible": "<p>Determines whether the recommended reservation is size flexible.</p>",
766+
"MemoryDBInstanceDetails$CurrentGeneration": "<p>Determines whether the recommendation is for a current generation instance.</p>",
767+
"MemoryDBInstanceDetails$SizeFlexEligible": "<p>Determines whether the recommended reservation is size flexible.</p>",
766768
"RDSInstanceDetails$CurrentGeneration": "<p>Determines whether the recommendation is for a current-generation instance. </p>",
767769
"RDSInstanceDetails$SizeFlexEligible": "<p>Determines whether the recommended reservation is size flexible.</p>",
768770
"RedshiftInstanceDetails$CurrentGeneration": "<p>Determines whether the recommendation is for a current-generation instance.</p>",
@@ -850,6 +852,9 @@
850852
"GetReservationPurchaseRecommendationRequest$AccountId": "<p>The account ID that's associated with the recommendation. </p>",
851853
"GetReservationPurchaseRecommendationRequest$Service": "<p>The specific service that you want recommendations for.</p>",
852854
"GetRightsizingRecommendationRequest$Service": "<p>The specific service that you want recommendations for. The only valid value for <code>GetRightsizingRecommendation</code> is \"<code>AmazonEC2</code>\".</p>",
855+
"MemoryDBInstanceDetails$Family": "<p>The instance family of the recommended reservation.</p>",
856+
"MemoryDBInstanceDetails$NodeType": "<p>The node type of the recommended reservation.</p>",
857+
"MemoryDBInstanceDetails$Region": "<p>The Amazon Web Services Region of the recommended reservation.</p>",
853858
"NetworkResourceUtilization$NetworkInBytesPerSecond": "<p>The network inbound throughput utilization measured in Bytes per second (Bps). </p>",
854859
"NetworkResourceUtilization$NetworkOutBytesPerSecond": "<p>The network outbound throughput utilization measured in Bytes per second (Bps). </p>",
855860
"NetworkResourceUtilization$NetworkPacketsInPerSecond": "<p>The network inbound packets that are measured in packets per second. </p>",
@@ -1238,9 +1243,9 @@
12381243
}
12391244
},
12401245
"InstanceDetails": {
1241-
"base": "<p>Details about the instances that Amazon Web Services recommends that you purchase.</p>",
1246+
"base": "<p>Details about the reservations that Amazon Web Services recommends that you purchase.</p>",
12421247
"refs": {
1243-
"ReservationPurchaseRecommendationDetail$InstanceDetails": "<p>Details about the instances that Amazon Web Services recommends that you purchase.</p>"
1248+
"ReservationPurchaseRecommendationDetail$InstanceDetails": "<p>Details about the reservations that Amazon Web Services recommends that you purchase.</p>"
12441249
}
12451250
},
12461251
"InvalidNextTokenException": {
@@ -1342,6 +1347,12 @@
13421347
"GetTagsRequest$MaxResults": "<p>This field is only used when SortBy is provided in the request. The maximum number of objects that are returned for this request. If MaxResults isn't specified with SortBy, the request returns 1000 results as the default value for this parameter.</p> <p>For <code>GetTags</code>, MaxResults has an upper quota of 1000.</p>"
13431348
}
13441349
},
1350+
"MemoryDBInstanceDetails": {
1351+
"base": "<p>Details about the MemoryDB reservations that Amazon Web Services recommends that you purchase.</p>",
1352+
"refs": {
1353+
"InstanceDetails$MemoryDBInstanceDetails": "<p>The MemoryDB reservations that Amazon Web Services recommends that you purchase.</p>"
1354+
}
1355+
},
13451356
"Metric": {
13461357
"base": null,
13471358
"refs": {
@@ -1599,9 +1610,9 @@
15991610
}
16001611
},
16011612
"RDSInstanceDetails": {
1602-
"base": "<p>Details about the Amazon RDS instances that Amazon Web Services recommends that you purchase.</p>",
1613+
"base": "<p>Details about the Amazon RDS reservations that Amazon Web Services recommends that you purchase.</p>",
16031614
"refs": {
1604-
"InstanceDetails$RDSInstanceDetails": "<p>The Amazon RDS instances that Amazon Web Services recommends that you purchase.</p>"
1615+
"InstanceDetails$RDSInstanceDetails": "<p>The Amazon RDS reservations that Amazon Web Services recommends that you purchase.</p>"
16051616
}
16061617
},
16071618
"RICostForUnusedHours": {
@@ -1657,9 +1668,9 @@
16571668
}
16581669
},
16591670
"RedshiftInstanceDetails": {
1660-
"base": "<p>Details about the Amazon Redshift instances that Amazon Web Services recommends that you purchase.</p>",
1671+
"base": "<p>Details about the Amazon Redshift reservations that Amazon Web Services recommends that you purchase.</p>",
16611672
"refs": {
1662-
"InstanceDetails$RedshiftInstanceDetails": "<p>The Amazon Redshift instances that Amazon Web Services recommends that you purchase.</p>"
1673+
"InstanceDetails$RedshiftInstanceDetails": "<p>The Amazon Redshift reservations that Amazon Web Services recommends that you purchase.</p>"
16631674
}
16641675
},
16651676
"RequestChangedException": {

models/apis/ce/2017-10-25/endpoint-rule-set-1.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
]
4141
}
4242
],
43-
"type": "tree",
4443
"rules": [
4544
{
4645
"conditions": [
@@ -83,7 +82,8 @@
8382
},
8483
"type": "endpoint"
8584
}
86-
]
85+
],
86+
"type": "tree"
8787
},
8888
{
8989
"conditions": [
@@ -96,7 +96,6 @@
9696
]
9797
}
9898
],
99-
"type": "tree",
10099
"rules": [
101100
{
102101
"conditions": [
@@ -110,7 +109,6 @@
110109
"assign": "PartitionResult"
111110
}
112111
],
113-
"type": "tree",
114112
"rules": [
115113
{
116114
"conditions": [
@@ -235,7 +233,6 @@
235233
]
236234
}
237235
],
238-
"type": "tree",
239236
"rules": [
240237
{
241238
"conditions": [
@@ -270,7 +267,6 @@
270267
]
271268
}
272269
],
273-
"type": "tree",
274270
"rules": [
275271
{
276272
"conditions": [],
@@ -281,14 +277,16 @@
281277
},
282278
"type": "endpoint"
283279
}
284-
]
280+
],
281+
"type": "tree"
285282
},
286283
{
287284
"conditions": [],
288285
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
289286
"type": "error"
290287
}
291-
]
288+
],
289+
"type": "tree"
292290
},
293291
{
294292
"conditions": [
@@ -302,14 +300,12 @@
302300
]
303301
}
304302
],
305-
"type": "tree",
306303
"rules": [
307304
{
308305
"conditions": [
309306
{
310307
"fn": "booleanEquals",
311308
"argv": [
312-
true,
313309
{
314310
"fn": "getAttr",
315311
"argv": [
@@ -318,11 +314,11 @@
318314
},
319315
"supportsFIPS"
320316
]
321-
}
317+
},
318+
true
322319
]
323320
}
324321
],
325-
"type": "tree",
326322
"rules": [
327323
{
328324
"conditions": [],
@@ -333,14 +329,16 @@
333329
},
334330
"type": "endpoint"
335331
}
336-
]
332+
],
333+
"type": "tree"
337334
},
338335
{
339336
"conditions": [],
340337
"error": "FIPS is enabled but this partition does not support FIPS",
341338
"type": "error"
342339
}
343-
]
340+
],
341+
"type": "tree"
344342
},
345343
{
346344
"conditions": [
@@ -354,7 +352,6 @@
354352
]
355353
}
356354
],
357-
"type": "tree",
358355
"rules": [
359356
{
360357
"conditions": [
@@ -374,7 +371,6 @@
374371
]
375372
}
376373
],
377-
"type": "tree",
378374
"rules": [
379375
{
380376
"conditions": [],
@@ -385,14 +381,16 @@
385381
},
386382
"type": "endpoint"
387383
}
388-
]
384+
],
385+
"type": "tree"
389386
},
390387
{
391388
"conditions": [],
392389
"error": "DualStack is enabled but this partition does not support DualStack",
393390
"type": "error"
394391
}
395-
]
392+
],
393+
"type": "tree"
396394
},
397395
{
398396
"conditions": [],
@@ -403,9 +401,11 @@
403401
},
404402
"type": "endpoint"
405403
}
406-
]
404+
],
405+
"type": "tree"
407406
}
408-
]
407+
],
408+
"type": "tree"
409409
},
410410
{
411411
"conditions": [],

0 commit comments

Comments
 (0)