aws-partitions 1.305.0 → 1.306.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 +1 -0
- data/partitions.json +12 -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: 897e775eaf6336aefdd42a9800b602cba0681d63845037e1f39dca56e4b7778d
|
|
4
|
+
data.tar.gz: e89736e55b7b7d469ac07ad481b0f514d892cefb0576ebc0f11946cbe2ba3ec5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae9585265ce2f0113ee5d77077b21a383b6ba2a82161ca7ca13ba102d7f8ac6500c272d997c0e554ee9b9fff2e136462a6dd14c1c2ded39357ae455993758f3c
|
|
7
|
+
data.tar.gz: c7b857bc1f98d497da7fba3f201300073257667ce86c10a331319034047fcf36b96fe95c4740826ee8246b811c36ccbf08472591f186574121ff80b2fe24958c
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -330,6 +330,7 @@ module Aws
|
|
|
330
330
|
'IoTEventsData' => 'data.iotevents',
|
|
331
331
|
'IoTJobsDataPlane' => 'data.jobs.iot',
|
|
332
332
|
'IoTSecureTunneling' => 'api.tunneling.iot',
|
|
333
|
+
'IoTSiteWise' => 'iotsitewise',
|
|
333
334
|
'IoTThingsGraph' => 'iotthingsgraph',
|
|
334
335
|
'KMS' => 'kms',
|
|
335
336
|
'Kafka' => 'kafka',
|
data/partitions.json
CHANGED
|
@@ -6285,6 +6285,18 @@
|
|
|
6285
6285
|
"protocols" : [ "https" ]
|
|
6286
6286
|
},
|
|
6287
6287
|
"endpoints" : {
|
|
6288
|
+
"fips-us-gov-east-1" : {
|
|
6289
|
+
"credentialScope" : {
|
|
6290
|
+
"region" : "us-gov-east-1"
|
|
6291
|
+
},
|
|
6292
|
+
"hostname" : "acm-pca.us-gov-east-1.amazonaws.com"
|
|
6293
|
+
},
|
|
6294
|
+
"fips-us-gov-west-1" : {
|
|
6295
|
+
"credentialScope" : {
|
|
6296
|
+
"region" : "us-gov-west-1"
|
|
6297
|
+
},
|
|
6298
|
+
"hostname" : "acm-pca.us-gov-west-1.amazonaws.com"
|
|
6299
|
+
},
|
|
6288
6300
|
"us-gov-east-1" : { },
|
|
6289
6301
|
"us-gov-west-1" : { }
|
|
6290
6302
|
}
|
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.306.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: 2020-04-
|
|
11
|
+
date: 2020-04-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|