aws-partitions 1.940.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 +25 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +3 -1
- data/partitions.json +161 -44
- 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,31 @@
|
|
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
|
+
|
4
29
|
1.940.0 (2024-06-05)
|
5
30
|
------------------
|
6
31
|
|
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" : { },
|
@@ -10288,9 +10310,21 @@
|
|
10288
10310
|
"ap-south-1" : { },
|
10289
10311
|
"ap-southeast-1" : { },
|
10290
10312
|
"ap-southeast-2" : { },
|
10291
|
-
"ca-central-1" : {
|
10313
|
+
"ca-central-1" : {
|
10314
|
+
"variants" : [ {
|
10315
|
+
"hostname" : "kendra-fips.ca-central-1.amazonaws.com",
|
10316
|
+
"tags" : [ "fips" ]
|
10317
|
+
} ]
|
10318
|
+
},
|
10292
10319
|
"eu-west-1" : { },
|
10293
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
|
+
},
|
10294
10328
|
"fips-us-east-1" : {
|
10295
10329
|
"credentialScope" : {
|
10296
10330
|
"region" : "us-east-1"
|
@@ -12669,6 +12703,7 @@
|
|
12669
12703
|
"ap-southeast-3" : { },
|
12670
12704
|
"ap-southeast-4" : { },
|
12671
12705
|
"ca-central-1" : { },
|
12706
|
+
"ca-west-1" : { },
|
12672
12707
|
"eu-central-1" : { },
|
12673
12708
|
"eu-central-2" : { },
|
12674
12709
|
"eu-north-1" : { },
|
@@ -14779,6 +14814,7 @@
|
|
14779
14814
|
"deprecated" : true,
|
14780
14815
|
"hostname" : "redshift-serverless-fips.us-west-2.amazonaws.com"
|
14781
14816
|
},
|
14817
|
+
"me-central-1" : { },
|
14782
14818
|
"sa-east-1" : { },
|
14783
14819
|
"us-east-1" : {
|
14784
14820
|
"variants" : [ {
|
@@ -18624,6 +18660,19 @@
|
|
18624
18660
|
"deprecated" : true,
|
18625
18661
|
"hostname" : "storagegateway-fips.ca-central-1.amazonaws.com"
|
18626
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
|
+
},
|
18627
18676
|
"eu-central-1" : { },
|
18628
18677
|
"eu-central-2" : { },
|
18629
18678
|
"eu-north-1" : { },
|
@@ -21160,12 +21209,6 @@
|
|
21160
21209
|
"cn-northwest-1" : { }
|
21161
21210
|
}
|
21162
21211
|
},
|
21163
|
-
"backupstorage" : {
|
21164
|
-
"endpoints" : {
|
21165
|
-
"cn-north-1" : { },
|
21166
|
-
"cn-northwest-1" : { }
|
21167
|
-
}
|
21168
|
-
},
|
21169
21212
|
"batch" : {
|
21170
21213
|
"endpoints" : {
|
21171
21214
|
"cn-north-1" : { },
|
@@ -23060,12 +23103,6 @@
|
|
23060
23103
|
"us-gov-west-1" : { }
|
23061
23104
|
}
|
23062
23105
|
},
|
23063
|
-
"backupstorage" : {
|
23064
|
-
"endpoints" : {
|
23065
|
-
"us-gov-east-1" : { },
|
23066
|
-
"us-gov-west-1" : { }
|
23067
|
-
}
|
23068
|
-
},
|
23069
23106
|
"batch" : {
|
23070
23107
|
"defaults" : {
|
23071
23108
|
"variants" : [ {
|
@@ -23104,6 +23141,18 @@
|
|
23104
23141
|
},
|
23105
23142
|
"bedrock" : {
|
23106
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
|
+
},
|
23107
23156
|
"bedrock-runtime-us-gov-west-1" : {
|
23108
23157
|
"credentialScope" : {
|
23109
23158
|
"region" : "us-gov-west-1"
|
@@ -25207,6 +25256,44 @@
|
|
25207
25256
|
"us-gov-west-1" : { }
|
25208
25257
|
}
|
25209
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
|
+
},
|
25210
25297
|
"kms" : {
|
25211
25298
|
"endpoints" : {
|
25212
25299
|
"ProdFips" : {
|
@@ -26430,6 +26517,36 @@
|
|
26430
26517
|
}
|
26431
26518
|
}
|
26432
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
|
+
},
|
26433
26550
|
"serverlessrepo" : {
|
26434
26551
|
"defaults" : {
|
26435
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:
|