Skip to content

Commit

Permalink
misc: deprecate aws backup storage service (#1328)
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez authored Jun 12, 2024
1 parent 50a16cd commit 9d5e070
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2,126 deletions.
5 changes: 5 additions & 0 deletions .changes/1725a5d3-a160-4682-9aa5-854a6d1eeba3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "1725a5d3-a160-4682-9aa5-854a6d1eeba3",
"type": "misc",
"description": "Deprecation of AWS Backup Storage"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2534,37 +2534,6 @@
"us-west-2" : { }
}
},
"backupstorage" : {
"endpoints" : {
"af-south-1" : { },
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-south-2" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ap-southeast-4" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-central-2" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-south-2" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"batch" : {
"defaults" : {
"variants" : [ {
Expand Down Expand Up @@ -21239,12 +21208,6 @@
"cn-northwest-1" : { }
}
},
"backupstorage" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
"batch" : {
"endpoints" : {
"cn-north-1" : { },
Expand Down Expand Up @@ -23139,12 +23102,6 @@
"us-gov-west-1" : { }
}
},
"backupstorage" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
"batch" : {
"defaults" : {
"variants" : [ {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,6 @@ private const val testSuiteJson = """
"services_section_name": "backup_gateway",
"service_envvar_name": "AWS_ENDPOINT_URL_BACKUP_GATEWAY"
},
{
"service_id": "BackupStorage",
"services_section_name": "backupstorage",
"service_envvar_name": "AWS_ENDPOINT_URL_BACKUPSTORAGE"
},
{
"service_id": "Batch",
"services_section_name": "batch",
Expand Down Expand Up @@ -1940,7 +1935,6 @@ private const val javaClientNamesJson = """
"IoTFleetHub": "IotFleetHubClient",
"Cognito Sync": "CognitoSyncClient",
"Outposts": "OutpostsClient",
"BackupStorage": "BackupStorageClient",
"Personalize": "PersonalizeClient",
"SESv2": "SesV2Client",
"ARC Zonal Shift": "ArcZonalShiftClient",
Expand Down
Loading

0 comments on commit 9d5e070

Please sign in to comment.