aws-partitions 1.752.0 → 1.758.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 +30 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +192 -82
- 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: 325f8eab7743a42746fee2aa07ae3fa8ec7add533f7c25cac39e536f9b7be78a
|
|
4
|
+
data.tar.gz: 8e603c13327ec093b507b4362f7d033156c653a2370ffc85e4ffd80a219a74af
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d025293a04fb82fbbded2fa915e7251e1ed64dbd83008b8a1bc82a3027164fc0f151402680c40c7192e67348152249fc9970466426d13096043b2755d080e6b8
|
|
7
|
+
data.tar.gz: 325e6a56ff7e981fb4a95844fde9c9b71d7f9b5b24d079d139f34152eadc63063d029f83e22d9928f15569d5d4725b9a29cbaf6e3cad3870c79179bcec6608bb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,36 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.758.0 (2023-05-01)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.757.0 (2023-04-28)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.756.0 (2023-04-27)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
19
|
+
1.755.0 (2023-04-26)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Added support for enumerating regions for `Aws::OSIS`.
|
|
23
|
+
|
|
24
|
+
1.754.0 (2023-04-25)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
28
|
+
|
|
29
|
+
1.753.0 (2023-04-24)
|
|
30
|
+
------------------
|
|
31
|
+
|
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
33
|
+
|
|
4
34
|
1.752.0 (2023-04-21)
|
|
5
35
|
------------------
|
|
6
36
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.758.0
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
|
@@ -1855,6 +1855,7 @@
|
|
|
1855
1855
|
"sa-east-1" : { },
|
|
1856
1856
|
"us-east-1" : { },
|
|
1857
1857
|
"us-east-2" : { },
|
|
1858
|
+
"us-west-1" : { },
|
|
1858
1859
|
"us-west-2" : { }
|
|
1859
1860
|
}
|
|
1860
1861
|
},
|
|
@@ -2066,12 +2067,7 @@
|
|
|
2066
2067
|
"ap-southeast-2" : { },
|
|
2067
2068
|
"ap-southeast-3" : { },
|
|
2068
2069
|
"ap-southeast-4" : { },
|
|
2069
|
-
"ca-central-1" : {
|
|
2070
|
-
"variants" : [ {
|
|
2071
|
-
"hostname" : "autoscaling-fips.ca-central-1.amazonaws.com",
|
|
2072
|
-
"tags" : [ "fips" ]
|
|
2073
|
-
} ]
|
|
2074
|
-
},
|
|
2070
|
+
"ca-central-1" : { },
|
|
2075
2071
|
"eu-central-1" : { },
|
|
2076
2072
|
"eu-central-2" : { },
|
|
2077
2073
|
"eu-north-1" : { },
|
|
@@ -2080,68 +2076,13 @@
|
|
|
2080
2076
|
"eu-west-1" : { },
|
|
2081
2077
|
"eu-west-2" : { },
|
|
2082
2078
|
"eu-west-3" : { },
|
|
2083
|
-
"fips-ca-central-1" : {
|
|
2084
|
-
"credentialScope" : {
|
|
2085
|
-
"region" : "ca-central-1"
|
|
2086
|
-
},
|
|
2087
|
-
"deprecated" : true,
|
|
2088
|
-
"hostname" : "autoscaling-fips.ca-central-1.amazonaws.com"
|
|
2089
|
-
},
|
|
2090
|
-
"fips-us-east-1" : {
|
|
2091
|
-
"credentialScope" : {
|
|
2092
|
-
"region" : "us-east-1"
|
|
2093
|
-
},
|
|
2094
|
-
"deprecated" : true,
|
|
2095
|
-
"hostname" : "autoscaling-fips.us-east-1.amazonaws.com"
|
|
2096
|
-
},
|
|
2097
|
-
"fips-us-east-2" : {
|
|
2098
|
-
"credentialScope" : {
|
|
2099
|
-
"region" : "us-east-2"
|
|
2100
|
-
},
|
|
2101
|
-
"deprecated" : true,
|
|
2102
|
-
"hostname" : "autoscaling-fips.us-east-2.amazonaws.com"
|
|
2103
|
-
},
|
|
2104
|
-
"fips-us-west-1" : {
|
|
2105
|
-
"credentialScope" : {
|
|
2106
|
-
"region" : "us-west-1"
|
|
2107
|
-
},
|
|
2108
|
-
"deprecated" : true,
|
|
2109
|
-
"hostname" : "autoscaling-fips.us-west-1.amazonaws.com"
|
|
2110
|
-
},
|
|
2111
|
-
"fips-us-west-2" : {
|
|
2112
|
-
"credentialScope" : {
|
|
2113
|
-
"region" : "us-west-2"
|
|
2114
|
-
},
|
|
2115
|
-
"deprecated" : true,
|
|
2116
|
-
"hostname" : "autoscaling-fips.us-west-2.amazonaws.com"
|
|
2117
|
-
},
|
|
2118
2079
|
"me-central-1" : { },
|
|
2119
2080
|
"me-south-1" : { },
|
|
2120
2081
|
"sa-east-1" : { },
|
|
2121
|
-
"us-east-1" : {
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
} ]
|
|
2126
|
-
},
|
|
2127
|
-
"us-east-2" : {
|
|
2128
|
-
"variants" : [ {
|
|
2129
|
-
"hostname" : "autoscaling-fips.us-east-2.amazonaws.com",
|
|
2130
|
-
"tags" : [ "fips" ]
|
|
2131
|
-
} ]
|
|
2132
|
-
},
|
|
2133
|
-
"us-west-1" : {
|
|
2134
|
-
"variants" : [ {
|
|
2135
|
-
"hostname" : "autoscaling-fips.us-west-1.amazonaws.com",
|
|
2136
|
-
"tags" : [ "fips" ]
|
|
2137
|
-
} ]
|
|
2138
|
-
},
|
|
2139
|
-
"us-west-2" : {
|
|
2140
|
-
"variants" : [ {
|
|
2141
|
-
"hostname" : "autoscaling-fips.us-west-2.amazonaws.com",
|
|
2142
|
-
"tags" : [ "fips" ]
|
|
2143
|
-
} ]
|
|
2144
|
-
}
|
|
2082
|
+
"us-east-1" : { },
|
|
2083
|
+
"us-east-2" : { },
|
|
2084
|
+
"us-west-1" : { },
|
|
2085
|
+
"us-west-2" : { }
|
|
2145
2086
|
}
|
|
2146
2087
|
},
|
|
2147
2088
|
"autoscaling-plans" : {
|
|
@@ -3750,8 +3691,32 @@
|
|
|
3750
3691
|
"ca-central-1" : { },
|
|
3751
3692
|
"eu-central-1" : { },
|
|
3752
3693
|
"eu-west-2" : { },
|
|
3753
|
-
"us-east-1" : {
|
|
3754
|
-
|
|
3694
|
+
"fips-us-east-1" : {
|
|
3695
|
+
"credentialScope" : {
|
|
3696
|
+
"region" : "us-east-1"
|
|
3697
|
+
},
|
|
3698
|
+
"deprecated" : true,
|
|
3699
|
+
"hostname" : "connect-fips.us-east-1.amazonaws.com"
|
|
3700
|
+
},
|
|
3701
|
+
"fips-us-west-2" : {
|
|
3702
|
+
"credentialScope" : {
|
|
3703
|
+
"region" : "us-west-2"
|
|
3704
|
+
},
|
|
3705
|
+
"deprecated" : true,
|
|
3706
|
+
"hostname" : "connect-fips.us-west-2.amazonaws.com"
|
|
3707
|
+
},
|
|
3708
|
+
"us-east-1" : {
|
|
3709
|
+
"variants" : [ {
|
|
3710
|
+
"hostname" : "connect-fips.us-east-1.amazonaws.com",
|
|
3711
|
+
"tags" : [ "fips" ]
|
|
3712
|
+
} ]
|
|
3713
|
+
},
|
|
3714
|
+
"us-west-2" : {
|
|
3715
|
+
"variants" : [ {
|
|
3716
|
+
"hostname" : "connect-fips.us-west-2.amazonaws.com",
|
|
3717
|
+
"tags" : [ "fips" ]
|
|
3718
|
+
} ]
|
|
3719
|
+
}
|
|
3755
3720
|
}
|
|
3756
3721
|
},
|
|
3757
3722
|
"connect-campaigns" : {
|
|
@@ -6174,6 +6139,7 @@
|
|
|
6174
6139
|
},
|
|
6175
6140
|
"emr-serverless" : {
|
|
6176
6141
|
"endpoints" : {
|
|
6142
|
+
"ap-east-1" : { },
|
|
6177
6143
|
"ap-northeast-1" : { },
|
|
6178
6144
|
"ap-northeast-2" : { },
|
|
6179
6145
|
"ap-south-1" : { },
|
|
@@ -6225,6 +6191,7 @@
|
|
|
6225
6191
|
"deprecated" : true,
|
|
6226
6192
|
"hostname" : "emr-serverless-fips.us-west-2.amazonaws.com"
|
|
6227
6193
|
},
|
|
6194
|
+
"me-south-1" : { },
|
|
6228
6195
|
"sa-east-1" : { },
|
|
6229
6196
|
"us-east-1" : {
|
|
6230
6197
|
"variants" : [ {
|
|
@@ -8543,7 +8510,12 @@
|
|
|
8543
8510
|
"ap-southeast-1" : { },
|
|
8544
8511
|
"ap-southeast-2" : { },
|
|
8545
8512
|
"ap-southeast-3" : { },
|
|
8546
|
-
"ca-central-1" : {
|
|
8513
|
+
"ca-central-1" : {
|
|
8514
|
+
"variants" : [ {
|
|
8515
|
+
"hostname" : "kafka-fips.ca-central-1.amazonaws.com",
|
|
8516
|
+
"tags" : [ "fips" ]
|
|
8517
|
+
} ]
|
|
8518
|
+
},
|
|
8547
8519
|
"eu-central-1" : { },
|
|
8548
8520
|
"eu-central-2" : { },
|
|
8549
8521
|
"eu-north-1" : { },
|
|
@@ -8552,13 +8524,68 @@
|
|
|
8552
8524
|
"eu-west-1" : { },
|
|
8553
8525
|
"eu-west-2" : { },
|
|
8554
8526
|
"eu-west-3" : { },
|
|
8527
|
+
"fips-ca-central-1" : {
|
|
8528
|
+
"credentialScope" : {
|
|
8529
|
+
"region" : "ca-central-1"
|
|
8530
|
+
},
|
|
8531
|
+
"deprecated" : true,
|
|
8532
|
+
"hostname" : "kafka-fips.ca-central-1.amazonaws.com"
|
|
8533
|
+
},
|
|
8534
|
+
"fips-us-east-1" : {
|
|
8535
|
+
"credentialScope" : {
|
|
8536
|
+
"region" : "us-east-1"
|
|
8537
|
+
},
|
|
8538
|
+
"deprecated" : true,
|
|
8539
|
+
"hostname" : "kafka-fips.us-east-1.amazonaws.com"
|
|
8540
|
+
},
|
|
8541
|
+
"fips-us-east-2" : {
|
|
8542
|
+
"credentialScope" : {
|
|
8543
|
+
"region" : "us-east-2"
|
|
8544
|
+
},
|
|
8545
|
+
"deprecated" : true,
|
|
8546
|
+
"hostname" : "kafka-fips.us-east-2.amazonaws.com"
|
|
8547
|
+
},
|
|
8548
|
+
"fips-us-west-1" : {
|
|
8549
|
+
"credentialScope" : {
|
|
8550
|
+
"region" : "us-west-1"
|
|
8551
|
+
},
|
|
8552
|
+
"deprecated" : true,
|
|
8553
|
+
"hostname" : "kafka-fips.us-west-1.amazonaws.com"
|
|
8554
|
+
},
|
|
8555
|
+
"fips-us-west-2" : {
|
|
8556
|
+
"credentialScope" : {
|
|
8557
|
+
"region" : "us-west-2"
|
|
8558
|
+
},
|
|
8559
|
+
"deprecated" : true,
|
|
8560
|
+
"hostname" : "kafka-fips.us-west-2.amazonaws.com"
|
|
8561
|
+
},
|
|
8555
8562
|
"me-central-1" : { },
|
|
8556
8563
|
"me-south-1" : { },
|
|
8557
8564
|
"sa-east-1" : { },
|
|
8558
|
-
"us-east-1" : {
|
|
8559
|
-
|
|
8560
|
-
|
|
8561
|
-
|
|
8565
|
+
"us-east-1" : {
|
|
8566
|
+
"variants" : [ {
|
|
8567
|
+
"hostname" : "kafka-fips.us-east-1.amazonaws.com",
|
|
8568
|
+
"tags" : [ "fips" ]
|
|
8569
|
+
} ]
|
|
8570
|
+
},
|
|
8571
|
+
"us-east-2" : {
|
|
8572
|
+
"variants" : [ {
|
|
8573
|
+
"hostname" : "kafka-fips.us-east-2.amazonaws.com",
|
|
8574
|
+
"tags" : [ "fips" ]
|
|
8575
|
+
} ]
|
|
8576
|
+
},
|
|
8577
|
+
"us-west-1" : {
|
|
8578
|
+
"variants" : [ {
|
|
8579
|
+
"hostname" : "kafka-fips.us-west-1.amazonaws.com",
|
|
8580
|
+
"tags" : [ "fips" ]
|
|
8581
|
+
} ]
|
|
8582
|
+
},
|
|
8583
|
+
"us-west-2" : {
|
|
8584
|
+
"variants" : [ {
|
|
8585
|
+
"hostname" : "kafka-fips.us-west-2.amazonaws.com",
|
|
8586
|
+
"tags" : [ "fips" ]
|
|
8587
|
+
} ]
|
|
8588
|
+
}
|
|
8562
8589
|
}
|
|
8563
8590
|
},
|
|
8564
8591
|
"kafkaconnect" : {
|
|
@@ -10392,6 +10419,7 @@
|
|
|
10392
10419
|
"ap-southeast-1" : { },
|
|
10393
10420
|
"ap-southeast-2" : { },
|
|
10394
10421
|
"ap-southeast-3" : { },
|
|
10422
|
+
"ap-southeast-4" : { },
|
|
10395
10423
|
"ca-central-1" : { },
|
|
10396
10424
|
"eu-central-1" : { },
|
|
10397
10425
|
"eu-central-2" : { },
|
|
@@ -11253,6 +11281,20 @@
|
|
|
11253
11281
|
"isRegionalized" : false,
|
|
11254
11282
|
"partitionEndpoint" : "aws-global"
|
|
11255
11283
|
},
|
|
11284
|
+
"osis" : {
|
|
11285
|
+
"endpoints" : {
|
|
11286
|
+
"ap-northeast-1" : { },
|
|
11287
|
+
"ap-southeast-1" : { },
|
|
11288
|
+
"ap-southeast-2" : { },
|
|
11289
|
+
"eu-central-1" : { },
|
|
11290
|
+
"eu-west-1" : { },
|
|
11291
|
+
"eu-west-2" : { },
|
|
11292
|
+
"us-east-1" : { },
|
|
11293
|
+
"us-east-2" : { },
|
|
11294
|
+
"us-west-1" : { },
|
|
11295
|
+
"us-west-2" : { }
|
|
11296
|
+
}
|
|
11297
|
+
},
|
|
11256
11298
|
"outposts" : {
|
|
11257
11299
|
"endpoints" : {
|
|
11258
11300
|
"af-south-1" : { },
|
|
@@ -12596,12 +12638,6 @@
|
|
|
12596
12638
|
} ]
|
|
12597
12639
|
},
|
|
12598
12640
|
"endpoints" : {
|
|
12599
|
-
"af-south-1" : {
|
|
12600
|
-
"hostname" : "resource-explorer-2.af-south-1.api.aws"
|
|
12601
|
-
},
|
|
12602
|
-
"ap-east-1" : {
|
|
12603
|
-
"hostname" : "resource-explorer-2.ap-east-1.api.aws"
|
|
12604
|
-
},
|
|
12605
12641
|
"ap-northeast-1" : {
|
|
12606
12642
|
"hostname" : "resource-explorer-2.ap-northeast-1.api.aws"
|
|
12607
12643
|
},
|
|
@@ -12833,6 +12869,7 @@
|
|
|
12833
12869
|
"ap-southeast-1" : { },
|
|
12834
12870
|
"ap-southeast-2" : { },
|
|
12835
12871
|
"ap-southeast-3" : { },
|
|
12872
|
+
"ap-southeast-4" : { },
|
|
12836
12873
|
"ca-central-1" : { },
|
|
12837
12874
|
"eu-central-1" : { },
|
|
12838
12875
|
"eu-central-2" : { },
|
|
@@ -16603,6 +16640,12 @@
|
|
|
16603
16640
|
"deprecated" : true,
|
|
16604
16641
|
"hostname" : "waf-regional-fips.eu-west-3.amazonaws.com"
|
|
16605
16642
|
},
|
|
16643
|
+
"fips-il-central-1" : {
|
|
16644
|
+
"credentialScope" : {
|
|
16645
|
+
"region" : "il-central-1"
|
|
16646
|
+
},
|
|
16647
|
+
"hostname" : "waf-regional-fips.il-central-1.amazonaws.com"
|
|
16648
|
+
},
|
|
16606
16649
|
"fips-me-central-1" : {
|
|
16607
16650
|
"credentialScope" : {
|
|
16608
16651
|
"region" : "me-central-1"
|
|
@@ -17066,6 +17109,12 @@
|
|
|
17066
17109
|
"deprecated" : true,
|
|
17067
17110
|
"hostname" : "wafv2-fips.eu-west-3.amazonaws.com"
|
|
17068
17111
|
},
|
|
17112
|
+
"fips-il-central-1" : {
|
|
17113
|
+
"credentialScope" : {
|
|
17114
|
+
"region" : "il-central-1"
|
|
17115
|
+
},
|
|
17116
|
+
"hostname" : "wafv2-fips.il-central-1.amazonaws.com"
|
|
17117
|
+
},
|
|
17069
17118
|
"fips-me-central-1" : {
|
|
17070
17119
|
"credentialScope" : {
|
|
17071
17120
|
"region" : "me-central-1"
|
|
@@ -18156,6 +18205,12 @@
|
|
|
18156
18205
|
"cn-northwest-1" : { }
|
|
18157
18206
|
}
|
|
18158
18207
|
},
|
|
18208
|
+
"license-manager-linux-subscriptions" : {
|
|
18209
|
+
"endpoints" : {
|
|
18210
|
+
"cn-north-1" : { },
|
|
18211
|
+
"cn-northwest-1" : { }
|
|
18212
|
+
}
|
|
18213
|
+
},
|
|
18159
18214
|
"logs" : {
|
|
18160
18215
|
"endpoints" : {
|
|
18161
18216
|
"cn-north-1" : { },
|
|
@@ -19663,7 +19718,19 @@
|
|
|
19663
19718
|
},
|
|
19664
19719
|
"connect" : {
|
|
19665
19720
|
"endpoints" : {
|
|
19666
|
-
"us-gov-west-1" : {
|
|
19721
|
+
"fips-us-gov-west-1" : {
|
|
19722
|
+
"credentialScope" : {
|
|
19723
|
+
"region" : "us-gov-west-1"
|
|
19724
|
+
},
|
|
19725
|
+
"deprecated" : true,
|
|
19726
|
+
"hostname" : "connect.us-gov-west-1.amazonaws.com"
|
|
19727
|
+
},
|
|
19728
|
+
"us-gov-west-1" : {
|
|
19729
|
+
"variants" : [ {
|
|
19730
|
+
"hostname" : "connect.us-gov-west-1.amazonaws.com",
|
|
19731
|
+
"tags" : [ "fips" ]
|
|
19732
|
+
} ]
|
|
19733
|
+
}
|
|
19667
19734
|
}
|
|
19668
19735
|
},
|
|
19669
19736
|
"controltower" : {
|
|
@@ -20947,8 +21014,40 @@
|
|
|
20947
21014
|
},
|
|
20948
21015
|
"kafka" : {
|
|
20949
21016
|
"endpoints" : {
|
|
20950
|
-
"us-gov-east-1" : {
|
|
20951
|
-
|
|
21017
|
+
"us-gov-east-1" : {
|
|
21018
|
+
"credentialScope" : {
|
|
21019
|
+
"region" : "us-gov-east-1"
|
|
21020
|
+
},
|
|
21021
|
+
"hostname" : "kafka.us-gov-east-1.amazonaws.com",
|
|
21022
|
+
"variants" : [ {
|
|
21023
|
+
"hostname" : "kafka.us-gov-east-1.amazonaws.com",
|
|
21024
|
+
"tags" : [ "fips" ]
|
|
21025
|
+
} ]
|
|
21026
|
+
},
|
|
21027
|
+
"us-gov-east-1-fips" : {
|
|
21028
|
+
"credentialScope" : {
|
|
21029
|
+
"region" : "us-gov-east-1"
|
|
21030
|
+
},
|
|
21031
|
+
"deprecated" : true,
|
|
21032
|
+
"hostname" : "kafka.us-gov-east-1.amazonaws.com"
|
|
21033
|
+
},
|
|
21034
|
+
"us-gov-west-1" : {
|
|
21035
|
+
"credentialScope" : {
|
|
21036
|
+
"region" : "us-gov-west-1"
|
|
21037
|
+
},
|
|
21038
|
+
"hostname" : "kafka.us-gov-west-1.amazonaws.com",
|
|
21039
|
+
"variants" : [ {
|
|
21040
|
+
"hostname" : "kafka.us-gov-west-1.amazonaws.com",
|
|
21041
|
+
"tags" : [ "fips" ]
|
|
21042
|
+
} ]
|
|
21043
|
+
},
|
|
21044
|
+
"us-gov-west-1-fips" : {
|
|
21045
|
+
"credentialScope" : {
|
|
21046
|
+
"region" : "us-gov-west-1"
|
|
21047
|
+
},
|
|
21048
|
+
"deprecated" : true,
|
|
21049
|
+
"hostname" : "kafka.us-gov-west-1.amazonaws.com"
|
|
21050
|
+
}
|
|
20952
21051
|
}
|
|
20953
21052
|
},
|
|
20954
21053
|
"kendra" : {
|
|
@@ -22993,6 +23092,11 @@
|
|
|
22993
23092
|
"us-iso-west-1" : { }
|
|
22994
23093
|
}
|
|
22995
23094
|
},
|
|
23095
|
+
"athena" : {
|
|
23096
|
+
"endpoints" : {
|
|
23097
|
+
"us-iso-east-1" : { }
|
|
23098
|
+
}
|
|
23099
|
+
},
|
|
22996
23100
|
"autoscaling" : {
|
|
22997
23101
|
"endpoints" : {
|
|
22998
23102
|
"us-iso-east-1" : {
|
|
@@ -23287,7 +23391,8 @@
|
|
|
23287
23391
|
},
|
|
23288
23392
|
"license-manager" : {
|
|
23289
23393
|
"endpoints" : {
|
|
23290
|
-
"us-iso-east-1" : { }
|
|
23394
|
+
"us-iso-east-1" : { },
|
|
23395
|
+
"us-iso-west-1" : { }
|
|
23291
23396
|
}
|
|
23292
23397
|
},
|
|
23293
23398
|
"logs" : {
|
|
@@ -23828,6 +23933,11 @@
|
|
|
23828
23933
|
"us-isob-east-1" : { }
|
|
23829
23934
|
}
|
|
23830
23935
|
},
|
|
23936
|
+
"secretsmanager" : {
|
|
23937
|
+
"endpoints" : {
|
|
23938
|
+
"us-isob-east-1" : { }
|
|
23939
|
+
}
|
|
23940
|
+
},
|
|
23831
23941
|
"snowball" : {
|
|
23832
23942
|
"endpoints" : {
|
|
23833
23943
|
"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.
|
|
4
|
+
version: 1.758.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: 2023-
|
|
11
|
+
date: 2023-05-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|