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.47.8 #5063

Merged
merged 1 commit into from
Nov 9, 2023
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Release v1.47.8 (2023-11-09)
===

### Service Client Updates
* `service/cloudformation`: Updates service API and documentation
* Added new ConcurrencyMode feature for AWS CloudFormation StackSets for faster deployments to target accounts.
* `service/cloudtrail`: Updates service API and documentation
* The Insights in Lake feature lets customers enable CloudTrail Insights on a source CloudTrail Lake event data store and create a destination event data store to collect Insights events based on unusual management event activity in the source event data store.
* `service/comprehend`: Updates service API and documentation
* `service/connect`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
* AWS EBS now supports Block Public Access for EBS Snapshots. This release introduces the EnableSnapshotBlockPublicAccess, DisableSnapshotBlockPublicAccess and GetSnapshotBlockPublicAccessState APIs to manage account-level public access settings for EBS Snapshots in an AWS Region.
* `service/eks`: Updates service API and documentation
* `service/lambda`: Updates service API
* Add Custom runtime on Amazon Linux 2023 (provided.al2023) support to AWS Lambda.
* `service/logs`: Updates service API, documentation, and paginators
* Update to support new APIs for delivery of logs from AWS services.
* `service/omics`: Updates service API and documentation

Release v1.47.7 (2023-11-09)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.47.7"
const SDKVersion = "1.47.8"
10 changes: 9 additions & 1 deletion models/apis/cloudformation/2010-05-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1409,6 +1409,13 @@
"max":128,
"min":1
},
"ConcurrencyMode":{
"type":"string",
"enum":[
"STRICT_FAILURE_TOLERANCE",
"SOFT_FAILURE_TOLERANCE"
]
},
"ConfigurationSchema":{
"type":"string",
"max":60000,
Expand Down Expand Up @@ -3929,7 +3936,8 @@
"FailureToleranceCount":{"shape":"FailureToleranceCount"},
"FailureTolerancePercentage":{"shape":"FailureTolerancePercentage"},
"MaxConcurrentCount":{"shape":"MaxConcurrentCount"},
"MaxConcurrentPercentage":{"shape":"MaxConcurrentPercentage"}
"MaxConcurrentPercentage":{"shape":"MaxConcurrentPercentage"},
"ConcurrencyMode":{"shape":"ConcurrencyMode"}
}
},
"StackSetOperationResultStatus":{
Expand Down
24 changes: 15 additions & 9 deletions models/apis/cloudformation/2010-05-15/docs-2.json

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions models/apis/cloudformation/2010-05-15/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -83,7 +82,8 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -96,7 +96,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -110,7 +109,6 @@
"assign": "PartitionResult"
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -133,7 +131,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -168,7 +165,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -179,14 +175,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -200,14 +198,12 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
Expand All @@ -216,18 +212,17 @@
},
"supportsFIPS"
]
}
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "stringEquals",
"argv": [
"aws-us-gov",
{
"fn": "getAttr",
"argv": [
Expand All @@ -236,7 +231,8 @@
},
"name"
]
}
},
"aws-us-gov"
]
}
],
Expand All @@ -256,14 +252,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -277,7 +275,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -297,7 +294,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -308,14 +304,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand All @@ -326,9 +324,11 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand Down
11 changes: 11 additions & 0 deletions models/apis/cloudformation/2010-05-15/endpoint-tests-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,17 @@
"expect": {
"error": "Invalid Configuration: Missing Region"
}
},
{
"documentation": "Partition doesn't support DualStack",
"expect": {
"error": "DualStack is enabled but this partition does not support DualStack"
},
"params": {
"Region": "us-isob-east-1",
"UseFIPS": false,
"UseDualStack": true
}
}
],
"version": "1.0"
Expand Down
26 changes: 17 additions & 9 deletions models/apis/cloudtrail/2013-11-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,8 @@
"input":{"shape":"GetInsightSelectorsRequest"},
"output":{"shape":"GetInsightSelectorsResponse"},
"errors":[
{"shape":"InvalidParameterException"},
{"shape":"InvalidParameterCombinationException"},
{"shape":"TrailNotFoundException"},
{"shape":"InvalidTrailNameException"},
{"shape":"CloudTrailARNInvalidException"},
Expand Down Expand Up @@ -651,6 +653,8 @@
"input":{"shape":"PutInsightSelectorsRequest"},
"output":{"shape":"PutInsightSelectorsResponse"},
"errors":[
{"shape":"InvalidParameterException"},
{"shape":"InvalidParameterCombinationException"},
{"shape":"TrailNotFoundException"},
{"shape":"InvalidTrailNameException"},
{"shape":"CloudTrailARNInvalidException"},
Expand Down Expand Up @@ -950,6 +954,7 @@
{"shape":"EventDataStoreARNInvalidException"},
{"shape":"EventDataStoreNotFoundException"},
{"shape":"InvalidEventSelectorsException"},
{"shape":"InvalidInsightSelectorsException"},
{"shape":"EventDataStoreHasOngoingImportException"},
{"shape":"InactiveEventDataStoreException"},
{"shape":"InvalidParameterException"},
Expand Down Expand Up @@ -1705,16 +1710,18 @@
},
"GetInsightSelectorsRequest":{
"type":"structure",
"required":["TrailName"],
"members":{
"TrailName":{"shape":"String"}
"TrailName":{"shape":"String"},
"EventDataStore":{"shape":"EventDataStoreArn"}
}
},
"GetInsightSelectorsResponse":{
"type":"structure",
"members":{
"TrailARN":{"shape":"String"},
"InsightSelectors":{"shape":"InsightSelectors"}
"InsightSelectors":{"shape":"InsightSelectors"},
"EventDataStoreArn":{"shape":"EventDataStoreArn"},
"InsightsDestination":{"shape":"EventDataStoreArn"}
}
},
"GetQueryResultsRequest":{
Expand Down Expand Up @@ -2430,20 +2437,21 @@
},
"PutInsightSelectorsRequest":{
"type":"structure",
"required":[
"TrailName",
"InsightSelectors"
],
"required":["InsightSelectors"],
"members":{
"TrailName":{"shape":"String"},
"InsightSelectors":{"shape":"InsightSelectors"}
"InsightSelectors":{"shape":"InsightSelectors"},
"EventDataStore":{"shape":"EventDataStoreArn"},
"InsightsDestination":{"shape":"EventDataStoreArn"}
}
},
"PutInsightSelectorsResponse":{
"type":"structure",
"members":{
"TrailARN":{"shape":"String"},
"InsightSelectors":{"shape":"InsightSelectors"}
"InsightSelectors":{"shape":"InsightSelectors"},
"EventDataStoreArn":{"shape":"EventDataStoreArn"},
"InsightsDestination":{"shape":"EventDataStoreArn"}
}
},
"PutResourcePolicyRequest":{
Expand Down
Loading