aws-partitions 1.973.0 → 1.975.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: 3dfe8dac57148e22f3a95abbd37ce138ec3deaa707fb9578663da16542787b39
4
- data.tar.gz: 12f82c6bd757156b00e4ea9200b4ee374ec2c2dd108872c667e3430d193c377d
3
+ metadata.gz: 80b6747529fe33cd7b7675c636f7afd978293f3fe729cf5d77f9033248f5098f
4
+ data.tar.gz: 983db73eb2a87e78c75370d98274a80f97a952722eb08c76d42128fb2b5cb9b3
5
5
  SHA512:
6
- metadata.gz: 05d3a43bcca3a5656fe69a9176acecfb03c74558e38a4adde8ca13e4c661eada4f434cf403daede1c94b948c707b250c632c702f542a19ceff1fa2f789c41270
7
- data.tar.gz: 7bb01690966c6cf2cf0e827294be40730f362d0f318365cd9b93a58330378ad73bb63b9636a71545ed8d2c9ef8ff076f39f647c3bd74950950dce45ba3893c3f
6
+ metadata.gz: 3c849fd37947dfc5a3cfc4ff8f62278a8119ba219164ae777d138d8ec76f310bc33897b55dd72277d60d9f4b2e3854cbe34e1bf806bf326a0f7a9cb99f6eb4e9
7
+ data.tar.gz: 791f1dd40075c257ff4f7d448b53b09b37323f23fe8814c592129caf606578adba5a61be59960b52ba8123c0bfa90d1b549b3fc6690aaaa71a49461871793526
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.975.0 (2024-09-13)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.974.0 (2024-09-11)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.973.0 (2024-09-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.973.0
1
+ 1.975.0
@@ -622,7 +622,6 @@ module Aws
622
622
  'WAFV2' => 'wafv2',
623
623
  'WellArchitected' => 'wellarchitected',
624
624
  'WorkDocs' => 'workdocs',
625
- 'WorkLink' => 'worklink',
626
625
  'WorkMail' => 'workmail',
627
626
  'WorkMailMessageFlow' => 'workmailmessageflow',
628
627
  'WorkSpaces' => 'workspaces',
data/partitions.json CHANGED
@@ -15704,6 +15704,7 @@
15704
15704
  },
15705
15705
  "redshift-serverless" : {
15706
15706
  "endpoints" : {
15707
+ "ap-east-1" : { },
15707
15708
  "ap-northeast-1" : { },
15708
15709
  "ap-northeast-2" : { },
15709
15710
  "ap-south-1" : { },
@@ -15758,6 +15759,7 @@
15758
15759
  "deprecated" : true,
15759
15760
  "hostname" : "redshift-serverless-fips.us-west-2.amazonaws.com"
15760
15761
  },
15762
+ "il-central-1" : { },
15761
15763
  "me-central-1" : { },
15762
15764
  "sa-east-1" : { },
15763
15765
  "us-east-1" : {
@@ -17689,6 +17691,7 @@
17689
17691
  "ap-southeast-2" : { },
17690
17692
  "ap-southeast-3" : { },
17691
17693
  "ap-southeast-4" : { },
17694
+ "ap-southeast-5" : { },
17692
17695
  "ca-central-1" : { },
17693
17696
  "ca-west-1" : { },
17694
17697
  "eu-central-1" : { },
@@ -29425,6 +29428,11 @@
29425
29428
  "us-iso-west-1" : { }
29426
29429
  }
29427
29430
  },
29431
+ "oam" : {
29432
+ "endpoints" : {
29433
+ "us-iso-east-1" : { }
29434
+ }
29435
+ },
29428
29436
  "outposts" : {
29429
29437
  "endpoints" : {
29430
29438
  "us-iso-east-1" : { }
@@ -30148,6 +30156,11 @@
30148
30156
  "us-isob-east-1" : { }
30149
30157
  }
30150
30158
  },
30159
+ "oam" : {
30160
+ "endpoints" : {
30161
+ "us-isob-east-1" : { }
30162
+ }
30163
+ },
30151
30164
  "outposts" : {
30152
30165
  "endpoints" : {
30153
30166
  "us-isob-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.973.0
4
+ version: 1.975.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-09-10 00:00:00.000000000 Z
11
+ date: 2024-09-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: