aws-partitions 1.597.0 → 1.600.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: 565a0fead9d4ee51ee1550f7cd069d7ea5612601b4be6beb0bec86b4c062a69e
4
- data.tar.gz: 6d582017b0feeba1ebdd90704f74e252635cbd32d783099106d95d97834a1ea7
3
+ metadata.gz: d9f18524673d6643f3ea740fffea01ea8273aa5498feb0f4514aee7250166005
4
+ data.tar.gz: ec015fce0a56e8a5147e9fb613f8dddc4833f99543825daa24aa7b0623013727
5
5
  SHA512:
6
- metadata.gz: 9566004092d4be8c67a61c0809fb945347286e7c732c8e728b785d6764b9d9466de01c94417bfbb2bf6550a43ff490c8e6583ced62fabec7d0924b31719e9615
7
- data.tar.gz: 54b00a762f783adc5d048046f9dde2585320f20b947733327537e7b6b785aeef3b03584d09c28f571cf0d0d0c25b3db65a454b1c3deb1497d09e1508457bd724
6
+ metadata.gz: 4ab62240bad9fef951d0d026d44ce359145440c1ce8a91398a91391633630171e5b78acc607df251d861d8e35747841a7d8c918a79c698a5acfbd0197a5e7a21
7
+ data.tar.gz: 933b275c13eda3807f2026929a110bd9d11dec55c58ff188f987c176feeb77686bea06e7dc4a066bb2326ca2f3f77fd849afc9edda1acc017176dc2b4ddd9e48
data/CHANGELOG.md CHANGED
@@ -1,6 +1,23 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.600.0 (2022-06-17)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::ConnectCampaignService`.
8
+
9
+ 1.599.0 (2022-06-16)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::RedshiftServerless`.
13
+
14
+ 1.598.0 (2022-06-08)
15
+ ------------------
16
+
17
+ * Feature - Added support for enumerating regions for `Aws::RedshiftServerless`.
18
+
19
+ * Feature - Added support for enumerating regions for `Aws::MainframeModernization`.
20
+
4
21
  1.597.0 (2022-06-07)
5
22
  ------------------
6
23
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.597.0
1
+ 1.600.0
@@ -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',
@@ -411,6 +412,7 @@ module Aws
411
412
  'MachineLearning' => 'machinelearning',
412
413
  'Macie' => 'macie',
413
414
  'Macie2' => 'macie2',
415
+ 'MainframeModernization' => 'm2',
414
416
  'ManagedBlockchain' => 'managedblockchain',
415
417
  'ManagedGrafana' => 'grafana',
416
418
  'MarketplaceCatalog' => 'catalog.marketplace',
@@ -463,6 +465,7 @@ module Aws
463
465
  'RecycleBin' => 'rbin',
464
466
  'Redshift' => 'redshift',
465
467
  'RedshiftDataAPIService' => 'redshift-data',
468
+ 'RedshiftServerless' => 'redshift-serverless',
466
469
  'Rekognition' => 'rekognition',
467
470
  'ResilienceHub' => 'resiliencehub',
468
471
  'ResourceGroups' => 'resource-groups',
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" : { },
@@ -7831,6 +7852,17 @@
7831
7852
  "us-west-2" : { }
7832
7853
  }
7833
7854
  },
7855
+ "m2" : {
7856
+ "endpoints" : {
7857
+ "ap-southeast-2" : { },
7858
+ "ca-central-1" : { },
7859
+ "eu-central-1" : { },
7860
+ "eu-west-1" : { },
7861
+ "sa-east-1" : { },
7862
+ "us-east-1" : { },
7863
+ "us-west-2" : { }
7864
+ }
7865
+ },
7834
7866
  "machinelearning" : {
7835
7867
  "endpoints" : {
7836
7868
  "eu-west-1" : { },
@@ -9249,6 +9281,12 @@
9249
9281
  },
9250
9282
  "hostname" : "portal.sso.eu-north-1.amazonaws.com"
9251
9283
  },
9284
+ "eu-south-1" : {
9285
+ "credentialScope" : {
9286
+ "region" : "eu-south-1"
9287
+ },
9288
+ "hostname" : "portal.sso.eu-south-1.amazonaws.com"
9289
+ },
9252
9290
  "eu-west-1" : {
9253
9291
  "credentialScope" : {
9254
9292
  "region" : "eu-west-1"
@@ -9777,6 +9815,21 @@
9777
9815
  }
9778
9816
  }
9779
9817
  },
9818
+ "redshift-serverless" : {
9819
+ "endpoints" : {
9820
+ "ap-northeast-1" : { },
9821
+ "ap-northeast-2" : { },
9822
+ "ap-southeast-1" : { },
9823
+ "ap-southeast-2" : { },
9824
+ "eu-central-1" : { },
9825
+ "eu-north-1" : { },
9826
+ "eu-west-1" : { },
9827
+ "eu-west-2" : { },
9828
+ "us-east-1" : { },
9829
+ "us-east-2" : { },
9830
+ "us-west-2" : { }
9831
+ }
9832
+ },
9780
9833
  "rekognition" : {
9781
9834
  "endpoints" : {
9782
9835
  "ap-northeast-1" : { },
@@ -10995,6 +11048,7 @@
10995
11048
  "ap-south-1" : { },
10996
11049
  "ap-southeast-1" : { },
10997
11050
  "ap-southeast-2" : { },
11051
+ "ap-southeast-3" : { },
10998
11052
  "ca-central-1" : { },
10999
11053
  "eu-central-1" : { },
11000
11054
  "eu-north-1" : { },
@@ -11129,6 +11183,7 @@
11129
11183
  "ap-south-1" : { },
11130
11184
  "ap-southeast-1" : { },
11131
11185
  "ap-southeast-2" : { },
11186
+ "ap-southeast-3" : { },
11132
11187
  "ca-central-1" : { },
11133
11188
  "eu-central-1" : { },
11134
11189
  "eu-north-1" : { },
@@ -13345,6 +13400,384 @@
13345
13400
  }
13346
13401
  }
13347
13402
  },
13403
+ "wafv2" : {
13404
+ "endpoints" : {
13405
+ "af-south-1" : {
13406
+ "credentialScope" : {
13407
+ "region" : "af-south-1"
13408
+ },
13409
+ "hostname" : "wafv2.af-south-1.amazonaws.com",
13410
+ "variants" : [ {
13411
+ "hostname" : "wafv2-fips.af-south-1.amazonaws.com",
13412
+ "tags" : [ "fips" ]
13413
+ } ]
13414
+ },
13415
+ "ap-east-1" : {
13416
+ "credentialScope" : {
13417
+ "region" : "ap-east-1"
13418
+ },
13419
+ "hostname" : "wafv2.ap-east-1.amazonaws.com",
13420
+ "variants" : [ {
13421
+ "hostname" : "wafv2-fips.ap-east-1.amazonaws.com",
13422
+ "tags" : [ "fips" ]
13423
+ } ]
13424
+ },
13425
+ "ap-northeast-1" : {
13426
+ "credentialScope" : {
13427
+ "region" : "ap-northeast-1"
13428
+ },
13429
+ "hostname" : "wafv2.ap-northeast-1.amazonaws.com",
13430
+ "variants" : [ {
13431
+ "hostname" : "wafv2-fips.ap-northeast-1.amazonaws.com",
13432
+ "tags" : [ "fips" ]
13433
+ } ]
13434
+ },
13435
+ "ap-northeast-2" : {
13436
+ "credentialScope" : {
13437
+ "region" : "ap-northeast-2"
13438
+ },
13439
+ "hostname" : "wafv2.ap-northeast-2.amazonaws.com",
13440
+ "variants" : [ {
13441
+ "hostname" : "wafv2-fips.ap-northeast-2.amazonaws.com",
13442
+ "tags" : [ "fips" ]
13443
+ } ]
13444
+ },
13445
+ "ap-northeast-3" : {
13446
+ "credentialScope" : {
13447
+ "region" : "ap-northeast-3"
13448
+ },
13449
+ "hostname" : "wafv2.ap-northeast-3.amazonaws.com",
13450
+ "variants" : [ {
13451
+ "hostname" : "wafv2-fips.ap-northeast-3.amazonaws.com",
13452
+ "tags" : [ "fips" ]
13453
+ } ]
13454
+ },
13455
+ "ap-south-1" : {
13456
+ "credentialScope" : {
13457
+ "region" : "ap-south-1"
13458
+ },
13459
+ "hostname" : "wafv2.ap-south-1.amazonaws.com",
13460
+ "variants" : [ {
13461
+ "hostname" : "wafv2-fips.ap-south-1.amazonaws.com",
13462
+ "tags" : [ "fips" ]
13463
+ } ]
13464
+ },
13465
+ "ap-southeast-1" : {
13466
+ "credentialScope" : {
13467
+ "region" : "ap-southeast-1"
13468
+ },
13469
+ "hostname" : "wafv2.ap-southeast-1.amazonaws.com",
13470
+ "variants" : [ {
13471
+ "hostname" : "wafv2-fips.ap-southeast-1.amazonaws.com",
13472
+ "tags" : [ "fips" ]
13473
+ } ]
13474
+ },
13475
+ "ap-southeast-2" : {
13476
+ "credentialScope" : {
13477
+ "region" : "ap-southeast-2"
13478
+ },
13479
+ "hostname" : "wafv2.ap-southeast-2.amazonaws.com",
13480
+ "variants" : [ {
13481
+ "hostname" : "wafv2-fips.ap-southeast-2.amazonaws.com",
13482
+ "tags" : [ "fips" ]
13483
+ } ]
13484
+ },
13485
+ "ap-southeast-3" : {
13486
+ "credentialScope" : {
13487
+ "region" : "ap-southeast-3"
13488
+ },
13489
+ "hostname" : "wafv2.ap-southeast-3.amazonaws.com",
13490
+ "variants" : [ {
13491
+ "hostname" : "wafv2-fips.ap-southeast-3.amazonaws.com",
13492
+ "tags" : [ "fips" ]
13493
+ } ]
13494
+ },
13495
+ "ca-central-1" : {
13496
+ "credentialScope" : {
13497
+ "region" : "ca-central-1"
13498
+ },
13499
+ "hostname" : "wafv2.ca-central-1.amazonaws.com",
13500
+ "variants" : [ {
13501
+ "hostname" : "wafv2-fips.ca-central-1.amazonaws.com",
13502
+ "tags" : [ "fips" ]
13503
+ } ]
13504
+ },
13505
+ "eu-central-1" : {
13506
+ "credentialScope" : {
13507
+ "region" : "eu-central-1"
13508
+ },
13509
+ "hostname" : "wafv2.eu-central-1.amazonaws.com",
13510
+ "variants" : [ {
13511
+ "hostname" : "wafv2-fips.eu-central-1.amazonaws.com",
13512
+ "tags" : [ "fips" ]
13513
+ } ]
13514
+ },
13515
+ "eu-north-1" : {
13516
+ "credentialScope" : {
13517
+ "region" : "eu-north-1"
13518
+ },
13519
+ "hostname" : "wafv2.eu-north-1.amazonaws.com",
13520
+ "variants" : [ {
13521
+ "hostname" : "wafv2-fips.eu-north-1.amazonaws.com",
13522
+ "tags" : [ "fips" ]
13523
+ } ]
13524
+ },
13525
+ "eu-south-1" : {
13526
+ "credentialScope" : {
13527
+ "region" : "eu-south-1"
13528
+ },
13529
+ "hostname" : "wafv2.eu-south-1.amazonaws.com",
13530
+ "variants" : [ {
13531
+ "hostname" : "wafv2-fips.eu-south-1.amazonaws.com",
13532
+ "tags" : [ "fips" ]
13533
+ } ]
13534
+ },
13535
+ "eu-west-1" : {
13536
+ "credentialScope" : {
13537
+ "region" : "eu-west-1"
13538
+ },
13539
+ "hostname" : "wafv2.eu-west-1.amazonaws.com",
13540
+ "variants" : [ {
13541
+ "hostname" : "wafv2-fips.eu-west-1.amazonaws.com",
13542
+ "tags" : [ "fips" ]
13543
+ } ]
13544
+ },
13545
+ "eu-west-2" : {
13546
+ "credentialScope" : {
13547
+ "region" : "eu-west-2"
13548
+ },
13549
+ "hostname" : "wafv2.eu-west-2.amazonaws.com",
13550
+ "variants" : [ {
13551
+ "hostname" : "wafv2-fips.eu-west-2.amazonaws.com",
13552
+ "tags" : [ "fips" ]
13553
+ } ]
13554
+ },
13555
+ "eu-west-3" : {
13556
+ "credentialScope" : {
13557
+ "region" : "eu-west-3"
13558
+ },
13559
+ "hostname" : "wafv2.eu-west-3.amazonaws.com",
13560
+ "variants" : [ {
13561
+ "hostname" : "wafv2-fips.eu-west-3.amazonaws.com",
13562
+ "tags" : [ "fips" ]
13563
+ } ]
13564
+ },
13565
+ "fips-af-south-1" : {
13566
+ "credentialScope" : {
13567
+ "region" : "af-south-1"
13568
+ },
13569
+ "deprecated" : true,
13570
+ "hostname" : "wafv2-fips.af-south-1.amazonaws.com"
13571
+ },
13572
+ "fips-ap-east-1" : {
13573
+ "credentialScope" : {
13574
+ "region" : "ap-east-1"
13575
+ },
13576
+ "deprecated" : true,
13577
+ "hostname" : "wafv2-fips.ap-east-1.amazonaws.com"
13578
+ },
13579
+ "fips-ap-northeast-1" : {
13580
+ "credentialScope" : {
13581
+ "region" : "ap-northeast-1"
13582
+ },
13583
+ "deprecated" : true,
13584
+ "hostname" : "wafv2-fips.ap-northeast-1.amazonaws.com"
13585
+ },
13586
+ "fips-ap-northeast-2" : {
13587
+ "credentialScope" : {
13588
+ "region" : "ap-northeast-2"
13589
+ },
13590
+ "deprecated" : true,
13591
+ "hostname" : "wafv2-fips.ap-northeast-2.amazonaws.com"
13592
+ },
13593
+ "fips-ap-northeast-3" : {
13594
+ "credentialScope" : {
13595
+ "region" : "ap-northeast-3"
13596
+ },
13597
+ "deprecated" : true,
13598
+ "hostname" : "wafv2-fips.ap-northeast-3.amazonaws.com"
13599
+ },
13600
+ "fips-ap-south-1" : {
13601
+ "credentialScope" : {
13602
+ "region" : "ap-south-1"
13603
+ },
13604
+ "deprecated" : true,
13605
+ "hostname" : "wafv2-fips.ap-south-1.amazonaws.com"
13606
+ },
13607
+ "fips-ap-southeast-1" : {
13608
+ "credentialScope" : {
13609
+ "region" : "ap-southeast-1"
13610
+ },
13611
+ "deprecated" : true,
13612
+ "hostname" : "wafv2-fips.ap-southeast-1.amazonaws.com"
13613
+ },
13614
+ "fips-ap-southeast-2" : {
13615
+ "credentialScope" : {
13616
+ "region" : "ap-southeast-2"
13617
+ },
13618
+ "deprecated" : true,
13619
+ "hostname" : "wafv2-fips.ap-southeast-2.amazonaws.com"
13620
+ },
13621
+ "fips-ap-southeast-3" : {
13622
+ "credentialScope" : {
13623
+ "region" : "ap-southeast-3"
13624
+ },
13625
+ "deprecated" : true,
13626
+ "hostname" : "wafv2-fips.ap-southeast-3.amazonaws.com"
13627
+ },
13628
+ "fips-ca-central-1" : {
13629
+ "credentialScope" : {
13630
+ "region" : "ca-central-1"
13631
+ },
13632
+ "deprecated" : true,
13633
+ "hostname" : "wafv2-fips.ca-central-1.amazonaws.com"
13634
+ },
13635
+ "fips-eu-central-1" : {
13636
+ "credentialScope" : {
13637
+ "region" : "eu-central-1"
13638
+ },
13639
+ "deprecated" : true,
13640
+ "hostname" : "wafv2-fips.eu-central-1.amazonaws.com"
13641
+ },
13642
+ "fips-eu-north-1" : {
13643
+ "credentialScope" : {
13644
+ "region" : "eu-north-1"
13645
+ },
13646
+ "deprecated" : true,
13647
+ "hostname" : "wafv2-fips.eu-north-1.amazonaws.com"
13648
+ },
13649
+ "fips-eu-south-1" : {
13650
+ "credentialScope" : {
13651
+ "region" : "eu-south-1"
13652
+ },
13653
+ "deprecated" : true,
13654
+ "hostname" : "wafv2-fips.eu-south-1.amazonaws.com"
13655
+ },
13656
+ "fips-eu-west-1" : {
13657
+ "credentialScope" : {
13658
+ "region" : "eu-west-1"
13659
+ },
13660
+ "deprecated" : true,
13661
+ "hostname" : "wafv2-fips.eu-west-1.amazonaws.com"
13662
+ },
13663
+ "fips-eu-west-2" : {
13664
+ "credentialScope" : {
13665
+ "region" : "eu-west-2"
13666
+ },
13667
+ "deprecated" : true,
13668
+ "hostname" : "wafv2-fips.eu-west-2.amazonaws.com"
13669
+ },
13670
+ "fips-eu-west-3" : {
13671
+ "credentialScope" : {
13672
+ "region" : "eu-west-3"
13673
+ },
13674
+ "deprecated" : true,
13675
+ "hostname" : "wafv2-fips.eu-west-3.amazonaws.com"
13676
+ },
13677
+ "fips-me-south-1" : {
13678
+ "credentialScope" : {
13679
+ "region" : "me-south-1"
13680
+ },
13681
+ "deprecated" : true,
13682
+ "hostname" : "wafv2-fips.me-south-1.amazonaws.com"
13683
+ },
13684
+ "fips-sa-east-1" : {
13685
+ "credentialScope" : {
13686
+ "region" : "sa-east-1"
13687
+ },
13688
+ "deprecated" : true,
13689
+ "hostname" : "wafv2-fips.sa-east-1.amazonaws.com"
13690
+ },
13691
+ "fips-us-east-1" : {
13692
+ "credentialScope" : {
13693
+ "region" : "us-east-1"
13694
+ },
13695
+ "deprecated" : true,
13696
+ "hostname" : "wafv2-fips.us-east-1.amazonaws.com"
13697
+ },
13698
+ "fips-us-east-2" : {
13699
+ "credentialScope" : {
13700
+ "region" : "us-east-2"
13701
+ },
13702
+ "deprecated" : true,
13703
+ "hostname" : "wafv2-fips.us-east-2.amazonaws.com"
13704
+ },
13705
+ "fips-us-west-1" : {
13706
+ "credentialScope" : {
13707
+ "region" : "us-west-1"
13708
+ },
13709
+ "deprecated" : true,
13710
+ "hostname" : "wafv2-fips.us-west-1.amazonaws.com"
13711
+ },
13712
+ "fips-us-west-2" : {
13713
+ "credentialScope" : {
13714
+ "region" : "us-west-2"
13715
+ },
13716
+ "deprecated" : true,
13717
+ "hostname" : "wafv2-fips.us-west-2.amazonaws.com"
13718
+ },
13719
+ "me-south-1" : {
13720
+ "credentialScope" : {
13721
+ "region" : "me-south-1"
13722
+ },
13723
+ "hostname" : "wafv2.me-south-1.amazonaws.com",
13724
+ "variants" : [ {
13725
+ "hostname" : "wafv2-fips.me-south-1.amazonaws.com",
13726
+ "tags" : [ "fips" ]
13727
+ } ]
13728
+ },
13729
+ "sa-east-1" : {
13730
+ "credentialScope" : {
13731
+ "region" : "sa-east-1"
13732
+ },
13733
+ "hostname" : "wafv2.sa-east-1.amazonaws.com",
13734
+ "variants" : [ {
13735
+ "hostname" : "wafv2-fips.sa-east-1.amazonaws.com",
13736
+ "tags" : [ "fips" ]
13737
+ } ]
13738
+ },
13739
+ "us-east-1" : {
13740
+ "credentialScope" : {
13741
+ "region" : "us-east-1"
13742
+ },
13743
+ "hostname" : "wafv2.us-east-1.amazonaws.com",
13744
+ "variants" : [ {
13745
+ "hostname" : "wafv2-fips.us-east-1.amazonaws.com",
13746
+ "tags" : [ "fips" ]
13747
+ } ]
13748
+ },
13749
+ "us-east-2" : {
13750
+ "credentialScope" : {
13751
+ "region" : "us-east-2"
13752
+ },
13753
+ "hostname" : "wafv2.us-east-2.amazonaws.com",
13754
+ "variants" : [ {
13755
+ "hostname" : "wafv2-fips.us-east-2.amazonaws.com",
13756
+ "tags" : [ "fips" ]
13757
+ } ]
13758
+ },
13759
+ "us-west-1" : {
13760
+ "credentialScope" : {
13761
+ "region" : "us-west-1"
13762
+ },
13763
+ "hostname" : "wafv2.us-west-1.amazonaws.com",
13764
+ "variants" : [ {
13765
+ "hostname" : "wafv2-fips.us-west-1.amazonaws.com",
13766
+ "tags" : [ "fips" ]
13767
+ } ]
13768
+ },
13769
+ "us-west-2" : {
13770
+ "credentialScope" : {
13771
+ "region" : "us-west-2"
13772
+ },
13773
+ "hostname" : "wafv2.us-west-2.amazonaws.com",
13774
+ "variants" : [ {
13775
+ "hostname" : "wafv2-fips.us-west-2.amazonaws.com",
13776
+ "tags" : [ "fips" ]
13777
+ } ]
13778
+ }
13779
+ }
13780
+ },
13348
13781
  "wellarchitected" : {
13349
13782
  "endpoints" : {
13350
13783
  "ap-east-1" : { },
@@ -14601,6 +15034,44 @@
14601
15034
  }
14602
15035
  }
14603
15036
  },
15037
+ "wafv2" : {
15038
+ "endpoints" : {
15039
+ "cn-north-1" : {
15040
+ "credentialScope" : {
15041
+ "region" : "cn-north-1"
15042
+ },
15043
+ "hostname" : "wafv2.cn-north-1.amazonaws.com.cn",
15044
+ "variants" : [ {
15045
+ "hostname" : "wafv2-fips.cn-north-1.amazonaws.com.cn",
15046
+ "tags" : [ "fips" ]
15047
+ } ]
15048
+ },
15049
+ "cn-northwest-1" : {
15050
+ "credentialScope" : {
15051
+ "region" : "cn-northwest-1"
15052
+ },
15053
+ "hostname" : "wafv2.cn-northwest-1.amazonaws.com.cn",
15054
+ "variants" : [ {
15055
+ "hostname" : "wafv2-fips.cn-northwest-1.amazonaws.com.cn",
15056
+ "tags" : [ "fips" ]
15057
+ } ]
15058
+ },
15059
+ "fips-cn-north-1" : {
15060
+ "credentialScope" : {
15061
+ "region" : "cn-north-1"
15062
+ },
15063
+ "deprecated" : true,
15064
+ "hostname" : "wafv2-fips.cn-north-1.amazonaws.com.cn"
15065
+ },
15066
+ "fips-cn-northwest-1" : {
15067
+ "credentialScope" : {
15068
+ "region" : "cn-northwest-1"
15069
+ },
15070
+ "deprecated" : true,
15071
+ "hostname" : "wafv2-fips.cn-northwest-1.amazonaws.com.cn"
15072
+ }
15073
+ }
15074
+ },
14604
15075
  "workspaces" : {
14605
15076
  "endpoints" : {
14606
15077
  "cn-northwest-1" : { }
@@ -18041,6 +18512,12 @@
18041
18512
  }
18042
18513
  }
18043
18514
  },
18515
+ "transcribestreaming" : {
18516
+ "endpoints" : {
18517
+ "us-gov-east-1" : { },
18518
+ "us-gov-west-1" : { }
18519
+ }
18520
+ },
18044
18521
  "transfer" : {
18045
18522
  "endpoints" : {
18046
18523
  "fips-us-gov-east-1" : {
@@ -18129,6 +18606,44 @@
18129
18606
  }
18130
18607
  }
18131
18608
  },
18609
+ "wafv2" : {
18610
+ "endpoints" : {
18611
+ "fips-us-gov-east-1" : {
18612
+ "credentialScope" : {
18613
+ "region" : "us-gov-east-1"
18614
+ },
18615
+ "deprecated" : true,
18616
+ "hostname" : "wafv2-fips.us-gov-east-1.amazonaws.com"
18617
+ },
18618
+ "fips-us-gov-west-1" : {
18619
+ "credentialScope" : {
18620
+ "region" : "us-gov-west-1"
18621
+ },
18622
+ "deprecated" : true,
18623
+ "hostname" : "wafv2-fips.us-gov-west-1.amazonaws.com"
18624
+ },
18625
+ "us-gov-east-1" : {
18626
+ "credentialScope" : {
18627
+ "region" : "us-gov-east-1"
18628
+ },
18629
+ "hostname" : "wafv2.us-gov-east-1.amazonaws.com",
18630
+ "variants" : [ {
18631
+ "hostname" : "wafv2-fips.us-gov-east-1.amazonaws.com",
18632
+ "tags" : [ "fips" ]
18633
+ } ]
18634
+ },
18635
+ "us-gov-west-1" : {
18636
+ "credentialScope" : {
18637
+ "region" : "us-gov-west-1"
18638
+ },
18639
+ "hostname" : "wafv2.us-gov-west-1.amazonaws.com",
18640
+ "variants" : [ {
18641
+ "hostname" : "wafv2-fips.us-gov-west-1.amazonaws.com",
18642
+ "tags" : [ "fips" ]
18643
+ } ]
18644
+ }
18645
+ }
18646
+ },
18132
18647
  "workspaces" : {
18133
18648
  "endpoints" : {
18134
18649
  "fips-us-gov-west-1" : {
@@ -19077,6 +19592,11 @@
19077
19592
  "endpoints" : {
19078
19593
  "us-isob-east-1" : { }
19079
19594
  }
19595
+ },
19596
+ "workspaces" : {
19597
+ "endpoints" : {
19598
+ "us-isob-east-1" : { }
19599
+ }
19080
19600
  }
19081
19601
  }
19082
19602
  } ],
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.597.0
4
+ version: 1.600.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-07 00:00:00.000000000 Z
11
+ date: 2022-06-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: