diff --git a/.changelog/0b65c064e8fc48bf9ebb3990f2f03bd7.json b/.changelog/0b65c064e8fc48bf9ebb3990f2f03bd7.json deleted file mode 100644 index 85a2296606b..00000000000 --- a/.changelog/0b65c064e8fc48bf9ebb3990f2f03bd7.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "0b65c064-e8fc-48bf-9ebb-3990f2f03bd7", - "type": "feature", - "description": "This release provides the approximate number of assets in a packaging group.", - "modules": [ - "service/mediapackagevod" - ] -} \ No newline at end of file diff --git a/.changelog/226ead0da56343769295250ae44f737e.json b/.changelog/226ead0da56343769295250ae44f737e.json deleted file mode 100644 index 26f86762500..00000000000 --- a/.changelog/226ead0da56343769295250ae44f737e.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "226ead0d-a563-4376-9295-250ae44f737e", - "type": "documentation", - "description": "Doc-only update for CloudWatch Logs, for Tagging Permissions clarifications", - "modules": [ - "service/cloudwatchlogs" - ] -} \ No newline at end of file diff --git a/.changelog/514a5d5d75874b5d8a046567c9e1a210.json b/.changelog/514a5d5d75874b5d8a046567c9e1a210.json deleted file mode 100644 index b30ffe7b80e..00000000000 --- a/.changelog/514a5d5d75874b5d8a046567c9e1a210.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "514a5d5d-7587-4b5d-8a04-6567c9e1a210", - "type": "feature", - "description": "Link devices now support buffer size (latency) configuration. A higher latency value means a longer delay in transmitting from the device to MediaLive, but improved resiliency. A lower latency value means a shorter delay, but less resiliency.", - "modules": [ - "service/medialive" - ] -} \ No newline at end of file diff --git a/.changelog/b53dbc746c1f4e5fa9a5b5cb45f83042.json b/.changelog/b53dbc746c1f4e5fa9a5b5cb45f83042.json deleted file mode 100644 index 4e9d7ae325f..00000000000 --- a/.changelog/b53dbc746c1f4e5fa9a5b5cb45f83042.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "b53dbc74-6c1f-4e5f-a9a5-b5cb45f83042", - "type": "feature", - "description": "Deprecated assignedValue property for actuators and attributes. Added a message to invalid nodes and invalid decoder manifest exceptions.", - "modules": [ - "service/iotfleetwise" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c3ab9613a7d..16ca1c21cf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# Release (2022-12-09) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs`: [v1.17.2](service/cloudwatchlogs/CHANGELOG.md#v1172-2022-12-09) + * **Documentation**: Doc-only update for CloudWatch Logs, for Tagging Permissions clarifications +* `github.com/aws/aws-sdk-go-v2/service/iotfleetwise`: [v1.1.0](service/iotfleetwise/CHANGELOG.md#v110-2022-12-09) + * **Feature**: Deprecated assignedValue property for actuators and attributes. Added a message to invalid nodes and invalid decoder manifest exceptions. +* `github.com/aws/aws-sdk-go-v2/service/medialive`: [v1.26.0](service/medialive/CHANGELOG.md#v1260-2022-12-09) + * **Feature**: Link devices now support buffer size (latency) configuration. A higher latency value means a longer delay in transmitting from the device to MediaLive, but improved resiliency. A lower latency value means a shorter delay, but less resiliency. +* `github.com/aws/aws-sdk-go-v2/service/mediapackagevod`: [v1.20.0](service/mediapackagevod/CHANGELOG.md#v1200-2022-12-09) + * **Feature**: This release provides the approximate number of assets in a packaging group. + # Release (2022-12-08) ## Module Highlights diff --git a/service/cloudwatchlogs/CHANGELOG.md b/service/cloudwatchlogs/CHANGELOG.md index 6fae1b698e4..13c09156b28 100644 --- a/service/cloudwatchlogs/CHANGELOG.md +++ b/service/cloudwatchlogs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.2 (2022-12-09) + +* **Documentation**: Doc-only update for CloudWatch Logs, for Tagging Permissions clarifications + # v1.17.1 (2022-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudwatchlogs/go_module_metadata.go b/service/cloudwatchlogs/go_module_metadata.go index cb172815093..51a2e00b418 100644 --- a/service/cloudwatchlogs/go_module_metadata.go +++ b/service/cloudwatchlogs/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudwatchlogs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.1" +const goModuleVersion = "1.17.2" diff --git a/service/iotfleetwise/CHANGELOG.md b/service/iotfleetwise/CHANGELOG.md index 96e667536e4..00de0fc4a5b 100644 --- a/service/iotfleetwise/CHANGELOG.md +++ b/service/iotfleetwise/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.0 (2022-12-09) + +* **Feature**: Deprecated assignedValue property for actuators and attributes. Added a message to invalid nodes and invalid decoder manifest exceptions. + # v1.0.4 (2022-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotfleetwise/go_module_metadata.go b/service/iotfleetwise/go_module_metadata.go index 850635fb422..74b93fb609d 100644 --- a/service/iotfleetwise/go_module_metadata.go +++ b/service/iotfleetwise/go_module_metadata.go @@ -3,4 +3,4 @@ package iotfleetwise // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.4" +const goModuleVersion = "1.1.0" diff --git a/service/medialive/CHANGELOG.md b/service/medialive/CHANGELOG.md index af65f935ec0..1182ff39ad0 100644 --- a/service/medialive/CHANGELOG.md +++ b/service/medialive/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.0 (2022-12-09) + +* **Feature**: Link devices now support buffer size (latency) configuration. A higher latency value means a longer delay in transmitting from the device to MediaLive, but improved resiliency. A lower latency value means a shorter delay, but less resiliency. + # v1.25.0 (2022-12-02) * **Feature**: Updates to Event Signaling and Management (ESAM) API and documentation. diff --git a/service/medialive/go_module_metadata.go b/service/medialive/go_module_metadata.go index de26caa4996..35509fa2bb0 100644 --- a/service/medialive/go_module_metadata.go +++ b/service/medialive/go_module_metadata.go @@ -3,4 +3,4 @@ package medialive // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.0" +const goModuleVersion = "1.26.0" diff --git a/service/mediapackagevod/CHANGELOG.md b/service/mediapackagevod/CHANGELOG.md index 4cf114ae375..73bcfff7f48 100644 --- a/service/mediapackagevod/CHANGELOG.md +++ b/service/mediapackagevod/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.0 (2022-12-09) + +* **Feature**: This release provides the approximate number of assets in a packaging group. + # v1.19.1 (2022-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediapackagevod/go_module_metadata.go b/service/mediapackagevod/go_module_metadata.go index a8fede7c1c3..0a111024144 100644 --- a/service/mediapackagevod/go_module_metadata.go +++ b/service/mediapackagevod/go_module_metadata.go @@ -3,4 +3,4 @@ package mediapackagevod // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.19.1" +const goModuleVersion = "1.20.0"