aws-partitions 1.929.0 → 1.947.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +90 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +5 -3
- data/partitions-metadata.json +5 -1
- data/partitions.json +363 -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: 1d8dc7905b3d300af1caa974bdae6418abc7502358bd8c4d5e775d2e7396d224
|
4
|
+
data.tar.gz: d788a22979def3e393c0a4adc6bcabb7d31e248a079d559fe32c4fa1dc197c3f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ef6b059994c6a68202e176ba4fc70b15472001d644b6c8f6fe6d947d826ec7b607b321c5af7e696c557e002fecda972cc6cc0c94cdb487102f6e116bee6759f
|
7
|
+
data.tar.gz: 53596ca67aa941200897cfe9cd6dfac013492549f03d50cfc3b3f2c30cee14698b16a63cc83702647411df271b202678ce6ec83e6ea5b0f1710fc71497bf921f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,96 @@
|
|
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
|
+
|
69
|
+
1.934.0 (2024-05-23)
|
70
|
+
------------------
|
71
|
+
|
72
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
73
|
+
|
74
|
+
1.933.0 (2024-05-22)
|
75
|
+
------------------
|
76
|
+
|
77
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
78
|
+
|
79
|
+
1.932.0 (2024-05-21)
|
80
|
+
------------------
|
81
|
+
|
82
|
+
* Feature - Added support for enumerating regions for `Aws::MailManager`.
|
83
|
+
|
84
|
+
1.931.0 (2024-05-17)
|
85
|
+
------------------
|
86
|
+
|
87
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
88
|
+
|
89
|
+
1.930.0 (2024-05-16)
|
90
|
+
------------------
|
91
|
+
|
92
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
93
|
+
|
4
94
|
1.929.0 (2024-05-14)
|
5
95
|
------------------
|
6
96
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.947.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -250,7 +250,6 @@ module Aws
|
|
250
250
|
'ARCZonalShift' => 'arc-zonal-shift',
|
251
251
|
'AccessAnalyzer' => 'access-analyzer',
|
252
252
|
'Account' => 'account',
|
253
|
-
'AlexaForBusiness' => 'a4b',
|
254
253
|
'Amplify' => 'amplify',
|
255
254
|
'AmplifyBackend' => 'amplifybackend',
|
256
255
|
'AmplifyUIBuilder' => 'amplifyuibuilder',
|
@@ -265,11 +264,13 @@ module Aws
|
|
265
264
|
'AppRunner' => 'apprunner',
|
266
265
|
'AppStream' => 'appstream2',
|
267
266
|
'AppSync' => 'appsync',
|
267
|
+
'AppTest' => 'apptest',
|
268
268
|
'Appflow' => 'appflow',
|
269
269
|
'ApplicationAutoScaling' => 'application-autoscaling',
|
270
270
|
'ApplicationCostProfiler' => 'application-cost-profiler',
|
271
271
|
'ApplicationDiscoveryService' => 'discovery',
|
272
272
|
'ApplicationInsights' => 'applicationinsights',
|
273
|
+
'ApplicationSignals' => 'application-signals',
|
273
274
|
'Artifact' => 'artifact',
|
274
275
|
'Athena' => 'athena',
|
275
276
|
'AuditManager' => 'auditmanager',
|
@@ -280,7 +281,6 @@ module Aws
|
|
280
281
|
'BCMDataExports' => 'bcm-data-exports',
|
281
282
|
'Backup' => 'backup',
|
282
283
|
'BackupGateway' => 'backup-gateway',
|
283
|
-
'BackupStorage' => 'backupstorage',
|
284
284
|
'Batch' => 'batch',
|
285
285
|
'Bedrock' => 'bedrock',
|
286
286
|
'BedrockAgent' => 'bedrock-agent',
|
@@ -406,7 +406,6 @@ module Aws
|
|
406
406
|
'GuardDuty' => 'guardduty',
|
407
407
|
'Health' => 'health',
|
408
408
|
'HealthLake' => 'healthlake',
|
409
|
-
'Honeycode' => 'honeycode',
|
410
409
|
'IAM' => 'iam',
|
411
410
|
'IVS' => 'ivs',
|
412
411
|
'IVSRealTime' => 'ivsrealtime',
|
@@ -468,6 +467,7 @@ module Aws
|
|
468
467
|
'MWAA' => 'airflow',
|
469
468
|
'MachineLearning' => 'machinelearning',
|
470
469
|
'Macie2' => 'macie2',
|
470
|
+
'MailManager' => 'mail-manager',
|
471
471
|
'MainframeModernization' => 'm2',
|
472
472
|
'ManagedBlockchain' => 'managedblockchain',
|
473
473
|
'ManagedBlockchainQuery' => 'managedblockchain-query',
|
@@ -517,6 +517,7 @@ module Aws
|
|
517
517
|
'PaymentCryptography' => 'controlplane.payment-cryptography',
|
518
518
|
'PaymentCryptographyData' => 'dataplane.payment-cryptography',
|
519
519
|
'PcaConnectorAd' => 'pca-connector-ad',
|
520
|
+
'PcaConnectorScep' => 'pca-connector-scep',
|
520
521
|
'Personalize' => 'personalize',
|
521
522
|
'PersonalizeEvents' => 'personalize-events',
|
522
523
|
'PersonalizeRuntime' => 'personalize-runtime',
|
@@ -602,6 +603,7 @@ module Aws
|
|
602
603
|
'Support' => 'support',
|
603
604
|
'SupportApp' => 'supportapp',
|
604
605
|
'Synthetics' => 'synthetics',
|
606
|
+
'TaxSettings' => 'tax',
|
605
607
|
'Textract' => 'textract',
|
606
608
|
'TimestreamInfluxDB' => 'timestream-influxdb',
|
607
609
|
'TimestreamQuery' => 'query.timestream',
|
data/partitions-metadata.json
CHANGED
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" : { },
|
@@ -454,6 +449,8 @@
|
|
454
449
|
},
|
455
450
|
"airflow" : {
|
456
451
|
"endpoints" : {
|
452
|
+
"af-south-1" : { },
|
453
|
+
"ap-east-1" : { },
|
457
454
|
"ap-northeast-1" : { },
|
458
455
|
"ap-northeast-2" : { },
|
459
456
|
"ap-south-1" : { },
|
@@ -462,12 +459,15 @@
|
|
462
459
|
"ca-central-1" : { },
|
463
460
|
"eu-central-1" : { },
|
464
461
|
"eu-north-1" : { },
|
462
|
+
"eu-south-1" : { },
|
465
463
|
"eu-west-1" : { },
|
466
464
|
"eu-west-2" : { },
|
467
465
|
"eu-west-3" : { },
|
466
|
+
"me-south-1" : { },
|
468
467
|
"sa-east-1" : { },
|
469
468
|
"us-east-1" : { },
|
470
469
|
"us-east-2" : { },
|
470
|
+
"us-west-1" : { },
|
471
471
|
"us-west-2" : { }
|
472
472
|
}
|
473
473
|
},
|
@@ -547,10 +547,12 @@
|
|
547
547
|
"ap-south-1" : { },
|
548
548
|
"ap-southeast-1" : { },
|
549
549
|
"ap-southeast-2" : { },
|
550
|
+
"ca-central-1" : { },
|
550
551
|
"eu-central-1" : { },
|
551
552
|
"eu-west-1" : { },
|
552
553
|
"eu-west-2" : { },
|
553
554
|
"eu-west-3" : { },
|
555
|
+
"sa-east-1" : { },
|
554
556
|
"us-east-1" : { },
|
555
557
|
"us-east-2" : { },
|
556
558
|
"us-west-2" : { }
|
@@ -2534,37 +2536,6 @@
|
|
2534
2536
|
"us-west-2" : { }
|
2535
2537
|
}
|
2536
2538
|
},
|
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
2539
|
"batch" : {
|
2569
2540
|
"defaults" : {
|
2570
2541
|
"variants" : [ {
|
@@ -2682,6 +2653,12 @@
|
|
2682
2653
|
},
|
2683
2654
|
"hostname" : "bedrock.ap-southeast-2.amazonaws.com"
|
2684
2655
|
},
|
2656
|
+
"bedrock-ca-central-1" : {
|
2657
|
+
"credentialScope" : {
|
2658
|
+
"region" : "ca-central-1"
|
2659
|
+
},
|
2660
|
+
"hostname" : "bedrock.ca-central-1.amazonaws.com"
|
2661
|
+
},
|
2685
2662
|
"bedrock-eu-central-1" : {
|
2686
2663
|
"credentialScope" : {
|
2687
2664
|
"region" : "eu-central-1"
|
@@ -2694,12 +2671,24 @@
|
|
2694
2671
|
},
|
2695
2672
|
"hostname" : "bedrock.eu-west-1.amazonaws.com"
|
2696
2673
|
},
|
2674
|
+
"bedrock-eu-west-2" : {
|
2675
|
+
"credentialScope" : {
|
2676
|
+
"region" : "eu-west-2"
|
2677
|
+
},
|
2678
|
+
"hostname" : "bedrock.eu-west-2.amazonaws.com"
|
2679
|
+
},
|
2697
2680
|
"bedrock-eu-west-3" : {
|
2698
2681
|
"credentialScope" : {
|
2699
2682
|
"region" : "eu-west-3"
|
2700
2683
|
},
|
2701
2684
|
"hostname" : "bedrock.eu-west-3.amazonaws.com"
|
2702
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
|
+
},
|
2703
2692
|
"bedrock-fips-us-east-1" : {
|
2704
2693
|
"credentialScope" : {
|
2705
2694
|
"region" : "us-east-1"
|
@@ -2736,6 +2725,12 @@
|
|
2736
2725
|
},
|
2737
2726
|
"hostname" : "bedrock-runtime.ap-southeast-2.amazonaws.com"
|
2738
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
|
+
},
|
2739
2734
|
"bedrock-runtime-eu-central-1" : {
|
2740
2735
|
"credentialScope" : {
|
2741
2736
|
"region" : "eu-central-1"
|
@@ -2748,12 +2743,24 @@
|
|
2748
2743
|
},
|
2749
2744
|
"hostname" : "bedrock-runtime.eu-west-1.amazonaws.com"
|
2750
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
|
+
},
|
2751
2752
|
"bedrock-runtime-eu-west-3" : {
|
2752
2753
|
"credentialScope" : {
|
2753
2754
|
"region" : "eu-west-3"
|
2754
2755
|
},
|
2755
2756
|
"hostname" : "bedrock-runtime.eu-west-3.amazonaws.com"
|
2756
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
|
+
},
|
2757
2764
|
"bedrock-runtime-fips-us-east-1" : {
|
2758
2765
|
"credentialScope" : {
|
2759
2766
|
"region" : "us-east-1"
|
@@ -2766,6 +2773,12 @@
|
|
2766
2773
|
},
|
2767
2774
|
"hostname" : "bedrock-runtime-fips.us-west-2.amazonaws.com"
|
2768
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
|
+
},
|
2769
2782
|
"bedrock-runtime-us-east-1" : {
|
2770
2783
|
"credentialScope" : {
|
2771
2784
|
"region" : "us-east-1"
|
@@ -2778,6 +2791,12 @@
|
|
2778
2791
|
},
|
2779
2792
|
"hostname" : "bedrock-runtime.us-west-2.amazonaws.com"
|
2780
2793
|
},
|
2794
|
+
"bedrock-sa-east-1" : {
|
2795
|
+
"credentialScope" : {
|
2796
|
+
"region" : "sa-east-1"
|
2797
|
+
},
|
2798
|
+
"hostname" : "bedrock.sa-east-1.amazonaws.com"
|
2799
|
+
},
|
2781
2800
|
"bedrock-us-east-1" : {
|
2782
2801
|
"credentialScope" : {
|
2783
2802
|
"region" : "us-east-1"
|
@@ -2790,9 +2809,12 @@
|
|
2790
2809
|
},
|
2791
2810
|
"hostname" : "bedrock.us-west-2.amazonaws.com"
|
2792
2811
|
},
|
2812
|
+
"ca-central-1" : { },
|
2793
2813
|
"eu-central-1" : { },
|
2794
2814
|
"eu-west-1" : { },
|
2815
|
+
"eu-west-2" : { },
|
2795
2816
|
"eu-west-3" : { },
|
2817
|
+
"sa-east-1" : { },
|
2796
2818
|
"us-east-1" : { },
|
2797
2819
|
"us-west-2" : { }
|
2798
2820
|
}
|
@@ -2811,6 +2833,7 @@
|
|
2811
2833
|
},
|
2812
2834
|
"braket" : {
|
2813
2835
|
"endpoints" : {
|
2836
|
+
"eu-north-1" : { },
|
2814
2837
|
"eu-west-2" : { },
|
2815
2838
|
"us-east-1" : { },
|
2816
2839
|
"us-west-1" : { },
|
@@ -2831,6 +2854,8 @@
|
|
2831
2854
|
},
|
2832
2855
|
"cases" : {
|
2833
2856
|
"endpoints" : {
|
2857
|
+
"ap-northeast-1" : { },
|
2858
|
+
"ap-northeast-2" : { },
|
2834
2859
|
"ap-southeast-1" : { },
|
2835
2860
|
"ap-southeast-2" : { },
|
2836
2861
|
"ca-central-1" : { },
|
@@ -2950,28 +2975,116 @@
|
|
2950
2975
|
},
|
2951
2976
|
"cloud9" : {
|
2952
2977
|
"endpoints" : {
|
2953
|
-
"af-south-1" : {
|
2954
|
-
|
2955
|
-
|
2956
|
-
|
2957
|
-
|
2958
|
-
"ap-
|
2959
|
-
|
2960
|
-
|
2961
|
-
|
2962
|
-
|
2963
|
-
"
|
2964
|
-
|
2965
|
-
|
2966
|
-
|
2967
|
-
|
2968
|
-
"
|
2969
|
-
|
2970
|
-
|
2971
|
-
|
2972
|
-
|
2973
|
-
"
|
2974
|
-
|
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
|
+
}
|
2975
3088
|
}
|
2976
3089
|
},
|
2977
3090
|
"cloudcontrolapi" : {
|
@@ -5248,8 +5361,18 @@
|
|
5248
5361
|
"ap-southeast-2" : { },
|
5249
5362
|
"ap-southeast-3" : { },
|
5250
5363
|
"ap-southeast-4" : { },
|
5251
|
-
"ca-central-1" : {
|
5252
|
-
|
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
|
+
},
|
5253
5376
|
"eu-central-1" : { },
|
5254
5377
|
"eu-central-2" : { },
|
5255
5378
|
"eu-north-1" : { },
|
@@ -5258,6 +5381,20 @@
|
|
5258
5381
|
"eu-west-1" : { },
|
5259
5382
|
"eu-west-2" : { },
|
5260
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
|
+
},
|
5261
5398
|
"fips-us-east-1" : {
|
5262
5399
|
"credentialScope" : {
|
5263
5400
|
"region" : "us-east-1"
|
@@ -8947,11 +9084,6 @@
|
|
8947
9084
|
"us-west-2" : { }
|
8948
9085
|
}
|
8949
9086
|
},
|
8950
|
-
"honeycode" : {
|
8951
|
-
"endpoints" : {
|
8952
|
-
"us-west-2" : { }
|
8953
|
-
}
|
8954
|
-
},
|
8955
9087
|
"iam" : {
|
8956
9088
|
"endpoints" : {
|
8957
9089
|
"aws-global" : {
|
@@ -9024,6 +9156,7 @@
|
|
9024
9156
|
"ap-southeast-3" : { },
|
9025
9157
|
"ap-southeast-4" : { },
|
9026
9158
|
"ca-central-1" : { },
|
9159
|
+
"ca-west-1" : { },
|
9027
9160
|
"eu-central-1" : { },
|
9028
9161
|
"eu-central-2" : { },
|
9029
9162
|
"eu-north-1" : { },
|
@@ -10179,9 +10312,21 @@
|
|
10179
10312
|
"ap-south-1" : { },
|
10180
10313
|
"ap-southeast-1" : { },
|
10181
10314
|
"ap-southeast-2" : { },
|
10182
|
-
"ca-central-1" : {
|
10315
|
+
"ca-central-1" : {
|
10316
|
+
"variants" : [ {
|
10317
|
+
"hostname" : "kendra-fips.ca-central-1.amazonaws.com",
|
10318
|
+
"tags" : [ "fips" ]
|
10319
|
+
} ]
|
10320
|
+
},
|
10183
10321
|
"eu-west-1" : { },
|
10184
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
|
+
},
|
10185
10330
|
"fips-us-east-1" : {
|
10186
10331
|
"credentialScope" : {
|
10187
10332
|
"region" : "us-east-1"
|
@@ -12131,6 +12276,7 @@
|
|
12131
12276
|
},
|
12132
12277
|
"meetings-chime" : {
|
12133
12278
|
"endpoints" : {
|
12279
|
+
"af-south-1" : { },
|
12134
12280
|
"ap-northeast-1" : { },
|
12135
12281
|
"ap-northeast-2" : { },
|
12136
12282
|
"ap-south-1" : { },
|
@@ -12560,6 +12706,7 @@
|
|
12560
12706
|
"ap-southeast-3" : { },
|
12561
12707
|
"ap-southeast-4" : { },
|
12562
12708
|
"ca-central-1" : { },
|
12709
|
+
"ca-west-1" : { },
|
12563
12710
|
"eu-central-1" : { },
|
12564
12711
|
"eu-central-2" : { },
|
12565
12712
|
"eu-north-1" : { },
|
@@ -14004,14 +14151,19 @@
|
|
14004
14151
|
},
|
14005
14152
|
"quicksight" : {
|
14006
14153
|
"endpoints" : {
|
14154
|
+
"af-south-1" : { },
|
14007
14155
|
"ap-northeast-1" : { },
|
14008
14156
|
"ap-northeast-2" : { },
|
14009
14157
|
"ap-south-1" : { },
|
14010
14158
|
"ap-southeast-1" : { },
|
14011
14159
|
"ap-southeast-2" : { },
|
14160
|
+
"ap-southeast-3" : { },
|
14161
|
+
"api" : { },
|
14012
14162
|
"ca-central-1" : { },
|
14013
14163
|
"eu-central-1" : { },
|
14164
|
+
"eu-central-2" : { },
|
14014
14165
|
"eu-north-1" : { },
|
14166
|
+
"eu-south-1" : { },
|
14015
14167
|
"eu-west-1" : { },
|
14016
14168
|
"eu-west-2" : { },
|
14017
14169
|
"eu-west-3" : { },
|
@@ -14624,7 +14776,9 @@
|
|
14624
14776
|
} ]
|
14625
14777
|
},
|
14626
14778
|
"eu-central-1" : { },
|
14779
|
+
"eu-central-2" : { },
|
14627
14780
|
"eu-north-1" : { },
|
14781
|
+
"eu-south-2" : { },
|
14628
14782
|
"eu-west-1" : { },
|
14629
14783
|
"eu-west-2" : { },
|
14630
14784
|
"eu-west-3" : { },
|
@@ -14663,6 +14817,8 @@
|
|
14663
14817
|
"deprecated" : true,
|
14664
14818
|
"hostname" : "redshift-serverless-fips.us-west-2.amazonaws.com"
|
14665
14819
|
},
|
14820
|
+
"me-central-1" : { },
|
14821
|
+
"sa-east-1" : { },
|
14666
14822
|
"us-east-1" : {
|
14667
14823
|
"variants" : [ {
|
14668
14824
|
"hostname" : "redshift-serverless-fips.us-east-1.amazonaws.com",
|
@@ -15795,6 +15951,31 @@
|
|
15795
15951
|
"hostname" : "s3-control-fips.ca-central-1.amazonaws.com",
|
15796
15952
|
"signatureVersions" : [ "s3v4" ]
|
15797
15953
|
},
|
15954
|
+
"ca-west-1" : {
|
15955
|
+
"credentialScope" : {
|
15956
|
+
"region" : "ca-west-1"
|
15957
|
+
},
|
15958
|
+
"hostname" : "s3-control.ca-west-1.amazonaws.com",
|
15959
|
+
"signatureVersions" : [ "s3v4" ],
|
15960
|
+
"variants" : [ {
|
15961
|
+
"hostname" : "s3-control-fips.ca-west-1.amazonaws.com",
|
15962
|
+
"tags" : [ "fips" ]
|
15963
|
+
}, {
|
15964
|
+
"hostname" : "s3-control-fips.dualstack.ca-west-1.amazonaws.com",
|
15965
|
+
"tags" : [ "dualstack", "fips" ]
|
15966
|
+
}, {
|
15967
|
+
"hostname" : "s3-control.dualstack.ca-west-1.amazonaws.com",
|
15968
|
+
"tags" : [ "dualstack" ]
|
15969
|
+
} ]
|
15970
|
+
},
|
15971
|
+
"ca-west-1-fips" : {
|
15972
|
+
"credentialScope" : {
|
15973
|
+
"region" : "ca-west-1"
|
15974
|
+
},
|
15975
|
+
"deprecated" : true,
|
15976
|
+
"hostname" : "s3-control-fips.ca-west-1.amazonaws.com",
|
15977
|
+
"signatureVersions" : [ "s3v4" ]
|
15978
|
+
},
|
15798
15979
|
"eu-central-1" : {
|
15799
15980
|
"credentialScope" : {
|
15800
15981
|
"region" : "eu-central-1"
|
@@ -18482,6 +18663,19 @@
|
|
18482
18663
|
"deprecated" : true,
|
18483
18664
|
"hostname" : "storagegateway-fips.ca-central-1.amazonaws.com"
|
18484
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
|
+
},
|
18485
18679
|
"eu-central-1" : { },
|
18486
18680
|
"eu-central-2" : { },
|
18487
18681
|
"eu-north-1" : { },
|
@@ -19543,6 +19737,8 @@
|
|
19543
19737
|
"vpc-lattice" : {
|
19544
19738
|
"endpoints" : {
|
19545
19739
|
"ap-northeast-1" : { },
|
19740
|
+
"ap-northeast-2" : { },
|
19741
|
+
"ap-south-1" : { },
|
19546
19742
|
"ap-southeast-1" : { },
|
19547
19743
|
"ap-southeast-2" : { },
|
19548
19744
|
"ca-central-1" : { },
|
@@ -19550,9 +19746,11 @@
|
|
19550
19746
|
"eu-north-1" : { },
|
19551
19747
|
"eu-west-1" : { },
|
19552
19748
|
"eu-west-2" : { },
|
19749
|
+
"eu-west-3" : { },
|
19553
19750
|
"sa-east-1" : { },
|
19554
19751
|
"us-east-1" : { },
|
19555
19752
|
"us-east-2" : { },
|
19753
|
+
"us-west-1" : { },
|
19556
19754
|
"us-west-2" : { }
|
19557
19755
|
}
|
19558
19756
|
},
|
@@ -21014,12 +21212,6 @@
|
|
21014
21212
|
"cn-northwest-1" : { }
|
21015
21213
|
}
|
21016
21214
|
},
|
21017
|
-
"backupstorage" : {
|
21018
|
-
"endpoints" : {
|
21019
|
-
"cn-north-1" : { },
|
21020
|
-
"cn-northwest-1" : { }
|
21021
|
-
}
|
21022
|
-
},
|
21023
21215
|
"batch" : {
|
21024
21216
|
"endpoints" : {
|
21025
21217
|
"cn-north-1" : { },
|
@@ -21868,7 +22060,8 @@
|
|
21868
22060
|
},
|
21869
22061
|
"redshift-serverless" : {
|
21870
22062
|
"endpoints" : {
|
21871
|
-
"cn-north-1" : { }
|
22063
|
+
"cn-north-1" : { },
|
22064
|
+
"cn-northwest-1" : { }
|
21872
22065
|
}
|
21873
22066
|
},
|
21874
22067
|
"resource-groups" : {
|
@@ -22913,12 +23106,6 @@
|
|
22913
23106
|
"us-gov-west-1" : { }
|
22914
23107
|
}
|
22915
23108
|
},
|
22916
|
-
"backupstorage" : {
|
22917
|
-
"endpoints" : {
|
22918
|
-
"us-gov-east-1" : { },
|
22919
|
-
"us-gov-west-1" : { }
|
22920
|
-
}
|
22921
|
-
},
|
22922
23109
|
"batch" : {
|
22923
23110
|
"defaults" : {
|
22924
23111
|
"variants" : [ {
|
@@ -22957,6 +23144,18 @@
|
|
22957
23144
|
},
|
22958
23145
|
"bedrock" : {
|
22959
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
|
+
},
|
22960
23159
|
"bedrock-runtime-us-gov-west-1" : {
|
22961
23160
|
"credentialScope" : {
|
22962
23161
|
"region" : "us-gov-west-1"
|
@@ -25060,6 +25259,44 @@
|
|
25060
25259
|
"us-gov-west-1" : { }
|
25061
25260
|
}
|
25062
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
|
+
},
|
25063
25300
|
"kms" : {
|
25064
25301
|
"endpoints" : {
|
25065
25302
|
"ProdFips" : {
|
@@ -26283,6 +26520,36 @@
|
|
26283
26520
|
}
|
26284
26521
|
}
|
26285
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
|
+
},
|
26286
26553
|
"serverlessrepo" : {
|
26287
26554
|
"defaults" : {
|
26288
26555
|
"protocols" : [ "https" ]
|
@@ -27820,32 +28087,8 @@
|
|
27820
28087
|
},
|
27821
28088
|
"ram" : {
|
27822
28089
|
"endpoints" : {
|
27823
|
-
"
|
27824
|
-
|
27825
|
-
"region" : "us-iso-east-1"
|
27826
|
-
},
|
27827
|
-
"deprecated" : true,
|
27828
|
-
"hostname" : "ram-fips.us-iso-east-1.c2s.ic.gov"
|
27829
|
-
},
|
27830
|
-
"fips-us-iso-west-1" : {
|
27831
|
-
"credentialScope" : {
|
27832
|
-
"region" : "us-iso-west-1"
|
27833
|
-
},
|
27834
|
-
"deprecated" : true,
|
27835
|
-
"hostname" : "ram-fips.us-iso-west-1.c2s.ic.gov"
|
27836
|
-
},
|
27837
|
-
"us-iso-east-1" : {
|
27838
|
-
"variants" : [ {
|
27839
|
-
"hostname" : "ram-fips.us-iso-east-1.c2s.ic.gov",
|
27840
|
-
"tags" : [ "fips" ]
|
27841
|
-
} ]
|
27842
|
-
},
|
27843
|
-
"us-iso-west-1" : {
|
27844
|
-
"variants" : [ {
|
27845
|
-
"hostname" : "ram-fips.us-iso-west-1.c2s.ic.gov",
|
27846
|
-
"tags" : [ "fips" ]
|
27847
|
-
} ]
|
27848
|
-
}
|
28090
|
+
"us-iso-east-1" : { },
|
28091
|
+
"us-iso-west-1" : { }
|
27849
28092
|
}
|
27850
28093
|
},
|
27851
28094
|
"rbin" : {
|
@@ -27880,43 +28123,23 @@
|
|
27880
28123
|
},
|
27881
28124
|
"rds" : {
|
27882
28125
|
"endpoints" : {
|
27883
|
-
"rds-fips.us-iso-east-1" : {
|
27884
|
-
"credentialScope" : {
|
27885
|
-
"region" : "us-iso-east-1"
|
27886
|
-
},
|
27887
|
-
"deprecated" : true,
|
27888
|
-
"hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov"
|
27889
|
-
},
|
27890
|
-
"rds-fips.us-iso-west-1" : {
|
27891
|
-
"credentialScope" : {
|
27892
|
-
"region" : "us-iso-west-1"
|
27893
|
-
},
|
27894
|
-
"deprecated" : true,
|
27895
|
-
"hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov"
|
27896
|
-
},
|
27897
28126
|
"rds.us-iso-east-1" : {
|
27898
28127
|
"credentialScope" : {
|
27899
28128
|
"region" : "us-iso-east-1"
|
27900
28129
|
},
|
27901
28130
|
"deprecated" : true,
|
27902
|
-
"
|
27903
|
-
"hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov",
|
27904
|
-
"tags" : [ "fips" ]
|
27905
|
-
} ]
|
28131
|
+
"hostname" : "rds.us-iso-east-1.c2s.ic.gov"
|
27906
28132
|
},
|
27907
28133
|
"rds.us-iso-west-1" : {
|
27908
28134
|
"credentialScope" : {
|
27909
28135
|
"region" : "us-iso-west-1"
|
27910
28136
|
},
|
27911
28137
|
"deprecated" : true,
|
27912
|
-
"
|
27913
|
-
"hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov",
|
27914
|
-
"tags" : [ "fips" ]
|
27915
|
-
} ]
|
28138
|
+
"hostname" : "rds.us-iso-west-1.c2s.ic.gov"
|
27916
28139
|
},
|
27917
28140
|
"us-iso-east-1" : {
|
27918
28141
|
"variants" : [ {
|
27919
|
-
"hostname" : "rds
|
28142
|
+
"hostname" : "rds.us-iso-east-1.c2s.ic.gov",
|
27920
28143
|
"tags" : [ "fips" ]
|
27921
28144
|
} ]
|
27922
28145
|
},
|
@@ -27925,11 +28148,11 @@
|
|
27925
28148
|
"region" : "us-iso-east-1"
|
27926
28149
|
},
|
27927
28150
|
"deprecated" : true,
|
27928
|
-
"hostname" : "rds
|
28151
|
+
"hostname" : "rds.us-iso-east-1.c2s.ic.gov"
|
27929
28152
|
},
|
27930
28153
|
"us-iso-west-1" : {
|
27931
28154
|
"variants" : [ {
|
27932
|
-
"hostname" : "rds
|
28155
|
+
"hostname" : "rds.us-iso-west-1.c2s.ic.gov",
|
27933
28156
|
"tags" : [ "fips" ]
|
27934
28157
|
} ]
|
27935
28158
|
},
|
@@ -27938,7 +28161,7 @@
|
|
27938
28161
|
"region" : "us-iso-west-1"
|
27939
28162
|
},
|
27940
28163
|
"deprecated" : true,
|
27941
|
-
"hostname" : "rds
|
28164
|
+
"hostname" : "rds.us-iso-west-1.c2s.ic.gov"
|
27942
28165
|
}
|
27943
28166
|
}
|
27944
28167
|
},
|
@@ -28586,19 +28809,7 @@
|
|
28586
28809
|
},
|
28587
28810
|
"ram" : {
|
28588
28811
|
"endpoints" : {
|
28589
|
-
"
|
28590
|
-
"credentialScope" : {
|
28591
|
-
"region" : "us-isob-east-1"
|
28592
|
-
},
|
28593
|
-
"deprecated" : true,
|
28594
|
-
"hostname" : "ram-fips.us-isob-east-1.sc2s.sgov.gov"
|
28595
|
-
},
|
28596
|
-
"us-isob-east-1" : {
|
28597
|
-
"variants" : [ {
|
28598
|
-
"hostname" : "ram-fips.us-isob-east-1.sc2s.sgov.gov",
|
28599
|
-
"tags" : [ "fips" ]
|
28600
|
-
} ]
|
28601
|
-
}
|
28812
|
+
"us-isob-east-1" : { }
|
28602
28813
|
}
|
28603
28814
|
},
|
28604
28815
|
"rbin" : {
|
@@ -28620,26 +28831,16 @@
|
|
28620
28831
|
},
|
28621
28832
|
"rds" : {
|
28622
28833
|
"endpoints" : {
|
28623
|
-
"rds-fips.us-isob-east-1" : {
|
28624
|
-
"credentialScope" : {
|
28625
|
-
"region" : "us-isob-east-1"
|
28626
|
-
},
|
28627
|
-
"deprecated" : true,
|
28628
|
-
"hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov"
|
28629
|
-
},
|
28630
28834
|
"rds.us-isob-east-1" : {
|
28631
28835
|
"credentialScope" : {
|
28632
28836
|
"region" : "us-isob-east-1"
|
28633
28837
|
},
|
28634
28838
|
"deprecated" : true,
|
28635
|
-
"
|
28636
|
-
"hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov",
|
28637
|
-
"tags" : [ "fips" ]
|
28638
|
-
} ]
|
28839
|
+
"hostname" : "rds.us-isob-east-1.sc2s.sgov.gov"
|
28639
28840
|
},
|
28640
28841
|
"us-isob-east-1" : {
|
28641
28842
|
"variants" : [ {
|
28642
|
-
"hostname" : "rds
|
28843
|
+
"hostname" : "rds.us-isob-east-1.sc2s.sgov.gov",
|
28643
28844
|
"tags" : [ "fips" ]
|
28644
28845
|
} ]
|
28645
28846
|
},
|
@@ -28648,7 +28849,7 @@
|
|
28648
28849
|
"region" : "us-isob-east-1"
|
28649
28850
|
},
|
28650
28851
|
"deprecated" : true,
|
28651
|
-
"hostname" : "rds
|
28852
|
+
"hostname" : "rds.us-isob-east-1.sc2s.sgov.gov"
|
28652
28853
|
}
|
28653
28854
|
}
|
28654
28855
|
},
|
@@ -28889,7 +29090,11 @@
|
|
28889
29090
|
"partition" : "aws-iso-e",
|
28890
29091
|
"partitionName" : "AWS ISOE (Europe)",
|
28891
29092
|
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
|
28892
|
-
"regions" : {
|
29093
|
+
"regions" : {
|
29094
|
+
"eu-isoe-west-1" : {
|
29095
|
+
"description" : "EU ISOE West"
|
29096
|
+
}
|
29097
|
+
},
|
28893
29098
|
"services" : { }
|
28894
29099
|
}, {
|
28895
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.
|
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-
|
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:
|