aws-partitions 1.596.0 → 1.599.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aebe53eed6004e4ccca1997aa7f73497c214c1d43ab5ad3c3b4a037c796f3193
4
- data.tar.gz: 937e9231dbe3b65466ffbcf124fb2fc980d648391c402af0146d521f9ce9b3c1
3
+ metadata.gz: b7389c8b8c19fc0e75a3bd5f4e861739e5b682da7e41ec48b2218e5047694bb4
4
+ data.tar.gz: 23c582ed7f4f4643171b4c0acb06690035e74dfe076e1cb296e19353ba1268b8
5
5
  SHA512:
6
- metadata.gz: 3cb16d4a713aa758b9eda6ba5638fa2c582780222d069e9fd49a74e574c3254c7d7b1b8634b90732a1c23be5c3f264144a1b00989c1a77d6c1e4d140c373f036
7
- data.tar.gz: 9b6b182e5fe1a8a3273413010dfec3b1e2a96d54d7793905113f4eb394da59ec4b74eca936a9d625707f3e3a2181f1dcfdb3103b8f85d77363217e6becc5b10b
6
+ metadata.gz: 9d2404bb6b7620863028ec75c6a6370d7e1e9c9998b5aee634864d48b8258e3fea5694cb293a3e895daa7c6d4b4b83eeae4b75a8b3aa26689d70e04e0cace47f
7
+ data.tar.gz: a24d6e78e74c0954d79fe59ad6181e82002068f78d7cf0d610b9123fc01899b1e18120d349a4eee47d8038da114ac8db73eae9e63eb0af4e3ac007c686d28b95
data/CHANGELOG.md CHANGED
@@ -1,6 +1,23 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.599.0 (2022-06-16)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::RedshiftServerless`.
8
+
9
+ 1.598.0 (2022-06-08)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::RedshiftServerless`.
13
+
14
+ * Feature - Added support for enumerating regions for `Aws::MainframeModernization`.
15
+
16
+ 1.597.0 (2022-06-07)
17
+ ------------------
18
+
19
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
20
+
4
21
  1.596.0 (2022-06-06)
5
22
  ------------------
6
23
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.596.0
1
+ 1.599.0
@@ -411,6 +411,7 @@ module Aws
411
411
  'MachineLearning' => 'machinelearning',
412
412
  'Macie' => 'macie',
413
413
  'Macie2' => 'macie2',
414
+ 'MainframeModernization' => 'm2',
414
415
  'ManagedBlockchain' => 'managedblockchain',
415
416
  'ManagedGrafana' => 'grafana',
416
417
  'MarketplaceCatalog' => 'catalog.marketplace',
@@ -463,6 +464,7 @@ module Aws
463
464
  'RecycleBin' => 'rbin',
464
465
  'Redshift' => 'redshift',
465
466
  'RedshiftDataAPIService' => 'redshift-data',
467
+ 'RedshiftServerless' => 'redshift-serverless',
466
468
  'Rekognition' => 'rekognition',
467
469
  'ResilienceHub' => 'resiliencehub',
468
470
  'ResourceGroups' => 'resource-groups',
data/partitions.json CHANGED
@@ -1797,6 +1797,11 @@
1797
1797
  "isRegionalized" : false,
1798
1798
  "partitionEndpoint" : "aws-global"
1799
1799
  },
1800
+ "catalog.marketplace" : {
1801
+ "endpoints" : {
1802
+ "us-east-1" : { }
1803
+ }
1804
+ },
1800
1805
  "ce" : {
1801
1806
  "endpoints" : {
1802
1807
  "aws-global" : {
@@ -3688,14 +3693,26 @@
3688
3693
  },
3689
3694
  "drs" : {
3690
3695
  "endpoints" : {
3696
+ "af-south-1" : { },
3697
+ "ap-east-1" : { },
3691
3698
  "ap-northeast-1" : { },
3699
+ "ap-northeast-2" : { },
3700
+ "ap-northeast-3" : { },
3701
+ "ap-south-1" : { },
3692
3702
  "ap-southeast-1" : { },
3693
3703
  "ap-southeast-2" : { },
3704
+ "ca-central-1" : { },
3694
3705
  "eu-central-1" : { },
3706
+ "eu-north-1" : { },
3707
+ "eu-south-1" : { },
3695
3708
  "eu-west-1" : { },
3696
3709
  "eu-west-2" : { },
3710
+ "eu-west-3" : { },
3711
+ "me-south-1" : { },
3712
+ "sa-east-1" : { },
3697
3713
  "us-east-1" : { },
3698
3714
  "us-east-2" : { },
3715
+ "us-west-1" : { },
3699
3716
  "us-west-2" : { }
3700
3717
  }
3701
3718
  },
@@ -4325,6 +4342,7 @@
4325
4342
  "ap-south-1" : { },
4326
4343
  "ap-southeast-1" : { },
4327
4344
  "ap-southeast-2" : { },
4345
+ "ap-southeast-3" : { },
4328
4346
  "ca-central-1" : { },
4329
4347
  "eu-central-1" : { },
4330
4348
  "eu-north-1" : { },
@@ -7826,6 +7844,17 @@
7826
7844
  "us-west-2" : { }
7827
7845
  }
7828
7846
  },
7847
+ "m2" : {
7848
+ "endpoints" : {
7849
+ "ap-southeast-2" : { },
7850
+ "ca-central-1" : { },
7851
+ "eu-central-1" : { },
7852
+ "eu-west-1" : { },
7853
+ "sa-east-1" : { },
7854
+ "us-east-1" : { },
7855
+ "us-west-2" : { }
7856
+ }
7857
+ },
7829
7858
  "machinelearning" : {
7830
7859
  "endpoints" : {
7831
7860
  "eu-west-1" : { },
@@ -9244,6 +9273,12 @@
9244
9273
  },
9245
9274
  "hostname" : "portal.sso.eu-north-1.amazonaws.com"
9246
9275
  },
9276
+ "eu-south-1" : {
9277
+ "credentialScope" : {
9278
+ "region" : "eu-south-1"
9279
+ },
9280
+ "hostname" : "portal.sso.eu-south-1.amazonaws.com"
9281
+ },
9247
9282
  "eu-west-1" : {
9248
9283
  "credentialScope" : {
9249
9284
  "region" : "eu-west-1"
@@ -9772,6 +9807,21 @@
9772
9807
  }
9773
9808
  }
9774
9809
  },
9810
+ "redshift-serverless" : {
9811
+ "endpoints" : {
9812
+ "ap-northeast-1" : { },
9813
+ "ap-northeast-2" : { },
9814
+ "ap-southeast-1" : { },
9815
+ "ap-southeast-2" : { },
9816
+ "eu-central-1" : { },
9817
+ "eu-north-1" : { },
9818
+ "eu-west-1" : { },
9819
+ "eu-west-2" : { },
9820
+ "us-east-1" : { },
9821
+ "us-east-2" : { },
9822
+ "us-west-2" : { }
9823
+ }
9824
+ },
9775
9825
  "rekognition" : {
9776
9826
  "endpoints" : {
9777
9827
  "ap-northeast-1" : { },
@@ -10990,6 +11040,7 @@
10990
11040
  "ap-south-1" : { },
10991
11041
  "ap-southeast-1" : { },
10992
11042
  "ap-southeast-2" : { },
11043
+ "ap-southeast-3" : { },
10993
11044
  "ca-central-1" : { },
10994
11045
  "eu-central-1" : { },
10995
11046
  "eu-north-1" : { },
@@ -11124,6 +11175,7 @@
11124
11175
  "ap-south-1" : { },
11125
11176
  "ap-southeast-1" : { },
11126
11177
  "ap-southeast-2" : { },
11178
+ "ap-southeast-3" : { },
11127
11179
  "ca-central-1" : { },
11128
11180
  "eu-central-1" : { },
11129
11181
  "eu-north-1" : { },
@@ -13340,6 +13392,384 @@
13340
13392
  }
13341
13393
  }
13342
13394
  },
13395
+ "wafv2" : {
13396
+ "endpoints" : {
13397
+ "af-south-1" : {
13398
+ "credentialScope" : {
13399
+ "region" : "af-south-1"
13400
+ },
13401
+ "hostname" : "wafv2.af-south-1.amazonaws.com",
13402
+ "variants" : [ {
13403
+ "hostname" : "wafv2-fips.af-south-1.amazonaws.com",
13404
+ "tags" : [ "fips" ]
13405
+ } ]
13406
+ },
13407
+ "ap-east-1" : {
13408
+ "credentialScope" : {
13409
+ "region" : "ap-east-1"
13410
+ },
13411
+ "hostname" : "wafv2.ap-east-1.amazonaws.com",
13412
+ "variants" : [ {
13413
+ "hostname" : "wafv2-fips.ap-east-1.amazonaws.com",
13414
+ "tags" : [ "fips" ]
13415
+ } ]
13416
+ },
13417
+ "ap-northeast-1" : {
13418
+ "credentialScope" : {
13419
+ "region" : "ap-northeast-1"
13420
+ },
13421
+ "hostname" : "wafv2.ap-northeast-1.amazonaws.com",
13422
+ "variants" : [ {
13423
+ "hostname" : "wafv2-fips.ap-northeast-1.amazonaws.com",
13424
+ "tags" : [ "fips" ]
13425
+ } ]
13426
+ },
13427
+ "ap-northeast-2" : {
13428
+ "credentialScope" : {
13429
+ "region" : "ap-northeast-2"
13430
+ },
13431
+ "hostname" : "wafv2.ap-northeast-2.amazonaws.com",
13432
+ "variants" : [ {
13433
+ "hostname" : "wafv2-fips.ap-northeast-2.amazonaws.com",
13434
+ "tags" : [ "fips" ]
13435
+ } ]
13436
+ },
13437
+ "ap-northeast-3" : {
13438
+ "credentialScope" : {
13439
+ "region" : "ap-northeast-3"
13440
+ },
13441
+ "hostname" : "wafv2.ap-northeast-3.amazonaws.com",
13442
+ "variants" : [ {
13443
+ "hostname" : "wafv2-fips.ap-northeast-3.amazonaws.com",
13444
+ "tags" : [ "fips" ]
13445
+ } ]
13446
+ },
13447
+ "ap-south-1" : {
13448
+ "credentialScope" : {
13449
+ "region" : "ap-south-1"
13450
+ },
13451
+ "hostname" : "wafv2.ap-south-1.amazonaws.com",
13452
+ "variants" : [ {
13453
+ "hostname" : "wafv2-fips.ap-south-1.amazonaws.com",
13454
+ "tags" : [ "fips" ]
13455
+ } ]
13456
+ },
13457
+ "ap-southeast-1" : {
13458
+ "credentialScope" : {
13459
+ "region" : "ap-southeast-1"
13460
+ },
13461
+ "hostname" : "wafv2.ap-southeast-1.amazonaws.com",
13462
+ "variants" : [ {
13463
+ "hostname" : "wafv2-fips.ap-southeast-1.amazonaws.com",
13464
+ "tags" : [ "fips" ]
13465
+ } ]
13466
+ },
13467
+ "ap-southeast-2" : {
13468
+ "credentialScope" : {
13469
+ "region" : "ap-southeast-2"
13470
+ },
13471
+ "hostname" : "wafv2.ap-southeast-2.amazonaws.com",
13472
+ "variants" : [ {
13473
+ "hostname" : "wafv2-fips.ap-southeast-2.amazonaws.com",
13474
+ "tags" : [ "fips" ]
13475
+ } ]
13476
+ },
13477
+ "ap-southeast-3" : {
13478
+ "credentialScope" : {
13479
+ "region" : "ap-southeast-3"
13480
+ },
13481
+ "hostname" : "wafv2.ap-southeast-3.amazonaws.com",
13482
+ "variants" : [ {
13483
+ "hostname" : "wafv2-fips.ap-southeast-3.amazonaws.com",
13484
+ "tags" : [ "fips" ]
13485
+ } ]
13486
+ },
13487
+ "ca-central-1" : {
13488
+ "credentialScope" : {
13489
+ "region" : "ca-central-1"
13490
+ },
13491
+ "hostname" : "wafv2.ca-central-1.amazonaws.com",
13492
+ "variants" : [ {
13493
+ "hostname" : "wafv2-fips.ca-central-1.amazonaws.com",
13494
+ "tags" : [ "fips" ]
13495
+ } ]
13496
+ },
13497
+ "eu-central-1" : {
13498
+ "credentialScope" : {
13499
+ "region" : "eu-central-1"
13500
+ },
13501
+ "hostname" : "wafv2.eu-central-1.amazonaws.com",
13502
+ "variants" : [ {
13503
+ "hostname" : "wafv2-fips.eu-central-1.amazonaws.com",
13504
+ "tags" : [ "fips" ]
13505
+ } ]
13506
+ },
13507
+ "eu-north-1" : {
13508
+ "credentialScope" : {
13509
+ "region" : "eu-north-1"
13510
+ },
13511
+ "hostname" : "wafv2.eu-north-1.amazonaws.com",
13512
+ "variants" : [ {
13513
+ "hostname" : "wafv2-fips.eu-north-1.amazonaws.com",
13514
+ "tags" : [ "fips" ]
13515
+ } ]
13516
+ },
13517
+ "eu-south-1" : {
13518
+ "credentialScope" : {
13519
+ "region" : "eu-south-1"
13520
+ },
13521
+ "hostname" : "wafv2.eu-south-1.amazonaws.com",
13522
+ "variants" : [ {
13523
+ "hostname" : "wafv2-fips.eu-south-1.amazonaws.com",
13524
+ "tags" : [ "fips" ]
13525
+ } ]
13526
+ },
13527
+ "eu-west-1" : {
13528
+ "credentialScope" : {
13529
+ "region" : "eu-west-1"
13530
+ },
13531
+ "hostname" : "wafv2.eu-west-1.amazonaws.com",
13532
+ "variants" : [ {
13533
+ "hostname" : "wafv2-fips.eu-west-1.amazonaws.com",
13534
+ "tags" : [ "fips" ]
13535
+ } ]
13536
+ },
13537
+ "eu-west-2" : {
13538
+ "credentialScope" : {
13539
+ "region" : "eu-west-2"
13540
+ },
13541
+ "hostname" : "wafv2.eu-west-2.amazonaws.com",
13542
+ "variants" : [ {
13543
+ "hostname" : "wafv2-fips.eu-west-2.amazonaws.com",
13544
+ "tags" : [ "fips" ]
13545
+ } ]
13546
+ },
13547
+ "eu-west-3" : {
13548
+ "credentialScope" : {
13549
+ "region" : "eu-west-3"
13550
+ },
13551
+ "hostname" : "wafv2.eu-west-3.amazonaws.com",
13552
+ "variants" : [ {
13553
+ "hostname" : "wafv2-fips.eu-west-3.amazonaws.com",
13554
+ "tags" : [ "fips" ]
13555
+ } ]
13556
+ },
13557
+ "fips-af-south-1" : {
13558
+ "credentialScope" : {
13559
+ "region" : "af-south-1"
13560
+ },
13561
+ "deprecated" : true,
13562
+ "hostname" : "wafv2-fips.af-south-1.amazonaws.com"
13563
+ },
13564
+ "fips-ap-east-1" : {
13565
+ "credentialScope" : {
13566
+ "region" : "ap-east-1"
13567
+ },
13568
+ "deprecated" : true,
13569
+ "hostname" : "wafv2-fips.ap-east-1.amazonaws.com"
13570
+ },
13571
+ "fips-ap-northeast-1" : {
13572
+ "credentialScope" : {
13573
+ "region" : "ap-northeast-1"
13574
+ },
13575
+ "deprecated" : true,
13576
+ "hostname" : "wafv2-fips.ap-northeast-1.amazonaws.com"
13577
+ },
13578
+ "fips-ap-northeast-2" : {
13579
+ "credentialScope" : {
13580
+ "region" : "ap-northeast-2"
13581
+ },
13582
+ "deprecated" : true,
13583
+ "hostname" : "wafv2-fips.ap-northeast-2.amazonaws.com"
13584
+ },
13585
+ "fips-ap-northeast-3" : {
13586
+ "credentialScope" : {
13587
+ "region" : "ap-northeast-3"
13588
+ },
13589
+ "deprecated" : true,
13590
+ "hostname" : "wafv2-fips.ap-northeast-3.amazonaws.com"
13591
+ },
13592
+ "fips-ap-south-1" : {
13593
+ "credentialScope" : {
13594
+ "region" : "ap-south-1"
13595
+ },
13596
+ "deprecated" : true,
13597
+ "hostname" : "wafv2-fips.ap-south-1.amazonaws.com"
13598
+ },
13599
+ "fips-ap-southeast-1" : {
13600
+ "credentialScope" : {
13601
+ "region" : "ap-southeast-1"
13602
+ },
13603
+ "deprecated" : true,
13604
+ "hostname" : "wafv2-fips.ap-southeast-1.amazonaws.com"
13605
+ },
13606
+ "fips-ap-southeast-2" : {
13607
+ "credentialScope" : {
13608
+ "region" : "ap-southeast-2"
13609
+ },
13610
+ "deprecated" : true,
13611
+ "hostname" : "wafv2-fips.ap-southeast-2.amazonaws.com"
13612
+ },
13613
+ "fips-ap-southeast-3" : {
13614
+ "credentialScope" : {
13615
+ "region" : "ap-southeast-3"
13616
+ },
13617
+ "deprecated" : true,
13618
+ "hostname" : "wafv2-fips.ap-southeast-3.amazonaws.com"
13619
+ },
13620
+ "fips-ca-central-1" : {
13621
+ "credentialScope" : {
13622
+ "region" : "ca-central-1"
13623
+ },
13624
+ "deprecated" : true,
13625
+ "hostname" : "wafv2-fips.ca-central-1.amazonaws.com"
13626
+ },
13627
+ "fips-eu-central-1" : {
13628
+ "credentialScope" : {
13629
+ "region" : "eu-central-1"
13630
+ },
13631
+ "deprecated" : true,
13632
+ "hostname" : "wafv2-fips.eu-central-1.amazonaws.com"
13633
+ },
13634
+ "fips-eu-north-1" : {
13635
+ "credentialScope" : {
13636
+ "region" : "eu-north-1"
13637
+ },
13638
+ "deprecated" : true,
13639
+ "hostname" : "wafv2-fips.eu-north-1.amazonaws.com"
13640
+ },
13641
+ "fips-eu-south-1" : {
13642
+ "credentialScope" : {
13643
+ "region" : "eu-south-1"
13644
+ },
13645
+ "deprecated" : true,
13646
+ "hostname" : "wafv2-fips.eu-south-1.amazonaws.com"
13647
+ },
13648
+ "fips-eu-west-1" : {
13649
+ "credentialScope" : {
13650
+ "region" : "eu-west-1"
13651
+ },
13652
+ "deprecated" : true,
13653
+ "hostname" : "wafv2-fips.eu-west-1.amazonaws.com"
13654
+ },
13655
+ "fips-eu-west-2" : {
13656
+ "credentialScope" : {
13657
+ "region" : "eu-west-2"
13658
+ },
13659
+ "deprecated" : true,
13660
+ "hostname" : "wafv2-fips.eu-west-2.amazonaws.com"
13661
+ },
13662
+ "fips-eu-west-3" : {
13663
+ "credentialScope" : {
13664
+ "region" : "eu-west-3"
13665
+ },
13666
+ "deprecated" : true,
13667
+ "hostname" : "wafv2-fips.eu-west-3.amazonaws.com"
13668
+ },
13669
+ "fips-me-south-1" : {
13670
+ "credentialScope" : {
13671
+ "region" : "me-south-1"
13672
+ },
13673
+ "deprecated" : true,
13674
+ "hostname" : "wafv2-fips.me-south-1.amazonaws.com"
13675
+ },
13676
+ "fips-sa-east-1" : {
13677
+ "credentialScope" : {
13678
+ "region" : "sa-east-1"
13679
+ },
13680
+ "deprecated" : true,
13681
+ "hostname" : "wafv2-fips.sa-east-1.amazonaws.com"
13682
+ },
13683
+ "fips-us-east-1" : {
13684
+ "credentialScope" : {
13685
+ "region" : "us-east-1"
13686
+ },
13687
+ "deprecated" : true,
13688
+ "hostname" : "wafv2-fips.us-east-1.amazonaws.com"
13689
+ },
13690
+ "fips-us-east-2" : {
13691
+ "credentialScope" : {
13692
+ "region" : "us-east-2"
13693
+ },
13694
+ "deprecated" : true,
13695
+ "hostname" : "wafv2-fips.us-east-2.amazonaws.com"
13696
+ },
13697
+ "fips-us-west-1" : {
13698
+ "credentialScope" : {
13699
+ "region" : "us-west-1"
13700
+ },
13701
+ "deprecated" : true,
13702
+ "hostname" : "wafv2-fips.us-west-1.amazonaws.com"
13703
+ },
13704
+ "fips-us-west-2" : {
13705
+ "credentialScope" : {
13706
+ "region" : "us-west-2"
13707
+ },
13708
+ "deprecated" : true,
13709
+ "hostname" : "wafv2-fips.us-west-2.amazonaws.com"
13710
+ },
13711
+ "me-south-1" : {
13712
+ "credentialScope" : {
13713
+ "region" : "me-south-1"
13714
+ },
13715
+ "hostname" : "wafv2.me-south-1.amazonaws.com",
13716
+ "variants" : [ {
13717
+ "hostname" : "wafv2-fips.me-south-1.amazonaws.com",
13718
+ "tags" : [ "fips" ]
13719
+ } ]
13720
+ },
13721
+ "sa-east-1" : {
13722
+ "credentialScope" : {
13723
+ "region" : "sa-east-1"
13724
+ },
13725
+ "hostname" : "wafv2.sa-east-1.amazonaws.com",
13726
+ "variants" : [ {
13727
+ "hostname" : "wafv2-fips.sa-east-1.amazonaws.com",
13728
+ "tags" : [ "fips" ]
13729
+ } ]
13730
+ },
13731
+ "us-east-1" : {
13732
+ "credentialScope" : {
13733
+ "region" : "us-east-1"
13734
+ },
13735
+ "hostname" : "wafv2.us-east-1.amazonaws.com",
13736
+ "variants" : [ {
13737
+ "hostname" : "wafv2-fips.us-east-1.amazonaws.com",
13738
+ "tags" : [ "fips" ]
13739
+ } ]
13740
+ },
13741
+ "us-east-2" : {
13742
+ "credentialScope" : {
13743
+ "region" : "us-east-2"
13744
+ },
13745
+ "hostname" : "wafv2.us-east-2.amazonaws.com",
13746
+ "variants" : [ {
13747
+ "hostname" : "wafv2-fips.us-east-2.amazonaws.com",
13748
+ "tags" : [ "fips" ]
13749
+ } ]
13750
+ },
13751
+ "us-west-1" : {
13752
+ "credentialScope" : {
13753
+ "region" : "us-west-1"
13754
+ },
13755
+ "hostname" : "wafv2.us-west-1.amazonaws.com",
13756
+ "variants" : [ {
13757
+ "hostname" : "wafv2-fips.us-west-1.amazonaws.com",
13758
+ "tags" : [ "fips" ]
13759
+ } ]
13760
+ },
13761
+ "us-west-2" : {
13762
+ "credentialScope" : {
13763
+ "region" : "us-west-2"
13764
+ },
13765
+ "hostname" : "wafv2.us-west-2.amazonaws.com",
13766
+ "variants" : [ {
13767
+ "hostname" : "wafv2-fips.us-west-2.amazonaws.com",
13768
+ "tags" : [ "fips" ]
13769
+ } ]
13770
+ }
13771
+ }
13772
+ },
13343
13773
  "wellarchitected" : {
13344
13774
  "endpoints" : {
13345
13775
  "ap-east-1" : { },
@@ -14596,6 +15026,44 @@
14596
15026
  }
14597
15027
  }
14598
15028
  },
15029
+ "wafv2" : {
15030
+ "endpoints" : {
15031
+ "cn-north-1" : {
15032
+ "credentialScope" : {
15033
+ "region" : "cn-north-1"
15034
+ },
15035
+ "hostname" : "wafv2.cn-north-1.amazonaws.com.cn",
15036
+ "variants" : [ {
15037
+ "hostname" : "wafv2-fips.cn-north-1.amazonaws.com.cn",
15038
+ "tags" : [ "fips" ]
15039
+ } ]
15040
+ },
15041
+ "cn-northwest-1" : {
15042
+ "credentialScope" : {
15043
+ "region" : "cn-northwest-1"
15044
+ },
15045
+ "hostname" : "wafv2.cn-northwest-1.amazonaws.com.cn",
15046
+ "variants" : [ {
15047
+ "hostname" : "wafv2-fips.cn-northwest-1.amazonaws.com.cn",
15048
+ "tags" : [ "fips" ]
15049
+ } ]
15050
+ },
15051
+ "fips-cn-north-1" : {
15052
+ "credentialScope" : {
15053
+ "region" : "cn-north-1"
15054
+ },
15055
+ "deprecated" : true,
15056
+ "hostname" : "wafv2-fips.cn-north-1.amazonaws.com.cn"
15057
+ },
15058
+ "fips-cn-northwest-1" : {
15059
+ "credentialScope" : {
15060
+ "region" : "cn-northwest-1"
15061
+ },
15062
+ "deprecated" : true,
15063
+ "hostname" : "wafv2-fips.cn-northwest-1.amazonaws.com.cn"
15064
+ }
15065
+ }
15066
+ },
14599
15067
  "workspaces" : {
14600
15068
  "endpoints" : {
14601
15069
  "cn-northwest-1" : { }
@@ -18036,6 +18504,12 @@
18036
18504
  }
18037
18505
  }
18038
18506
  },
18507
+ "transcribestreaming" : {
18508
+ "endpoints" : {
18509
+ "us-gov-east-1" : { },
18510
+ "us-gov-west-1" : { }
18511
+ }
18512
+ },
18039
18513
  "transfer" : {
18040
18514
  "endpoints" : {
18041
18515
  "fips-us-gov-east-1" : {
@@ -18124,6 +18598,44 @@
18124
18598
  }
18125
18599
  }
18126
18600
  },
18601
+ "wafv2" : {
18602
+ "endpoints" : {
18603
+ "fips-us-gov-east-1" : {
18604
+ "credentialScope" : {
18605
+ "region" : "us-gov-east-1"
18606
+ },
18607
+ "deprecated" : true,
18608
+ "hostname" : "wafv2-fips.us-gov-east-1.amazonaws.com"
18609
+ },
18610
+ "fips-us-gov-west-1" : {
18611
+ "credentialScope" : {
18612
+ "region" : "us-gov-west-1"
18613
+ },
18614
+ "deprecated" : true,
18615
+ "hostname" : "wafv2-fips.us-gov-west-1.amazonaws.com"
18616
+ },
18617
+ "us-gov-east-1" : {
18618
+ "credentialScope" : {
18619
+ "region" : "us-gov-east-1"
18620
+ },
18621
+ "hostname" : "wafv2.us-gov-east-1.amazonaws.com",
18622
+ "variants" : [ {
18623
+ "hostname" : "wafv2-fips.us-gov-east-1.amazonaws.com",
18624
+ "tags" : [ "fips" ]
18625
+ } ]
18626
+ },
18627
+ "us-gov-west-1" : {
18628
+ "credentialScope" : {
18629
+ "region" : "us-gov-west-1"
18630
+ },
18631
+ "hostname" : "wafv2.us-gov-west-1.amazonaws.com",
18632
+ "variants" : [ {
18633
+ "hostname" : "wafv2-fips.us-gov-west-1.amazonaws.com",
18634
+ "tags" : [ "fips" ]
18635
+ } ]
18636
+ }
18637
+ }
18638
+ },
18127
18639
  "workspaces" : {
18128
18640
  "endpoints" : {
18129
18641
  "fips-us-gov-west-1" : {
@@ -19072,6 +19584,11 @@
19072
19584
  "endpoints" : {
19073
19585
  "us-isob-east-1" : { }
19074
19586
  }
19587
+ },
19588
+ "workspaces" : {
19589
+ "endpoints" : {
19590
+ "us-isob-east-1" : { }
19591
+ }
19075
19592
  }
19076
19593
  }
19077
19594
  } ],
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.596.0
4
+ version: 1.599.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-06 00:00:00.000000000 Z
11
+ date: 2022-06-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: