From fe08da0acd668e6f3c7ccfed83d64a6dc1fc765c Mon Sep 17 00:00:00 2001 From: Erhan Cagirici Date: Fri, 24 Jan 2025 12:42:49 +0300 Subject: [PATCH] update generated partitions Signed-off-by: Erhan Cagirici --- internal/clients/zz_partitions_gen.go | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/internal/clients/zz_partitions_gen.go b/internal/clients/zz_partitions_gen.go index a1e8ac2d85..5f981be3da 100644 --- a/internal/clients/zz_partitions_gen.go +++ b/internal/clients/zz_partitions_gen.go @@ -56,9 +56,11 @@ var ( name: "AWS ISO (US)", dnsSuffix: "c2s.ic.gov", serviceToDefaultRegions: map[string]string{ - "iam": "us-iso-east-1", - "route53": "us-iso-east-1", - "support": "us-iso-east-1", + "budgets": "us-iso-east-1", + "iam": "us-iso-east-1", + "organizations": "us-iso-east-1", + "route53": "us-iso-east-1", + "support": "us-iso-east-1", }, }, "aws-iso-b": { @@ -66,9 +68,11 @@ var ( name: "AWS ISOB (US)", dnsSuffix: "sc2s.sgov.gov", serviceToDefaultRegions: map[string]string{ - "iam": "us-isob-east-1", - "route53": "us-isob-east-1", - "support": "us-isob-east-1", + "budgets": "us-isob-east-1", + "iam": "us-isob-east-1", + "organizations": "us-isob-east-1", + "route53": "us-isob-east-1", + "support": "us-isob-east-1", }, }, "aws-iso-e": {