aws-partitions 1.934.0 → 1.943.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: e95d001fa6da1f9687bb8e6dae5845bf1d82abc2e98867a72eddcc1260c8cfd7
4
- data.tar.gz: dc26b8d98040e17fb165d8aaba4d9cdda6a4dd130a030a7a550ccdfa46a3f3f3
3
+ metadata.gz: 9bd4324b58546db7ea0aacd4f4a834758df683b4af3177ef4fec78bef713ed46
4
+ data.tar.gz: 118a9aaebfb615520ff716061cdb59d881388b65df95bb91822bb86bcaaf1e02
5
5
  SHA512:
6
- metadata.gz: 92d9947c064995174ac91899861c23fd3cb38b92d3efda0b1e3df531c06103c32386ab975e168fc896fffa5565a4f18ef84bacc95fd0b4cbcbaa81fd0c9d50b1
7
- data.tar.gz: d552bb1a268a6b2b620882235b25cc6dff1a19c54122d3946ae0019c1a5b71b41e8a8188f29e20b013826f5f2224bda229043890b13d70818d1ea3446f709eb0
6
+ metadata.gz: aeb78019257ebd218a9184903ffeb346201be12534e28404ff68994f90ba7b331ab98eded0b29e29779bb5c07e209ea17edc9eccad79252fdee8699754e87d1e
7
+ data.tar.gz: c776cfc3e8ef5fbfdfd14f8d6a773044d1bda40984524ba4b6e60b0b99df4fcc7dcb97f6fc07fb1c0cbd0a7129662e3d5c3b5f6669479fedd92ae6b507a52c09
data/CHANGELOG.md CHANGED
@@ -1,6 +1,51 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.943.0 (2024-06-11)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::PcaConnectorScep`.
8
+
9
+ 1.942.0 (2024-06-10)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::ApplicationSignals`.
13
+
14
+ 1.941.0 (2024-06-07)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.940.0 (2024-06-05)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.939.0 (2024-06-04)
25
+ ------------------
26
+
27
+ * Feature - Added support for enumerating regions for `Aws::TaxSettings`.
28
+
29
+ 1.938.0 (2024-06-03)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.937.0 (2024-05-30)
35
+ ------------------
36
+
37
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
38
+
39
+ 1.936.0 (2024-05-29)
40
+ ------------------
41
+
42
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
43
+
44
+ 1.935.0 (2024-05-28)
45
+ ------------------
46
+
47
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
48
+
4
49
  1.934.0 (2024-05-23)
5
50
  ------------------
6
51
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.934.0
1
+ 1.943.0
@@ -269,6 +269,7 @@ module Aws
269
269
  'ApplicationCostProfiler' => 'application-cost-profiler',
270
270
  'ApplicationDiscoveryService' => 'discovery',
271
271
  'ApplicationInsights' => 'applicationinsights',
272
+ 'ApplicationSignals' => 'application-signals',
272
273
  'Artifact' => 'artifact',
273
274
  'Athena' => 'athena',
274
275
  'AuditManager' => 'auditmanager',
@@ -516,6 +517,7 @@ module Aws
516
517
  'PaymentCryptography' => 'controlplane.payment-cryptography',
517
518
  'PaymentCryptographyData' => 'dataplane.payment-cryptography',
518
519
  'PcaConnectorAd' => 'pca-connector-ad',
520
+ 'PcaConnectorScep' => 'pca-connector-scep',
519
521
  'Personalize' => 'personalize',
520
522
  'PersonalizeEvents' => 'personalize-events',
521
523
  'PersonalizeRuntime' => 'personalize-runtime',
@@ -601,6 +603,7 @@ module Aws
601
603
  'Support' => 'support',
602
604
  'SupportApp' => 'supportapp',
603
605
  'Synthetics' => 'synthetics',
606
+ 'TaxSettings' => 'tax',
604
607
  'Textract' => 'textract',
605
608
  'TimestreamInfluxDB' => 'timestream-influxdb',
606
609
  'TimestreamQuery' => 'query.timestream',
data/partitions.json CHANGED
@@ -112,11 +112,6 @@
112
112
  }
113
113
  },
114
114
  "services" : {
115
- "a4b" : {
116
- "endpoints" : {
117
- "us-east-1" : { }
118
- }
119
- },
120
115
  "access-analyzer" : {
121
116
  "endpoints" : {
122
117
  "af-south-1" : { },
@@ -2687,6 +2682,12 @@
2687
2682
  },
2688
2683
  "hostname" : "bedrock.ap-southeast-2.amazonaws.com"
2689
2684
  },
2685
+ "bedrock-ca-central-1" : {
2686
+ "credentialScope" : {
2687
+ "region" : "ca-central-1"
2688
+ },
2689
+ "hostname" : "bedrock.ca-central-1.amazonaws.com"
2690
+ },
2690
2691
  "bedrock-eu-central-1" : {
2691
2692
  "credentialScope" : {
2692
2693
  "region" : "eu-central-1"
@@ -2699,12 +2700,24 @@
2699
2700
  },
2700
2701
  "hostname" : "bedrock.eu-west-1.amazonaws.com"
2701
2702
  },
2703
+ "bedrock-eu-west-2" : {
2704
+ "credentialScope" : {
2705
+ "region" : "eu-west-2"
2706
+ },
2707
+ "hostname" : "bedrock.eu-west-2.amazonaws.com"
2708
+ },
2702
2709
  "bedrock-eu-west-3" : {
2703
2710
  "credentialScope" : {
2704
2711
  "region" : "eu-west-3"
2705
2712
  },
2706
2713
  "hostname" : "bedrock.eu-west-3.amazonaws.com"
2707
2714
  },
2715
+ "bedrock-fips-ca-central-1" : {
2716
+ "credentialScope" : {
2717
+ "region" : "ca-central-1"
2718
+ },
2719
+ "hostname" : "bedrock-fips.ca-central-1.amazonaws.com"
2720
+ },
2708
2721
  "bedrock-fips-us-east-1" : {
2709
2722
  "credentialScope" : {
2710
2723
  "region" : "us-east-1"
@@ -2741,6 +2754,12 @@
2741
2754
  },
2742
2755
  "hostname" : "bedrock-runtime.ap-southeast-2.amazonaws.com"
2743
2756
  },
2757
+ "bedrock-runtime-ca-central-1" : {
2758
+ "credentialScope" : {
2759
+ "region" : "ca-central-1"
2760
+ },
2761
+ "hostname" : "bedrock-runtime.ca-central-1.amazonaws.com"
2762
+ },
2744
2763
  "bedrock-runtime-eu-central-1" : {
2745
2764
  "credentialScope" : {
2746
2765
  "region" : "eu-central-1"
@@ -2753,12 +2772,24 @@
2753
2772
  },
2754
2773
  "hostname" : "bedrock-runtime.eu-west-1.amazonaws.com"
2755
2774
  },
2775
+ "bedrock-runtime-eu-west-2" : {
2776
+ "credentialScope" : {
2777
+ "region" : "eu-west-2"
2778
+ },
2779
+ "hostname" : "bedrock-runtime.eu-west-2.amazonaws.com"
2780
+ },
2756
2781
  "bedrock-runtime-eu-west-3" : {
2757
2782
  "credentialScope" : {
2758
2783
  "region" : "eu-west-3"
2759
2784
  },
2760
2785
  "hostname" : "bedrock-runtime.eu-west-3.amazonaws.com"
2761
2786
  },
2787
+ "bedrock-runtime-fips-ca-central-1" : {
2788
+ "credentialScope" : {
2789
+ "region" : "ca-central-1"
2790
+ },
2791
+ "hostname" : "bedrock-runtime-fips.ca-central-1.amazonaws.com"
2792
+ },
2762
2793
  "bedrock-runtime-fips-us-east-1" : {
2763
2794
  "credentialScope" : {
2764
2795
  "region" : "us-east-1"
@@ -2771,6 +2802,12 @@
2771
2802
  },
2772
2803
  "hostname" : "bedrock-runtime-fips.us-west-2.amazonaws.com"
2773
2804
  },
2805
+ "bedrock-runtime-sa-east-1" : {
2806
+ "credentialScope" : {
2807
+ "region" : "sa-east-1"
2808
+ },
2809
+ "hostname" : "bedrock-runtime.sa-east-1.amazonaws.com"
2810
+ },
2774
2811
  "bedrock-runtime-us-east-1" : {
2775
2812
  "credentialScope" : {
2776
2813
  "region" : "us-east-1"
@@ -2783,6 +2820,12 @@
2783
2820
  },
2784
2821
  "hostname" : "bedrock-runtime.us-west-2.amazonaws.com"
2785
2822
  },
2823
+ "bedrock-sa-east-1" : {
2824
+ "credentialScope" : {
2825
+ "region" : "sa-east-1"
2826
+ },
2827
+ "hostname" : "bedrock.sa-east-1.amazonaws.com"
2828
+ },
2786
2829
  "bedrock-us-east-1" : {
2787
2830
  "credentialScope" : {
2788
2831
  "region" : "us-east-1"
@@ -2795,9 +2838,12 @@
2795
2838
  },
2796
2839
  "hostname" : "bedrock.us-west-2.amazonaws.com"
2797
2840
  },
2841
+ "ca-central-1" : { },
2798
2842
  "eu-central-1" : { },
2799
2843
  "eu-west-1" : { },
2844
+ "eu-west-2" : { },
2800
2845
  "eu-west-3" : { },
2846
+ "sa-east-1" : { },
2801
2847
  "us-east-1" : { },
2802
2848
  "us-west-2" : { }
2803
2849
  }
@@ -2837,6 +2883,8 @@
2837
2883
  },
2838
2884
  "cases" : {
2839
2885
  "endpoints" : {
2886
+ "ap-northeast-1" : { },
2887
+ "ap-northeast-2" : { },
2840
2888
  "ap-southeast-1" : { },
2841
2889
  "ap-southeast-2" : { },
2842
2890
  "ca-central-1" : { },
@@ -2956,28 +3004,116 @@
2956
3004
  },
2957
3005
  "cloud9" : {
2958
3006
  "endpoints" : {
2959
- "af-south-1" : { },
2960
- "ap-east-1" : { },
2961
- "ap-northeast-1" : { },
2962
- "ap-northeast-2" : { },
2963
- "ap-northeast-3" : { },
2964
- "ap-south-1" : { },
2965
- "ap-southeast-1" : { },
2966
- "ap-southeast-2" : { },
2967
- "ca-central-1" : { },
2968
- "eu-central-1" : { },
2969
- "eu-north-1" : { },
2970
- "eu-south-1" : { },
2971
- "eu-west-1" : { },
2972
- "eu-west-2" : { },
2973
- "eu-west-3" : { },
2974
- "il-central-1" : { },
2975
- "me-south-1" : { },
2976
- "sa-east-1" : { },
2977
- "us-east-1" : { },
2978
- "us-east-2" : { },
2979
- "us-west-1" : { },
2980
- "us-west-2" : { }
3007
+ "af-south-1" : {
3008
+ "variants" : [ {
3009
+ "tags" : [ "dualstack" ]
3010
+ } ]
3011
+ },
3012
+ "ap-east-1" : {
3013
+ "variants" : [ {
3014
+ "tags" : [ "dualstack" ]
3015
+ } ]
3016
+ },
3017
+ "ap-northeast-1" : {
3018
+ "variants" : [ {
3019
+ "tags" : [ "dualstack" ]
3020
+ } ]
3021
+ },
3022
+ "ap-northeast-2" : {
3023
+ "variants" : [ {
3024
+ "tags" : [ "dualstack" ]
3025
+ } ]
3026
+ },
3027
+ "ap-northeast-3" : {
3028
+ "variants" : [ {
3029
+ "tags" : [ "dualstack" ]
3030
+ } ]
3031
+ },
3032
+ "ap-south-1" : {
3033
+ "variants" : [ {
3034
+ "tags" : [ "dualstack" ]
3035
+ } ]
3036
+ },
3037
+ "ap-southeast-1" : {
3038
+ "variants" : [ {
3039
+ "tags" : [ "dualstack" ]
3040
+ } ]
3041
+ },
3042
+ "ap-southeast-2" : {
3043
+ "variants" : [ {
3044
+ "tags" : [ "dualstack" ]
3045
+ } ]
3046
+ },
3047
+ "ca-central-1" : {
3048
+ "variants" : [ {
3049
+ "tags" : [ "dualstack" ]
3050
+ } ]
3051
+ },
3052
+ "eu-central-1" : {
3053
+ "variants" : [ {
3054
+ "tags" : [ "dualstack" ]
3055
+ } ]
3056
+ },
3057
+ "eu-north-1" : {
3058
+ "variants" : [ {
3059
+ "tags" : [ "dualstack" ]
3060
+ } ]
3061
+ },
3062
+ "eu-south-1" : {
3063
+ "variants" : [ {
3064
+ "tags" : [ "dualstack" ]
3065
+ } ]
3066
+ },
3067
+ "eu-west-1" : {
3068
+ "variants" : [ {
3069
+ "tags" : [ "dualstack" ]
3070
+ } ]
3071
+ },
3072
+ "eu-west-2" : {
3073
+ "variants" : [ {
3074
+ "tags" : [ "dualstack" ]
3075
+ } ]
3076
+ },
3077
+ "eu-west-3" : {
3078
+ "variants" : [ {
3079
+ "tags" : [ "dualstack" ]
3080
+ } ]
3081
+ },
3082
+ "il-central-1" : {
3083
+ "variants" : [ {
3084
+ "tags" : [ "dualstack" ]
3085
+ } ]
3086
+ },
3087
+ "me-south-1" : {
3088
+ "variants" : [ {
3089
+ "tags" : [ "dualstack" ]
3090
+ } ]
3091
+ },
3092
+ "sa-east-1" : {
3093
+ "variants" : [ {
3094
+ "tags" : [ "dualstack" ]
3095
+ } ]
3096
+ },
3097
+ "us-east-1" : {
3098
+ "variants" : [ {
3099
+ "tags" : [ "dualstack" ]
3100
+ } ]
3101
+ },
3102
+ "us-east-2" : {
3103
+ "variants" : [ {
3104
+ "tags" : [ "dualstack" ]
3105
+ } ]
3106
+ },
3107
+ "us-west-1" : {
3108
+ "variants" : [ {
3109
+ "tags" : [ "dualstack" ]
3110
+ } ]
3111
+ },
3112
+ "us-west-2" : {
3113
+ "variants" : [ {
3114
+ "tags" : [ "dualstack" ]
3115
+ } ]
3116
+ }
2981
3117
  }
2982
3118
  },
2983
3119
  "cloudcontrolapi" : {
@@ -5254,8 +5390,18 @@
5254
5390
  "ap-southeast-2" : { },
5255
5391
  "ap-southeast-3" : { },
5256
5392
  "ap-southeast-4" : { },
5257
- "ca-central-1" : { },
5258
- "ca-west-1" : { },
5393
+ "ca-central-1" : {
5394
+ "variants" : [ {
5395
+ "hostname" : "directconnect-fips.ca-central-1.amazonaws.com",
5396
+ "tags" : [ "fips" ]
5397
+ } ]
5398
+ },
5399
+ "ca-west-1" : {
5400
+ "variants" : [ {
5401
+ "hostname" : "directconnect-fips.ca-west-1.amazonaws.com",
5402
+ "tags" : [ "fips" ]
5403
+ } ]
5404
+ },
5259
5405
  "eu-central-1" : { },
5260
5406
  "eu-central-2" : { },
5261
5407
  "eu-north-1" : { },
@@ -5264,6 +5410,20 @@
5264
5410
  "eu-west-1" : { },
5265
5411
  "eu-west-2" : { },
5266
5412
  "eu-west-3" : { },
5413
+ "fips-ca-central-1" : {
5414
+ "credentialScope" : {
5415
+ "region" : "ca-central-1"
5416
+ },
5417
+ "deprecated" : true,
5418
+ "hostname" : "directconnect-fips.ca-central-1.amazonaws.com"
5419
+ },
5420
+ "fips-ca-west-1" : {
5421
+ "credentialScope" : {
5422
+ "region" : "ca-west-1"
5423
+ },
5424
+ "deprecated" : true,
5425
+ "hostname" : "directconnect-fips.ca-west-1.amazonaws.com"
5426
+ },
5267
5427
  "fips-us-east-1" : {
5268
5428
  "credentialScope" : {
5269
5429
  "region" : "us-east-1"
@@ -8953,11 +9113,6 @@
8953
9113
  "us-west-2" : { }
8954
9114
  }
8955
9115
  },
8956
- "honeycode" : {
8957
- "endpoints" : {
8958
- "us-west-2" : { }
8959
- }
8960
- },
8961
9116
  "iam" : {
8962
9117
  "endpoints" : {
8963
9118
  "aws-global" : {
@@ -9030,6 +9185,7 @@
9030
9185
  "ap-southeast-3" : { },
9031
9186
  "ap-southeast-4" : { },
9032
9187
  "ca-central-1" : { },
9188
+ "ca-west-1" : { },
9033
9189
  "eu-central-1" : { },
9034
9190
  "eu-central-2" : { },
9035
9191
  "eu-north-1" : { },
@@ -10185,9 +10341,21 @@
10185
10341
  "ap-south-1" : { },
10186
10342
  "ap-southeast-1" : { },
10187
10343
  "ap-southeast-2" : { },
10188
- "ca-central-1" : { },
10344
+ "ca-central-1" : {
10345
+ "variants" : [ {
10346
+ "hostname" : "kendra-fips.ca-central-1.amazonaws.com",
10347
+ "tags" : [ "fips" ]
10348
+ } ]
10349
+ },
10189
10350
  "eu-west-1" : { },
10190
10351
  "eu-west-2" : { },
10352
+ "fips-ca-central-1" : {
10353
+ "credentialScope" : {
10354
+ "region" : "ca-central-1"
10355
+ },
10356
+ "deprecated" : true,
10357
+ "hostname" : "kendra-fips.ca-central-1.amazonaws.com"
10358
+ },
10191
10359
  "fips-us-east-1" : {
10192
10360
  "credentialScope" : {
10193
10361
  "region" : "us-east-1"
@@ -14010,14 +14178,19 @@
14010
14178
  },
14011
14179
  "quicksight" : {
14012
14180
  "endpoints" : {
14181
+ "af-south-1" : { },
14013
14182
  "ap-northeast-1" : { },
14014
14183
  "ap-northeast-2" : { },
14015
14184
  "ap-south-1" : { },
14016
14185
  "ap-southeast-1" : { },
14017
14186
  "ap-southeast-2" : { },
14187
+ "ap-southeast-3" : { },
14188
+ "api" : { },
14018
14189
  "ca-central-1" : { },
14019
14190
  "eu-central-1" : { },
14191
+ "eu-central-2" : { },
14020
14192
  "eu-north-1" : { },
14193
+ "eu-south-1" : { },
14021
14194
  "eu-west-1" : { },
14022
14195
  "eu-west-2" : { },
14023
14196
  "eu-west-3" : { },
@@ -14630,7 +14803,9 @@
14630
14803
  } ]
14631
14804
  },
14632
14805
  "eu-central-1" : { },
14806
+ "eu-central-2" : { },
14633
14807
  "eu-north-1" : { },
14808
+ "eu-south-2" : { },
14634
14809
  "eu-west-1" : { },
14635
14810
  "eu-west-2" : { },
14636
14811
  "eu-west-3" : { },
@@ -14669,6 +14844,8 @@
14669
14844
  "deprecated" : true,
14670
14845
  "hostname" : "redshift-serverless-fips.us-west-2.amazonaws.com"
14671
14846
  },
14847
+ "me-central-1" : { },
14848
+ "sa-east-1" : { },
14672
14849
  "us-east-1" : {
14673
14850
  "variants" : [ {
14674
14851
  "hostname" : "redshift-serverless-fips.us-east-1.amazonaws.com",
@@ -18513,6 +18690,19 @@
18513
18690
  "deprecated" : true,
18514
18691
  "hostname" : "storagegateway-fips.ca-central-1.amazonaws.com"
18515
18692
  },
18693
+ "ca-west-1" : {
18694
+ "variants" : [ {
18695
+ "hostname" : "storagegateway-fips.ca-west-1.amazonaws.com",
18696
+ "tags" : [ "fips" ]
18697
+ } ]
18698
+ },
18699
+ "ca-west-1-fips" : {
18700
+ "credentialScope" : {
18701
+ "region" : "ca-west-1"
18702
+ },
18703
+ "deprecated" : true,
18704
+ "hostname" : "storagegateway-fips.ca-west-1.amazonaws.com"
18705
+ },
18516
18706
  "eu-central-1" : { },
18517
18707
  "eu-central-2" : { },
18518
18708
  "eu-north-1" : { },
@@ -19583,9 +19773,11 @@
19583
19773
  "eu-north-1" : { },
19584
19774
  "eu-west-1" : { },
19585
19775
  "eu-west-2" : { },
19776
+ "eu-west-3" : { },
19586
19777
  "sa-east-1" : { },
19587
19778
  "us-east-1" : { },
19588
19779
  "us-east-2" : { },
19780
+ "us-west-1" : { },
19589
19781
  "us-west-2" : { }
19590
19782
  }
19591
19783
  },
@@ -21901,7 +22093,8 @@
21901
22093
  },
21902
22094
  "redshift-serverless" : {
21903
22095
  "endpoints" : {
21904
- "cn-north-1" : { }
22096
+ "cn-north-1" : { },
22097
+ "cn-northwest-1" : { }
21905
22098
  }
21906
22099
  },
21907
22100
  "resource-groups" : {
@@ -22990,6 +23183,18 @@
22990
23183
  },
22991
23184
  "bedrock" : {
22992
23185
  "endpoints" : {
23186
+ "bedrock-fips-us-gov-west-1" : {
23187
+ "credentialScope" : {
23188
+ "region" : "us-gov-west-1"
23189
+ },
23190
+ "hostname" : "bedrock-fips.us-gov-west-1.amazonaws.com"
23191
+ },
23192
+ "bedrock-runtime-fips-us-gov-west-1" : {
23193
+ "credentialScope" : {
23194
+ "region" : "us-gov-west-1"
23195
+ },
23196
+ "hostname" : "bedrock-runtime-fips.us-gov-west-1.amazonaws.com"
23197
+ },
22993
23198
  "bedrock-runtime-us-gov-west-1" : {
22994
23199
  "credentialScope" : {
22995
23200
  "region" : "us-gov-west-1"
@@ -26316,6 +26521,36 @@
26316
26521
  }
26317
26522
  }
26318
26523
  },
26524
+ "securitylake" : {
26525
+ "endpoints" : {
26526
+ "us-gov-east-1" : {
26527
+ "variants" : [ {
26528
+ "hostname" : "securitylake.us-gov-east-1.amazonaws.com",
26529
+ "tags" : [ "fips" ]
26530
+ } ]
26531
+ },
26532
+ "us-gov-east-1-fips" : {
26533
+ "credentialScope" : {
26534
+ "region" : "us-gov-east-1"
26535
+ },
26536
+ "deprecated" : true,
26537
+ "hostname" : "securitylake.us-gov-east-1.amazonaws.com"
26538
+ },
26539
+ "us-gov-west-1" : {
26540
+ "variants" : [ {
26541
+ "hostname" : "securitylake.us-gov-west-1.amazonaws.com",
26542
+ "tags" : [ "fips" ]
26543
+ } ]
26544
+ },
26545
+ "us-gov-west-1-fips" : {
26546
+ "credentialScope" : {
26547
+ "region" : "us-gov-west-1"
26548
+ },
26549
+ "deprecated" : true,
26550
+ "hostname" : "securitylake.us-gov-west-1.amazonaws.com"
26551
+ }
26552
+ }
26553
+ },
26319
26554
  "serverlessrepo" : {
26320
26555
  "defaults" : {
26321
26556
  "protocols" : [ "https" ]
@@ -27853,32 +28088,8 @@
27853
28088
  },
27854
28089
  "ram" : {
27855
28090
  "endpoints" : {
27856
- "fips-us-iso-east-1" : {
27857
- "credentialScope" : {
27858
- "region" : "us-iso-east-1"
27859
- },
27860
- "deprecated" : true,
27861
- "hostname" : "ram-fips.us-iso-east-1.c2s.ic.gov"
27862
- },
27863
- "fips-us-iso-west-1" : {
27864
- "credentialScope" : {
27865
- "region" : "us-iso-west-1"
27866
- },
27867
- "deprecated" : true,
27868
- "hostname" : "ram-fips.us-iso-west-1.c2s.ic.gov"
27869
- },
27870
- "us-iso-east-1" : {
27871
- "variants" : [ {
27872
- "hostname" : "ram-fips.us-iso-east-1.c2s.ic.gov",
27873
- "tags" : [ "fips" ]
27874
- } ]
27875
- },
27876
- "us-iso-west-1" : {
27877
- "variants" : [ {
27878
- "hostname" : "ram-fips.us-iso-west-1.c2s.ic.gov",
27879
- "tags" : [ "fips" ]
27880
- } ]
27881
- }
28091
+ "us-iso-east-1" : { },
28092
+ "us-iso-west-1" : { }
27882
28093
  }
27883
28094
  },
27884
28095
  "rbin" : {
@@ -27913,43 +28124,23 @@
27913
28124
  },
27914
28125
  "rds" : {
27915
28126
  "endpoints" : {
27916
- "rds-fips.us-iso-east-1" : {
27917
- "credentialScope" : {
27918
- "region" : "us-iso-east-1"
27919
- },
27920
- "deprecated" : true,
27921
- "hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov"
27922
- },
27923
- "rds-fips.us-iso-west-1" : {
27924
- "credentialScope" : {
27925
- "region" : "us-iso-west-1"
27926
- },
27927
- "deprecated" : true,
27928
- "hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov"
27929
- },
27930
28127
  "rds.us-iso-east-1" : {
27931
28128
  "credentialScope" : {
27932
28129
  "region" : "us-iso-east-1"
27933
28130
  },
27934
28131
  "deprecated" : true,
27935
- "variants" : [ {
27936
- "hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov",
27937
- "tags" : [ "fips" ]
27938
- } ]
28132
+ "hostname" : "rds.us-iso-east-1.c2s.ic.gov"
27939
28133
  },
27940
28134
  "rds.us-iso-west-1" : {
27941
28135
  "credentialScope" : {
27942
28136
  "region" : "us-iso-west-1"
27943
28137
  },
27944
28138
  "deprecated" : true,
27945
- "variants" : [ {
27946
- "hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov",
27947
- "tags" : [ "fips" ]
27948
- } ]
28139
+ "hostname" : "rds.us-iso-west-1.c2s.ic.gov"
27949
28140
  },
27950
28141
  "us-iso-east-1" : {
27951
28142
  "variants" : [ {
27952
- "hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov",
28143
+ "hostname" : "rds.us-iso-east-1.c2s.ic.gov",
27953
28144
  "tags" : [ "fips" ]
27954
28145
  } ]
27955
28146
  },
@@ -27958,11 +28149,11 @@
27958
28149
  "region" : "us-iso-east-1"
27959
28150
  },
27960
28151
  "deprecated" : true,
27961
- "hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov"
28152
+ "hostname" : "rds.us-iso-east-1.c2s.ic.gov"
27962
28153
  },
27963
28154
  "us-iso-west-1" : {
27964
28155
  "variants" : [ {
27965
- "hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov",
28156
+ "hostname" : "rds.us-iso-west-1.c2s.ic.gov",
27966
28157
  "tags" : [ "fips" ]
27967
28158
  } ]
27968
28159
  },
@@ -27971,7 +28162,7 @@
27971
28162
  "region" : "us-iso-west-1"
27972
28163
  },
27973
28164
  "deprecated" : true,
27974
- "hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov"
28165
+ "hostname" : "rds.us-iso-west-1.c2s.ic.gov"
27975
28166
  }
27976
28167
  }
27977
28168
  },
@@ -28619,19 +28810,7 @@
28619
28810
  },
28620
28811
  "ram" : {
28621
28812
  "endpoints" : {
28622
- "fips-us-isob-east-1" : {
28623
- "credentialScope" : {
28624
- "region" : "us-isob-east-1"
28625
- },
28626
- "deprecated" : true,
28627
- "hostname" : "ram-fips.us-isob-east-1.sc2s.sgov.gov"
28628
- },
28629
- "us-isob-east-1" : {
28630
- "variants" : [ {
28631
- "hostname" : "ram-fips.us-isob-east-1.sc2s.sgov.gov",
28632
- "tags" : [ "fips" ]
28633
- } ]
28634
- }
28813
+ "us-isob-east-1" : { }
28635
28814
  }
28636
28815
  },
28637
28816
  "rbin" : {
@@ -28653,26 +28832,16 @@
28653
28832
  },
28654
28833
  "rds" : {
28655
28834
  "endpoints" : {
28656
- "rds-fips.us-isob-east-1" : {
28657
- "credentialScope" : {
28658
- "region" : "us-isob-east-1"
28659
- },
28660
- "deprecated" : true,
28661
- "hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov"
28662
- },
28663
28835
  "rds.us-isob-east-1" : {
28664
28836
  "credentialScope" : {
28665
28837
  "region" : "us-isob-east-1"
28666
28838
  },
28667
28839
  "deprecated" : true,
28668
- "variants" : [ {
28669
- "hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov",
28670
- "tags" : [ "fips" ]
28671
- } ]
28840
+ "hostname" : "rds.us-isob-east-1.sc2s.sgov.gov"
28672
28841
  },
28673
28842
  "us-isob-east-1" : {
28674
28843
  "variants" : [ {
28675
- "hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov",
28844
+ "hostname" : "rds.us-isob-east-1.sc2s.sgov.gov",
28676
28845
  "tags" : [ "fips" ]
28677
28846
  } ]
28678
28847
  },
@@ -28681,7 +28850,7 @@
28681
28850
  "region" : "us-isob-east-1"
28682
28851
  },
28683
28852
  "deprecated" : true,
28684
- "hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov"
28853
+ "hostname" : "rds.us-isob-east-1.sc2s.sgov.gov"
28685
28854
  }
28686
28855
  }
28687
28856
  },
@@ -28922,7 +29091,11 @@
28922
29091
  "partition" : "aws-iso-e",
28923
29092
  "partitionName" : "AWS ISOE (Europe)",
28924
29093
  "regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
28925
- "regions" : { },
29094
+ "regions" : {
29095
+ "eu-isoe-west-1" : {
29096
+ "description" : "EU ISOE West"
29097
+ }
29098
+ },
28926
29099
  "services" : { }
28927
29100
  }, {
28928
29101
  "defaults" : {
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.934.0
4
+ version: 1.943.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-23 00:00:00.000000000 Z
11
+ date: 2024-06-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: