Skip to content

Commit

Permalink
Release v1.45.1 (2023-08-31) (#4970)
Browse files Browse the repository at this point in the history
Release v1.45.1 (2023-08-31)
===

### Service Client Updates
* `service/chime-sdk-media-pipelines`: Updates service API and documentation
* `service/cloudhsm`: Updates service API
  * Deprecating CloudHSM Classic API Service.
* `service/connectcampaigns`: Updates service API and documentation
* `service/connectparticipant`: Updates service API and documentation
* `service/customer-profiles`: Updates service API and documentation
* `service/ecs`: Updates service API and documentation
  * This release adds support for an account-level setting that you can use to configure the number of days for AWS Fargate task retirement.
* `service/events`: Updates service documentation
  * Documentation updates for CloudWatch Events.
* `service/grafana`: Updates service API
* `service/health`: Updates service API and documentation
  * Adds new API DescribeEntityAggregatesForOrganization that retrieves entity aggregates across your organization. Also adds support for resource status filtering in DescribeAffectedEntitiesForOrganization, resource status aggregates in the DescribeEntityAggregates response, and new resource statuses.
* `service/ivs`: Updates service documentation
* `service/kafkaconnect`: Updates service API and documentation
* `service/payment-cryptography-data`: Updates service API and documentation
* `service/runtime.sagemaker`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Aug 31, 2023
1 parent 18deca5 commit 9e0fdbd
Show file tree
Hide file tree
Showing 63 changed files with 8,965 additions and 2,304 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
Release v1.45.1 (2023-08-31)
===

### Service Client Updates
* `service/chime-sdk-media-pipelines`: Updates service API and documentation
* `service/cloudhsm`: Updates service API
* Deprecating CloudHSM Classic API Service.
* `service/connectcampaigns`: Updates service API and documentation
* `service/connectparticipant`: Updates service API and documentation
* `service/customer-profiles`: Updates service API and documentation
* `service/ecs`: Updates service API and documentation
* This release adds support for an account-level setting that you can use to configure the number of days for AWS Fargate task retirement.
* `service/events`: Updates service documentation
* Documentation updates for CloudWatch Events.
* `service/grafana`: Updates service API
* `service/health`: Updates service API and documentation
* Adds new API DescribeEntityAggregatesForOrganization that retrieves entity aggregates across your organization. Also adds support for resource status filtering in DescribeAffectedEntitiesForOrganization, resource status aggregates in the DescribeEntityAggregates response, and new resource statuses.
* `service/ivs`: Updates service documentation
* `service/kafkaconnect`: Updates service API and documentation
* `service/payment-cryptography-data`: Updates service API and documentation
* `service/runtime.sagemaker`: Updates service API and documentation

Release v1.45.0 (2023-08-30)
===

Expand Down
26 changes: 26 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.45.0"
const SDKVersion = "1.45.1"
42 changes: 38 additions & 4 deletions models/apis/chime-sdk-media-pipelines/2021-07-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,8 @@
"MediaInsightsRuntimeMetadata":{"shape":"MediaInsightsRuntimeMetadata"},
"KinesisVideoStreamRecordingSourceRuntimeConfiguration":{"shape":"KinesisVideoStreamRecordingSourceRuntimeConfiguration"},
"S3RecordingSinkRuntimeConfiguration":{"shape":"S3RecordingSinkRuntimeConfiguration"},
"CreatedTimestamp":{"shape":"Iso8601Timestamp"}
"CreatedTimestamp":{"shape":"Iso8601Timestamp"},
"ElementStatuses":{"shape":"MediaInsightsPipelineElementStatuses"}
}
},
"MediaInsightsPipelineConfiguration":{
Expand Down Expand Up @@ -1393,7 +1394,8 @@
"VoiceAnalyticsProcessorConfiguration":{"shape":"VoiceAnalyticsProcessorConfiguration"},
"LambdaFunctionSinkConfiguration":{"shape":"LambdaFunctionSinkConfiguration"},
"SqsQueueSinkConfiguration":{"shape":"SqsQueueSinkConfiguration"},
"SnsTopicSinkConfiguration":{"shape":"SnsTopicSinkConfiguration"}
"SnsTopicSinkConfiguration":{"shape":"SnsTopicSinkConfiguration"},
"VoiceEnhancementSinkConfiguration":{"shape":"VoiceEnhancementSinkConfiguration"}
}
},
"MediaInsightsPipelineConfigurationElementType":{
Expand All @@ -1406,7 +1408,8 @@
"LambdaFunctionSink",
"SqsQueueSink",
"SnsTopicSink",
"S3RecordingSink"
"S3RecordingSink",
"VoiceEnhancementSink"
]
},
"MediaInsightsPipelineConfigurationElements":{
Expand All @@ -1431,6 +1434,17 @@
"type":"list",
"member":{"shape":"MediaInsightsPipelineConfigurationSummary"}
},
"MediaInsightsPipelineElementStatus":{
"type":"structure",
"members":{
"Type":{"shape":"MediaInsightsPipelineConfigurationElementType"},
"Status":{"shape":"MediaPipelineElementStatus"}
}
},
"MediaInsightsPipelineElementStatuses":{
"type":"list",
"member":{"shape":"MediaInsightsPipelineElementStatus"}
},
"MediaInsightsRuntimeMetadata":{
"type":"map",
"key":{"shape":"NonEmptyString"},
Expand Down Expand Up @@ -1458,6 +1472,19 @@
"MediaInsightsPipeline":{"shape":"MediaInsightsPipeline"}
}
},
"MediaPipelineElementStatus":{
"type":"string",
"enum":[
"NotStarted",
"NotSupported",
"Initializing",
"InProgress",
"Failed",
"Stopping",
"Stopped",
"Paused"
]
},
"MediaPipelineList":{
"type":"list",
"member":{"shape":"MediaPipelineSummary"}
Expand All @@ -1478,7 +1505,8 @@
"Failed",
"Stopping",
"Stopped",
"Paused"
"Paused",
"NotStarted"
]
},
"MediaPipelineStatusUpdate":{
Expand Down Expand Up @@ -2039,6 +2067,12 @@
"SpeakerSearchStatus":{"shape":"VoiceAnalyticsConfigurationStatus"},
"VoiceToneAnalysisStatus":{"shape":"VoiceAnalyticsConfigurationStatus"}
}
},
"VoiceEnhancementSinkConfiguration":{
"type":"structure",
"members":{
"Disabled":{"shape":"Boolean"}
}
}
}
}
32 changes: 29 additions & 3 deletions models/apis/chime-sdk-media-pipelines/2021-07-15/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@
"AmazonTranscribeProcessorConfiguration$FilterPartialResults": "<p>If true, <code>TranscriptEvents</code> with <code>IsPartial: true</code> are filtered out of the insights target.</p>",
"AmazonTranscribeProcessorConfiguration$IdentifyLanguage": "<p>Turns language identification on or off.</p>",
"KeywordMatchConfiguration$Negate": "<p>Matches keywords or phrases on their presence or absence. If set to <code>TRUE</code>, the rule matches when all the specified keywords or phrases are absent. Default: <code>FALSE</code>.</p>",
"RealTimeAlertConfiguration$Disabled": "<p>Turns off real-time alerts.</p>"
"RealTimeAlertConfiguration$Disabled": "<p>Turns off real-time alerts.</p>",
"VoiceEnhancementSinkConfiguration$Disabled": "<p>Disables the <code>VoiceEnhancementSinkConfiguration</code> element.</p>"
}
},
"BorderColor": {
Expand Down Expand Up @@ -790,7 +791,8 @@
"MediaInsightsPipelineConfigurationElementType": {
"base": null,
"refs": {
"MediaInsightsPipelineConfigurationElement$Type": "<p>The element type.</p>"
"MediaInsightsPipelineConfigurationElement$Type": "<p>The element type.</p>",
"MediaInsightsPipelineElementStatus$Type": "<p>The type of status.</p>"
}
},
"MediaInsightsPipelineConfigurationElements": {
Expand Down Expand Up @@ -821,6 +823,18 @@
"ListMediaInsightsPipelineConfigurationsResponse$MediaInsightsPipelineConfigurations": "<p>The requested list of media insights pipeline configurations.</p>"
}
},
"MediaInsightsPipelineElementStatus": {
"base": "<p>The status of the pipeline element.</p>",
"refs": {
"MediaInsightsPipelineElementStatuses$member": null
}
},
"MediaInsightsPipelineElementStatuses": {
"base": null,
"refs": {
"MediaInsightsPipeline$ElementStatuses": "<p>The statuses that the elements in a media insights pipeline can have during data processing.</p>"
}
},
"MediaInsightsRuntimeMetadata": {
"base": null,
"refs": {
Expand All @@ -841,6 +855,12 @@
"GetMediaPipelineResponse$MediaPipeline": "<p>The media pipeline object.</p>"
}
},
"MediaPipelineElementStatus": {
"base": null,
"refs": {
"MediaInsightsPipelineElementStatus$Status": "<p>The element's status.</p>"
}
},
"MediaPipelineList": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1284,7 +1304,7 @@
}
},
"VerticalLayoutConfiguration": {
"base": "<p>Defines the configuration settings for a vertial layout.</p>",
"base": "<p>Defines the configuration settings for a vertical layout.</p>",
"refs": {
"GridViewConfiguration$VerticalLayoutConfiguration": "<p>The configuration settings for a vertical layout.</p>"
}
Expand Down Expand Up @@ -1364,6 +1384,12 @@
"refs": {
"MediaInsightsPipelineConfigurationElement$VoiceAnalyticsProcessorConfiguration": "<p>The voice analytics configuration settings in a media insights pipeline configuration element.</p>"
}
},
"VoiceEnhancementSinkConfiguration": {
"base": "<p>A static structure that contains the configuration data for a <code>VoiceEnhancementSinkConfiguration</code> element.</p>",
"refs": {
"MediaInsightsPipelineConfigurationElement$VoiceEnhancementSinkConfiguration": "<p>The configuration settings for the <code>VoiceEnhancementSinkConfiguration</code> element.</p>"
}
}
}
}

0 comments on commit 9e0fdbd

Please sign in to comment.