Skip to content

Commit

Permalink
Release v1.44.261 (2023-05-10) (#4836)
Browse files Browse the repository at this point in the history
Release v1.44.261 (2023-05-10)
===

### Service Client Updates
* `service/elasticmapreduce`: Updates service API and documentation
  * EMR Studio now supports programmatically executing a Notebooks on an EMR on EKS cluster.  In addition, notebooks can now be executed by specifying its location in S3.
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * Amazon Relational Database Service (RDS) updates for the new Aurora I/O-Optimized storage type for Amazon Aurora DB clusters
* `service/swf`: Updates service API and documentation
  * This release adds a new API parameter to exclude old history events from decision tasks.

### SDK Bugs

* `service/sms`: Remove deprecated services (SMS) integration tests.
  * SMS integration tests will fail because SMS deprecated their service.
  • Loading branch information
aws-sdk-go-automation committed May 10, 2023
1 parent 225097c commit c741f77
Show file tree
Hide file tree
Showing 18 changed files with 1,720 additions and 1,010 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Release v1.44.261 (2023-05-10)
===

### Service Client Updates
* `service/elasticmapreduce`: Updates service API and documentation
* EMR Studio now supports programmatically executing a Notebooks on an EMR on EKS cluster. In addition, notebooks can now be executed by specifying its location in S3.
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* Amazon Relational Database Service (RDS) updates for the new Aurora I/O-Optimized storage type for Amazon Aurora DB clusters
* `service/swf`: Updates service API and documentation
* This release adds a new API parameter to exclude old history events from decision tasks.

### SDK Bugs

* `service/sms`: Remove deprecated services (SMS) integration tests.
* SMS integration tests will fail because SMS deprecated their service.

Release v1.44.260 (2023-05-09)
===

Expand Down
3 changes: 0 additions & 3 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@
### SDK Enhancements

### SDK Bugs

* `service/sms`: Remove deprecated services (SMS) integration tests.
* SMS integration tests will fail because SMS deprecated their service.
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.44.260"
const SDKVersion = "1.44.261"
73 changes: 66 additions & 7 deletions models/apis/elasticmapreduce/2009-03-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1370,6 +1370,11 @@
"AdditionalSlaveSecurityGroups":{"shape":"StringList"}
}
},
"EnvironmentVariablesMap":{
"type":"map",
"key":{"shape":"XmlStringMaxLen256"},
"value":{"shape":"XmlString"}
},
"ErrorCode":{
"type":"string",
"max":256,
Expand Down Expand Up @@ -1398,7 +1403,8 @@
"members":{
"Id":{"shape":"XmlStringMaxLen256"},
"Type":{"shape":"ExecutionEngineType"},
"MasterInstanceSecurityGroupId":{"shape":"XmlStringMaxLen256"}
"MasterInstanceSecurityGroupId":{"shape":"XmlStringMaxLen256"},
"ExecutionRoleArn":{"shape":"IAMRoleArn"}
}
},
"ExecutionEngineType":{
Expand Down Expand Up @@ -1511,6 +1517,12 @@
"Args":{"shape":"StringList"}
}
},
"IAMRoleArn":{
"type":"string",
"max":2048,
"min":20,
"pattern":"^arn:(aws[a-zA-Z0-9-]*):iam::(\\d{12})?:(role((\\u002F)|(\\u002F[\\u0021-\\u007F]+\\u002F))[\\w+=,.@-]+)$"
},
"IdentityType":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -2172,7 +2184,8 @@
"Status":{"shape":"NotebookExecutionStatus"},
"From":{"shape":"Date"},
"To":{"shape":"Date"},
"Marker":{"shape":"Marker"}
"Marker":{"shape":"Marker"},
"ExecutionEngineId":{"shape":"XmlString"}
}
},
"ListNotebookExecutionsOutput":{
Expand Down Expand Up @@ -2341,7 +2354,11 @@
"OutputNotebookURI":{"shape":"XmlString"},
"LastStateChangeReason":{"shape":"XmlString"},
"NotebookInstanceSecurityGroupId":{"shape":"XmlStringMaxLen256"},
"Tags":{"shape":"TagList"}
"Tags":{"shape":"TagList"},
"NotebookS3Location":{"shape":"NotebookS3LocationForOutput"},
"OutputNotebookS3Location":{"shape":"OutputNotebookS3LocationForOutput"},
"OutputNotebookFormat":{"shape":"OutputNotebookFormat"},
"EnvironmentVariables":{"shape":"EnvironmentVariablesMap"}
}
},
"NotebookExecutionStatus":{
Expand All @@ -2367,13 +2384,29 @@
"NotebookExecutionName":{"shape":"XmlStringMaxLen256"},
"Status":{"shape":"NotebookExecutionStatus"},
"StartTime":{"shape":"Date"},
"EndTime":{"shape":"Date"}
"EndTime":{"shape":"Date"},
"NotebookS3Location":{"shape":"NotebookS3LocationForOutput"},
"ExecutionEngineId":{"shape":"XmlString"}
}
},
"NotebookExecutionSummaryList":{
"type":"list",
"member":{"shape":"NotebookExecutionSummary"}
},
"NotebookS3LocationForOutput":{
"type":"structure",
"members":{
"Bucket":{"shape":"XmlStringMaxLen256"},
"Key":{"shape":"UriString"}
}
},
"NotebookS3LocationFromInput":{
"type":"structure",
"members":{
"Bucket":{"shape":"XmlStringMaxLen256"},
"Key":{"shape":"UriString"}
}
},
"OSRelease":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2427,6 +2460,24 @@
"max":2048,
"min":0
},
"OutputNotebookFormat":{
"type":"string",
"enum":["HTML"]
},
"OutputNotebookS3LocationForOutput":{
"type":"structure",
"members":{
"Bucket":{"shape":"XmlStringMaxLen256"},
"Key":{"shape":"UriString"}
}
},
"OutputNotebookS3LocationFromInput":{
"type":"structure",
"members":{
"Bucket":{"shape":"XmlStringMaxLen256"},
"Key":{"shape":"UriString"}
}
},
"PlacementGroupConfig":{
"type":"structure",
"required":["InstanceRole"],
Expand Down Expand Up @@ -2842,8 +2893,6 @@
"StartNotebookExecutionInput":{
"type":"structure",
"required":[
"EditorId",
"RelativePath",
"ExecutionEngine",
"ServiceRole"
],
Expand All @@ -2855,7 +2904,11 @@
"ExecutionEngine":{"shape":"ExecutionEngineConfig"},
"ServiceRole":{"shape":"XmlString"},
"NotebookInstanceSecurityGroupId":{"shape":"XmlStringMaxLen256"},
"Tags":{"shape":"TagList"}
"Tags":{"shape":"TagList"},
"NotebookS3Location":{"shape":"NotebookS3LocationFromInput"},
"OutputNotebookS3Location":{"shape":"OutputNotebookS3LocationFromInput"},
"OutputNotebookFormat":{"shape":"OutputNotebookFormat"},
"EnvironmentVariables":{"shape":"EnvironmentVariablesMap"}
}
},
"StartNotebookExecutionOutput":{
Expand Down Expand Up @@ -3162,6 +3215,12 @@
"SessionPolicyArn":{"shape":"XmlStringMaxLen256"}
}
},
"UriString":{
"type":"string",
"max":10280,
"min":1,
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\r\\n\\t]*"
},
"UsernamePassword":{
"type":"structure",
"members":{
Expand Down
Loading

0 comments on commit c741f77

Please sign in to comment.