Skip to content

Commit 8a56ffa

Browse files
authored
Merge pull request #192 from carapace-sh/rm-elastictranscoder
removed elastictranscoder
2 parents a53d149 + 0830cb8 commit 8a56ffa

File tree

4 files changed

+0
-189
lines changed

4 files changed

+0
-189
lines changed

.github/workflows/aws.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ jobs:
181181
eks-auth: {needs: build, uses: ./.github/workflows/aws-template.yml, with: {service: eks-auth, version: "${{ needs.build.outputs.version }}"}}
182182
elasticache: {needs: build, uses: ./.github/workflows/aws-template.yml, with: {service: elasticache, version: "${{ needs.build.outputs.version }}"}}
183183
elasticbeanstalk: {needs: build, uses: ./.github/workflows/aws-template.yml, with: {service: elasticbeanstalk, version: "${{ needs.build.outputs.version }}"}}
184-
elastictranscoder: {needs: build, uses: ./.github/workflows/aws-template.yml, with: {service: elastictranscoder, version: "${{ needs.build.outputs.version }}"}}
185184
elb: {needs: build, uses: ./.github/workflows/aws-template.yml, with: {service: elb, version: "${{ needs.build.outputs.version }}"}}
186185
elbv2: {needs: build, uses: ./.github/workflows/aws-template.yml, with: {service: elbv2, version: "${{ needs.build.outputs.version }}"}}
187186
emr: {needs: build, uses: ./.github/workflows/aws-template.yml, with: {service: emr, version: "${{ needs.build.outputs.version }}"}}

cmd/carapace-aws/cmd/botocore/aws.elastictranscoder.yaml

Lines changed: 0 additions & 186 deletions
This file was deleted.

cmd/carapace-aws/cmd/botocore/botocore_generated.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ func init() {
142142
"eks": "Amazon Elastic Kubernetes Service",
143143
"elasticache": "Amazon ElastiCache",
144144
"elasticbeanstalk": "AWS Elastic Beanstalk",
145-
"elastictranscoder": "Amazon Elastic Transcoder",
146145
"elb": "Elastic Load Balancing",
147146
"elbv2": "Elastic Load Balancing",
148147
"emr-containers": "Amazon EMR Containers",

cmd/carapace-spec-botocore/cmd/argumentRenames.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ var argumentRenames = map[string]string{
3232
"eks.update-cluster-components-version.version": "kubernetes-version",
3333
"eks.update-cluster-version.version": "kubernetes-version",
3434
"eks.update-nodegroup-version.version": "kubernetes-version",
35-
"elastictranscoder.*.output": "job-output",
3635
"emr.*.job-flow-id": "cluster-id",
3736
"emr.*.job-flow-ids": "cluster-ids",
3837
"gamelift.create-build.version": "build-version",

0 commit comments

Comments
 (0)