aws-partitions 1.598.0 → 1.601.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +494 -15
- 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: 5e0254d229869bad780d12e628b10364200efc0a50a38ffb6508d2a70f45c0c5
|
|
4
|
+
data.tar.gz: 890bac5b911d50e3ab2c9de2e7b9199b30cb5931a1c28ca5741a480d92566d0a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b8d7d19bf4c7256db60ea7829aee653c54adae3046c6714898824526040e164db078a6d01bc4e65b43d5eb497251a4b54c7076ce53c7ce0f97d6096a906b14c7
|
|
7
|
+
data.tar.gz: 18dba5328500bd8c9152d063867db7db9a47f09844209f3af2c1366ebb879cb9776a0b4594820f0c07e849a076512db7adc9582c8f994d51b74648b23ee25a6c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.601.0 (2022-06-24)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.600.0 (2022-06-17)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::ConnectCampaignService`.
|
|
13
|
+
|
|
14
|
+
1.599.0 (2022-06-16)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Added support for enumerating regions for `Aws::RedshiftServerless`.
|
|
18
|
+
|
|
4
19
|
1.598.0 (2022-06-08)
|
|
5
20
|
------------------
|
|
6
21
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.601.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
|
@@ -2984,6 +2984,14 @@
|
|
|
2984
2984
|
"us-west-2" : { }
|
|
2985
2985
|
}
|
|
2986
2986
|
},
|
|
2987
|
+
"connect-campaigns" : {
|
|
2988
|
+
"endpoints" : {
|
|
2989
|
+
"ap-southeast-2" : { },
|
|
2990
|
+
"eu-west-2" : { },
|
|
2991
|
+
"us-east-1" : { },
|
|
2992
|
+
"us-west-2" : { }
|
|
2993
|
+
}
|
|
2994
|
+
},
|
|
2987
2995
|
"contact-lens" : {
|
|
2988
2996
|
"endpoints" : {
|
|
2989
2997
|
"ap-northeast-1" : { },
|
|
@@ -3693,14 +3701,26 @@
|
|
|
3693
3701
|
},
|
|
3694
3702
|
"drs" : {
|
|
3695
3703
|
"endpoints" : {
|
|
3704
|
+
"af-south-1" : { },
|
|
3705
|
+
"ap-east-1" : { },
|
|
3696
3706
|
"ap-northeast-1" : { },
|
|
3707
|
+
"ap-northeast-2" : { },
|
|
3708
|
+
"ap-northeast-3" : { },
|
|
3709
|
+
"ap-south-1" : { },
|
|
3697
3710
|
"ap-southeast-1" : { },
|
|
3698
3711
|
"ap-southeast-2" : { },
|
|
3712
|
+
"ca-central-1" : { },
|
|
3699
3713
|
"eu-central-1" : { },
|
|
3714
|
+
"eu-north-1" : { },
|
|
3715
|
+
"eu-south-1" : { },
|
|
3700
3716
|
"eu-west-1" : { },
|
|
3701
3717
|
"eu-west-2" : { },
|
|
3718
|
+
"eu-west-3" : { },
|
|
3719
|
+
"me-south-1" : { },
|
|
3720
|
+
"sa-east-1" : { },
|
|
3702
3721
|
"us-east-1" : { },
|
|
3703
3722
|
"us-east-2" : { },
|
|
3723
|
+
"us-west-1" : { },
|
|
3704
3724
|
"us-west-2" : { }
|
|
3705
3725
|
}
|
|
3706
3726
|
},
|
|
@@ -4330,6 +4350,7 @@
|
|
|
4330
4350
|
"ap-south-1" : { },
|
|
4331
4351
|
"ap-southeast-1" : { },
|
|
4332
4352
|
"ap-southeast-2" : { },
|
|
4353
|
+
"ap-southeast-3" : { },
|
|
4333
4354
|
"ca-central-1" : { },
|
|
4334
4355
|
"eu-central-1" : { },
|
|
4335
4356
|
"eu-north-1" : { },
|
|
@@ -9260,6 +9281,12 @@
|
|
|
9260
9281
|
},
|
|
9261
9282
|
"hostname" : "portal.sso.eu-north-1.amazonaws.com"
|
|
9262
9283
|
},
|
|
9284
|
+
"eu-south-1" : {
|
|
9285
|
+
"credentialScope" : {
|
|
9286
|
+
"region" : "eu-south-1"
|
|
9287
|
+
},
|
|
9288
|
+
"hostname" : "portal.sso.eu-south-1.amazonaws.com"
|
|
9289
|
+
},
|
|
9263
9290
|
"eu-west-1" : {
|
|
9264
9291
|
"credentialScope" : {
|
|
9265
9292
|
"region" : "eu-west-1"
|
|
@@ -9788,21 +9815,6 @@
|
|
|
9788
9815
|
}
|
|
9789
9816
|
}
|
|
9790
9817
|
},
|
|
9791
|
-
"redshift-serverless" : {
|
|
9792
|
-
"endpoints" : {
|
|
9793
|
-
"ap-northeast-1" : { },
|
|
9794
|
-
"ap-northeast-2" : { },
|
|
9795
|
-
"ap-southeast-1" : { },
|
|
9796
|
-
"ap-southeast-2" : { },
|
|
9797
|
-
"eu-central-1" : { },
|
|
9798
|
-
"eu-north-1" : { },
|
|
9799
|
-
"eu-west-1" : { },
|
|
9800
|
-
"eu-west-2" : { },
|
|
9801
|
-
"us-east-1" : { },
|
|
9802
|
-
"us-east-2" : { },
|
|
9803
|
-
"us-west-2" : { }
|
|
9804
|
-
}
|
|
9805
|
-
},
|
|
9806
9818
|
"rekognition" : {
|
|
9807
9819
|
"endpoints" : {
|
|
9808
9820
|
"ap-northeast-1" : { },
|
|
@@ -11021,6 +11033,7 @@
|
|
|
11021
11033
|
"ap-south-1" : { },
|
|
11022
11034
|
"ap-southeast-1" : { },
|
|
11023
11035
|
"ap-southeast-2" : { },
|
|
11036
|
+
"ap-southeast-3" : { },
|
|
11024
11037
|
"ca-central-1" : { },
|
|
11025
11038
|
"eu-central-1" : { },
|
|
11026
11039
|
"eu-north-1" : { },
|
|
@@ -11155,6 +11168,7 @@
|
|
|
11155
11168
|
"ap-south-1" : { },
|
|
11156
11169
|
"ap-southeast-1" : { },
|
|
11157
11170
|
"ap-southeast-2" : { },
|
|
11171
|
+
"ap-southeast-3" : { },
|
|
11158
11172
|
"ca-central-1" : { },
|
|
11159
11173
|
"eu-central-1" : { },
|
|
11160
11174
|
"eu-north-1" : { },
|
|
@@ -13371,6 +13385,384 @@
|
|
|
13371
13385
|
}
|
|
13372
13386
|
}
|
|
13373
13387
|
},
|
|
13388
|
+
"wafv2" : {
|
|
13389
|
+
"endpoints" : {
|
|
13390
|
+
"af-south-1" : {
|
|
13391
|
+
"credentialScope" : {
|
|
13392
|
+
"region" : "af-south-1"
|
|
13393
|
+
},
|
|
13394
|
+
"hostname" : "wafv2.af-south-1.amazonaws.com",
|
|
13395
|
+
"variants" : [ {
|
|
13396
|
+
"hostname" : "wafv2-fips.af-south-1.amazonaws.com",
|
|
13397
|
+
"tags" : [ "fips" ]
|
|
13398
|
+
} ]
|
|
13399
|
+
},
|
|
13400
|
+
"ap-east-1" : {
|
|
13401
|
+
"credentialScope" : {
|
|
13402
|
+
"region" : "ap-east-1"
|
|
13403
|
+
},
|
|
13404
|
+
"hostname" : "wafv2.ap-east-1.amazonaws.com",
|
|
13405
|
+
"variants" : [ {
|
|
13406
|
+
"hostname" : "wafv2-fips.ap-east-1.amazonaws.com",
|
|
13407
|
+
"tags" : [ "fips" ]
|
|
13408
|
+
} ]
|
|
13409
|
+
},
|
|
13410
|
+
"ap-northeast-1" : {
|
|
13411
|
+
"credentialScope" : {
|
|
13412
|
+
"region" : "ap-northeast-1"
|
|
13413
|
+
},
|
|
13414
|
+
"hostname" : "wafv2.ap-northeast-1.amazonaws.com",
|
|
13415
|
+
"variants" : [ {
|
|
13416
|
+
"hostname" : "wafv2-fips.ap-northeast-1.amazonaws.com",
|
|
13417
|
+
"tags" : [ "fips" ]
|
|
13418
|
+
} ]
|
|
13419
|
+
},
|
|
13420
|
+
"ap-northeast-2" : {
|
|
13421
|
+
"credentialScope" : {
|
|
13422
|
+
"region" : "ap-northeast-2"
|
|
13423
|
+
},
|
|
13424
|
+
"hostname" : "wafv2.ap-northeast-2.amazonaws.com",
|
|
13425
|
+
"variants" : [ {
|
|
13426
|
+
"hostname" : "wafv2-fips.ap-northeast-2.amazonaws.com",
|
|
13427
|
+
"tags" : [ "fips" ]
|
|
13428
|
+
} ]
|
|
13429
|
+
},
|
|
13430
|
+
"ap-northeast-3" : {
|
|
13431
|
+
"credentialScope" : {
|
|
13432
|
+
"region" : "ap-northeast-3"
|
|
13433
|
+
},
|
|
13434
|
+
"hostname" : "wafv2.ap-northeast-3.amazonaws.com",
|
|
13435
|
+
"variants" : [ {
|
|
13436
|
+
"hostname" : "wafv2-fips.ap-northeast-3.amazonaws.com",
|
|
13437
|
+
"tags" : [ "fips" ]
|
|
13438
|
+
} ]
|
|
13439
|
+
},
|
|
13440
|
+
"ap-south-1" : {
|
|
13441
|
+
"credentialScope" : {
|
|
13442
|
+
"region" : "ap-south-1"
|
|
13443
|
+
},
|
|
13444
|
+
"hostname" : "wafv2.ap-south-1.amazonaws.com",
|
|
13445
|
+
"variants" : [ {
|
|
13446
|
+
"hostname" : "wafv2-fips.ap-south-1.amazonaws.com",
|
|
13447
|
+
"tags" : [ "fips" ]
|
|
13448
|
+
} ]
|
|
13449
|
+
},
|
|
13450
|
+
"ap-southeast-1" : {
|
|
13451
|
+
"credentialScope" : {
|
|
13452
|
+
"region" : "ap-southeast-1"
|
|
13453
|
+
},
|
|
13454
|
+
"hostname" : "wafv2.ap-southeast-1.amazonaws.com",
|
|
13455
|
+
"variants" : [ {
|
|
13456
|
+
"hostname" : "wafv2-fips.ap-southeast-1.amazonaws.com",
|
|
13457
|
+
"tags" : [ "fips" ]
|
|
13458
|
+
} ]
|
|
13459
|
+
},
|
|
13460
|
+
"ap-southeast-2" : {
|
|
13461
|
+
"credentialScope" : {
|
|
13462
|
+
"region" : "ap-southeast-2"
|
|
13463
|
+
},
|
|
13464
|
+
"hostname" : "wafv2.ap-southeast-2.amazonaws.com",
|
|
13465
|
+
"variants" : [ {
|
|
13466
|
+
"hostname" : "wafv2-fips.ap-southeast-2.amazonaws.com",
|
|
13467
|
+
"tags" : [ "fips" ]
|
|
13468
|
+
} ]
|
|
13469
|
+
},
|
|
13470
|
+
"ap-southeast-3" : {
|
|
13471
|
+
"credentialScope" : {
|
|
13472
|
+
"region" : "ap-southeast-3"
|
|
13473
|
+
},
|
|
13474
|
+
"hostname" : "wafv2.ap-southeast-3.amazonaws.com",
|
|
13475
|
+
"variants" : [ {
|
|
13476
|
+
"hostname" : "wafv2-fips.ap-southeast-3.amazonaws.com",
|
|
13477
|
+
"tags" : [ "fips" ]
|
|
13478
|
+
} ]
|
|
13479
|
+
},
|
|
13480
|
+
"ca-central-1" : {
|
|
13481
|
+
"credentialScope" : {
|
|
13482
|
+
"region" : "ca-central-1"
|
|
13483
|
+
},
|
|
13484
|
+
"hostname" : "wafv2.ca-central-1.amazonaws.com",
|
|
13485
|
+
"variants" : [ {
|
|
13486
|
+
"hostname" : "wafv2-fips.ca-central-1.amazonaws.com",
|
|
13487
|
+
"tags" : [ "fips" ]
|
|
13488
|
+
} ]
|
|
13489
|
+
},
|
|
13490
|
+
"eu-central-1" : {
|
|
13491
|
+
"credentialScope" : {
|
|
13492
|
+
"region" : "eu-central-1"
|
|
13493
|
+
},
|
|
13494
|
+
"hostname" : "wafv2.eu-central-1.amazonaws.com",
|
|
13495
|
+
"variants" : [ {
|
|
13496
|
+
"hostname" : "wafv2-fips.eu-central-1.amazonaws.com",
|
|
13497
|
+
"tags" : [ "fips" ]
|
|
13498
|
+
} ]
|
|
13499
|
+
},
|
|
13500
|
+
"eu-north-1" : {
|
|
13501
|
+
"credentialScope" : {
|
|
13502
|
+
"region" : "eu-north-1"
|
|
13503
|
+
},
|
|
13504
|
+
"hostname" : "wafv2.eu-north-1.amazonaws.com",
|
|
13505
|
+
"variants" : [ {
|
|
13506
|
+
"hostname" : "wafv2-fips.eu-north-1.amazonaws.com",
|
|
13507
|
+
"tags" : [ "fips" ]
|
|
13508
|
+
} ]
|
|
13509
|
+
},
|
|
13510
|
+
"eu-south-1" : {
|
|
13511
|
+
"credentialScope" : {
|
|
13512
|
+
"region" : "eu-south-1"
|
|
13513
|
+
},
|
|
13514
|
+
"hostname" : "wafv2.eu-south-1.amazonaws.com",
|
|
13515
|
+
"variants" : [ {
|
|
13516
|
+
"hostname" : "wafv2-fips.eu-south-1.amazonaws.com",
|
|
13517
|
+
"tags" : [ "fips" ]
|
|
13518
|
+
} ]
|
|
13519
|
+
},
|
|
13520
|
+
"eu-west-1" : {
|
|
13521
|
+
"credentialScope" : {
|
|
13522
|
+
"region" : "eu-west-1"
|
|
13523
|
+
},
|
|
13524
|
+
"hostname" : "wafv2.eu-west-1.amazonaws.com",
|
|
13525
|
+
"variants" : [ {
|
|
13526
|
+
"hostname" : "wafv2-fips.eu-west-1.amazonaws.com",
|
|
13527
|
+
"tags" : [ "fips" ]
|
|
13528
|
+
} ]
|
|
13529
|
+
},
|
|
13530
|
+
"eu-west-2" : {
|
|
13531
|
+
"credentialScope" : {
|
|
13532
|
+
"region" : "eu-west-2"
|
|
13533
|
+
},
|
|
13534
|
+
"hostname" : "wafv2.eu-west-2.amazonaws.com",
|
|
13535
|
+
"variants" : [ {
|
|
13536
|
+
"hostname" : "wafv2-fips.eu-west-2.amazonaws.com",
|
|
13537
|
+
"tags" : [ "fips" ]
|
|
13538
|
+
} ]
|
|
13539
|
+
},
|
|
13540
|
+
"eu-west-3" : {
|
|
13541
|
+
"credentialScope" : {
|
|
13542
|
+
"region" : "eu-west-3"
|
|
13543
|
+
},
|
|
13544
|
+
"hostname" : "wafv2.eu-west-3.amazonaws.com",
|
|
13545
|
+
"variants" : [ {
|
|
13546
|
+
"hostname" : "wafv2-fips.eu-west-3.amazonaws.com",
|
|
13547
|
+
"tags" : [ "fips" ]
|
|
13548
|
+
} ]
|
|
13549
|
+
},
|
|
13550
|
+
"fips-af-south-1" : {
|
|
13551
|
+
"credentialScope" : {
|
|
13552
|
+
"region" : "af-south-1"
|
|
13553
|
+
},
|
|
13554
|
+
"deprecated" : true,
|
|
13555
|
+
"hostname" : "wafv2-fips.af-south-1.amazonaws.com"
|
|
13556
|
+
},
|
|
13557
|
+
"fips-ap-east-1" : {
|
|
13558
|
+
"credentialScope" : {
|
|
13559
|
+
"region" : "ap-east-1"
|
|
13560
|
+
},
|
|
13561
|
+
"deprecated" : true,
|
|
13562
|
+
"hostname" : "wafv2-fips.ap-east-1.amazonaws.com"
|
|
13563
|
+
},
|
|
13564
|
+
"fips-ap-northeast-1" : {
|
|
13565
|
+
"credentialScope" : {
|
|
13566
|
+
"region" : "ap-northeast-1"
|
|
13567
|
+
},
|
|
13568
|
+
"deprecated" : true,
|
|
13569
|
+
"hostname" : "wafv2-fips.ap-northeast-1.amazonaws.com"
|
|
13570
|
+
},
|
|
13571
|
+
"fips-ap-northeast-2" : {
|
|
13572
|
+
"credentialScope" : {
|
|
13573
|
+
"region" : "ap-northeast-2"
|
|
13574
|
+
},
|
|
13575
|
+
"deprecated" : true,
|
|
13576
|
+
"hostname" : "wafv2-fips.ap-northeast-2.amazonaws.com"
|
|
13577
|
+
},
|
|
13578
|
+
"fips-ap-northeast-3" : {
|
|
13579
|
+
"credentialScope" : {
|
|
13580
|
+
"region" : "ap-northeast-3"
|
|
13581
|
+
},
|
|
13582
|
+
"deprecated" : true,
|
|
13583
|
+
"hostname" : "wafv2-fips.ap-northeast-3.amazonaws.com"
|
|
13584
|
+
},
|
|
13585
|
+
"fips-ap-south-1" : {
|
|
13586
|
+
"credentialScope" : {
|
|
13587
|
+
"region" : "ap-south-1"
|
|
13588
|
+
},
|
|
13589
|
+
"deprecated" : true,
|
|
13590
|
+
"hostname" : "wafv2-fips.ap-south-1.amazonaws.com"
|
|
13591
|
+
},
|
|
13592
|
+
"fips-ap-southeast-1" : {
|
|
13593
|
+
"credentialScope" : {
|
|
13594
|
+
"region" : "ap-southeast-1"
|
|
13595
|
+
},
|
|
13596
|
+
"deprecated" : true,
|
|
13597
|
+
"hostname" : "wafv2-fips.ap-southeast-1.amazonaws.com"
|
|
13598
|
+
},
|
|
13599
|
+
"fips-ap-southeast-2" : {
|
|
13600
|
+
"credentialScope" : {
|
|
13601
|
+
"region" : "ap-southeast-2"
|
|
13602
|
+
},
|
|
13603
|
+
"deprecated" : true,
|
|
13604
|
+
"hostname" : "wafv2-fips.ap-southeast-2.amazonaws.com"
|
|
13605
|
+
},
|
|
13606
|
+
"fips-ap-southeast-3" : {
|
|
13607
|
+
"credentialScope" : {
|
|
13608
|
+
"region" : "ap-southeast-3"
|
|
13609
|
+
},
|
|
13610
|
+
"deprecated" : true,
|
|
13611
|
+
"hostname" : "wafv2-fips.ap-southeast-3.amazonaws.com"
|
|
13612
|
+
},
|
|
13613
|
+
"fips-ca-central-1" : {
|
|
13614
|
+
"credentialScope" : {
|
|
13615
|
+
"region" : "ca-central-1"
|
|
13616
|
+
},
|
|
13617
|
+
"deprecated" : true,
|
|
13618
|
+
"hostname" : "wafv2-fips.ca-central-1.amazonaws.com"
|
|
13619
|
+
},
|
|
13620
|
+
"fips-eu-central-1" : {
|
|
13621
|
+
"credentialScope" : {
|
|
13622
|
+
"region" : "eu-central-1"
|
|
13623
|
+
},
|
|
13624
|
+
"deprecated" : true,
|
|
13625
|
+
"hostname" : "wafv2-fips.eu-central-1.amazonaws.com"
|
|
13626
|
+
},
|
|
13627
|
+
"fips-eu-north-1" : {
|
|
13628
|
+
"credentialScope" : {
|
|
13629
|
+
"region" : "eu-north-1"
|
|
13630
|
+
},
|
|
13631
|
+
"deprecated" : true,
|
|
13632
|
+
"hostname" : "wafv2-fips.eu-north-1.amazonaws.com"
|
|
13633
|
+
},
|
|
13634
|
+
"fips-eu-south-1" : {
|
|
13635
|
+
"credentialScope" : {
|
|
13636
|
+
"region" : "eu-south-1"
|
|
13637
|
+
},
|
|
13638
|
+
"deprecated" : true,
|
|
13639
|
+
"hostname" : "wafv2-fips.eu-south-1.amazonaws.com"
|
|
13640
|
+
},
|
|
13641
|
+
"fips-eu-west-1" : {
|
|
13642
|
+
"credentialScope" : {
|
|
13643
|
+
"region" : "eu-west-1"
|
|
13644
|
+
},
|
|
13645
|
+
"deprecated" : true,
|
|
13646
|
+
"hostname" : "wafv2-fips.eu-west-1.amazonaws.com"
|
|
13647
|
+
},
|
|
13648
|
+
"fips-eu-west-2" : {
|
|
13649
|
+
"credentialScope" : {
|
|
13650
|
+
"region" : "eu-west-2"
|
|
13651
|
+
},
|
|
13652
|
+
"deprecated" : true,
|
|
13653
|
+
"hostname" : "wafv2-fips.eu-west-2.amazonaws.com"
|
|
13654
|
+
},
|
|
13655
|
+
"fips-eu-west-3" : {
|
|
13656
|
+
"credentialScope" : {
|
|
13657
|
+
"region" : "eu-west-3"
|
|
13658
|
+
},
|
|
13659
|
+
"deprecated" : true,
|
|
13660
|
+
"hostname" : "wafv2-fips.eu-west-3.amazonaws.com"
|
|
13661
|
+
},
|
|
13662
|
+
"fips-me-south-1" : {
|
|
13663
|
+
"credentialScope" : {
|
|
13664
|
+
"region" : "me-south-1"
|
|
13665
|
+
},
|
|
13666
|
+
"deprecated" : true,
|
|
13667
|
+
"hostname" : "wafv2-fips.me-south-1.amazonaws.com"
|
|
13668
|
+
},
|
|
13669
|
+
"fips-sa-east-1" : {
|
|
13670
|
+
"credentialScope" : {
|
|
13671
|
+
"region" : "sa-east-1"
|
|
13672
|
+
},
|
|
13673
|
+
"deprecated" : true,
|
|
13674
|
+
"hostname" : "wafv2-fips.sa-east-1.amazonaws.com"
|
|
13675
|
+
},
|
|
13676
|
+
"fips-us-east-1" : {
|
|
13677
|
+
"credentialScope" : {
|
|
13678
|
+
"region" : "us-east-1"
|
|
13679
|
+
},
|
|
13680
|
+
"deprecated" : true,
|
|
13681
|
+
"hostname" : "wafv2-fips.us-east-1.amazonaws.com"
|
|
13682
|
+
},
|
|
13683
|
+
"fips-us-east-2" : {
|
|
13684
|
+
"credentialScope" : {
|
|
13685
|
+
"region" : "us-east-2"
|
|
13686
|
+
},
|
|
13687
|
+
"deprecated" : true,
|
|
13688
|
+
"hostname" : "wafv2-fips.us-east-2.amazonaws.com"
|
|
13689
|
+
},
|
|
13690
|
+
"fips-us-west-1" : {
|
|
13691
|
+
"credentialScope" : {
|
|
13692
|
+
"region" : "us-west-1"
|
|
13693
|
+
},
|
|
13694
|
+
"deprecated" : true,
|
|
13695
|
+
"hostname" : "wafv2-fips.us-west-1.amazonaws.com"
|
|
13696
|
+
},
|
|
13697
|
+
"fips-us-west-2" : {
|
|
13698
|
+
"credentialScope" : {
|
|
13699
|
+
"region" : "us-west-2"
|
|
13700
|
+
},
|
|
13701
|
+
"deprecated" : true,
|
|
13702
|
+
"hostname" : "wafv2-fips.us-west-2.amazonaws.com"
|
|
13703
|
+
},
|
|
13704
|
+
"me-south-1" : {
|
|
13705
|
+
"credentialScope" : {
|
|
13706
|
+
"region" : "me-south-1"
|
|
13707
|
+
},
|
|
13708
|
+
"hostname" : "wafv2.me-south-1.amazonaws.com",
|
|
13709
|
+
"variants" : [ {
|
|
13710
|
+
"hostname" : "wafv2-fips.me-south-1.amazonaws.com",
|
|
13711
|
+
"tags" : [ "fips" ]
|
|
13712
|
+
} ]
|
|
13713
|
+
},
|
|
13714
|
+
"sa-east-1" : {
|
|
13715
|
+
"credentialScope" : {
|
|
13716
|
+
"region" : "sa-east-1"
|
|
13717
|
+
},
|
|
13718
|
+
"hostname" : "wafv2.sa-east-1.amazonaws.com",
|
|
13719
|
+
"variants" : [ {
|
|
13720
|
+
"hostname" : "wafv2-fips.sa-east-1.amazonaws.com",
|
|
13721
|
+
"tags" : [ "fips" ]
|
|
13722
|
+
} ]
|
|
13723
|
+
},
|
|
13724
|
+
"us-east-1" : {
|
|
13725
|
+
"credentialScope" : {
|
|
13726
|
+
"region" : "us-east-1"
|
|
13727
|
+
},
|
|
13728
|
+
"hostname" : "wafv2.us-east-1.amazonaws.com",
|
|
13729
|
+
"variants" : [ {
|
|
13730
|
+
"hostname" : "wafv2-fips.us-east-1.amazonaws.com",
|
|
13731
|
+
"tags" : [ "fips" ]
|
|
13732
|
+
} ]
|
|
13733
|
+
},
|
|
13734
|
+
"us-east-2" : {
|
|
13735
|
+
"credentialScope" : {
|
|
13736
|
+
"region" : "us-east-2"
|
|
13737
|
+
},
|
|
13738
|
+
"hostname" : "wafv2.us-east-2.amazonaws.com",
|
|
13739
|
+
"variants" : [ {
|
|
13740
|
+
"hostname" : "wafv2-fips.us-east-2.amazonaws.com",
|
|
13741
|
+
"tags" : [ "fips" ]
|
|
13742
|
+
} ]
|
|
13743
|
+
},
|
|
13744
|
+
"us-west-1" : {
|
|
13745
|
+
"credentialScope" : {
|
|
13746
|
+
"region" : "us-west-1"
|
|
13747
|
+
},
|
|
13748
|
+
"hostname" : "wafv2.us-west-1.amazonaws.com",
|
|
13749
|
+
"variants" : [ {
|
|
13750
|
+
"hostname" : "wafv2-fips.us-west-1.amazonaws.com",
|
|
13751
|
+
"tags" : [ "fips" ]
|
|
13752
|
+
} ]
|
|
13753
|
+
},
|
|
13754
|
+
"us-west-2" : {
|
|
13755
|
+
"credentialScope" : {
|
|
13756
|
+
"region" : "us-west-2"
|
|
13757
|
+
},
|
|
13758
|
+
"hostname" : "wafv2.us-west-2.amazonaws.com",
|
|
13759
|
+
"variants" : [ {
|
|
13760
|
+
"hostname" : "wafv2-fips.us-west-2.amazonaws.com",
|
|
13761
|
+
"tags" : [ "fips" ]
|
|
13762
|
+
} ]
|
|
13763
|
+
}
|
|
13764
|
+
}
|
|
13765
|
+
},
|
|
13374
13766
|
"wellarchitected" : {
|
|
13375
13767
|
"endpoints" : {
|
|
13376
13768
|
"ap-east-1" : { },
|
|
@@ -14627,6 +15019,44 @@
|
|
|
14627
15019
|
}
|
|
14628
15020
|
}
|
|
14629
15021
|
},
|
|
15022
|
+
"wafv2" : {
|
|
15023
|
+
"endpoints" : {
|
|
15024
|
+
"cn-north-1" : {
|
|
15025
|
+
"credentialScope" : {
|
|
15026
|
+
"region" : "cn-north-1"
|
|
15027
|
+
},
|
|
15028
|
+
"hostname" : "wafv2.cn-north-1.amazonaws.com.cn",
|
|
15029
|
+
"variants" : [ {
|
|
15030
|
+
"hostname" : "wafv2-fips.cn-north-1.amazonaws.com.cn",
|
|
15031
|
+
"tags" : [ "fips" ]
|
|
15032
|
+
} ]
|
|
15033
|
+
},
|
|
15034
|
+
"cn-northwest-1" : {
|
|
15035
|
+
"credentialScope" : {
|
|
15036
|
+
"region" : "cn-northwest-1"
|
|
15037
|
+
},
|
|
15038
|
+
"hostname" : "wafv2.cn-northwest-1.amazonaws.com.cn",
|
|
15039
|
+
"variants" : [ {
|
|
15040
|
+
"hostname" : "wafv2-fips.cn-northwest-1.amazonaws.com.cn",
|
|
15041
|
+
"tags" : [ "fips" ]
|
|
15042
|
+
} ]
|
|
15043
|
+
},
|
|
15044
|
+
"fips-cn-north-1" : {
|
|
15045
|
+
"credentialScope" : {
|
|
15046
|
+
"region" : "cn-north-1"
|
|
15047
|
+
},
|
|
15048
|
+
"deprecated" : true,
|
|
15049
|
+
"hostname" : "wafv2-fips.cn-north-1.amazonaws.com.cn"
|
|
15050
|
+
},
|
|
15051
|
+
"fips-cn-northwest-1" : {
|
|
15052
|
+
"credentialScope" : {
|
|
15053
|
+
"region" : "cn-northwest-1"
|
|
15054
|
+
},
|
|
15055
|
+
"deprecated" : true,
|
|
15056
|
+
"hostname" : "wafv2-fips.cn-northwest-1.amazonaws.com.cn"
|
|
15057
|
+
}
|
|
15058
|
+
}
|
|
15059
|
+
},
|
|
14630
15060
|
"workspaces" : {
|
|
14631
15061
|
"endpoints" : {
|
|
14632
15062
|
"cn-northwest-1" : { }
|
|
@@ -18067,6 +18497,12 @@
|
|
|
18067
18497
|
}
|
|
18068
18498
|
}
|
|
18069
18499
|
},
|
|
18500
|
+
"transcribestreaming" : {
|
|
18501
|
+
"endpoints" : {
|
|
18502
|
+
"us-gov-east-1" : { },
|
|
18503
|
+
"us-gov-west-1" : { }
|
|
18504
|
+
}
|
|
18505
|
+
},
|
|
18070
18506
|
"transfer" : {
|
|
18071
18507
|
"endpoints" : {
|
|
18072
18508
|
"fips-us-gov-east-1" : {
|
|
@@ -18155,6 +18591,44 @@
|
|
|
18155
18591
|
}
|
|
18156
18592
|
}
|
|
18157
18593
|
},
|
|
18594
|
+
"wafv2" : {
|
|
18595
|
+
"endpoints" : {
|
|
18596
|
+
"fips-us-gov-east-1" : {
|
|
18597
|
+
"credentialScope" : {
|
|
18598
|
+
"region" : "us-gov-east-1"
|
|
18599
|
+
},
|
|
18600
|
+
"deprecated" : true,
|
|
18601
|
+
"hostname" : "wafv2-fips.us-gov-east-1.amazonaws.com"
|
|
18602
|
+
},
|
|
18603
|
+
"fips-us-gov-west-1" : {
|
|
18604
|
+
"credentialScope" : {
|
|
18605
|
+
"region" : "us-gov-west-1"
|
|
18606
|
+
},
|
|
18607
|
+
"deprecated" : true,
|
|
18608
|
+
"hostname" : "wafv2-fips.us-gov-west-1.amazonaws.com"
|
|
18609
|
+
},
|
|
18610
|
+
"us-gov-east-1" : {
|
|
18611
|
+
"credentialScope" : {
|
|
18612
|
+
"region" : "us-gov-east-1"
|
|
18613
|
+
},
|
|
18614
|
+
"hostname" : "wafv2.us-gov-east-1.amazonaws.com",
|
|
18615
|
+
"variants" : [ {
|
|
18616
|
+
"hostname" : "wafv2-fips.us-gov-east-1.amazonaws.com",
|
|
18617
|
+
"tags" : [ "fips" ]
|
|
18618
|
+
} ]
|
|
18619
|
+
},
|
|
18620
|
+
"us-gov-west-1" : {
|
|
18621
|
+
"credentialScope" : {
|
|
18622
|
+
"region" : "us-gov-west-1"
|
|
18623
|
+
},
|
|
18624
|
+
"hostname" : "wafv2.us-gov-west-1.amazonaws.com",
|
|
18625
|
+
"variants" : [ {
|
|
18626
|
+
"hostname" : "wafv2-fips.us-gov-west-1.amazonaws.com",
|
|
18627
|
+
"tags" : [ "fips" ]
|
|
18628
|
+
} ]
|
|
18629
|
+
}
|
|
18630
|
+
}
|
|
18631
|
+
},
|
|
18158
18632
|
"workspaces" : {
|
|
18159
18633
|
"endpoints" : {
|
|
18160
18634
|
"fips-us-gov-west-1" : {
|
|
@@ -19103,6 +19577,11 @@
|
|
|
19103
19577
|
"endpoints" : {
|
|
19104
19578
|
"us-isob-east-1" : { }
|
|
19105
19579
|
}
|
|
19580
|
+
},
|
|
19581
|
+
"workspaces" : {
|
|
19582
|
+
"endpoints" : {
|
|
19583
|
+
"us-isob-east-1" : { }
|
|
19584
|
+
}
|
|
19106
19585
|
}
|
|
19107
19586
|
}
|
|
19108
19587
|
} ],
|
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.601.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-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|