aws-partitions 1.1093.0 → 1.1095.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: 54fb7e9f1d37b7b519bec7c0ae1ba8853092ab3796a145993f6eb34e3214ee5d
4
- data.tar.gz: 748ea4d6d64fd7710042cd2739d76f9a970e6f1c01d8fd00f892b85e1325dec5
3
+ metadata.gz: 7fa47f72b23fb91432d88667668ef1c53dd5e8d9f700de206d19c6c9c50a269f
4
+ data.tar.gz: '01178c852047a2c21a5e4ffd4a3709eaf2572a78418d352878f2af62ecc9d207'
5
5
  SHA512:
6
- metadata.gz: 7c51bf112e9ae5c47f5915b2b7f18de24c545438e795eb65e59e844750025a0c4e1eeedfc11ed2d651100eb230a842edfda9f5e4ca47a3b882a4b631141e3171
7
- data.tar.gz: 626b9ef40642723244f759695c8246f02aee0eefa933e0d0949bcc70e782d004c3317d36f0a81555643f365e7ccafc2d842c3679af80e94b1fdb9ef97dbe9b5a
6
+ metadata.gz: 6a7492fb70051b14af3cbfa9ddf1e67f9f01cc76966f4069ef48b846782e3641dfa91818416ce7e58a154d6a150397c1196db9cb1c155a943fefd43f5cab0f7a
7
+ data.tar.gz: d38ab1a049a9cb1cf8134e0d7dcc0a0ad872f2cdd89ca1ded57238cbea7affcf3de5a8f47e21db1e421e6bf46e8fd8c34d6aa29e4a3d540cbd6263f22d5150d8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1095.0 (2025-04-30)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1094.0 (2025-04-29)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::SSMGuiConnect`.
13
+
4
14
  1.1093.0 (2025-04-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1093.0
1
+ 1.1095.0
@@ -585,6 +585,7 @@ module Aws
585
585
  'SQS' => 'sqs',
586
586
  'SSM' => 'ssm',
587
587
  'SSMContacts' => 'ssm-contacts',
588
+ 'SSMGuiConnect' => 'ssm-guiconnect',
588
589
  'SSMIncidents' => 'ssm-incidents',
589
590
  'SSMQuickSetup' => 'ssm-quicksetup',
590
591
  'SSO' => 'portal.sso',
data/partitions.json CHANGED
@@ -20040,6 +20040,7 @@
20040
20040
  "ap-northeast-1" : { },
20041
20041
  "ap-northeast-2" : { },
20042
20042
  "ap-south-1" : { },
20043
+ "ap-south-2" : { },
20043
20044
  "ap-southeast-1" : { },
20044
20045
  "ap-southeast-2" : { },
20045
20046
  "ap-southeast-3" : { },
@@ -37516,6 +37517,12 @@
37516
37517
  }
37517
37518
  }
37518
37519
  },
37520
+ "storagegateway" : {
37521
+ "endpoints" : {
37522
+ "us-iso-east-1" : { },
37523
+ "us-iso-west-1" : { }
37524
+ }
37525
+ },
37519
37526
  "streams.dynamodb" : {
37520
37527
  "defaults" : {
37521
37528
  "credentialScope" : {
@@ -37844,6 +37851,11 @@
37844
37851
  }
37845
37852
  }
37846
37853
  },
37854
+ "datasync" : {
37855
+ "endpoints" : {
37856
+ "us-isob-east-1" : { }
37857
+ }
37858
+ },
37847
37859
  "directconnect" : {
37848
37860
  "endpoints" : {
37849
37861
  "us-isob-east-1" : { }
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.1093.0
4
+ version: 1.1095.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-04-28 00:00:00.000000000 Z
11
+ date: 2025-04-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: