aws-partitions 1.1052.0 → 1.1054.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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 +77 -3
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3d7ae273971a29035995b894d637603177e599a279b8207f43abe60ea0cb61cb
4
- data.tar.gz: be42a02c306a68e641a1b01ef92f5061049b733bcfee8f30b72a27aabab3d650
3
+ metadata.gz: 8f4ccaf5cdd4dd5e1f779cd45670e044364691fff53c08afb2c2a0fd1964d047
4
+ data.tar.gz: 2f9cd466853ad739e809dffd49abb7d64158460ce380c5a3d84a71c3c9000236
5
5
  SHA512:
6
- metadata.gz: 52830149811bc80af17d1517d42e266be47fcd939e9943cc6da24cef1e7b3cf6a2544d516ed85c65304160446ca226f12f763d1c376a534ea1473760148dac0c
7
- data.tar.gz: 28831bcf9bab3e9fbd0b5d3eb7f4bb5710e547a4483aff55606c837fe3339b9671907abc1aecd1bea3850156a91fa1a422583df10a8d04ef0ab5dae0601ed465
6
+ metadata.gz: 92f6396aeb7379c1484f9429b812d36b2bee2e7ce69ae13f2055df07807375f5897244e7d8a5ed2a288649ee0939fa8dc63bc209d9b2357dcd6677191848af2c
7
+ data.tar.gz: 3eb8741e02e2a92bee834e658bdb89e0ca9f94dcabdb2577a78e3eff5d8a318a6c6bdc8e57b6c1ce21adacf8574dd0568d7d79c5677d3381cd48c485dc2fe92a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1054.0 (2025-02-21)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1053.0 (2025-02-20)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1052.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1052.0
1
+ 1.1054.0
data/partitions.json CHANGED
@@ -3068,7 +3068,9 @@
3068
3068
  "endpoints" : {
3069
3069
  "ap-northeast-1" : { },
3070
3070
  "ap-northeast-2" : { },
3071
+ "ap-northeast-3" : { },
3071
3072
  "ap-south-1" : { },
3073
+ "ap-south-2" : { },
3072
3074
  "ap-southeast-1" : { },
3073
3075
  "ap-southeast-2" : { },
3074
3076
  "bedrock-ap-northeast-1" : {
@@ -3083,12 +3085,24 @@
3083
3085
  },
3084
3086
  "hostname" : "bedrock.ap-northeast-2.amazonaws.com"
3085
3087
  },
3088
+ "bedrock-ap-northeast-3" : {
3089
+ "credentialScope" : {
3090
+ "region" : "ap-northeast-3"
3091
+ },
3092
+ "hostname" : "bedrock.ap-northeast-3.amazonaws.com"
3093
+ },
3086
3094
  "bedrock-ap-south-1" : {
3087
3095
  "credentialScope" : {
3088
3096
  "region" : "ap-south-1"
3089
3097
  },
3090
3098
  "hostname" : "bedrock.ap-south-1.amazonaws.com"
3091
3099
  },
3100
+ "bedrock-ap-south-2" : {
3101
+ "credentialScope" : {
3102
+ "region" : "ap-south-2"
3103
+ },
3104
+ "hostname" : "bedrock.ap-south-2.amazonaws.com"
3105
+ },
3092
3106
  "bedrock-ap-southeast-1" : {
3093
3107
  "credentialScope" : {
3094
3108
  "region" : "ap-southeast-1"
@@ -3173,12 +3187,24 @@
3173
3187
  },
3174
3188
  "hostname" : "bedrock-runtime.ap-northeast-2.amazonaws.com"
3175
3189
  },
3190
+ "bedrock-runtime-ap-northeast-3" : {
3191
+ "credentialScope" : {
3192
+ "region" : "ap-northeast-3"
3193
+ },
3194
+ "hostname" : "bedrock-runtime.ap-northeast-3.amazonaws.com"
3195
+ },
3176
3196
  "bedrock-runtime-ap-south-1" : {
3177
3197
  "credentialScope" : {
3178
3198
  "region" : "ap-south-1"
3179
3199
  },
3180
3200
  "hostname" : "bedrock-runtime.ap-south-1.amazonaws.com"
3181
3201
  },
3202
+ "bedrock-runtime-ap-south-2" : {
3203
+ "credentialScope" : {
3204
+ "region" : "ap-south-2"
3205
+ },
3206
+ "hostname" : "bedrock-runtime.ap-south-2.amazonaws.com"
3207
+ },
3182
3208
  "bedrock-runtime-ap-southeast-1" : {
3183
3209
  "credentialScope" : {
3184
3210
  "region" : "ap-southeast-1"
@@ -3780,6 +3806,12 @@
3780
3806
  "tags" : [ "dualstack" ]
3781
3807
  } ]
3782
3808
  },
3809
+ "ap-southeast-7" : {
3810
+ "variants" : [ {
3811
+ "hostname" : "cloudcontrolapi.ap-southeast-7.api.aws",
3812
+ "tags" : [ "dualstack" ]
3813
+ } ]
3814
+ },
3783
3815
  "ca-central-1" : {
3784
3816
  "variants" : [ {
3785
3817
  "hostname" : "cloudcontrolapi-fips.ca-central-1.amazonaws.com",
@@ -3912,6 +3944,12 @@
3912
3944
  "tags" : [ "dualstack" ]
3913
3945
  } ]
3914
3946
  },
3947
+ "mx-central-1" : {
3948
+ "variants" : [ {
3949
+ "hostname" : "cloudcontrolapi.mx-central-1.api.aws",
3950
+ "tags" : [ "dualstack" ]
3951
+ } ]
3952
+ },
3915
3953
  "sa-east-1" : {
3916
3954
  "variants" : [ {
3917
3955
  "hostname" : "cloudcontrolapi.sa-east-1.api.aws",
@@ -33469,8 +33507,32 @@
33469
33507
  },
33470
33508
  "config" : {
33471
33509
  "endpoints" : {
33472
- "us-iso-east-1" : { },
33473
- "us-iso-west-1" : { }
33510
+ "fips-us-iso-east-1" : {
33511
+ "credentialScope" : {
33512
+ "region" : "us-iso-east-1"
33513
+ },
33514
+ "deprecated" : true,
33515
+ "hostname" : "config-fips.us-iso-east-1.c2s.ic.gov"
33516
+ },
33517
+ "fips-us-iso-west-1" : {
33518
+ "credentialScope" : {
33519
+ "region" : "us-iso-west-1"
33520
+ },
33521
+ "deprecated" : true,
33522
+ "hostname" : "config-fips.us-iso-west-1.c2s.ic.gov"
33523
+ },
33524
+ "us-iso-east-1" : {
33525
+ "variants" : [ {
33526
+ "hostname" : "config-fips.us-iso-east-1.c2s.ic.gov",
33527
+ "tags" : [ "fips" ]
33528
+ } ]
33529
+ },
33530
+ "us-iso-west-1" : {
33531
+ "variants" : [ {
33532
+ "hostname" : "config-fips.us-iso-west-1.c2s.ic.gov",
33533
+ "tags" : [ "fips" ]
33534
+ } ]
33535
+ }
33474
33536
  }
33475
33537
  },
33476
33538
  "datapipeline" : {
@@ -34451,7 +34513,19 @@
34451
34513
  },
34452
34514
  "config" : {
34453
34515
  "endpoints" : {
34454
- "us-isob-east-1" : { }
34516
+ "fips-us-isob-east-1" : {
34517
+ "credentialScope" : {
34518
+ "region" : "us-isob-east-1"
34519
+ },
34520
+ "deprecated" : true,
34521
+ "hostname" : "config-fips.us-isob-east-1.sc2s.sgov.gov"
34522
+ },
34523
+ "us-isob-east-1" : {
34524
+ "variants" : [ {
34525
+ "hostname" : "config-fips.us-isob-east-1.sc2s.sgov.gov",
34526
+ "tags" : [ "fips" ]
34527
+ } ]
34528
+ }
34455
34529
  }
34456
34530
  },
34457
34531
  "directconnect" : {
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.1052.0
4
+ version: 1.1054.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-02-18 00:00:00.000000000 Z
11
+ date: 2025-02-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: