aws-partitions 1.707.0 → 1.723.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 +80 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +2 -0
- data/partitions.json +297 -14
- 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: 3ac618f3eabfc6b7673dfde93dbc74b978036387ab041b3d353c13d138e321ec
|
|
4
|
+
data.tar.gz: 6253702f21d3398eb99cfe4a63ac608d4ec42e3fbfbb6393b7f1872bbb1bb452
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a815ca41b70876192c8e23e5230ba920dc9bd54f92c5085afaa33ded6bf8fdab5f642e6a4ae96bd8ab66f1e88d702e002f6b3655564dbf0eb1334ae50eb20662
|
|
7
|
+
data.tar.gz: 8bd04daa099be8e712f0f7393642abe65fcb97ec00c274d5fa88405ff8203cbe45e87511e8c0ecd85ebe3115a61f4e44bbae4e84045d926794f23a9afda05516
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,86 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.723.0 (2023-03-08)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.722.0 (2023-03-07)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.721.0 (2023-03-03)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
19
|
+
1.720.0 (2023-03-02)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
23
|
+
|
|
24
|
+
1.719.0 (2023-03-01)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
28
|
+
|
|
29
|
+
1.718.0 (2023-02-28)
|
|
30
|
+
------------------
|
|
31
|
+
|
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
33
|
+
|
|
34
|
+
1.717.0 (2023-02-27)
|
|
35
|
+
------------------
|
|
36
|
+
|
|
37
|
+
* Feature - Added support for enumerating regions for `Aws::InternetMonitor`.
|
|
38
|
+
|
|
39
|
+
1.716.0 (2023-02-23)
|
|
40
|
+
------------------
|
|
41
|
+
|
|
42
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
43
|
+
|
|
44
|
+
1.715.0 (2023-02-21)
|
|
45
|
+
------------------
|
|
46
|
+
|
|
47
|
+
* Feature - Added support for enumerating regions for `Aws::Tnb`.
|
|
48
|
+
|
|
49
|
+
1.714.0 (2023-02-17)
|
|
50
|
+
------------------
|
|
51
|
+
|
|
52
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
53
|
+
|
|
54
|
+
1.713.0 (2023-02-16)
|
|
55
|
+
------------------
|
|
56
|
+
|
|
57
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
58
|
+
|
|
59
|
+
1.712.0 (2023-02-15)
|
|
60
|
+
------------------
|
|
61
|
+
|
|
62
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
63
|
+
|
|
64
|
+
1.711.0 (2023-02-13)
|
|
65
|
+
------------------
|
|
66
|
+
|
|
67
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
68
|
+
|
|
69
|
+
1.710.0 (2023-02-10)
|
|
70
|
+
------------------
|
|
71
|
+
|
|
72
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
73
|
+
|
|
74
|
+
1.709.0 (2023-02-09)
|
|
75
|
+
------------------
|
|
76
|
+
|
|
77
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
78
|
+
|
|
79
|
+
1.708.0 (2023-02-08)
|
|
80
|
+
------------------
|
|
81
|
+
|
|
82
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
83
|
+
|
|
4
84
|
1.707.0 (2023-02-07)
|
|
5
85
|
------------------
|
|
6
86
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.723.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -395,6 +395,7 @@ module Aws
|
|
|
395
395
|
'ImportExport' => 'importexport',
|
|
396
396
|
'Inspector' => 'inspector',
|
|
397
397
|
'Inspector2' => 'inspector2',
|
|
398
|
+
'InternetMonitor' => 'internetmonitor',
|
|
398
399
|
'IoT' => 'iot',
|
|
399
400
|
'IoT1ClickDevicesService' => 'devices.iot1click',
|
|
400
401
|
'IoT1ClickProjects' => 'projects.iot1click',
|
|
@@ -567,6 +568,7 @@ module Aws
|
|
|
567
568
|
'Textract' => 'textract',
|
|
568
569
|
'TimestreamQuery' => 'query.timestream',
|
|
569
570
|
'TimestreamWrite' => 'ingest.timestream',
|
|
571
|
+
'Tnb' => 'tnb',
|
|
570
572
|
'TranscribeService' => 'transcribe',
|
|
571
573
|
'TranscribeStreamingService' => 'transcribestreaming',
|
|
572
574
|
'Transfer' => 'transfer',
|
data/partitions.json
CHANGED
|
@@ -1446,6 +1446,7 @@
|
|
|
1446
1446
|
"ap-south-1" : { },
|
|
1447
1447
|
"ap-southeast-1" : { },
|
|
1448
1448
|
"ap-southeast-2" : { },
|
|
1449
|
+
"ap-southeast-3" : { },
|
|
1449
1450
|
"ca-central-1" : { },
|
|
1450
1451
|
"eu-central-1" : { },
|
|
1451
1452
|
"eu-north-1" : { },
|
|
@@ -1665,6 +1666,9 @@
|
|
|
1665
1666
|
"apprunner" : {
|
|
1666
1667
|
"endpoints" : {
|
|
1667
1668
|
"ap-northeast-1" : { },
|
|
1669
|
+
"ap-southeast-1" : { },
|
|
1670
|
+
"ap-southeast-2" : { },
|
|
1671
|
+
"eu-central-1" : { },
|
|
1668
1672
|
"eu-west-1" : { },
|
|
1669
1673
|
"fips-us-east-1" : {
|
|
1670
1674
|
"credentialScope" : {
|
|
@@ -1807,6 +1811,7 @@
|
|
|
1807
1811
|
"arc-zonal-shift" : {
|
|
1808
1812
|
"endpoints" : {
|
|
1809
1813
|
"ap-northeast-1" : { },
|
|
1814
|
+
"ap-southeast-1" : { },
|
|
1810
1815
|
"ap-southeast-2" : { },
|
|
1811
1816
|
"ap-southeast-3" : { },
|
|
1812
1817
|
"eu-central-1" : { },
|
|
@@ -2247,6 +2252,11 @@
|
|
|
2247
2252
|
},
|
|
2248
2253
|
"cases" : {
|
|
2249
2254
|
"endpoints" : {
|
|
2255
|
+
"ap-southeast-1" : { },
|
|
2256
|
+
"ap-southeast-2" : { },
|
|
2257
|
+
"ca-central-1" : { },
|
|
2258
|
+
"eu-central-1" : { },
|
|
2259
|
+
"eu-west-2" : { },
|
|
2250
2260
|
"fips-us-east-1" : {
|
|
2251
2261
|
"deprecated" : true
|
|
2252
2262
|
},
|
|
@@ -2846,8 +2856,10 @@
|
|
|
2846
2856
|
"ap-northeast-2" : { },
|
|
2847
2857
|
"ap-northeast-3" : { },
|
|
2848
2858
|
"ap-south-1" : { },
|
|
2859
|
+
"ap-south-2" : { },
|
|
2849
2860
|
"ap-southeast-1" : { },
|
|
2850
2861
|
"ap-southeast-2" : { },
|
|
2862
|
+
"ap-southeast-3" : { },
|
|
2851
2863
|
"ca-central-1" : {
|
|
2852
2864
|
"variants" : [ {
|
|
2853
2865
|
"hostname" : "codecommit-fips.ca-central-1.amazonaws.com",
|
|
@@ -2874,6 +2886,7 @@
|
|
|
2874
2886
|
"deprecated" : true,
|
|
2875
2887
|
"hostname" : "codecommit-fips.ca-central-1.amazonaws.com"
|
|
2876
2888
|
},
|
|
2889
|
+
"me-central-1" : { },
|
|
2877
2890
|
"me-south-1" : { },
|
|
2878
2891
|
"sa-east-1" : { },
|
|
2879
2892
|
"us-east-1" : {
|
|
@@ -3635,6 +3648,7 @@
|
|
|
3635
3648
|
"connect-campaigns" : {
|
|
3636
3649
|
"endpoints" : {
|
|
3637
3650
|
"ap-southeast-2" : { },
|
|
3651
|
+
"ca-central-1" : { },
|
|
3638
3652
|
"eu-west-2" : { },
|
|
3639
3653
|
"fips-us-east-1" : {
|
|
3640
3654
|
"credentialScope" : {
|
|
@@ -4123,6 +4137,7 @@
|
|
|
4123
4137
|
"ap-northeast-2" : { },
|
|
4124
4138
|
"ap-northeast-3" : { },
|
|
4125
4139
|
"ap-south-1" : { },
|
|
4140
|
+
"ap-south-2" : { },
|
|
4126
4141
|
"ap-southeast-1" : { },
|
|
4127
4142
|
"ap-southeast-2" : { },
|
|
4128
4143
|
"ap-southeast-3" : { },
|
|
@@ -4133,8 +4148,10 @@
|
|
|
4133
4148
|
} ]
|
|
4134
4149
|
},
|
|
4135
4150
|
"eu-central-1" : { },
|
|
4151
|
+
"eu-central-2" : { },
|
|
4136
4152
|
"eu-north-1" : { },
|
|
4137
4153
|
"eu-south-1" : { },
|
|
4154
|
+
"eu-south-2" : { },
|
|
4138
4155
|
"eu-west-1" : { },
|
|
4139
4156
|
"eu-west-2" : { },
|
|
4140
4157
|
"eu-west-3" : { },
|
|
@@ -4387,8 +4404,10 @@
|
|
|
4387
4404
|
"ap-southeast-4" : { },
|
|
4388
4405
|
"ca-central-1" : { },
|
|
4389
4406
|
"eu-central-1" : { },
|
|
4407
|
+
"eu-central-2" : { },
|
|
4390
4408
|
"eu-north-1" : { },
|
|
4391
4409
|
"eu-south-1" : { },
|
|
4410
|
+
"eu-south-2" : { },
|
|
4392
4411
|
"eu-west-1" : { },
|
|
4393
4412
|
"eu-west-2" : { },
|
|
4394
4413
|
"eu-west-3" : { },
|
|
@@ -5115,13 +5134,16 @@
|
|
|
5115
5134
|
"ap-northeast-2" : { },
|
|
5116
5135
|
"ap-northeast-3" : { },
|
|
5117
5136
|
"ap-south-1" : { },
|
|
5137
|
+
"ap-south-2" : { },
|
|
5118
5138
|
"ap-southeast-1" : { },
|
|
5119
5139
|
"ap-southeast-2" : { },
|
|
5120
5140
|
"ap-southeast-3" : { },
|
|
5121
5141
|
"ca-central-1" : { },
|
|
5122
5142
|
"eu-central-1" : { },
|
|
5143
|
+
"eu-central-2" : { },
|
|
5123
5144
|
"eu-north-1" : { },
|
|
5124
5145
|
"eu-south-1" : { },
|
|
5146
|
+
"eu-south-2" : { },
|
|
5125
5147
|
"eu-west-1" : { },
|
|
5126
5148
|
"eu-west-2" : { },
|
|
5127
5149
|
"eu-west-3" : { },
|
|
@@ -5380,6 +5402,12 @@
|
|
|
5380
5402
|
"tags" : [ "fips" ]
|
|
5381
5403
|
} ]
|
|
5382
5404
|
},
|
|
5405
|
+
"ap-south-2" : {
|
|
5406
|
+
"variants" : [ {
|
|
5407
|
+
"hostname" : "elasticfilesystem-fips.ap-south-2.amazonaws.com",
|
|
5408
|
+
"tags" : [ "fips" ]
|
|
5409
|
+
} ]
|
|
5410
|
+
},
|
|
5383
5411
|
"ap-southeast-1" : {
|
|
5384
5412
|
"variants" : [ {
|
|
5385
5413
|
"hostname" : "elasticfilesystem-fips.ap-southeast-1.amazonaws.com",
|
|
@@ -5494,6 +5522,13 @@
|
|
|
5494
5522
|
"deprecated" : true,
|
|
5495
5523
|
"hostname" : "elasticfilesystem-fips.ap-south-1.amazonaws.com"
|
|
5496
5524
|
},
|
|
5525
|
+
"fips-ap-south-2" : {
|
|
5526
|
+
"credentialScope" : {
|
|
5527
|
+
"region" : "ap-south-2"
|
|
5528
|
+
},
|
|
5529
|
+
"deprecated" : true,
|
|
5530
|
+
"hostname" : "elasticfilesystem-fips.ap-south-2.amazonaws.com"
|
|
5531
|
+
},
|
|
5497
5532
|
"fips-ap-southeast-1" : {
|
|
5498
5533
|
"credentialScope" : {
|
|
5499
5534
|
"region" : "ap-southeast-1"
|
|
@@ -7273,6 +7308,7 @@
|
|
|
7273
7308
|
"ap-northeast-2" : { },
|
|
7274
7309
|
"ap-northeast-3" : { },
|
|
7275
7310
|
"ap-south-1" : { },
|
|
7311
|
+
"ap-south-2" : { },
|
|
7276
7312
|
"ap-southeast-1" : { },
|
|
7277
7313
|
"ap-southeast-2" : { },
|
|
7278
7314
|
"ap-southeast-3" : { },
|
|
@@ -7281,6 +7317,7 @@
|
|
|
7281
7317
|
"eu-central-2" : { },
|
|
7282
7318
|
"eu-north-1" : { },
|
|
7283
7319
|
"eu-south-1" : { },
|
|
7320
|
+
"eu-south-2" : { },
|
|
7284
7321
|
"eu-west-1" : { },
|
|
7285
7322
|
"eu-west-2" : { },
|
|
7286
7323
|
"eu-west-3" : { },
|
|
@@ -7634,6 +7671,99 @@
|
|
|
7634
7671
|
"us-west-2" : { }
|
|
7635
7672
|
}
|
|
7636
7673
|
},
|
|
7674
|
+
"internetmonitor" : {
|
|
7675
|
+
"defaults" : {
|
|
7676
|
+
"dnsSuffix" : "api.aws",
|
|
7677
|
+
"variants" : [ {
|
|
7678
|
+
"dnsSuffix" : "api.aws",
|
|
7679
|
+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
|
7680
|
+
"tags" : [ "fips" ]
|
|
7681
|
+
} ]
|
|
7682
|
+
},
|
|
7683
|
+
"endpoints" : {
|
|
7684
|
+
"af-south-1" : {
|
|
7685
|
+
"hostname" : "internetmonitor.af-south-1.api.aws"
|
|
7686
|
+
},
|
|
7687
|
+
"ap-east-1" : {
|
|
7688
|
+
"hostname" : "internetmonitor.ap-east-1.api.aws"
|
|
7689
|
+
},
|
|
7690
|
+
"ap-northeast-1" : {
|
|
7691
|
+
"hostname" : "internetmonitor.ap-northeast-1.api.aws"
|
|
7692
|
+
},
|
|
7693
|
+
"ap-northeast-2" : {
|
|
7694
|
+
"hostname" : "internetmonitor.ap-northeast-2.api.aws"
|
|
7695
|
+
},
|
|
7696
|
+
"ap-northeast-3" : {
|
|
7697
|
+
"hostname" : "internetmonitor.ap-northeast-3.api.aws"
|
|
7698
|
+
},
|
|
7699
|
+
"ap-south-1" : {
|
|
7700
|
+
"hostname" : "internetmonitor.ap-south-1.api.aws"
|
|
7701
|
+
},
|
|
7702
|
+
"ap-south-2" : {
|
|
7703
|
+
"hostname" : "internetmonitor.ap-south-2.api.aws"
|
|
7704
|
+
},
|
|
7705
|
+
"ap-southeast-1" : {
|
|
7706
|
+
"hostname" : "internetmonitor.ap-southeast-1.api.aws"
|
|
7707
|
+
},
|
|
7708
|
+
"ap-southeast-2" : {
|
|
7709
|
+
"hostname" : "internetmonitor.ap-southeast-2.api.aws"
|
|
7710
|
+
},
|
|
7711
|
+
"ap-southeast-3" : {
|
|
7712
|
+
"hostname" : "internetmonitor.ap-southeast-3.api.aws"
|
|
7713
|
+
},
|
|
7714
|
+
"ap-southeast-4" : {
|
|
7715
|
+
"hostname" : "internetmonitor.ap-southeast-4.api.aws"
|
|
7716
|
+
},
|
|
7717
|
+
"ca-central-1" : {
|
|
7718
|
+
"hostname" : "internetmonitor.ca-central-1.api.aws"
|
|
7719
|
+
},
|
|
7720
|
+
"eu-central-1" : {
|
|
7721
|
+
"hostname" : "internetmonitor.eu-central-1.api.aws"
|
|
7722
|
+
},
|
|
7723
|
+
"eu-central-2" : {
|
|
7724
|
+
"hostname" : "internetmonitor.eu-central-2.api.aws"
|
|
7725
|
+
},
|
|
7726
|
+
"eu-north-1" : {
|
|
7727
|
+
"hostname" : "internetmonitor.eu-north-1.api.aws"
|
|
7728
|
+
},
|
|
7729
|
+
"eu-south-1" : {
|
|
7730
|
+
"hostname" : "internetmonitor.eu-south-1.api.aws"
|
|
7731
|
+
},
|
|
7732
|
+
"eu-south-2" : {
|
|
7733
|
+
"hostname" : "internetmonitor.eu-south-2.api.aws"
|
|
7734
|
+
},
|
|
7735
|
+
"eu-west-1" : {
|
|
7736
|
+
"hostname" : "internetmonitor.eu-west-1.api.aws"
|
|
7737
|
+
},
|
|
7738
|
+
"eu-west-2" : {
|
|
7739
|
+
"hostname" : "internetmonitor.eu-west-2.api.aws"
|
|
7740
|
+
},
|
|
7741
|
+
"eu-west-3" : {
|
|
7742
|
+
"hostname" : "internetmonitor.eu-west-3.api.aws"
|
|
7743
|
+
},
|
|
7744
|
+
"me-central-1" : {
|
|
7745
|
+
"hostname" : "internetmonitor.me-central-1.api.aws"
|
|
7746
|
+
},
|
|
7747
|
+
"me-south-1" : {
|
|
7748
|
+
"hostname" : "internetmonitor.me-south-1.api.aws"
|
|
7749
|
+
},
|
|
7750
|
+
"sa-east-1" : {
|
|
7751
|
+
"hostname" : "internetmonitor.sa-east-1.api.aws"
|
|
7752
|
+
},
|
|
7753
|
+
"us-east-1" : {
|
|
7754
|
+
"hostname" : "internetmonitor.us-east-1.api.aws"
|
|
7755
|
+
},
|
|
7756
|
+
"us-east-2" : {
|
|
7757
|
+
"hostname" : "internetmonitor.us-east-2.api.aws"
|
|
7758
|
+
},
|
|
7759
|
+
"us-west-1" : {
|
|
7760
|
+
"hostname" : "internetmonitor.us-west-1.api.aws"
|
|
7761
|
+
},
|
|
7762
|
+
"us-west-2" : {
|
|
7763
|
+
"hostname" : "internetmonitor.us-west-2.api.aws"
|
|
7764
|
+
}
|
|
7765
|
+
}
|
|
7766
|
+
},
|
|
7637
7767
|
"iot" : {
|
|
7638
7768
|
"defaults" : {
|
|
7639
7769
|
"credentialScope" : {
|
|
@@ -8180,6 +8310,7 @@
|
|
|
8180
8310
|
"eu-west-1" : { },
|
|
8181
8311
|
"eu-west-2" : { },
|
|
8182
8312
|
"eu-west-3" : { },
|
|
8313
|
+
"me-central-1" : { },
|
|
8183
8314
|
"me-south-1" : { },
|
|
8184
8315
|
"sa-east-1" : { },
|
|
8185
8316
|
"us-east-1" : { },
|
|
@@ -8210,6 +8341,7 @@
|
|
|
8210
8341
|
},
|
|
8211
8342
|
"kendra" : {
|
|
8212
8343
|
"endpoints" : {
|
|
8344
|
+
"ap-northeast-1" : { },
|
|
8213
8345
|
"ap-south-1" : { },
|
|
8214
8346
|
"ap-southeast-1" : { },
|
|
8215
8347
|
"ap-southeast-2" : { },
|
|
@@ -8272,12 +8404,18 @@
|
|
|
8272
8404
|
"ap-east-1" : {
|
|
8273
8405
|
"hostname" : "kendra-ranking.ap-east-1.api.aws"
|
|
8274
8406
|
},
|
|
8407
|
+
"ap-northeast-1" : {
|
|
8408
|
+
"hostname" : "kendra-ranking.ap-northeast-1.api.aws"
|
|
8409
|
+
},
|
|
8275
8410
|
"ap-northeast-2" : {
|
|
8276
8411
|
"hostname" : "kendra-ranking.ap-northeast-2.api.aws"
|
|
8277
8412
|
},
|
|
8278
8413
|
"ap-northeast-3" : {
|
|
8279
8414
|
"hostname" : "kendra-ranking.ap-northeast-3.api.aws"
|
|
8280
8415
|
},
|
|
8416
|
+
"ap-south-1" : {
|
|
8417
|
+
"hostname" : "kendra-ranking.ap-south-1.api.aws"
|
|
8418
|
+
},
|
|
8281
8419
|
"ap-south-2" : {
|
|
8282
8420
|
"hostname" : "kendra-ranking.ap-south-2.api.aws"
|
|
8283
8421
|
},
|
|
@@ -8434,6 +8572,7 @@
|
|
|
8434
8572
|
"eu-west-1" : { },
|
|
8435
8573
|
"eu-west-2" : { },
|
|
8436
8574
|
"eu-west-3" : { },
|
|
8575
|
+
"me-central-1" : { },
|
|
8437
8576
|
"me-south-1" : { },
|
|
8438
8577
|
"sa-east-1" : { },
|
|
8439
8578
|
"us-east-1" : { },
|
|
@@ -8834,6 +8973,7 @@
|
|
|
8834
8973
|
"ap-south-1" : { },
|
|
8835
8974
|
"ap-southeast-1" : { },
|
|
8836
8975
|
"ap-southeast-2" : { },
|
|
8976
|
+
"ap-southeast-3" : { },
|
|
8837
8977
|
"ca-central-1" : { },
|
|
8838
8978
|
"eu-central-1" : { },
|
|
8839
8979
|
"eu-north-1" : { },
|
|
@@ -10511,6 +10651,7 @@
|
|
|
10511
10651
|
"deprecated" : true,
|
|
10512
10652
|
"hostname" : "network-firewall-fips.us-west-2.amazonaws.com"
|
|
10513
10653
|
},
|
|
10654
|
+
"me-central-1" : { },
|
|
10514
10655
|
"me-south-1" : { },
|
|
10515
10656
|
"sa-east-1" : { },
|
|
10516
10657
|
"us-east-1" : {
|
|
@@ -11382,7 +11523,6 @@
|
|
|
11382
11523
|
"ap-south-1" : { },
|
|
11383
11524
|
"ap-southeast-1" : { },
|
|
11384
11525
|
"ap-southeast-2" : { },
|
|
11385
|
-
"api" : { },
|
|
11386
11526
|
"ca-central-1" : { },
|
|
11387
11527
|
"eu-central-1" : { },
|
|
11388
11528
|
"eu-north-1" : { },
|
|
@@ -11407,6 +11547,7 @@
|
|
|
11407
11547
|
"ap-southeast-1" : { },
|
|
11408
11548
|
"ap-southeast-2" : { },
|
|
11409
11549
|
"ap-southeast-3" : { },
|
|
11550
|
+
"ap-southeast-4" : { },
|
|
11410
11551
|
"ca-central-1" : {
|
|
11411
11552
|
"variants" : [ {
|
|
11412
11553
|
"hostname" : "ram-fips.ca-central-1.amazonaws.com",
|
|
@@ -17287,6 +17428,24 @@
|
|
|
17287
17428
|
"isRegionalized" : false,
|
|
17288
17429
|
"partitionEndpoint" : "aws-cn-global"
|
|
17289
17430
|
},
|
|
17431
|
+
"internetmonitor" : {
|
|
17432
|
+
"defaults" : {
|
|
17433
|
+
"dnsSuffix" : "api.amazonwebservices.com.cn",
|
|
17434
|
+
"variants" : [ {
|
|
17435
|
+
"dnsSuffix" : "api.amazonwebservices.com.cn",
|
|
17436
|
+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
|
17437
|
+
"tags" : [ "fips" ]
|
|
17438
|
+
} ]
|
|
17439
|
+
},
|
|
17440
|
+
"endpoints" : {
|
|
17441
|
+
"cn-north-1" : {
|
|
17442
|
+
"hostname" : "internetmonitor.cn-north-1.api.amazonwebservices.com.cn"
|
|
17443
|
+
},
|
|
17444
|
+
"cn-northwest-1" : {
|
|
17445
|
+
"hostname" : "internetmonitor.cn-northwest-1.api.amazonwebservices.com.cn"
|
|
17446
|
+
}
|
|
17447
|
+
}
|
|
17448
|
+
},
|
|
17290
17449
|
"iot" : {
|
|
17291
17450
|
"defaults" : {
|
|
17292
17451
|
"credentialScope" : {
|
|
@@ -17539,6 +17698,12 @@
|
|
|
17539
17698
|
"cn-northwest-1" : { }
|
|
17540
17699
|
}
|
|
17541
17700
|
},
|
|
17701
|
+
"rolesanywhere" : {
|
|
17702
|
+
"endpoints" : {
|
|
17703
|
+
"cn-north-1" : { },
|
|
17704
|
+
"cn-northwest-1" : { }
|
|
17705
|
+
}
|
|
17706
|
+
},
|
|
17542
17707
|
"route53" : {
|
|
17543
17708
|
"endpoints" : {
|
|
17544
17709
|
"aws-cn-global" : {
|
|
@@ -17673,6 +17838,15 @@
|
|
|
17673
17838
|
}
|
|
17674
17839
|
}
|
|
17675
17840
|
},
|
|
17841
|
+
"servicequotas" : {
|
|
17842
|
+
"defaults" : {
|
|
17843
|
+
"protocols" : [ "https" ]
|
|
17844
|
+
},
|
|
17845
|
+
"endpoints" : {
|
|
17846
|
+
"cn-north-1" : { },
|
|
17847
|
+
"cn-northwest-1" : { }
|
|
17848
|
+
}
|
|
17849
|
+
},
|
|
17676
17850
|
"sms" : {
|
|
17677
17851
|
"endpoints" : {
|
|
17678
17852
|
"cn-north-1" : { },
|
|
@@ -18469,7 +18643,19 @@
|
|
|
18469
18643
|
},
|
|
18470
18644
|
"clouddirectory" : {
|
|
18471
18645
|
"endpoints" : {
|
|
18472
|
-
"us-gov-west-1" : {
|
|
18646
|
+
"us-gov-west-1" : {
|
|
18647
|
+
"variants" : [ {
|
|
18648
|
+
"hostname" : "clouddirectory.us-gov-west-1.amazonaws.com",
|
|
18649
|
+
"tags" : [ "fips" ]
|
|
18650
|
+
} ]
|
|
18651
|
+
},
|
|
18652
|
+
"us-gov-west-1-fips" : {
|
|
18653
|
+
"credentialScope" : {
|
|
18654
|
+
"region" : "us-gov-west-1"
|
|
18655
|
+
},
|
|
18656
|
+
"deprecated" : true,
|
|
18657
|
+
"hostname" : "clouddirectory.us-gov-west-1.amazonaws.com"
|
|
18658
|
+
}
|
|
18473
18659
|
}
|
|
18474
18660
|
},
|
|
18475
18661
|
"cloudformation" : {
|
|
@@ -19250,12 +19436,34 @@
|
|
|
19250
19436
|
"credentialScope" : {
|
|
19251
19437
|
"region" : "us-gov-east-1"
|
|
19252
19438
|
},
|
|
19439
|
+
"hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com",
|
|
19440
|
+
"variants" : [ {
|
|
19441
|
+
"hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com",
|
|
19442
|
+
"tags" : [ "fips" ]
|
|
19443
|
+
} ]
|
|
19444
|
+
},
|
|
19445
|
+
"us-gov-east-1-fips" : {
|
|
19446
|
+
"credentialScope" : {
|
|
19447
|
+
"region" : "us-gov-east-1"
|
|
19448
|
+
},
|
|
19449
|
+
"deprecated" : true,
|
|
19253
19450
|
"hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com"
|
|
19254
19451
|
},
|
|
19255
19452
|
"us-gov-west-1" : {
|
|
19256
19453
|
"credentialScope" : {
|
|
19257
19454
|
"region" : "us-gov-west-1"
|
|
19258
19455
|
},
|
|
19456
|
+
"hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com",
|
|
19457
|
+
"variants" : [ {
|
|
19458
|
+
"hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com",
|
|
19459
|
+
"tags" : [ "fips" ]
|
|
19460
|
+
} ]
|
|
19461
|
+
},
|
|
19462
|
+
"us-gov-west-1-fips" : {
|
|
19463
|
+
"credentialScope" : {
|
|
19464
|
+
"region" : "us-gov-west-1"
|
|
19465
|
+
},
|
|
19466
|
+
"deprecated" : true,
|
|
19259
19467
|
"hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com"
|
|
19260
19468
|
}
|
|
19261
19469
|
}
|
|
@@ -19381,6 +19589,12 @@
|
|
|
19381
19589
|
}
|
|
19382
19590
|
}
|
|
19383
19591
|
},
|
|
19592
|
+
"emr-containers" : {
|
|
19593
|
+
"endpoints" : {
|
|
19594
|
+
"us-gov-east-1" : { },
|
|
19595
|
+
"us-gov-west-1" : { }
|
|
19596
|
+
}
|
|
19597
|
+
},
|
|
19384
19598
|
"es" : {
|
|
19385
19599
|
"endpoints" : {
|
|
19386
19600
|
"fips" : {
|
|
@@ -19577,18 +19791,32 @@
|
|
|
19577
19791
|
},
|
|
19578
19792
|
"glacier" : {
|
|
19579
19793
|
"endpoints" : {
|
|
19580
|
-
"us-gov-east-1" : {
|
|
19794
|
+
"fips-us-gov-east-1" : {
|
|
19581
19795
|
"credentialScope" : {
|
|
19582
19796
|
"region" : "us-gov-east-1"
|
|
19583
19797
|
},
|
|
19798
|
+
"deprecated" : true,
|
|
19584
19799
|
"hostname" : "glacier.us-gov-east-1.amazonaws.com"
|
|
19585
19800
|
},
|
|
19586
|
-
"us-gov-west-1" : {
|
|
19801
|
+
"fips-us-gov-west-1" : {
|
|
19587
19802
|
"credentialScope" : {
|
|
19588
19803
|
"region" : "us-gov-west-1"
|
|
19589
19804
|
},
|
|
19590
|
-
"
|
|
19591
|
-
"
|
|
19805
|
+
"deprecated" : true,
|
|
19806
|
+
"hostname" : "glacier.us-gov-west-1.amazonaws.com"
|
|
19807
|
+
},
|
|
19808
|
+
"us-gov-east-1" : {
|
|
19809
|
+
"variants" : [ {
|
|
19810
|
+
"hostname" : "glacier.us-gov-east-1.amazonaws.com",
|
|
19811
|
+
"tags" : [ "fips" ]
|
|
19812
|
+
} ]
|
|
19813
|
+
},
|
|
19814
|
+
"us-gov-west-1" : {
|
|
19815
|
+
"protocols" : [ "http", "https" ],
|
|
19816
|
+
"variants" : [ {
|
|
19817
|
+
"hostname" : "glacier.us-gov-west-1.amazonaws.com",
|
|
19818
|
+
"tags" : [ "fips" ]
|
|
19819
|
+
} ]
|
|
19592
19820
|
}
|
|
19593
19821
|
}
|
|
19594
19822
|
},
|
|
@@ -19856,6 +20084,24 @@
|
|
|
19856
20084
|
"us-gov-west-1" : { }
|
|
19857
20085
|
}
|
|
19858
20086
|
},
|
|
20087
|
+
"internetmonitor" : {
|
|
20088
|
+
"defaults" : {
|
|
20089
|
+
"dnsSuffix" : "api.aws",
|
|
20090
|
+
"variants" : [ {
|
|
20091
|
+
"dnsSuffix" : "api.aws",
|
|
20092
|
+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
|
20093
|
+
"tags" : [ "fips" ]
|
|
20094
|
+
} ]
|
|
20095
|
+
},
|
|
20096
|
+
"endpoints" : {
|
|
20097
|
+
"us-gov-east-1" : {
|
|
20098
|
+
"hostname" : "internetmonitor.us-gov-east-1.api.aws"
|
|
20099
|
+
},
|
|
20100
|
+
"us-gov-west-1" : {
|
|
20101
|
+
"hostname" : "internetmonitor.us-gov-west-1.api.aws"
|
|
20102
|
+
}
|
|
20103
|
+
}
|
|
20104
|
+
},
|
|
19859
20105
|
"iot" : {
|
|
19860
20106
|
"defaults" : {
|
|
19861
20107
|
"credentialScope" : {
|
|
@@ -20237,11 +20483,18 @@
|
|
|
20237
20483
|
},
|
|
20238
20484
|
"mediaconvert" : {
|
|
20239
20485
|
"endpoints" : {
|
|
20240
|
-
"us-gov-west-1" : {
|
|
20486
|
+
"fips-us-gov-west-1" : {
|
|
20241
20487
|
"credentialScope" : {
|
|
20242
20488
|
"region" : "us-gov-west-1"
|
|
20243
20489
|
},
|
|
20490
|
+
"deprecated" : true,
|
|
20244
20491
|
"hostname" : "mediaconvert.us-gov-west-1.amazonaws.com"
|
|
20492
|
+
},
|
|
20493
|
+
"us-gov-west-1" : {
|
|
20494
|
+
"variants" : [ {
|
|
20495
|
+
"hostname" : "mediaconvert.us-gov-west-1.amazonaws.com",
|
|
20496
|
+
"tags" : [ "fips" ]
|
|
20497
|
+
} ]
|
|
20245
20498
|
}
|
|
20246
20499
|
}
|
|
20247
20500
|
},
|
|
@@ -20483,17 +20736,31 @@
|
|
|
20483
20736
|
},
|
|
20484
20737
|
"outposts" : {
|
|
20485
20738
|
"endpoints" : {
|
|
20486
|
-
"us-gov-east-1" : {
|
|
20739
|
+
"fips-us-gov-east-1" : {
|
|
20487
20740
|
"credentialScope" : {
|
|
20488
20741
|
"region" : "us-gov-east-1"
|
|
20489
20742
|
},
|
|
20743
|
+
"deprecated" : true,
|
|
20490
20744
|
"hostname" : "outposts.us-gov-east-1.amazonaws.com"
|
|
20491
20745
|
},
|
|
20492
|
-
"us-gov-west-1" : {
|
|
20746
|
+
"fips-us-gov-west-1" : {
|
|
20493
20747
|
"credentialScope" : {
|
|
20494
20748
|
"region" : "us-gov-west-1"
|
|
20495
20749
|
},
|
|
20750
|
+
"deprecated" : true,
|
|
20496
20751
|
"hostname" : "outposts.us-gov-west-1.amazonaws.com"
|
|
20752
|
+
},
|
|
20753
|
+
"us-gov-east-1" : {
|
|
20754
|
+
"variants" : [ {
|
|
20755
|
+
"hostname" : "outposts.us-gov-east-1.amazonaws.com",
|
|
20756
|
+
"tags" : [ "fips" ]
|
|
20757
|
+
} ]
|
|
20758
|
+
},
|
|
20759
|
+
"us-gov-west-1" : {
|
|
20760
|
+
"variants" : [ {
|
|
20761
|
+
"hostname" : "outposts.us-gov-west-1.amazonaws.com",
|
|
20762
|
+
"tags" : [ "fips" ]
|
|
20763
|
+
} ]
|
|
20497
20764
|
}
|
|
20498
20765
|
}
|
|
20499
20766
|
},
|
|
@@ -20868,6 +21135,7 @@
|
|
|
20868
21135
|
} ]
|
|
20869
21136
|
},
|
|
20870
21137
|
"endpoints" : {
|
|
21138
|
+
"us-gov-east-1" : { },
|
|
20871
21139
|
"us-gov-west-1" : {
|
|
20872
21140
|
"variants" : [ {
|
|
20873
21141
|
"hostname" : "runtime.sagemaker.us-gov-west-1.amazonaws.com",
|
|
@@ -21088,18 +21356,32 @@
|
|
|
21088
21356
|
},
|
|
21089
21357
|
"endpoints" : {
|
|
21090
21358
|
"us-gov-east-1" : {
|
|
21359
|
+
"protocols" : [ "https" ],
|
|
21360
|
+
"variants" : [ {
|
|
21361
|
+
"hostname" : "serverlessrepo.us-gov-east-1.amazonaws.com",
|
|
21362
|
+
"tags" : [ "fips" ]
|
|
21363
|
+
} ]
|
|
21364
|
+
},
|
|
21365
|
+
"us-gov-east-1-fips" : {
|
|
21091
21366
|
"credentialScope" : {
|
|
21092
21367
|
"region" : "us-gov-east-1"
|
|
21093
21368
|
},
|
|
21094
|
-
"
|
|
21095
|
-
"
|
|
21369
|
+
"deprecated" : true,
|
|
21370
|
+
"hostname" : "serverlessrepo.us-gov-east-1.amazonaws.com"
|
|
21096
21371
|
},
|
|
21097
21372
|
"us-gov-west-1" : {
|
|
21373
|
+
"protocols" : [ "https" ],
|
|
21374
|
+
"variants" : [ {
|
|
21375
|
+
"hostname" : "serverlessrepo.us-gov-west-1.amazonaws.com",
|
|
21376
|
+
"tags" : [ "fips" ]
|
|
21377
|
+
} ]
|
|
21378
|
+
},
|
|
21379
|
+
"us-gov-west-1-fips" : {
|
|
21098
21380
|
"credentialScope" : {
|
|
21099
21381
|
"region" : "us-gov-west-1"
|
|
21100
21382
|
},
|
|
21101
|
-
"
|
|
21102
|
-
"
|
|
21383
|
+
"deprecated" : true,
|
|
21384
|
+
"hostname" : "serverlessrepo.us-gov-west-1.amazonaws.com"
|
|
21103
21385
|
}
|
|
21104
21386
|
}
|
|
21105
21387
|
},
|
|
@@ -22370,7 +22652,8 @@
|
|
|
22370
22652
|
},
|
|
22371
22653
|
"secretsmanager" : {
|
|
22372
22654
|
"endpoints" : {
|
|
22373
|
-
"us-iso-east-1" : { }
|
|
22655
|
+
"us-iso-east-1" : { },
|
|
22656
|
+
"us-iso-west-1" : { }
|
|
22374
22657
|
}
|
|
22375
22658
|
},
|
|
22376
22659
|
"snowball" : {
|
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.723.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-03-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|