Skip to content

Commit 9d5e070

Browse files
authored
misc: deprecate aws backup storage service (#1328)
1 parent 50a16cd commit 9d5e070

File tree

5 files changed

+5
-2126
lines changed

5 files changed

+5
-2126
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "1725a5d3-a160-4682-9aa5-854a6d1eeba3",
3+
"type": "misc",
4+
"description": "Deprecation of AWS Backup Storage"
5+
}

codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen/endpoints.json

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -2534,37 +2534,6 @@
25342534
"us-west-2" : { }
25352535
}
25362536
},
2537-
"backupstorage" : {
2538-
"endpoints" : {
2539-
"af-south-1" : { },
2540-
"ap-east-1" : { },
2541-
"ap-northeast-1" : { },
2542-
"ap-northeast-2" : { },
2543-
"ap-northeast-3" : { },
2544-
"ap-south-1" : { },
2545-
"ap-south-2" : { },
2546-
"ap-southeast-1" : { },
2547-
"ap-southeast-2" : { },
2548-
"ap-southeast-3" : { },
2549-
"ap-southeast-4" : { },
2550-
"ca-central-1" : { },
2551-
"eu-central-1" : { },
2552-
"eu-central-2" : { },
2553-
"eu-north-1" : { },
2554-
"eu-south-1" : { },
2555-
"eu-south-2" : { },
2556-
"eu-west-1" : { },
2557-
"eu-west-2" : { },
2558-
"eu-west-3" : { },
2559-
"me-central-1" : { },
2560-
"me-south-1" : { },
2561-
"sa-east-1" : { },
2562-
"us-east-1" : { },
2563-
"us-east-2" : { },
2564-
"us-west-1" : { },
2565-
"us-west-2" : { }
2566-
}
2567-
},
25682537
"batch" : {
25692538
"defaults" : {
25702539
"variants" : [ {
@@ -21239,12 +21208,6 @@
2123921208
"cn-northwest-1" : { }
2124021209
}
2124121210
},
21242-
"backupstorage" : {
21243-
"endpoints" : {
21244-
"cn-north-1" : { },
21245-
"cn-northwest-1" : { }
21246-
}
21247-
},
2124821211
"batch" : {
2124921212
"endpoints" : {
2125021213
"cn-north-1" : { },
@@ -23139,12 +23102,6 @@
2313923102
"us-gov-west-1" : { }
2314023103
}
2314123104
},
23142-
"backupstorage" : {
23143-
"endpoints" : {
23144-
"us-gov-east-1" : { },
23145-
"us-gov-west-1" : { }
23146-
}
23147-
},
2314823105
"batch" : {
2314923106
"defaults" : {
2315023107
"variants" : [ {

codegen/aws-sdk-codegen/src/test/kotlin/aws/sdk/kotlin/codegen/EndpointUrlConfigNamesTest.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,6 @@ private const val testSuiteJson = """
193193
"services_section_name": "backup_gateway",
194194
"service_envvar_name": "AWS_ENDPOINT_URL_BACKUP_GATEWAY"
195195
},
196-
{
197-
"service_id": "BackupStorage",
198-
"services_section_name": "backupstorage",
199-
"service_envvar_name": "AWS_ENDPOINT_URL_BACKUPSTORAGE"
200-
},
201196
{
202197
"service_id": "Batch",
203198
"services_section_name": "batch",
@@ -1940,7 +1935,6 @@ private const val javaClientNamesJson = """
19401935
"IoTFleetHub": "IotFleetHubClient",
19411936
"Cognito Sync": "CognitoSyncClient",
19421937
"Outposts": "OutpostsClient",
1943-
"BackupStorage": "BackupStorageClient",
19441938
"Personalize": "PersonalizeClient",
19451939
"SESv2": "SesV2Client",
19461940
"ARC Zonal Shift": "ArcZonalShiftClient",

0 commit comments

Comments
 (0)