aws-partitions 1.788.0 → 1.790.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: bdb32c2f41d761471988ec510533eb9055802da3c2448d2aae121243a9a45277
4
- data.tar.gz: 8b3299ff25b0ed9f5abbd4a3fba92b0611337b89846969ee927969268d846005
3
+ metadata.gz: 26de6123f9c0fd860f7e3a02072c9a0e33d6a39818bc446644b74fe5cdd74e54
4
+ data.tar.gz: 689f762b63c6078cf9c2a64f9a16c4ed631afaa23cb329190429d4bb0f9d36c1
5
5
  SHA512:
6
- metadata.gz: 39dfcc823bbf05f7da291ce9d96853b08bc598da80811887007c7c3cdf2cc6866d8475c2be99447527507f77471d22b4d4b211f0bd81ce9373402da429ff4e28
7
- data.tar.gz: 43f795b9b700f2252e6f6cc2bdff7f0a22d0ef7b120740316d4ee08fa15239aa138a08175b5aa1597810d1a3b8e7e3816be5fd07627b17ad53b4125a979766be
6
+ metadata.gz: 48322a3f2153907df338e02009bd6aba45f204f51652b2f93a6605bdffa809024286bd4065b36597c49e84144af59dd971bbaf15be9da6540f8b407fa2b37e41
7
+ data.tar.gz: bbaff1461348c8ff2bbcf9228d927b0b896a9825a0251d6f47fda51901486937b9b7badfb3d3e2aa0aae627a132b82a7c50bcb8e96d4cee3efc877889ca37ba7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.790.0 (2023-07-20)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.789.0 (2023-07-19)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::MedicalImaging`.
13
+
4
14
  1.788.0 (2023-07-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.788.0
1
+ 1.790.0
@@ -467,6 +467,7 @@ module Aws
467
467
  'MediaStore' => 'mediastore',
468
468
  'MediaStoreData' => 'data.mediastore',
469
469
  'MediaTailor' => 'api.mediatailor',
470
+ 'MedicalImaging' => 'medical-imaging',
470
471
  'MemoryDB' => 'memory-db',
471
472
  'Mgn' => 'mgn',
472
473
  'MigrationHub' => 'mgh',
data/partitions.json CHANGED
@@ -22712,18 +22712,6 @@
22712
22712
  }
22713
22713
  }
22714
22714
  },
22715
- "savingsplans" : {
22716
- "endpoints" : {
22717
- "aws-us-gov-global" : {
22718
- "credentialScope" : {
22719
- "region" : "us-gov-west-1"
22720
- },
22721
- "hostname" : "savingsplans.amazonaws.com"
22722
- }
22723
- },
22724
- "isRegionalized" : false,
22725
- "partitionEndpoint" : "aws-us-gov-global"
22726
- },
22727
22715
  "secretsmanager" : {
22728
22716
  "endpoints" : {
22729
22717
  "us-gov-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.788.0
4
+ version: 1.790.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: 2023-07-18 00:00:00.000000000 Z
11
+ date: 2023-07-20 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: