aws-partitions 1.934.0 → 1.944.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +50 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +4 -1
- data/partitions.json +289 -158
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e547fb3a02e6ee7ab519e46441db9ab21e0b614dc84da2e9ad97eee9e2d97a22
|
4
|
+
data.tar.gz: b5749848cd8582f9b82fa963dce78f0a4ab544bec5cdcfa5f65fe0850052a49b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '024917f7ea70a649dbe88d6f121f27b90d1257e19adb333298d282672f51ba3a371935d87b382c5dfdbb1d1994a8dd9713338cf0cbef88cf994625cda56c143f'
|
7
|
+
data.tar.gz: ebd950560fd2e540a30f5daeb5ae963da7286b1ec8ae2021e884568a8049f4c869e9f9f7e449e0e125d02c10d9e1c4202950d55ef2d8a01c639c088dfd9ad062
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,56 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.944.0 (2024-06-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::AppTest`.
|
8
|
+
|
9
|
+
1.943.0 (2024-06-11)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::PcaConnectorScep`.
|
13
|
+
|
14
|
+
1.942.0 (2024-06-10)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Added support for enumerating regions for `Aws::ApplicationSignals`.
|
18
|
+
|
19
|
+
1.941.0 (2024-06-07)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
24
|
+
1.940.0 (2024-06-05)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
28
|
+
|
29
|
+
1.939.0 (2024-06-04)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Added support for enumerating regions for `Aws::TaxSettings`.
|
33
|
+
|
34
|
+
1.938.0 (2024-06-03)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
38
|
+
|
39
|
+
1.937.0 (2024-05-30)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
43
|
+
|
44
|
+
1.936.0 (2024-05-29)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
48
|
+
|
49
|
+
1.935.0 (2024-05-28)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
53
|
+
|
4
54
|
1.934.0 (2024-05-23)
|
5
55
|
------------------
|
6
56
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.944.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -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" : { },
|
@@ -2539,37 +2534,6 @@
|
|
2539
2534
|
"us-west-2" : { }
|
2540
2535
|
}
|
2541
2536
|
},
|
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
2537
|
"batch" : {
|
2574
2538
|
"defaults" : {
|
2575
2539
|
"variants" : [ {
|
@@ -2687,6 +2651,12 @@
|
|
2687
2651
|
},
|
2688
2652
|
"hostname" : "bedrock.ap-southeast-2.amazonaws.com"
|
2689
2653
|
},
|
2654
|
+
"bedrock-ca-central-1" : {
|
2655
|
+
"credentialScope" : {
|
2656
|
+
"region" : "ca-central-1"
|
2657
|
+
},
|
2658
|
+
"hostname" : "bedrock.ca-central-1.amazonaws.com"
|
2659
|
+
},
|
2690
2660
|
"bedrock-eu-central-1" : {
|
2691
2661
|
"credentialScope" : {
|
2692
2662
|
"region" : "eu-central-1"
|
@@ -2699,12 +2669,24 @@
|
|
2699
2669
|
},
|
2700
2670
|
"hostname" : "bedrock.eu-west-1.amazonaws.com"
|
2701
2671
|
},
|
2672
|
+
"bedrock-eu-west-2" : {
|
2673
|
+
"credentialScope" : {
|
2674
|
+
"region" : "eu-west-2"
|
2675
|
+
},
|
2676
|
+
"hostname" : "bedrock.eu-west-2.amazonaws.com"
|
2677
|
+
},
|
2702
2678
|
"bedrock-eu-west-3" : {
|
2703
2679
|
"credentialScope" : {
|
2704
2680
|
"region" : "eu-west-3"
|
2705
2681
|
},
|
2706
2682
|
"hostname" : "bedrock.eu-west-3.amazonaws.com"
|
2707
2683
|
},
|
2684
|
+
"bedrock-fips-ca-central-1" : {
|
2685
|
+
"credentialScope" : {
|
2686
|
+
"region" : "ca-central-1"
|
2687
|
+
},
|
2688
|
+
"hostname" : "bedrock-fips.ca-central-1.amazonaws.com"
|
2689
|
+
},
|
2708
2690
|
"bedrock-fips-us-east-1" : {
|
2709
2691
|
"credentialScope" : {
|
2710
2692
|
"region" : "us-east-1"
|
@@ -2741,6 +2723,12 @@
|
|
2741
2723
|
},
|
2742
2724
|
"hostname" : "bedrock-runtime.ap-southeast-2.amazonaws.com"
|
2743
2725
|
},
|
2726
|
+
"bedrock-runtime-ca-central-1" : {
|
2727
|
+
"credentialScope" : {
|
2728
|
+
"region" : "ca-central-1"
|
2729
|
+
},
|
2730
|
+
"hostname" : "bedrock-runtime.ca-central-1.amazonaws.com"
|
2731
|
+
},
|
2744
2732
|
"bedrock-runtime-eu-central-1" : {
|
2745
2733
|
"credentialScope" : {
|
2746
2734
|
"region" : "eu-central-1"
|
@@ -2753,12 +2741,24 @@
|
|
2753
2741
|
},
|
2754
2742
|
"hostname" : "bedrock-runtime.eu-west-1.amazonaws.com"
|
2755
2743
|
},
|
2744
|
+
"bedrock-runtime-eu-west-2" : {
|
2745
|
+
"credentialScope" : {
|
2746
|
+
"region" : "eu-west-2"
|
2747
|
+
},
|
2748
|
+
"hostname" : "bedrock-runtime.eu-west-2.amazonaws.com"
|
2749
|
+
},
|
2756
2750
|
"bedrock-runtime-eu-west-3" : {
|
2757
2751
|
"credentialScope" : {
|
2758
2752
|
"region" : "eu-west-3"
|
2759
2753
|
},
|
2760
2754
|
"hostname" : "bedrock-runtime.eu-west-3.amazonaws.com"
|
2761
2755
|
},
|
2756
|
+
"bedrock-runtime-fips-ca-central-1" : {
|
2757
|
+
"credentialScope" : {
|
2758
|
+
"region" : "ca-central-1"
|
2759
|
+
},
|
2760
|
+
"hostname" : "bedrock-runtime-fips.ca-central-1.amazonaws.com"
|
2761
|
+
},
|
2762
2762
|
"bedrock-runtime-fips-us-east-1" : {
|
2763
2763
|
"credentialScope" : {
|
2764
2764
|
"region" : "us-east-1"
|
@@ -2771,6 +2771,12 @@
|
|
2771
2771
|
},
|
2772
2772
|
"hostname" : "bedrock-runtime-fips.us-west-2.amazonaws.com"
|
2773
2773
|
},
|
2774
|
+
"bedrock-runtime-sa-east-1" : {
|
2775
|
+
"credentialScope" : {
|
2776
|
+
"region" : "sa-east-1"
|
2777
|
+
},
|
2778
|
+
"hostname" : "bedrock-runtime.sa-east-1.amazonaws.com"
|
2779
|
+
},
|
2774
2780
|
"bedrock-runtime-us-east-1" : {
|
2775
2781
|
"credentialScope" : {
|
2776
2782
|
"region" : "us-east-1"
|
@@ -2783,6 +2789,12 @@
|
|
2783
2789
|
},
|
2784
2790
|
"hostname" : "bedrock-runtime.us-west-2.amazonaws.com"
|
2785
2791
|
},
|
2792
|
+
"bedrock-sa-east-1" : {
|
2793
|
+
"credentialScope" : {
|
2794
|
+
"region" : "sa-east-1"
|
2795
|
+
},
|
2796
|
+
"hostname" : "bedrock.sa-east-1.amazonaws.com"
|
2797
|
+
},
|
2786
2798
|
"bedrock-us-east-1" : {
|
2787
2799
|
"credentialScope" : {
|
2788
2800
|
"region" : "us-east-1"
|
@@ -2795,9 +2807,12 @@
|
|
2795
2807
|
},
|
2796
2808
|
"hostname" : "bedrock.us-west-2.amazonaws.com"
|
2797
2809
|
},
|
2810
|
+
"ca-central-1" : { },
|
2798
2811
|
"eu-central-1" : { },
|
2799
2812
|
"eu-west-1" : { },
|
2813
|
+
"eu-west-2" : { },
|
2800
2814
|
"eu-west-3" : { },
|
2815
|
+
"sa-east-1" : { },
|
2801
2816
|
"us-east-1" : { },
|
2802
2817
|
"us-west-2" : { }
|
2803
2818
|
}
|
@@ -2837,6 +2852,8 @@
|
|
2837
2852
|
},
|
2838
2853
|
"cases" : {
|
2839
2854
|
"endpoints" : {
|
2855
|
+
"ap-northeast-1" : { },
|
2856
|
+
"ap-northeast-2" : { },
|
2840
2857
|
"ap-southeast-1" : { },
|
2841
2858
|
"ap-southeast-2" : { },
|
2842
2859
|
"ca-central-1" : { },
|
@@ -2956,28 +2973,116 @@
|
|
2956
2973
|
},
|
2957
2974
|
"cloud9" : {
|
2958
2975
|
"endpoints" : {
|
2959
|
-
"af-south-1" : {
|
2960
|
-
|
2961
|
-
|
2962
|
-
|
2963
|
-
|
2964
|
-
"ap-
|
2965
|
-
|
2966
|
-
|
2967
|
-
|
2968
|
-
|
2969
|
-
"
|
2970
|
-
|
2971
|
-
|
2972
|
-
|
2973
|
-
|
2974
|
-
"
|
2975
|
-
|
2976
|
-
|
2977
|
-
|
2978
|
-
|
2979
|
-
"
|
2980
|
-
|
2976
|
+
"af-south-1" : {
|
2977
|
+
"variants" : [ {
|
2978
|
+
"tags" : [ "dualstack" ]
|
2979
|
+
} ]
|
2980
|
+
},
|
2981
|
+
"ap-east-1" : {
|
2982
|
+
"variants" : [ {
|
2983
|
+
"tags" : [ "dualstack" ]
|
2984
|
+
} ]
|
2985
|
+
},
|
2986
|
+
"ap-northeast-1" : {
|
2987
|
+
"variants" : [ {
|
2988
|
+
"tags" : [ "dualstack" ]
|
2989
|
+
} ]
|
2990
|
+
},
|
2991
|
+
"ap-northeast-2" : {
|
2992
|
+
"variants" : [ {
|
2993
|
+
"tags" : [ "dualstack" ]
|
2994
|
+
} ]
|
2995
|
+
},
|
2996
|
+
"ap-northeast-3" : {
|
2997
|
+
"variants" : [ {
|
2998
|
+
"tags" : [ "dualstack" ]
|
2999
|
+
} ]
|
3000
|
+
},
|
3001
|
+
"ap-south-1" : {
|
3002
|
+
"variants" : [ {
|
3003
|
+
"tags" : [ "dualstack" ]
|
3004
|
+
} ]
|
3005
|
+
},
|
3006
|
+
"ap-southeast-1" : {
|
3007
|
+
"variants" : [ {
|
3008
|
+
"tags" : [ "dualstack" ]
|
3009
|
+
} ]
|
3010
|
+
},
|
3011
|
+
"ap-southeast-2" : {
|
3012
|
+
"variants" : [ {
|
3013
|
+
"tags" : [ "dualstack" ]
|
3014
|
+
} ]
|
3015
|
+
},
|
3016
|
+
"ca-central-1" : {
|
3017
|
+
"variants" : [ {
|
3018
|
+
"tags" : [ "dualstack" ]
|
3019
|
+
} ]
|
3020
|
+
},
|
3021
|
+
"eu-central-1" : {
|
3022
|
+
"variants" : [ {
|
3023
|
+
"tags" : [ "dualstack" ]
|
3024
|
+
} ]
|
3025
|
+
},
|
3026
|
+
"eu-north-1" : {
|
3027
|
+
"variants" : [ {
|
3028
|
+
"tags" : [ "dualstack" ]
|
3029
|
+
} ]
|
3030
|
+
},
|
3031
|
+
"eu-south-1" : {
|
3032
|
+
"variants" : [ {
|
3033
|
+
"tags" : [ "dualstack" ]
|
3034
|
+
} ]
|
3035
|
+
},
|
3036
|
+
"eu-west-1" : {
|
3037
|
+
"variants" : [ {
|
3038
|
+
"tags" : [ "dualstack" ]
|
3039
|
+
} ]
|
3040
|
+
},
|
3041
|
+
"eu-west-2" : {
|
3042
|
+
"variants" : [ {
|
3043
|
+
"tags" : [ "dualstack" ]
|
3044
|
+
} ]
|
3045
|
+
},
|
3046
|
+
"eu-west-3" : {
|
3047
|
+
"variants" : [ {
|
3048
|
+
"tags" : [ "dualstack" ]
|
3049
|
+
} ]
|
3050
|
+
},
|
3051
|
+
"il-central-1" : {
|
3052
|
+
"variants" : [ {
|
3053
|
+
"tags" : [ "dualstack" ]
|
3054
|
+
} ]
|
3055
|
+
},
|
3056
|
+
"me-south-1" : {
|
3057
|
+
"variants" : [ {
|
3058
|
+
"tags" : [ "dualstack" ]
|
3059
|
+
} ]
|
3060
|
+
},
|
3061
|
+
"sa-east-1" : {
|
3062
|
+
"variants" : [ {
|
3063
|
+
"tags" : [ "dualstack" ]
|
3064
|
+
} ]
|
3065
|
+
},
|
3066
|
+
"us-east-1" : {
|
3067
|
+
"variants" : [ {
|
3068
|
+
"tags" : [ "dualstack" ]
|
3069
|
+
} ]
|
3070
|
+
},
|
3071
|
+
"us-east-2" : {
|
3072
|
+
"variants" : [ {
|
3073
|
+
"tags" : [ "dualstack" ]
|
3074
|
+
} ]
|
3075
|
+
},
|
3076
|
+
"us-west-1" : {
|
3077
|
+
"variants" : [ {
|
3078
|
+
"tags" : [ "dualstack" ]
|
3079
|
+
} ]
|
3080
|
+
},
|
3081
|
+
"us-west-2" : {
|
3082
|
+
"variants" : [ {
|
3083
|
+
"tags" : [ "dualstack" ]
|
3084
|
+
} ]
|
3085
|
+
}
|
2981
3086
|
}
|
2982
3087
|
},
|
2983
3088
|
"cloudcontrolapi" : {
|
@@ -5254,8 +5359,18 @@
|
|
5254
5359
|
"ap-southeast-2" : { },
|
5255
5360
|
"ap-southeast-3" : { },
|
5256
5361
|
"ap-southeast-4" : { },
|
5257
|
-
"ca-central-1" : {
|
5258
|
-
|
5362
|
+
"ca-central-1" : {
|
5363
|
+
"variants" : [ {
|
5364
|
+
"hostname" : "directconnect-fips.ca-central-1.amazonaws.com",
|
5365
|
+
"tags" : [ "fips" ]
|
5366
|
+
} ]
|
5367
|
+
},
|
5368
|
+
"ca-west-1" : {
|
5369
|
+
"variants" : [ {
|
5370
|
+
"hostname" : "directconnect-fips.ca-west-1.amazonaws.com",
|
5371
|
+
"tags" : [ "fips" ]
|
5372
|
+
} ]
|
5373
|
+
},
|
5259
5374
|
"eu-central-1" : { },
|
5260
5375
|
"eu-central-2" : { },
|
5261
5376
|
"eu-north-1" : { },
|
@@ -5264,6 +5379,20 @@
|
|
5264
5379
|
"eu-west-1" : { },
|
5265
5380
|
"eu-west-2" : { },
|
5266
5381
|
"eu-west-3" : { },
|
5382
|
+
"fips-ca-central-1" : {
|
5383
|
+
"credentialScope" : {
|
5384
|
+
"region" : "ca-central-1"
|
5385
|
+
},
|
5386
|
+
"deprecated" : true,
|
5387
|
+
"hostname" : "directconnect-fips.ca-central-1.amazonaws.com"
|
5388
|
+
},
|
5389
|
+
"fips-ca-west-1" : {
|
5390
|
+
"credentialScope" : {
|
5391
|
+
"region" : "ca-west-1"
|
5392
|
+
},
|
5393
|
+
"deprecated" : true,
|
5394
|
+
"hostname" : "directconnect-fips.ca-west-1.amazonaws.com"
|
5395
|
+
},
|
5267
5396
|
"fips-us-east-1" : {
|
5268
5397
|
"credentialScope" : {
|
5269
5398
|
"region" : "us-east-1"
|
@@ -8953,11 +9082,6 @@
|
|
8953
9082
|
"us-west-2" : { }
|
8954
9083
|
}
|
8955
9084
|
},
|
8956
|
-
"honeycode" : {
|
8957
|
-
"endpoints" : {
|
8958
|
-
"us-west-2" : { }
|
8959
|
-
}
|
8960
|
-
},
|
8961
9085
|
"iam" : {
|
8962
9086
|
"endpoints" : {
|
8963
9087
|
"aws-global" : {
|
@@ -9030,6 +9154,7 @@
|
|
9030
9154
|
"ap-southeast-3" : { },
|
9031
9155
|
"ap-southeast-4" : { },
|
9032
9156
|
"ca-central-1" : { },
|
9157
|
+
"ca-west-1" : { },
|
9033
9158
|
"eu-central-1" : { },
|
9034
9159
|
"eu-central-2" : { },
|
9035
9160
|
"eu-north-1" : { },
|
@@ -10185,9 +10310,21 @@
|
|
10185
10310
|
"ap-south-1" : { },
|
10186
10311
|
"ap-southeast-1" : { },
|
10187
10312
|
"ap-southeast-2" : { },
|
10188
|
-
"ca-central-1" : {
|
10313
|
+
"ca-central-1" : {
|
10314
|
+
"variants" : [ {
|
10315
|
+
"hostname" : "kendra-fips.ca-central-1.amazonaws.com",
|
10316
|
+
"tags" : [ "fips" ]
|
10317
|
+
} ]
|
10318
|
+
},
|
10189
10319
|
"eu-west-1" : { },
|
10190
10320
|
"eu-west-2" : { },
|
10321
|
+
"fips-ca-central-1" : {
|
10322
|
+
"credentialScope" : {
|
10323
|
+
"region" : "ca-central-1"
|
10324
|
+
},
|
10325
|
+
"deprecated" : true,
|
10326
|
+
"hostname" : "kendra-fips.ca-central-1.amazonaws.com"
|
10327
|
+
},
|
10191
10328
|
"fips-us-east-1" : {
|
10192
10329
|
"credentialScope" : {
|
10193
10330
|
"region" : "us-east-1"
|
@@ -12566,6 +12703,7 @@
|
|
12566
12703
|
"ap-southeast-3" : { },
|
12567
12704
|
"ap-southeast-4" : { },
|
12568
12705
|
"ca-central-1" : { },
|
12706
|
+
"ca-west-1" : { },
|
12569
12707
|
"eu-central-1" : { },
|
12570
12708
|
"eu-central-2" : { },
|
12571
12709
|
"eu-north-1" : { },
|
@@ -14010,14 +14148,19 @@
|
|
14010
14148
|
},
|
14011
14149
|
"quicksight" : {
|
14012
14150
|
"endpoints" : {
|
14151
|
+
"af-south-1" : { },
|
14013
14152
|
"ap-northeast-1" : { },
|
14014
14153
|
"ap-northeast-2" : { },
|
14015
14154
|
"ap-south-1" : { },
|
14016
14155
|
"ap-southeast-1" : { },
|
14017
14156
|
"ap-southeast-2" : { },
|
14157
|
+
"ap-southeast-3" : { },
|
14158
|
+
"api" : { },
|
14018
14159
|
"ca-central-1" : { },
|
14019
14160
|
"eu-central-1" : { },
|
14161
|
+
"eu-central-2" : { },
|
14020
14162
|
"eu-north-1" : { },
|
14163
|
+
"eu-south-1" : { },
|
14021
14164
|
"eu-west-1" : { },
|
14022
14165
|
"eu-west-2" : { },
|
14023
14166
|
"eu-west-3" : { },
|
@@ -14630,7 +14773,9 @@
|
|
14630
14773
|
} ]
|
14631
14774
|
},
|
14632
14775
|
"eu-central-1" : { },
|
14776
|
+
"eu-central-2" : { },
|
14633
14777
|
"eu-north-1" : { },
|
14778
|
+
"eu-south-2" : { },
|
14634
14779
|
"eu-west-1" : { },
|
14635
14780
|
"eu-west-2" : { },
|
14636
14781
|
"eu-west-3" : { },
|
@@ -14669,6 +14814,8 @@
|
|
14669
14814
|
"deprecated" : true,
|
14670
14815
|
"hostname" : "redshift-serverless-fips.us-west-2.amazonaws.com"
|
14671
14816
|
},
|
14817
|
+
"me-central-1" : { },
|
14818
|
+
"sa-east-1" : { },
|
14672
14819
|
"us-east-1" : {
|
14673
14820
|
"variants" : [ {
|
14674
14821
|
"hostname" : "redshift-serverless-fips.us-east-1.amazonaws.com",
|
@@ -18513,6 +18660,19 @@
|
|
18513
18660
|
"deprecated" : true,
|
18514
18661
|
"hostname" : "storagegateway-fips.ca-central-1.amazonaws.com"
|
18515
18662
|
},
|
18663
|
+
"ca-west-1" : {
|
18664
|
+
"variants" : [ {
|
18665
|
+
"hostname" : "storagegateway-fips.ca-west-1.amazonaws.com",
|
18666
|
+
"tags" : [ "fips" ]
|
18667
|
+
} ]
|
18668
|
+
},
|
18669
|
+
"ca-west-1-fips" : {
|
18670
|
+
"credentialScope" : {
|
18671
|
+
"region" : "ca-west-1"
|
18672
|
+
},
|
18673
|
+
"deprecated" : true,
|
18674
|
+
"hostname" : "storagegateway-fips.ca-west-1.amazonaws.com"
|
18675
|
+
},
|
18516
18676
|
"eu-central-1" : { },
|
18517
18677
|
"eu-central-2" : { },
|
18518
18678
|
"eu-north-1" : { },
|
@@ -19583,9 +19743,11 @@
|
|
19583
19743
|
"eu-north-1" : { },
|
19584
19744
|
"eu-west-1" : { },
|
19585
19745
|
"eu-west-2" : { },
|
19746
|
+
"eu-west-3" : { },
|
19586
19747
|
"sa-east-1" : { },
|
19587
19748
|
"us-east-1" : { },
|
19588
19749
|
"us-east-2" : { },
|
19750
|
+
"us-west-1" : { },
|
19589
19751
|
"us-west-2" : { }
|
19590
19752
|
}
|
19591
19753
|
},
|
@@ -21047,12 +21209,6 @@
|
|
21047
21209
|
"cn-northwest-1" : { }
|
21048
21210
|
}
|
21049
21211
|
},
|
21050
|
-
"backupstorage" : {
|
21051
|
-
"endpoints" : {
|
21052
|
-
"cn-north-1" : { },
|
21053
|
-
"cn-northwest-1" : { }
|
21054
|
-
}
|
21055
|
-
},
|
21056
21212
|
"batch" : {
|
21057
21213
|
"endpoints" : {
|
21058
21214
|
"cn-north-1" : { },
|
@@ -21901,7 +22057,8 @@
|
|
21901
22057
|
},
|
21902
22058
|
"redshift-serverless" : {
|
21903
22059
|
"endpoints" : {
|
21904
|
-
"cn-north-1" : { }
|
22060
|
+
"cn-north-1" : { },
|
22061
|
+
"cn-northwest-1" : { }
|
21905
22062
|
}
|
21906
22063
|
},
|
21907
22064
|
"resource-groups" : {
|
@@ -22946,12 +23103,6 @@
|
|
22946
23103
|
"us-gov-west-1" : { }
|
22947
23104
|
}
|
22948
23105
|
},
|
22949
|
-
"backupstorage" : {
|
22950
|
-
"endpoints" : {
|
22951
|
-
"us-gov-east-1" : { },
|
22952
|
-
"us-gov-west-1" : { }
|
22953
|
-
}
|
22954
|
-
},
|
22955
23106
|
"batch" : {
|
22956
23107
|
"defaults" : {
|
22957
23108
|
"variants" : [ {
|
@@ -22990,6 +23141,18 @@
|
|
22990
23141
|
},
|
22991
23142
|
"bedrock" : {
|
22992
23143
|
"endpoints" : {
|
23144
|
+
"bedrock-fips-us-gov-west-1" : {
|
23145
|
+
"credentialScope" : {
|
23146
|
+
"region" : "us-gov-west-1"
|
23147
|
+
},
|
23148
|
+
"hostname" : "bedrock-fips.us-gov-west-1.amazonaws.com"
|
23149
|
+
},
|
23150
|
+
"bedrock-runtime-fips-us-gov-west-1" : {
|
23151
|
+
"credentialScope" : {
|
23152
|
+
"region" : "us-gov-west-1"
|
23153
|
+
},
|
23154
|
+
"hostname" : "bedrock-runtime-fips.us-gov-west-1.amazonaws.com"
|
23155
|
+
},
|
22993
23156
|
"bedrock-runtime-us-gov-west-1" : {
|
22994
23157
|
"credentialScope" : {
|
22995
23158
|
"region" : "us-gov-west-1"
|
@@ -26316,6 +26479,36 @@
|
|
26316
26479
|
}
|
26317
26480
|
}
|
26318
26481
|
},
|
26482
|
+
"securitylake" : {
|
26483
|
+
"endpoints" : {
|
26484
|
+
"us-gov-east-1" : {
|
26485
|
+
"variants" : [ {
|
26486
|
+
"hostname" : "securitylake.us-gov-east-1.amazonaws.com",
|
26487
|
+
"tags" : [ "fips" ]
|
26488
|
+
} ]
|
26489
|
+
},
|
26490
|
+
"us-gov-east-1-fips" : {
|
26491
|
+
"credentialScope" : {
|
26492
|
+
"region" : "us-gov-east-1"
|
26493
|
+
},
|
26494
|
+
"deprecated" : true,
|
26495
|
+
"hostname" : "securitylake.us-gov-east-1.amazonaws.com"
|
26496
|
+
},
|
26497
|
+
"us-gov-west-1" : {
|
26498
|
+
"variants" : [ {
|
26499
|
+
"hostname" : "securitylake.us-gov-west-1.amazonaws.com",
|
26500
|
+
"tags" : [ "fips" ]
|
26501
|
+
} ]
|
26502
|
+
},
|
26503
|
+
"us-gov-west-1-fips" : {
|
26504
|
+
"credentialScope" : {
|
26505
|
+
"region" : "us-gov-west-1"
|
26506
|
+
},
|
26507
|
+
"deprecated" : true,
|
26508
|
+
"hostname" : "securitylake.us-gov-west-1.amazonaws.com"
|
26509
|
+
}
|
26510
|
+
}
|
26511
|
+
},
|
26319
26512
|
"serverlessrepo" : {
|
26320
26513
|
"defaults" : {
|
26321
26514
|
"protocols" : [ "https" ]
|
@@ -27853,32 +28046,8 @@
|
|
27853
28046
|
},
|
27854
28047
|
"ram" : {
|
27855
28048
|
"endpoints" : {
|
27856
|
-
"
|
27857
|
-
|
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
|
-
}
|
28049
|
+
"us-iso-east-1" : { },
|
28050
|
+
"us-iso-west-1" : { }
|
27882
28051
|
}
|
27883
28052
|
},
|
27884
28053
|
"rbin" : {
|
@@ -27913,43 +28082,23 @@
|
|
27913
28082
|
},
|
27914
28083
|
"rds" : {
|
27915
28084
|
"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
28085
|
"rds.us-iso-east-1" : {
|
27931
28086
|
"credentialScope" : {
|
27932
28087
|
"region" : "us-iso-east-1"
|
27933
28088
|
},
|
27934
28089
|
"deprecated" : true,
|
27935
|
-
"
|
27936
|
-
"hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov",
|
27937
|
-
"tags" : [ "fips" ]
|
27938
|
-
} ]
|
28090
|
+
"hostname" : "rds.us-iso-east-1.c2s.ic.gov"
|
27939
28091
|
},
|
27940
28092
|
"rds.us-iso-west-1" : {
|
27941
28093
|
"credentialScope" : {
|
27942
28094
|
"region" : "us-iso-west-1"
|
27943
28095
|
},
|
27944
28096
|
"deprecated" : true,
|
27945
|
-
"
|
27946
|
-
"hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov",
|
27947
|
-
"tags" : [ "fips" ]
|
27948
|
-
} ]
|
28097
|
+
"hostname" : "rds.us-iso-west-1.c2s.ic.gov"
|
27949
28098
|
},
|
27950
28099
|
"us-iso-east-1" : {
|
27951
28100
|
"variants" : [ {
|
27952
|
-
"hostname" : "rds
|
28101
|
+
"hostname" : "rds.us-iso-east-1.c2s.ic.gov",
|
27953
28102
|
"tags" : [ "fips" ]
|
27954
28103
|
} ]
|
27955
28104
|
},
|
@@ -27958,11 +28107,11 @@
|
|
27958
28107
|
"region" : "us-iso-east-1"
|
27959
28108
|
},
|
27960
28109
|
"deprecated" : true,
|
27961
|
-
"hostname" : "rds
|
28110
|
+
"hostname" : "rds.us-iso-east-1.c2s.ic.gov"
|
27962
28111
|
},
|
27963
28112
|
"us-iso-west-1" : {
|
27964
28113
|
"variants" : [ {
|
27965
|
-
"hostname" : "rds
|
28114
|
+
"hostname" : "rds.us-iso-west-1.c2s.ic.gov",
|
27966
28115
|
"tags" : [ "fips" ]
|
27967
28116
|
} ]
|
27968
28117
|
},
|
@@ -27971,7 +28120,7 @@
|
|
27971
28120
|
"region" : "us-iso-west-1"
|
27972
28121
|
},
|
27973
28122
|
"deprecated" : true,
|
27974
|
-
"hostname" : "rds
|
28123
|
+
"hostname" : "rds.us-iso-west-1.c2s.ic.gov"
|
27975
28124
|
}
|
27976
28125
|
}
|
27977
28126
|
},
|
@@ -28619,19 +28768,7 @@
|
|
28619
28768
|
},
|
28620
28769
|
"ram" : {
|
28621
28770
|
"endpoints" : {
|
28622
|
-
"
|
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
|
-
}
|
28771
|
+
"us-isob-east-1" : { }
|
28635
28772
|
}
|
28636
28773
|
},
|
28637
28774
|
"rbin" : {
|
@@ -28653,26 +28790,16 @@
|
|
28653
28790
|
},
|
28654
28791
|
"rds" : {
|
28655
28792
|
"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
28793
|
"rds.us-isob-east-1" : {
|
28664
28794
|
"credentialScope" : {
|
28665
28795
|
"region" : "us-isob-east-1"
|
28666
28796
|
},
|
28667
28797
|
"deprecated" : true,
|
28668
|
-
"
|
28669
|
-
"hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov",
|
28670
|
-
"tags" : [ "fips" ]
|
28671
|
-
} ]
|
28798
|
+
"hostname" : "rds.us-isob-east-1.sc2s.sgov.gov"
|
28672
28799
|
},
|
28673
28800
|
"us-isob-east-1" : {
|
28674
28801
|
"variants" : [ {
|
28675
|
-
"hostname" : "rds
|
28802
|
+
"hostname" : "rds.us-isob-east-1.sc2s.sgov.gov",
|
28676
28803
|
"tags" : [ "fips" ]
|
28677
28804
|
} ]
|
28678
28805
|
},
|
@@ -28681,7 +28808,7 @@
|
|
28681
28808
|
"region" : "us-isob-east-1"
|
28682
28809
|
},
|
28683
28810
|
"deprecated" : true,
|
28684
|
-
"hostname" : "rds
|
28811
|
+
"hostname" : "rds.us-isob-east-1.sc2s.sgov.gov"
|
28685
28812
|
}
|
28686
28813
|
}
|
28687
28814
|
},
|
@@ -28922,7 +29049,11 @@
|
|
28922
29049
|
"partition" : "aws-iso-e",
|
28923
29050
|
"partitionName" : "AWS ISOE (Europe)",
|
28924
29051
|
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
|
28925
|
-
"regions" : {
|
29052
|
+
"regions" : {
|
29053
|
+
"eu-isoe-west-1" : {
|
29054
|
+
"description" : "EU ISOE West"
|
29055
|
+
}
|
29056
|
+
},
|
28926
29057
|
"services" : { }
|
28927
29058
|
}, {
|
28928
29059
|
"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.
|
4
|
+
version: 1.944.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-
|
11
|
+
date: 2024-06-12 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|