aws-partitions 1.490.0 → 1.494.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 +22 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +160 -0
  5. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8fe2fb196b117da608c055f7dedf71bb8ae0f6a9cf12042a4a68f26dc0398603
4
- data.tar.gz: d2d301caad53dfc60295588784bcb7c5ffcbb0b154d13caa72ff5eb3c60371f2
3
+ metadata.gz: 68284b79ecb6de7af1a3ddb0b0dd04b68ae911bff48195cbfa2f25b76644a9fa
4
+ data.tar.gz: 4aa5f1eddbee1391acbbe35dd65201e551242dd81167501a1eaa2cb221b771b7
5
5
  SHA512:
6
- metadata.gz: 6c26506c4ce57ea291c14eeef63fcee47014050fb579d520c9998d60a4f81c12c810fc4a17a6beb1e4d6d32d187dacbc5ba9e6d24200ad44a7e772e0cbe3ba95
7
- data.tar.gz: 5bcf310cf82e999e0b0ac281134fb2a097dbd8342d410e285c44e2116bb5600eb610f24c855ea07358bc46b397684647d8400933b2e4531d1e1ca3c48f6b039d
6
+ metadata.gz: ed0393546f1dddcf96abfd4a512816f1fd2d5ae7ac164e1ac56b64c29f9e70e55a20ddc23f803f6a137b3f69b6bb7763d492ce5e0179beb8e26e26179496904e
7
+ data.tar.gz: 9ea04cc65a7727bb2b5630b3174d39143097c43ed1925d2a3d698717c2ad45f808908b278d28a70ffc0958d4e590645f1ba0acbd275ca6439ec4acdd0764798b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,28 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.494.0 (2021-09-01)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ * Feature - AWS SDK for Ruby no longer supports Ruby runtime versions 1.9, 2.0, 2.1, and 2.2.
10
+
11
+ 1.493.0 (2021-08-31)
12
+ ------------------
13
+
14
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
15
+
16
+ 1.492.0 (2021-08-27)
17
+ ------------------
18
+
19
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
20
+
21
+ 1.491.0 (2021-08-25)
22
+ ------------------
23
+
24
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
25
+
4
26
  1.490.0 (2021-08-23)
5
27
  ------------------
6
28
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.490.0
1
+ 1.494.0
data/partitions.json CHANGED
@@ -830,6 +830,18 @@
830
830
  "us-west-2" : { }
831
831
  }
832
832
  },
833
+ "aps" : {
834
+ "defaults" : {
835
+ "protocols" : [ "https" ]
836
+ },
837
+ "endpoints" : {
838
+ "eu-central-1" : { },
839
+ "eu-west-1" : { },
840
+ "us-east-1" : { },
841
+ "us-east-2" : { },
842
+ "us-west-2" : { }
843
+ }
844
+ },
833
845
  "athena" : {
834
846
  "endpoints" : {
835
847
  "af-south-1" : { },
@@ -1800,6 +1812,58 @@
1800
1812
  "us-west-2" : { }
1801
1813
  }
1802
1814
  },
1815
+ "data.jobs.iot" : {
1816
+ "endpoints" : {
1817
+ "ap-east-1" : { },
1818
+ "ap-northeast-1" : { },
1819
+ "ap-northeast-2" : { },
1820
+ "ap-south-1" : { },
1821
+ "ap-southeast-1" : { },
1822
+ "ap-southeast-2" : { },
1823
+ "ca-central-1" : { },
1824
+ "eu-central-1" : { },
1825
+ "eu-north-1" : { },
1826
+ "eu-west-1" : { },
1827
+ "eu-west-2" : { },
1828
+ "eu-west-3" : { },
1829
+ "fips-ca-central-1" : {
1830
+ "credentialScope" : {
1831
+ "region" : "ca-central-1"
1832
+ },
1833
+ "hostname" : "data.jobs.iot-fips.ca-central-1.amazonaws.com"
1834
+ },
1835
+ "fips-us-east-1" : {
1836
+ "credentialScope" : {
1837
+ "region" : "us-east-1"
1838
+ },
1839
+ "hostname" : "data.jobs.iot-fips.us-east-1.amazonaws.com"
1840
+ },
1841
+ "fips-us-east-2" : {
1842
+ "credentialScope" : {
1843
+ "region" : "us-east-2"
1844
+ },
1845
+ "hostname" : "data.jobs.iot-fips.us-east-2.amazonaws.com"
1846
+ },
1847
+ "fips-us-west-1" : {
1848
+ "credentialScope" : {
1849
+ "region" : "us-west-1"
1850
+ },
1851
+ "hostname" : "data.jobs.iot-fips.us-west-1.amazonaws.com"
1852
+ },
1853
+ "fips-us-west-2" : {
1854
+ "credentialScope" : {
1855
+ "region" : "us-west-2"
1856
+ },
1857
+ "hostname" : "data.jobs.iot-fips.us-west-2.amazonaws.com"
1858
+ },
1859
+ "me-south-1" : { },
1860
+ "sa-east-1" : { },
1861
+ "us-east-1" : { },
1862
+ "us-east-2" : { },
1863
+ "us-west-1" : { },
1864
+ "us-west-2" : { }
1865
+ }
1866
+ },
1803
1867
  "data.mediastore" : {
1804
1868
  "endpoints" : {
1805
1869
  "ap-northeast-1" : { },
@@ -3208,6 +3272,16 @@
3208
3272
  "us-west-2" : { }
3209
3273
  }
3210
3274
  },
3275
+ "frauddetector" : {
3276
+ "endpoints" : {
3277
+ "ap-southeast-1" : { },
3278
+ "ap-southeast-2" : { },
3279
+ "eu-west-1" : { },
3280
+ "us-east-1" : { },
3281
+ "us-east-2" : { },
3282
+ "us-west-2" : { }
3283
+ }
3284
+ },
3211
3285
  "fsx" : {
3212
3286
  "endpoints" : {
3213
3287
  "af-south-1" : { },
@@ -3784,6 +3858,36 @@
3784
3858
  "eu-west-1" : { },
3785
3859
  "eu-west-2" : { },
3786
3860
  "eu-west-3" : { },
3861
+ "fips-ca-central-1" : {
3862
+ "credentialScope" : {
3863
+ "region" : "ca-central-1"
3864
+ },
3865
+ "hostname" : "api.tunneling.iot-fips.ca-central-1.amazonaws.com"
3866
+ },
3867
+ "fips-us-east-1" : {
3868
+ "credentialScope" : {
3869
+ "region" : "us-east-1"
3870
+ },
3871
+ "hostname" : "api.tunneling.iot-fips.us-east-1.amazonaws.com"
3872
+ },
3873
+ "fips-us-east-2" : {
3874
+ "credentialScope" : {
3875
+ "region" : "us-east-2"
3876
+ },
3877
+ "hostname" : "api.tunneling.iot-fips.us-east-2.amazonaws.com"
3878
+ },
3879
+ "fips-us-west-1" : {
3880
+ "credentialScope" : {
3881
+ "region" : "us-west-1"
3882
+ },
3883
+ "hostname" : "api.tunneling.iot-fips.us-west-1.amazonaws.com"
3884
+ },
3885
+ "fips-us-west-2" : {
3886
+ "credentialScope" : {
3887
+ "region" : "us-west-2"
3888
+ },
3889
+ "hostname" : "api.tunneling.iot-fips.us-west-2.amazonaws.com"
3890
+ },
3787
3891
  "me-south-1" : { },
3788
3892
  "sa-east-1" : { },
3789
3893
  "us-east-1" : { },
@@ -3841,6 +3945,13 @@
3841
3945
  }
3842
3946
  }
3843
3947
  },
3948
+ "ivs" : {
3949
+ "endpoints" : {
3950
+ "eu-west-1" : { },
3951
+ "us-east-1" : { },
3952
+ "us-west-2" : { }
3953
+ }
3954
+ },
3844
3955
  "kafka" : {
3845
3956
  "endpoints" : {
3846
3957
  "ap-east-1" : { },
@@ -6655,6 +6766,19 @@
6655
6766
  "us-west-2" : { }
6656
6767
  }
6657
6768
  },
6769
+ "ssm-incidents" : {
6770
+ "endpoints" : {
6771
+ "ap-northeast-1" : { },
6772
+ "ap-southeast-1" : { },
6773
+ "ap-southeast-2" : { },
6774
+ "eu-central-1" : { },
6775
+ "eu-north-1" : { },
6776
+ "eu-west-1" : { },
6777
+ "us-east-1" : { },
6778
+ "us-east-2" : { },
6779
+ "us-west-2" : { }
6780
+ }
6781
+ },
6658
6782
  "states" : {
6659
6783
  "endpoints" : {
6660
6784
  "af-south-1" : { },
@@ -7687,6 +7811,12 @@
7687
7811
  "cn-northwest-1" : { }
7688
7812
  }
7689
7813
  },
7814
+ "data.jobs.iot" : {
7815
+ "endpoints" : {
7816
+ "cn-north-1" : { },
7817
+ "cn-northwest-1" : { }
7818
+ }
7819
+ },
7690
7820
  "dax" : {
7691
7821
  "endpoints" : {
7692
7822
  "cn-north-1" : { },
@@ -8811,6 +8941,24 @@
8811
8941
  "us-gov-west-1" : { }
8812
8942
  }
8813
8943
  },
8944
+ "data.jobs.iot" : {
8945
+ "endpoints" : {
8946
+ "fips-us-gov-east-1" : {
8947
+ "credentialScope" : {
8948
+ "region" : "us-gov-east-1"
8949
+ },
8950
+ "hostname" : "data.jobs.iot-fips.us-gov-east-1.amazonaws.com"
8951
+ },
8952
+ "fips-us-gov-west-1" : {
8953
+ "credentialScope" : {
8954
+ "region" : "us-gov-west-1"
8955
+ },
8956
+ "hostname" : "data.jobs.iot-fips.us-gov-west-1.amazonaws.com"
8957
+ },
8958
+ "us-gov-east-1" : { },
8959
+ "us-gov-west-1" : { }
8960
+ }
8961
+ },
8814
8962
  "datasync" : {
8815
8963
  "endpoints" : {
8816
8964
  "fips-us-gov-east-1" : {
@@ -9312,6 +9460,18 @@
9312
9460
  },
9313
9461
  "iotsecuredtunneling" : {
9314
9462
  "endpoints" : {
9463
+ "fips-us-gov-east-1" : {
9464
+ "credentialScope" : {
9465
+ "region" : "us-gov-east-1"
9466
+ },
9467
+ "hostname" : "api.tunneling.iot-fips.us-gov-east-1.amazonaws.com"
9468
+ },
9469
+ "fips-us-gov-west-1" : {
9470
+ "credentialScope" : {
9471
+ "region" : "us-gov-west-1"
9472
+ },
9473
+ "hostname" : "api.tunneling.iot-fips.us-gov-west-1.amazonaws.com"
9474
+ },
9315
9475
  "us-gov-east-1" : { },
9316
9476
  "us-gov-west-1" : { }
9317
9477
  }
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.490.0
4
+ version: 1.494.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-23 00:00:00.000000000 Z
11
+ date: 2021-09-01 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
  - - ">="