aws-partitions 1.939.0 → 1.940.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 +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +136 -24
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 141196a97f5fcbd79415bee911868d7efb30bd4efcf77e457d0c42bb56e63025
4
- data.tar.gz: 1060062d3bbd6a74231a3697582ddcd0034daeac8d6d884fc4109fb1f3b18158
3
+ metadata.gz: 4fe978c11664e86eb7c005b81ab677542b1790d11f76749351b7d329406b0033
4
+ data.tar.gz: 9e22a57a296b7014ac5b93c8a9d391c7da5fb046128622f9e7a896c391a39662
5
5
  SHA512:
6
- metadata.gz: 5cd7b0583661e2f36e98220fa976afbc86e77a6dc1981f15cc3483fb86a034166e1bb81cb084b22cc94e9adfc81f8cc3f8fc02d6f4ecb2fdd24f3b5d4cf7dcf4
7
- data.tar.gz: 46d3f0c33c5c2320a0a9d3c892d7e683c8a8d407727dc10bfed2ee8dc635a69be9203bb455b5188bca45097e6a36495452979b98954cf0e9d2c9eb85106d11c8
6
+ metadata.gz: e043ad4d9fbf9ee7aaeeef2f964b04c5d02bd32c6871dc8840240e5af34a9cd754fecb41918564e084c143a750b4f624a476964a820aa9218c450a0628d69036
7
+ data.tar.gz: 67b401394321cb4943142f6337acf029eb546557c6046ddd58d657a0660ead9d5200590f1ed0f228c5f12a6470285da37c356747b98c0a349be33a27f3cecfa6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.940.0 (2024-06-05)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.939.0 (2024-06-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.939.0
1
+ 1.940.0
data/partitions.json CHANGED
@@ -2951,28 +2951,116 @@
2951
2951
  },
2952
2952
  "cloud9" : {
2953
2953
  "endpoints" : {
2954
- "af-south-1" : { },
2955
- "ap-east-1" : { },
2956
- "ap-northeast-1" : { },
2957
- "ap-northeast-2" : { },
2958
- "ap-northeast-3" : { },
2959
- "ap-south-1" : { },
2960
- "ap-southeast-1" : { },
2961
- "ap-southeast-2" : { },
2962
- "ca-central-1" : { },
2963
- "eu-central-1" : { },
2964
- "eu-north-1" : { },
2965
- "eu-south-1" : { },
2966
- "eu-west-1" : { },
2967
- "eu-west-2" : { },
2968
- "eu-west-3" : { },
2969
- "il-central-1" : { },
2970
- "me-south-1" : { },
2971
- "sa-east-1" : { },
2972
- "us-east-1" : { },
2973
- "us-east-2" : { },
2974
- "us-west-1" : { },
2975
- "us-west-2" : { }
2954
+ "af-south-1" : {
2955
+ "variants" : [ {
2956
+ "tags" : [ "dualstack" ]
2957
+ } ]
2958
+ },
2959
+ "ap-east-1" : {
2960
+ "variants" : [ {
2961
+ "tags" : [ "dualstack" ]
2962
+ } ]
2963
+ },
2964
+ "ap-northeast-1" : {
2965
+ "variants" : [ {
2966
+ "tags" : [ "dualstack" ]
2967
+ } ]
2968
+ },
2969
+ "ap-northeast-2" : {
2970
+ "variants" : [ {
2971
+ "tags" : [ "dualstack" ]
2972
+ } ]
2973
+ },
2974
+ "ap-northeast-3" : {
2975
+ "variants" : [ {
2976
+ "tags" : [ "dualstack" ]
2977
+ } ]
2978
+ },
2979
+ "ap-south-1" : {
2980
+ "variants" : [ {
2981
+ "tags" : [ "dualstack" ]
2982
+ } ]
2983
+ },
2984
+ "ap-southeast-1" : {
2985
+ "variants" : [ {
2986
+ "tags" : [ "dualstack" ]
2987
+ } ]
2988
+ },
2989
+ "ap-southeast-2" : {
2990
+ "variants" : [ {
2991
+ "tags" : [ "dualstack" ]
2992
+ } ]
2993
+ },
2994
+ "ca-central-1" : {
2995
+ "variants" : [ {
2996
+ "tags" : [ "dualstack" ]
2997
+ } ]
2998
+ },
2999
+ "eu-central-1" : {
3000
+ "variants" : [ {
3001
+ "tags" : [ "dualstack" ]
3002
+ } ]
3003
+ },
3004
+ "eu-north-1" : {
3005
+ "variants" : [ {
3006
+ "tags" : [ "dualstack" ]
3007
+ } ]
3008
+ },
3009
+ "eu-south-1" : {
3010
+ "variants" : [ {
3011
+ "tags" : [ "dualstack" ]
3012
+ } ]
3013
+ },
3014
+ "eu-west-1" : {
3015
+ "variants" : [ {
3016
+ "tags" : [ "dualstack" ]
3017
+ } ]
3018
+ },
3019
+ "eu-west-2" : {
3020
+ "variants" : [ {
3021
+ "tags" : [ "dualstack" ]
3022
+ } ]
3023
+ },
3024
+ "eu-west-3" : {
3025
+ "variants" : [ {
3026
+ "tags" : [ "dualstack" ]
3027
+ } ]
3028
+ },
3029
+ "il-central-1" : {
3030
+ "variants" : [ {
3031
+ "tags" : [ "dualstack" ]
3032
+ } ]
3033
+ },
3034
+ "me-south-1" : {
3035
+ "variants" : [ {
3036
+ "tags" : [ "dualstack" ]
3037
+ } ]
3038
+ },
3039
+ "sa-east-1" : {
3040
+ "variants" : [ {
3041
+ "tags" : [ "dualstack" ]
3042
+ } ]
3043
+ },
3044
+ "us-east-1" : {
3045
+ "variants" : [ {
3046
+ "tags" : [ "dualstack" ]
3047
+ } ]
3048
+ },
3049
+ "us-east-2" : {
3050
+ "variants" : [ {
3051
+ "tags" : [ "dualstack" ]
3052
+ } ]
3053
+ },
3054
+ "us-west-1" : {
3055
+ "variants" : [ {
3056
+ "tags" : [ "dualstack" ]
3057
+ } ]
3058
+ },
3059
+ "us-west-2" : {
3060
+ "variants" : [ {
3061
+ "tags" : [ "dualstack" ]
3062
+ } ]
3063
+ }
2976
3064
  }
2977
3065
  },
2978
3066
  "cloudcontrolapi" : {
@@ -5249,8 +5337,18 @@
5249
5337
  "ap-southeast-2" : { },
5250
5338
  "ap-southeast-3" : { },
5251
5339
  "ap-southeast-4" : { },
5252
- "ca-central-1" : { },
5253
- "ca-west-1" : { },
5340
+ "ca-central-1" : {
5341
+ "variants" : [ {
5342
+ "hostname" : "directconnect-fips.ca-central-1.amazonaws.com",
5343
+ "tags" : [ "fips" ]
5344
+ } ]
5345
+ },
5346
+ "ca-west-1" : {
5347
+ "variants" : [ {
5348
+ "hostname" : "directconnect-fips.ca-west-1.amazonaws.com",
5349
+ "tags" : [ "fips" ]
5350
+ } ]
5351
+ },
5254
5352
  "eu-central-1" : { },
5255
5353
  "eu-central-2" : { },
5256
5354
  "eu-north-1" : { },
@@ -5259,6 +5357,20 @@
5259
5357
  "eu-west-1" : { },
5260
5358
  "eu-west-2" : { },
5261
5359
  "eu-west-3" : { },
5360
+ "fips-ca-central-1" : {
5361
+ "credentialScope" : {
5362
+ "region" : "ca-central-1"
5363
+ },
5364
+ "deprecated" : true,
5365
+ "hostname" : "directconnect-fips.ca-central-1.amazonaws.com"
5366
+ },
5367
+ "fips-ca-west-1" : {
5368
+ "credentialScope" : {
5369
+ "region" : "ca-west-1"
5370
+ },
5371
+ "deprecated" : true,
5372
+ "hostname" : "directconnect-fips.ca-west-1.amazonaws.com"
5373
+ },
5262
5374
  "fips-us-east-1" : {
5263
5375
  "credentialScope" : {
5264
5376
  "region" : "us-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.939.0
4
+ version: 1.940.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-06-04 00:00:00.000000000 Z
11
+ date: 2024-06-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: