aws-partitions 1.1092.0 → 1.1094.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: f2fd1b11ef5720e98ba1de589039b145ab63e92324b304bfd193daa9224808d3
4
- data.tar.gz: 117cb1c0f1f7ca0a8ff8626995dbafe710de24dff8c66204713cb3a3406c01e3
3
+ metadata.gz: 0d340522542b601aea61bbe306fb3e3c4bc017a08eac2800da62ef8878b1fe5d
4
+ data.tar.gz: 54a9aa0dc60e1d355b6ed91d73728fb661fb69857727743bd01f5353a884c265
5
5
  SHA512:
6
- metadata.gz: 3d1de6da65ee2106f6d632bbc53231e6e059e3acf430d7ff88031de5a14f9d7dba892d880917cbfc4b6ff8b84527e2b1f3264fa839ef95bea4b06f87233f4e00
7
- data.tar.gz: 6fb0a08eed301784e32c70fa8bd2b018711ebc598eea41d04afdb067a1690ebeb7c946a8915a7d8bb28a3df630e296d52871a31cc3b3d0565d5d03c5844ddcbe
6
+ metadata.gz: 8a60737507fb1115ca6fbb6e8e70dd9cd88814b713971a8d3ee0bc7748d8bf6571aec397c2fdedcde846bb88f24ca3c590eed2508a149381ad8235798566b74a
7
+ data.tar.gz: 3d19d85f47a9546968c84a4bac0e8bb58c883f165787c61d074bb2ff171403d91eb8ba5e0d980c5cfe144062d7064e78162596c2611a2d80cab167fe069f03a3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1094.0 (2025-04-29)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::SSMGuiConnect`.
8
+
9
+ 1.1093.0 (2025-04-28)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1092.0 (2025-04-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1092.0
1
+ 1.1094.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
@@ -21417,6 +21417,7 @@
21417
21417
  "ap-southeast-2" : { },
21418
21418
  "ap-southeast-3" : { },
21419
21419
  "ap-southeast-4" : { },
21420
+ "ap-southeast-7" : { },
21420
21421
  "ca-central-1" : { },
21421
21422
  "ca-west-1" : { },
21422
21423
  "eu-central-1" : { },
@@ -21430,6 +21431,7 @@
21430
21431
  "il-central-1" : { },
21431
21432
  "me-central-1" : { },
21432
21433
  "me-south-1" : { },
21434
+ "mx-central-1" : { },
21433
21435
  "sa-east-1" : { },
21434
21436
  "us-east-1" : {
21435
21437
  "variants" : [ {
@@ -37514,6 +37516,12 @@
37514
37516
  }
37515
37517
  }
37516
37518
  },
37519
+ "storagegateway" : {
37520
+ "endpoints" : {
37521
+ "us-iso-east-1" : { },
37522
+ "us-iso-west-1" : { }
37523
+ }
37524
+ },
37517
37525
  "streams.dynamodb" : {
37518
37526
  "defaults" : {
37519
37527
  "credentialScope" : {
@@ -37842,6 +37850,11 @@
37842
37850
  }
37843
37851
  }
37844
37852
  },
37853
+ "datasync" : {
37854
+ "endpoints" : {
37855
+ "us-isob-east-1" : { }
37856
+ }
37857
+ },
37845
37858
  "directconnect" : {
37846
37859
  "endpoints" : {
37847
37860
  "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.1092.0
4
+ version: 1.1094.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-25 00:00:00.000000000 Z
11
+ date: 2025-04-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: