aws-partitions 1.1159.0 → 1.1160.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: c96ff9beac535368670d1a04806b88213c32c5536c7376ff09ebab7e1b8a4ee9
4
- data.tar.gz: 671480f8b4bcb787a931ab502b0ce9e65f6adbadf046ae6220853bf6fa0de8b7
3
+ metadata.gz: 59a2edfc13a25dca1f7ff508dbd98c153b60170810d3ac1c5bdf1b35801e6173
4
+ data.tar.gz: 8a36e45e8de66599aefa1e98a4232fb86a050ba577b9d142632dc98794646b43
5
5
  SHA512:
6
- metadata.gz: 8c419a20bba3aaa08f7b71f872d402172365d7760729d0aee75f18ffe76f4b8cca5bf37d3f54b776e63772e301ff651759af022fb08dd6638f1709f5e5d39a43
7
- data.tar.gz: a0f81b075153e67cc4db3c0076e7fd9a2a638978a79b2f67c5557ba79e84c47f87be8d0052455160b81724b16730d3797858dd929cb8f2de620e6001cbb812ab
6
+ metadata.gz: 020fb0a4adad736b6f612b9d21f054951d0018507d301d2731011a839816017719a8919da666acf570d3f7b3507795712f7468471c87ea83a019972faa967a39
7
+ data.tar.gz: 8fc4052755261666c4889940b993de61edff8ebe56b09df6b43d5a9420b21366ba4e42931d2280836e862dec40b7999cd21083f8cef110ee6628905c39896ba2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1160.0 (2025-09-15)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1159.0 (2025-09-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1159.0
1
+ 1.1160.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',
data/partitions.json CHANGED
@@ -24131,23 +24131,6 @@
24131
24131
  "us-west-2" : { }
24132
24132
  }
24133
24133
  },
24134
- "sms" : {
24135
- "endpoints" : {
24136
- "fips-us-west-2" : {
24137
- "credentialScope" : {
24138
- "region" : "us-west-2"
24139
- },
24140
- "deprecated" : true,
24141
- "hostname" : "sms-fips.us-west-2.amazonaws.com"
24142
- },
24143
- "us-west-2" : {
24144
- "variants" : [ {
24145
- "hostname" : "sms-fips.us-west-2.amazonaws.com",
24146
- "tags" : [ "fips" ]
24147
- } ]
24148
- }
24149
- }
24150
- },
24151
24134
  "sms-voice" : {
24152
24135
  "endpoints" : {
24153
24136
  "af-south-1" : {
@@ -27377,6 +27360,7 @@
27377
27360
  "endpoints" : {
27378
27361
  "af-south-1" : { },
27379
27362
  "ap-east-1" : { },
27363
+ "ap-east-2" : { },
27380
27364
  "ap-northeast-1" : { },
27381
27365
  "ap-northeast-2" : { },
27382
27366
  "ap-northeast-3" : { },
@@ -30777,11 +30761,6 @@
30777
30761
  }
30778
30762
  }
30779
30763
  },
30780
- "sms" : {
30781
- "endpoints" : {
30782
- "cn-north-1" : { }
30783
- }
30784
- },
30785
30764
  "snowball" : {
30786
30765
  "endpoints" : {
30787
30766
  "cn-north-1" : {
@@ -35871,23 +35850,6 @@
35871
35850
  }
35872
35851
  }
35873
35852
  },
35874
- "sms" : {
35875
- "endpoints" : {
35876
- "fips-us-gov-west-1" : {
35877
- "credentialScope" : {
35878
- "region" : "us-gov-west-1"
35879
- },
35880
- "deprecated" : true,
35881
- "hostname" : "sms-fips.us-gov-west-1.amazonaws.com"
35882
- },
35883
- "us-gov-west-1" : {
35884
- "variants" : [ {
35885
- "hostname" : "sms-fips.us-gov-west-1.amazonaws.com",
35886
- "tags" : [ "fips" ]
35887
- } ]
35888
- }
35889
- }
35890
- },
35891
35853
  "sms-voice" : {
35892
35854
  "endpoints" : {
35893
35855
  "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.1159.0
4
+ version: 1.1160.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services