aws-partitions 1.533.0 → 1.534.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 +34 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 449f3be91d0c0323cd7659372bafd1a35e5a45b85f3bacee96aa0f5926a080a4
4
- data.tar.gz: dcefdec0d3947193d21f12ba188274b3fe64c73ff40411135930ceb91bbd5a99
3
+ metadata.gz: 6407cf34f1a51a3435ad8721d14d1f611b0816171ac279cecb7d6c379efdb4d0
4
+ data.tar.gz: f3aa1243b92cf0b4eb39db62f9599ddd4c962dd86f5186e10cd0f176f586f22c
5
5
  SHA512:
6
- metadata.gz: f46fdaf2afef6ae2a56f692c1f50cfdf3c7670463f09eae6586ae6140d5204bde1f16b455000808196b14334043ec6588a7223807363d783c46c50e478c51135
7
- data.tar.gz: bd50ab9f60149fccaf6c8be3c42c048ef16e18813c937b5da109272db9b37ec2b5f63522e9d30f65eb5bec02a590ebb8b795e66e09eaf24a25f883ff01575082
6
+ metadata.gz: fabb918b817c8838b7849be06593a66e860918e96ed6436cd3919a3436d7704cc65e292af484a1f3ecda6b4114bb978a5dbbb5a77f3178d5f6aaaea4f370fd88
7
+ data.tar.gz: ae38a70ca19c8ce6f1273b717c5e94ee3b13d95dd68f6985fdfefa0f93d2eba7275faef93e307241f450a0663dffa3bfdf29eb8dd16677265940dc166cd720c1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.534.0 (2021-11-22)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.533.0 (2021-11-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.533.0
1
+ 1.534.0
data/partitions.json CHANGED
@@ -831,6 +831,40 @@
831
831
  }
832
832
  }
833
833
  },
834
+ "api.iotwireless" : {
835
+ "endpoints" : {
836
+ "ap-northeast-1" : {
837
+ "credentialScope" : {
838
+ "region" : "ap-northeast-1"
839
+ },
840
+ "hostname" : "api.iotwireless.ap-northeast-1.amazonaws.com"
841
+ },
842
+ "ap-southeast-2" : {
843
+ "credentialScope" : {
844
+ "region" : "ap-southeast-2"
845
+ },
846
+ "hostname" : "api.iotwireless.ap-southeast-2.amazonaws.com"
847
+ },
848
+ "eu-west-1" : {
849
+ "credentialScope" : {
850
+ "region" : "eu-west-1"
851
+ },
852
+ "hostname" : "api.iotwireless.eu-west-1.amazonaws.com"
853
+ },
854
+ "us-east-1" : {
855
+ "credentialScope" : {
856
+ "region" : "us-east-1"
857
+ },
858
+ "hostname" : "api.iotwireless.us-east-1.amazonaws.com"
859
+ },
860
+ "us-west-2" : {
861
+ "credentialScope" : {
862
+ "region" : "us-west-2"
863
+ },
864
+ "hostname" : "api.iotwireless.us-west-2.amazonaws.com"
865
+ }
866
+ }
867
+ },
834
868
  "api.mediatailor" : {
835
869
  "endpoints" : {
836
870
  "ap-northeast-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.533.0
4
+ version: 1.534.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: 2021-11-18 00:00:00.000000000 Z
11
+ date: 2021-11-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: