aws-partitions 1.812.0 → 1.814.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: 0c9961e4739c6946866f4672134267ef56d3e2cbd0dc4101c5c49ed409b028f4
4
- data.tar.gz: c3ed41a9460546bc00fa505876c9c745a3c8f88fbe18337b15497f6ba070c381
3
+ metadata.gz: bcbf0af42f342af1e2792bff54f9d7896502557e67bdb5588ae146eb3e42a7f2
4
+ data.tar.gz: a5db020c3de2b6f8059fa05e275d8bc5e30fc2e11011c510e5259cd9df0c05ac
5
5
  SHA512:
6
- metadata.gz: 16b266b0e5bb3642837296416420e7b1c3637382ea3fc82f333744d10bc86e9c5c321e9444478a84da63389a2ffe1d3babf1e4f99af66d4717154d6720954acd
7
- data.tar.gz: 20588d399ff9b0d844f94cfa37f346bd18d71142b89f0f7431450a4114424de67958e898569cea24ce0da9f1ab0dc9e2db47ed81553aa6d4da841abaced8b846
6
+ metadata.gz: ed0ba386a3b5ccfabef024dc18af508a168bb2b0fe26781f8a8979349ac5c1fd56c4c29e3deeaf75ec7185a8e6b39de41d89fbbe7a76d1e7227a609b2c233242
7
+ data.tar.gz: 6d74f623e36e679ba7b976b10b38b75e680549a03e7683a0c74e9114782febc3542cbba4a88e004e84fe1254647d9b201756d2032d3800aec35a0dde254cba6f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.814.0 (2023-08-30)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::PcaConnectorAd`.
8
+
9
+ * Feature - Added support for enumerating regions for `Aws::Neptunedata`.
10
+
11
+ 1.813.0 (2023-08-28)
12
+ ------------------
13
+
14
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
15
+
4
16
  1.812.0 (2023-08-25)
5
17
  ------------------
6
18
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.812.0
1
+ 1.814.0
@@ -479,6 +479,7 @@ module Aws
479
479
  'MigrationHubStrategyRecommendations' => 'migrationhub-strategy',
480
480
  'Mobile' => 'mobile',
481
481
  'Neptune' => 'rds',
482
+ 'Neptunedata' => 'neptune-db',
482
483
  'NetworkFirewall' => 'network-firewall',
483
484
  'NetworkManager' => 'networkmanager',
484
485
  'NimbleStudio' => 'nimble',
@@ -495,6 +496,7 @@ module Aws
495
496
  'Panorama' => 'panorama',
496
497
  'PaymentCryptography' => 'controlplane.payment-cryptography',
497
498
  'PaymentCryptographyData' => 'dataplane.payment-cryptography',
499
+ 'PcaConnectorAd' => 'pca-connector-ad',
498
500
  'Personalize' => 'personalize',
499
501
  'PersonalizeEvents' => 'personalize-events',
500
502
  'PersonalizeRuntime' => 'personalize-runtime',
data/partitions.json CHANGED
@@ -522,6 +522,7 @@
522
522
  "eu-west-1" : { },
523
523
  "eu-west-2" : { },
524
524
  "eu-west-3" : { },
525
+ "il-central-1" : { },
525
526
  "me-south-1" : { },
526
527
  "sa-east-1" : { },
527
528
  "us-east-1" : {
@@ -1612,6 +1613,12 @@
1612
1613
  "tags" : [ "dualstack" ]
1613
1614
  } ]
1614
1615
  },
1616
+ "il-central-1" : {
1617
+ "variants" : [ {
1618
+ "hostname" : "appmesh.il-central-1.api.aws",
1619
+ "tags" : [ "dualstack" ]
1620
+ } ]
1621
+ },
1615
1622
  "me-south-1" : {
1616
1623
  "variants" : [ {
1617
1624
  "hostname" : "appmesh.me-south-1.api.aws",
@@ -3920,6 +3927,7 @@
3920
3927
  "eu-west-1" : { },
3921
3928
  "eu-west-2" : { },
3922
3929
  "eu-west-3" : { },
3930
+ "il-central-1" : { },
3923
3931
  "me-south-1" : { },
3924
3932
  "sa-east-1" : { },
3925
3933
  "us-east-1" : {
@@ -10403,6 +10411,7 @@
10403
10411
  "deprecated" : true,
10404
10412
  "hostname" : "macie2-fips.us-west-2.amazonaws.com"
10405
10413
  },
10414
+ "il-central-1" : { },
10406
10415
  "me-south-1" : { },
10407
10416
  "sa-east-1" : { },
10408
10417
  "us-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.812.0
4
+ version: 1.814.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: 2023-08-25 00:00:00.000000000 Z
11
+ date: 2023-08-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: