aws-partitions 1.939.0 → 1.945.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 +30 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +3 -1
- data/partitions.json +297 -68
- 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: e890db1917b0385e19e122940de6b23b69a73bee5da2f6330eacf5a872f8e387
|
4
|
+
data.tar.gz: 1539be7833b3bc19574dc52b189fac3364422efc1b67e097cb9dd274b007e39f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 39cc16e833bc16e5dbd4fa2a302fcff7fda56ffa2326d54fe53bc6d78ebb458267c7b60b488f780773b0cc418a19182f5fb0a4d5686300f9dafb819024df3509
|
7
|
+
data.tar.gz: 59c9ebb84071555688f1e5bf2d6758e3a90a68afdb9c24bbbe4bf5fae1e6ef2a8bf6b95d3b67bd860a46af3234b47bdc6ea96d07affea814bb0c4a7cdeb053bf
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,36 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.945.0 (2024-06-19)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.944.0 (2024-06-12)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::AppTest`.
|
13
|
+
|
14
|
+
1.943.0 (2024-06-11)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Added support for enumerating regions for `Aws::PcaConnectorScep`.
|
18
|
+
|
19
|
+
1.942.0 (2024-06-10)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Added support for enumerating regions for `Aws::ApplicationSignals`.
|
23
|
+
|
24
|
+
1.941.0 (2024-06-07)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
28
|
+
|
29
|
+
1.940.0 (2024-06-05)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
33
|
+
|
4
34
|
1.939.0 (2024-06-04)
|
5
35
|
------------------
|
6
36
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.945.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',
|
data/partitions.json
CHANGED
@@ -2534,37 +2534,6 @@
|
|
2534
2534
|
"us-west-2" : { }
|
2535
2535
|
}
|
2536
2536
|
},
|
2537
|
-
"backupstorage" : {
|
2538
|
-
"endpoints" : {
|
2539
|
-
"af-south-1" : { },
|
2540
|
-
"ap-east-1" : { },
|
2541
|
-
"ap-northeast-1" : { },
|
2542
|
-
"ap-northeast-2" : { },
|
2543
|
-
"ap-northeast-3" : { },
|
2544
|
-
"ap-south-1" : { },
|
2545
|
-
"ap-south-2" : { },
|
2546
|
-
"ap-southeast-1" : { },
|
2547
|
-
"ap-southeast-2" : { },
|
2548
|
-
"ap-southeast-3" : { },
|
2549
|
-
"ap-southeast-4" : { },
|
2550
|
-
"ca-central-1" : { },
|
2551
|
-
"eu-central-1" : { },
|
2552
|
-
"eu-central-2" : { },
|
2553
|
-
"eu-north-1" : { },
|
2554
|
-
"eu-south-1" : { },
|
2555
|
-
"eu-south-2" : { },
|
2556
|
-
"eu-west-1" : { },
|
2557
|
-
"eu-west-2" : { },
|
2558
|
-
"eu-west-3" : { },
|
2559
|
-
"me-central-1" : { },
|
2560
|
-
"me-south-1" : { },
|
2561
|
-
"sa-east-1" : { },
|
2562
|
-
"us-east-1" : { },
|
2563
|
-
"us-east-2" : { },
|
2564
|
-
"us-west-1" : { },
|
2565
|
-
"us-west-2" : { }
|
2566
|
-
}
|
2567
|
-
},
|
2568
2537
|
"batch" : {
|
2569
2538
|
"defaults" : {
|
2570
2539
|
"variants" : [ {
|
@@ -2682,6 +2651,12 @@
|
|
2682
2651
|
},
|
2683
2652
|
"hostname" : "bedrock.ap-southeast-2.amazonaws.com"
|
2684
2653
|
},
|
2654
|
+
"bedrock-ca-central-1" : {
|
2655
|
+
"credentialScope" : {
|
2656
|
+
"region" : "ca-central-1"
|
2657
|
+
},
|
2658
|
+
"hostname" : "bedrock.ca-central-1.amazonaws.com"
|
2659
|
+
},
|
2685
2660
|
"bedrock-eu-central-1" : {
|
2686
2661
|
"credentialScope" : {
|
2687
2662
|
"region" : "eu-central-1"
|
@@ -2694,12 +2669,24 @@
|
|
2694
2669
|
},
|
2695
2670
|
"hostname" : "bedrock.eu-west-1.amazonaws.com"
|
2696
2671
|
},
|
2672
|
+
"bedrock-eu-west-2" : {
|
2673
|
+
"credentialScope" : {
|
2674
|
+
"region" : "eu-west-2"
|
2675
|
+
},
|
2676
|
+
"hostname" : "bedrock.eu-west-2.amazonaws.com"
|
2677
|
+
},
|
2697
2678
|
"bedrock-eu-west-3" : {
|
2698
2679
|
"credentialScope" : {
|
2699
2680
|
"region" : "eu-west-3"
|
2700
2681
|
},
|
2701
2682
|
"hostname" : "bedrock.eu-west-3.amazonaws.com"
|
2702
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
|
+
},
|
2703
2690
|
"bedrock-fips-us-east-1" : {
|
2704
2691
|
"credentialScope" : {
|
2705
2692
|
"region" : "us-east-1"
|
@@ -2736,6 +2723,12 @@
|
|
2736
2723
|
},
|
2737
2724
|
"hostname" : "bedrock-runtime.ap-southeast-2.amazonaws.com"
|
2738
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
|
+
},
|
2739
2732
|
"bedrock-runtime-eu-central-1" : {
|
2740
2733
|
"credentialScope" : {
|
2741
2734
|
"region" : "eu-central-1"
|
@@ -2748,12 +2741,24 @@
|
|
2748
2741
|
},
|
2749
2742
|
"hostname" : "bedrock-runtime.eu-west-1.amazonaws.com"
|
2750
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
|
+
},
|
2751
2750
|
"bedrock-runtime-eu-west-3" : {
|
2752
2751
|
"credentialScope" : {
|
2753
2752
|
"region" : "eu-west-3"
|
2754
2753
|
},
|
2755
2754
|
"hostname" : "bedrock-runtime.eu-west-3.amazonaws.com"
|
2756
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
|
+
},
|
2757
2762
|
"bedrock-runtime-fips-us-east-1" : {
|
2758
2763
|
"credentialScope" : {
|
2759
2764
|
"region" : "us-east-1"
|
@@ -2766,6 +2771,12 @@
|
|
2766
2771
|
},
|
2767
2772
|
"hostname" : "bedrock-runtime-fips.us-west-2.amazonaws.com"
|
2768
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
|
+
},
|
2769
2780
|
"bedrock-runtime-us-east-1" : {
|
2770
2781
|
"credentialScope" : {
|
2771
2782
|
"region" : "us-east-1"
|
@@ -2778,6 +2789,12 @@
|
|
2778
2789
|
},
|
2779
2790
|
"hostname" : "bedrock-runtime.us-west-2.amazonaws.com"
|
2780
2791
|
},
|
2792
|
+
"bedrock-sa-east-1" : {
|
2793
|
+
"credentialScope" : {
|
2794
|
+
"region" : "sa-east-1"
|
2795
|
+
},
|
2796
|
+
"hostname" : "bedrock.sa-east-1.amazonaws.com"
|
2797
|
+
},
|
2781
2798
|
"bedrock-us-east-1" : {
|
2782
2799
|
"credentialScope" : {
|
2783
2800
|
"region" : "us-east-1"
|
@@ -2790,9 +2807,12 @@
|
|
2790
2807
|
},
|
2791
2808
|
"hostname" : "bedrock.us-west-2.amazonaws.com"
|
2792
2809
|
},
|
2810
|
+
"ca-central-1" : { },
|
2793
2811
|
"eu-central-1" : { },
|
2794
2812
|
"eu-west-1" : { },
|
2813
|
+
"eu-west-2" : { },
|
2795
2814
|
"eu-west-3" : { },
|
2815
|
+
"sa-east-1" : { },
|
2796
2816
|
"us-east-1" : { },
|
2797
2817
|
"us-west-2" : { }
|
2798
2818
|
}
|
@@ -2832,6 +2852,8 @@
|
|
2832
2852
|
},
|
2833
2853
|
"cases" : {
|
2834
2854
|
"endpoints" : {
|
2855
|
+
"ap-northeast-1" : { },
|
2856
|
+
"ap-northeast-2" : { },
|
2835
2857
|
"ap-southeast-1" : { },
|
2836
2858
|
"ap-southeast-2" : { },
|
2837
2859
|
"ca-central-1" : { },
|
@@ -2951,28 +2973,116 @@
|
|
2951
2973
|
},
|
2952
2974
|
"cloud9" : {
|
2953
2975
|
"endpoints" : {
|
2954
|
-
"af-south-1" : {
|
2955
|
-
|
2956
|
-
|
2957
|
-
|
2958
|
-
|
2959
|
-
"ap-
|
2960
|
-
|
2961
|
-
|
2962
|
-
|
2963
|
-
|
2964
|
-
"
|
2965
|
-
|
2966
|
-
|
2967
|
-
|
2968
|
-
|
2969
|
-
"
|
2970
|
-
|
2971
|
-
|
2972
|
-
|
2973
|
-
|
2974
|
-
"
|
2975
|
-
|
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
|
+
}
|
2976
3086
|
}
|
2977
3087
|
},
|
2978
3088
|
"cloudcontrolapi" : {
|
@@ -5249,8 +5359,18 @@
|
|
5249
5359
|
"ap-southeast-2" : { },
|
5250
5360
|
"ap-southeast-3" : { },
|
5251
5361
|
"ap-southeast-4" : { },
|
5252
|
-
"ca-central-1" : {
|
5253
|
-
|
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
|
+
},
|
5254
5374
|
"eu-central-1" : { },
|
5255
5375
|
"eu-central-2" : { },
|
5256
5376
|
"eu-north-1" : { },
|
@@ -5259,6 +5379,20 @@
|
|
5259
5379
|
"eu-west-1" : { },
|
5260
5380
|
"eu-west-2" : { },
|
5261
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
|
+
},
|
5262
5396
|
"fips-us-east-1" : {
|
5263
5397
|
"credentialScope" : {
|
5264
5398
|
"region" : "us-east-1"
|
@@ -10176,9 +10310,21 @@
|
|
10176
10310
|
"ap-south-1" : { },
|
10177
10311
|
"ap-southeast-1" : { },
|
10178
10312
|
"ap-southeast-2" : { },
|
10179
|
-
"ca-central-1" : {
|
10313
|
+
"ca-central-1" : {
|
10314
|
+
"variants" : [ {
|
10315
|
+
"hostname" : "kendra-fips.ca-central-1.amazonaws.com",
|
10316
|
+
"tags" : [ "fips" ]
|
10317
|
+
} ]
|
10318
|
+
},
|
10180
10319
|
"eu-west-1" : { },
|
10181
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
|
+
},
|
10182
10328
|
"fips-us-east-1" : {
|
10183
10329
|
"credentialScope" : {
|
10184
10330
|
"region" : "us-east-1"
|
@@ -12557,6 +12703,7 @@
|
|
12557
12703
|
"ap-southeast-3" : { },
|
12558
12704
|
"ap-southeast-4" : { },
|
12559
12705
|
"ca-central-1" : { },
|
12706
|
+
"ca-west-1" : { },
|
12560
12707
|
"eu-central-1" : { },
|
12561
12708
|
"eu-central-2" : { },
|
12562
12709
|
"eu-north-1" : { },
|
@@ -14667,6 +14814,7 @@
|
|
14667
14814
|
"deprecated" : true,
|
14668
14815
|
"hostname" : "redshift-serverless-fips.us-west-2.amazonaws.com"
|
14669
14816
|
},
|
14817
|
+
"me-central-1" : { },
|
14670
14818
|
"sa-east-1" : { },
|
14671
14819
|
"us-east-1" : {
|
14672
14820
|
"variants" : [ {
|
@@ -18512,6 +18660,19 @@
|
|
18512
18660
|
"deprecated" : true,
|
18513
18661
|
"hostname" : "storagegateway-fips.ca-central-1.amazonaws.com"
|
18514
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
|
+
},
|
18515
18676
|
"eu-central-1" : { },
|
18516
18677
|
"eu-central-2" : { },
|
18517
18678
|
"eu-north-1" : { },
|
@@ -21048,12 +21209,6 @@
|
|
21048
21209
|
"cn-northwest-1" : { }
|
21049
21210
|
}
|
21050
21211
|
},
|
21051
|
-
"backupstorage" : {
|
21052
|
-
"endpoints" : {
|
21053
|
-
"cn-north-1" : { },
|
21054
|
-
"cn-northwest-1" : { }
|
21055
|
-
}
|
21056
|
-
},
|
21057
21212
|
"batch" : {
|
21058
21213
|
"endpoints" : {
|
21059
21214
|
"cn-north-1" : { },
|
@@ -22948,12 +23103,6 @@
|
|
22948
23103
|
"us-gov-west-1" : { }
|
22949
23104
|
}
|
22950
23105
|
},
|
22951
|
-
"backupstorage" : {
|
22952
|
-
"endpoints" : {
|
22953
|
-
"us-gov-east-1" : { },
|
22954
|
-
"us-gov-west-1" : { }
|
22955
|
-
}
|
22956
|
-
},
|
22957
23106
|
"batch" : {
|
22958
23107
|
"defaults" : {
|
22959
23108
|
"variants" : [ {
|
@@ -22992,6 +23141,18 @@
|
|
22992
23141
|
},
|
22993
23142
|
"bedrock" : {
|
22994
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
|
+
},
|
22995
23156
|
"bedrock-runtime-us-gov-west-1" : {
|
22996
23157
|
"credentialScope" : {
|
22997
23158
|
"region" : "us-gov-west-1"
|
@@ -25095,6 +25256,44 @@
|
|
25095
25256
|
"us-gov-west-1" : { }
|
25096
25257
|
}
|
25097
25258
|
},
|
25259
|
+
"kinesisvideo" : {
|
25260
|
+
"endpoints" : {
|
25261
|
+
"fips-us-gov-east-1" : {
|
25262
|
+
"credentialScope" : {
|
25263
|
+
"region" : "us-gov-east-1"
|
25264
|
+
},
|
25265
|
+
"deprecated" : true,
|
25266
|
+
"hostname" : "kinesisvideo-fips.us-gov-east-1.amazonaws.com"
|
25267
|
+
},
|
25268
|
+
"fips-us-gov-west-1" : {
|
25269
|
+
"credentialScope" : {
|
25270
|
+
"region" : "us-gov-west-1"
|
25271
|
+
},
|
25272
|
+
"deprecated" : true,
|
25273
|
+
"hostname" : "kinesisvideo-fips.us-gov-west-1.amazonaws.com"
|
25274
|
+
},
|
25275
|
+
"us-gov-east-1" : {
|
25276
|
+
"credentialScope" : {
|
25277
|
+
"region" : "us-gov-east-1"
|
25278
|
+
},
|
25279
|
+
"hostname" : "kinesisvideo-fips.us-gov-east-1.amazonaws.com",
|
25280
|
+
"variants" : [ {
|
25281
|
+
"hostname" : "kinesisvideo-fips.us-gov-east-1.amazonaws.com",
|
25282
|
+
"tags" : [ "fips" ]
|
25283
|
+
} ]
|
25284
|
+
},
|
25285
|
+
"us-gov-west-1" : {
|
25286
|
+
"credentialScope" : {
|
25287
|
+
"region" : "us-gov-west-1"
|
25288
|
+
},
|
25289
|
+
"hostname" : "kinesisvideo-fips.us-gov-west-1.amazonaws.com",
|
25290
|
+
"variants" : [ {
|
25291
|
+
"hostname" : "kinesisvideo-fips.us-gov-west-1.amazonaws.com",
|
25292
|
+
"tags" : [ "fips" ]
|
25293
|
+
} ]
|
25294
|
+
}
|
25295
|
+
}
|
25296
|
+
},
|
25098
25297
|
"kms" : {
|
25099
25298
|
"endpoints" : {
|
25100
25299
|
"ProdFips" : {
|
@@ -26318,6 +26517,36 @@
|
|
26318
26517
|
}
|
26319
26518
|
}
|
26320
26519
|
},
|
26520
|
+
"securitylake" : {
|
26521
|
+
"endpoints" : {
|
26522
|
+
"us-gov-east-1" : {
|
26523
|
+
"variants" : [ {
|
26524
|
+
"hostname" : "securitylake.us-gov-east-1.amazonaws.com",
|
26525
|
+
"tags" : [ "fips" ]
|
26526
|
+
} ]
|
26527
|
+
},
|
26528
|
+
"us-gov-east-1-fips" : {
|
26529
|
+
"credentialScope" : {
|
26530
|
+
"region" : "us-gov-east-1"
|
26531
|
+
},
|
26532
|
+
"deprecated" : true,
|
26533
|
+
"hostname" : "securitylake.us-gov-east-1.amazonaws.com"
|
26534
|
+
},
|
26535
|
+
"us-gov-west-1" : {
|
26536
|
+
"variants" : [ {
|
26537
|
+
"hostname" : "securitylake.us-gov-west-1.amazonaws.com",
|
26538
|
+
"tags" : [ "fips" ]
|
26539
|
+
} ]
|
26540
|
+
},
|
26541
|
+
"us-gov-west-1-fips" : {
|
26542
|
+
"credentialScope" : {
|
26543
|
+
"region" : "us-gov-west-1"
|
26544
|
+
},
|
26545
|
+
"deprecated" : true,
|
26546
|
+
"hostname" : "securitylake.us-gov-west-1.amazonaws.com"
|
26547
|
+
}
|
26548
|
+
}
|
26549
|
+
},
|
26321
26550
|
"serverlessrepo" : {
|
26322
26551
|
"defaults" : {
|
26323
26552
|
"protocols" : [ "https" ]
|
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.945.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-06-
|
11
|
+
date: 2024-06-19 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|