aws-partitions 1.927.0 → 1.931.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: f5883face996b0da2f4c811482797d034de8708a84c4837e6870cfc60fbf5179
4
- data.tar.gz: c858d8b3de0b8df76a31814f66713365d7e222221871647a961a537d6685918e
3
+ metadata.gz: 22248d56dc81ee323b6c6ce3c3ceda247166a2362cdc3b9ca2375289b8ae01a7
4
+ data.tar.gz: 97c4b329778ce8aea2c38fb493aa96755ff21ff17c08b9710517f3bb70865efe
5
5
  SHA512:
6
- metadata.gz: 17cf32fe7b639e85ab42e4f684ed39219eedb92c5feb32908731f00e38f21cc2135cbdc2f5840cddf2513c5506a5df8e4fd55d1af52cbc53cc316a8ce38c9732
7
- data.tar.gz: ffb86b8fece04e1df7998faa7cfabf9e2ad904676f07b443246154141ea1ad91c90333d57f82eaa8d558dea2a20267716adf14a8d47bd3c8aa8d8a63032015e9
6
+ metadata.gz: 32f2684cc241b513d5a0611a50434924b887f9106d71d30b2801a91c72a6bcdd2e76accc86dde2c5a1ceb54f45096b35097fd3777b513d927018f5c8a9891eec
7
+ data.tar.gz: '083ce85e193e9e2e7249eb254a2aceca895a52f8b438c3cf3f3a9e304f4f7ee25736679a21b02597a21c161fcd60288d93ed5ad9590922895eb6e20f2305fc27'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.931.0 (2024-05-17)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.930.0 (2024-05-16)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.929.0 (2024-05-14)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.928.0 (2024-05-13)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
4
24
  1.927.0 (2024-05-10)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.927.0
1
+ 1.931.0
@@ -250,7 +250,6 @@ module Aws
250
250
  'ARCZonalShift' => 'arc-zonal-shift',
251
251
  'AccessAnalyzer' => 'access-analyzer',
252
252
  'Account' => 'account',
253
- 'AlexaForBusiness' => 'a4b',
254
253
  'Amplify' => 'amplify',
255
254
  'AmplifyBackend' => 'amplifybackend',
256
255
  'AmplifyUIBuilder' => 'amplifyuibuilder',
@@ -406,7 +405,6 @@ module Aws
406
405
  'GuardDuty' => 'guardduty',
407
406
  'Health' => 'health',
408
407
  'HealthLake' => 'healthlake',
409
- 'Honeycode' => 'honeycode',
410
408
  'IAM' => 'iam',
411
409
  'IVS' => 'ivs',
412
410
  'IVSRealTime' => 'ivsrealtime',
data/partitions.json CHANGED
@@ -454,6 +454,8 @@
454
454
  },
455
455
  "airflow" : {
456
456
  "endpoints" : {
457
+ "af-south-1" : { },
458
+ "ap-east-1" : { },
457
459
  "ap-northeast-1" : { },
458
460
  "ap-northeast-2" : { },
459
461
  "ap-south-1" : { },
@@ -462,12 +464,15 @@
462
464
  "ca-central-1" : { },
463
465
  "eu-central-1" : { },
464
466
  "eu-north-1" : { },
467
+ "eu-south-1" : { },
465
468
  "eu-west-1" : { },
466
469
  "eu-west-2" : { },
467
470
  "eu-west-3" : { },
471
+ "me-south-1" : { },
468
472
  "sa-east-1" : { },
469
473
  "us-east-1" : { },
470
474
  "us-east-2" : { },
475
+ "us-west-1" : { },
471
476
  "us-west-2" : { }
472
477
  }
473
478
  },
@@ -544,10 +549,12 @@
544
549
  "aoss" : {
545
550
  "endpoints" : {
546
551
  "ap-northeast-1" : { },
552
+ "ap-south-1" : { },
547
553
  "ap-southeast-1" : { },
548
554
  "ap-southeast-2" : { },
549
555
  "eu-central-1" : { },
550
556
  "eu-west-1" : { },
557
+ "eu-west-2" : { },
551
558
  "eu-west-3" : { },
552
559
  "us-east-1" : { },
553
560
  "us-east-2" : { },
@@ -19541,6 +19548,8 @@
19541
19548
  "vpc-lattice" : {
19542
19549
  "endpoints" : {
19543
19550
  "ap-northeast-1" : { },
19551
+ "ap-northeast-2" : { },
19552
+ "ap-south-1" : { },
19544
19553
  "ap-southeast-1" : { },
19545
19554
  "ap-southeast-2" : { },
19546
19555
  "ca-central-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.927.0
4
+ version: 1.931.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: 2024-05-10 00:00:00.000000000 Z
11
+ date: 2024-05-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: