aws-partitions 1.492.0 → 1.496.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 04bce2b7cdd2b9c0fdcc91c7deb5e91d11cc520e3d8fae3db8e36c78f1f91ce4
4
- data.tar.gz: a67ac5ab8ced7fbeeace0f6cf67844b8ce2edcf29cfd59bc96b77699b5097385
3
+ metadata.gz: d83950fd3e41f59d014cb673b72615cfe2ef9358abca4b2920b042dc79f112c0
4
+ data.tar.gz: 0dfd8552a7e80f9e02c245d77de5b3f0c262de7e37c7cc8b57fd977dd5e38601
5
5
  SHA512:
6
- metadata.gz: 8221fe6e4b20d586dcef0085e3deda7c903d58b56b8689111aecae74778edec46d852d9fde9f7be3a36851eb697e152a82c8a499f639ed9deca0bcf0d4a528f9
7
- data.tar.gz: cc673f83500729ae30c5b82c14493528c4a786fda2a31325c45e60b12b2c711f819b030372c5bf2c42b443634ca98c31b77cef402d9c41058c69c2b033939b79
6
+ metadata.gz: a1433c2ccf2c00cecc4e30ebcc6af0ace8eafba18655f9cca5dec0e59526f641e67b97ad0f76db240f46e00af5ff3a840853a8fc02fe8c9544d6481f7050523d
7
+ data.tar.gz: 5384c1860970ade729d7e84c0c8770c2ee8f186ad6bc27fac7cad87970ff70ba21e8e1efbe0c54bc6a88733d5e78037c9f521ec3f72f54dc6642e42134e971d6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,28 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.496.0 (2021-09-03)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.495.0 (2021-09-02)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.494.0 (2021-09-01)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ * Feature - AWS SDK for Ruby no longer supports Ruby runtime versions 1.9, 2.0, 2.1, and 2.2.
20
+
21
+ 1.493.0 (2021-08-31)
22
+ ------------------
23
+
24
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
25
+
4
26
  1.492.0 (2021-08-27)
5
27
  ------------------
6
28
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.492.0
1
+ 1.496.0
@@ -96,9 +96,10 @@ module Aws
96
96
  .sub('{dnsSuffix}', partition['dnsSuffix'])
97
97
  end
98
98
 
99
- def get_partition(region)
100
- partition_containing_region(region) ||
101
- partition_matching_region(region) ||
99
+ def get_partition(region_or_partition)
100
+ partition_containing_region(region_or_partition) ||
101
+ partition_matching_region(region_or_partition) ||
102
+ partition_matching_name(region_or_partition) ||
102
103
  default_partition
103
104
  end
104
105
 
@@ -117,6 +118,10 @@ module Aws
117
118
  end
118
119
  end
119
120
 
121
+ def partition_matching_name(partition_name)
122
+ @rules['partitions'].find { |p| p['partition'] == partition_name }
123
+ end
124
+
120
125
  def default_partition
121
126
  @rules['partitions'].find { |p| p['partition'] == 'aws' } ||
122
127
  @rules['partitions'].first
data/partitions.json CHANGED
@@ -251,11 +251,17 @@
251
251
  "airflow" : {
252
252
  "endpoints" : {
253
253
  "ap-northeast-1" : { },
254
+ "ap-northeast-2" : { },
255
+ "ap-south-1" : { },
254
256
  "ap-southeast-1" : { },
255
257
  "ap-southeast-2" : { },
258
+ "ca-central-1" : { },
256
259
  "eu-central-1" : { },
257
260
  "eu-north-1" : { },
258
261
  "eu-west-1" : { },
262
+ "eu-west-2" : { },
263
+ "eu-west-3" : { },
264
+ "sa-east-1" : { },
259
265
  "us-east-1" : { },
260
266
  "us-east-2" : { },
261
267
  "us-west-2" : { }
@@ -620,6 +626,7 @@
620
626
  "ap-east-1" : { },
621
627
  "ap-northeast-1" : { },
622
628
  "ap-northeast-2" : { },
629
+ "ap-northeast-3" : { },
623
630
  "ap-south-1" : { },
624
631
  "ap-southeast-1" : { },
625
632
  "ap-southeast-2" : { },
@@ -1063,9 +1070,11 @@
1063
1070
  },
1064
1071
  "cloud9" : {
1065
1072
  "endpoints" : {
1073
+ "af-south-1" : { },
1066
1074
  "ap-east-1" : { },
1067
1075
  "ap-northeast-1" : { },
1068
1076
  "ap-northeast-2" : { },
1077
+ "ap-northeast-3" : { },
1069
1078
  "ap-south-1" : { },
1070
1079
  "ap-southeast-1" : { },
1071
1080
  "ap-southeast-2" : { },
@@ -1812,6 +1821,58 @@
1812
1821
  "us-west-2" : { }
1813
1822
  }
1814
1823
  },
1824
+ "data.jobs.iot" : {
1825
+ "endpoints" : {
1826
+ "ap-east-1" : { },
1827
+ "ap-northeast-1" : { },
1828
+ "ap-northeast-2" : { },
1829
+ "ap-south-1" : { },
1830
+ "ap-southeast-1" : { },
1831
+ "ap-southeast-2" : { },
1832
+ "ca-central-1" : { },
1833
+ "eu-central-1" : { },
1834
+ "eu-north-1" : { },
1835
+ "eu-west-1" : { },
1836
+ "eu-west-2" : { },
1837
+ "eu-west-3" : { },
1838
+ "fips-ca-central-1" : {
1839
+ "credentialScope" : {
1840
+ "region" : "ca-central-1"
1841
+ },
1842
+ "hostname" : "data.jobs.iot-fips.ca-central-1.amazonaws.com"
1843
+ },
1844
+ "fips-us-east-1" : {
1845
+ "credentialScope" : {
1846
+ "region" : "us-east-1"
1847
+ },
1848
+ "hostname" : "data.jobs.iot-fips.us-east-1.amazonaws.com"
1849
+ },
1850
+ "fips-us-east-2" : {
1851
+ "credentialScope" : {
1852
+ "region" : "us-east-2"
1853
+ },
1854
+ "hostname" : "data.jobs.iot-fips.us-east-2.amazonaws.com"
1855
+ },
1856
+ "fips-us-west-1" : {
1857
+ "credentialScope" : {
1858
+ "region" : "us-west-1"
1859
+ },
1860
+ "hostname" : "data.jobs.iot-fips.us-west-1.amazonaws.com"
1861
+ },
1862
+ "fips-us-west-2" : {
1863
+ "credentialScope" : {
1864
+ "region" : "us-west-2"
1865
+ },
1866
+ "hostname" : "data.jobs.iot-fips.us-west-2.amazonaws.com"
1867
+ },
1868
+ "me-south-1" : { },
1869
+ "sa-east-1" : { },
1870
+ "us-east-1" : { },
1871
+ "us-east-2" : { },
1872
+ "us-west-1" : { },
1873
+ "us-west-2" : { }
1874
+ }
1875
+ },
1815
1876
  "data.mediastore" : {
1816
1877
  "endpoints" : {
1817
1878
  "ap-northeast-1" : { },
@@ -3220,6 +3281,16 @@
3220
3281
  "us-west-2" : { }
3221
3282
  }
3222
3283
  },
3284
+ "frauddetector" : {
3285
+ "endpoints" : {
3286
+ "ap-southeast-1" : { },
3287
+ "ap-southeast-2" : { },
3288
+ "eu-west-1" : { },
3289
+ "us-east-1" : { },
3290
+ "us-east-2" : { },
3291
+ "us-west-2" : { }
3292
+ }
3293
+ },
3223
3294
  "fsx" : {
3224
3295
  "endpoints" : {
3225
3296
  "af-south-1" : { },
@@ -3883,6 +3954,13 @@
3883
3954
  }
3884
3955
  }
3885
3956
  },
3957
+ "ivs" : {
3958
+ "endpoints" : {
3959
+ "eu-west-1" : { },
3960
+ "us-east-1" : { },
3961
+ "us-west-2" : { }
3962
+ }
3963
+ },
3886
3964
  "kafka" : {
3887
3965
  "endpoints" : {
3888
3966
  "ap-east-1" : { },
@@ -5038,6 +5116,7 @@
5038
5116
  },
5039
5117
  "polly" : {
5040
5118
  "endpoints" : {
5119
+ "af-south-1" : { },
5041
5120
  "ap-east-1" : { },
5042
5121
  "ap-northeast-1" : { },
5043
5122
  "ap-northeast-2" : { },
@@ -5565,6 +5644,7 @@
5565
5644
  "ap-east-1" : { },
5566
5645
  "ap-northeast-1" : { },
5567
5646
  "ap-northeast-2" : { },
5647
+ "ap-northeast-3" : { },
5568
5648
  "ap-south-1" : { },
5569
5649
  "ap-southeast-1" : { },
5570
5650
  "ap-southeast-2" : { },
@@ -6697,6 +6777,19 @@
6697
6777
  "us-west-2" : { }
6698
6778
  }
6699
6779
  },
6780
+ "ssm-incidents" : {
6781
+ "endpoints" : {
6782
+ "ap-northeast-1" : { },
6783
+ "ap-southeast-1" : { },
6784
+ "ap-southeast-2" : { },
6785
+ "eu-central-1" : { },
6786
+ "eu-north-1" : { },
6787
+ "eu-west-1" : { },
6788
+ "us-east-1" : { },
6789
+ "us-east-2" : { },
6790
+ "us-west-2" : { }
6791
+ }
6792
+ },
6700
6793
  "states" : {
6701
6794
  "endpoints" : {
6702
6795
  "af-south-1" : { },
@@ -7729,6 +7822,12 @@
7729
7822
  "cn-northwest-1" : { }
7730
7823
  }
7731
7824
  },
7825
+ "data.jobs.iot" : {
7826
+ "endpoints" : {
7827
+ "cn-north-1" : { },
7828
+ "cn-northwest-1" : { }
7829
+ }
7830
+ },
7732
7831
  "dax" : {
7733
7832
  "endpoints" : {
7734
7833
  "cn-north-1" : { },
@@ -8853,6 +8952,24 @@
8853
8952
  "us-gov-west-1" : { }
8854
8953
  }
8855
8954
  },
8955
+ "data.jobs.iot" : {
8956
+ "endpoints" : {
8957
+ "fips-us-gov-east-1" : {
8958
+ "credentialScope" : {
8959
+ "region" : "us-gov-east-1"
8960
+ },
8961
+ "hostname" : "data.jobs.iot-fips.us-gov-east-1.amazonaws.com"
8962
+ },
8963
+ "fips-us-gov-west-1" : {
8964
+ "credentialScope" : {
8965
+ "region" : "us-gov-west-1"
8966
+ },
8967
+ "hostname" : "data.jobs.iot-fips.us-gov-west-1.amazonaws.com"
8968
+ },
8969
+ "us-gov-east-1" : { },
8970
+ "us-gov-west-1" : { }
8971
+ }
8972
+ },
8856
8973
  "datasync" : {
8857
8974
  "endpoints" : {
8858
8975
  "fips-us-gov-east-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.492.0
4
+ version: 1.496.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-08-27 00:00:00.000000000 Z
11
+ date: 2021-09-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email:
@@ -40,7 +40,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
40
40
  requirements:
41
41
  - - ">="
42
42
  - !ruby/object:Gem::Version
43
- version: '0'
43
+ version: '2.3'
44
44
  required_rubygems_version: !ruby/object:Gem::Requirement
45
45
  requirements:
46
46
  - - ">="