aws-partitions 1.606.0 → 1.607.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +52 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a1ab58f8594fc0e277ce4f714f78990bce4edfbf5bd3e6026799053e7fbad66b
4
- data.tar.gz: cd897f5119363805711eb5db28a3eabbebeaccb40876c4dcdd22f401a90b96a8
3
+ metadata.gz: 1b5fca57029e799f7ddc1dec253e13bbad9293a5b1951cb38951e109caa428ed
4
+ data.tar.gz: cd845d9924720052b20b36471a30cccd0e265060f493b6662c2ed797d301967f
5
5
  SHA512:
6
- metadata.gz: ee91340cacec66392d697d8ce3291dbb33f0d2a1cc4370eb8c7b35505024c567f3e1a07ce36071f6c1356177c4b25b30ef912d64e86458c24e21e5db6eb086a8
7
- data.tar.gz: 70d228cf841988a7bd4e00bf6f8ca0956b567d125a80c23e631e742a926376fc2ac022214d5fcc1f2b8066b30fe525164e5ad4855e425d0d65ad98448adb39bf
6
+ metadata.gz: d82ffb74111c0f04f9ff671325e9c10d0a8846ed0134552a654a4c7a9f3017f0119e23a2af5cb36a532f6e900421eaeef56ad7cd9d59bb32bd94ef8019e4ad1b
7
+ data.tar.gz: 8cec9fe39d3f148e51c0716314484364cac733b94a543898e2d4e287c5d2f2f42b220a6b695d7e7791fe823518fefa4d8cdc000b19cdad9b0a0e44a130d27eae
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.607.0 (2022-07-15)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.606.0 (2022-07-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.606.0
1
+ 1.607.0
data/partitions.json CHANGED
@@ -3496,6 +3496,58 @@
3496
3496
  "us-west-2" : { }
3497
3497
  }
3498
3498
  },
3499
+ "devops-guru" : {
3500
+ "defaults" : {
3501
+ "protocols" : [ "https" ]
3502
+ },
3503
+ "endpoints" : {
3504
+ "ap-northeast-1" : { },
3505
+ "ap-southeast-1" : { },
3506
+ "ap-southeast-2" : { },
3507
+ "eu-central-1" : { },
3508
+ "eu-north-1" : { },
3509
+ "eu-west-1" : { },
3510
+ "fips-us-east-1" : {
3511
+ "credentialScope" : {
3512
+ "region" : "us-east-1"
3513
+ },
3514
+ "deprecated" : true,
3515
+ "hostname" : "devops-guru-fips.us-east-1.amazonaws.com"
3516
+ },
3517
+ "fips-us-east-2" : {
3518
+ "credentialScope" : {
3519
+ "region" : "us-east-2"
3520
+ },
3521
+ "deprecated" : true,
3522
+ "hostname" : "devops-guru-fips.us-east-2.amazonaws.com"
3523
+ },
3524
+ "fips-us-west-2" : {
3525
+ "credentialScope" : {
3526
+ "region" : "us-west-2"
3527
+ },
3528
+ "deprecated" : true,
3529
+ "hostname" : "devops-guru-fips.us-west-2.amazonaws.com"
3530
+ },
3531
+ "us-east-1" : {
3532
+ "variants" : [ {
3533
+ "hostname" : "devops-guru-fips.us-east-1.amazonaws.com",
3534
+ "tags" : [ "fips" ]
3535
+ } ]
3536
+ },
3537
+ "us-east-2" : {
3538
+ "variants" : [ {
3539
+ "hostname" : "devops-guru-fips.us-east-2.amazonaws.com",
3540
+ "tags" : [ "fips" ]
3541
+ } ]
3542
+ },
3543
+ "us-west-2" : {
3544
+ "variants" : [ {
3545
+ "hostname" : "devops-guru-fips.us-west-2.amazonaws.com",
3546
+ "tags" : [ "fips" ]
3547
+ } ]
3548
+ }
3549
+ }
3550
+ },
3499
3551
  "directconnect" : {
3500
3552
  "endpoints" : {
3501
3553
  "af-south-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.606.0
4
+ version: 1.607.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-07-14 00:00:00.000000000 Z
11
+ date: 2022-07-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: