Added new available Amazon regions #30
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added the Amazon regions created until January 2023 that are not included in the
AWSRegion
type.Motivation:
Although there is a way to work with non existing regions at
AWSRegion
class, It could be helpful add the new available Amazon regions to the mentioned class.The regions added in this PR are listed below.
af-south-1
)ap-southeast-4
)ap-south-2
)ap-southeast-3
)eu-south-1
)eu-south-2
)eu-central-2
)me-central-1
)Modifications:
This PR presents only modification in the
AWSRegion
class, specifically in theall
static variable in order to add the new static variables created for each of the new regionsThose new variables have been added following the current ordering criteria.
Result:
The
all
static var looks like thatAnd the static variables for those new regions...