You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current version of the AWS SDK for Go lacks the capability to group AWS Cost Explorer responses by tag.
This feature is crucial for users who need to analyse and manage costs efficiently based on specific tags associated with their AWS resources.
Expected Behavior
The SDK should provide a method or functionality that allows users to group Cost Explorer responses by tag, enabling them to gain insights into costs associated with specific resource categories.
Instead, it returns a TAGS$ as the key.
Current Behavior
The snippet code as written below returns
this structure of data:
I'm trying to accomplish what's written here:
// When you group by the TAG type and include a valid tag key, you get all tag
// values, including empty strings.
GroupBy []*GroupDefinition type:"list"
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
The current version of the AWS SDK for Go lacks the capability to group AWS Cost Explorer responses by tag.
This feature is crucial for users who need to analyse and manage costs efficiently based on specific tags associated with their AWS resources.
Expected Behavior
The SDK should provide a method or functionality that allows users to group Cost Explorer responses by tag, enabling them to gain insights into costs associated with specific resource categories.
Instead, it returns a TAGS$ as the key.
Current Behavior
The snippet code as written below returns
this structure of data:
Reproduction Steps
Possible Solution
I'm trying to accomplish what's written here:
// When you group by the TAG type and include a valid tag key, you get all tag
// values, including empty strings.
GroupBy []*GroupDefinition
type:"list"
https://github.com/aws/aws-sdk-go/blob/v1.49.2/service/costexplorer/api.go#L7782-L7847
Additional Information/Context
No response
SDK version used
github.com/aws/aws-sdk-go v1.49.2
Environment details (Version of Go (
go version
)? OS name and version, etc.)go version go1.21.4 darwin/arm64
The text was updated successfully, but these errors were encountered: