aws-partitions 1.442.0 → 1.443.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: c1342ea236cada5686ca57fa9f9b180e94240ed897d45be00a7db110d7c0f9d5
4
- data.tar.gz: 722715ed9fe3441b4508c9b2c013e858520976768bf05c3cdae1301adf10f051
3
+ metadata.gz: c66bdd4b2feefa535f35fc68073eadd95c2021e8dd8540d1866ae04e33352fbd
4
+ data.tar.gz: 374dca3764aae7868b930a5f0d7262aae8d2a5188c43b22db2bcc57876d72b53
5
5
  SHA512:
6
- metadata.gz: 454f43fa595d421b686d5f5c7924699c3de239af09115fec89fca631b420301698fd26a27785d8a804a5a30f9e860f7e3a632ee1816e31cc6c7f17f0e0459d7f
7
- data.tar.gz: bc8ca48cb1fb08bcbd1d98ca40969254e588285049c329ba1272829646fee527870e5b6ddc8c5c6fbab6bf6e3ff27559055fb27e8e5812d6cbf5d4a0ac7c2105
6
+ metadata.gz: b671bcfac064a3b740e8f706b4b188bbe7a395d31d2ab9a8afbeebcac9181baee66956103eb095cd54b08ff2276ee963460ed1aaf3e9ea53ca0b55e30e083226
7
+ data.tar.gz: 916d03f83338dda2c07a57925babda8348e913b2315fc3e905547da23956586ae20a38d209ad630c563774a3b5bafb6b8eb7b6036f9518352e23e98a1f0eff49
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.443.0 (2021-04-08)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::LookoutEquipment`.
8
+
4
9
  1.442.0 (2021-04-07)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.442.0
1
+ 1.443.0
@@ -377,6 +377,7 @@ module Aws
377
377
  'LicenseManager' => 'license-manager',
378
378
  'Lightsail' => 'lightsail',
379
379
  'LocationService' => 'geo',
380
+ 'LookoutEquipment' => 'lookoutequipment',
380
381
  'LookoutMetrics' => 'lookoutmetrics',
381
382
  'LookoutforVision' => 'lookoutvision',
382
383
  'MQ' => 'mq',
data/partitions.json CHANGED
@@ -4636,6 +4636,21 @@
4636
4636
  "us-west-2" : { }
4637
4637
  }
4638
4638
  },
4639
+ "personalize" : {
4640
+ "endpoints" : {
4641
+ "ap-northeast-1" : { },
4642
+ "ap-northeast-2" : { },
4643
+ "ap-south-1" : { },
4644
+ "ap-southeast-1" : { },
4645
+ "ap-southeast-2" : { },
4646
+ "ca-central-1" : { },
4647
+ "eu-central-1" : { },
4648
+ "eu-west-1" : { },
4649
+ "us-east-1" : { },
4650
+ "us-east-2" : { },
4651
+ "us-west-2" : { }
4652
+ }
4653
+ },
4639
4654
  "pinpoint" : {
4640
4655
  "defaults" : {
4641
4656
  "credentialScope" : {
@@ -7513,7 +7528,8 @@
7513
7528
  },
7514
7529
  "lakeformation" : {
7515
7530
  "endpoints" : {
7516
- "cn-north-1" : { }
7531
+ "cn-north-1" : { },
7532
+ "cn-northwest-1" : { }
7517
7533
  }
7518
7534
  },
7519
7535
  "lambda" : {
@@ -7575,6 +7591,11 @@
7575
7591
  "isRegionalized" : false,
7576
7592
  "partitionEndpoint" : "aws-cn-global"
7577
7593
  },
7594
+ "personalize" : {
7595
+ "endpoints" : {
7596
+ "cn-north-1" : { }
7597
+ }
7598
+ },
7578
7599
  "polly" : {
7579
7600
  "endpoints" : {
7580
7601
  "cn-northwest-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.442.0
4
+ version: 1.443.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-04-07 00:00:00.000000000 Z
11
+ date: 2021-04-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: