aws-partitions 1.598.0 → 1.602.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +542 -0
- 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: 9f184a3f50f22e77c0132a95bf9e20e30b6a4b9f6aa56c9ce0cb879aea48d508
|
|
4
|
+
data.tar.gz: 9abc8af5ea3555b86d7639ef557a559f87fe341bc6ad307379e3a1d56a552f53
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b2b8ba75925e8dda211e773ec81b8cfb6c0caf4ff0a397e69d32de0dfb3951444536793922a67f53d388681342f7c9dbb1b48eda357c0bc7be35325c11422ac8
|
|
7
|
+
data.tar.gz: 838504962413ecb908f798653c3c593c48c34a2d2c4740631be89f21e1d835108a5be796c2b7b4d10babf4aea1658f7123008e7392934f15f3c1eeff8b6c35f4
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.602.0 (2022-06-29)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.601.0 (2022-06-24)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.600.0 (2022-06-17)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Added support for enumerating regions for `Aws::ConnectCampaignService`.
|
|
18
|
+
|
|
19
|
+
1.599.0 (2022-06-16)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Added support for enumerating regions for `Aws::RedshiftServerless`.
|
|
23
|
+
|
|
4
24
|
1.598.0 (2022-06-08)
|
|
5
25
|
------------------
|
|
6
26
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.602.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -296,6 +296,7 @@ module Aws
|
|
|
296
296
|
'ComputeOptimizer' => 'compute-optimizer',
|
|
297
297
|
'ConfigService' => 'config',
|
|
298
298
|
'Connect' => 'connect',
|
|
299
|
+
'ConnectCampaignService' => 'connect-campaigns',
|
|
299
300
|
'ConnectContactLens' => 'contact-lens',
|
|
300
301
|
'ConnectParticipant' => 'participant.connect',
|
|
301
302
|
'ConnectWisdomService' => 'wisdom',
|
data/partitions.json
CHANGED
|
@@ -864,6 +864,34 @@
|
|
|
864
864
|
}
|
|
865
865
|
}
|
|
866
866
|
},
|
|
867
|
+
"api.iotdeviceadvisor" : {
|
|
868
|
+
"endpoints" : {
|
|
869
|
+
"ap-northeast-1" : {
|
|
870
|
+
"credentialScope" : {
|
|
871
|
+
"region" : "ap-northeast-1"
|
|
872
|
+
},
|
|
873
|
+
"hostname" : "api.iotdeviceadvisor.ap-northeast-1.amazonaws.com"
|
|
874
|
+
},
|
|
875
|
+
"eu-west-1" : {
|
|
876
|
+
"credentialScope" : {
|
|
877
|
+
"region" : "eu-west-1"
|
|
878
|
+
},
|
|
879
|
+
"hostname" : "api.iotdeviceadvisor.eu-west-1.amazonaws.com"
|
|
880
|
+
},
|
|
881
|
+
"us-east-1" : {
|
|
882
|
+
"credentialScope" : {
|
|
883
|
+
"region" : "us-east-1"
|
|
884
|
+
},
|
|
885
|
+
"hostname" : "api.iotdeviceadvisor.us-east-1.amazonaws.com"
|
|
886
|
+
},
|
|
887
|
+
"us-west-2" : {
|
|
888
|
+
"credentialScope" : {
|
|
889
|
+
"region" : "us-west-2"
|
|
890
|
+
},
|
|
891
|
+
"hostname" : "api.iotdeviceadvisor.us-west-2.amazonaws.com"
|
|
892
|
+
}
|
|
893
|
+
}
|
|
894
|
+
},
|
|
867
895
|
"api.iotwireless" : {
|
|
868
896
|
"endpoints" : {
|
|
869
897
|
"ap-northeast-1" : {
|
|
@@ -2191,6 +2219,7 @@
|
|
|
2191
2219
|
"ap-south-1" : { },
|
|
2192
2220
|
"ap-southeast-1" : { },
|
|
2193
2221
|
"ap-southeast-2" : { },
|
|
2222
|
+
"ap-southeast-3" : { },
|
|
2194
2223
|
"ca-central-1" : { },
|
|
2195
2224
|
"eu-central-1" : { },
|
|
2196
2225
|
"eu-north-1" : { },
|
|
@@ -2984,6 +3013,14 @@
|
|
|
2984
3013
|
"us-west-2" : { }
|
|
2985
3014
|
}
|
|
2986
3015
|
},
|
|
3016
|
+
"connect-campaigns" : {
|
|
3017
|
+
"endpoints" : {
|
|
3018
|
+
"ap-southeast-2" : { },
|
|
3019
|
+
"eu-west-2" : { },
|
|
3020
|
+
"us-east-1" : { },
|
|
3021
|
+
"us-west-2" : { }
|
|
3022
|
+
}
|
|
3023
|
+
},
|
|
2987
3024
|
"contact-lens" : {
|
|
2988
3025
|
"endpoints" : {
|
|
2989
3026
|
"ap-northeast-1" : { },
|
|
@@ -3693,14 +3730,26 @@
|
|
|
3693
3730
|
},
|
|
3694
3731
|
"drs" : {
|
|
3695
3732
|
"endpoints" : {
|
|
3733
|
+
"af-south-1" : { },
|
|
3734
|
+
"ap-east-1" : { },
|
|
3696
3735
|
"ap-northeast-1" : { },
|
|
3736
|
+
"ap-northeast-2" : { },
|
|
3737
|
+
"ap-northeast-3" : { },
|
|
3738
|
+
"ap-south-1" : { },
|
|
3697
3739
|
"ap-southeast-1" : { },
|
|
3698
3740
|
"ap-southeast-2" : { },
|
|
3741
|
+
"ca-central-1" : { },
|
|
3699
3742
|
"eu-central-1" : { },
|
|
3743
|
+
"eu-north-1" : { },
|
|
3744
|
+
"eu-south-1" : { },
|
|
3700
3745
|
"eu-west-1" : { },
|
|
3701
3746
|
"eu-west-2" : { },
|
|
3747
|
+
"eu-west-3" : { },
|
|
3748
|
+
"me-south-1" : { },
|
|
3749
|
+
"sa-east-1" : { },
|
|
3702
3750
|
"us-east-1" : { },
|
|
3703
3751
|
"us-east-2" : { },
|
|
3752
|
+
"us-west-1" : { },
|
|
3704
3753
|
"us-west-2" : { }
|
|
3705
3754
|
}
|
|
3706
3755
|
},
|
|
@@ -4330,6 +4379,7 @@
|
|
|
4330
4379
|
"ap-south-1" : { },
|
|
4331
4380
|
"ap-southeast-1" : { },
|
|
4332
4381
|
"ap-southeast-2" : { },
|
|
4382
|
+
"ap-southeast-3" : { },
|
|
4333
4383
|
"ca-central-1" : { },
|
|
4334
4384
|
"eu-central-1" : { },
|
|
4335
4385
|
"eu-north-1" : { },
|
|
@@ -8857,6 +8907,12 @@
|
|
|
8857
8907
|
},
|
|
8858
8908
|
"hostname" : "oidc.eu-north-1.amazonaws.com"
|
|
8859
8909
|
},
|
|
8910
|
+
"eu-south-1" : {
|
|
8911
|
+
"credentialScope" : {
|
|
8912
|
+
"region" : "eu-south-1"
|
|
8913
|
+
},
|
|
8914
|
+
"hostname" : "oidc.eu-south-1.amazonaws.com"
|
|
8915
|
+
},
|
|
8860
8916
|
"eu-west-1" : {
|
|
8861
8917
|
"credentialScope" : {
|
|
8862
8918
|
"region" : "eu-west-1"
|
|
@@ -9260,6 +9316,12 @@
|
|
|
9260
9316
|
},
|
|
9261
9317
|
"hostname" : "portal.sso.eu-north-1.amazonaws.com"
|
|
9262
9318
|
},
|
|
9319
|
+
"eu-south-1" : {
|
|
9320
|
+
"credentialScope" : {
|
|
9321
|
+
"region" : "eu-south-1"
|
|
9322
|
+
},
|
|
9323
|
+
"hostname" : "portal.sso.eu-south-1.amazonaws.com"
|
|
9324
|
+
},
|
|
9263
9325
|
"eu-west-1" : {
|
|
9264
9326
|
"credentialScope" : {
|
|
9265
9327
|
"region" : "eu-west-1"
|
|
@@ -11021,6 +11083,7 @@
|
|
|
11021
11083
|
"ap-south-1" : { },
|
|
11022
11084
|
"ap-southeast-1" : { },
|
|
11023
11085
|
"ap-southeast-2" : { },
|
|
11086
|
+
"ap-southeast-3" : { },
|
|
11024
11087
|
"ca-central-1" : { },
|
|
11025
11088
|
"eu-central-1" : { },
|
|
11026
11089
|
"eu-north-1" : { },
|
|
@@ -11155,6 +11218,7 @@
|
|
|
11155
11218
|
"ap-south-1" : { },
|
|
11156
11219
|
"ap-southeast-1" : { },
|
|
11157
11220
|
"ap-southeast-2" : { },
|
|
11221
|
+
"ap-southeast-3" : { },
|
|
11158
11222
|
"ca-central-1" : { },
|
|
11159
11223
|
"eu-central-1" : { },
|
|
11160
11224
|
"eu-north-1" : { },
|
|
@@ -13371,6 +13435,384 @@
|
|
|
13371
13435
|
}
|
|
13372
13436
|
}
|
|
13373
13437
|
},
|
|
13438
|
+
"wafv2" : {
|
|
13439
|
+
"endpoints" : {
|
|
13440
|
+
"af-south-1" : {
|
|
13441
|
+
"credentialScope" : {
|
|
13442
|
+
"region" : "af-south-1"
|
|
13443
|
+
},
|
|
13444
|
+
"hostname" : "wafv2.af-south-1.amazonaws.com",
|
|
13445
|
+
"variants" : [ {
|
|
13446
|
+
"hostname" : "wafv2-fips.af-south-1.amazonaws.com",
|
|
13447
|
+
"tags" : [ "fips" ]
|
|
13448
|
+
} ]
|
|
13449
|
+
},
|
|
13450
|
+
"ap-east-1" : {
|
|
13451
|
+
"credentialScope" : {
|
|
13452
|
+
"region" : "ap-east-1"
|
|
13453
|
+
},
|
|
13454
|
+
"hostname" : "wafv2.ap-east-1.amazonaws.com",
|
|
13455
|
+
"variants" : [ {
|
|
13456
|
+
"hostname" : "wafv2-fips.ap-east-1.amazonaws.com",
|
|
13457
|
+
"tags" : [ "fips" ]
|
|
13458
|
+
} ]
|
|
13459
|
+
},
|
|
13460
|
+
"ap-northeast-1" : {
|
|
13461
|
+
"credentialScope" : {
|
|
13462
|
+
"region" : "ap-northeast-1"
|
|
13463
|
+
},
|
|
13464
|
+
"hostname" : "wafv2.ap-northeast-1.amazonaws.com",
|
|
13465
|
+
"variants" : [ {
|
|
13466
|
+
"hostname" : "wafv2-fips.ap-northeast-1.amazonaws.com",
|
|
13467
|
+
"tags" : [ "fips" ]
|
|
13468
|
+
} ]
|
|
13469
|
+
},
|
|
13470
|
+
"ap-northeast-2" : {
|
|
13471
|
+
"credentialScope" : {
|
|
13472
|
+
"region" : "ap-northeast-2"
|
|
13473
|
+
},
|
|
13474
|
+
"hostname" : "wafv2.ap-northeast-2.amazonaws.com",
|
|
13475
|
+
"variants" : [ {
|
|
13476
|
+
"hostname" : "wafv2-fips.ap-northeast-2.amazonaws.com",
|
|
13477
|
+
"tags" : [ "fips" ]
|
|
13478
|
+
} ]
|
|
13479
|
+
},
|
|
13480
|
+
"ap-northeast-3" : {
|
|
13481
|
+
"credentialScope" : {
|
|
13482
|
+
"region" : "ap-northeast-3"
|
|
13483
|
+
},
|
|
13484
|
+
"hostname" : "wafv2.ap-northeast-3.amazonaws.com",
|
|
13485
|
+
"variants" : [ {
|
|
13486
|
+
"hostname" : "wafv2-fips.ap-northeast-3.amazonaws.com",
|
|
13487
|
+
"tags" : [ "fips" ]
|
|
13488
|
+
} ]
|
|
13489
|
+
},
|
|
13490
|
+
"ap-south-1" : {
|
|
13491
|
+
"credentialScope" : {
|
|
13492
|
+
"region" : "ap-south-1"
|
|
13493
|
+
},
|
|
13494
|
+
"hostname" : "wafv2.ap-south-1.amazonaws.com",
|
|
13495
|
+
"variants" : [ {
|
|
13496
|
+
"hostname" : "wafv2-fips.ap-south-1.amazonaws.com",
|
|
13497
|
+
"tags" : [ "fips" ]
|
|
13498
|
+
} ]
|
|
13499
|
+
},
|
|
13500
|
+
"ap-southeast-1" : {
|
|
13501
|
+
"credentialScope" : {
|
|
13502
|
+
"region" : "ap-southeast-1"
|
|
13503
|
+
},
|
|
13504
|
+
"hostname" : "wafv2.ap-southeast-1.amazonaws.com",
|
|
13505
|
+
"variants" : [ {
|
|
13506
|
+
"hostname" : "wafv2-fips.ap-southeast-1.amazonaws.com",
|
|
13507
|
+
"tags" : [ "fips" ]
|
|
13508
|
+
} ]
|
|
13509
|
+
},
|
|
13510
|
+
"ap-southeast-2" : {
|
|
13511
|
+
"credentialScope" : {
|
|
13512
|
+
"region" : "ap-southeast-2"
|
|
13513
|
+
},
|
|
13514
|
+
"hostname" : "wafv2.ap-southeast-2.amazonaws.com",
|
|
13515
|
+
"variants" : [ {
|
|
13516
|
+
"hostname" : "wafv2-fips.ap-southeast-2.amazonaws.com",
|
|
13517
|
+
"tags" : [ "fips" ]
|
|
13518
|
+
} ]
|
|
13519
|
+
},
|
|
13520
|
+
"ap-southeast-3" : {
|
|
13521
|
+
"credentialScope" : {
|
|
13522
|
+
"region" : "ap-southeast-3"
|
|
13523
|
+
},
|
|
13524
|
+
"hostname" : "wafv2.ap-southeast-3.amazonaws.com",
|
|
13525
|
+
"variants" : [ {
|
|
13526
|
+
"hostname" : "wafv2-fips.ap-southeast-3.amazonaws.com",
|
|
13527
|
+
"tags" : [ "fips" ]
|
|
13528
|
+
} ]
|
|
13529
|
+
},
|
|
13530
|
+
"ca-central-1" : {
|
|
13531
|
+
"credentialScope" : {
|
|
13532
|
+
"region" : "ca-central-1"
|
|
13533
|
+
},
|
|
13534
|
+
"hostname" : "wafv2.ca-central-1.amazonaws.com",
|
|
13535
|
+
"variants" : [ {
|
|
13536
|
+
"hostname" : "wafv2-fips.ca-central-1.amazonaws.com",
|
|
13537
|
+
"tags" : [ "fips" ]
|
|
13538
|
+
} ]
|
|
13539
|
+
},
|
|
13540
|
+
"eu-central-1" : {
|
|
13541
|
+
"credentialScope" : {
|
|
13542
|
+
"region" : "eu-central-1"
|
|
13543
|
+
},
|
|
13544
|
+
"hostname" : "wafv2.eu-central-1.amazonaws.com",
|
|
13545
|
+
"variants" : [ {
|
|
13546
|
+
"hostname" : "wafv2-fips.eu-central-1.amazonaws.com",
|
|
13547
|
+
"tags" : [ "fips" ]
|
|
13548
|
+
} ]
|
|
13549
|
+
},
|
|
13550
|
+
"eu-north-1" : {
|
|
13551
|
+
"credentialScope" : {
|
|
13552
|
+
"region" : "eu-north-1"
|
|
13553
|
+
},
|
|
13554
|
+
"hostname" : "wafv2.eu-north-1.amazonaws.com",
|
|
13555
|
+
"variants" : [ {
|
|
13556
|
+
"hostname" : "wafv2-fips.eu-north-1.amazonaws.com",
|
|
13557
|
+
"tags" : [ "fips" ]
|
|
13558
|
+
} ]
|
|
13559
|
+
},
|
|
13560
|
+
"eu-south-1" : {
|
|
13561
|
+
"credentialScope" : {
|
|
13562
|
+
"region" : "eu-south-1"
|
|
13563
|
+
},
|
|
13564
|
+
"hostname" : "wafv2.eu-south-1.amazonaws.com",
|
|
13565
|
+
"variants" : [ {
|
|
13566
|
+
"hostname" : "wafv2-fips.eu-south-1.amazonaws.com",
|
|
13567
|
+
"tags" : [ "fips" ]
|
|
13568
|
+
} ]
|
|
13569
|
+
},
|
|
13570
|
+
"eu-west-1" : {
|
|
13571
|
+
"credentialScope" : {
|
|
13572
|
+
"region" : "eu-west-1"
|
|
13573
|
+
},
|
|
13574
|
+
"hostname" : "wafv2.eu-west-1.amazonaws.com",
|
|
13575
|
+
"variants" : [ {
|
|
13576
|
+
"hostname" : "wafv2-fips.eu-west-1.amazonaws.com",
|
|
13577
|
+
"tags" : [ "fips" ]
|
|
13578
|
+
} ]
|
|
13579
|
+
},
|
|
13580
|
+
"eu-west-2" : {
|
|
13581
|
+
"credentialScope" : {
|
|
13582
|
+
"region" : "eu-west-2"
|
|
13583
|
+
},
|
|
13584
|
+
"hostname" : "wafv2.eu-west-2.amazonaws.com",
|
|
13585
|
+
"variants" : [ {
|
|
13586
|
+
"hostname" : "wafv2-fips.eu-west-2.amazonaws.com",
|
|
13587
|
+
"tags" : [ "fips" ]
|
|
13588
|
+
} ]
|
|
13589
|
+
},
|
|
13590
|
+
"eu-west-3" : {
|
|
13591
|
+
"credentialScope" : {
|
|
13592
|
+
"region" : "eu-west-3"
|
|
13593
|
+
},
|
|
13594
|
+
"hostname" : "wafv2.eu-west-3.amazonaws.com",
|
|
13595
|
+
"variants" : [ {
|
|
13596
|
+
"hostname" : "wafv2-fips.eu-west-3.amazonaws.com",
|
|
13597
|
+
"tags" : [ "fips" ]
|
|
13598
|
+
} ]
|
|
13599
|
+
},
|
|
13600
|
+
"fips-af-south-1" : {
|
|
13601
|
+
"credentialScope" : {
|
|
13602
|
+
"region" : "af-south-1"
|
|
13603
|
+
},
|
|
13604
|
+
"deprecated" : true,
|
|
13605
|
+
"hostname" : "wafv2-fips.af-south-1.amazonaws.com"
|
|
13606
|
+
},
|
|
13607
|
+
"fips-ap-east-1" : {
|
|
13608
|
+
"credentialScope" : {
|
|
13609
|
+
"region" : "ap-east-1"
|
|
13610
|
+
},
|
|
13611
|
+
"deprecated" : true,
|
|
13612
|
+
"hostname" : "wafv2-fips.ap-east-1.amazonaws.com"
|
|
13613
|
+
},
|
|
13614
|
+
"fips-ap-northeast-1" : {
|
|
13615
|
+
"credentialScope" : {
|
|
13616
|
+
"region" : "ap-northeast-1"
|
|
13617
|
+
},
|
|
13618
|
+
"deprecated" : true,
|
|
13619
|
+
"hostname" : "wafv2-fips.ap-northeast-1.amazonaws.com"
|
|
13620
|
+
},
|
|
13621
|
+
"fips-ap-northeast-2" : {
|
|
13622
|
+
"credentialScope" : {
|
|
13623
|
+
"region" : "ap-northeast-2"
|
|
13624
|
+
},
|
|
13625
|
+
"deprecated" : true,
|
|
13626
|
+
"hostname" : "wafv2-fips.ap-northeast-2.amazonaws.com"
|
|
13627
|
+
},
|
|
13628
|
+
"fips-ap-northeast-3" : {
|
|
13629
|
+
"credentialScope" : {
|
|
13630
|
+
"region" : "ap-northeast-3"
|
|
13631
|
+
},
|
|
13632
|
+
"deprecated" : true,
|
|
13633
|
+
"hostname" : "wafv2-fips.ap-northeast-3.amazonaws.com"
|
|
13634
|
+
},
|
|
13635
|
+
"fips-ap-south-1" : {
|
|
13636
|
+
"credentialScope" : {
|
|
13637
|
+
"region" : "ap-south-1"
|
|
13638
|
+
},
|
|
13639
|
+
"deprecated" : true,
|
|
13640
|
+
"hostname" : "wafv2-fips.ap-south-1.amazonaws.com"
|
|
13641
|
+
},
|
|
13642
|
+
"fips-ap-southeast-1" : {
|
|
13643
|
+
"credentialScope" : {
|
|
13644
|
+
"region" : "ap-southeast-1"
|
|
13645
|
+
},
|
|
13646
|
+
"deprecated" : true,
|
|
13647
|
+
"hostname" : "wafv2-fips.ap-southeast-1.amazonaws.com"
|
|
13648
|
+
},
|
|
13649
|
+
"fips-ap-southeast-2" : {
|
|
13650
|
+
"credentialScope" : {
|
|
13651
|
+
"region" : "ap-southeast-2"
|
|
13652
|
+
},
|
|
13653
|
+
"deprecated" : true,
|
|
13654
|
+
"hostname" : "wafv2-fips.ap-southeast-2.amazonaws.com"
|
|
13655
|
+
},
|
|
13656
|
+
"fips-ap-southeast-3" : {
|
|
13657
|
+
"credentialScope" : {
|
|
13658
|
+
"region" : "ap-southeast-3"
|
|
13659
|
+
},
|
|
13660
|
+
"deprecated" : true,
|
|
13661
|
+
"hostname" : "wafv2-fips.ap-southeast-3.amazonaws.com"
|
|
13662
|
+
},
|
|
13663
|
+
"fips-ca-central-1" : {
|
|
13664
|
+
"credentialScope" : {
|
|
13665
|
+
"region" : "ca-central-1"
|
|
13666
|
+
},
|
|
13667
|
+
"deprecated" : true,
|
|
13668
|
+
"hostname" : "wafv2-fips.ca-central-1.amazonaws.com"
|
|
13669
|
+
},
|
|
13670
|
+
"fips-eu-central-1" : {
|
|
13671
|
+
"credentialScope" : {
|
|
13672
|
+
"region" : "eu-central-1"
|
|
13673
|
+
},
|
|
13674
|
+
"deprecated" : true,
|
|
13675
|
+
"hostname" : "wafv2-fips.eu-central-1.amazonaws.com"
|
|
13676
|
+
},
|
|
13677
|
+
"fips-eu-north-1" : {
|
|
13678
|
+
"credentialScope" : {
|
|
13679
|
+
"region" : "eu-north-1"
|
|
13680
|
+
},
|
|
13681
|
+
"deprecated" : true,
|
|
13682
|
+
"hostname" : "wafv2-fips.eu-north-1.amazonaws.com"
|
|
13683
|
+
},
|
|
13684
|
+
"fips-eu-south-1" : {
|
|
13685
|
+
"credentialScope" : {
|
|
13686
|
+
"region" : "eu-south-1"
|
|
13687
|
+
},
|
|
13688
|
+
"deprecated" : true,
|
|
13689
|
+
"hostname" : "wafv2-fips.eu-south-1.amazonaws.com"
|
|
13690
|
+
},
|
|
13691
|
+
"fips-eu-west-1" : {
|
|
13692
|
+
"credentialScope" : {
|
|
13693
|
+
"region" : "eu-west-1"
|
|
13694
|
+
},
|
|
13695
|
+
"deprecated" : true,
|
|
13696
|
+
"hostname" : "wafv2-fips.eu-west-1.amazonaws.com"
|
|
13697
|
+
},
|
|
13698
|
+
"fips-eu-west-2" : {
|
|
13699
|
+
"credentialScope" : {
|
|
13700
|
+
"region" : "eu-west-2"
|
|
13701
|
+
},
|
|
13702
|
+
"deprecated" : true,
|
|
13703
|
+
"hostname" : "wafv2-fips.eu-west-2.amazonaws.com"
|
|
13704
|
+
},
|
|
13705
|
+
"fips-eu-west-3" : {
|
|
13706
|
+
"credentialScope" : {
|
|
13707
|
+
"region" : "eu-west-3"
|
|
13708
|
+
},
|
|
13709
|
+
"deprecated" : true,
|
|
13710
|
+
"hostname" : "wafv2-fips.eu-west-3.amazonaws.com"
|
|
13711
|
+
},
|
|
13712
|
+
"fips-me-south-1" : {
|
|
13713
|
+
"credentialScope" : {
|
|
13714
|
+
"region" : "me-south-1"
|
|
13715
|
+
},
|
|
13716
|
+
"deprecated" : true,
|
|
13717
|
+
"hostname" : "wafv2-fips.me-south-1.amazonaws.com"
|
|
13718
|
+
},
|
|
13719
|
+
"fips-sa-east-1" : {
|
|
13720
|
+
"credentialScope" : {
|
|
13721
|
+
"region" : "sa-east-1"
|
|
13722
|
+
},
|
|
13723
|
+
"deprecated" : true,
|
|
13724
|
+
"hostname" : "wafv2-fips.sa-east-1.amazonaws.com"
|
|
13725
|
+
},
|
|
13726
|
+
"fips-us-east-1" : {
|
|
13727
|
+
"credentialScope" : {
|
|
13728
|
+
"region" : "us-east-1"
|
|
13729
|
+
},
|
|
13730
|
+
"deprecated" : true,
|
|
13731
|
+
"hostname" : "wafv2-fips.us-east-1.amazonaws.com"
|
|
13732
|
+
},
|
|
13733
|
+
"fips-us-east-2" : {
|
|
13734
|
+
"credentialScope" : {
|
|
13735
|
+
"region" : "us-east-2"
|
|
13736
|
+
},
|
|
13737
|
+
"deprecated" : true,
|
|
13738
|
+
"hostname" : "wafv2-fips.us-east-2.amazonaws.com"
|
|
13739
|
+
},
|
|
13740
|
+
"fips-us-west-1" : {
|
|
13741
|
+
"credentialScope" : {
|
|
13742
|
+
"region" : "us-west-1"
|
|
13743
|
+
},
|
|
13744
|
+
"deprecated" : true,
|
|
13745
|
+
"hostname" : "wafv2-fips.us-west-1.amazonaws.com"
|
|
13746
|
+
},
|
|
13747
|
+
"fips-us-west-2" : {
|
|
13748
|
+
"credentialScope" : {
|
|
13749
|
+
"region" : "us-west-2"
|
|
13750
|
+
},
|
|
13751
|
+
"deprecated" : true,
|
|
13752
|
+
"hostname" : "wafv2-fips.us-west-2.amazonaws.com"
|
|
13753
|
+
},
|
|
13754
|
+
"me-south-1" : {
|
|
13755
|
+
"credentialScope" : {
|
|
13756
|
+
"region" : "me-south-1"
|
|
13757
|
+
},
|
|
13758
|
+
"hostname" : "wafv2.me-south-1.amazonaws.com",
|
|
13759
|
+
"variants" : [ {
|
|
13760
|
+
"hostname" : "wafv2-fips.me-south-1.amazonaws.com",
|
|
13761
|
+
"tags" : [ "fips" ]
|
|
13762
|
+
} ]
|
|
13763
|
+
},
|
|
13764
|
+
"sa-east-1" : {
|
|
13765
|
+
"credentialScope" : {
|
|
13766
|
+
"region" : "sa-east-1"
|
|
13767
|
+
},
|
|
13768
|
+
"hostname" : "wafv2.sa-east-1.amazonaws.com",
|
|
13769
|
+
"variants" : [ {
|
|
13770
|
+
"hostname" : "wafv2-fips.sa-east-1.amazonaws.com",
|
|
13771
|
+
"tags" : [ "fips" ]
|
|
13772
|
+
} ]
|
|
13773
|
+
},
|
|
13774
|
+
"us-east-1" : {
|
|
13775
|
+
"credentialScope" : {
|
|
13776
|
+
"region" : "us-east-1"
|
|
13777
|
+
},
|
|
13778
|
+
"hostname" : "wafv2.us-east-1.amazonaws.com",
|
|
13779
|
+
"variants" : [ {
|
|
13780
|
+
"hostname" : "wafv2-fips.us-east-1.amazonaws.com",
|
|
13781
|
+
"tags" : [ "fips" ]
|
|
13782
|
+
} ]
|
|
13783
|
+
},
|
|
13784
|
+
"us-east-2" : {
|
|
13785
|
+
"credentialScope" : {
|
|
13786
|
+
"region" : "us-east-2"
|
|
13787
|
+
},
|
|
13788
|
+
"hostname" : "wafv2.us-east-2.amazonaws.com",
|
|
13789
|
+
"variants" : [ {
|
|
13790
|
+
"hostname" : "wafv2-fips.us-east-2.amazonaws.com",
|
|
13791
|
+
"tags" : [ "fips" ]
|
|
13792
|
+
} ]
|
|
13793
|
+
},
|
|
13794
|
+
"us-west-1" : {
|
|
13795
|
+
"credentialScope" : {
|
|
13796
|
+
"region" : "us-west-1"
|
|
13797
|
+
},
|
|
13798
|
+
"hostname" : "wafv2.us-west-1.amazonaws.com",
|
|
13799
|
+
"variants" : [ {
|
|
13800
|
+
"hostname" : "wafv2-fips.us-west-1.amazonaws.com",
|
|
13801
|
+
"tags" : [ "fips" ]
|
|
13802
|
+
} ]
|
|
13803
|
+
},
|
|
13804
|
+
"us-west-2" : {
|
|
13805
|
+
"credentialScope" : {
|
|
13806
|
+
"region" : "us-west-2"
|
|
13807
|
+
},
|
|
13808
|
+
"hostname" : "wafv2.us-west-2.amazonaws.com",
|
|
13809
|
+
"variants" : [ {
|
|
13810
|
+
"hostname" : "wafv2-fips.us-west-2.amazonaws.com",
|
|
13811
|
+
"tags" : [ "fips" ]
|
|
13812
|
+
} ]
|
|
13813
|
+
}
|
|
13814
|
+
}
|
|
13815
|
+
},
|
|
13374
13816
|
"wellarchitected" : {
|
|
13375
13817
|
"endpoints" : {
|
|
13376
13818
|
"ap-east-1" : { },
|
|
@@ -14627,6 +15069,44 @@
|
|
|
14627
15069
|
}
|
|
14628
15070
|
}
|
|
14629
15071
|
},
|
|
15072
|
+
"wafv2" : {
|
|
15073
|
+
"endpoints" : {
|
|
15074
|
+
"cn-north-1" : {
|
|
15075
|
+
"credentialScope" : {
|
|
15076
|
+
"region" : "cn-north-1"
|
|
15077
|
+
},
|
|
15078
|
+
"hostname" : "wafv2.cn-north-1.amazonaws.com.cn",
|
|
15079
|
+
"variants" : [ {
|
|
15080
|
+
"hostname" : "wafv2-fips.cn-north-1.amazonaws.com.cn",
|
|
15081
|
+
"tags" : [ "fips" ]
|
|
15082
|
+
} ]
|
|
15083
|
+
},
|
|
15084
|
+
"cn-northwest-1" : {
|
|
15085
|
+
"credentialScope" : {
|
|
15086
|
+
"region" : "cn-northwest-1"
|
|
15087
|
+
},
|
|
15088
|
+
"hostname" : "wafv2.cn-northwest-1.amazonaws.com.cn",
|
|
15089
|
+
"variants" : [ {
|
|
15090
|
+
"hostname" : "wafv2-fips.cn-northwest-1.amazonaws.com.cn",
|
|
15091
|
+
"tags" : [ "fips" ]
|
|
15092
|
+
} ]
|
|
15093
|
+
},
|
|
15094
|
+
"fips-cn-north-1" : {
|
|
15095
|
+
"credentialScope" : {
|
|
15096
|
+
"region" : "cn-north-1"
|
|
15097
|
+
},
|
|
15098
|
+
"deprecated" : true,
|
|
15099
|
+
"hostname" : "wafv2-fips.cn-north-1.amazonaws.com.cn"
|
|
15100
|
+
},
|
|
15101
|
+
"fips-cn-northwest-1" : {
|
|
15102
|
+
"credentialScope" : {
|
|
15103
|
+
"region" : "cn-northwest-1"
|
|
15104
|
+
},
|
|
15105
|
+
"deprecated" : true,
|
|
15106
|
+
"hostname" : "wafv2-fips.cn-northwest-1.amazonaws.com.cn"
|
|
15107
|
+
}
|
|
15108
|
+
}
|
|
15109
|
+
},
|
|
14630
15110
|
"workspaces" : {
|
|
14631
15111
|
"endpoints" : {
|
|
14632
15112
|
"cn-northwest-1" : { }
|
|
@@ -16615,6 +17095,13 @@
|
|
|
16615
17095
|
},
|
|
16616
17096
|
"lakeformation" : {
|
|
16617
17097
|
"endpoints" : {
|
|
17098
|
+
"fips-us-gov-east-1" : {
|
|
17099
|
+
"credentialScope" : {
|
|
17100
|
+
"region" : "us-gov-east-1"
|
|
17101
|
+
},
|
|
17102
|
+
"deprecated" : true,
|
|
17103
|
+
"hostname" : "lakeformation-fips.us-gov-east-1.amazonaws.com"
|
|
17104
|
+
},
|
|
16618
17105
|
"fips-us-gov-west-1" : {
|
|
16619
17106
|
"credentialScope" : {
|
|
16620
17107
|
"region" : "us-gov-west-1"
|
|
@@ -16622,6 +17109,12 @@
|
|
|
16622
17109
|
"deprecated" : true,
|
|
16623
17110
|
"hostname" : "lakeformation-fips.us-gov-west-1.amazonaws.com"
|
|
16624
17111
|
},
|
|
17112
|
+
"us-gov-east-1" : {
|
|
17113
|
+
"variants" : [ {
|
|
17114
|
+
"hostname" : "lakeformation-fips.us-gov-east-1.amazonaws.com",
|
|
17115
|
+
"tags" : [ "fips" ]
|
|
17116
|
+
} ]
|
|
17117
|
+
},
|
|
16625
17118
|
"us-gov-west-1" : {
|
|
16626
17119
|
"variants" : [ {
|
|
16627
17120
|
"hostname" : "lakeformation-fips.us-gov-west-1.amazonaws.com",
|
|
@@ -18067,6 +18560,12 @@
|
|
|
18067
18560
|
}
|
|
18068
18561
|
}
|
|
18069
18562
|
},
|
|
18563
|
+
"transcribestreaming" : {
|
|
18564
|
+
"endpoints" : {
|
|
18565
|
+
"us-gov-east-1" : { },
|
|
18566
|
+
"us-gov-west-1" : { }
|
|
18567
|
+
}
|
|
18568
|
+
},
|
|
18070
18569
|
"transfer" : {
|
|
18071
18570
|
"endpoints" : {
|
|
18072
18571
|
"fips-us-gov-east-1" : {
|
|
@@ -18155,6 +18654,44 @@
|
|
|
18155
18654
|
}
|
|
18156
18655
|
}
|
|
18157
18656
|
},
|
|
18657
|
+
"wafv2" : {
|
|
18658
|
+
"endpoints" : {
|
|
18659
|
+
"fips-us-gov-east-1" : {
|
|
18660
|
+
"credentialScope" : {
|
|
18661
|
+
"region" : "us-gov-east-1"
|
|
18662
|
+
},
|
|
18663
|
+
"deprecated" : true,
|
|
18664
|
+
"hostname" : "wafv2-fips.us-gov-east-1.amazonaws.com"
|
|
18665
|
+
},
|
|
18666
|
+
"fips-us-gov-west-1" : {
|
|
18667
|
+
"credentialScope" : {
|
|
18668
|
+
"region" : "us-gov-west-1"
|
|
18669
|
+
},
|
|
18670
|
+
"deprecated" : true,
|
|
18671
|
+
"hostname" : "wafv2-fips.us-gov-west-1.amazonaws.com"
|
|
18672
|
+
},
|
|
18673
|
+
"us-gov-east-1" : {
|
|
18674
|
+
"credentialScope" : {
|
|
18675
|
+
"region" : "us-gov-east-1"
|
|
18676
|
+
},
|
|
18677
|
+
"hostname" : "wafv2.us-gov-east-1.amazonaws.com",
|
|
18678
|
+
"variants" : [ {
|
|
18679
|
+
"hostname" : "wafv2-fips.us-gov-east-1.amazonaws.com",
|
|
18680
|
+
"tags" : [ "fips" ]
|
|
18681
|
+
} ]
|
|
18682
|
+
},
|
|
18683
|
+
"us-gov-west-1" : {
|
|
18684
|
+
"credentialScope" : {
|
|
18685
|
+
"region" : "us-gov-west-1"
|
|
18686
|
+
},
|
|
18687
|
+
"hostname" : "wafv2.us-gov-west-1.amazonaws.com",
|
|
18688
|
+
"variants" : [ {
|
|
18689
|
+
"hostname" : "wafv2-fips.us-gov-west-1.amazonaws.com",
|
|
18690
|
+
"tags" : [ "fips" ]
|
|
18691
|
+
} ]
|
|
18692
|
+
}
|
|
18693
|
+
}
|
|
18694
|
+
},
|
|
18158
18695
|
"workspaces" : {
|
|
18159
18696
|
"endpoints" : {
|
|
18160
18697
|
"fips-us-gov-west-1" : {
|
|
@@ -19103,6 +19640,11 @@
|
|
|
19103
19640
|
"endpoints" : {
|
|
19104
19641
|
"us-isob-east-1" : { }
|
|
19105
19642
|
}
|
|
19643
|
+
},
|
|
19644
|
+
"workspaces" : {
|
|
19645
|
+
"endpoints" : {
|
|
19646
|
+
"us-isob-east-1" : { }
|
|
19647
|
+
}
|
|
19106
19648
|
}
|
|
19107
19649
|
}
|
|
19108
19650
|
} ],
|
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.602.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: 2022-06-
|
|
11
|
+
date: 2022-06-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|