aws-partitions 1.1179.0 → 1.1180.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: 948a2bad9d1c48a7c73eb16263daf5c10ce1afd34567c32d35da5d73b8de6dbd
4
- data.tar.gz: 7141a896d7dadc60a098e6c1731fd1acb8adfb531687503ed3d100273fdc08c9
3
+ metadata.gz: fcb4de6bceb8120a8099c93e982060dc42f4219af6307f2d803fd2ee5b572dcf
4
+ data.tar.gz: 9c90ab8152b114cdaaa59c30207c219f95b648c6fb6ec7f4a4004ad2bb36e1af
5
5
  SHA512:
6
- metadata.gz: 3c8fb5c7ba62c57a18d342090a4c74fae3058a01410c38a7b886df841c59ec373ff6f78c91044b857d17868f142809a272ffb1ba4b077ded28732bdba7041ee1
7
- data.tar.gz: d1e55ab14c9999352624e702363f1aef88bb7354fd3b340c30df43fe5626bc5cf4dd6170e464742ea5e416fb8a35f9cc61d0c1696f08cba1b73de215c38eb037
6
+ metadata.gz: e9ae45f8aaf923a74112a0c5afd7393477e1d986a0dc1e3bf34d91537f5d4fbf4275d67d8119ce3ececd1176cfaff8d1de1c62a1d181a4ae45c5877b0bc23ea6
7
+ data.tar.gz: 8a128b8caf3ba04d7144eeb9af692b84723d607bf4666e185bb0efc05cd64e6cbebc52dcc4c409c455369c091958c02b8a5cdb86a5d0ec3ee5784f7d181417a1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1180.0 (2025-11-04)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1179.0 (2025-10-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1179.0
1
+ 1.1180.0
@@ -267,7 +267,6 @@ module Aws
267
267
  'AppRunner' => 'apprunner',
268
268
  'AppStream' => 'appstream2',
269
269
  'AppSync' => 'appsync',
270
- 'AppTest' => 'apptest',
271
270
  'Appflow' => 'appflow',
272
271
  'ApplicationAutoScaling' => 'application-autoscaling',
273
272
  'ApplicationCostProfiler' => 'application-cost-profiler',
@@ -440,7 +439,6 @@ module Aws
440
439
  'IoTDeviceAdvisor' => 'api.iotdeviceadvisor',
441
440
  'IoTEvents' => 'iotevents',
442
441
  'IoTEventsData' => 'data.iotevents',
443
- 'IoTFleetHub' => 'api.fleethub.iot',
444
442
  'IoTFleetWise' => 'iotfleetwise',
445
443
  'IoTJobsDataPlane' => 'data.jobs.iot',
446
444
  'IoTManagedIntegrations' => 'api.iotmanagedintegrations',
@@ -478,8 +476,6 @@ module Aws
478
476
  'Lightsail' => 'lightsail',
479
477
  'LocationService' => 'geo',
480
478
  'LookoutEquipment' => 'lookoutequipment',
481
- 'LookoutMetrics' => 'lookoutmetrics',
482
- 'LookoutforVision' => 'lookoutvision',
483
479
  'MPA' => 'mpa',
484
480
  'MQ' => 'mq',
485
481
  'MTurk' => 'mturk-requester',
@@ -556,8 +552,6 @@ module Aws
556
552
  'QApps' => 'data.qapps',
557
553
  'QBusiness' => 'qbusiness',
558
554
  'QConnect' => 'wisdom',
559
- 'QLDB' => 'qldb',
560
- 'QLDBSession' => 'session.qldb',
561
555
  'QuickSight' => 'quicksight',
562
556
  'RAM' => 'ram',
563
557
  'RDS' => 'rds',
@@ -573,7 +567,6 @@ module Aws
573
567
  'ResourceExplorer2' => 'resource-explorer-2',
574
568
  'ResourceGroups' => 'resource-groups',
575
569
  'ResourceGroupsTaggingAPI' => 'tagging',
576
- 'RoboMaker' => 'robomaker',
577
570
  'RolesAnywhere' => 'rolesanywhere',
578
571
  'Route53' => 'route53',
579
572
  'Route53Domains' => 'route53domains',
data/partitions.json CHANGED
@@ -4152,6 +4152,7 @@
4152
4152
  "deprecated" : true,
4153
4153
  "hostname" : "cassandra-fips.us-west-2.amazonaws.com"
4154
4154
  },
4155
+ "me-central-1" : { },
4155
4156
  "me-south-1" : { },
4156
4157
  "sa-east-1" : { },
4157
4158
  "us-east-1" : {
@@ -36522,6 +36523,12 @@
36522
36523
  }
36523
36524
  },
36524
36525
  "services" : {
36526
+ "acm" : {
36527
+ "endpoints" : {
36528
+ "us-iso-east-1" : { },
36529
+ "us-iso-west-1" : { }
36530
+ }
36531
+ },
36525
36532
  "agreement-marketplace" : {
36526
36533
  "endpoints" : {
36527
36534
  "fips-us-iso-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.1179.0
4
+ version: 1.1180.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services