aws-partitions 1.485.0 → 1.489.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: df932a45e3dd3464ca49992ec2f79e64eb9da56033f2d789f8dc3bbafbf2178c
4
- data.tar.gz: 67d88127683bbfc45cd6f9df9ee791af83d6c958f64121fb68f395beeca61d2a
3
+ metadata.gz: 2902cc55bbda4e286a960ce0d3343135db719f7ecfeab88997f6708b3250b2e3
4
+ data.tar.gz: 6d18debeb725bc3ca7f166401cd280c9e2bf00472f12d954dcd3308452c6481a
5
5
  SHA512:
6
- metadata.gz: 6856ad321b4ba0212cf221e775248f872a323331c9707cb2ca40965996136d4f03310d6348b0747479e5fb169e1789bb55cec07e52c73f478d13d36b7f5fbfc8
7
- data.tar.gz: 8608d1b5f419709f35cbb9be8219033e1426abfdf42bc0c2e0e0045be98634b4ba7d586bba6005def0a3fecceb45cb4810816396dc122b65dce47f6fa3c5e9d5
6
+ metadata.gz: 1f38d320d3e0bc6e6450deac9c841c3d8d25a0a9273cc6722d1eda36b074c9ebdaf01cde698f07fde301ae51343798e480aae36886b7e82f7241d36b67288f8c
7
+ data.tar.gz: 2d1f51b8dbc0f91528244d9cf8c96529e552fde830f8ccf3731e98b49a51baebc2592b979a96fa387e71fae2869f7113cc7e74c1e23706f7f081b429c4850da8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.489.0 (2021-08-19)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::MemoryDB`.
8
+
9
+ 1.488.0 (2021-08-16)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.487.0 (2021-08-12)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.486.0 (2021-08-11)
20
+ ------------------
21
+
22
+ * Feature - Added support for enumerating regions for `Aws::SnowDeviceManagement`.
23
+
4
24
  1.485.0 (2021-08-10)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.485.0
1
+ 1.489.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',
@@ -477,6 +478,7 @@ module Aws
477
478
  'Shield' => 'shield',
478
479
  'Signer' => 'signer',
479
480
  'SimpleDB' => 'sdb',
481
+ 'SnowDeviceManagement' => 'snow-device-management',
480
482
  'Snowball' => 'snowball',
481
483
  'States' => 'states',
482
484
  'StorageGateway' => 'storagegateway',
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" : { },
@@ -8719,6 +8780,18 @@
8719
8780
  "protocols" : [ "https" ]
8720
8781
  },
8721
8782
  "endpoints" : {
8783
+ "fips-us-gov-east-1" : {
8784
+ "credentialScope" : {
8785
+ "service" : "iotdata"
8786
+ },
8787
+ "hostname" : "data.iot-fips.us-gov-east-1.amazonaws.com"
8788
+ },
8789
+ "fips-us-gov-west-1" : {
8790
+ "credentialScope" : {
8791
+ "service" : "iotdata"
8792
+ },
8793
+ "hostname" : "data.iot-fips.us-gov-west-1.amazonaws.com"
8794
+ },
8722
8795
  "us-gov-east-1" : { },
8723
8796
  "us-gov-west-1" : { }
8724
8797
  }
@@ -9206,6 +9279,18 @@
9206
9279
  }
9207
9280
  },
9208
9281
  "endpoints" : {
9282
+ "fips-us-gov-east-1" : {
9283
+ "credentialScope" : {
9284
+ "service" : "execute-api"
9285
+ },
9286
+ "hostname" : "iot-fips.us-gov-east-1.amazonaws.com"
9287
+ },
9288
+ "fips-us-gov-west-1" : {
9289
+ "credentialScope" : {
9290
+ "service" : "execute-api"
9291
+ },
9292
+ "hostname" : "iot-fips.us-gov-west-1.amazonaws.com"
9293
+ },
9209
9294
  "us-gov-east-1" : { },
9210
9295
  "us-gov-west-1" : { }
9211
9296
  }
@@ -10370,6 +10455,11 @@
10370
10455
  "isRegionalized" : false,
10371
10456
  "partitionEndpoint" : "aws-iso-global"
10372
10457
  },
10458
+ "route53resolver" : {
10459
+ "endpoints" : {
10460
+ "us-iso-east-1" : { }
10461
+ }
10462
+ },
10373
10463
  "runtime.sagemaker" : {
10374
10464
  "endpoints" : {
10375
10465
  "us-iso-east-1" : { }
@@ -10764,6 +10854,11 @@
10764
10854
  "endpoints" : {
10765
10855
  "us-isob-east-1" : { }
10766
10856
  }
10857
+ },
10858
+ "tagging" : {
10859
+ "endpoints" : {
10860
+ "us-isob-east-1" : { }
10861
+ }
10767
10862
  }
10768
10863
  }
10769
10864
  } ],
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.485.0
4
+ version: 1.489.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-10 00:00:00.000000000 Z
11
+ date: 2021-08-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: