aws-partitions 1.929.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: 9cb45ae4352c172dcdfb8f858bf15605f0230925caa461ae3bd32a45d8d70009
4
- data.tar.gz: 37acebd58cf8ffb4a3a15f3acff7eb886b1c05c469f7fa67a0b2da0193346554
3
+ metadata.gz: 22248d56dc81ee323b6c6ce3c3ceda247166a2362cdc3b9ca2375289b8ae01a7
4
+ data.tar.gz: 97c4b329778ce8aea2c38fb493aa96755ff21ff17c08b9710517f3bb70865efe
5
5
  SHA512:
6
- metadata.gz: 9a84d8bc3ea1d4dc92706ff7d81c977bbe633a97b73e3a93a3145acf82d8fd80805f3382cb81d04aa21c9cb3a6ff09328275243aff9b62f4181ff4b66326a049
7
- data.tar.gz: 5972e27a6f8c8f279be61dfb06aee80e12f94e39371eb18215db3ed338baf10f9469d17e3e3eb45c308c00e3c67f6b60c86cd2aa4ad4a86dc12150f48a06a149
6
+ metadata.gz: 32f2684cc241b513d5a0611a50434924b887f9106d71d30b2801a91c72a6bcdd2e76accc86dde2c5a1ceb54f45096b35097fd3777b513d927018f5c8a9891eec
7
+ data.tar.gz: '083ce85e193e9e2e7249eb254a2aceca895a52f8b438c3cf3f3a9e304f4f7ee25736679a21b02597a21c161fcd60288d93ed5ad9590922895eb6e20f2305fc27'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
4
14
  1.929.0 (2024-05-14)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.929.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
  },
@@ -19543,6 +19548,8 @@
19543
19548
  "vpc-lattice" : {
19544
19549
  "endpoints" : {
19545
19550
  "ap-northeast-1" : { },
19551
+ "ap-northeast-2" : { },
19552
+ "ap-south-1" : { },
19546
19553
  "ap-southeast-1" : { },
19547
19554
  "ap-southeast-2" : { },
19548
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.929.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-14 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: