aws-partitions 1.1073.0 → 1.1074.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +192 -28
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: abd859cad069a326520d633d4733472cf590171f73a1c676e713bd074db8fd68
4
- data.tar.gz: d4659d810feaa458ad3ac369b311914152538250c19a24d12a5ef3fc27095d69
3
+ metadata.gz: 4e520e1fd06eda7a3efa863147a28b33de1dccbf20424f5e702ccc355e93677c
4
+ data.tar.gz: 14e381c9c1fca573cbcc9e6c3b3771ca2f34c9a6c2e454ce2269b10c87d757d7
5
5
  SHA512:
6
- metadata.gz: 659b8d203ad52245be44594578d6e75c2dc93f7cb620a98a15ee60990127d517d15738995f51664a23743162c761f3027bca01c60301d9692b103bc057c4f64f
7
- data.tar.gz: 44cf5393275058f7f2c809b56c9e700bc2a2d2809ca18ebcbac5d9e247674b7ab42fbce9cea02e69e2a8c8a6929ef4028db0cb4a5ff0f2c3b400955a8958cbfa
6
+ metadata.gz: 9292e1b748b02fe25ddd451c8b2f19edf1d4b3c363f26751864ed0bd92fce0b2b1f48e1012cf13715fb75c2c9548961da71bce21023e672bead3edcf3887bf63
7
+ data.tar.gz: 9b8b1de041d5498a374893b1c83519f3c121073557146e5f89c8050292582afa3d2578268fe646b41dd8ceb0b044ea6edaa0d90338489f9acb1685c0e355a9c5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1074.0 (2025-03-25)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1073.0 (2025-03-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1073.0
1
+ 1.1074.0
data/partitions.json CHANGED
@@ -18180,6 +18180,12 @@
18180
18180
  },
18181
18181
  "hostname" : "portal.sso.ap-southeast-4.amazonaws.com"
18182
18182
  },
18183
+ "ap-southeast-5" : {
18184
+ "credentialScope" : {
18185
+ "region" : "ap-southeast-5"
18186
+ },
18187
+ "hostname" : "portal.sso.ap-southeast-5.amazonaws.com"
18188
+ },
18183
18189
  "ca-central-1" : {
18184
18190
  "credentialScope" : {
18185
18191
  "region" : "ca-central-1"
@@ -23872,39 +23878,150 @@
23872
23878
  "sslCommonName" : "{region}.queue.{dnsSuffix}"
23873
23879
  },
23874
23880
  "endpoints" : {
23875
- "af-south-1" : { },
23876
- "ap-east-1" : { },
23877
- "ap-northeast-1" : { },
23878
- "ap-northeast-2" : { },
23879
- "ap-northeast-3" : { },
23880
- "ap-south-1" : { },
23881
- "ap-south-2" : { },
23882
- "ap-southeast-1" : { },
23883
- "ap-southeast-2" : { },
23884
- "ap-southeast-3" : { },
23885
- "ap-southeast-4" : { },
23886
- "ap-southeast-5" : { },
23887
- "ap-southeast-7" : { },
23881
+ "af-south-1" : {
23882
+ "variants" : [ {
23883
+ "hostname" : "sqs.af-south-1.api.aws",
23884
+ "tags" : [ "dualstack" ]
23885
+ } ]
23886
+ },
23887
+ "ap-east-1" : {
23888
+ "variants" : [ {
23889
+ "hostname" : "sqs.ap-east-1.api.aws",
23890
+ "tags" : [ "dualstack" ]
23891
+ } ]
23892
+ },
23893
+ "ap-northeast-1" : {
23894
+ "variants" : [ {
23895
+ "hostname" : "sqs.ap-northeast-1.api.aws",
23896
+ "tags" : [ "dualstack" ]
23897
+ } ]
23898
+ },
23899
+ "ap-northeast-2" : {
23900
+ "variants" : [ {
23901
+ "hostname" : "sqs.ap-northeast-2.api.aws",
23902
+ "tags" : [ "dualstack" ]
23903
+ } ]
23904
+ },
23905
+ "ap-northeast-3" : {
23906
+ "variants" : [ {
23907
+ "hostname" : "sqs.ap-northeast-3.api.aws",
23908
+ "tags" : [ "dualstack" ]
23909
+ } ]
23910
+ },
23911
+ "ap-south-1" : {
23912
+ "variants" : [ {
23913
+ "hostname" : "sqs.ap-south-1.api.aws",
23914
+ "tags" : [ "dualstack" ]
23915
+ } ]
23916
+ },
23917
+ "ap-south-2" : {
23918
+ "variants" : [ {
23919
+ "hostname" : "sqs.ap-south-2.api.aws",
23920
+ "tags" : [ "dualstack" ]
23921
+ } ]
23922
+ },
23923
+ "ap-southeast-1" : {
23924
+ "variants" : [ {
23925
+ "hostname" : "sqs.ap-southeast-1.api.aws",
23926
+ "tags" : [ "dualstack" ]
23927
+ } ]
23928
+ },
23929
+ "ap-southeast-2" : {
23930
+ "variants" : [ {
23931
+ "hostname" : "sqs.ap-southeast-2.api.aws",
23932
+ "tags" : [ "dualstack" ]
23933
+ } ]
23934
+ },
23935
+ "ap-southeast-3" : {
23936
+ "variants" : [ {
23937
+ "hostname" : "sqs.ap-southeast-3.api.aws",
23938
+ "tags" : [ "dualstack" ]
23939
+ } ]
23940
+ },
23941
+ "ap-southeast-4" : {
23942
+ "variants" : [ {
23943
+ "hostname" : "sqs.ap-southeast-4.api.aws",
23944
+ "tags" : [ "dualstack" ]
23945
+ } ]
23946
+ },
23947
+ "ap-southeast-5" : {
23948
+ "variants" : [ {
23949
+ "hostname" : "sqs.ap-southeast-5.api.aws",
23950
+ "tags" : [ "dualstack" ]
23951
+ } ]
23952
+ },
23953
+ "ap-southeast-7" : {
23954
+ "variants" : [ {
23955
+ "hostname" : "sqs.ap-southeast-7.api.aws",
23956
+ "tags" : [ "dualstack" ]
23957
+ } ]
23958
+ },
23888
23959
  "ca-central-1" : {
23889
23960
  "variants" : [ {
23890
23961
  "hostname" : "sqs-fips.ca-central-1.amazonaws.com",
23891
23962
  "tags" : [ "fips" ]
23963
+ }, {
23964
+ "hostname" : "sqs.ca-central-1.api.aws",
23965
+ "tags" : [ "dualstack" ]
23892
23966
  } ]
23893
23967
  },
23894
23968
  "ca-west-1" : {
23895
23969
  "variants" : [ {
23896
23970
  "hostname" : "sqs-fips.ca-west-1.amazonaws.com",
23897
23971
  "tags" : [ "fips" ]
23972
+ }, {
23973
+ "hostname" : "sqs.ca-west-1.api.aws",
23974
+ "tags" : [ "dualstack" ]
23975
+ } ]
23976
+ },
23977
+ "eu-central-1" : {
23978
+ "variants" : [ {
23979
+ "hostname" : "sqs.eu-central-1.api.aws",
23980
+ "tags" : [ "dualstack" ]
23981
+ } ]
23982
+ },
23983
+ "eu-central-2" : {
23984
+ "variants" : [ {
23985
+ "hostname" : "sqs.eu-central-2.api.aws",
23986
+ "tags" : [ "dualstack" ]
23987
+ } ]
23988
+ },
23989
+ "eu-north-1" : {
23990
+ "variants" : [ {
23991
+ "hostname" : "sqs.eu-north-1.api.aws",
23992
+ "tags" : [ "dualstack" ]
23993
+ } ]
23994
+ },
23995
+ "eu-south-1" : {
23996
+ "variants" : [ {
23997
+ "hostname" : "sqs.eu-south-1.api.aws",
23998
+ "tags" : [ "dualstack" ]
23999
+ } ]
24000
+ },
24001
+ "eu-south-2" : {
24002
+ "variants" : [ {
24003
+ "hostname" : "sqs.eu-south-2.api.aws",
24004
+ "tags" : [ "dualstack" ]
24005
+ } ]
24006
+ },
24007
+ "eu-west-1" : {
24008
+ "variants" : [ {
24009
+ "hostname" : "sqs.eu-west-1.api.aws",
24010
+ "tags" : [ "dualstack" ]
24011
+ } ]
24012
+ },
24013
+ "eu-west-2" : {
24014
+ "variants" : [ {
24015
+ "hostname" : "sqs.eu-west-2.api.aws",
24016
+ "tags" : [ "dualstack" ]
24017
+ } ]
24018
+ },
24019
+ "eu-west-3" : {
24020
+ "variants" : [ {
24021
+ "hostname" : "sqs.eu-west-3.api.aws",
24022
+ "tags" : [ "dualstack" ]
23898
24023
  } ]
23899
24024
  },
23900
- "eu-central-1" : { },
23901
- "eu-central-2" : { },
23902
- "eu-north-1" : { },
23903
- "eu-south-1" : { },
23904
- "eu-south-2" : { },
23905
- "eu-west-1" : { },
23906
- "eu-west-2" : { },
23907
- "eu-west-3" : { },
23908
24025
  "fips-ca-central-1" : {
23909
24026
  "credentialScope" : {
23910
24027
  "region" : "ca-central-1"
@@ -23947,34 +24064,71 @@
23947
24064
  "deprecated" : true,
23948
24065
  "hostname" : "sqs-fips.us-west-2.amazonaws.com"
23949
24066
  },
23950
- "il-central-1" : { },
23951
- "me-central-1" : { },
23952
- "me-south-1" : { },
23953
- "mx-central-1" : { },
23954
- "sa-east-1" : { },
24067
+ "il-central-1" : {
24068
+ "variants" : [ {
24069
+ "hostname" : "sqs.il-central-1.api.aws",
24070
+ "tags" : [ "dualstack" ]
24071
+ } ]
24072
+ },
24073
+ "me-central-1" : {
24074
+ "variants" : [ {
24075
+ "hostname" : "sqs.me-central-1.api.aws",
24076
+ "tags" : [ "dualstack" ]
24077
+ } ]
24078
+ },
24079
+ "me-south-1" : {
24080
+ "variants" : [ {
24081
+ "hostname" : "sqs.me-south-1.api.aws",
24082
+ "tags" : [ "dualstack" ]
24083
+ } ]
24084
+ },
24085
+ "mx-central-1" : {
24086
+ "variants" : [ {
24087
+ "hostname" : "sqs.mx-central-1.api.aws",
24088
+ "tags" : [ "dualstack" ]
24089
+ } ]
24090
+ },
24091
+ "sa-east-1" : {
24092
+ "variants" : [ {
24093
+ "hostname" : "sqs.sa-east-1.api.aws",
24094
+ "tags" : [ "dualstack" ]
24095
+ } ]
24096
+ },
23955
24097
  "us-east-1" : {
23956
24098
  "sslCommonName" : "queue.{dnsSuffix}",
23957
24099
  "variants" : [ {
23958
24100
  "hostname" : "sqs-fips.us-east-1.amazonaws.com",
23959
24101
  "tags" : [ "fips" ]
24102
+ }, {
24103
+ "hostname" : "sqs.us-east-1.api.aws",
24104
+ "tags" : [ "dualstack" ]
23960
24105
  } ]
23961
24106
  },
23962
24107
  "us-east-2" : {
23963
24108
  "variants" : [ {
23964
24109
  "hostname" : "sqs-fips.us-east-2.amazonaws.com",
23965
24110
  "tags" : [ "fips" ]
24111
+ }, {
24112
+ "hostname" : "sqs.us-east-2.api.aws",
24113
+ "tags" : [ "dualstack" ]
23966
24114
  } ]
23967
24115
  },
23968
24116
  "us-west-1" : {
23969
24117
  "variants" : [ {
23970
24118
  "hostname" : "sqs-fips.us-west-1.amazonaws.com",
23971
24119
  "tags" : [ "fips" ]
24120
+ }, {
24121
+ "hostname" : "sqs.us-west-1.api.aws",
24122
+ "tags" : [ "dualstack" ]
23972
24123
  } ]
23973
24124
  },
23974
24125
  "us-west-2" : {
23975
24126
  "variants" : [ {
23976
24127
  "hostname" : "sqs-fips.us-west-2.amazonaws.com",
23977
24128
  "tags" : [ "fips" ]
24129
+ }, {
24130
+ "hostname" : "sqs.us-west-2.api.aws",
24131
+ "tags" : [ "dualstack" ]
23978
24132
  } ]
23979
24133
  }
23980
24134
  }
@@ -29303,8 +29457,18 @@
29303
29457
  "sslCommonName" : "{region}.queue.{dnsSuffix}"
29304
29458
  },
29305
29459
  "endpoints" : {
29306
- "cn-north-1" : { },
29307
- "cn-northwest-1" : { }
29460
+ "cn-north-1" : {
29461
+ "variants" : [ {
29462
+ "hostname" : "sqs.cn-north-1.api.amazonwebservices.com.cn",
29463
+ "tags" : [ "dualstack" ]
29464
+ } ]
29465
+ },
29466
+ "cn-northwest-1" : {
29467
+ "variants" : [ {
29468
+ "hostname" : "sqs.cn-northwest-1.api.amazonwebservices.com.cn",
29469
+ "tags" : [ "dualstack" ]
29470
+ } ]
29471
+ }
29308
29472
  }
29309
29473
  },
29310
29474
  "ssm" : {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1073.0
4
+ version: 1.1074.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-24 00:00:00.000000000 Z
11
+ date: 2025-03-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: