aws-partitions 1.913.0 → 1.915.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 +49 -3
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea9a2292332ed4e82e7744a1fb38e786ab9fff4ea094e5f44ea3cc17c2ec330c
4
- data.tar.gz: 04dbb4efca4dfbca332b996e1b347f5a662a6bd40fedccd5cf83547228d62a68
3
+ metadata.gz: 84211784650385803baf95529cd331a9b6a72e041b3853cf364ae09510f6df3b
4
+ data.tar.gz: 5167206d6a3dbc41151b6c19f8eeb40d32ba9f88cd6a0ab1805e2bbf44983dda
5
5
  SHA512:
6
- metadata.gz: 3e24c29f1d31547dbf3fce8cc4e73f5050890fb5939e5a7802f3e497ebb666ed459e7309afad8fb6cf6b40c3082bb6505a4339f5e8de1d31a76c02cd8d58671d
7
- data.tar.gz: 1c7df239c1c8de15e201ce71539645a029b5034c971221e893cf15830c9a534e9575782109ddc977659bb57e7bdbcb88c6860156c97538818c1b7abb0629ccc0
6
+ metadata.gz: cd0f9c62c8fcca20db3372d27c1bd52f7b180add8e78ea36656f4d6791149faa5d45529723fb63b3ce4d07dcbfc4efd5c7dad6507ff1e2a54be70331fba4a23e
7
+ data.tar.gz: a72c9c72868e8c03a77e4dd3e31427bb5b354c176a9c4f9d22ac381d2c3077d175e5c59eaf181a3ef9daa1b0a10c41fcadf0ce0424dddd1cfbfefccc6274d59b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.915.0 (2024-04-17)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.914.0 (2024-04-16)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.913.0 (2024-04-11)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.913.0
1
+ 1.915.0
data/partitions.json CHANGED
@@ -3763,6 +3763,7 @@
3763
3763
  "ap-northeast-2" : { },
3764
3764
  "ap-northeast-3" : { },
3765
3765
  "ap-south-1" : { },
3766
+ "ap-south-2" : { },
3766
3767
  "ap-southeast-1" : { },
3767
3768
  "ap-southeast-2" : { },
3768
3769
  "ap-southeast-3" : { },
@@ -3772,6 +3773,7 @@
3772
3773
  "eu-central-2" : { },
3773
3774
  "eu-north-1" : { },
3774
3775
  "eu-south-1" : { },
3776
+ "eu-south-2" : { },
3775
3777
  "eu-west-1" : { },
3776
3778
  "eu-west-2" : { },
3777
3779
  "eu-west-3" : { },
@@ -3850,6 +3852,7 @@
3850
3852
  "eu-central-2" : { },
3851
3853
  "eu-north-1" : { },
3852
3854
  "eu-south-1" : { },
3855
+ "eu-south-2" : { },
3853
3856
  "eu-west-1" : { },
3854
3857
  "eu-west-2" : { },
3855
3858
  "eu-west-3" : { },
@@ -9967,6 +9970,12 @@
9967
9970
  "tags" : [ "fips" ]
9968
9971
  } ]
9969
9972
  },
9973
+ "ca-west-1" : {
9974
+ "variants" : [ {
9975
+ "hostname" : "kafka-fips.ca-west-1.amazonaws.com",
9976
+ "tags" : [ "fips" ]
9977
+ } ]
9978
+ },
9970
9979
  "eu-central-1" : { },
9971
9980
  "eu-central-2" : { },
9972
9981
  "eu-north-1" : { },
@@ -9982,6 +9991,13 @@
9982
9991
  "deprecated" : true,
9983
9992
  "hostname" : "kafka-fips.ca-central-1.amazonaws.com"
9984
9993
  },
9994
+ "fips-ca-west-1" : {
9995
+ "credentialScope" : {
9996
+ "region" : "ca-west-1"
9997
+ },
9998
+ "deprecated" : true,
9999
+ "hostname" : "kafka-fips.ca-west-1.amazonaws.com"
10000
+ },
9985
10001
  "fips-us-east-1" : {
9986
10002
  "credentialScope" : {
9987
10003
  "region" : "us-east-1"
@@ -23119,8 +23135,32 @@
23119
23135
  },
23120
23136
  "controltower" : {
23121
23137
  "endpoints" : {
23122
- "us-gov-east-1" : { },
23123
- "us-gov-west-1" : { }
23138
+ "us-gov-east-1" : {
23139
+ "variants" : [ {
23140
+ "hostname" : "controltower-fips.us-gov-east-1.amazonaws.com",
23141
+ "tags" : [ "fips" ]
23142
+ } ]
23143
+ },
23144
+ "us-gov-east-1-fips" : {
23145
+ "credentialScope" : {
23146
+ "region" : "us-gov-east-1"
23147
+ },
23148
+ "deprecated" : true,
23149
+ "hostname" : "controltower-fips.us-gov-east-1.amazonaws.com"
23150
+ },
23151
+ "us-gov-west-1" : {
23152
+ "variants" : [ {
23153
+ "hostname" : "controltower-fips.us-gov-west-1.amazonaws.com",
23154
+ "tags" : [ "fips" ]
23155
+ } ]
23156
+ },
23157
+ "us-gov-west-1-fips" : {
23158
+ "credentialScope" : {
23159
+ "region" : "us-gov-west-1"
23160
+ },
23161
+ "deprecated" : true,
23162
+ "hostname" : "controltower-fips.us-gov-west-1.amazonaws.com"
23163
+ }
23124
23164
  }
23125
23165
  },
23126
23166
  "data-ats.iot" : {
@@ -27669,7 +27709,8 @@
27669
27709
  },
27670
27710
  "snowball" : {
27671
27711
  "endpoints" : {
27672
- "us-iso-east-1" : { }
27712
+ "us-iso-east-1" : { },
27713
+ "us-iso-west-1" : { }
27673
27714
  }
27674
27715
  },
27675
27716
  "sns" : {
@@ -28026,6 +28067,11 @@
28026
28067
  "us-isob-east-1" : { }
28027
28068
  }
28028
28069
  },
28070
+ "firehose" : {
28071
+ "endpoints" : {
28072
+ "us-isob-east-1" : { }
28073
+ }
28074
+ },
28029
28075
  "glacier" : {
28030
28076
  "endpoints" : {
28031
28077
  "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.913.0
4
+ version: 1.915.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-04-11 00:00:00.000000000 Z
11
+ date: 2024-04-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: