aws-partitions 1.499.0 → 1.500.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 +92 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8ed70c9221857dc43dd15d8805beba98cb035424d5c982c68adf82770d7f00ac
4
- data.tar.gz: 7d9c6e37eb7416f2c45020a77385d2953ddd5254bf1271252a9d75abef291fb8
3
+ metadata.gz: 20f7188bde8060e8f585956a9996c3ed6fdffae69a7fcb6bfdb9aeb60c74a3a5
4
+ data.tar.gz: a1bc6d769bd6d2e1d586aa87fad24b6b326ff8000ce37b08fa3f7c489b150533
5
5
  SHA512:
6
- metadata.gz: b804f28a864b067d641112531f0c8e34fa13db0b2257a89e9199641edbaf4015ff2c4bf6107ab316163a4a333e9cd37b5c56b3210d51bc6b69cc46642bdcaed1
7
- data.tar.gz: 74414de6c8d41e12550be0d340007487b208c9589ad9731ab4d24c0ed112eac8d513799a1c7699b398cec82c79cd683cb5d3a345291f8d2923d11ea67dd6c123
6
+ metadata.gz: 056e7b42260443629e5bd71bfee10f68c2cba5101810579498e3dac86697974508575e28d4a8096e1ea2897199a186d71ec2fa1526a68f012a03a1b62f2f0a8d
7
+ data.tar.gz: 0dc5edfec90e5483aa4008fd627d30bc0a3918b3c49684516e0d584d8c2dd9336c6fa50e97ee22681550dc970a1ef5bff036a1c3f805c02c9896a10ade87b234
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.500.0 (2021-09-10)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.499.0 (2021-09-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.499.0
1
+ 1.500.0
data/partitions.json CHANGED
@@ -4551,6 +4551,25 @@
4551
4551
  "us-west-2" : { }
4552
4552
  }
4553
4553
  },
4554
+ "mediapackage-vod" : {
4555
+ "endpoints" : {
4556
+ "ap-northeast-1" : { },
4557
+ "ap-northeast-2" : { },
4558
+ "ap-south-1" : { },
4559
+ "ap-southeast-1" : { },
4560
+ "ap-southeast-2" : { },
4561
+ "eu-central-1" : { },
4562
+ "eu-north-1" : { },
4563
+ "eu-west-1" : { },
4564
+ "eu-west-2" : { },
4565
+ "eu-west-3" : { },
4566
+ "sa-east-1" : { },
4567
+ "us-east-1" : { },
4568
+ "us-east-2" : { },
4569
+ "us-west-1" : { },
4570
+ "us-west-2" : { }
4571
+ }
4572
+ },
4554
4573
  "mediastore" : {
4555
4574
  "endpoints" : {
4556
4575
  "ap-northeast-1" : { },
@@ -4871,6 +4890,61 @@
4871
4890
  }
4872
4891
  }
4873
4892
  },
4893
+ "network-firewall" : {
4894
+ "endpoints" : {
4895
+ "af-south-1" : { },
4896
+ "ap-east-1" : { },
4897
+ "ap-northeast-1" : { },
4898
+ "ap-northeast-2" : { },
4899
+ "ap-northeast-3" : { },
4900
+ "ap-south-1" : { },
4901
+ "ap-southeast-1" : { },
4902
+ "ap-southeast-2" : { },
4903
+ "ca-central-1" : { },
4904
+ "eu-central-1" : { },
4905
+ "eu-north-1" : { },
4906
+ "eu-south-1" : { },
4907
+ "eu-west-1" : { },
4908
+ "eu-west-2" : { },
4909
+ "eu-west-3" : { },
4910
+ "fips-ca-central-1" : {
4911
+ "credentialScope" : {
4912
+ "region" : "ca-central-1"
4913
+ },
4914
+ "hostname" : "network-firewall-fips.ca-central-1.amazonaws.com"
4915
+ },
4916
+ "fips-us-east-1" : {
4917
+ "credentialScope" : {
4918
+ "region" : "us-east-1"
4919
+ },
4920
+ "hostname" : "network-firewall-fips.us-east-1.amazonaws.com"
4921
+ },
4922
+ "fips-us-east-2" : {
4923
+ "credentialScope" : {
4924
+ "region" : "us-east-2"
4925
+ },
4926
+ "hostname" : "network-firewall-fips.us-east-2.amazonaws.com"
4927
+ },
4928
+ "fips-us-west-1" : {
4929
+ "credentialScope" : {
4930
+ "region" : "us-west-1"
4931
+ },
4932
+ "hostname" : "network-firewall-fips.us-west-1.amazonaws.com"
4933
+ },
4934
+ "fips-us-west-2" : {
4935
+ "credentialScope" : {
4936
+ "region" : "us-west-2"
4937
+ },
4938
+ "hostname" : "network-firewall-fips.us-west-2.amazonaws.com"
4939
+ },
4940
+ "me-south-1" : { },
4941
+ "sa-east-1" : { },
4942
+ "us-east-1" : { },
4943
+ "us-east-2" : { },
4944
+ "us-west-1" : { },
4945
+ "us-west-2" : { }
4946
+ }
4947
+ },
4874
4948
  "oidc" : {
4875
4949
  "endpoints" : {
4876
4950
  "ap-northeast-1" : {
@@ -9686,6 +9760,24 @@
9686
9760
  }
9687
9761
  }
9688
9762
  },
9763
+ "network-firewall" : {
9764
+ "endpoints" : {
9765
+ "fips-us-gov-east-1" : {
9766
+ "credentialScope" : {
9767
+ "region" : "us-gov-east-1"
9768
+ },
9769
+ "hostname" : "network-firewall-fips.us-gov-east-1.amazonaws.com"
9770
+ },
9771
+ "fips-us-gov-west-1" : {
9772
+ "credentialScope" : {
9773
+ "region" : "us-gov-west-1"
9774
+ },
9775
+ "hostname" : "network-firewall-fips.us-gov-west-1.amazonaws.com"
9776
+ },
9777
+ "us-gov-east-1" : { },
9778
+ "us-gov-west-1" : { }
9779
+ }
9780
+ },
9689
9781
  "organizations" : {
9690
9782
  "endpoints" : {
9691
9783
  "aws-us-gov-global" : {
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.499.0
4
+ version: 1.500.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-09-09 00:00:00.000000000 Z
11
+ date: 2021-09-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: