aws-partitions 1.639.0 → 1.640.0

Sign up to get free protection for your applications and to get access to all the features.
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 +23 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e4f62427402b35690dcc65e8553e1197386917c8b30df1df1f8da316ad9ab6d2
4
- data.tar.gz: 64ee6e8e71249118ce234efd5a9d4ef4e3f7718f8a9c264d10031c07601c5f57
3
+ metadata.gz: 01d40296b2e4cb05fad4d1f888fa0f3acef87e37e37cac6b50296cdf3aa255fc
4
+ data.tar.gz: 5ac43b4a7fc936e5b27b9fc0afe011c25a6b25ba0107a8165095b02957d079ad
5
5
  SHA512:
6
- metadata.gz: 890f3cb7ef50911bf006c8574f54724d61b773c350b5550f72fd911551a1deaaa36e68a43ee7b3ed7be587eef6a63ab4c2b15bff5c7a61647417805a236f8285
7
- data.tar.gz: 85723a52cd32c8a6e6ea1b21d48093fb140c1bf617d4a747f1d6eb4f8d82ef32de5c43b1790d628f085c8c116deb8f4e30a251044f72816d843f9bf10c25119e
6
+ metadata.gz: f1f584f1c314d2e4cc5e2e7f7b2a90f86a9bb4717a1a6d418dbc5ce23f898c0e3b549432a0bee869020a354bdb7017e71e545bf34cf748d09c95b8f3ea3a5d1e
7
+ data.tar.gz: 77353d3a4a4522c1232be60cb22c0bc1fbdd3156f382403b4c9815c24fc0ae10a212be61288629aa1b67f0e2df27a64c1086a763e967b7950eeedaed9966d516
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.640.0 (2022-09-30)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.639.0 (2022-09-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.639.0
1
+ 1.640.0
data/partitions.json CHANGED
@@ -2827,6 +2827,28 @@
2827
2827
  "us-west-2" : { }
2828
2828
  }
2829
2829
  },
2830
+ "codestar-notifications" : {
2831
+ "endpoints" : {
2832
+ "ap-east-1" : { },
2833
+ "ap-northeast-1" : { },
2834
+ "ap-northeast-2" : { },
2835
+ "ap-south-1" : { },
2836
+ "ap-southeast-1" : { },
2837
+ "ap-southeast-2" : { },
2838
+ "ca-central-1" : { },
2839
+ "eu-central-1" : { },
2840
+ "eu-north-1" : { },
2841
+ "eu-west-1" : { },
2842
+ "eu-west-2" : { },
2843
+ "eu-west-3" : { },
2844
+ "me-south-1" : { },
2845
+ "sa-east-1" : { },
2846
+ "us-east-1" : { },
2847
+ "us-east-2" : { },
2848
+ "us-west-1" : { },
2849
+ "us-west-2" : { }
2850
+ }
2851
+ },
2830
2852
  "cognito-identity" : {
2831
2853
  "endpoints" : {
2832
2854
  "ap-northeast-1" : { },
@@ -7604,6 +7626,7 @@
7604
7626
  "ap-south-1" : { },
7605
7627
  "ap-southeast-1" : { },
7606
7628
  "ap-southeast-2" : { },
7629
+ "ap-southeast-3" : { },
7607
7630
  "ca-central-1" : { },
7608
7631
  "eu-central-1" : { },
7609
7632
  "eu-north-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.639.0
4
+ version: 1.640.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-09-29 00:00:00.000000000 Z
11
+ date: 2022-09-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: