aws-partitions 1.879.0 → 1.881.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cf6b6477c68c2d1aa965873358d73b426160f638c4e52858a80d28477633ac0b
4
- data.tar.gz: 5c21d97f68d3b0366549f6605b184865766bb4de0b6f91653792ff4b64c8a822
3
+ metadata.gz: 5fb42cc4027add62108f362821be35abba94c0c185cd64318c4b2aed09db47fa
4
+ data.tar.gz: 111738bdf2ba2f3aa868bc63e2afad95b17a552e48a0942352276cb22eff893c
5
5
  SHA512:
6
- metadata.gz: addcf00d3d4e60224e72f1d8c085a6f71d56e8332fdd0f98bfa2b57eeea019901b2bd87c95554f6bbea10ea9126fa1f0f9792376281cdef8d1e8faef24564872
7
- data.tar.gz: 37e478d71aa6d7f9d58e9e0fffaebfd2ae97ca4af852b16860cab4fb7fa0a129173240f3c4eca64eeed0ce9697a9c6163e2e6669831c4b8785e9c3a26030488a
6
+ metadata.gz: c023dbc4d07b59cc73b48487f1de6e5c1b7743ece42839cb83203cc0186c0235adb389b98297909adb50c5db5dd90e9aadde516f82b2e2b631b2f0fecc6870d7
7
+ data.tar.gz: b911f14c4b5e8a88a283dd9895c06d02d6935bf296ab6a018042eb0dbb29891ae2eb1626695496ac70e08d0eba98b6556552a7069c5c0cebb6f26453ae466f1a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.881.0 (2024-01-16)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.880.0 (2024-01-12)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::SupplyChain`.
13
+
4
14
  1.879.0 (2024-01-11)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.879.0
1
+ 1.881.0
@@ -593,6 +593,7 @@ module Aws
593
593
  'SsmSap' => 'ssm-sap',
594
594
  'States' => 'states',
595
595
  'StorageGateway' => 'storagegateway',
596
+ 'SupplyChain' => 'scn',
596
597
  'Support' => 'support',
597
598
  'SupportApp' => 'supportapp',
598
599
  'Synthetics' => 'synthetics',
data/partitions.json CHANGED
@@ -12585,6 +12585,12 @@
12585
12585
  },
12586
12586
  "hostname" : "oidc.il-central-1.amazonaws.com"
12587
12587
  },
12588
+ "me-central-1" : {
12589
+ "credentialScope" : {
12590
+ "region" : "me-central-1"
12591
+ },
12592
+ "hostname" : "oidc.me-central-1.amazonaws.com"
12593
+ },
12588
12594
  "me-south-1" : {
12589
12595
  "credentialScope" : {
12590
12596
  "region" : "me-south-1"
@@ -20717,6 +20723,23 @@
20717
20723
  "cn-north-1" : { }
20718
20724
  }
20719
20725
  },
20726
+ "iottwinmaker" : {
20727
+ "endpoints" : {
20728
+ "api-cn-north-1" : {
20729
+ "credentialScope" : {
20730
+ "region" : "cn-north-1"
20731
+ },
20732
+ "hostname" : "api.iottwinmaker.cn-north-1.amazonaws.com.cn"
20733
+ },
20734
+ "cn-north-1" : { },
20735
+ "data-cn-north-1" : {
20736
+ "credentialScope" : {
20737
+ "region" : "cn-north-1"
20738
+ },
20739
+ "hostname" : "data.iottwinmaker.cn-north-1.amazonaws.com.cn"
20740
+ }
20741
+ }
20742
+ },
20720
20743
  "kafka" : {
20721
20744
  "endpoints" : {
20722
20745
  "cn-north-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.879.0
4
+ version: 1.881.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: 2024-01-11 00:00:00.000000000 Z
11
+ date: 2024-01-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: