Skip to content

Commit

Permalink
Release v1.44.272 (2023-05-30) (#4863)
Browse files Browse the repository at this point in the history
Release v1.44.272 (2023-05-30)
===

### Service Client Updates
* `service/chime-sdk-voice`: Updates service API and documentation
* `service/glue`: Updates service API and documentation
  * Added Runtime parameter to allow selection of Ray Runtime
* `service/groundstation`: Updates service documentation
* `service/iotfleetwise`: Updates service API and documentation
* `service/location`: Updates service API and documentation
* `service/memorydb`: Updates service API
* `service/personalize`: Updates service API and documentation
* `service/polly`: Updates service API
  * Amazon Polly adds 2 new voices - Sofie (da-DK) and Niamh (en-IE)
* `service/securityhub`: Updates service API, documentation, and examples
* `service/securitylake`: Updates service API, documentation, and paginators
* `service/wafv2`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed May 30, 2023
1 parent 0131d37 commit ac82555
Show file tree
Hide file tree
Showing 50 changed files with 10,211 additions and 7,413 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Release v1.44.272 (2023-05-30)
===

### Service Client Updates
* `service/chime-sdk-voice`: Updates service API and documentation
* `service/glue`: Updates service API and documentation
* Added Runtime parameter to allow selection of Ray Runtime
* `service/groundstation`: Updates service documentation
* `service/iotfleetwise`: Updates service API and documentation
* `service/location`: Updates service API and documentation
* `service/memorydb`: Updates service API
* `service/personalize`: Updates service API and documentation
* `service/polly`: Updates service API
* Amazon Polly adds 2 new voices - Sofie (da-DK) and Niamh (en-IE)
* `service/securityhub`: Updates service API, documentation, and examples
* `service/securitylake`: Updates service API, documentation, and paginators
* `service/wafv2`: Updates service API and documentation

Release v1.44.271 (2023-05-26)
===

Expand Down
9 changes: 9 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.271"
const SDKVersion = "1.44.272"
10 changes: 9 additions & 1 deletion models/apis/chime-sdk-voice/2022-08-03/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1940,6 +1940,13 @@
"IsCaller":{"shape":"Boolean"}
}
},
"CallLegType":{
"type":"string",
"enum":[
"Caller",
"Callee"
]
},
"CallingName":{
"type":"string",
"pattern":"^$|^[a-zA-Z0-9 ]{2,15}$",
Expand Down Expand Up @@ -4010,7 +4017,8 @@
},
"TransactionId":{"shape":"NonEmptyString256"},
"VoiceProfileDomainId":{"shape":"NonEmptyString256"},
"ClientRequestToken":{"shape":"ClientRequestId"}
"ClientRequestToken":{"shape":"ClientRequestId"},
"CallLeg":{"shape":"CallLegType"}
}
},
"StartSpeakerSearchTaskResponse":{
Expand Down
6 changes: 6 additions & 0 deletions models/apis/chime-sdk-voice/2022-08-03/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,12 @@
"VoiceToneAnalysisTask$CallDetails": "<p>The call details of a voice tone analysis task.</p>"
}
},
"CallLegType": {
"base": null,
"refs": {
"StartSpeakerSearchTaskRequest$CallLeg": "<p>Specifies which call leg to stream for speaker search.</p>"
}
},
"CallingName": {
"base": null,
"refs": {
Expand Down
11 changes: 9 additions & 2 deletions models/apis/glue/2017-03-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8466,7 +8466,8 @@
"members":{
"Name":{"shape":"GenericString"},
"ScriptLocation":{"shape":"ScriptLocationString"},
"PythonVersion":{"shape":"PythonVersionString"}
"PythonVersion":{"shape":"PythonVersionString"},
"Runtime":{"shape":"RuntimeNameString"}
}
},
"JobList":{
Expand Down Expand Up @@ -10271,6 +10272,11 @@
"Id":{"shape":"IntegerValue"}
}
},
"RuntimeNameString":{
"type":"string",
"max":64,
"pattern":".*"
},
"S3CatalogDeltaSource":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -12470,7 +12476,8 @@
"G.2X",
"G.025X",
"G.4X",
"G.8X"
"G.8X",
"Z.2X"
]
},
"Workflow":{
Expand Down
52 changes: 29 additions & 23 deletions models/apis/glue/2017-03-31/docs-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion models/apis/groundstation/2019-05-23/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"GetAgentConfiguration": "<note> <p> For use by AWS Ground Station Agent and shouldn't be called directly.</p> </note> <p>Gets the latest configuration information for a registered agent.</p>",
"GetConfig": "<p>Returns <code>Config</code> information.</p> <p>Only one <code>Config</code> response can be returned.</p>",
"GetDataflowEndpointGroup": "<p>Returns the dataflow endpoint group.</p>",
"GetMinuteUsage": "<p>Returns the number of minutes used by account.</p>",
"GetMinuteUsage": "<p>Returns the number of reserved minutes used by account.</p>",
"GetMissionProfile": "<p>Returns a mission profile.</p>",
"GetSatellite": "<p>Returns a satellite.</p>",
"ListConfigs": "<p>Returns a list of <code>Config</code> objects.</p>",
Expand Down
Loading

0 comments on commit ac82555

Please sign in to comment.