aws-partitions 1.940.0 → 1.946.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 +163 -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: 477e42c5d00e645f47907bf21706a5278c9acedc2fdbdce131145e14989ac9fd
|
4
|
+
data.tar.gz: 7d2b4c4833a5aaf2f3d363fe1fc615d26055bc98b780d4b19a4f2c8b80e53fb0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19e90d06195a1efcfcf13861ce37383e52bc052e974674bfacdf463cdd1b0fd00c06288404240c573cfc8264e06438de3053c11bafd26f62a748111ea713b915
|
7
|
+
data.tar.gz: 071c4986d2d8bea4b623dcc86fcd49d8418df7d8e427440bd4c04d0a512e163baff6a01d788cbb8ab4f56de16758df975e5983d2d220255213ddbd842c221047
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,36 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.946.0 (2024-06-20)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.945.0 (2024-06-19)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.944.0 (2024-06-12)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Added support for enumerating regions for `Aws::AppTest`.
|
18
|
+
|
19
|
+
1.943.0 (2024-06-11)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Added support for enumerating regions for `Aws::PcaConnectorScep`.
|
23
|
+
|
24
|
+
1.942.0 (2024-06-10)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Added support for enumerating regions for `Aws::ApplicationSignals`.
|
28
|
+
|
29
|
+
1.941.0 (2024-06-07)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
33
|
+
|
4
34
|
1.940.0 (2024-06-05)
|
5
35
|
------------------
|
6
36
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.946.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
@@ -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
|
}
|
@@ -2832,6 +2854,8 @@
|
|
2832
2854
|
},
|
2833
2855
|
"cases" : {
|
2834
2856
|
"endpoints" : {
|
2857
|
+
"ap-northeast-1" : { },
|
2858
|
+
"ap-northeast-2" : { },
|
2835
2859
|
"ap-southeast-1" : { },
|
2836
2860
|
"ap-southeast-2" : { },
|
2837
2861
|
"ca-central-1" : { },
|
@@ -10288,9 +10312,21 @@
|
|
10288
10312
|
"ap-south-1" : { },
|
10289
10313
|
"ap-southeast-1" : { },
|
10290
10314
|
"ap-southeast-2" : { },
|
10291
|
-
"ca-central-1" : {
|
10315
|
+
"ca-central-1" : {
|
10316
|
+
"variants" : [ {
|
10317
|
+
"hostname" : "kendra-fips.ca-central-1.amazonaws.com",
|
10318
|
+
"tags" : [ "fips" ]
|
10319
|
+
} ]
|
10320
|
+
},
|
10292
10321
|
"eu-west-1" : { },
|
10293
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
|
+
},
|
10294
10330
|
"fips-us-east-1" : {
|
10295
10331
|
"credentialScope" : {
|
10296
10332
|
"region" : "us-east-1"
|
@@ -12669,6 +12705,7 @@
|
|
12669
12705
|
"ap-southeast-3" : { },
|
12670
12706
|
"ap-southeast-4" : { },
|
12671
12707
|
"ca-central-1" : { },
|
12708
|
+
"ca-west-1" : { },
|
12672
12709
|
"eu-central-1" : { },
|
12673
12710
|
"eu-central-2" : { },
|
12674
12711
|
"eu-north-1" : { },
|
@@ -14779,6 +14816,7 @@
|
|
14779
14816
|
"deprecated" : true,
|
14780
14817
|
"hostname" : "redshift-serverless-fips.us-west-2.amazonaws.com"
|
14781
14818
|
},
|
14819
|
+
"me-central-1" : { },
|
14782
14820
|
"sa-east-1" : { },
|
14783
14821
|
"us-east-1" : {
|
14784
14822
|
"variants" : [ {
|
@@ -18624,6 +18662,19 @@
|
|
18624
18662
|
"deprecated" : true,
|
18625
18663
|
"hostname" : "storagegateway-fips.ca-central-1.amazonaws.com"
|
18626
18664
|
},
|
18665
|
+
"ca-west-1" : {
|
18666
|
+
"variants" : [ {
|
18667
|
+
"hostname" : "storagegateway-fips.ca-west-1.amazonaws.com",
|
18668
|
+
"tags" : [ "fips" ]
|
18669
|
+
} ]
|
18670
|
+
},
|
18671
|
+
"ca-west-1-fips" : {
|
18672
|
+
"credentialScope" : {
|
18673
|
+
"region" : "ca-west-1"
|
18674
|
+
},
|
18675
|
+
"deprecated" : true,
|
18676
|
+
"hostname" : "storagegateway-fips.ca-west-1.amazonaws.com"
|
18677
|
+
},
|
18627
18678
|
"eu-central-1" : { },
|
18628
18679
|
"eu-central-2" : { },
|
18629
18680
|
"eu-north-1" : { },
|
@@ -21160,12 +21211,6 @@
|
|
21160
21211
|
"cn-northwest-1" : { }
|
21161
21212
|
}
|
21162
21213
|
},
|
21163
|
-
"backupstorage" : {
|
21164
|
-
"endpoints" : {
|
21165
|
-
"cn-north-1" : { },
|
21166
|
-
"cn-northwest-1" : { }
|
21167
|
-
}
|
21168
|
-
},
|
21169
21214
|
"batch" : {
|
21170
21215
|
"endpoints" : {
|
21171
21216
|
"cn-north-1" : { },
|
@@ -23060,12 +23105,6 @@
|
|
23060
23105
|
"us-gov-west-1" : { }
|
23061
23106
|
}
|
23062
23107
|
},
|
23063
|
-
"backupstorage" : {
|
23064
|
-
"endpoints" : {
|
23065
|
-
"us-gov-east-1" : { },
|
23066
|
-
"us-gov-west-1" : { }
|
23067
|
-
}
|
23068
|
-
},
|
23069
23108
|
"batch" : {
|
23070
23109
|
"defaults" : {
|
23071
23110
|
"variants" : [ {
|
@@ -23104,6 +23143,18 @@
|
|
23104
23143
|
},
|
23105
23144
|
"bedrock" : {
|
23106
23145
|
"endpoints" : {
|
23146
|
+
"bedrock-fips-us-gov-west-1" : {
|
23147
|
+
"credentialScope" : {
|
23148
|
+
"region" : "us-gov-west-1"
|
23149
|
+
},
|
23150
|
+
"hostname" : "bedrock-fips.us-gov-west-1.amazonaws.com"
|
23151
|
+
},
|
23152
|
+
"bedrock-runtime-fips-us-gov-west-1" : {
|
23153
|
+
"credentialScope" : {
|
23154
|
+
"region" : "us-gov-west-1"
|
23155
|
+
},
|
23156
|
+
"hostname" : "bedrock-runtime-fips.us-gov-west-1.amazonaws.com"
|
23157
|
+
},
|
23107
23158
|
"bedrock-runtime-us-gov-west-1" : {
|
23108
23159
|
"credentialScope" : {
|
23109
23160
|
"region" : "us-gov-west-1"
|
@@ -25207,6 +25258,44 @@
|
|
25207
25258
|
"us-gov-west-1" : { }
|
25208
25259
|
}
|
25209
25260
|
},
|
25261
|
+
"kinesisvideo" : {
|
25262
|
+
"endpoints" : {
|
25263
|
+
"fips-us-gov-east-1" : {
|
25264
|
+
"credentialScope" : {
|
25265
|
+
"region" : "us-gov-east-1"
|
25266
|
+
},
|
25267
|
+
"deprecated" : true,
|
25268
|
+
"hostname" : "kinesisvideo-fips.us-gov-east-1.amazonaws.com"
|
25269
|
+
},
|
25270
|
+
"fips-us-gov-west-1" : {
|
25271
|
+
"credentialScope" : {
|
25272
|
+
"region" : "us-gov-west-1"
|
25273
|
+
},
|
25274
|
+
"deprecated" : true,
|
25275
|
+
"hostname" : "kinesisvideo-fips.us-gov-west-1.amazonaws.com"
|
25276
|
+
},
|
25277
|
+
"us-gov-east-1" : {
|
25278
|
+
"credentialScope" : {
|
25279
|
+
"region" : "us-gov-east-1"
|
25280
|
+
},
|
25281
|
+
"hostname" : "kinesisvideo-fips.us-gov-east-1.amazonaws.com",
|
25282
|
+
"variants" : [ {
|
25283
|
+
"hostname" : "kinesisvideo-fips.us-gov-east-1.amazonaws.com",
|
25284
|
+
"tags" : [ "fips" ]
|
25285
|
+
} ]
|
25286
|
+
},
|
25287
|
+
"us-gov-west-1" : {
|
25288
|
+
"credentialScope" : {
|
25289
|
+
"region" : "us-gov-west-1"
|
25290
|
+
},
|
25291
|
+
"hostname" : "kinesisvideo-fips.us-gov-west-1.amazonaws.com",
|
25292
|
+
"variants" : [ {
|
25293
|
+
"hostname" : "kinesisvideo-fips.us-gov-west-1.amazonaws.com",
|
25294
|
+
"tags" : [ "fips" ]
|
25295
|
+
} ]
|
25296
|
+
}
|
25297
|
+
}
|
25298
|
+
},
|
25210
25299
|
"kms" : {
|
25211
25300
|
"endpoints" : {
|
25212
25301
|
"ProdFips" : {
|
@@ -26430,6 +26519,36 @@
|
|
26430
26519
|
}
|
26431
26520
|
}
|
26432
26521
|
},
|
26522
|
+
"securitylake" : {
|
26523
|
+
"endpoints" : {
|
26524
|
+
"us-gov-east-1" : {
|
26525
|
+
"variants" : [ {
|
26526
|
+
"hostname" : "securitylake.us-gov-east-1.amazonaws.com",
|
26527
|
+
"tags" : [ "fips" ]
|
26528
|
+
} ]
|
26529
|
+
},
|
26530
|
+
"us-gov-east-1-fips" : {
|
26531
|
+
"credentialScope" : {
|
26532
|
+
"region" : "us-gov-east-1"
|
26533
|
+
},
|
26534
|
+
"deprecated" : true,
|
26535
|
+
"hostname" : "securitylake.us-gov-east-1.amazonaws.com"
|
26536
|
+
},
|
26537
|
+
"us-gov-west-1" : {
|
26538
|
+
"variants" : [ {
|
26539
|
+
"hostname" : "securitylake.us-gov-west-1.amazonaws.com",
|
26540
|
+
"tags" : [ "fips" ]
|
26541
|
+
} ]
|
26542
|
+
},
|
26543
|
+
"us-gov-west-1-fips" : {
|
26544
|
+
"credentialScope" : {
|
26545
|
+
"region" : "us-gov-west-1"
|
26546
|
+
},
|
26547
|
+
"deprecated" : true,
|
26548
|
+
"hostname" : "securitylake.us-gov-west-1.amazonaws.com"
|
26549
|
+
}
|
26550
|
+
}
|
26551
|
+
},
|
26433
26552
|
"serverlessrepo" : {
|
26434
26553
|
"defaults" : {
|
26435
26554
|
"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.946.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-20 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|