aws-partitions 1.1031.0 → 1.1033.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +15 -14
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4871dbc9b759cc93770bf48ebcb9f01aba7c5fb46f2f0ff36ac2e4b5bff426de
4
- data.tar.gz: eda1b6670e9973acc68dffb8ba8d3ff0cc2e1d2263fb050668de23e47bb658b9
3
+ metadata.gz: f23298da2b95074a2a5e72a16c9d50a20f01548f2c87d8f18fc4b1c6bdba2868
4
+ data.tar.gz: 8a68c02b0d1c92c25625a70922081025d1f4b69e533a33635ca246e8e06a7718
5
5
  SHA512:
6
- metadata.gz: 0ab75f6e63f8faca2e2446dc07b8b9498618def7f1a1f780bf387b99a1faa81bec6a1809d639add3a93ba1b4248f448f9f6e9a55e8f596116d637afc2475c1fb
7
- data.tar.gz: 5282efe57d84144cb07ff96f6266c74b55ec8da756051cc67ff327a8ea3f7cb436048164e535ef76a48a818e7fba3552a8324958aa0559d12b3eb4045316f2f9
6
+ metadata.gz: e6356ad104dac55311930218479f2704cefebca1f4840b4a40e86bd19480788adf5b3b48f9694dd1d37dfdd30e9b8e824550133cd4e4dfa160fe60f6108af123
7
+ data.tar.gz: 21cdf5a98ff64d8c6c59cfc7a9c377f194998b10df2f92948e4bb5662ac9474f0dc553c0d906ccef3d16903100bf4a10f99980f400fe96843e0c1e86bcd2836e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1033.0 (2025-01-07)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1032.0 (2025-01-06)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1031.0 (2025-01-03)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1031.0
1
+ 1.1033.0
data/partitions.json CHANGED
@@ -11913,9 +11913,21 @@
11913
11913
  },
11914
11914
  "iotfleetwise" : {
11915
11915
  "endpoints" : {
11916
- "ap-south-1" : { },
11917
- "eu-central-1" : { },
11918
- "us-east-1" : { }
11916
+ "ap-south-1" : {
11917
+ "variants" : [ {
11918
+ "tags" : [ "dualstack" ]
11919
+ } ]
11920
+ },
11921
+ "eu-central-1" : {
11922
+ "variants" : [ {
11923
+ "tags" : [ "dualstack" ]
11924
+ } ]
11925
+ },
11926
+ "us-east-1" : {
11927
+ "variants" : [ {
11928
+ "tags" : [ "dualstack" ]
11929
+ } ]
11930
+ }
11919
11931
  }
11920
11932
  },
11921
11933
  "iotsecuredtunneling" : {
@@ -17142,17 +17154,6 @@
17142
17154
  }
17143
17155
  }
17144
17156
  },
17145
- "projects.iot1click" : {
17146
- "endpoints" : {
17147
- "ap-northeast-1" : { },
17148
- "eu-central-1" : { },
17149
- "eu-west-1" : { },
17150
- "eu-west-2" : { },
17151
- "us-east-1" : { },
17152
- "us-east-2" : { },
17153
- "us-west-2" : { }
17154
- }
17155
- },
17156
17157
  "proton" : {
17157
17158
  "endpoints" : {
17158
17159
  "ap-northeast-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.1031.0
4
+ version: 1.1033.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: 2025-01-03 00:00:00.000000000 Z
11
+ date: 2025-01-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: