aws-partitions 1.938.0 → 1.940.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: 4c97c0b4476826b209f87ccec6407d1a9ff992a4372299abfa6fc841132f66a5
4
- data.tar.gz: 105cbd1fe8a7e80a1b528b676c5639c80ffc3790d6587af881025bcd8c503f89
3
+ metadata.gz: 4fe978c11664e86eb7c005b81ab677542b1790d11f76749351b7d329406b0033
4
+ data.tar.gz: 9e22a57a296b7014ac5b93c8a9d391c7da5fb046128622f9e7a896c391a39662
5
5
  SHA512:
6
- metadata.gz: 36b1aef60316d65b1dc9e1c604e1fb123870e9ec2fcc710a2a7a7f436055e5cb583bf3f29b435808f441ddace388e4a8d69c243ed6b2a3abfb37d1cd208713dc
7
- data.tar.gz: fd0a1d6c299a0954774a59b8c46410fe7e172be9d810029bea82ec974ed90eef0331565d00488a89e98b3b248746c366f727b75354a8ee1663eb35129996570e
6
+ metadata.gz: e043ad4d9fbf9ee7aaeeef2f964b04c5d02bd32c6871dc8840240e5af34a9cd754fecb41918564e084c143a750b4f624a476964a820aa9218c450a0628d69036
7
+ data.tar.gz: 67b401394321cb4943142f6337acf029eb546557c6046ddd58d657a0660ead9d5200590f1ed0f228c5f12a6470285da37c356747b98c0a349be33a27f3cecfa6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.939.0 (2024-06-04)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::TaxSettings`.
13
+
4
14
  1.938.0 (2024-06-03)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.938.0
1
+ 1.940.0
@@ -601,6 +601,7 @@ module Aws
601
601
  'Support' => 'support',
602
602
  'SupportApp' => 'supportapp',
603
603
  'Synthetics' => 'synthetics',
604
+ 'TaxSettings' => 'tax',
604
605
  'Textract' => 'textract',
605
606
  'TimestreamInfluxDB' => 'timestream-influxdb',
606
607
  'TimestreamQuery' => 'query.timestream',
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"
@@ -9020,6 +9132,7 @@
9020
9132
  "ap-southeast-3" : { },
9021
9133
  "ap-southeast-4" : { },
9022
9134
  "ca-central-1" : { },
9135
+ "ca-west-1" : { },
9023
9136
  "eu-central-1" : { },
9024
9137
  "eu-central-2" : { },
9025
9138
  "eu-north-1" : { },
@@ -19581,9 +19694,11 @@
19581
19694
  "eu-north-1" : { },
19582
19695
  "eu-west-1" : { },
19583
19696
  "eu-west-2" : { },
19697
+ "eu-west-3" : { },
19584
19698
  "sa-east-1" : { },
19585
19699
  "us-east-1" : { },
19586
19700
  "us-east-2" : { },
19701
+ "us-west-1" : { },
19587
19702
  "us-west-2" : { }
19588
19703
  }
19589
19704
  },
@@ -27888,43 +28003,23 @@
27888
28003
  },
27889
28004
  "rds" : {
27890
28005
  "endpoints" : {
27891
- "rds-fips.us-iso-east-1" : {
27892
- "credentialScope" : {
27893
- "region" : "us-iso-east-1"
27894
- },
27895
- "deprecated" : true,
27896
- "hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov"
27897
- },
27898
- "rds-fips.us-iso-west-1" : {
27899
- "credentialScope" : {
27900
- "region" : "us-iso-west-1"
27901
- },
27902
- "deprecated" : true,
27903
- "hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov"
27904
- },
27905
28006
  "rds.us-iso-east-1" : {
27906
28007
  "credentialScope" : {
27907
28008
  "region" : "us-iso-east-1"
27908
28009
  },
27909
28010
  "deprecated" : true,
27910
- "variants" : [ {
27911
- "hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov",
27912
- "tags" : [ "fips" ]
27913
- } ]
28011
+ "hostname" : "rds.us-iso-east-1.c2s.ic.gov"
27914
28012
  },
27915
28013
  "rds.us-iso-west-1" : {
27916
28014
  "credentialScope" : {
27917
28015
  "region" : "us-iso-west-1"
27918
28016
  },
27919
28017
  "deprecated" : true,
27920
- "variants" : [ {
27921
- "hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov",
27922
- "tags" : [ "fips" ]
27923
- } ]
28018
+ "hostname" : "rds.us-iso-west-1.c2s.ic.gov"
27924
28019
  },
27925
28020
  "us-iso-east-1" : {
27926
28021
  "variants" : [ {
27927
- "hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov",
28022
+ "hostname" : "rds.us-iso-east-1.c2s.ic.gov",
27928
28023
  "tags" : [ "fips" ]
27929
28024
  } ]
27930
28025
  },
@@ -27933,11 +28028,11 @@
27933
28028
  "region" : "us-iso-east-1"
27934
28029
  },
27935
28030
  "deprecated" : true,
27936
- "hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov"
28031
+ "hostname" : "rds.us-iso-east-1.c2s.ic.gov"
27937
28032
  },
27938
28033
  "us-iso-west-1" : {
27939
28034
  "variants" : [ {
27940
- "hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov",
28035
+ "hostname" : "rds.us-iso-west-1.c2s.ic.gov",
27941
28036
  "tags" : [ "fips" ]
27942
28037
  } ]
27943
28038
  },
@@ -27946,7 +28041,7 @@
27946
28041
  "region" : "us-iso-west-1"
27947
28042
  },
27948
28043
  "deprecated" : true,
27949
- "hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov"
28044
+ "hostname" : "rds.us-iso-west-1.c2s.ic.gov"
27950
28045
  }
27951
28046
  }
27952
28047
  },
@@ -28616,26 +28711,16 @@
28616
28711
  },
28617
28712
  "rds" : {
28618
28713
  "endpoints" : {
28619
- "rds-fips.us-isob-east-1" : {
28620
- "credentialScope" : {
28621
- "region" : "us-isob-east-1"
28622
- },
28623
- "deprecated" : true,
28624
- "hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov"
28625
- },
28626
28714
  "rds.us-isob-east-1" : {
28627
28715
  "credentialScope" : {
28628
28716
  "region" : "us-isob-east-1"
28629
28717
  },
28630
28718
  "deprecated" : true,
28631
- "variants" : [ {
28632
- "hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov",
28633
- "tags" : [ "fips" ]
28634
- } ]
28719
+ "hostname" : "rds.us-isob-east-1.sc2s.sgov.gov"
28635
28720
  },
28636
28721
  "us-isob-east-1" : {
28637
28722
  "variants" : [ {
28638
- "hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov",
28723
+ "hostname" : "rds.us-isob-east-1.sc2s.sgov.gov",
28639
28724
  "tags" : [ "fips" ]
28640
28725
  } ]
28641
28726
  },
@@ -28644,7 +28729,7 @@
28644
28729
  "region" : "us-isob-east-1"
28645
28730
  },
28646
28731
  "deprecated" : true,
28647
- "hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov"
28732
+ "hostname" : "rds.us-isob-east-1.sc2s.sgov.gov"
28648
28733
  }
28649
28734
  }
28650
28735
  },
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.938.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-03 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: