aws-partitions 1.971.0 → 1.972.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7468f146b8cc53320261b356f8d9a0beec58d7b45ef5f5ce0d6b08e1fd07ba75
4
- data.tar.gz: 4bd11a2cce44100c45f9b9629fc7fcf18fb68e2934db90b08ba8611e894c2edb
3
+ metadata.gz: 72f2cbba29e636154158e576b9bf717e9f31203a5cfebf1dd33ad40eddf6b78a
4
+ data.tar.gz: 2017dee1f879ba04f7ad21c396b13d9d6b9b511a5bdbfb0ab303ba170462d8f0
5
5
  SHA512:
6
- metadata.gz: 586d69c4f30871663937fe20c89f67b29c92d245aad8692dba81cd7814a8d341809bbbd65441c2f9f244fff05e28c99d877a12d0e3024606a0bbcb3309daf4a0
7
- data.tar.gz: e2c1cfb37913ebff4736c15f8b7cb81e91e18c73b8db89dbae66811cdb3bd434201c2cdfc5ca050d5cbc54b7b9b27e6f53d0190779c09ee6952193335a6e6388
6
+ metadata.gz: fd09f8c17dc3d37e0815a65e63aa108b3def63de183862b4ca1acf5c6f36d0b100e1cc55b8bf74aa8c1959682fb7c293efb84d7efc0682b0158a2b91643176cf
7
+ data.tar.gz: ba201b2f4b0d923f8d20806b7fb7995744d9c9202bbce17bae004094f6a1812d24bd9617a0fe7424f06d4159c6e3e3ead306468e03493fcea13f8bca15c4eb37
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.972.0 (2024-09-09)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.971.0 (2024-09-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.971.0
1
+ 1.972.0
@@ -447,7 +447,6 @@ module Aws
447
447
  'KinesisVideoWebRTCStorage' => 'kinesisvideo',
448
448
  'LakeFormation' => 'lakeformation',
449
449
  'Lambda' => 'lambda',
450
- 'LambdaPreview' => 'lambda',
451
450
  'LaunchWizard' => 'launchwizard',
452
451
  'Lex' => 'runtime.lex',
453
452
  'LexModelBuildingService' => 'models.lex',
data/partitions.json CHANGED
@@ -1757,6 +1757,12 @@
1757
1757
  "tags" : [ "dualstack" ]
1758
1758
  } ]
1759
1759
  },
1760
+ "eu-central-2" : {
1761
+ "variants" : [ {
1762
+ "hostname" : "appmesh.eu-central-2.api.aws",
1763
+ "tags" : [ "dualstack" ]
1764
+ } ]
1765
+ },
1760
1766
  "eu-north-1" : {
1761
1767
  "variants" : [ {
1762
1768
  "hostname" : "appmesh.eu-north-1.api.aws",
@@ -1769,6 +1775,12 @@
1769
1775
  "tags" : [ "dualstack" ]
1770
1776
  } ]
1771
1777
  },
1778
+ "eu-south-2" : {
1779
+ "variants" : [ {
1780
+ "hostname" : "appmesh.eu-south-2.api.aws",
1781
+ "tags" : [ "dualstack" ]
1782
+ } ]
1783
+ },
1772
1784
  "eu-west-1" : {
1773
1785
  "variants" : [ {
1774
1786
  "hostname" : "appmesh.eu-west-1.api.aws",
@@ -2020,6 +2032,21 @@
2020
2032
  "us-west-2" : { }
2021
2033
  }
2022
2034
  },
2035
+ "apptest" : {
2036
+ "endpoints" : {
2037
+ "ap-southeast-2" : { },
2038
+ "eu-central-1" : { },
2039
+ "fips-us-east-1" : {
2040
+ "deprecated" : true
2041
+ },
2042
+ "sa-east-1" : { },
2043
+ "us-east-1" : {
2044
+ "variants" : [ {
2045
+ "tags" : [ "fips" ]
2046
+ } ]
2047
+ }
2048
+ }
2049
+ },
2023
2050
  "aps" : {
2024
2051
  "defaults" : {
2025
2052
  "protocols" : [ "https" ]
@@ -6859,22 +6886,102 @@
6859
6886
  },
6860
6887
  "elasticbeanstalk" : {
6861
6888
  "endpoints" : {
6862
- "af-south-1" : { },
6863
- "ap-east-1" : { },
6864
- "ap-northeast-1" : { },
6865
- "ap-northeast-2" : { },
6866
- "ap-northeast-3" : { },
6867
- "ap-south-1" : { },
6868
- "ap-southeast-1" : { },
6869
- "ap-southeast-2" : { },
6870
- "ap-southeast-3" : { },
6871
- "ca-central-1" : { },
6872
- "eu-central-1" : { },
6873
- "eu-north-1" : { },
6874
- "eu-south-1" : { },
6875
- "eu-west-1" : { },
6876
- "eu-west-2" : { },
6877
- "eu-west-3" : { },
6889
+ "af-south-1" : {
6890
+ "variants" : [ {
6891
+ "hostname" : "elasticbeanstalk.af-south-1.api.aws",
6892
+ "tags" : [ "dualstack" ]
6893
+ } ]
6894
+ },
6895
+ "ap-east-1" : {
6896
+ "variants" : [ {
6897
+ "hostname" : "elasticbeanstalk.ap-east-1.api.aws",
6898
+ "tags" : [ "dualstack" ]
6899
+ } ]
6900
+ },
6901
+ "ap-northeast-1" : {
6902
+ "variants" : [ {
6903
+ "hostname" : "elasticbeanstalk.ap-northeast-1.api.aws",
6904
+ "tags" : [ "dualstack" ]
6905
+ } ]
6906
+ },
6907
+ "ap-northeast-2" : {
6908
+ "variants" : [ {
6909
+ "hostname" : "elasticbeanstalk.ap-northeast-2.api.aws",
6910
+ "tags" : [ "dualstack" ]
6911
+ } ]
6912
+ },
6913
+ "ap-northeast-3" : {
6914
+ "variants" : [ {
6915
+ "hostname" : "elasticbeanstalk.ap-northeast-3.api.aws",
6916
+ "tags" : [ "dualstack" ]
6917
+ } ]
6918
+ },
6919
+ "ap-south-1" : {
6920
+ "variants" : [ {
6921
+ "hostname" : "elasticbeanstalk.ap-south-1.api.aws",
6922
+ "tags" : [ "dualstack" ]
6923
+ } ]
6924
+ },
6925
+ "ap-southeast-1" : {
6926
+ "variants" : [ {
6927
+ "hostname" : "elasticbeanstalk.ap-southeast-1.api.aws",
6928
+ "tags" : [ "dualstack" ]
6929
+ } ]
6930
+ },
6931
+ "ap-southeast-2" : {
6932
+ "variants" : [ {
6933
+ "hostname" : "elasticbeanstalk.ap-southeast-2.api.aws",
6934
+ "tags" : [ "dualstack" ]
6935
+ } ]
6936
+ },
6937
+ "ap-southeast-3" : {
6938
+ "variants" : [ {
6939
+ "hostname" : "elasticbeanstalk.ap-southeast-3.api.aws",
6940
+ "tags" : [ "dualstack" ]
6941
+ } ]
6942
+ },
6943
+ "ca-central-1" : {
6944
+ "variants" : [ {
6945
+ "hostname" : "elasticbeanstalk.ca-central-1.api.aws",
6946
+ "tags" : [ "dualstack" ]
6947
+ } ]
6948
+ },
6949
+ "eu-central-1" : {
6950
+ "variants" : [ {
6951
+ "hostname" : "elasticbeanstalk.eu-central-1.api.aws",
6952
+ "tags" : [ "dualstack" ]
6953
+ } ]
6954
+ },
6955
+ "eu-north-1" : {
6956
+ "variants" : [ {
6957
+ "hostname" : "elasticbeanstalk.eu-north-1.api.aws",
6958
+ "tags" : [ "dualstack" ]
6959
+ } ]
6960
+ },
6961
+ "eu-south-1" : {
6962
+ "variants" : [ {
6963
+ "hostname" : "elasticbeanstalk.eu-south-1.api.aws",
6964
+ "tags" : [ "dualstack" ]
6965
+ } ]
6966
+ },
6967
+ "eu-west-1" : {
6968
+ "variants" : [ {
6969
+ "hostname" : "elasticbeanstalk.eu-west-1.api.aws",
6970
+ "tags" : [ "dualstack" ]
6971
+ } ]
6972
+ },
6973
+ "eu-west-2" : {
6974
+ "variants" : [ {
6975
+ "hostname" : "elasticbeanstalk.eu-west-2.api.aws",
6976
+ "tags" : [ "dualstack" ]
6977
+ } ]
6978
+ },
6979
+ "eu-west-3" : {
6980
+ "variants" : [ {
6981
+ "hostname" : "elasticbeanstalk.eu-west-3.api.aws",
6982
+ "tags" : [ "dualstack" ]
6983
+ } ]
6984
+ },
6878
6985
  "fips-us-east-1" : {
6879
6986
  "credentialScope" : {
6880
6987
  "region" : "us-east-1"
@@ -6903,31 +7010,70 @@
6903
7010
  "deprecated" : true,
6904
7011
  "hostname" : "elasticbeanstalk-fips.us-west-2.amazonaws.com"
6905
7012
  },
6906
- "il-central-1" : { },
6907
- "me-south-1" : { },
6908
- "sa-east-1" : { },
7013
+ "il-central-1" : {
7014
+ "variants" : [ {
7015
+ "hostname" : "elasticbeanstalk.il-central-1.api.aws",
7016
+ "tags" : [ "dualstack" ]
7017
+ } ]
7018
+ },
7019
+ "me-south-1" : {
7020
+ "variants" : [ {
7021
+ "hostname" : "elasticbeanstalk.me-south-1.api.aws",
7022
+ "tags" : [ "dualstack" ]
7023
+ } ]
7024
+ },
7025
+ "sa-east-1" : {
7026
+ "variants" : [ {
7027
+ "hostname" : "elasticbeanstalk.sa-east-1.api.aws",
7028
+ "tags" : [ "dualstack" ]
7029
+ } ]
7030
+ },
6909
7031
  "us-east-1" : {
6910
7032
  "variants" : [ {
6911
7033
  "hostname" : "elasticbeanstalk-fips.us-east-1.amazonaws.com",
6912
7034
  "tags" : [ "fips" ]
7035
+ }, {
7036
+ "hostname" : "elasticbeanstalk-fips.us-east-1.api.aws",
7037
+ "tags" : [ "dualstack", "fips" ]
7038
+ }, {
7039
+ "hostname" : "elasticbeanstalk.us-east-1.api.aws",
7040
+ "tags" : [ "dualstack" ]
6913
7041
  } ]
6914
7042
  },
6915
7043
  "us-east-2" : {
6916
7044
  "variants" : [ {
6917
7045
  "hostname" : "elasticbeanstalk-fips.us-east-2.amazonaws.com",
6918
7046
  "tags" : [ "fips" ]
7047
+ }, {
7048
+ "hostname" : "elasticbeanstalk-fips.us-east-2.api.aws",
7049
+ "tags" : [ "dualstack", "fips" ]
7050
+ }, {
7051
+ "hostname" : "elasticbeanstalk.us-east-2.api.aws",
7052
+ "tags" : [ "dualstack" ]
6919
7053
  } ]
6920
7054
  },
6921
7055
  "us-west-1" : {
6922
7056
  "variants" : [ {
6923
7057
  "hostname" : "elasticbeanstalk-fips.us-west-1.amazonaws.com",
6924
7058
  "tags" : [ "fips" ]
7059
+ }, {
7060
+ "hostname" : "elasticbeanstalk-fips.us-west-1.api.aws",
7061
+ "tags" : [ "dualstack", "fips" ]
7062
+ }, {
7063
+ "hostname" : "elasticbeanstalk.us-west-1.api.aws",
7064
+ "tags" : [ "dualstack" ]
6925
7065
  } ]
6926
7066
  },
6927
7067
  "us-west-2" : {
6928
7068
  "variants" : [ {
6929
7069
  "hostname" : "elasticbeanstalk-fips.us-west-2.amazonaws.com",
6930
7070
  "tags" : [ "fips" ]
7071
+ }, {
7072
+ "hostname" : "elasticbeanstalk-fips.us-west-2.api.aws",
7073
+ "tags" : [ "dualstack", "fips" ]
7074
+ }, {
7075
+ "hostname" : "elasticbeanstalk.us-west-2.api.aws",
7076
+ "tags" : [ "dualstack" ]
6931
7077
  } ]
6932
7078
  }
6933
7079
  }
@@ -15984,8 +16130,32 @@
15984
16130
  "ap-southeast-3" : { },
15985
16131
  "ap-southeast-4" : { },
15986
16132
  "ap-southeast-5" : { },
15987
- "ca-central-1" : { },
15988
- "ca-west-1" : { },
16133
+ "ca-central-1" : {
16134
+ "variants" : [ {
16135
+ "hostname" : "route53resolver-fips.ca-central-1.amazonaws.com",
16136
+ "tags" : [ "fips" ]
16137
+ } ]
16138
+ },
16139
+ "ca-central-1-fips" : {
16140
+ "credentialScope" : {
16141
+ "region" : "ca-central-1"
16142
+ },
16143
+ "deprecated" : true,
16144
+ "hostname" : "route53resolver-fips.ca-central-1.amazonaws.com"
16145
+ },
16146
+ "ca-west-1" : {
16147
+ "variants" : [ {
16148
+ "hostname" : "route53resolver-fips.ca-west-1.amazonaws.com",
16149
+ "tags" : [ "fips" ]
16150
+ } ]
16151
+ },
16152
+ "ca-west-1-fips" : {
16153
+ "credentialScope" : {
16154
+ "region" : "ca-west-1"
16155
+ },
16156
+ "deprecated" : true,
16157
+ "hostname" : "route53resolver-fips.ca-west-1.amazonaws.com"
16158
+ },
15989
16159
  "eu-central-1" : { },
15990
16160
  "eu-central-2" : { },
15991
16161
  "eu-north-1" : { },
@@ -15998,10 +16168,58 @@
15998
16168
  "me-central-1" : { },
15999
16169
  "me-south-1" : { },
16000
16170
  "sa-east-1" : { },
16001
- "us-east-1" : { },
16002
- "us-east-2" : { },
16003
- "us-west-1" : { },
16004
- "us-west-2" : { }
16171
+ "us-east-1" : {
16172
+ "variants" : [ {
16173
+ "hostname" : "route53resolver-fips.us-east-1.amazonaws.com",
16174
+ "tags" : [ "fips" ]
16175
+ } ]
16176
+ },
16177
+ "us-east-1-fips" : {
16178
+ "credentialScope" : {
16179
+ "region" : "us-east-1"
16180
+ },
16181
+ "deprecated" : true,
16182
+ "hostname" : "route53resolver-fips.us-east-1.amazonaws.com"
16183
+ },
16184
+ "us-east-2" : {
16185
+ "variants" : [ {
16186
+ "hostname" : "route53resolver-fips.us-east-2.amazonaws.com",
16187
+ "tags" : [ "fips" ]
16188
+ } ]
16189
+ },
16190
+ "us-east-2-fips" : {
16191
+ "credentialScope" : {
16192
+ "region" : "us-east-2"
16193
+ },
16194
+ "deprecated" : true,
16195
+ "hostname" : "route53resolver-fips.us-east-2.amazonaws.com"
16196
+ },
16197
+ "us-west-1" : {
16198
+ "variants" : [ {
16199
+ "hostname" : "route53resolver-fips.us-west-1.amazonaws.com",
16200
+ "tags" : [ "fips" ]
16201
+ } ]
16202
+ },
16203
+ "us-west-1-fips" : {
16204
+ "credentialScope" : {
16205
+ "region" : "us-west-1"
16206
+ },
16207
+ "deprecated" : true,
16208
+ "hostname" : "route53resolver-fips.us-west-1.amazonaws.com"
16209
+ },
16210
+ "us-west-2" : {
16211
+ "variants" : [ {
16212
+ "hostname" : "route53resolver-fips.us-west-2.amazonaws.com",
16213
+ "tags" : [ "fips" ]
16214
+ } ]
16215
+ },
16216
+ "us-west-2-fips" : {
16217
+ "credentialScope" : {
16218
+ "region" : "us-west-2"
16219
+ },
16220
+ "deprecated" : true,
16221
+ "hostname" : "route53resolver-fips.us-west-2.amazonaws.com"
16222
+ }
16005
16223
  }
16006
16224
  },
16007
16225
  "rum" : {
@@ -25093,6 +25311,9 @@
25093
25311
  "variants" : [ {
25094
25312
  "hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com",
25095
25313
  "tags" : [ "fips" ]
25314
+ }, {
25315
+ "hostname" : "elasticbeanstalk.us-gov-east-1.api.aws",
25316
+ "tags" : [ "dualstack" ]
25096
25317
  } ]
25097
25318
  },
25098
25319
  "us-gov-east-1-fips" : {
@@ -25110,6 +25331,9 @@
25110
25331
  "variants" : [ {
25111
25332
  "hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com",
25112
25333
  "tags" : [ "fips" ]
25334
+ }, {
25335
+ "hostname" : "elasticbeanstalk.us-gov-west-1.api.aws",
25336
+ "tags" : [ "dualstack" ]
25113
25337
  } ]
25114
25338
  },
25115
25339
  "us-gov-west-1-fips" : {
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.971.0
4
+ version: 1.972.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: 2024-09-04 00:00:00.000000000 Z
11
+ date: 2024-09-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: