diff options
Diffstat (limited to 'sysutils/awslim/files')
-rw-r--r-- | sysutils/awslim/files/compact-gen.yaml | 22 | ||||
-rw-r--r-- | sysutils/awslim/files/patch-all-services.yaml | 18 | ||||
-rw-r--r-- | sysutils/awslim/files/patch-cmd_awslim-gen_main.go | 12 |
3 files changed, 52 insertions, 0 deletions
diff --git a/sysutils/awslim/files/compact-gen.yaml b/sysutils/awslim/files/compact-gen.yaml new file mode 100644 index 000000000000..abdcb79d6dc4 --- /dev/null +++ b/sysutils/awslim/files/compact-gen.yaml @@ -0,0 +1,22 @@ +services: + cloudformation: + cloudfront: + cloudfrontkeyvaluestore: + cloudwatch: + cloudwatchevents: + cloudwatchlogs: + ebs: + ec2: + eventbridge: + iam: + kms: + lambda: + rds: + route53: + s3: + secretsmanager: + servicequotas: + ssm: + sso: + ssoadmin: + sts: diff --git a/sysutils/awslim/files/patch-all-services.yaml b/sysutils/awslim/files/patch-all-services.yaml new file mode 100644 index 000000000000..afaf3cb5896e --- /dev/null +++ b/sysutils/awslim/files/patch-all-services.yaml @@ -0,0 +1,18 @@ +--- all-services.yaml.orig 2025-04-11 13:35:01 UTC ++++ all-services.yaml +@@ -156,7 +156,6 @@ services: + freetier: + fsx: + gamelift: +- gameliftstreams: + geomaps: + geoplaces: + georoutes: +@@ -187,7 +186,6 @@ services: + iotfleethub: + iotfleetwise: + iotjobsdataplane: +- iotmanagedintegrations: + iotsecuretunneling: + iotsitewise: + iotthingsgraph: diff --git a/sysutils/awslim/files/patch-cmd_awslim-gen_main.go b/sysutils/awslim/files/patch-cmd_awslim-gen_main.go new file mode 100644 index 000000000000..568ffc4fb425 --- /dev/null +++ b/sysutils/awslim/files/patch-cmd_awslim-gen_main.go @@ -0,0 +1,12 @@ +--- cmd/awslim-gen/main.go.orig 2025-04-11 13:35:01 UTC ++++ cmd/awslim-gen/main.go +@@ -10,8 +10,7 @@ import ( + "text/template" + ) + +-//go:generate go run ../awslim-gen-gen/main.go +-//go:generate go get ./... ++//go:generate ${GO_CMD} run ../awslim-gen-gen/main.go + + const serviceTemplateStr = `// Code generated by cmd/awslim-gen/main.go; DO NOT EDIT. + package sdkclient |