aws-partitions 1.440.0 → 1.445.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: 804868633a4ba4b14e5abd1d85c3876b11ee02a2c30095d1c078745efb055df8
4
- data.tar.gz: bee194e5122d531a66bf843b6eb8f866540b2f2da16fccc19b625abbb31f8d92
3
+ metadata.gz: d85c6a6429f1591f7c746f8e5764962adc2d686e2f63b78587297c8db728c1d7
4
+ data.tar.gz: 2741a6b8bc686eaf5544d09d24b42dd26975c58e5b0c293af7a5aebaa1a78e9f
5
5
  SHA512:
6
- metadata.gz: 8bb4c05296aec9bbe98c56e85be92d383233cfe0c201ecb15d25972ffa7d5b59a2b1ba089c9a0bfb8a98b1e8a32dd615400ad84efec11b9ff5057916c485c514
7
- data.tar.gz: 7b82a3652535659b52a9f0860353705d21fe832f2591b1ef7c606826640638acc14142a86025fe201746255e4581653efd7947d499ca23ad3ce0243e87ef9b2e
6
+ metadata.gz: 0bef33d1a8103886e224485e875d1e4bbb6e04880f46088c8b14c1a86b8e63527408e2daa5ebf024aff994bbf95048e8d5be914e2a4b3eba7c826b952f6ba8ff
7
+ data.tar.gz: 1366553af208049d55c223f2fc89a204a19039d98ed75f1d858ce4fb83e539d5fe10f36ed4110a1d88be3678c7bba9d917f3d2e8bdc8873de75e03170a380641
data/CHANGELOG.md CHANGED
@@ -1,6 +1,31 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.445.0 (2021-04-15)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.444.0 (2021-04-12)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.443.0 (2021-04-08)
15
+ ------------------
16
+
17
+ * Feature - Added support for enumerating regions for `Aws::LookoutEquipment`.
18
+
19
+ 1.442.0 (2021-04-07)
20
+ ------------------
21
+
22
+ * Feature - Added support for enumerating regions for `Aws::Mgn`.
23
+
24
+ 1.441.0 (2021-04-02)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
4
29
  1.440.0 (2021-04-01)
5
30
  ------------------
6
31
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.440.0
1
+ 1.445.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',
@@ -398,6 +399,7 @@ module Aws
398
399
  'MediaStore' => 'mediastore',
399
400
  'MediaStoreData' => 'data.mediastore',
400
401
  'MediaTailor' => 'api.mediatailor',
402
+ 'Mgn' => 'mgn',
401
403
  'MigrationHub' => 'mgh',
402
404
  'MigrationHubConfig' => 'migrationhub-config',
403
405
  'Mobile' => 'mobile',
data/partitions.json CHANGED
@@ -1245,6 +1245,7 @@
1245
1245
  "ap-east-1" : { },
1246
1246
  "ap-northeast-1" : { },
1247
1247
  "ap-northeast-2" : { },
1248
+ "ap-northeast-3" : { },
1248
1249
  "ap-south-1" : { },
1249
1250
  "ap-southeast-1" : { },
1250
1251
  "ap-southeast-2" : { },
@@ -1649,6 +1650,7 @@
1649
1650
  "endpoints" : {
1650
1651
  "ap-northeast-1" : { },
1651
1652
  "ap-southeast-2" : { },
1653
+ "ca-central-1" : { },
1652
1654
  "eu-central-1" : { },
1653
1655
  "eu-west-2" : { },
1654
1656
  "us-east-1" : { },
@@ -3062,6 +3064,8 @@
3062
3064
  },
3063
3065
  "gamelift" : {
3064
3066
  "endpoints" : {
3067
+ "af-south-1" : { },
3068
+ "ap-east-1" : { },
3065
3069
  "ap-northeast-1" : { },
3066
3070
  "ap-northeast-2" : { },
3067
3071
  "ap-south-1" : { },
@@ -3069,8 +3073,12 @@
3069
3073
  "ap-southeast-2" : { },
3070
3074
  "ca-central-1" : { },
3071
3075
  "eu-central-1" : { },
3076
+ "eu-north-1" : { },
3077
+ "eu-south-1" : { },
3072
3078
  "eu-west-1" : { },
3073
3079
  "eu-west-2" : { },
3080
+ "eu-west-3" : { },
3081
+ "me-south-1" : { },
3074
3082
  "sa-east-1" : { },
3075
3083
  "us-east-1" : { },
3076
3084
  "us-east-2" : { },
@@ -3244,6 +3252,7 @@
3244
3252
  "ap-east-1" : { },
3245
3253
  "ap-northeast-1" : { },
3246
3254
  "ap-northeast-2" : { },
3255
+ "ap-northeast-3" : { },
3247
3256
  "ap-south-1" : { },
3248
3257
  "ap-southeast-1" : { },
3249
3258
  "ap-southeast-2" : { },
@@ -3809,6 +3818,7 @@
3809
3818
  "ap-east-1" : { },
3810
3819
  "ap-northeast-1" : { },
3811
3820
  "ap-northeast-2" : { },
3821
+ "ap-northeast-3" : { },
3812
3822
  "ap-south-1" : { },
3813
3823
  "ap-southeast-1" : { },
3814
3824
  "ap-southeast-2" : { },
@@ -3917,6 +3927,13 @@
3917
3927
  "us-west-2" : { }
3918
3928
  }
3919
3929
  },
3930
+ "lookoutequipment" : {
3931
+ "endpoints" : {
3932
+ "ap-northeast-2" : { },
3933
+ "eu-west-1" : { },
3934
+ "us-east-1" : { }
3935
+ }
3936
+ },
3920
3937
  "lookoutvision" : {
3921
3938
  "endpoints" : {
3922
3939
  "ap-northeast-1" : { },
@@ -3958,6 +3975,7 @@
3958
3975
  "ap-east-1" : { },
3959
3976
  "ap-northeast-1" : { },
3960
3977
  "ap-northeast-2" : { },
3978
+ "ap-northeast-3" : { },
3961
3979
  "ap-south-1" : { },
3962
3980
  "ap-southeast-1" : { },
3963
3981
  "ap-southeast-2" : { },
@@ -4284,6 +4302,7 @@
4284
4302
  "ap-east-1" : { },
4285
4303
  "ap-northeast-1" : { },
4286
4304
  "ap-northeast-2" : { },
4305
+ "ap-northeast-3" : { },
4287
4306
  "ap-south-1" : { },
4288
4307
  "ap-southeast-1" : { },
4289
4308
  "ap-southeast-2" : { },
@@ -4633,6 +4652,21 @@
4633
4652
  "us-west-2" : { }
4634
4653
  }
4635
4654
  },
4655
+ "personalize" : {
4656
+ "endpoints" : {
4657
+ "ap-northeast-1" : { },
4658
+ "ap-northeast-2" : { },
4659
+ "ap-south-1" : { },
4660
+ "ap-southeast-1" : { },
4661
+ "ap-southeast-2" : { },
4662
+ "ca-central-1" : { },
4663
+ "eu-central-1" : { },
4664
+ "eu-west-1" : { },
4665
+ "us-east-1" : { },
4666
+ "us-east-2" : { },
4667
+ "us-west-2" : { }
4668
+ }
4669
+ },
4636
4670
  "pinpoint" : {
4637
4671
  "defaults" : {
4638
4672
  "credentialScope" : {
@@ -7510,7 +7544,8 @@
7510
7544
  },
7511
7545
  "lakeformation" : {
7512
7546
  "endpoints" : {
7513
- "cn-north-1" : { }
7547
+ "cn-north-1" : { },
7548
+ "cn-northwest-1" : { }
7514
7549
  }
7515
7550
  },
7516
7551
  "lambda" : {
@@ -7550,6 +7585,12 @@
7550
7585
  "cn-northwest-1" : { }
7551
7586
  }
7552
7587
  },
7588
+ "mq" : {
7589
+ "endpoints" : {
7590
+ "cn-north-1" : { },
7591
+ "cn-northwest-1" : { }
7592
+ }
7593
+ },
7553
7594
  "neptune" : {
7554
7595
  "endpoints" : {
7555
7596
  "cn-northwest-1" : {
@@ -7572,6 +7613,11 @@
7572
7613
  "isRegionalized" : false,
7573
7614
  "partitionEndpoint" : "aws-cn-global"
7574
7615
  },
7616
+ "personalize" : {
7617
+ "endpoints" : {
7618
+ "cn-north-1" : { }
7619
+ }
7620
+ },
7575
7621
  "polly" : {
7576
7622
  "endpoints" : {
7577
7623
  "cn-northwest-1" : { }
@@ -8552,6 +8598,27 @@
8552
8598
  "us-gov-west-1" : { }
8553
8599
  }
8554
8600
  },
8601
+ "fms" : {
8602
+ "defaults" : {
8603
+ "protocols" : [ "https" ]
8604
+ },
8605
+ "endpoints" : {
8606
+ "fips-us-gov-east-1" : {
8607
+ "credentialScope" : {
8608
+ "region" : "us-gov-east-1"
8609
+ },
8610
+ "hostname" : "fms-fips.us-gov-east-1.amazonaws.com"
8611
+ },
8612
+ "fips-us-gov-west-1" : {
8613
+ "credentialScope" : {
8614
+ "region" : "us-gov-west-1"
8615
+ },
8616
+ "hostname" : "fms-fips.us-gov-west-1.amazonaws.com"
8617
+ },
8618
+ "us-gov-east-1" : { },
8619
+ "us-gov-west-1" : { }
8620
+ }
8621
+ },
8555
8622
  "fsx" : {
8556
8623
  "endpoints" : {
8557
8624
  "fips-prod-us-gov-east-1" : {
@@ -9251,6 +9318,18 @@
9251
9318
  "protocols" : [ "https" ]
9252
9319
  },
9253
9320
  "endpoints" : {
9321
+ "fips-us-gov-east-1" : {
9322
+ "credentialScope" : {
9323
+ "region" : "us-gov-east-1"
9324
+ },
9325
+ "hostname" : "servicequotas.us-gov-east-1.amazonaws.com"
9326
+ },
9327
+ "fips-us-gov-west-1" : {
9328
+ "credentialScope" : {
9329
+ "region" : "us-gov-west-1"
9330
+ },
9331
+ "hostname" : "servicequotas.us-gov-west-1.amazonaws.com"
9332
+ },
9254
9333
  "us-gov-east-1" : { },
9255
9334
  "us-gov-west-1" : { }
9256
9335
  }
@@ -9716,6 +9795,11 @@
9716
9795
  "us-iso-east-1" : { }
9717
9796
  }
9718
9797
  },
9798
+ "firehose" : {
9799
+ "endpoints" : {
9800
+ "us-iso-east-1" : { }
9801
+ }
9802
+ },
9719
9803
  "glacier" : {
9720
9804
  "endpoints" : {
9721
9805
  "us-iso-east-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.440.0
4
+ version: 1.445.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-01 00:00:00.000000000 Z
11
+ date: 2021-04-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email:
@@ -48,7 +48,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
48
48
  version: '0'
49
49
  requirements: []
50
50
  rubyforge_project:
51
- rubygems_version: 2.7.6.2
51
+ rubygems_version: 2.7.6.3
52
52
  signing_key:
53
53
  specification_version: 4
54
54
  summary: Provides information about AWS partitions, regions, and services.