Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions ATTRIBUTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2041,7 +2041,16 @@ SOFTWARE.



### github.com/aws/aws-sdk-go-v2

License Identifier: Apache-2.0

Subdependencies:
* `github.com/aws/smithy-go`

#### github.com/aws/smithy-go

License Identifier: Apache-2.0

### github.com/aws/aws-sdk-go-v2/service/cloudwatch

Expand All @@ -2053,10 +2062,6 @@ Subdependencies:
* `github.com/aws/aws-sdk-go-v2/internal/endpoints/v2`
* `github.com/aws/smithy-go`

#### github.com/aws/aws-sdk-go-v2

License Identifier: Apache-2.0




Expand Down
10 changes: 5 additions & 5 deletions apis/v1alpha1/ack-generate-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ack_generate_info:
build_date: "2026-07-07T21:52:17Z"
build_date: "2026-07-24T23:28:35Z"
build_hash: 0a6b791fa10a6140d862be334a6891868ee588eb
go_version: go1.26.4
go_version: go1.26.5
version: v0.61.0
api_directory_checksum: 8be9cea150aec461063eba17920438bc9b400a83
api_directory_checksum: fc4c89800fb4263204f37a5b291222112d4150cb
api_version: v1alpha1
aws_sdk_go_version: v1.36.0
aws_service_sdk_version: v1.65.0
generator_config_info:
file_checksum: 50f08f2e82558a3da16e8a4193b357021f29fb38
file_checksum: 08fbc160443372732f33f8d6a185682c03c3e68d
original_file_name: generator.yaml
last_modification:
reason: API generation
2 changes: 1 addition & 1 deletion apis/v1alpha1/dashboard.go

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

28 changes: 24 additions & 4 deletions apis/v1alpha1/enums.go

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

6 changes: 5 additions & 1 deletion apis/v1alpha1/generator.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
empty_shapes:
- SlidingWindow
ignore:
resource_names:
- AnomalyDetector
- CompositeAlarm
- InsightRule
- ManagedInsightRule
# - MetricStream
field_paths:

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be fine. It seems like tag support was recently added for this resource in a later sdk version. We can consider tag support for dashboard out of scope for this PR.

- PutDashboardInput.Tags
operations:
DeleteAlarms:
operation_type:
Expand Down Expand Up @@ -92,4 +96,4 @@ resources:
- InvalidParameterValueException
- InvalidParameterInput
tags:
ignore: true
ignore: true
69 changes: 50 additions & 19 deletions apis/v1alpha1/metric_alarm.go

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

Loading