aws-partitions 1.934.0 → 1.947.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: 1d8dc7905b3d300af1caa974bdae6418abc7502358bd8c4d5e775d2e7396d224
4
+ data.tar.gz: d788a22979def3e393c0a4adc6bcabb7d31e248a079d559fe32c4fa1dc197c3f
5
5
  SHA512:
6
- metadata.gz: 92d9947c064995174ac91899861c23fd3cb38b92d3efda0b1e3df531c06103c32386ab975e168fc896fffa5565a4f18ef84bacc95fd0b4cbcbaa81fd0c9d50b1
7
- data.tar.gz: d552bb1a268a6b2b620882235b25cc6dff1a19c54122d3946ae0019c1a5b71b41e8a8188f29e20b013826f5f2224bda229043890b13d70818d1ea3446f709eb0
6
+ metadata.gz: 4ef6b059994c6a68202e176ba4fc70b15472001d644b6c8f6fe6d947d826ec7b607b321c5af7e696c557e002fecda972cc6cc0c94cdb487102f6e116bee6759f
7
+ data.tar.gz: 53596ca67aa941200897cfe9cd6dfac013492549f03d50cfc3b3f2c30cee14698b16a63cc83702647411df271b202678ce6ec83e6ea5b0f1710fc71497bf921f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,71 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.947.0 (2024-06-24)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.946.0 (2024-06-20)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.945.0 (2024-06-19)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.944.0 (2024-06-12)
20
+ ------------------
21
+
22
+ * Feature - Added support for enumerating regions for `Aws::AppTest`.
23
+
24
+ 1.943.0 (2024-06-11)
25
+ ------------------
26
+
27
+ * Feature - Added support for enumerating regions for `Aws::PcaConnectorScep`.
28
+
29
+ 1.942.0 (2024-06-10)
30
+ ------------------
31
+
32
+ * Feature - Added support for enumerating regions for `Aws::ApplicationSignals`.
33
+
34
+ 1.941.0 (2024-06-07)
35
+ ------------------
36
+
37
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
38
+
39
+ 1.940.0 (2024-06-05)
40
+ ------------------
41
+
42
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
43
+
44
+ 1.939.0 (2024-06-04)
45
+ ------------------
46
+
47
+ * Feature - Added support for enumerating regions for `Aws::TaxSettings`.
48
+
49
+ 1.938.0 (2024-06-03)
50
+ ------------------
51
+
52
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
53
+
54
+ 1.937.0 (2024-05-30)
55
+ ------------------
56
+
57
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
58
+
59
+ 1.936.0 (2024-05-29)
60
+ ------------------
61
+
62
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
63
+
64
+ 1.935.0 (2024-05-28)
65
+ ------------------
66
+
67
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
68
+
4
69
  1.934.0 (2024-05-23)
5
70
  ------------------
6
71
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.934.0
1
+ 1.947.0
@@ -264,11 +264,13 @@ module Aws
264
264
  'AppRunner' => 'apprunner',
265
265
  'AppStream' => 'appstream2',
266
266
  'AppSync' => 'appsync',
267
+ 'AppTest' => 'apptest',
267
268
  'Appflow' => 'appflow',
268
269
  'ApplicationAutoScaling' => 'application-autoscaling',
269
270
  'ApplicationCostProfiler' => 'application-cost-profiler',
270
271
  'ApplicationDiscoveryService' => 'discovery',
271
272
  'ApplicationInsights' => 'applicationinsights',
273
+ 'ApplicationSignals' => 'application-signals',
272
274
  'Artifact' => 'artifact',
273
275
  'Athena' => 'athena',
274
276
  'AuditManager' => 'auditmanager',
@@ -279,7 +281,6 @@ module Aws
279
281
  'BCMDataExports' => 'bcm-data-exports',
280
282
  'Backup' => 'backup',
281
283
  'BackupGateway' => 'backup-gateway',
282
- 'BackupStorage' => 'backupstorage',
283
284
  'Batch' => 'batch',
284
285
  'Bedrock' => 'bedrock',
285
286
  'BedrockAgent' => 'bedrock-agent',
@@ -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" : { },
@@ -552,10 +547,12 @@
552
547
  "ap-south-1" : { },
553
548
  "ap-southeast-1" : { },
554
549
  "ap-southeast-2" : { },
550
+ "ca-central-1" : { },
555
551
  "eu-central-1" : { },
556
552
  "eu-west-1" : { },
557
553
  "eu-west-2" : { },
558
554
  "eu-west-3" : { },
555
+ "sa-east-1" : { },
559
556
  "us-east-1" : { },
560
557
  "us-east-2" : { },
561
558
  "us-west-2" : { }
@@ -2539,37 +2536,6 @@
2539
2536
  "us-west-2" : { }
2540
2537
  }
2541
2538
  },
2542
- "backupstorage" : {
2543
- "endpoints" : {
2544
- "af-south-1" : { },
2545
- "ap-east-1" : { },
2546
- "ap-northeast-1" : { },
2547
- "ap-northeast-2" : { },
2548
- "ap-northeast-3" : { },
2549
- "ap-south-1" : { },
2550
- "ap-south-2" : { },
2551
- "ap-southeast-1" : { },
2552
- "ap-southeast-2" : { },
2553
- "ap-southeast-3" : { },
2554
- "ap-southeast-4" : { },
2555
- "ca-central-1" : { },
2556
- "eu-central-1" : { },
2557
- "eu-central-2" : { },
2558
- "eu-north-1" : { },
2559
- "eu-south-1" : { },
2560
- "eu-south-2" : { },
2561
- "eu-west-1" : { },
2562
- "eu-west-2" : { },
2563
- "eu-west-3" : { },
2564
- "me-central-1" : { },
2565
- "me-south-1" : { },
2566
- "sa-east-1" : { },
2567
- "us-east-1" : { },
2568
- "us-east-2" : { },
2569
- "us-west-1" : { },
2570
- "us-west-2" : { }
2571
- }
2572
- },
2573
2539
  "batch" : {
2574
2540
  "defaults" : {
2575
2541
  "variants" : [ {
@@ -2687,6 +2653,12 @@
2687
2653
  },
2688
2654
  "hostname" : "bedrock.ap-southeast-2.amazonaws.com"
2689
2655
  },
2656
+ "bedrock-ca-central-1" : {
2657
+ "credentialScope" : {
2658
+ "region" : "ca-central-1"
2659
+ },
2660
+ "hostname" : "bedrock.ca-central-1.amazonaws.com"
2661
+ },
2690
2662
  "bedrock-eu-central-1" : {
2691
2663
  "credentialScope" : {
2692
2664
  "region" : "eu-central-1"
@@ -2699,12 +2671,24 @@
2699
2671
  },
2700
2672
  "hostname" : "bedrock.eu-west-1.amazonaws.com"
2701
2673
  },
2674
+ "bedrock-eu-west-2" : {
2675
+ "credentialScope" : {
2676
+ "region" : "eu-west-2"
2677
+ },
2678
+ "hostname" : "bedrock.eu-west-2.amazonaws.com"
2679
+ },
2702
2680
  "bedrock-eu-west-3" : {
2703
2681
  "credentialScope" : {
2704
2682
  "region" : "eu-west-3"
2705
2683
  },
2706
2684
  "hostname" : "bedrock.eu-west-3.amazonaws.com"
2707
2685
  },
2686
+ "bedrock-fips-ca-central-1" : {
2687
+ "credentialScope" : {
2688
+ "region" : "ca-central-1"
2689
+ },
2690
+ "hostname" : "bedrock-fips.ca-central-1.amazonaws.com"
2691
+ },
2708
2692
  "bedrock-fips-us-east-1" : {
2709
2693
  "credentialScope" : {
2710
2694
  "region" : "us-east-1"
@@ -2741,6 +2725,12 @@
2741
2725
  },
2742
2726
  "hostname" : "bedrock-runtime.ap-southeast-2.amazonaws.com"
2743
2727
  },
2728
+ "bedrock-runtime-ca-central-1" : {
2729
+ "credentialScope" : {
2730
+ "region" : "ca-central-1"
2731
+ },
2732
+ "hostname" : "bedrock-runtime.ca-central-1.amazonaws.com"
2733
+ },
2744
2734
  "bedrock-runtime-eu-central-1" : {
2745
2735
  "credentialScope" : {
2746
2736
  "region" : "eu-central-1"
@@ -2753,12 +2743,24 @@
2753
2743
  },
2754
2744
  "hostname" : "bedrock-runtime.eu-west-1.amazonaws.com"
2755
2745
  },
2746
+ "bedrock-runtime-eu-west-2" : {
2747
+ "credentialScope" : {
2748
+ "region" : "eu-west-2"
2749
+ },
2750
+ "hostname" : "bedrock-runtime.eu-west-2.amazonaws.com"
2751
+ },
2756
2752
  "bedrock-runtime-eu-west-3" : {
2757
2753
  "credentialScope" : {
2758
2754
  "region" : "eu-west-3"
2759
2755
  },
2760
2756
  "hostname" : "bedrock-runtime.eu-west-3.amazonaws.com"
2761
2757
  },
2758
+ "bedrock-runtime-fips-ca-central-1" : {
2759
+ "credentialScope" : {
2760
+ "region" : "ca-central-1"
2761
+ },
2762
+ "hostname" : "bedrock-runtime-fips.ca-central-1.amazonaws.com"
2763
+ },
2762
2764
  "bedrock-runtime-fips-us-east-1" : {
2763
2765
  "credentialScope" : {
2764
2766
  "region" : "us-east-1"
@@ -2771,6 +2773,12 @@
2771
2773
  },
2772
2774
  "hostname" : "bedrock-runtime-fips.us-west-2.amazonaws.com"
2773
2775
  },
2776
+ "bedrock-runtime-sa-east-1" : {
2777
+ "credentialScope" : {
2778
+ "region" : "sa-east-1"
2779
+ },
2780
+ "hostname" : "bedrock-runtime.sa-east-1.amazonaws.com"
2781
+ },
2774
2782
  "bedrock-runtime-us-east-1" : {
2775
2783
  "credentialScope" : {
2776
2784
  "region" : "us-east-1"
@@ -2783,6 +2791,12 @@
2783
2791
  },
2784
2792
  "hostname" : "bedrock-runtime.us-west-2.amazonaws.com"
2785
2793
  },
2794
+ "bedrock-sa-east-1" : {
2795
+ "credentialScope" : {
2796
+ "region" : "sa-east-1"
2797
+ },
2798
+ "hostname" : "bedrock.sa-east-1.amazonaws.com"
2799
+ },
2786
2800
  "bedrock-us-east-1" : {
2787
2801
  "credentialScope" : {
2788
2802
  "region" : "us-east-1"
@@ -2795,9 +2809,12 @@
2795
2809
  },
2796
2810
  "hostname" : "bedrock.us-west-2.amazonaws.com"
2797
2811
  },
2812
+ "ca-central-1" : { },
2798
2813
  "eu-central-1" : { },
2799
2814
  "eu-west-1" : { },
2815
+ "eu-west-2" : { },
2800
2816
  "eu-west-3" : { },
2817
+ "sa-east-1" : { },
2801
2818
  "us-east-1" : { },
2802
2819
  "us-west-2" : { }
2803
2820
  }
@@ -2837,6 +2854,8 @@
2837
2854
  },
2838
2855
  "cases" : {
2839
2856
  "endpoints" : {
2857
+ "ap-northeast-1" : { },
2858
+ "ap-northeast-2" : { },
2840
2859
  "ap-southeast-1" : { },
2841
2860
  "ap-southeast-2" : { },
2842
2861
  "ca-central-1" : { },
@@ -2956,28 +2975,116 @@
2956
2975
  },
2957
2976
  "cloud9" : {
2958
2977
  "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" : { }
2978
+ "af-south-1" : {
2979
+ "variants" : [ {
2980
+ "tags" : [ "dualstack" ]
2981
+ } ]
2982
+ },
2983
+ "ap-east-1" : {
2984
+ "variants" : [ {
2985
+ "tags" : [ "dualstack" ]
2986
+ } ]
2987
+ },
2988
+ "ap-northeast-1" : {
2989
+ "variants" : [ {
2990
+ "tags" : [ "dualstack" ]
2991
+ } ]
2992
+ },
2993
+ "ap-northeast-2" : {
2994
+ "variants" : [ {
2995
+ "tags" : [ "dualstack" ]
2996
+ } ]
2997
+ },
2998
+ "ap-northeast-3" : {
2999
+ "variants" : [ {
3000
+ "tags" : [ "dualstack" ]
3001
+ } ]
3002
+ },
3003
+ "ap-south-1" : {
3004
+ "variants" : [ {
3005
+ "tags" : [ "dualstack" ]
3006
+ } ]
3007
+ },
3008
+ "ap-southeast-1" : {
3009
+ "variants" : [ {
3010
+ "tags" : [ "dualstack" ]
3011
+ } ]
3012
+ },
3013
+ "ap-southeast-2" : {
3014
+ "variants" : [ {
3015
+ "tags" : [ "dualstack" ]
3016
+ } ]
3017
+ },
3018
+ "ca-central-1" : {
3019
+ "variants" : [ {
3020
+ "tags" : [ "dualstack" ]
3021
+ } ]
3022
+ },
3023
+ "eu-central-1" : {
3024
+ "variants" : [ {
3025
+ "tags" : [ "dualstack" ]
3026
+ } ]
3027
+ },
3028
+ "eu-north-1" : {
3029
+ "variants" : [ {
3030
+ "tags" : [ "dualstack" ]
3031
+ } ]
3032
+ },
3033
+ "eu-south-1" : {
3034
+ "variants" : [ {
3035
+ "tags" : [ "dualstack" ]
3036
+ } ]
3037
+ },
3038
+ "eu-west-1" : {
3039
+ "variants" : [ {
3040
+ "tags" : [ "dualstack" ]
3041
+ } ]
3042
+ },
3043
+ "eu-west-2" : {
3044
+ "variants" : [ {
3045
+ "tags" : [ "dualstack" ]
3046
+ } ]
3047
+ },
3048
+ "eu-west-3" : {
3049
+ "variants" : [ {
3050
+ "tags" : [ "dualstack" ]
3051
+ } ]
3052
+ },
3053
+ "il-central-1" : {
3054
+ "variants" : [ {
3055
+ "tags" : [ "dualstack" ]
3056
+ } ]
3057
+ },
3058
+ "me-south-1" : {
3059
+ "variants" : [ {
3060
+ "tags" : [ "dualstack" ]
3061
+ } ]
3062
+ },
3063
+ "sa-east-1" : {
3064
+ "variants" : [ {
3065
+ "tags" : [ "dualstack" ]
3066
+ } ]
3067
+ },
3068
+ "us-east-1" : {
3069
+ "variants" : [ {
3070
+ "tags" : [ "dualstack" ]
3071
+ } ]
3072
+ },
3073
+ "us-east-2" : {
3074
+ "variants" : [ {
3075
+ "tags" : [ "dualstack" ]
3076
+ } ]
3077
+ },
3078
+ "us-west-1" : {
3079
+ "variants" : [ {
3080
+ "tags" : [ "dualstack" ]
3081
+ } ]
3082
+ },
3083
+ "us-west-2" : {
3084
+ "variants" : [ {
3085
+ "tags" : [ "dualstack" ]
3086
+ } ]
3087
+ }
2981
3088
  }
2982
3089
  },
2983
3090
  "cloudcontrolapi" : {
@@ -5254,8 +5361,18 @@
5254
5361
  "ap-southeast-2" : { },
5255
5362
  "ap-southeast-3" : { },
5256
5363
  "ap-southeast-4" : { },
5257
- "ca-central-1" : { },
5258
- "ca-west-1" : { },
5364
+ "ca-central-1" : {
5365
+ "variants" : [ {
5366
+ "hostname" : "directconnect-fips.ca-central-1.amazonaws.com",
5367
+ "tags" : [ "fips" ]
5368
+ } ]
5369
+ },
5370
+ "ca-west-1" : {
5371
+ "variants" : [ {
5372
+ "hostname" : "directconnect-fips.ca-west-1.amazonaws.com",
5373
+ "tags" : [ "fips" ]
5374
+ } ]
5375
+ },
5259
5376
  "eu-central-1" : { },
5260
5377
  "eu-central-2" : { },
5261
5378
  "eu-north-1" : { },
@@ -5264,6 +5381,20 @@
5264
5381
  "eu-west-1" : { },
5265
5382
  "eu-west-2" : { },
5266
5383
  "eu-west-3" : { },
5384
+ "fips-ca-central-1" : {
5385
+ "credentialScope" : {
5386
+ "region" : "ca-central-1"
5387
+ },
5388
+ "deprecated" : true,
5389
+ "hostname" : "directconnect-fips.ca-central-1.amazonaws.com"
5390
+ },
5391
+ "fips-ca-west-1" : {
5392
+ "credentialScope" : {
5393
+ "region" : "ca-west-1"
5394
+ },
5395
+ "deprecated" : true,
5396
+ "hostname" : "directconnect-fips.ca-west-1.amazonaws.com"
5397
+ },
5267
5398
  "fips-us-east-1" : {
5268
5399
  "credentialScope" : {
5269
5400
  "region" : "us-east-1"
@@ -8953,11 +9084,6 @@
8953
9084
  "us-west-2" : { }
8954
9085
  }
8955
9086
  },
8956
- "honeycode" : {
8957
- "endpoints" : {
8958
- "us-west-2" : { }
8959
- }
8960
- },
8961
9087
  "iam" : {
8962
9088
  "endpoints" : {
8963
9089
  "aws-global" : {
@@ -9030,6 +9156,7 @@
9030
9156
  "ap-southeast-3" : { },
9031
9157
  "ap-southeast-4" : { },
9032
9158
  "ca-central-1" : { },
9159
+ "ca-west-1" : { },
9033
9160
  "eu-central-1" : { },
9034
9161
  "eu-central-2" : { },
9035
9162
  "eu-north-1" : { },
@@ -10185,9 +10312,21 @@
10185
10312
  "ap-south-1" : { },
10186
10313
  "ap-southeast-1" : { },
10187
10314
  "ap-southeast-2" : { },
10188
- "ca-central-1" : { },
10315
+ "ca-central-1" : {
10316
+ "variants" : [ {
10317
+ "hostname" : "kendra-fips.ca-central-1.amazonaws.com",
10318
+ "tags" : [ "fips" ]
10319
+ } ]
10320
+ },
10189
10321
  "eu-west-1" : { },
10190
10322
  "eu-west-2" : { },
10323
+ "fips-ca-central-1" : {
10324
+ "credentialScope" : {
10325
+ "region" : "ca-central-1"
10326
+ },
10327
+ "deprecated" : true,
10328
+ "hostname" : "kendra-fips.ca-central-1.amazonaws.com"
10329
+ },
10191
10330
  "fips-us-east-1" : {
10192
10331
  "credentialScope" : {
10193
10332
  "region" : "us-east-1"
@@ -12137,6 +12276,7 @@
12137
12276
  },
12138
12277
  "meetings-chime" : {
12139
12278
  "endpoints" : {
12279
+ "af-south-1" : { },
12140
12280
  "ap-northeast-1" : { },
12141
12281
  "ap-northeast-2" : { },
12142
12282
  "ap-south-1" : { },
@@ -12566,6 +12706,7 @@
12566
12706
  "ap-southeast-3" : { },
12567
12707
  "ap-southeast-4" : { },
12568
12708
  "ca-central-1" : { },
12709
+ "ca-west-1" : { },
12569
12710
  "eu-central-1" : { },
12570
12711
  "eu-central-2" : { },
12571
12712
  "eu-north-1" : { },
@@ -14010,14 +14151,19 @@
14010
14151
  },
14011
14152
  "quicksight" : {
14012
14153
  "endpoints" : {
14154
+ "af-south-1" : { },
14013
14155
  "ap-northeast-1" : { },
14014
14156
  "ap-northeast-2" : { },
14015
14157
  "ap-south-1" : { },
14016
14158
  "ap-southeast-1" : { },
14017
14159
  "ap-southeast-2" : { },
14160
+ "ap-southeast-3" : { },
14161
+ "api" : { },
14018
14162
  "ca-central-1" : { },
14019
14163
  "eu-central-1" : { },
14164
+ "eu-central-2" : { },
14020
14165
  "eu-north-1" : { },
14166
+ "eu-south-1" : { },
14021
14167
  "eu-west-1" : { },
14022
14168
  "eu-west-2" : { },
14023
14169
  "eu-west-3" : { },
@@ -14630,7 +14776,9 @@
14630
14776
  } ]
14631
14777
  },
14632
14778
  "eu-central-1" : { },
14779
+ "eu-central-2" : { },
14633
14780
  "eu-north-1" : { },
14781
+ "eu-south-2" : { },
14634
14782
  "eu-west-1" : { },
14635
14783
  "eu-west-2" : { },
14636
14784
  "eu-west-3" : { },
@@ -14669,6 +14817,8 @@
14669
14817
  "deprecated" : true,
14670
14818
  "hostname" : "redshift-serverless-fips.us-west-2.amazonaws.com"
14671
14819
  },
14820
+ "me-central-1" : { },
14821
+ "sa-east-1" : { },
14672
14822
  "us-east-1" : {
14673
14823
  "variants" : [ {
14674
14824
  "hostname" : "redshift-serverless-fips.us-east-1.amazonaws.com",
@@ -18513,6 +18663,19 @@
18513
18663
  "deprecated" : true,
18514
18664
  "hostname" : "storagegateway-fips.ca-central-1.amazonaws.com"
18515
18665
  },
18666
+ "ca-west-1" : {
18667
+ "variants" : [ {
18668
+ "hostname" : "storagegateway-fips.ca-west-1.amazonaws.com",
18669
+ "tags" : [ "fips" ]
18670
+ } ]
18671
+ },
18672
+ "ca-west-1-fips" : {
18673
+ "credentialScope" : {
18674
+ "region" : "ca-west-1"
18675
+ },
18676
+ "deprecated" : true,
18677
+ "hostname" : "storagegateway-fips.ca-west-1.amazonaws.com"
18678
+ },
18516
18679
  "eu-central-1" : { },
18517
18680
  "eu-central-2" : { },
18518
18681
  "eu-north-1" : { },
@@ -19583,9 +19746,11 @@
19583
19746
  "eu-north-1" : { },
19584
19747
  "eu-west-1" : { },
19585
19748
  "eu-west-2" : { },
19749
+ "eu-west-3" : { },
19586
19750
  "sa-east-1" : { },
19587
19751
  "us-east-1" : { },
19588
19752
  "us-east-2" : { },
19753
+ "us-west-1" : { },
19589
19754
  "us-west-2" : { }
19590
19755
  }
19591
19756
  },
@@ -21047,12 +21212,6 @@
21047
21212
  "cn-northwest-1" : { }
21048
21213
  }
21049
21214
  },
21050
- "backupstorage" : {
21051
- "endpoints" : {
21052
- "cn-north-1" : { },
21053
- "cn-northwest-1" : { }
21054
- }
21055
- },
21056
21215
  "batch" : {
21057
21216
  "endpoints" : {
21058
21217
  "cn-north-1" : { },
@@ -21901,7 +22060,8 @@
21901
22060
  },
21902
22061
  "redshift-serverless" : {
21903
22062
  "endpoints" : {
21904
- "cn-north-1" : { }
22063
+ "cn-north-1" : { },
22064
+ "cn-northwest-1" : { }
21905
22065
  }
21906
22066
  },
21907
22067
  "resource-groups" : {
@@ -22946,12 +23106,6 @@
22946
23106
  "us-gov-west-1" : { }
22947
23107
  }
22948
23108
  },
22949
- "backupstorage" : {
22950
- "endpoints" : {
22951
- "us-gov-east-1" : { },
22952
- "us-gov-west-1" : { }
22953
- }
22954
- },
22955
23109
  "batch" : {
22956
23110
  "defaults" : {
22957
23111
  "variants" : [ {
@@ -22990,6 +23144,18 @@
22990
23144
  },
22991
23145
  "bedrock" : {
22992
23146
  "endpoints" : {
23147
+ "bedrock-fips-us-gov-west-1" : {
23148
+ "credentialScope" : {
23149
+ "region" : "us-gov-west-1"
23150
+ },
23151
+ "hostname" : "bedrock-fips.us-gov-west-1.amazonaws.com"
23152
+ },
23153
+ "bedrock-runtime-fips-us-gov-west-1" : {
23154
+ "credentialScope" : {
23155
+ "region" : "us-gov-west-1"
23156
+ },
23157
+ "hostname" : "bedrock-runtime-fips.us-gov-west-1.amazonaws.com"
23158
+ },
22993
23159
  "bedrock-runtime-us-gov-west-1" : {
22994
23160
  "credentialScope" : {
22995
23161
  "region" : "us-gov-west-1"
@@ -25093,6 +25259,44 @@
25093
25259
  "us-gov-west-1" : { }
25094
25260
  }
25095
25261
  },
25262
+ "kinesisvideo" : {
25263
+ "endpoints" : {
25264
+ "fips-us-gov-east-1" : {
25265
+ "credentialScope" : {
25266
+ "region" : "us-gov-east-1"
25267
+ },
25268
+ "deprecated" : true,
25269
+ "hostname" : "kinesisvideo-fips.us-gov-east-1.amazonaws.com"
25270
+ },
25271
+ "fips-us-gov-west-1" : {
25272
+ "credentialScope" : {
25273
+ "region" : "us-gov-west-1"
25274
+ },
25275
+ "deprecated" : true,
25276
+ "hostname" : "kinesisvideo-fips.us-gov-west-1.amazonaws.com"
25277
+ },
25278
+ "us-gov-east-1" : {
25279
+ "credentialScope" : {
25280
+ "region" : "us-gov-east-1"
25281
+ },
25282
+ "hostname" : "kinesisvideo-fips.us-gov-east-1.amazonaws.com",
25283
+ "variants" : [ {
25284
+ "hostname" : "kinesisvideo-fips.us-gov-east-1.amazonaws.com",
25285
+ "tags" : [ "fips" ]
25286
+ } ]
25287
+ },
25288
+ "us-gov-west-1" : {
25289
+ "credentialScope" : {
25290
+ "region" : "us-gov-west-1"
25291
+ },
25292
+ "hostname" : "kinesisvideo-fips.us-gov-west-1.amazonaws.com",
25293
+ "variants" : [ {
25294
+ "hostname" : "kinesisvideo-fips.us-gov-west-1.amazonaws.com",
25295
+ "tags" : [ "fips" ]
25296
+ } ]
25297
+ }
25298
+ }
25299
+ },
25096
25300
  "kms" : {
25097
25301
  "endpoints" : {
25098
25302
  "ProdFips" : {
@@ -26316,6 +26520,36 @@
26316
26520
  }
26317
26521
  }
26318
26522
  },
26523
+ "securitylake" : {
26524
+ "endpoints" : {
26525
+ "us-gov-east-1" : {
26526
+ "variants" : [ {
26527
+ "hostname" : "securitylake.us-gov-east-1.amazonaws.com",
26528
+ "tags" : [ "fips" ]
26529
+ } ]
26530
+ },
26531
+ "us-gov-east-1-fips" : {
26532
+ "credentialScope" : {
26533
+ "region" : "us-gov-east-1"
26534
+ },
26535
+ "deprecated" : true,
26536
+ "hostname" : "securitylake.us-gov-east-1.amazonaws.com"
26537
+ },
26538
+ "us-gov-west-1" : {
26539
+ "variants" : [ {
26540
+ "hostname" : "securitylake.us-gov-west-1.amazonaws.com",
26541
+ "tags" : [ "fips" ]
26542
+ } ]
26543
+ },
26544
+ "us-gov-west-1-fips" : {
26545
+ "credentialScope" : {
26546
+ "region" : "us-gov-west-1"
26547
+ },
26548
+ "deprecated" : true,
26549
+ "hostname" : "securitylake.us-gov-west-1.amazonaws.com"
26550
+ }
26551
+ }
26552
+ },
26319
26553
  "serverlessrepo" : {
26320
26554
  "defaults" : {
26321
26555
  "protocols" : [ "https" ]
@@ -27853,32 +28087,8 @@
27853
28087
  },
27854
28088
  "ram" : {
27855
28089
  "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
- }
28090
+ "us-iso-east-1" : { },
28091
+ "us-iso-west-1" : { }
27882
28092
  }
27883
28093
  },
27884
28094
  "rbin" : {
@@ -27913,43 +28123,23 @@
27913
28123
  },
27914
28124
  "rds" : {
27915
28125
  "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
28126
  "rds.us-iso-east-1" : {
27931
28127
  "credentialScope" : {
27932
28128
  "region" : "us-iso-east-1"
27933
28129
  },
27934
28130
  "deprecated" : true,
27935
- "variants" : [ {
27936
- "hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov",
27937
- "tags" : [ "fips" ]
27938
- } ]
28131
+ "hostname" : "rds.us-iso-east-1.c2s.ic.gov"
27939
28132
  },
27940
28133
  "rds.us-iso-west-1" : {
27941
28134
  "credentialScope" : {
27942
28135
  "region" : "us-iso-west-1"
27943
28136
  },
27944
28137
  "deprecated" : true,
27945
- "variants" : [ {
27946
- "hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov",
27947
- "tags" : [ "fips" ]
27948
- } ]
28138
+ "hostname" : "rds.us-iso-west-1.c2s.ic.gov"
27949
28139
  },
27950
28140
  "us-iso-east-1" : {
27951
28141
  "variants" : [ {
27952
- "hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov",
28142
+ "hostname" : "rds.us-iso-east-1.c2s.ic.gov",
27953
28143
  "tags" : [ "fips" ]
27954
28144
  } ]
27955
28145
  },
@@ -27958,11 +28148,11 @@
27958
28148
  "region" : "us-iso-east-1"
27959
28149
  },
27960
28150
  "deprecated" : true,
27961
- "hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov"
28151
+ "hostname" : "rds.us-iso-east-1.c2s.ic.gov"
27962
28152
  },
27963
28153
  "us-iso-west-1" : {
27964
28154
  "variants" : [ {
27965
- "hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov",
28155
+ "hostname" : "rds.us-iso-west-1.c2s.ic.gov",
27966
28156
  "tags" : [ "fips" ]
27967
28157
  } ]
27968
28158
  },
@@ -27971,7 +28161,7 @@
27971
28161
  "region" : "us-iso-west-1"
27972
28162
  },
27973
28163
  "deprecated" : true,
27974
- "hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov"
28164
+ "hostname" : "rds.us-iso-west-1.c2s.ic.gov"
27975
28165
  }
27976
28166
  }
27977
28167
  },
@@ -28619,19 +28809,7 @@
28619
28809
  },
28620
28810
  "ram" : {
28621
28811
  "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
- }
28812
+ "us-isob-east-1" : { }
28635
28813
  }
28636
28814
  },
28637
28815
  "rbin" : {
@@ -28653,26 +28831,16 @@
28653
28831
  },
28654
28832
  "rds" : {
28655
28833
  "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
28834
  "rds.us-isob-east-1" : {
28664
28835
  "credentialScope" : {
28665
28836
  "region" : "us-isob-east-1"
28666
28837
  },
28667
28838
  "deprecated" : true,
28668
- "variants" : [ {
28669
- "hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov",
28670
- "tags" : [ "fips" ]
28671
- } ]
28839
+ "hostname" : "rds.us-isob-east-1.sc2s.sgov.gov"
28672
28840
  },
28673
28841
  "us-isob-east-1" : {
28674
28842
  "variants" : [ {
28675
- "hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov",
28843
+ "hostname" : "rds.us-isob-east-1.sc2s.sgov.gov",
28676
28844
  "tags" : [ "fips" ]
28677
28845
  } ]
28678
28846
  },
@@ -28681,7 +28849,7 @@
28681
28849
  "region" : "us-isob-east-1"
28682
28850
  },
28683
28851
  "deprecated" : true,
28684
- "hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov"
28852
+ "hostname" : "rds.us-isob-east-1.sc2s.sgov.gov"
28685
28853
  }
28686
28854
  }
28687
28855
  },
@@ -28922,7 +29090,11 @@
28922
29090
  "partition" : "aws-iso-e",
28923
29091
  "partitionName" : "AWS ISOE (Europe)",
28924
29092
  "regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
28925
- "regions" : { },
29093
+ "regions" : {
29094
+ "eu-isoe-west-1" : {
29095
+ "description" : "EU ISOE West"
29096
+ }
29097
+ },
28926
29098
  "services" : { }
28927
29099
  }, {
28928
29100
  "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.947.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-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: