Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit f9eb254

Browse files
Release v1.44.278 (2023-06-07) (#4876)
Release v1.44.278 (2023-06-07) === ### Service Client Updates * `service/cloudformation`: Updates service API and documentation * AWS CloudFormation StackSets is updating the deployment experience for all stackset operations to skip suspended AWS accounts during deployments. StackSets will skip target AWS accounts that are suspended and set the Detailed Status of the corresponding stack instances as SKIPPED_SUSPENDED_ACCOUNT * `service/customer-profiles`: Updates service API, documentation, and paginators * `service/directconnect`: Updates service documentation * This update corrects the jumbo frames mtu values from 9100 to 8500 for transit virtual interfaces. * `service/emr-containers`: Updates service API and documentation * `service/iotdeviceadvisor`: Updates service API and documentation * `service/logs`: Updates service API and documentation * This change adds support for account level data protection policies using 3 new APIs, PutAccountPolicy, DeleteAccountPolicy and DescribeAccountPolicy. DescribeLogGroup API has been modified to indicate if account level policy is applied to the LogGroup via "inheritedProperties" list in the response.
1 parent 12004a7 commit f9eb254

File tree

24 files changed

+3346
-1718
lines changed

24 files changed

+3346
-1718
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Release v1.44.278 (2023-06-07)
2+
===
3+
4+
### Service Client Updates
5+
* `service/cloudformation`: Updates service API and documentation
6+
* AWS CloudFormation StackSets is updating the deployment experience for all stackset operations to skip suspended AWS accounts during deployments. StackSets will skip target AWS accounts that are suspended and set the Detailed Status of the corresponding stack instances as SKIPPED_SUSPENDED_ACCOUNT
7+
* `service/customer-profiles`: Updates service API, documentation, and paginators
8+
* `service/directconnect`: Updates service documentation
9+
* This update corrects the jumbo frames mtu values from 9100 to 8500 for transit virtual interfaces.
10+
* `service/emr-containers`: Updates service API and documentation
11+
* `service/iotdeviceadvisor`: Updates service API and documentation
12+
* `service/logs`: Updates service API and documentation
13+
* This change adds support for account level data protection policies using 3 new APIs, PutAccountPolicy, DeleteAccountPolicy and DescribeAccountPolicy. DescribeLogGroup API has been modified to indicate if account level policy is applied to the LogGroup via "inheritedProperties" list in the response.
14+
115
Release v1.44.277 (2023-06-06)
216
===
317

aws/version.go

Lines changed: 1 addition & 1 deletion
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.277"
8+
const SDKVersion = "1.44.278"

models/apis/cloudformation/2010-05-15/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3490,7 +3490,8 @@
34903490
"SUCCEEDED",
34913491
"FAILED",
34923492
"CANCELLED",
3493-
"INOPERABLE"
3493+
"INOPERABLE",
3494+
"SKIPPED_SUSPENDED_ACCOUNT"
34943495
]
34953496
},
34963497
"StackInstanceFilter":{

models/apis/cloudformation/2010-05-15/docs-2.json

Lines changed: 18 additions & 18 deletions
Large diffs are not rendered by default.

models/apis/customer-profiles/2020-08-15/api-2.json

Lines changed: 246 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,22 @@
6161
{"shape":"InternalServerException"}
6262
]
6363
},
64+
"CreateEventStream":{
65+
"name":"CreateEventStream",
66+
"http":{
67+
"method":"POST",
68+
"requestUri":"/domains/{DomainName}/event-streams/{EventStreamName}"
69+
},
70+
"input":{"shape":"CreateEventStreamRequest"},
71+
"output":{"shape":"CreateEventStreamResponse"},
72+
"errors":[
73+
{"shape":"BadRequestException"},
74+
{"shape":"ResourceNotFoundException"},
75+
{"shape":"AccessDeniedException"},
76+
{"shape":"ThrottlingException"},
77+
{"shape":"InternalServerException"}
78+
]
79+
},
6480
"CreateIntegrationWorkflow":{
6581
"name":"CreateIntegrationWorkflow",
6682
"http":{
@@ -125,6 +141,23 @@
125141
{"shape":"InternalServerException"}
126142
]
127143
},
144+
"DeleteEventStream":{
145+
"name":"DeleteEventStream",
146+
"http":{
147+
"method":"DELETE",
148+
"requestUri":"/domains/{DomainName}/event-streams/{EventStreamName}"
149+
},
150+
"input":{"shape":"DeleteEventStreamRequest"},
151+
"output":{"shape":"DeleteEventStreamResponse"},
152+
"errors":[
153+
{"shape":"BadRequestException"},
154+
{"shape":"ResourceNotFoundException"},
155+
{"shape":"AccessDeniedException"},
156+
{"shape":"ThrottlingException"},
157+
{"shape":"InternalServerException"}
158+
],
159+
"idempotent":true
160+
},
128161
"DeleteIntegration":{
129162
"name":"DeleteIntegration",
130163
"http":{
@@ -285,6 +318,22 @@
285318
{"shape":"InternalServerException"}
286319
]
287320
},
321+
"GetEventStream":{
322+
"name":"GetEventStream",
323+
"http":{
324+
"method":"GET",
325+
"requestUri":"/domains/{DomainName}/event-streams/{EventStreamName}"
326+
},
327+
"input":{"shape":"GetEventStreamRequest"},
328+
"output":{"shape":"GetEventStreamResponse"},
329+
"errors":[
330+
{"shape":"BadRequestException"},
331+
{"shape":"ResourceNotFoundException"},
332+
{"shape":"AccessDeniedException"},
333+
{"shape":"ThrottlingException"},
334+
{"shape":"InternalServerException"}
335+
]
336+
},
288337
"GetIdentityResolutionJob":{
289338
"name":"GetIdentityResolutionJob",
290339
"http":{
@@ -461,6 +510,22 @@
461510
{"shape":"InternalServerException"}
462511
]
463512
},
513+
"ListEventStreams":{
514+
"name":"ListEventStreams",
515+
"http":{
516+
"method":"GET",
517+
"requestUri":"/domains/{DomainName}/event-streams"
518+
},
519+
"input":{"shape":"ListEventStreamsRequest"},
520+
"output":{"shape":"ListEventStreamsResponse"},
521+
"errors":[
522+
{"shape":"BadRequestException"},
523+
{"shape":"ResourceNotFoundException"},
524+
{"shape":"AccessDeniedException"},
525+
{"shape":"ThrottlingException"},
526+
{"shape":"InternalServerException"}
527+
]
528+
},
464529
"ListIdentityResolutionJobs":{
465530
"name":"ListIdentityResolutionJobs",
466531
"http":{
@@ -1060,6 +1125,36 @@
10601125
"Tags":{"shape":"TagMap"}
10611126
}
10621127
},
1128+
"CreateEventStreamRequest":{
1129+
"type":"structure",
1130+
"required":[
1131+
"DomainName",
1132+
"Uri",
1133+
"EventStreamName"
1134+
],
1135+
"members":{
1136+
"DomainName":{
1137+
"shape":"name",
1138+
"location":"uri",
1139+
"locationName":"DomainName"
1140+
},
1141+
"Uri":{"shape":"string1To255"},
1142+
"EventStreamName":{
1143+
"shape":"name",
1144+
"location":"uri",
1145+
"locationName":"EventStreamName"
1146+
},
1147+
"Tags":{"shape":"TagMap"}
1148+
}
1149+
},
1150+
"CreateEventStreamResponse":{
1151+
"type":"structure",
1152+
"required":["EventStreamArn"],
1153+
"members":{
1154+
"EventStreamArn":{"shape":"string1To255"},
1155+
"Tags":{"shape":"TagMap"}
1156+
}
1157+
},
10631158
"CreateIntegrationWorkflowRequest":{
10641159
"type":"structure",
10651160
"required":[
@@ -1189,6 +1284,30 @@
11891284
"Message":{"shape":"message"}
11901285
}
11911286
},
1287+
"DeleteEventStreamRequest":{
1288+
"type":"structure",
1289+
"required":[
1290+
"DomainName",
1291+
"EventStreamName"
1292+
],
1293+
"members":{
1294+
"DomainName":{
1295+
"shape":"name",
1296+
"location":"uri",
1297+
"locationName":"DomainName"
1298+
},
1299+
"EventStreamName":{
1300+
"shape":"name",
1301+
"location":"uri",
1302+
"locationName":"EventStreamName"
1303+
}
1304+
}
1305+
},
1306+
"DeleteEventStreamResponse":{
1307+
"type":"structure",
1308+
"members":{
1309+
}
1310+
},
11921311
"DeleteIntegrationRequest":{
11931312
"type":"structure",
11941313
"required":[
@@ -1337,6 +1456,18 @@
13371456
"max":256,
13381457
"pattern":".*"
13391458
},
1459+
"DestinationSummary":{
1460+
"type":"structure",
1461+
"required":[
1462+
"Uri",
1463+
"Status"
1464+
],
1465+
"members":{
1466+
"Uri":{"shape":"string1To255"},
1467+
"Status":{"shape":"EventStreamDestinationStatus"},
1468+
"UnhealthySince":{"shape":"timestamp"}
1469+
}
1470+
},
13401471
"DomainList":{
13411472
"type":"list",
13421473
"member":{"shape":"ListDomainItem"}
@@ -1356,6 +1487,55 @@
13561487
"max":1.0,
13571488
"min":0.0
13581489
},
1490+
"EventStreamDestinationDetails":{
1491+
"type":"structure",
1492+
"required":[
1493+
"Uri",
1494+
"Status"
1495+
],
1496+
"members":{
1497+
"Uri":{"shape":"string1To255"},
1498+
"Status":{"shape":"EventStreamDestinationStatus"},
1499+
"UnhealthySince":{"shape":"timestamp"},
1500+
"Message":{"shape":"string1To1000"}
1501+
}
1502+
},
1503+
"EventStreamDestinationStatus":{
1504+
"type":"string",
1505+
"enum":[
1506+
"HEALTHY",
1507+
"UNHEALTHY"
1508+
]
1509+
},
1510+
"EventStreamState":{
1511+
"type":"string",
1512+
"enum":[
1513+
"RUNNING",
1514+
"STOPPED"
1515+
]
1516+
},
1517+
"EventStreamSummary":{
1518+
"type":"structure",
1519+
"required":[
1520+
"DomainName",
1521+
"EventStreamName",
1522+
"EventStreamArn",
1523+
"State"
1524+
],
1525+
"members":{
1526+
"DomainName":{"shape":"name"},
1527+
"EventStreamName":{"shape":"name"},
1528+
"EventStreamArn":{"shape":"string1To255"},
1529+
"State":{"shape":"EventStreamState"},
1530+
"StoppedSince":{"shape":"timestamp"},
1531+
"DestinationSummary":{"shape":"DestinationSummary"},
1532+
"Tags":{"shape":"TagMap"}
1533+
}
1534+
},
1535+
"EventStreamSummaryList":{
1536+
"type":"list",
1537+
"member":{"shape":"EventStreamSummary"}
1538+
},
13591539
"ExportingConfig":{
13601540
"type":"structure",
13611541
"members":{
@@ -1582,6 +1762,44 @@
15821762
"Tags":{"shape":"TagMap"}
15831763
}
15841764
},
1765+
"GetEventStreamRequest":{
1766+
"type":"structure",
1767+
"required":[
1768+
"DomainName",
1769+
"EventStreamName"
1770+
],
1771+
"members":{
1772+
"DomainName":{
1773+
"shape":"name",
1774+
"location":"uri",
1775+
"locationName":"DomainName"
1776+
},
1777+
"EventStreamName":{
1778+
"shape":"name",
1779+
"location":"uri",
1780+
"locationName":"EventStreamName"
1781+
}
1782+
}
1783+
},
1784+
"GetEventStreamResponse":{
1785+
"type":"structure",
1786+
"required":[
1787+
"DomainName",
1788+
"EventStreamArn",
1789+
"CreatedAt",
1790+
"State",
1791+
"DestinationDetails"
1792+
],
1793+
"members":{
1794+
"DomainName":{"shape":"name"},
1795+
"EventStreamArn":{"shape":"string1To255"},
1796+
"CreatedAt":{"shape":"timestamp"},
1797+
"State":{"shape":"EventStreamState"},
1798+
"StoppedSince":{"shape":"timestamp"},
1799+
"DestinationDetails":{"shape":"EventStreamDestinationDetails"},
1800+
"Tags":{"shape":"TagMap"}
1801+
}
1802+
},
15851803
"GetIdentityResolutionJobRequest":{
15861804
"type":"structure",
15871805
"required":[
@@ -2066,6 +2284,34 @@
20662284
"NextToken":{"shape":"token"}
20672285
}
20682286
},
2287+
"ListEventStreamsRequest":{
2288+
"type":"structure",
2289+
"required":["DomainName"],
2290+
"members":{
2291+
"DomainName":{
2292+
"shape":"name",
2293+
"location":"uri",
2294+
"locationName":"DomainName"
2295+
},
2296+
"NextToken":{
2297+
"shape":"token",
2298+
"location":"querystring",
2299+
"locationName":"next-token"
2300+
},
2301+
"MaxResults":{
2302+
"shape":"maxSize100",
2303+
"location":"querystring",
2304+
"locationName":"max-results"
2305+
}
2306+
}
2307+
},
2308+
"ListEventStreamsResponse":{
2309+
"type":"structure",
2310+
"members":{
2311+
"Items":{"shape":"EventStreamSummaryList"},
2312+
"NextToken":{"shape":"token"}
2313+
}
2314+
},
20692315
"ListIdentityResolutionJobsRequest":{
20702316
"type":"structure",
20712317
"required":["DomainName"],

0 commit comments

Comments
 (0)