aws-partitions 1.1156.0 → 1.1165.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: 1fba1f322ed42c142643968bff0e33e6f12829174077f5f1ff6331bea3bc74c0
4
- data.tar.gz: f41d7f0eb19bcdcd5743ad66e61c8ae1209da62f5de6e8d583d82a81a624f8ad
3
+ metadata.gz: b144ce9090e5e776202efc53f79a682fb01b6770696a8922cf339c03a5eb8e90
4
+ data.tar.gz: 3ede09ecdb5ef2310bff2e5c35f721a599eefcbfbb83253ce1f8dfbaa9fa4239
5
5
  SHA512:
6
- metadata.gz: a1c9c75934952c512a4b11c78c65f13ae6540933dbc77bd365b58773a368ae5064208f464764d261ea1cca7a607f1a4c6b0fe956636de2b1c422b60c8f8fc23e
7
- data.tar.gz: 5e5da5b1a92e17b9d02ef89df62cb8fe0473ed8a5b5df3837dcfd4b192b6718b6d5815299a1252dc8721a4a7726a81471bce93c49b453b69379c90c042ca3807
6
+ metadata.gz: adbdd8d3b8b30e89877a3481df72a12eb2322647c48e020aa627a0222feb0cf1b65158c508416f795b62c50fb0ca99422609c1454bb645bb12ce02316f43ad29
7
+ data.tar.gz: 2da6f01a39f9bc6dbefc9d4f4bdb0b290b64ace84c5eee1a8a688ad4f8f248ddea4a95109dc8120fcff8aacbd76d41dd10e42746ce6fef9df6b09b49c5933ee9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,51 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1165.0 (2025-09-25)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1164.0 (2025-09-23)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.1163.0 (2025-09-22)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.1162.0 (2025-09-19)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.1161.0 (2025-09-16)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.1160.0 (2025-09-15)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.1159.0 (2025-09-11)
35
+ ------------------
36
+
37
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
38
+
39
+ 1.1158.0 (2025-09-10)
40
+ ------------------
41
+
42
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
43
+
44
+ 1.1157.0 (2025-09-09)
45
+ ------------------
46
+
47
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
48
+
4
49
  1.1156.0 (2025-09-08)
5
50
  ------------------
6
51
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1156.0
1
+ 1.1165.0
@@ -588,7 +588,6 @@ module Aws
588
588
  'S3Vectors' => 's3vectors',
589
589
  'SES' => 'email',
590
590
  'SESV2' => 'email',
591
- 'SMS' => 'sms',
592
591
  'SNS' => 'sns',
593
592
  'SQS' => 'sqs',
594
593
  'SSM' => 'ssm',
@@ -162,7 +162,7 @@
162
162
  "dualStackDnsSuffix" : "api.aws.ic.gov",
163
163
  "implicitGlobalRegion" : "us-iso-east-1",
164
164
  "name" : "aws-iso",
165
- "supportsDualStack" : false,
165
+ "supportsDualStack" : true,
166
166
  "supportsFIPS" : true
167
167
  },
168
168
  "regionRegex" : "^us\\-iso\\-\\w+\\-\\d+$",
@@ -184,7 +184,7 @@
184
184
  "dualStackDnsSuffix" : "api.aws.scloud",
185
185
  "implicitGlobalRegion" : "us-isob-east-1",
186
186
  "name" : "aws-iso-b",
187
- "supportsDualStack" : false,
187
+ "supportsDualStack" : true,
188
188
  "supportsFIPS" : true
189
189
  },
190
190
  "regionRegex" : "^us\\-isob\\-\\w+\\-\\d+$",
@@ -203,7 +203,7 @@
203
203
  "dualStackDnsSuffix" : "api.cloud-aws.adc-e.uk",
204
204
  "implicitGlobalRegion" : "eu-isoe-west-1",
205
205
  "name" : "aws-iso-e",
206
- "supportsDualStack" : false,
206
+ "supportsDualStack" : true,
207
207
  "supportsFIPS" : true
208
208
  },
209
209
  "regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
@@ -222,7 +222,7 @@
222
222
  "dualStackDnsSuffix" : "api.aws.hci.ic.gov",
223
223
  "implicitGlobalRegion" : "us-isof-south-1",
224
224
  "name" : "aws-iso-f",
225
- "supportsDualStack" : false,
225
+ "supportsDualStack" : true,
226
226
  "supportsFIPS" : true
227
227
  },
228
228
  "regionRegex" : "^us\\-isof\\-\\w+\\-\\d+$",
data/partitions.json CHANGED
@@ -3024,6 +3024,7 @@
3024
3024
  "endpoints" : {
3025
3025
  "af-south-1" : { },
3026
3026
  "ap-east-1" : { },
3027
+ "ap-east-2" : { },
3027
3028
  "ap-northeast-1" : {
3028
3029
  "variants" : [ {
3029
3030
  "tags" : [ "dualstack" ]
@@ -3034,11 +3035,13 @@
3034
3035
  "tags" : [ "dualstack" ]
3035
3036
  } ]
3036
3037
  },
3038
+ "ap-northeast-3" : { },
3037
3039
  "ap-south-1" : {
3038
3040
  "variants" : [ {
3039
3041
  "tags" : [ "dualstack" ]
3040
3042
  } ]
3041
3043
  },
3044
+ "ap-south-2" : { },
3042
3045
  "ap-southeast-1" : {
3043
3046
  "variants" : [ {
3044
3047
  "tags" : [ "dualstack" ]
@@ -3049,9 +3052,12 @@
3049
3052
  "tags" : [ "dualstack" ]
3050
3053
  } ]
3051
3054
  },
3055
+ "ap-southeast-3" : { },
3056
+ "ap-southeast-4" : { },
3052
3057
  "ap-southeast-5" : { },
3053
3058
  "ap-southeast-7" : { },
3054
3059
  "ca-central-1" : { },
3060
+ "ca-west-1" : { },
3055
3061
  "eu-central-1" : {
3056
3062
  "variants" : [ {
3057
3063
  "tags" : [ "dualstack" ]
@@ -3064,6 +3070,7 @@
3064
3070
  } ]
3065
3071
  },
3066
3072
  "eu-south-1" : { },
3073
+ "eu-south-2" : { },
3067
3074
  "eu-west-1" : {
3068
3075
  "variants" : [ {
3069
3076
  "tags" : [ "dualstack" ]
@@ -3079,7 +3086,10 @@
3079
3086
  "tags" : [ "dualstack" ]
3080
3087
  } ]
3081
3088
  },
3089
+ "il-central-1" : { },
3082
3090
  "me-central-1" : { },
3091
+ "me-south-1" : { },
3092
+ "mx-central-1" : { },
3083
3093
  "sa-east-1" : {
3084
3094
  "variants" : [ {
3085
3095
  "tags" : [ "dualstack" ]
@@ -3109,6 +3119,7 @@
3109
3119
  "us-east-2-fips" : {
3110
3120
  "deprecated" : true
3111
3121
  },
3122
+ "us-west-1" : { },
3112
3123
  "us-west-2" : {
3113
3124
  "variants" : [ {
3114
3125
  "tags" : [ "dualstack" ]
@@ -3788,6 +3799,7 @@
3788
3799
  },
3789
3800
  "bedrock" : {
3790
3801
  "endpoints" : {
3802
+ "ap-east-2" : { },
3791
3803
  "ap-northeast-1" : { },
3792
3804
  "ap-northeast-2" : { },
3793
3805
  "ap-northeast-3" : { },
@@ -3797,6 +3809,8 @@
3797
3809
  "ap-southeast-2" : { },
3798
3810
  "ap-southeast-3" : { },
3799
3811
  "ap-southeast-4" : { },
3812
+ "ap-southeast-5" : { },
3813
+ "ap-southeast-7" : { },
3800
3814
  "bedrock-ap-northeast-1" : {
3801
3815
  "credentialScope" : {
3802
3816
  "region" : "ap-northeast-1"
@@ -4094,6 +4108,8 @@
4094
4108
  "eu-west-1" : { },
4095
4109
  "eu-west-2" : { },
4096
4110
  "eu-west-3" : { },
4111
+ "il-central-1" : { },
4112
+ "me-central-1" : { },
4097
4113
  "sa-east-1" : { },
4098
4114
  "us-east-1" : { },
4099
4115
  "us-east-2" : { },
@@ -7514,6 +7530,7 @@
7514
7530
  } ]
7515
7531
  },
7516
7532
  "endpoints" : {
7533
+ "ap-east-1" : { },
7517
7534
  "ap-east-2" : { },
7518
7535
  "ap-northeast-1" : {
7519
7536
  "hostname" : "datazone.ap-northeast-1.api.aws"
@@ -7562,6 +7579,7 @@
7562
7579
  "eu-central-1" : {
7563
7580
  "hostname" : "datazone.eu-central-1.api.aws"
7564
7581
  },
7582
+ "eu-central-2" : { },
7565
7583
  "eu-north-1" : {
7566
7584
  "hostname" : "datazone.eu-north-1.api.aws"
7567
7585
  },
@@ -9539,6 +9557,7 @@
9539
9557
  "tags" : [ "fips" ]
9540
9558
  } ]
9541
9559
  },
9560
+ "ap-southeast-6" : { },
9542
9561
  "ap-southeast-7" : {
9543
9562
  "variants" : [ {
9544
9563
  "hostname" : "elasticfilesystem-fips.ap-southeast-7.amazonaws.com",
@@ -11204,6 +11223,7 @@
11204
11223
  "tags" : [ "fips" ]
11205
11224
  } ]
11206
11225
  },
11226
+ "ap-east-2" : { },
11207
11227
  "ap-northeast-1" : {
11208
11228
  "variants" : [ {
11209
11229
  "hostname" : "fms-fips.ap-northeast-1.amazonaws.com",
@@ -14044,6 +14064,7 @@
14044
14064
  },
14045
14065
  "kafkaconnect" : {
14046
14066
  "endpoints" : {
14067
+ "ap-east-2" : { },
14047
14068
  "ap-northeast-1" : { },
14048
14069
  "ap-northeast-2" : { },
14049
14070
  "ap-south-1" : { },
@@ -14051,12 +14072,16 @@
14051
14072
  "ap-southeast-1" : { },
14052
14073
  "ap-southeast-2" : { },
14053
14074
  "ap-southeast-5" : { },
14075
+ "ap-southeast-7" : { },
14054
14076
  "ca-central-1" : { },
14077
+ "ca-west-1" : { },
14055
14078
  "eu-central-1" : { },
14056
14079
  "eu-north-1" : { },
14080
+ "eu-south-2" : { },
14057
14081
  "eu-west-1" : { },
14058
14082
  "eu-west-2" : { },
14059
14083
  "eu-west-3" : { },
14084
+ "mx-central-1" : { },
14060
14085
  "sa-east-1" : { },
14061
14086
  "us-east-1" : { },
14062
14087
  "us-east-2" : { },
@@ -17877,6 +17902,7 @@
17877
17902
  },
17878
17903
  "hostname" : "oidc.ap-southeast-5.amazonaws.com"
17879
17904
  },
17905
+ "ap-southeast-7" : { },
17880
17906
  "ca-central-1" : {
17881
17907
  "credentialScope" : {
17882
17908
  "region" : "ca-central-1"
@@ -17955,6 +17981,7 @@
17955
17981
  },
17956
17982
  "hostname" : "oidc.me-south-1.amazonaws.com"
17957
17983
  },
17984
+ "mx-central-1" : { },
17958
17985
  "sa-east-1" : {
17959
17986
  "credentialScope" : {
17960
17987
  "region" : "sa-east-1"
@@ -18161,6 +18188,7 @@
18161
18188
  "il-central-1" : { },
18162
18189
  "me-central-1" : { },
18163
18190
  "me-south-1" : { },
18191
+ "mx-central-1" : { },
18164
18192
  "sa-east-1" : { },
18165
18193
  "us-east-1" : {
18166
18194
  "variants" : [ {
@@ -20226,7 +20254,9 @@
20226
20254
  },
20227
20255
  "redshift-serverless" : {
20228
20256
  "endpoints" : {
20257
+ "af-south-1" : { },
20229
20258
  "ap-east-1" : { },
20259
+ "ap-east-2" : { },
20230
20260
  "ap-northeast-1" : { },
20231
20261
  "ap-northeast-2" : { },
20232
20262
  "ap-south-1" : { },
@@ -20244,6 +20274,7 @@
20244
20274
  "eu-central-1" : { },
20245
20275
  "eu-central-2" : { },
20246
20276
  "eu-north-1" : { },
20277
+ "eu-south-1" : { },
20247
20278
  "eu-south-2" : { },
20248
20279
  "eu-west-1" : { },
20249
20280
  "eu-west-2" : { },
@@ -22974,6 +23005,7 @@
22974
23005
  "tags" : [ "dualstack" ]
22975
23006
  } ]
22976
23007
  },
23008
+ "ap-southeast-6" : { },
22977
23009
  "ap-southeast-7" : {
22978
23010
  "variants" : [ {
22979
23011
  "hostname" : "securityhub.ap-southeast-7.api.aws",
@@ -24129,23 +24161,6 @@
24129
24161
  "us-west-2" : { }
24130
24162
  }
24131
24163
  },
24132
- "sms" : {
24133
- "endpoints" : {
24134
- "fips-us-west-2" : {
24135
- "credentialScope" : {
24136
- "region" : "us-west-2"
24137
- },
24138
- "deprecated" : true,
24139
- "hostname" : "sms-fips.us-west-2.amazonaws.com"
24140
- },
24141
- "us-west-2" : {
24142
- "variants" : [ {
24143
- "hostname" : "sms-fips.us-west-2.amazonaws.com",
24144
- "tags" : [ "fips" ]
24145
- } ]
24146
- }
24147
- }
24148
- },
24149
24164
  "sms-voice" : {
24150
24165
  "endpoints" : {
24151
24166
  "af-south-1" : {
@@ -27375,6 +27390,7 @@
27375
27390
  "endpoints" : {
27376
27391
  "af-south-1" : { },
27377
27392
  "ap-east-1" : { },
27393
+ "ap-east-2" : { },
27378
27394
  "ap-northeast-1" : { },
27379
27395
  "ap-northeast-2" : { },
27380
27396
  "ap-northeast-3" : { },
@@ -27677,6 +27693,7 @@
27677
27693
  "ap-southeast-3" : { },
27678
27694
  "ap-southeast-4" : { },
27679
27695
  "ap-southeast-5" : { },
27696
+ "ap-southeast-6" : { },
27680
27697
  "ap-southeast-7" : { },
27681
27698
  "ca-central-1" : {
27682
27699
  "variants" : [ {
@@ -28443,6 +28460,7 @@
28443
28460
  "tags" : [ "fips" ]
28444
28461
  } ]
28445
28462
  },
28463
+ "ap-east-2" : { },
28446
28464
  "ap-northeast-1" : {
28447
28465
  "credentialScope" : {
28448
28466
  "region" : "ap-northeast-1"
@@ -30773,11 +30791,6 @@
30773
30791
  }
30774
30792
  }
30775
30793
  },
30776
- "sms" : {
30777
- "endpoints" : {
30778
- "cn-north-1" : { }
30779
- }
30780
- },
30781
30794
  "snowball" : {
30782
30795
  "endpoints" : {
30783
30796
  "cn-north-1" : {
@@ -30987,6 +31000,12 @@
30987
31000
  "cn-northwest-1" : { }
30988
31001
  }
30989
31002
  },
31003
+ "verifiedpermissions" : {
31004
+ "endpoints" : {
31005
+ "cn-north-1" : { },
31006
+ "cn-northwest-1" : { }
31007
+ }
31008
+ },
30990
31009
  "waf-regional" : {
30991
31010
  "endpoints" : {
30992
31011
  "cn-north-1" : {
@@ -31651,6 +31670,12 @@
31651
31670
  }
31652
31671
  }
31653
31672
  },
31673
+ "aps" : {
31674
+ "endpoints" : {
31675
+ "us-gov-east-1" : { },
31676
+ "us-gov-west-1" : { }
31677
+ }
31678
+ },
31654
31679
  "arc-zonal-shift" : {
31655
31680
  "endpoints" : {
31656
31681
  "us-gov-east-1" : { },
@@ -35861,23 +35886,6 @@
35861
35886
  }
35862
35887
  }
35863
35888
  },
35864
- "sms" : {
35865
- "endpoints" : {
35866
- "fips-us-gov-west-1" : {
35867
- "credentialScope" : {
35868
- "region" : "us-gov-west-1"
35869
- },
35870
- "deprecated" : true,
35871
- "hostname" : "sms-fips.us-gov-west-1.amazonaws.com"
35872
- },
35873
- "us-gov-west-1" : {
35874
- "variants" : [ {
35875
- "hostname" : "sms-fips.us-gov-west-1.amazonaws.com",
35876
- "tags" : [ "fips" ]
35877
- } ]
35878
- }
35879
- }
35880
- },
35881
35889
  "sms-voice" : {
35882
35890
  "endpoints" : {
35883
35891
  "fips-us-gov-east-1" : {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1156.0
4
+ version: 1.1165.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services