aws-partitions 1.177.0 → 1.178.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/lib/aws-partitions.rb +2 -0
- data/partitions.json +5 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 185999c6e1111311e6978ceb0faada1ec823780a
|
|
4
|
+
data.tar.gz: c63515a5c5d411e98cd48787f8e4363f7a8b5a2e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 77b98b69b8773ca3a8e67e4617441e054e80d42170a66282351e590162b011f99d276df5ff57969712607c459a38151e09b7df1c2856a1a4e4a268354310d518
|
|
7
|
+
data.tar.gz: 2ed105ffc9b1fb3a853476c62d9271c04769933df8e89edaddae98c97e9aa75e5751bd8d02e2fa8196f60f11356717ae2d02a18dea8af97249537e1a60bf1f63
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -233,6 +233,7 @@ module Aws
|
|
|
233
233
|
'AppSync' => 'appsync',
|
|
234
234
|
'ApplicationAutoScaling' => 'application-autoscaling',
|
|
235
235
|
'ApplicationDiscoveryService' => 'discovery',
|
|
236
|
+
'ApplicationInsights' => 'applicationinsights',
|
|
236
237
|
'Athena' => 'athena',
|
|
237
238
|
'AutoScaling' => 'autoscaling',
|
|
238
239
|
'AutoScalingPlans' => 'autoscaling',
|
|
@@ -383,6 +384,7 @@ module Aws
|
|
|
383
384
|
'ServerlessApplicationRepository' => 'serverlessrepo',
|
|
384
385
|
'ServiceCatalog' => 'servicecatalog',
|
|
385
386
|
'ServiceDiscovery' => 'servicediscovery',
|
|
387
|
+
'ServiceQuotas' => 'servicequotas',
|
|
386
388
|
'Shield' => 'shield',
|
|
387
389
|
'Signer' => 'signer',
|
|
388
390
|
'SimpleDB' => 'sdb',
|
data/partitions.json
CHANGED
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.178.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: 2019-06-
|
|
11
|
+
date: 2019-06-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|