aws-partitions 1.641.0 → 1.642.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: 7132a129d6185a2be45d967c7c650923893b3ac806d8c8a8816870271dbde30a
4
- data.tar.gz: b12237299c9cea8fbb53b7e11e31c9b7cd1e827aadf2787243c5e2636e04db36
3
+ metadata.gz: c4315fe2ef49365217ca0ed9086a517df4138152bddaa8dfa0658039d294fd86
4
+ data.tar.gz: ce90b0f82ff8ef0e76a7f10beca81fefb62958fd05e7c9a652c74b9c81f567d7
5
5
  SHA512:
6
- metadata.gz: aa9df0458f7f41c14cec7dc4cafd0a5af14c5b4e9b02477bc84eee95cf330cc933cbce5a2d04cb07b8219f314b3cef533e168319a70978efbbc414aa2d76e171
7
- data.tar.gz: b55dbadf3f13e89257c5710280703e723c61d08190ce5c2ac003d69e83c987e4095a4562cfa37fd5cd8b20cd680663162d1c5aaeefd6a4d267cce5e970c358d2
6
+ metadata.gz: 5865fe57bd0f594813a89998550f54a5f14fc8959389b67f5c6b5ea7c5810d3ff4605efd22d6e2cda23858b61324383cc0ec9b5ba50313ad507d06d33c28a5b5
7
+ data.tar.gz: 80b98449cc73871b5bd0d35fb2b4865e0924795ff56213f59fb73df1d3cae4741487f757d40f04517aa120b14692c2ed8491d843df014279288ecc97420e79f6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.642.0 (2022-10-04)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::ConnectCases`.
8
+
4
9
  1.641.0 (2022-10-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.641.0
1
+ 1.642.0
@@ -298,6 +298,7 @@ module Aws
298
298
  'ConfigService' => 'config',
299
299
  'Connect' => 'connect',
300
300
  'ConnectCampaignService' => 'connect-campaigns',
301
+ 'ConnectCases' => 'cases',
301
302
  'ConnectContactLens' => 'contact-lens',
302
303
  'ConnectParticipant' => 'participant.connect',
303
304
  'ConnectWisdomService' => 'wisdom',
data/partitions.json CHANGED
@@ -2020,6 +2020,12 @@
2020
2020
  "isRegionalized" : false,
2021
2021
  "partitionEndpoint" : "aws-global"
2022
2022
  },
2023
+ "cases" : {
2024
+ "endpoints" : {
2025
+ "us-east-1" : { },
2026
+ "us-west-2" : { }
2027
+ }
2028
+ },
2023
2029
  "cassandra" : {
2024
2030
  "endpoints" : {
2025
2031
  "ap-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.641.0
4
+ version: 1.642.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: 2022-10-03 00:00:00.000000000 Z
11
+ date: 2022-10-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: