aws-partitions 1.903.0 → 1.916.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e22f7d89618de1414422e8ae5540b0c6ff1a241d9c3c226a2b8db6846464e44
4
- data.tar.gz: 58da6a22ad17f05da697c18b44fbe3ed07040a3f7270336773eb47e5aea7e05f
3
+ metadata.gz: 0d6e414acd0490c29dcf269de32f03373e7d995b5a8d9746021bd3c0897a315a
4
+ data.tar.gz: c43cba200a53272dd3cd9bd0aab11973d37bf6c5c5069728c4fbe884ccd0dd01
5
5
  SHA512:
6
- metadata.gz: 9ff4b1b5c6e50eb6a7b7b176f78c140f74d4e79d0784be1c00f77acee0ff9db60398a235d02abd48a726f4dcc60be9ba64bd8c1bd1c29d0ab6374561bf148e34
7
- data.tar.gz: d1e5cd92cd140783ca8b356dbf215cfd75b31acb5a9f284f2cfd26c63eca3a0df4e32e7303a889e34a8ad1256c3738207109619631c463cc4f94af4127b0f71f
6
+ metadata.gz: 71cd714f42bc2aa29f151729a4a7561109635e9e86267c822e3798a3481c53c7536b79253b0600d39a2fcb9923d307b6814d78741fe04d443b325f6652ef6d87
7
+ data.tar.gz: 60dd5d51077317bb7ffb258147860ba542a5ca2fddcc4dc302a528747bb8d60c746d597791fe16033e2ec2f7d6129b81a5365aff24454fe6aa152a145741dee8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,71 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.916.0 (2024-04-18)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.915.0 (2024-04-17)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.914.0 (2024-04-16)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.913.0 (2024-04-11)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.912.0 (2024-04-10)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.911.0 (2024-04-09)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.910.0 (2024-04-08)
35
+ ------------------
36
+
37
+ * Feature - Added support for enumerating regions for `Aws::ControlCatalog`.
38
+
39
+ 1.909.0 (2024-04-05)
40
+ ------------------
41
+
42
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
43
+
44
+ 1.908.0 (2024-04-04)
45
+ ------------------
46
+
47
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
48
+
49
+ 1.907.0 (2024-04-03)
50
+ ------------------
51
+
52
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
53
+
54
+ 1.906.0 (2024-04-02)
55
+ ------------------
56
+
57
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
58
+
59
+ 1.905.0 (2024-04-01)
60
+ ------------------
61
+
62
+ * Feature - Added support for enumerating regions for `Aws::Deadline`.
63
+
64
+ 1.904.0 (2024-03-29)
65
+ ------------------
66
+
67
+ * Feature - Added support for enumerating regions for `Aws::CodeConnections`.
68
+
4
69
  1.903.0 (2024-03-28)
5
70
  ------------------
6
71
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.903.0
1
+ 1.916.0
@@ -318,6 +318,7 @@ module Aws
318
318
  'CodeBuild' => 'codebuild',
319
319
  'CodeCatalyst' => 'codecatalyst',
320
320
  'CodeCommit' => 'codecommit',
321
+ 'CodeConnections' => 'codeconnections',
321
322
  'CodeDeploy' => 'codedeploy',
322
323
  'CodeGuruProfiler' => 'codeguru-profiler',
323
324
  'CodeGuruReviewer' => 'codeguru-reviewer',
@@ -339,6 +340,7 @@ module Aws
339
340
  'ConnectContactLens' => 'contact-lens',
340
341
  'ConnectParticipant' => 'participant.connect',
341
342
  'ConnectWisdomService' => 'wisdom',
343
+ 'ControlCatalog' => 'controlcatalog',
342
344
  'ControlTower' => 'controltower',
343
345
  'CostExplorer' => 'ce',
344
346
  'CostOptimizationHub' => 'cost-optimization-hub',
@@ -351,6 +353,7 @@ module Aws
351
353
  'DataSync' => 'datasync',
352
354
  'DataZone' => 'datazone',
353
355
  'DatabaseMigrationService' => 'dms',
356
+ 'Deadline' => 'deadline',
354
357
  'Detective' => 'api.detective',
355
358
  'DevOpsGuru' => 'devops-guru',
356
359
  'DeviceFarm' => 'devicefarm',
data/partitions.json CHANGED
@@ -464,6 +464,7 @@
464
464
  "ap-east-1" : { },
465
465
  "ap-northeast-1" : { },
466
466
  "ap-northeast-2" : { },
467
+ "ap-northeast-3" : { },
467
468
  "ap-south-1" : { },
468
469
  "ap-southeast-1" : { },
469
470
  "ap-southeast-2" : { },
@@ -486,6 +487,7 @@
486
487
  "endpoints" : {
487
488
  "ap-northeast-1" : { },
488
489
  "ap-northeast-2" : { },
490
+ "ap-northeast-3" : { },
489
491
  "ap-south-1" : { },
490
492
  "ap-southeast-1" : { },
491
493
  "ap-southeast-2" : { },
@@ -508,6 +510,7 @@
508
510
  "endpoints" : {
509
511
  "ap-northeast-1" : { },
510
512
  "ap-northeast-2" : { },
513
+ "ap-northeast-3" : { },
511
514
  "ap-south-1" : { },
512
515
  "ap-southeast-1" : { },
513
516
  "ap-southeast-2" : { },
@@ -1106,6 +1109,7 @@
1106
1109
  "ap-northeast-2" : { },
1107
1110
  "ap-northeast-3" : { },
1108
1111
  "ap-south-1" : { },
1112
+ "ap-south-2" : { },
1109
1113
  "ap-southeast-1" : { },
1110
1114
  "ap-southeast-2" : { },
1111
1115
  "ap-southeast-4" : { },
@@ -1114,6 +1118,7 @@
1114
1118
  "eu-north-1" : { },
1115
1119
  "eu-west-1" : { },
1116
1120
  "eu-west-3" : { },
1121
+ "me-central-1" : { },
1117
1122
  "sa-east-1" : { },
1118
1123
  "us-east-1" : { },
1119
1124
  "us-east-2" : { },
@@ -2636,6 +2641,7 @@
2636
2641
  "endpoints" : {
2637
2642
  "ap-northeast-1" : { },
2638
2643
  "ap-southeast-1" : { },
2644
+ "ap-southeast-2" : { },
2639
2645
  "bedrock-ap-northeast-1" : {
2640
2646
  "credentialScope" : {
2641
2647
  "region" : "ap-northeast-1"
@@ -2648,12 +2654,24 @@
2648
2654
  },
2649
2655
  "hostname" : "bedrock.ap-southeast-1.amazonaws.com"
2650
2656
  },
2657
+ "bedrock-ap-southeast-2" : {
2658
+ "credentialScope" : {
2659
+ "region" : "ap-southeast-2"
2660
+ },
2661
+ "hostname" : "bedrock.ap-southeast-2.amazonaws.com"
2662
+ },
2651
2663
  "bedrock-eu-central-1" : {
2652
2664
  "credentialScope" : {
2653
2665
  "region" : "eu-central-1"
2654
2666
  },
2655
2667
  "hostname" : "bedrock.eu-central-1.amazonaws.com"
2656
2668
  },
2669
+ "bedrock-eu-west-3" : {
2670
+ "credentialScope" : {
2671
+ "region" : "eu-west-3"
2672
+ },
2673
+ "hostname" : "bedrock.eu-west-3.amazonaws.com"
2674
+ },
2657
2675
  "bedrock-fips-us-east-1" : {
2658
2676
  "credentialScope" : {
2659
2677
  "region" : "us-east-1"
@@ -2678,12 +2696,24 @@
2678
2696
  },
2679
2697
  "hostname" : "bedrock-runtime.ap-southeast-1.amazonaws.com"
2680
2698
  },
2699
+ "bedrock-runtime-ap-southeast-2" : {
2700
+ "credentialScope" : {
2701
+ "region" : "ap-southeast-2"
2702
+ },
2703
+ "hostname" : "bedrock-runtime.ap-southeast-2.amazonaws.com"
2704
+ },
2681
2705
  "bedrock-runtime-eu-central-1" : {
2682
2706
  "credentialScope" : {
2683
2707
  "region" : "eu-central-1"
2684
2708
  },
2685
2709
  "hostname" : "bedrock-runtime.eu-central-1.amazonaws.com"
2686
2710
  },
2711
+ "bedrock-runtime-eu-west-3" : {
2712
+ "credentialScope" : {
2713
+ "region" : "eu-west-3"
2714
+ },
2715
+ "hostname" : "bedrock-runtime.eu-west-3.amazonaws.com"
2716
+ },
2687
2717
  "bedrock-runtime-fips-us-east-1" : {
2688
2718
  "credentialScope" : {
2689
2719
  "region" : "us-east-1"
@@ -2721,6 +2751,7 @@
2721
2751
  "hostname" : "bedrock.us-west-2.amazonaws.com"
2722
2752
  },
2723
2753
  "eu-central-1" : { },
2754
+ "eu-west-3" : { },
2724
2755
  "us-east-1" : { },
2725
2756
  "us-west-2" : { }
2726
2757
  }
@@ -3732,14 +3763,17 @@
3732
3763
  "ap-northeast-2" : { },
3733
3764
  "ap-northeast-3" : { },
3734
3765
  "ap-south-1" : { },
3766
+ "ap-south-2" : { },
3735
3767
  "ap-southeast-1" : { },
3736
3768
  "ap-southeast-2" : { },
3737
3769
  "ap-southeast-3" : { },
3770
+ "ap-southeast-4" : { },
3738
3771
  "ca-central-1" : { },
3739
3772
  "eu-central-1" : { },
3740
3773
  "eu-central-2" : { },
3741
3774
  "eu-north-1" : { },
3742
3775
  "eu-south-1" : { },
3776
+ "eu-south-2" : { },
3743
3777
  "eu-west-1" : { },
3744
3778
  "eu-west-2" : { },
3745
3779
  "eu-west-3" : { },
@@ -3808,14 +3842,17 @@
3808
3842
  "ap-northeast-2" : { },
3809
3843
  "ap-northeast-3" : { },
3810
3844
  "ap-south-1" : { },
3845
+ "ap-south-2" : { },
3811
3846
  "ap-southeast-1" : { },
3812
3847
  "ap-southeast-2" : { },
3813
3848
  "ap-southeast-3" : { },
3849
+ "ap-southeast-4" : { },
3814
3850
  "ca-central-1" : { },
3815
3851
  "eu-central-1" : { },
3816
3852
  "eu-central-2" : { },
3817
3853
  "eu-north-1" : { },
3818
3854
  "eu-south-1" : { },
3855
+ "eu-south-2" : { },
3819
3856
  "eu-west-1" : { },
3820
3857
  "eu-west-2" : { },
3821
3858
  "eu-west-3" : { },
@@ -9933,6 +9970,12 @@
9933
9970
  "tags" : [ "fips" ]
9934
9971
  } ]
9935
9972
  },
9973
+ "ca-west-1" : {
9974
+ "variants" : [ {
9975
+ "hostname" : "kafka-fips.ca-west-1.amazonaws.com",
9976
+ "tags" : [ "fips" ]
9977
+ } ]
9978
+ },
9936
9979
  "eu-central-1" : { },
9937
9980
  "eu-central-2" : { },
9938
9981
  "eu-north-1" : { },
@@ -9948,6 +9991,13 @@
9948
9991
  "deprecated" : true,
9949
9992
  "hostname" : "kafka-fips.ca-central-1.amazonaws.com"
9950
9993
  },
9994
+ "fips-ca-west-1" : {
9995
+ "credentialScope" : {
9996
+ "region" : "ca-west-1"
9997
+ },
9998
+ "deprecated" : true,
9999
+ "hostname" : "kafka-fips.ca-west-1.amazonaws.com"
10000
+ },
9951
10001
  "fips-us-east-1" : {
9952
10002
  "credentialScope" : {
9953
10003
  "region" : "us-east-1"
@@ -11020,6 +11070,7 @@
11020
11070
  "ap-southeast-3" : { },
11021
11071
  "ap-southeast-4" : { },
11022
11072
  "ca-central-1" : { },
11073
+ "ca-west-1" : { },
11023
11074
  "eu-central-1" : { },
11024
11075
  "eu-central-2" : { },
11025
11076
  "eu-north-1" : { },
@@ -12799,6 +12850,12 @@
12799
12850
  },
12800
12851
  "hostname" : "oidc.ap-south-1.amazonaws.com"
12801
12852
  },
12853
+ "ap-south-2" : {
12854
+ "credentialScope" : {
12855
+ "region" : "ap-south-2"
12856
+ },
12857
+ "hostname" : "oidc.ap-south-2.amazonaws.com"
12858
+ },
12802
12859
  "ap-southeast-1" : {
12803
12860
  "credentialScope" : {
12804
12861
  "region" : "ap-southeast-1"
@@ -12853,6 +12910,12 @@
12853
12910
  },
12854
12911
  "hostname" : "oidc.eu-south-1.amazonaws.com"
12855
12912
  },
12913
+ "eu-south-2" : {
12914
+ "credentialScope" : {
12915
+ "region" : "eu-south-2"
12916
+ },
12917
+ "hostname" : "oidc.eu-south-2.amazonaws.com"
12918
+ },
12856
12919
  "eu-west-1" : {
12857
12920
  "credentialScope" : {
12858
12921
  "region" : "eu-west-1"
@@ -13462,6 +13525,12 @@
13462
13525
  },
13463
13526
  "hostname" : "portal.sso.ap-south-1.amazonaws.com"
13464
13527
  },
13528
+ "ap-south-2" : {
13529
+ "credentialScope" : {
13530
+ "region" : "ap-south-2"
13531
+ },
13532
+ "hostname" : "portal.sso.ap-south-2.amazonaws.com"
13533
+ },
13465
13534
  "ap-southeast-1" : {
13466
13535
  "credentialScope" : {
13467
13536
  "region" : "ap-southeast-1"
@@ -13516,6 +13585,12 @@
13516
13585
  },
13517
13586
  "hostname" : "portal.sso.eu-south-1.amazonaws.com"
13518
13587
  },
13588
+ "eu-south-2" : {
13589
+ "credentialScope" : {
13590
+ "region" : "eu-south-2"
13591
+ },
13592
+ "hostname" : "portal.sso.eu-south-2.amazonaws.com"
13593
+ },
13519
13594
  "eu-west-1" : {
13520
13595
  "credentialScope" : {
13521
13596
  "region" : "eu-west-1"
@@ -14705,19 +14780,29 @@
14705
14780
  },
14706
14781
  "resource-explorer-2" : {
14707
14782
  "endpoints" : {
14783
+ "af-south-1" : { },
14784
+ "ap-east-1" : { },
14708
14785
  "ap-northeast-1" : { },
14709
14786
  "ap-northeast-2" : { },
14710
14787
  "ap-northeast-3" : { },
14711
14788
  "ap-south-1" : { },
14789
+ "ap-south-2" : { },
14712
14790
  "ap-southeast-1" : { },
14713
14791
  "ap-southeast-2" : { },
14714
14792
  "ap-southeast-3" : { },
14793
+ "ap-southeast-4" : { },
14715
14794
  "ca-central-1" : { },
14795
+ "ca-west-1" : { },
14716
14796
  "eu-central-1" : { },
14797
+ "eu-central-2" : { },
14717
14798
  "eu-north-1" : { },
14799
+ "eu-south-1" : { },
14800
+ "eu-south-2" : { },
14718
14801
  "eu-west-1" : { },
14719
14802
  "eu-west-2" : { },
14720
14803
  "eu-west-3" : { },
14804
+ "il-central-1" : { },
14805
+ "me-central-1" : { },
14721
14806
  "me-south-1" : { },
14722
14807
  "sa-east-1" : { },
14723
14808
  "us-east-1" : { },
@@ -14975,15 +15060,26 @@
14975
15060
  },
14976
15061
  "rum" : {
14977
15062
  "endpoints" : {
15063
+ "af-south-1" : { },
14978
15064
  "ap-northeast-1" : { },
15065
+ "ap-northeast-2" : { },
15066
+ "ap-northeast-3" : { },
15067
+ "ap-south-1" : { },
14979
15068
  "ap-southeast-1" : { },
14980
15069
  "ap-southeast-2" : { },
15070
+ "ap-southeast-3" : { },
15071
+ "ca-central-1" : { },
14981
15072
  "eu-central-1" : { },
14982
15073
  "eu-north-1" : { },
15074
+ "eu-south-1" : { },
14983
15075
  "eu-west-1" : { },
14984
15076
  "eu-west-2" : { },
15077
+ "eu-west-3" : { },
15078
+ "me-south-1" : { },
15079
+ "sa-east-1" : { },
14985
15080
  "us-east-1" : { },
14986
15081
  "us-east-2" : { },
15082
+ "us-west-1" : { },
14987
15083
  "us-west-2" : { }
14988
15084
  }
14989
15085
  },
@@ -15450,6 +15546,28 @@
15450
15546
  } ]
15451
15547
  },
15452
15548
  "endpoints" : {
15549
+ "af-south-1" : {
15550
+ "credentialScope" : {
15551
+ "region" : "af-south-1"
15552
+ },
15553
+ "hostname" : "s3-control.af-south-1.amazonaws.com",
15554
+ "signatureVersions" : [ "s3v4" ],
15555
+ "variants" : [ {
15556
+ "hostname" : "s3-control.dualstack.af-south-1.amazonaws.com",
15557
+ "tags" : [ "dualstack" ]
15558
+ } ]
15559
+ },
15560
+ "ap-east-1" : {
15561
+ "credentialScope" : {
15562
+ "region" : "ap-east-1"
15563
+ },
15564
+ "hostname" : "s3-control.ap-east-1.amazonaws.com",
15565
+ "signatureVersions" : [ "s3v4" ],
15566
+ "variants" : [ {
15567
+ "hostname" : "s3-control.dualstack.ap-east-1.amazonaws.com",
15568
+ "tags" : [ "dualstack" ]
15569
+ } ]
15570
+ },
15453
15571
  "ap-northeast-1" : {
15454
15572
  "credentialScope" : {
15455
15573
  "region" : "ap-northeast-1"
@@ -15494,6 +15612,17 @@
15494
15612
  "tags" : [ "dualstack" ]
15495
15613
  } ]
15496
15614
  },
15615
+ "ap-south-2" : {
15616
+ "credentialScope" : {
15617
+ "region" : "ap-south-2"
15618
+ },
15619
+ "hostname" : "s3-control.ap-south-2.amazonaws.com",
15620
+ "signatureVersions" : [ "s3v4" ],
15621
+ "variants" : [ {
15622
+ "hostname" : "s3-control.dualstack.ap-south-2.amazonaws.com",
15623
+ "tags" : [ "dualstack" ]
15624
+ } ]
15625
+ },
15497
15626
  "ap-southeast-1" : {
15498
15627
  "credentialScope" : {
15499
15628
  "region" : "ap-southeast-1"
@@ -15516,6 +15645,28 @@
15516
15645
  "tags" : [ "dualstack" ]
15517
15646
  } ]
15518
15647
  },
15648
+ "ap-southeast-3" : {
15649
+ "credentialScope" : {
15650
+ "region" : "ap-southeast-3"
15651
+ },
15652
+ "hostname" : "s3-control.ap-southeast-3.amazonaws.com",
15653
+ "signatureVersions" : [ "s3v4" ],
15654
+ "variants" : [ {
15655
+ "hostname" : "s3-control.dualstack.ap-southeast-3.amazonaws.com",
15656
+ "tags" : [ "dualstack" ]
15657
+ } ]
15658
+ },
15659
+ "ap-southeast-4" : {
15660
+ "credentialScope" : {
15661
+ "region" : "ap-southeast-4"
15662
+ },
15663
+ "hostname" : "s3-control.ap-southeast-4.amazonaws.com",
15664
+ "signatureVersions" : [ "s3v4" ],
15665
+ "variants" : [ {
15666
+ "hostname" : "s3-control.dualstack.ap-southeast-4.amazonaws.com",
15667
+ "tags" : [ "dualstack" ]
15668
+ } ]
15669
+ },
15519
15670
  "ca-central-1" : {
15520
15671
  "credentialScope" : {
15521
15672
  "region" : "ca-central-1"
@@ -15552,6 +15703,17 @@
15552
15703
  "tags" : [ "dualstack" ]
15553
15704
  } ]
15554
15705
  },
15706
+ "eu-central-2" : {
15707
+ "credentialScope" : {
15708
+ "region" : "eu-central-2"
15709
+ },
15710
+ "hostname" : "s3-control.eu-central-2.amazonaws.com",
15711
+ "signatureVersions" : [ "s3v4" ],
15712
+ "variants" : [ {
15713
+ "hostname" : "s3-control.dualstack.eu-central-2.amazonaws.com",
15714
+ "tags" : [ "dualstack" ]
15715
+ } ]
15716
+ },
15555
15717
  "eu-north-1" : {
15556
15718
  "credentialScope" : {
15557
15719
  "region" : "eu-north-1"
@@ -15563,6 +15725,28 @@
15563
15725
  "tags" : [ "dualstack" ]
15564
15726
  } ]
15565
15727
  },
15728
+ "eu-south-1" : {
15729
+ "credentialScope" : {
15730
+ "region" : "eu-south-1"
15731
+ },
15732
+ "hostname" : "s3-control.eu-south-1.amazonaws.com",
15733
+ "signatureVersions" : [ "s3v4" ],
15734
+ "variants" : [ {
15735
+ "hostname" : "s3-control.dualstack.eu-south-1.amazonaws.com",
15736
+ "tags" : [ "dualstack" ]
15737
+ } ]
15738
+ },
15739
+ "eu-south-2" : {
15740
+ "credentialScope" : {
15741
+ "region" : "eu-south-2"
15742
+ },
15743
+ "hostname" : "s3-control.eu-south-2.amazonaws.com",
15744
+ "signatureVersions" : [ "s3v4" ],
15745
+ "variants" : [ {
15746
+ "hostname" : "s3-control.dualstack.eu-south-2.amazonaws.com",
15747
+ "tags" : [ "dualstack" ]
15748
+ } ]
15749
+ },
15566
15750
  "eu-west-1" : {
15567
15751
  "credentialScope" : {
15568
15752
  "region" : "eu-west-1"
@@ -15596,6 +15780,39 @@
15596
15780
  "tags" : [ "dualstack" ]
15597
15781
  } ]
15598
15782
  },
15783
+ "il-central-1" : {
15784
+ "credentialScope" : {
15785
+ "region" : "il-central-1"
15786
+ },
15787
+ "hostname" : "s3-control.il-central-1.amazonaws.com",
15788
+ "signatureVersions" : [ "s3v4" ],
15789
+ "variants" : [ {
15790
+ "hostname" : "s3-control.dualstack.il-central-1.amazonaws.com",
15791
+ "tags" : [ "dualstack" ]
15792
+ } ]
15793
+ },
15794
+ "me-central-1" : {
15795
+ "credentialScope" : {
15796
+ "region" : "me-central-1"
15797
+ },
15798
+ "hostname" : "s3-control.me-central-1.amazonaws.com",
15799
+ "signatureVersions" : [ "s3v4" ],
15800
+ "variants" : [ {
15801
+ "hostname" : "s3-control.dualstack.me-central-1.amazonaws.com",
15802
+ "tags" : [ "dualstack" ]
15803
+ } ]
15804
+ },
15805
+ "me-south-1" : {
15806
+ "credentialScope" : {
15807
+ "region" : "me-south-1"
15808
+ },
15809
+ "hostname" : "s3-control.me-south-1.amazonaws.com",
15810
+ "signatureVersions" : [ "s3v4" ],
15811
+ "variants" : [ {
15812
+ "hostname" : "s3-control.dualstack.me-south-1.amazonaws.com",
15813
+ "tags" : [ "dualstack" ]
15814
+ } ]
15815
+ },
15599
15816
  "sa-east-1" : {
15600
15817
  "credentialScope" : {
15601
15818
  "region" : "sa-east-1"
@@ -16347,16 +16564,60 @@
16347
16564
  "protocols" : [ "https" ]
16348
16565
  },
16349
16566
  "us-east-1" : {
16350
- "protocols" : [ "https" ]
16567
+ "protocols" : [ "https" ],
16568
+ "variants" : [ {
16569
+ "hostname" : "serverlessrepo-fips.us-east-1.amazonaws.com",
16570
+ "tags" : [ "fips" ]
16571
+ } ]
16572
+ },
16573
+ "us-east-1-fips" : {
16574
+ "credentialScope" : {
16575
+ "region" : "us-east-1"
16576
+ },
16577
+ "deprecated" : true,
16578
+ "hostname" : "serverlessrepo-fips.us-east-1.amazonaws.com"
16351
16579
  },
16352
16580
  "us-east-2" : {
16353
- "protocols" : [ "https" ]
16581
+ "protocols" : [ "https" ],
16582
+ "variants" : [ {
16583
+ "hostname" : "serverlessrepo-fips.us-east-2.amazonaws.com",
16584
+ "tags" : [ "fips" ]
16585
+ } ]
16586
+ },
16587
+ "us-east-2-fips" : {
16588
+ "credentialScope" : {
16589
+ "region" : "us-east-2"
16590
+ },
16591
+ "deprecated" : true,
16592
+ "hostname" : "serverlessrepo-fips.us-east-2.amazonaws.com"
16354
16593
  },
16355
16594
  "us-west-1" : {
16356
- "protocols" : [ "https" ]
16595
+ "protocols" : [ "https" ],
16596
+ "variants" : [ {
16597
+ "hostname" : "serverlessrepo-fips.us-west-1.amazonaws.com",
16598
+ "tags" : [ "fips" ]
16599
+ } ]
16600
+ },
16601
+ "us-west-1-fips" : {
16602
+ "credentialScope" : {
16603
+ "region" : "us-west-1"
16604
+ },
16605
+ "deprecated" : true,
16606
+ "hostname" : "serverlessrepo-fips.us-west-1.amazonaws.com"
16357
16607
  },
16358
16608
  "us-west-2" : {
16359
- "protocols" : [ "https" ]
16609
+ "protocols" : [ "https" ],
16610
+ "variants" : [ {
16611
+ "hostname" : "serverlessrepo-fips.us-west-2.amazonaws.com",
16612
+ "tags" : [ "fips" ]
16613
+ } ]
16614
+ },
16615
+ "us-west-2-fips" : {
16616
+ "credentialScope" : {
16617
+ "region" : "us-west-2"
16618
+ },
16619
+ "deprecated" : true,
16620
+ "hostname" : "serverlessrepo-fips.us-west-2.amazonaws.com"
16360
16621
  }
16361
16622
  }
16362
16623
  },
@@ -16620,6 +16881,25 @@
16620
16881
  "deprecated" : true,
16621
16882
  "hostname" : "servicediscovery-fips.ca-central-1.amazonaws.com"
16622
16883
  },
16884
+ "ca-west-1" : {
16885
+ "variants" : [ {
16886
+ "hostname" : "servicediscovery-fips.ca-west-1.amazonaws.com",
16887
+ "tags" : [ "fips" ]
16888
+ }, {
16889
+ "hostname" : "servicediscovery-fips.ca-west-1.api.aws",
16890
+ "tags" : [ "dualstack", "fips" ]
16891
+ }, {
16892
+ "hostname" : "servicediscovery.ca-west-1.api.aws",
16893
+ "tags" : [ "dualstack" ]
16894
+ } ]
16895
+ },
16896
+ "ca-west-1-fips" : {
16897
+ "credentialScope" : {
16898
+ "region" : "ca-west-1"
16899
+ },
16900
+ "deprecated" : true,
16901
+ "hostname" : "servicediscovery-fips.ca-west-1.amazonaws.com"
16902
+ },
16623
16903
  "eu-central-1" : {
16624
16904
  "variants" : [ {
16625
16905
  "hostname" : "servicediscovery.eu-central-1.api.aws",
@@ -17967,6 +18247,7 @@
17967
18247
  "ap-northeast-2" : { },
17968
18248
  "ap-northeast-3" : { },
17969
18249
  "ap-south-1" : { },
18250
+ "ap-south-2" : { },
17970
18251
  "ap-southeast-1" : { },
17971
18252
  "ap-southeast-2" : { },
17972
18253
  "ap-southeast-3" : { },
@@ -17976,6 +18257,7 @@
17976
18257
  "eu-central-2" : { },
17977
18258
  "eu-north-1" : { },
17978
18259
  "eu-south-1" : { },
18260
+ "eu-south-2" : { },
17979
18261
  "eu-west-1" : { },
17980
18262
  "eu-west-2" : { },
17981
18263
  "eu-west-3" : { },
@@ -18951,7 +19233,18 @@
18951
19233
  "ap-southeast-2" : { },
18952
19234
  "ap-southeast-3" : { },
18953
19235
  "ap-southeast-4" : { },
18954
- "ca-central-1" : { },
19236
+ "ca-central-1" : {
19237
+ "variants" : [ {
19238
+ "hostname" : "verifiedpermissions-fips.ca-central-1.amazonaws.com",
19239
+ "tags" : [ "fips" ]
19240
+ } ]
19241
+ },
19242
+ "ca-west-1" : {
19243
+ "variants" : [ {
19244
+ "hostname" : "verifiedpermissions-fips.ca-west-1.amazonaws.com",
19245
+ "tags" : [ "fips" ]
19246
+ } ]
19247
+ },
18955
19248
  "eu-central-1" : { },
18956
19249
  "eu-central-2" : { },
18957
19250
  "eu-north-1" : { },
@@ -18960,13 +19253,76 @@
18960
19253
  "eu-west-1" : { },
18961
19254
  "eu-west-2" : { },
18962
19255
  "eu-west-3" : { },
18963
- "me-central-1" : { },
18964
- "me-south-1" : { },
18965
- "sa-east-1" : { },
18966
- "us-east-1" : { },
18967
- "us-east-2" : { },
18968
- "us-west-1" : { },
18969
- "us-west-2" : { }
19256
+ "fips-ca-central-1" : {
19257
+ "credentialScope" : {
19258
+ "region" : "ca-central-1"
19259
+ },
19260
+ "deprecated" : true,
19261
+ "hostname" : "verifiedpermissions-fips.ca-central-1.amazonaws.com"
19262
+ },
19263
+ "fips-ca-west-1" : {
19264
+ "credentialScope" : {
19265
+ "region" : "ca-west-1"
19266
+ },
19267
+ "deprecated" : true,
19268
+ "hostname" : "verifiedpermissions-fips.ca-west-1.amazonaws.com"
19269
+ },
19270
+ "fips-us-east-1" : {
19271
+ "credentialScope" : {
19272
+ "region" : "us-east-1"
19273
+ },
19274
+ "deprecated" : true,
19275
+ "hostname" : "verifiedpermissions-fips.us-east-1.amazonaws.com"
19276
+ },
19277
+ "fips-us-east-2" : {
19278
+ "credentialScope" : {
19279
+ "region" : "us-east-2"
19280
+ },
19281
+ "deprecated" : true,
19282
+ "hostname" : "verifiedpermissions-fips.us-east-2.amazonaws.com"
19283
+ },
19284
+ "fips-us-west-1" : {
19285
+ "credentialScope" : {
19286
+ "region" : "us-west-1"
19287
+ },
19288
+ "deprecated" : true,
19289
+ "hostname" : "verifiedpermissions-fips.us-west-1.amazonaws.com"
19290
+ },
19291
+ "fips-us-west-2" : {
19292
+ "credentialScope" : {
19293
+ "region" : "us-west-2"
19294
+ },
19295
+ "deprecated" : true,
19296
+ "hostname" : "verifiedpermissions-fips.us-west-2.amazonaws.com"
19297
+ },
19298
+ "il-central-1" : { },
19299
+ "me-central-1" : { },
19300
+ "me-south-1" : { },
19301
+ "sa-east-1" : { },
19302
+ "us-east-1" : {
19303
+ "variants" : [ {
19304
+ "hostname" : "verifiedpermissions-fips.us-east-1.amazonaws.com",
19305
+ "tags" : [ "fips" ]
19306
+ } ]
19307
+ },
19308
+ "us-east-2" : {
19309
+ "variants" : [ {
19310
+ "hostname" : "verifiedpermissions-fips.us-east-2.amazonaws.com",
19311
+ "tags" : [ "fips" ]
19312
+ } ]
19313
+ },
19314
+ "us-west-1" : {
19315
+ "variants" : [ {
19316
+ "hostname" : "verifiedpermissions-fips.us-west-1.amazonaws.com",
19317
+ "tags" : [ "fips" ]
19318
+ } ]
19319
+ },
19320
+ "us-west-2" : {
19321
+ "variants" : [ {
19322
+ "hostname" : "verifiedpermissions-fips.us-west-2.amazonaws.com",
19323
+ "tags" : [ "fips" ]
19324
+ } ]
19325
+ }
18970
19326
  }
18971
19327
  },
18972
19328
  "voice-chime" : {
@@ -19077,6 +19433,7 @@
19077
19433
  "eu-north-1" : { },
19078
19434
  "eu-west-1" : { },
19079
19435
  "eu-west-2" : { },
19436
+ "sa-east-1" : { },
19080
19437
  "us-east-1" : { },
19081
19438
  "us-east-2" : { },
19082
19439
  "us-west-2" : { }
@@ -22372,9 +22729,29 @@
22372
22729
  },
22373
22730
  "endpoints" : {
22374
22731
  "us-gov-east-1" : {
22732
+ "hostname" : "autoscaling-plans.us-gov-east-1.amazonaws.com",
22733
+ "protocols" : [ "http", "https" ],
22734
+ "variants" : [ {
22735
+ "hostname" : "autoscaling-plans.us-gov-east-1.amazonaws.com",
22736
+ "tags" : [ "fips" ]
22737
+ } ]
22738
+ },
22739
+ "us-gov-east-1-fips" : {
22740
+ "deprecated" : true,
22741
+ "hostname" : "autoscaling-plans.us-gov-east-1.amazonaws.com",
22375
22742
  "protocols" : [ "http", "https" ]
22376
22743
  },
22377
22744
  "us-gov-west-1" : {
22745
+ "hostname" : "autoscaling-plans.us-gov-west-1.amazonaws.com",
22746
+ "protocols" : [ "http", "https" ],
22747
+ "variants" : [ {
22748
+ "hostname" : "autoscaling-plans.us-gov-west-1.amazonaws.com",
22749
+ "tags" : [ "fips" ]
22750
+ } ]
22751
+ },
22752
+ "us-gov-west-1-fips" : {
22753
+ "deprecated" : true,
22754
+ "hostname" : "autoscaling-plans.us-gov-west-1.amazonaws.com",
22378
22755
  "protocols" : [ "http", "https" ]
22379
22756
  }
22380
22757
  }
@@ -22435,6 +22812,18 @@
22435
22812
  },
22436
22813
  "bedrock" : {
22437
22814
  "endpoints" : {
22815
+ "bedrock-runtime-us-gov-west-1" : {
22816
+ "credentialScope" : {
22817
+ "region" : "us-gov-west-1"
22818
+ },
22819
+ "hostname" : "bedrock-runtime.us-gov-west-1.amazonaws.com"
22820
+ },
22821
+ "bedrock-us-gov-west-1" : {
22822
+ "credentialScope" : {
22823
+ "region" : "us-gov-west-1"
22824
+ },
22825
+ "hostname" : "bedrock.us-gov-west-1.amazonaws.com"
22826
+ },
22438
22827
  "us-gov-west-1" : { }
22439
22828
  }
22440
22829
  },
@@ -22887,8 +23276,32 @@
22887
23276
  },
22888
23277
  "controltower" : {
22889
23278
  "endpoints" : {
22890
- "us-gov-east-1" : { },
22891
- "us-gov-west-1" : { }
23279
+ "us-gov-east-1" : {
23280
+ "variants" : [ {
23281
+ "hostname" : "controltower-fips.us-gov-east-1.amazonaws.com",
23282
+ "tags" : [ "fips" ]
23283
+ } ]
23284
+ },
23285
+ "us-gov-east-1-fips" : {
23286
+ "credentialScope" : {
23287
+ "region" : "us-gov-east-1"
23288
+ },
23289
+ "deprecated" : true,
23290
+ "hostname" : "controltower-fips.us-gov-east-1.amazonaws.com"
23291
+ },
23292
+ "us-gov-west-1" : {
23293
+ "variants" : [ {
23294
+ "hostname" : "controltower-fips.us-gov-west-1.amazonaws.com",
23295
+ "tags" : [ "fips" ]
23296
+ } ]
23297
+ },
23298
+ "us-gov-west-1-fips" : {
23299
+ "credentialScope" : {
23300
+ "region" : "us-gov-west-1"
23301
+ },
23302
+ "deprecated" : true,
23303
+ "hostname" : "controltower-fips.us-gov-west-1.amazonaws.com"
23304
+ }
22892
23305
  }
22893
23306
  },
22894
23307
  "data-ats.iot" : {
@@ -25833,8 +26246,56 @@
25833
26246
  },
25834
26247
  "signer" : {
25835
26248
  "endpoints" : {
25836
- "us-gov-east-1" : { },
25837
- "us-gov-west-1" : { }
26249
+ "fips-us-gov-east-1" : {
26250
+ "credentialScope" : {
26251
+ "region" : "us-gov-east-1"
26252
+ },
26253
+ "deprecated" : true,
26254
+ "hostname" : "signer-fips.us-gov-east-1.amazonaws.com"
26255
+ },
26256
+ "fips-us-gov-west-1" : {
26257
+ "credentialScope" : {
26258
+ "region" : "us-gov-west-1"
26259
+ },
26260
+ "deprecated" : true,
26261
+ "hostname" : "signer-fips.us-gov-west-1.amazonaws.com"
26262
+ },
26263
+ "fips-verification-us-gov-east-1" : {
26264
+ "credentialScope" : {
26265
+ "region" : "us-gov-east-1"
26266
+ },
26267
+ "hostname" : "verification.signer-fips.us-gov-east-1.amazonaws.com"
26268
+ },
26269
+ "fips-verification-us-gov-west-1" : {
26270
+ "credentialScope" : {
26271
+ "region" : "us-gov-west-1"
26272
+ },
26273
+ "hostname" : "verification.signer-fips.us-gov-west-1.amazonaws.com"
26274
+ },
26275
+ "us-gov-east-1" : {
26276
+ "variants" : [ {
26277
+ "hostname" : "signer-fips.us-gov-east-1.amazonaws.com",
26278
+ "tags" : [ "fips" ]
26279
+ } ]
26280
+ },
26281
+ "us-gov-west-1" : {
26282
+ "variants" : [ {
26283
+ "hostname" : "signer-fips.us-gov-west-1.amazonaws.com",
26284
+ "tags" : [ "fips" ]
26285
+ } ]
26286
+ },
26287
+ "verification-us-gov-east-1" : {
26288
+ "credentialScope" : {
26289
+ "region" : "us-gov-east-1"
26290
+ },
26291
+ "hostname" : "verification.signer.us-gov-east-1.amazonaws.com"
26292
+ },
26293
+ "verification-us-gov-west-1" : {
26294
+ "credentialScope" : {
26295
+ "region" : "us-gov-west-1"
26296
+ },
26297
+ "hostname" : "verification.signer.us-gov-west-1.amazonaws.com"
26298
+ }
25838
26299
  }
25839
26300
  },
25840
26301
  "simspaceweaver" : {
@@ -26440,6 +26901,36 @@
26440
26901
  }
26441
26902
  }
26442
26903
  },
26904
+ "verifiedpermissions" : {
26905
+ "endpoints" : {
26906
+ "fips-us-gov-east-1" : {
26907
+ "credentialScope" : {
26908
+ "region" : "us-gov-east-1"
26909
+ },
26910
+ "deprecated" : true,
26911
+ "hostname" : "verifiedpermissions-fips.us-gov-east-1.amazonaws.com"
26912
+ },
26913
+ "fips-us-gov-west-1" : {
26914
+ "credentialScope" : {
26915
+ "region" : "us-gov-west-1"
26916
+ },
26917
+ "deprecated" : true,
26918
+ "hostname" : "verifiedpermissions-fips.us-gov-west-1.amazonaws.com"
26919
+ },
26920
+ "us-gov-east-1" : {
26921
+ "variants" : [ {
26922
+ "hostname" : "verifiedpermissions-fips.us-gov-east-1.amazonaws.com",
26923
+ "tags" : [ "fips" ]
26924
+ } ]
26925
+ },
26926
+ "us-gov-west-1" : {
26927
+ "variants" : [ {
26928
+ "hostname" : "verifiedpermissions-fips.us-gov-west-1.amazonaws.com",
26929
+ "tags" : [ "fips" ]
26930
+ } ]
26931
+ }
26932
+ }
26933
+ },
26443
26934
  "waf-regional" : {
26444
26935
  "endpoints" : {
26445
26936
  "fips-us-gov-east-1" : {
@@ -26955,6 +27446,40 @@
26955
27446
  "us-iso-west-1" : { }
26956
27447
  }
26957
27448
  },
27449
+ "fsx" : {
27450
+ "endpoints" : {
27451
+ "fips-prod-us-iso-east-1" : {
27452
+ "credentialScope" : {
27453
+ "region" : "us-iso-east-1"
27454
+ },
27455
+ "deprecated" : true,
27456
+ "hostname" : "fsx-fips.us-iso-east-1.c2s.ic.gov"
27457
+ },
27458
+ "fips-us-iso-east-1" : {
27459
+ "credentialScope" : {
27460
+ "region" : "us-iso-east-1"
27461
+ },
27462
+ "deprecated" : true,
27463
+ "hostname" : "fsx-fips.us-iso-east-1.c2s.ic.gov"
27464
+ },
27465
+ "prod-us-iso-east-1" : {
27466
+ "credentialScope" : {
27467
+ "region" : "us-iso-east-1"
27468
+ },
27469
+ "deprecated" : true,
27470
+ "variants" : [ {
27471
+ "hostname" : "fsx-fips.us-iso-east-1.c2s.ic.gov",
27472
+ "tags" : [ "fips" ]
27473
+ } ]
27474
+ },
27475
+ "us-iso-east-1" : {
27476
+ "variants" : [ {
27477
+ "hostname" : "fsx-fips.us-iso-east-1.c2s.ic.gov",
27478
+ "tags" : [ "fips" ]
27479
+ } ]
27480
+ }
27481
+ }
27482
+ },
26958
27483
  "glacier" : {
26959
27484
  "endpoints" : {
26960
27485
  "us-iso-east-1" : {
@@ -27305,6 +27830,76 @@
27305
27830
  }
27306
27831
  }
27307
27832
  },
27833
+ "s3-control" : {
27834
+ "defaults" : {
27835
+ "protocols" : [ "https" ],
27836
+ "signatureVersions" : [ "s3v4" ]
27837
+ },
27838
+ "endpoints" : {
27839
+ "us-iso-east-1" : {
27840
+ "credentialScope" : {
27841
+ "region" : "us-iso-east-1"
27842
+ },
27843
+ "hostname" : "s3-control.us-iso-east-1.c2s.ic.gov",
27844
+ "signatureVersions" : [ "s3v4" ],
27845
+ "variants" : [ {
27846
+ "hostname" : "s3-control-fips.dualstack.us-iso-east-1.c2s.ic.gov",
27847
+ "tags" : [ "dualstack", "fips" ]
27848
+ }, {
27849
+ "hostname" : "s3-control-fips.us-iso-east-1.c2s.ic.gov",
27850
+ "tags" : [ "fips" ]
27851
+ }, {
27852
+ "hostname" : "s3-control.dualstack.us-iso-east-1.c2s.ic.gov",
27853
+ "tags" : [ "dualstack" ]
27854
+ } ]
27855
+ },
27856
+ "us-iso-east-1-fips" : {
27857
+ "credentialScope" : {
27858
+ "region" : "us-iso-east-1"
27859
+ },
27860
+ "deprecated" : true,
27861
+ "hostname" : "s3-control-fips.us-iso-east-1.c2s.ic.gov",
27862
+ "signatureVersions" : [ "s3v4" ]
27863
+ },
27864
+ "us-iso-west-1" : {
27865
+ "credentialScope" : {
27866
+ "region" : "us-iso-west-1"
27867
+ },
27868
+ "hostname" : "s3-control.us-iso-west-1.c2s.ic.gov",
27869
+ "signatureVersions" : [ "s3v4" ],
27870
+ "variants" : [ {
27871
+ "hostname" : "s3-control-fips.dualstack.us-iso-west-1.c2s.ic.gov",
27872
+ "tags" : [ "dualstack", "fips" ]
27873
+ }, {
27874
+ "hostname" : "s3-control-fips.us-iso-west-1.c2s.ic.gov",
27875
+ "tags" : [ "fips" ]
27876
+ }, {
27877
+ "hostname" : "s3-control.dualstack.us-iso-west-1.c2s.ic.gov",
27878
+ "tags" : [ "dualstack" ]
27879
+ } ]
27880
+ },
27881
+ "us-iso-west-1-fips" : {
27882
+ "credentialScope" : {
27883
+ "region" : "us-iso-west-1"
27884
+ },
27885
+ "deprecated" : true,
27886
+ "hostname" : "s3-control-fips.us-iso-west-1.c2s.ic.gov",
27887
+ "signatureVersions" : [ "s3v4" ]
27888
+ }
27889
+ }
27890
+ },
27891
+ "s3-outposts" : {
27892
+ "endpoints" : {
27893
+ "fips-us-iso-east-1" : {
27894
+ "deprecated" : true
27895
+ },
27896
+ "us-iso-east-1" : {
27897
+ "variants" : [ {
27898
+ "tags" : [ "fips" ]
27899
+ } ]
27900
+ }
27901
+ }
27902
+ },
27308
27903
  "secretsmanager" : {
27309
27904
  "endpoints" : {
27310
27905
  "us-iso-east-1" : { },
@@ -27313,7 +27908,8 @@
27313
27908
  },
27314
27909
  "snowball" : {
27315
27910
  "endpoints" : {
27316
- "us-iso-east-1" : { }
27911
+ "us-iso-east-1" : { },
27912
+ "us-iso-west-1" : { }
27317
27913
  }
27318
27914
  },
27319
27915
  "sns" : {
@@ -27670,6 +28266,11 @@
27670
28266
  "us-isob-east-1" : { }
27671
28267
  }
27672
28268
  },
28269
+ "firehose" : {
28270
+ "endpoints" : {
28271
+ "us-isob-east-1" : { }
28272
+ }
28273
+ },
27673
28274
  "glacier" : {
27674
28275
  "endpoints" : {
27675
28276
  "us-isob-east-1" : { }
@@ -27907,6 +28508,51 @@
27907
28508
  }
27908
28509
  }
27909
28510
  },
28511
+ "s3-control" : {
28512
+ "defaults" : {
28513
+ "protocols" : [ "https" ],
28514
+ "signatureVersions" : [ "s3v4" ]
28515
+ },
28516
+ "endpoints" : {
28517
+ "us-isob-east-1" : {
28518
+ "credentialScope" : {
28519
+ "region" : "us-isob-east-1"
28520
+ },
28521
+ "hostname" : "s3-control.us-isob-east-1.sc2s.sgov.gov",
28522
+ "signatureVersions" : [ "s3v4" ],
28523
+ "variants" : [ {
28524
+ "hostname" : "s3-control-fips.dualstack.us-isob-east-1.sc2s.sgov.gov",
28525
+ "tags" : [ "dualstack", "fips" ]
28526
+ }, {
28527
+ "hostname" : "s3-control-fips.us-isob-east-1.sc2s.sgov.gov",
28528
+ "tags" : [ "fips" ]
28529
+ }, {
28530
+ "hostname" : "s3-control.dualstack.us-isob-east-1.sc2s.sgov.gov",
28531
+ "tags" : [ "dualstack" ]
28532
+ } ]
28533
+ },
28534
+ "us-isob-east-1-fips" : {
28535
+ "credentialScope" : {
28536
+ "region" : "us-isob-east-1"
28537
+ },
28538
+ "deprecated" : true,
28539
+ "hostname" : "s3-control-fips.us-isob-east-1.sc2s.sgov.gov",
28540
+ "signatureVersions" : [ "s3v4" ]
28541
+ }
28542
+ }
28543
+ },
28544
+ "s3-outposts" : {
28545
+ "endpoints" : {
28546
+ "fips-us-isob-east-1" : {
28547
+ "deprecated" : true
28548
+ },
28549
+ "us-isob-east-1" : {
28550
+ "variants" : [ {
28551
+ "tags" : [ "fips" ]
28552
+ } ]
28553
+ }
28554
+ }
28555
+ },
27910
28556
  "secretsmanager" : {
27911
28557
  "endpoints" : {
27912
28558
  "us-isob-east-1" : { }
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.903.0
4
+ version: 1.916.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-03-28 00:00:00.000000000 Z
11
+ date: 2024-04-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: