aws-partitions 1.656.0 → 1.658.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6bedfdd7212fcb9e3e4b27d3b6419f5a7959be86dfbf892078835697680e2107
4
- data.tar.gz: 0f5ec96106ce35603f0a7becf7babb8486cba44aee601372ffe9e0bffe5132dc
3
+ metadata.gz: b7383c6d4c9b30c82afdc6ed0eb3b50c610be082d91326195b354da852e010c8
4
+ data.tar.gz: 7ba5ab73a8a89aed45315a69cd954b721feaf03b380c44b44038bda4583835d3
5
5
  SHA512:
6
- metadata.gz: d90e617bae98d6c17ccf45367c202b2933fc78f6518cd597def346688e1f4698c6007a8ebeaf36f4bb923c29f8a79a765a5135578a9cb1ae0979a328b940cb69
7
- data.tar.gz: d5a40fd94cd436d3caa5bd36fd7658e498f5741354862233e1e14cc4af4b5897c3d4c1941a743c9ac5885ffca039123e0fbacdf0a94e15e0bf0261ab8b84554d
6
+ metadata.gz: 9be39f07e6108bacf521abc8bb2f8c5c0767a727a53d71a765a6158d182bcc5842618aff5fb89786a46982a6faa160537100f02507ef9e506710f33f5c7b0251
7
+ data.tar.gz: ce98d458ce21b639a5cedef683c77c2db09b887cc97ef28f8c3b091b79ddca395d51ac9c2c3d888caa9cfd8ea10abaf59092933e5bc091a1a72e220d721aed9f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.658.0 (2022-11-08)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::ResourceExplorer2`.
8
+
9
+ 1.657.0 (2022-11-07)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.656.0 (2022-11-04)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.656.0
1
+ 1.658.0
@@ -495,6 +495,7 @@ module Aws
495
495
  'RedshiftServerless' => 'redshift-serverless',
496
496
  'Rekognition' => 'rekognition',
497
497
  'ResilienceHub' => 'resiliencehub',
498
+ 'ResourceExplorer2' => 'resource-explorer-2',
498
499
  'ResourceGroups' => 'resource-groups',
499
500
  'ResourceGroupsTaggingAPI' => 'tagging',
500
501
  'RoboMaker' => 'robomaker',
data/partitions.json CHANGED
@@ -1716,22 +1716,102 @@
1716
1716
  },
1717
1717
  "athena" : {
1718
1718
  "endpoints" : {
1719
- "af-south-1" : { },
1720
- "ap-east-1" : { },
1721
- "ap-northeast-1" : { },
1722
- "ap-northeast-2" : { },
1723
- "ap-northeast-3" : { },
1724
- "ap-south-1" : { },
1725
- "ap-southeast-1" : { },
1726
- "ap-southeast-2" : { },
1727
- "ap-southeast-3" : { },
1728
- "ca-central-1" : { },
1729
- "eu-central-1" : { },
1730
- "eu-north-1" : { },
1731
- "eu-south-1" : { },
1732
- "eu-west-1" : { },
1733
- "eu-west-2" : { },
1734
- "eu-west-3" : { },
1719
+ "af-south-1" : {
1720
+ "variants" : [ {
1721
+ "hostname" : "athena.af-south-1.api.aws",
1722
+ "tags" : [ "dualstack" ]
1723
+ } ]
1724
+ },
1725
+ "ap-east-1" : {
1726
+ "variants" : [ {
1727
+ "hostname" : "athena.ap-east-1.api.aws",
1728
+ "tags" : [ "dualstack" ]
1729
+ } ]
1730
+ },
1731
+ "ap-northeast-1" : {
1732
+ "variants" : [ {
1733
+ "hostname" : "athena.ap-northeast-1.api.aws",
1734
+ "tags" : [ "dualstack" ]
1735
+ } ]
1736
+ },
1737
+ "ap-northeast-2" : {
1738
+ "variants" : [ {
1739
+ "hostname" : "athena.ap-northeast-2.api.aws",
1740
+ "tags" : [ "dualstack" ]
1741
+ } ]
1742
+ },
1743
+ "ap-northeast-3" : {
1744
+ "variants" : [ {
1745
+ "hostname" : "athena.ap-northeast-3.api.aws",
1746
+ "tags" : [ "dualstack" ]
1747
+ } ]
1748
+ },
1749
+ "ap-south-1" : {
1750
+ "variants" : [ {
1751
+ "hostname" : "athena.ap-south-1.api.aws",
1752
+ "tags" : [ "dualstack" ]
1753
+ } ]
1754
+ },
1755
+ "ap-southeast-1" : {
1756
+ "variants" : [ {
1757
+ "hostname" : "athena.ap-southeast-1.api.aws",
1758
+ "tags" : [ "dualstack" ]
1759
+ } ]
1760
+ },
1761
+ "ap-southeast-2" : {
1762
+ "variants" : [ {
1763
+ "hostname" : "athena.ap-southeast-2.api.aws",
1764
+ "tags" : [ "dualstack" ]
1765
+ } ]
1766
+ },
1767
+ "ap-southeast-3" : {
1768
+ "variants" : [ {
1769
+ "hostname" : "athena.ap-southeast-3.api.aws",
1770
+ "tags" : [ "dualstack" ]
1771
+ } ]
1772
+ },
1773
+ "ca-central-1" : {
1774
+ "variants" : [ {
1775
+ "hostname" : "athena.ca-central-1.api.aws",
1776
+ "tags" : [ "dualstack" ]
1777
+ } ]
1778
+ },
1779
+ "eu-central-1" : {
1780
+ "variants" : [ {
1781
+ "hostname" : "athena.eu-central-1.api.aws",
1782
+ "tags" : [ "dualstack" ]
1783
+ } ]
1784
+ },
1785
+ "eu-north-1" : {
1786
+ "variants" : [ {
1787
+ "hostname" : "athena.eu-north-1.api.aws",
1788
+ "tags" : [ "dualstack" ]
1789
+ } ]
1790
+ },
1791
+ "eu-south-1" : {
1792
+ "variants" : [ {
1793
+ "hostname" : "athena.eu-south-1.api.aws",
1794
+ "tags" : [ "dualstack" ]
1795
+ } ]
1796
+ },
1797
+ "eu-west-1" : {
1798
+ "variants" : [ {
1799
+ "hostname" : "athena.eu-west-1.api.aws",
1800
+ "tags" : [ "dualstack" ]
1801
+ } ]
1802
+ },
1803
+ "eu-west-2" : {
1804
+ "variants" : [ {
1805
+ "hostname" : "athena.eu-west-2.api.aws",
1806
+ "tags" : [ "dualstack" ]
1807
+ } ]
1808
+ },
1809
+ "eu-west-3" : {
1810
+ "variants" : [ {
1811
+ "hostname" : "athena.eu-west-3.api.aws",
1812
+ "tags" : [ "dualstack" ]
1813
+ } ]
1814
+ },
1735
1815
  "fips-us-east-1" : {
1736
1816
  "credentialScope" : {
1737
1817
  "region" : "us-east-1"
@@ -1760,30 +1840,52 @@
1760
1840
  "deprecated" : true,
1761
1841
  "hostname" : "athena-fips.us-west-2.amazonaws.com"
1762
1842
  },
1763
- "me-south-1" : { },
1764
- "sa-east-1" : { },
1843
+ "me-south-1" : {
1844
+ "variants" : [ {
1845
+ "hostname" : "athena.me-south-1.api.aws",
1846
+ "tags" : [ "dualstack" ]
1847
+ } ]
1848
+ },
1849
+ "sa-east-1" : {
1850
+ "variants" : [ {
1851
+ "hostname" : "athena.sa-east-1.api.aws",
1852
+ "tags" : [ "dualstack" ]
1853
+ } ]
1854
+ },
1765
1855
  "us-east-1" : {
1766
1856
  "variants" : [ {
1767
1857
  "hostname" : "athena-fips.us-east-1.amazonaws.com",
1768
1858
  "tags" : [ "fips" ]
1859
+ }, {
1860
+ "hostname" : "athena.us-east-1.api.aws",
1861
+ "tags" : [ "dualstack" ]
1769
1862
  } ]
1770
1863
  },
1771
1864
  "us-east-2" : {
1772
1865
  "variants" : [ {
1773
1866
  "hostname" : "athena-fips.us-east-2.amazonaws.com",
1774
1867
  "tags" : [ "fips" ]
1868
+ }, {
1869
+ "hostname" : "athena.us-east-2.api.aws",
1870
+ "tags" : [ "dualstack" ]
1775
1871
  } ]
1776
1872
  },
1777
1873
  "us-west-1" : {
1778
1874
  "variants" : [ {
1779
1875
  "hostname" : "athena-fips.us-west-1.amazonaws.com",
1780
1876
  "tags" : [ "fips" ]
1877
+ }, {
1878
+ "hostname" : "athena.us-west-1.api.aws",
1879
+ "tags" : [ "dualstack" ]
1781
1880
  } ]
1782
1881
  },
1783
1882
  "us-west-2" : {
1784
1883
  "variants" : [ {
1785
1884
  "hostname" : "athena-fips.us-west-2.amazonaws.com",
1786
1885
  "tags" : [ "fips" ]
1886
+ }, {
1887
+ "hostname" : "athena.us-west-2.api.aws",
1888
+ "tags" : [ "dualstack" ]
1787
1889
  } ]
1788
1890
  }
1789
1891
  }
@@ -4822,6 +4924,7 @@
4822
4924
  "deprecated" : true,
4823
4925
  "hostname" : "fips.eks.us-west-2.amazonaws.com"
4824
4926
  },
4927
+ "me-central-1" : { },
4825
4928
  "me-south-1" : { },
4826
4929
  "sa-east-1" : { },
4827
4930
  "us-east-1" : {
@@ -5963,6 +6066,7 @@
5963
6066
  "deprecated" : true,
5964
6067
  "hostname" : "firehose-fips.us-west-2.amazonaws.com"
5965
6068
  },
6069
+ "me-central-1" : { },
5966
6070
  "me-south-1" : { },
5967
6071
  "sa-east-1" : { },
5968
6072
  "us-east-1" : {
@@ -11242,6 +11346,74 @@
11242
11346
  "us-west-2" : { }
11243
11347
  }
11244
11348
  },
11349
+ "resource-explorer-2" : {
11350
+ "defaults" : {
11351
+ "variants" : [ {
11352
+ "dnsSuffix" : "api.aws",
11353
+ "hostname" : "{service}-fips.{region}.{dnsSuffix}",
11354
+ "tags" : [ "fips" ]
11355
+ } ]
11356
+ },
11357
+ "endpoints" : {
11358
+ "af-south-1" : {
11359
+ "hostname" : "resource-explorer-2.af-south-1.api.aws"
11360
+ },
11361
+ "ap-east-1" : {
11362
+ "hostname" : "resource-explorer-2.ap-east-1.api.aws"
11363
+ },
11364
+ "ap-northeast-1" : {
11365
+ "hostname" : "resource-explorer-2.ap-northeast-1.api.aws"
11366
+ },
11367
+ "ap-northeast-2" : {
11368
+ "hostname" : "resource-explorer-2.ap-northeast-2.api.aws"
11369
+ },
11370
+ "ap-northeast-3" : {
11371
+ "hostname" : "resource-explorer-2.ap-northeast-3.api.aws"
11372
+ },
11373
+ "ap-south-1" : {
11374
+ "hostname" : "resource-explorer-2.ap-south-1.api.aws"
11375
+ },
11376
+ "ap-southeast-1" : {
11377
+ "hostname" : "resource-explorer-2.ap-southeast-1.api.aws"
11378
+ },
11379
+ "ap-southeast-2" : {
11380
+ "hostname" : "resource-explorer-2.ap-southeast-2.api.aws"
11381
+ },
11382
+ "ca-central-1" : {
11383
+ "hostname" : "resource-explorer-2.ca-central-1.api.aws"
11384
+ },
11385
+ "eu-central-1" : {
11386
+ "hostname" : "resource-explorer-2.eu-central-1.api.aws"
11387
+ },
11388
+ "eu-north-1" : {
11389
+ "hostname" : "resource-explorer-2.eu-north-1.api.aws"
11390
+ },
11391
+ "eu-west-1" : {
11392
+ "hostname" : "resource-explorer-2.eu-west-1.api.aws"
11393
+ },
11394
+ "eu-west-2" : {
11395
+ "hostname" : "resource-explorer-2.eu-west-2.api.aws"
11396
+ },
11397
+ "eu-west-3" : {
11398
+ "hostname" : "resource-explorer-2.eu-west-3.api.aws"
11399
+ },
11400
+ "sa-east-1" : {
11401
+ "hostname" : "resource-explorer-2.sa-east-1.api.aws"
11402
+ },
11403
+ "us-east-1" : {
11404
+ "hostname" : "resource-explorer-2.us-east-1.api.aws"
11405
+ },
11406
+ "us-east-2" : {
11407
+ "hostname" : "resource-explorer-2.us-east-2.api.aws"
11408
+ },
11409
+ "us-west-1" : {
11410
+ "hostname" : "resource-explorer-2.us-west-1.api.aws"
11411
+ },
11412
+ "us-west-2" : {
11413
+ "hostname" : "resource-explorer-2.us-west-2.api.aws"
11414
+ }
11415
+ }
11416
+ },
11245
11417
  "resource-groups" : {
11246
11418
  "endpoints" : {
11247
11419
  "af-south-1" : { },
@@ -14141,6 +14313,7 @@
14141
14313
  "ap-south-1" : { },
14142
14314
  "ap-southeast-1" : { },
14143
14315
  "ap-southeast-2" : { },
14316
+ "ap-southeast-3" : { },
14144
14317
  "ca-central-1" : {
14145
14318
  "variants" : [ {
14146
14319
  "hostname" : "transfer-fips.ca-central-1.amazonaws.com",
@@ -16106,6 +16279,23 @@
16106
16279
  "cn-northwest-1" : { }
16107
16280
  }
16108
16281
  },
16282
+ "resource-explorer-2" : {
16283
+ "defaults" : {
16284
+ "variants" : [ {
16285
+ "dnsSuffix" : "api.amazonwebservices.com.cn",
16286
+ "hostname" : "{service}-fips.{region}.{dnsSuffix}",
16287
+ "tags" : [ "fips" ]
16288
+ } ]
16289
+ },
16290
+ "endpoints" : {
16291
+ "cn-north-1" : {
16292
+ "hostname" : "resource-explorer-2.cn-north-1.api.amazonwebservices.com.cn"
16293
+ },
16294
+ "cn-northwest-1" : {
16295
+ "hostname" : "resource-explorer-2.cn-northwest-1.api.amazonwebservices.com.cn"
16296
+ }
16297
+ }
16298
+ },
16109
16299
  "resource-groups" : {
16110
16300
  "endpoints" : {
16111
16301
  "cn-north-1" : { },
@@ -19152,6 +19342,23 @@
19152
19342
  }
19153
19343
  }
19154
19344
  },
19345
+ "resource-explorer-2" : {
19346
+ "defaults" : {
19347
+ "variants" : [ {
19348
+ "dnsSuffix" : "api.aws",
19349
+ "hostname" : "{service}-fips.{region}.{dnsSuffix}",
19350
+ "tags" : [ "fips" ]
19351
+ } ]
19352
+ },
19353
+ "endpoints" : {
19354
+ "us-gov-east-1" : {
19355
+ "hostname" : "resource-explorer-2.us-gov-east-1.api.aws"
19356
+ },
19357
+ "us-gov-west-1" : {
19358
+ "hostname" : "resource-explorer-2.us-gov-west-1.api.aws"
19359
+ }
19360
+ }
19361
+ },
19155
19362
  "resource-groups" : {
19156
19363
  "defaults" : {
19157
19364
  "variants" : [ {
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.656.0
4
+ version: 1.658.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-11-04 00:00:00.000000000 Z
11
+ date: 2022-11-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: