aws-partitions 1.937.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: 7e2f24136c31fcaff138013982c9cb47d4a300966ff0c3f59d1f70218749a229
4
- data.tar.gz: 91441394427a7c5260f701145a6d954304939deb79273dad5451002f2280ba4b
3
+ metadata.gz: 4fe978c11664e86eb7c005b81ab677542b1790d11f76749351b7d329406b0033
4
+ data.tar.gz: 9e22a57a296b7014ac5b93c8a9d391c7da5fb046128622f9e7a896c391a39662
5
5
  SHA512:
6
- metadata.gz: 712be5f1b822a467f4264d6827c8987ba9d3cd3a1f2cc5584b608e0ba02451384b311c6f7fd99b857f5de7a4f044bcf4e2ba7b6f28a80274e218dc1b9370b4ae
7
- data.tar.gz: f07a51c2fae211ed81ebf07df7f04f976fc533e02debe6638602fd420c8c9a99fa5de387146288e773ade8a08347d736ec871fd0aa8f8b274268bf2bb46998d7
6
+ metadata.gz: e043ad4d9fbf9ee7aaeeef2f964b04c5d02bd32c6871dc8840240e5af34a9cd754fecb41918564e084c143a750b4f624a476964a820aa9218c450a0628d69036
7
+ data.tar.gz: 67b401394321cb4943142f6337acf029eb546557c6046ddd58d657a0660ead9d5200590f1ed0f228c5f12a6470285da37c356747b98c0a349be33a27f3cecfa6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
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
+
14
+ 1.938.0 (2024-06-03)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
4
19
  1.937.0 (2024-05-30)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.937.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
  },
@@ -27852,32 +27967,8 @@
27852
27967
  },
27853
27968
  "ram" : {
27854
27969
  "endpoints" : {
27855
- "fips-us-iso-east-1" : {
27856
- "credentialScope" : {
27857
- "region" : "us-iso-east-1"
27858
- },
27859
- "deprecated" : true,
27860
- "hostname" : "ram-fips.us-iso-east-1.c2s.ic.gov"
27861
- },
27862
- "fips-us-iso-west-1" : {
27863
- "credentialScope" : {
27864
- "region" : "us-iso-west-1"
27865
- },
27866
- "deprecated" : true,
27867
- "hostname" : "ram-fips.us-iso-west-1.c2s.ic.gov"
27868
- },
27869
- "us-iso-east-1" : {
27870
- "variants" : [ {
27871
- "hostname" : "ram-fips.us-iso-east-1.c2s.ic.gov",
27872
- "tags" : [ "fips" ]
27873
- } ]
27874
- },
27875
- "us-iso-west-1" : {
27876
- "variants" : [ {
27877
- "hostname" : "ram-fips.us-iso-west-1.c2s.ic.gov",
27878
- "tags" : [ "fips" ]
27879
- } ]
27880
- }
27970
+ "us-iso-east-1" : { },
27971
+ "us-iso-west-1" : { }
27881
27972
  }
27882
27973
  },
27883
27974
  "rbin" : {
@@ -27912,43 +28003,23 @@
27912
28003
  },
27913
28004
  "rds" : {
27914
28005
  "endpoints" : {
27915
- "rds-fips.us-iso-east-1" : {
27916
- "credentialScope" : {
27917
- "region" : "us-iso-east-1"
27918
- },
27919
- "deprecated" : true,
27920
- "hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov"
27921
- },
27922
- "rds-fips.us-iso-west-1" : {
27923
- "credentialScope" : {
27924
- "region" : "us-iso-west-1"
27925
- },
27926
- "deprecated" : true,
27927
- "hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov"
27928
- },
27929
28006
  "rds.us-iso-east-1" : {
27930
28007
  "credentialScope" : {
27931
28008
  "region" : "us-iso-east-1"
27932
28009
  },
27933
28010
  "deprecated" : true,
27934
- "variants" : [ {
27935
- "hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov",
27936
- "tags" : [ "fips" ]
27937
- } ]
28011
+ "hostname" : "rds.us-iso-east-1.c2s.ic.gov"
27938
28012
  },
27939
28013
  "rds.us-iso-west-1" : {
27940
28014
  "credentialScope" : {
27941
28015
  "region" : "us-iso-west-1"
27942
28016
  },
27943
28017
  "deprecated" : true,
27944
- "variants" : [ {
27945
- "hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov",
27946
- "tags" : [ "fips" ]
27947
- } ]
28018
+ "hostname" : "rds.us-iso-west-1.c2s.ic.gov"
27948
28019
  },
27949
28020
  "us-iso-east-1" : {
27950
28021
  "variants" : [ {
27951
- "hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov",
28022
+ "hostname" : "rds.us-iso-east-1.c2s.ic.gov",
27952
28023
  "tags" : [ "fips" ]
27953
28024
  } ]
27954
28025
  },
@@ -27957,11 +28028,11 @@
27957
28028
  "region" : "us-iso-east-1"
27958
28029
  },
27959
28030
  "deprecated" : true,
27960
- "hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov"
28031
+ "hostname" : "rds.us-iso-east-1.c2s.ic.gov"
27961
28032
  },
27962
28033
  "us-iso-west-1" : {
27963
28034
  "variants" : [ {
27964
- "hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov",
28035
+ "hostname" : "rds.us-iso-west-1.c2s.ic.gov",
27965
28036
  "tags" : [ "fips" ]
27966
28037
  } ]
27967
28038
  },
@@ -27970,7 +28041,7 @@
27970
28041
  "region" : "us-iso-west-1"
27971
28042
  },
27972
28043
  "deprecated" : true,
27973
- "hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov"
28044
+ "hostname" : "rds.us-iso-west-1.c2s.ic.gov"
27974
28045
  }
27975
28046
  }
27976
28047
  },
@@ -28618,19 +28689,7 @@
28618
28689
  },
28619
28690
  "ram" : {
28620
28691
  "endpoints" : {
28621
- "fips-us-isob-east-1" : {
28622
- "credentialScope" : {
28623
- "region" : "us-isob-east-1"
28624
- },
28625
- "deprecated" : true,
28626
- "hostname" : "ram-fips.us-isob-east-1.sc2s.sgov.gov"
28627
- },
28628
- "us-isob-east-1" : {
28629
- "variants" : [ {
28630
- "hostname" : "ram-fips.us-isob-east-1.sc2s.sgov.gov",
28631
- "tags" : [ "fips" ]
28632
- } ]
28633
- }
28692
+ "us-isob-east-1" : { }
28634
28693
  }
28635
28694
  },
28636
28695
  "rbin" : {
@@ -28652,26 +28711,16 @@
28652
28711
  },
28653
28712
  "rds" : {
28654
28713
  "endpoints" : {
28655
- "rds-fips.us-isob-east-1" : {
28656
- "credentialScope" : {
28657
- "region" : "us-isob-east-1"
28658
- },
28659
- "deprecated" : true,
28660
- "hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov"
28661
- },
28662
28714
  "rds.us-isob-east-1" : {
28663
28715
  "credentialScope" : {
28664
28716
  "region" : "us-isob-east-1"
28665
28717
  },
28666
28718
  "deprecated" : true,
28667
- "variants" : [ {
28668
- "hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov",
28669
- "tags" : [ "fips" ]
28670
- } ]
28719
+ "hostname" : "rds.us-isob-east-1.sc2s.sgov.gov"
28671
28720
  },
28672
28721
  "us-isob-east-1" : {
28673
28722
  "variants" : [ {
28674
- "hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov",
28723
+ "hostname" : "rds.us-isob-east-1.sc2s.sgov.gov",
28675
28724
  "tags" : [ "fips" ]
28676
28725
  } ]
28677
28726
  },
@@ -28680,7 +28729,7 @@
28680
28729
  "region" : "us-isob-east-1"
28681
28730
  },
28682
28731
  "deprecated" : true,
28683
- "hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov"
28732
+ "hostname" : "rds.us-isob-east-1.sc2s.sgov.gov"
28684
28733
  }
28685
28734
  }
28686
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.937.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-05-30 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: