aws-partitions 1.486.0 → 1.490.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: b2e6f0d50fc050b21efb57594564f8e81419f0113f3a137f2d11c0575ca2a558
4
- data.tar.gz: 0562cf7a166acd086192a5e9407049e9592b4e0cf1bb76beea2af019b316715c
3
+ metadata.gz: 8fe2fb196b117da608c055f7dedf71bb8ae0f6a9cf12042a4a68f26dc0398603
4
+ data.tar.gz: d2d301caad53dfc60295588784bcb7c5ffcbb0b154d13caa72ff5eb3c60371f2
5
5
  SHA512:
6
- metadata.gz: 31d3e05f3d2108d6337f1df3fa6e0c79cf3aee115385619cacd6ff96b54cd86bd9dddc0c82e8a67c7d06e4185faca86125e3e2e67d0363ef110adb0d1630b62d
7
- data.tar.gz: 87e63e5a04d547e7238fcf2d4c0b0bd0f7df3b217bd610bddd22d99bce563ab0e61da0fe0a4753a362dc567a234c802423313f6b48012b0eaa7a82ef91be6b77
6
+ metadata.gz: 6c26506c4ce57ea291c14eeef63fcee47014050fb579d520c9998d60a4f81c12c810fc4a17a6beb1e4d6d32d187dacbc5ba9e6d24200ad44a7e772e0cbe3ba95
7
+ data.tar.gz: 5bcf310cf82e999e0b0ac281134fb2a097dbd8342d410e285c44e2116bb5600eb610f24c855ea07358bc46b397684647d8400933b2e4531d1e1ca3c48f6b039d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.490.0 (2021-08-23)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.489.0 (2021-08-19)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::MemoryDB`.
13
+
14
+ 1.488.0 (2021-08-16)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.487.0 (2021-08-12)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
4
24
  1.486.0 (2021-08-11)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.486.0
1
+ 1.490.0
@@ -405,6 +405,7 @@ module Aws
405
405
  'MediaStore' => 'mediastore',
406
406
  'MediaStoreData' => 'data.mediastore',
407
407
  'MediaTailor' => 'api.mediatailor',
408
+ 'MemoryDB' => 'memory-db',
408
409
  'Mgn' => 'mgn',
409
410
  'MigrationHub' => 'mgh',
410
411
  'MigrationHubConfig' => 'migrationhub-config',
data/partitions.json CHANGED
@@ -1762,6 +1762,36 @@
1762
1762
  "eu-west-1" : { },
1763
1763
  "eu-west-2" : { },
1764
1764
  "eu-west-3" : { },
1765
+ "fips-ca-central-1" : {
1766
+ "credentialScope" : {
1767
+ "service" : "iotdata"
1768
+ },
1769
+ "hostname" : "data.iot-fips.ca-central-1.amazonaws.com"
1770
+ },
1771
+ "fips-us-east-1" : {
1772
+ "credentialScope" : {
1773
+ "service" : "iotdata"
1774
+ },
1775
+ "hostname" : "data.iot-fips.us-east-1.amazonaws.com"
1776
+ },
1777
+ "fips-us-east-2" : {
1778
+ "credentialScope" : {
1779
+ "service" : "iotdata"
1780
+ },
1781
+ "hostname" : "data.iot-fips.us-east-2.amazonaws.com"
1782
+ },
1783
+ "fips-us-west-1" : {
1784
+ "credentialScope" : {
1785
+ "service" : "iotdata"
1786
+ },
1787
+ "hostname" : "data.iot-fips.us-west-1.amazonaws.com"
1788
+ },
1789
+ "fips-us-west-2" : {
1790
+ "credentialScope" : {
1791
+ "service" : "iotdata"
1792
+ },
1793
+ "hostname" : "data.iot-fips.us-west-2.amazonaws.com"
1794
+ },
1765
1795
  "me-south-1" : { },
1766
1796
  "sa-east-1" : { },
1767
1797
  "us-east-1" : { },
@@ -3612,6 +3642,36 @@
3612
3642
  "eu-west-1" : { },
3613
3643
  "eu-west-2" : { },
3614
3644
  "eu-west-3" : { },
3645
+ "fips-ca-central-1" : {
3646
+ "credentialScope" : {
3647
+ "service" : "execute-api"
3648
+ },
3649
+ "hostname" : "iot-fips.ca-central-1.amazonaws.com"
3650
+ },
3651
+ "fips-us-east-1" : {
3652
+ "credentialScope" : {
3653
+ "service" : "execute-api"
3654
+ },
3655
+ "hostname" : "iot-fips.us-east-1.amazonaws.com"
3656
+ },
3657
+ "fips-us-east-2" : {
3658
+ "credentialScope" : {
3659
+ "service" : "execute-api"
3660
+ },
3661
+ "hostname" : "iot-fips.us-east-2.amazonaws.com"
3662
+ },
3663
+ "fips-us-west-1" : {
3664
+ "credentialScope" : {
3665
+ "service" : "execute-api"
3666
+ },
3667
+ "hostname" : "iot-fips.us-west-1.amazonaws.com"
3668
+ },
3669
+ "fips-us-west-2" : {
3670
+ "credentialScope" : {
3671
+ "service" : "execute-api"
3672
+ },
3673
+ "hostname" : "iot-fips.us-west-2.amazonaws.com"
3674
+ },
3615
3675
  "me-south-1" : { },
3616
3676
  "sa-east-1" : { },
3617
3677
  "us-east-1" : { },
@@ -3623,6 +3683,7 @@
3623
3683
  "iotanalytics" : {
3624
3684
  "endpoints" : {
3625
3685
  "ap-northeast-1" : { },
3686
+ "ap-south-1" : { },
3626
3687
  "ap-southeast-2" : { },
3627
3688
  "eu-central-1" : { },
3628
3689
  "eu-west-1" : { },
@@ -7747,6 +7808,12 @@
7747
7808
  "cn-northwest-1" : { }
7748
7809
  }
7749
7810
  },
7811
+ "emr-containers" : {
7812
+ "endpoints" : {
7813
+ "cn-north-1" : { },
7814
+ "cn-northwest-1" : { }
7815
+ }
7816
+ },
7750
7817
  "es" : {
7751
7818
  "endpoints" : {
7752
7819
  "cn-north-1" : { },
@@ -7765,6 +7832,15 @@
7765
7832
  "cn-northwest-1" : { }
7766
7833
  }
7767
7834
  },
7835
+ "fms" : {
7836
+ "defaults" : {
7837
+ "protocols" : [ "https" ]
7838
+ },
7839
+ "endpoints" : {
7840
+ "cn-north-1" : { },
7841
+ "cn-northwest-1" : { }
7842
+ }
7843
+ },
7768
7844
  "fsx" : {
7769
7845
  "endpoints" : {
7770
7846
  "cn-north-1" : { },
@@ -8719,6 +8795,18 @@
8719
8795
  "protocols" : [ "https" ]
8720
8796
  },
8721
8797
  "endpoints" : {
8798
+ "fips-us-gov-east-1" : {
8799
+ "credentialScope" : {
8800
+ "service" : "iotdata"
8801
+ },
8802
+ "hostname" : "data.iot-fips.us-gov-east-1.amazonaws.com"
8803
+ },
8804
+ "fips-us-gov-west-1" : {
8805
+ "credentialScope" : {
8806
+ "service" : "iotdata"
8807
+ },
8808
+ "hostname" : "data.iot-fips.us-gov-west-1.amazonaws.com"
8809
+ },
8722
8810
  "us-gov-east-1" : { },
8723
8811
  "us-gov-west-1" : { }
8724
8812
  }
@@ -9206,6 +9294,18 @@
9206
9294
  }
9207
9295
  },
9208
9296
  "endpoints" : {
9297
+ "fips-us-gov-east-1" : {
9298
+ "credentialScope" : {
9299
+ "service" : "execute-api"
9300
+ },
9301
+ "hostname" : "iot-fips.us-gov-east-1.amazonaws.com"
9302
+ },
9303
+ "fips-us-gov-west-1" : {
9304
+ "credentialScope" : {
9305
+ "service" : "execute-api"
9306
+ },
9307
+ "hostname" : "iot-fips.us-gov-west-1.amazonaws.com"
9308
+ },
9209
9309
  "us-gov-east-1" : { },
9210
9310
  "us-gov-west-1" : { }
9211
9311
  }
@@ -10370,6 +10470,11 @@
10370
10470
  "isRegionalized" : false,
10371
10471
  "partitionEndpoint" : "aws-iso-global"
10372
10472
  },
10473
+ "route53resolver" : {
10474
+ "endpoints" : {
10475
+ "us-iso-east-1" : { }
10476
+ }
10477
+ },
10373
10478
  "runtime.sagemaker" : {
10374
10479
  "endpoints" : {
10375
10480
  "us-iso-east-1" : { }
@@ -10764,6 +10869,11 @@
10764
10869
  "endpoints" : {
10765
10870
  "us-isob-east-1" : { }
10766
10871
  }
10872
+ },
10873
+ "tagging" : {
10874
+ "endpoints" : {
10875
+ "us-isob-east-1" : { }
10876
+ }
10767
10877
  }
10768
10878
  }
10769
10879
  } ],
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.486.0
4
+ version: 1.490.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-11 00:00:00.000000000 Z
11
+ date: 2021-08-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: