aws-partitions 1.781.0 → 1.782.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f5f491ba0f41ca802f979ce3c0094cb98470ae0620fe629b13c6d3f6101cc85d
|
|
4
|
+
data.tar.gz: d7801d3bcc3e82868d182c33e6e19278b501343654595def21afea957fc6c8e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4a6ad54ac78bcc4e291ea9e96e45c22e52ef5991d81f2611481b011dedff1f6ead7159c27bdf66eb131d4671086b877ddd89f7cde40e96dad4911bf460cb2bf7
|
|
7
|
+
data.tar.gz: d7ba9aee43f01765effc0abd0fc08093c1ad75ebf90d395b0a6f2508a6220d7d52aede039788e8f440cb45bd95dc36d41831c3a83f7bd1aaecca63b51a309275
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.782.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -258,6 +258,7 @@ module Aws
|
|
|
258
258
|
'ApiGatewayV2' => 'apigateway',
|
|
259
259
|
'AppConfig' => 'appconfig',
|
|
260
260
|
'AppConfigData' => 'appconfigdata',
|
|
261
|
+
'AppFabric' => 'appfabric',
|
|
261
262
|
'AppIntegrationsService' => 'app-integrations',
|
|
262
263
|
'AppMesh' => 'appmesh',
|
|
263
264
|
'AppRegistry' => 'servicecatalog-appregistry',
|
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.
|
|
4
|
+
version: 1.782.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-06-
|
|
11
|
+
date: 2023-06-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|