aws-partitions 1.1106.0 → 1.1132.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 +135 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +9 -1
- data/partitions-metadata.json +3 -0
- data/partitions.json +203 -7
- 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: 99d01ebbb64d18d5521a54c365df7cd5a6cdd717a3ebc0118440465b44a53f56
|
4
|
+
data.tar.gz: 3c89cbbe139c105168998464c92a3dd222f2697f8646a4a1bc8e4554e26395a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 03e214b7bdcb5630f9eb103d5497733b00599363d89b4f987c316c426ae39a51166732e15e33e078343dc831336778b207d2196b553a85fa1c55e69824dc168a
|
7
|
+
data.tar.gz: 35473d663e628b88a0c545e86d11f1222f4073a48159b08150a388c41e9134ca9c260f8af5181154aba1d730feefea27a638cd4ee28017f4222fbbaf13f48908
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,141 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1132.0 (2025-07-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1131.0 (2025-07-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.1130.0 (2025-07-17)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.1129.0 (2025-07-16)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Added support for enumerating regions for `Aws::BedrockAgentCoreControl`.
|
23
|
+
|
24
|
+
* Feature - Added support for enumerating regions for `Aws::BedrockAgentCore`.
|
25
|
+
|
26
|
+
1.1128.0 (2025-07-16)
|
27
|
+
------------------
|
28
|
+
|
29
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
30
|
+
|
31
|
+
1.1127.0 (2025-07-15)
|
32
|
+
------------------
|
33
|
+
|
34
|
+
* Feature - Added support for enumerating regions for `Aws::S3Vectors`.
|
35
|
+
|
36
|
+
1.1126.0 (2025-07-09)
|
37
|
+
------------------
|
38
|
+
|
39
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
40
|
+
|
41
|
+
1.1125.0 (2025-07-03)
|
42
|
+
------------------
|
43
|
+
|
44
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
45
|
+
|
46
|
+
1.1124.0 (2025-07-01)
|
47
|
+
------------------
|
48
|
+
|
49
|
+
* Feature - Added support for enumerating regions for `Aws::Odb`.
|
50
|
+
|
51
|
+
1.1123.0 (2025-06-30)
|
52
|
+
------------------
|
53
|
+
|
54
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
55
|
+
|
56
|
+
1.1122.0 (2025-06-27)
|
57
|
+
------------------
|
58
|
+
|
59
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
60
|
+
|
61
|
+
1.1121.0 (2025-06-26)
|
62
|
+
------------------
|
63
|
+
|
64
|
+
* Feature - Added support for enumerating regions for `Aws::KeyspacesStreams`.
|
65
|
+
|
66
|
+
1.1120.0 (2025-06-23)
|
67
|
+
------------------
|
68
|
+
|
69
|
+
* Feature - Added support for enumerating regions for `Aws::WorkspacesInstances`.
|
70
|
+
|
71
|
+
1.1119.0 (2025-06-20)
|
72
|
+
------------------
|
73
|
+
|
74
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
75
|
+
|
76
|
+
1.1118.0 (2025-06-18)
|
77
|
+
------------------
|
78
|
+
|
79
|
+
* Feature - Added support for enumerating regions for `Aws::AIOps`.
|
80
|
+
|
81
|
+
1.1117.0 (2025-06-17)
|
82
|
+
------------------
|
83
|
+
|
84
|
+
* Feature - Added support for enumerating regions for `Aws::MPA`.
|
85
|
+
|
86
|
+
1.1116.0 (2025-06-11)
|
87
|
+
------------------
|
88
|
+
|
89
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
90
|
+
|
91
|
+
1.1115.0 (2025-06-10)
|
92
|
+
------------------
|
93
|
+
|
94
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
95
|
+
|
96
|
+
1.1114.0 (2025-06-09)
|
97
|
+
------------------
|
98
|
+
|
99
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
100
|
+
|
101
|
+
1.1113.0 (2025-06-06)
|
102
|
+
------------------
|
103
|
+
|
104
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
105
|
+
|
106
|
+
1.1112.0 (2025-06-05)
|
107
|
+
------------------
|
108
|
+
|
109
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
110
|
+
|
111
|
+
1.1111.0 (2025-06-04)
|
112
|
+
------------------
|
113
|
+
|
114
|
+
* Feature - Added support for enumerating regions for `Aws::Evs`.
|
115
|
+
|
116
|
+
1.1110.0 (2025-06-02)
|
117
|
+
------------------
|
118
|
+
|
119
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
120
|
+
|
121
|
+
* Feature - AWS SDK for Ruby no longer supports Ruby runtime versions 2.5 and 2.6.
|
122
|
+
|
123
|
+
1.1109.0 (2025-05-30)
|
124
|
+
------------------
|
125
|
+
|
126
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
127
|
+
|
128
|
+
1.1108.0 (2025-05-28)
|
129
|
+
------------------
|
130
|
+
|
131
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
132
|
+
|
133
|
+
1.1107.0 (2025-05-23)
|
134
|
+
------------------
|
135
|
+
|
136
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
137
|
+
|
138
|
+
|
4
139
|
1.1106.0 (2025-05-20)
|
5
140
|
------------------
|
6
141
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1132.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -247,6 +247,7 @@ module Aws
|
|
247
247
|
{
|
248
248
|
'ACM' => 'acm',
|
249
249
|
'ACMPCA' => 'acm-pca',
|
250
|
+
'AIOps' => 'aiops',
|
250
251
|
'APIGateway' => 'apigateway',
|
251
252
|
'ARCZonalShift' => 'arc-zonal-shift',
|
252
253
|
'AccessAnalyzer' => 'access-analyzer',
|
@@ -287,6 +288,8 @@ module Aws
|
|
287
288
|
'Batch' => 'batch',
|
288
289
|
'Bedrock' => 'bedrock',
|
289
290
|
'BedrockAgent' => 'bedrock-agent',
|
291
|
+
'BedrockAgentCore' => 'bedrock-agentcore',
|
292
|
+
'BedrockAgentCoreControl' => 'bedrock-agentcore-control',
|
290
293
|
'BedrockAgentRuntime' => 'bedrock-agent-runtime',
|
291
294
|
'BedrockDataAutomation' => 'bedrock-data-automation',
|
292
295
|
'BedrockDataAutomationRuntime' => 'bedrock-data-automation-runtime',
|
@@ -392,6 +395,7 @@ module Aws
|
|
392
395
|
'ElasticsearchService' => 'es',
|
393
396
|
'EntityResolution' => 'entityresolution',
|
394
397
|
'EventBridge' => 'events',
|
398
|
+
'Evs' => 'evs',
|
395
399
|
'FIS' => 'fis',
|
396
400
|
'FMS' => 'fms',
|
397
401
|
'FSx' => 'fsx',
|
@@ -449,6 +453,7 @@ module Aws
|
|
449
453
|
'Kendra' => 'kendra',
|
450
454
|
'KendraRanking' => 'kendra-ranking',
|
451
455
|
'Keyspaces' => 'cassandra',
|
456
|
+
'KeyspacesStreams' => 'cassandra-streams',
|
452
457
|
'Kinesis' => 'kinesis',
|
453
458
|
'KinesisAnalytics' => 'kinesisanalytics',
|
454
459
|
'KinesisAnalyticsV2' => 'kinesisanalytics',
|
@@ -472,6 +477,7 @@ module Aws
|
|
472
477
|
'LookoutEquipment' => 'lookoutequipment',
|
473
478
|
'LookoutMetrics' => 'lookoutmetrics',
|
474
479
|
'LookoutforVision' => 'lookoutvision',
|
480
|
+
'MPA' => 'mpa',
|
475
481
|
'MQ' => 'mq',
|
476
482
|
'MTurk' => 'mturk-requester',
|
477
483
|
'MWAA' => 'airflow',
|
@@ -518,6 +524,7 @@ module Aws
|
|
518
524
|
'OAM' => 'oam',
|
519
525
|
'OSIS' => 'osis',
|
520
526
|
'ObservabilityAdmin' => 'observabilityadmin',
|
527
|
+
'Odb' => 'odb',
|
521
528
|
'Omics' => 'omics',
|
522
529
|
'OpenSearchServerless' => 'aoss',
|
523
530
|
'OpenSearchService' => 'es',
|
@@ -543,7 +550,6 @@ module Aws
|
|
543
550
|
'Pipes' => 'pipes',
|
544
551
|
'Polly' => 'polly',
|
545
552
|
'Pricing' => 'api.pricing',
|
546
|
-
'PrivateNetworks' => 'private-networks',
|
547
553
|
'PrometheusService' => 'aps',
|
548
554
|
'Proton' => 'proton',
|
549
555
|
'QApps' => 'data.qapps',
|
@@ -578,6 +584,7 @@ module Aws
|
|
578
584
|
'S3Control' => 's3-control',
|
579
585
|
'S3Outposts' => 's3-outposts',
|
580
586
|
'S3Tables' => 's3tables',
|
587
|
+
'S3Vectors' => 's3vectors',
|
581
588
|
'SES' => 'email',
|
582
589
|
'SESV2' => 'email',
|
583
590
|
'SMS' => 'sms',
|
@@ -648,6 +655,7 @@ module Aws
|
|
648
655
|
'WorkSpaces' => 'workspaces',
|
649
656
|
'WorkSpacesThinClient' => 'thinclient',
|
650
657
|
'WorkSpacesWeb' => 'workspaces-web',
|
658
|
+
'WorkspacesInstances' => 'workspaces-instances',
|
651
659
|
'XRay' => 'xray',
|
652
660
|
}
|
653
661
|
# end service ids
|
data/partitions-metadata.json
CHANGED
data/partitions.json
CHANGED
@@ -29,6 +29,9 @@
|
|
29
29
|
"ap-east-1" : {
|
30
30
|
"description" : "Asia Pacific (Hong Kong)"
|
31
31
|
},
|
32
|
+
"ap-east-2" : {
|
33
|
+
"description" : "Asia Pacific (Taipei)"
|
34
|
+
},
|
32
35
|
"ap-northeast-1" : {
|
33
36
|
"description" : "Asia Pacific (Tokyo)"
|
34
37
|
},
|
@@ -135,6 +138,7 @@
|
|
135
138
|
"tags" : [ "dualstack" ]
|
136
139
|
} ]
|
137
140
|
},
|
141
|
+
"ap-east-2" : { },
|
138
142
|
"ap-northeast-1" : {
|
139
143
|
"variants" : [ {
|
140
144
|
"hostname" : "access-analyzer.ap-northeast-1.api.aws",
|
@@ -411,6 +415,7 @@
|
|
411
415
|
"endpoints" : {
|
412
416
|
"af-south-1" : { },
|
413
417
|
"ap-east-1" : { },
|
418
|
+
"ap-east-2" : { },
|
414
419
|
"ap-northeast-1" : { },
|
415
420
|
"ap-northeast-2" : { },
|
416
421
|
"ap-northeast-3" : { },
|
@@ -522,6 +527,7 @@
|
|
522
527
|
"endpoints" : {
|
523
528
|
"af-south-1" : { },
|
524
529
|
"ap-east-1" : { },
|
530
|
+
"ap-east-2" : { },
|
525
531
|
"ap-northeast-1" : { },
|
526
532
|
"ap-northeast-2" : { },
|
527
533
|
"ap-northeast-3" : { },
|
@@ -649,6 +655,7 @@
|
|
649
655
|
"ap-southeast-2" : { },
|
650
656
|
"ap-southeast-3" : { },
|
651
657
|
"ap-southeast-4" : { },
|
658
|
+
"ap-southeast-5" : { },
|
652
659
|
"ca-central-1" : { },
|
653
660
|
"ca-west-1" : { },
|
654
661
|
"eu-central-1" : { },
|
@@ -991,6 +998,7 @@
|
|
991
998
|
"tags" : [ "dualstack" ]
|
992
999
|
} ]
|
993
1000
|
},
|
1001
|
+
"ap-east-2" : { },
|
994
1002
|
"ap-northeast-1" : {
|
995
1003
|
"credentialScope" : {
|
996
1004
|
"region" : "ap-northeast-1"
|
@@ -1617,6 +1625,7 @@
|
|
1617
1625
|
"endpoints" : {
|
1618
1626
|
"af-south-1" : { },
|
1619
1627
|
"ap-east-1" : { },
|
1628
|
+
"ap-east-2" : { },
|
1620
1629
|
"ap-northeast-1" : { },
|
1621
1630
|
"ap-northeast-2" : { },
|
1622
1631
|
"ap-northeast-3" : { },
|
@@ -1923,6 +1932,7 @@
|
|
1923
1932
|
"endpoints" : {
|
1924
1933
|
"af-south-1" : { },
|
1925
1934
|
"ap-east-1" : { },
|
1935
|
+
"ap-east-2" : { },
|
1926
1936
|
"ap-northeast-1" : { },
|
1927
1937
|
"ap-northeast-2" : { },
|
1928
1938
|
"ap-northeast-3" : { },
|
@@ -2045,6 +2055,7 @@
|
|
2045
2055
|
"endpoints" : {
|
2046
2056
|
"af-south-1" : { },
|
2047
2057
|
"ap-east-1" : { },
|
2058
|
+
"ap-east-2" : { },
|
2048
2059
|
"ap-northeast-1" : { },
|
2049
2060
|
"ap-northeast-2" : { },
|
2050
2061
|
"ap-northeast-3" : { },
|
@@ -2081,6 +2092,7 @@
|
|
2081
2092
|
"endpoints" : {
|
2082
2093
|
"af-south-1" : { },
|
2083
2094
|
"ap-east-1" : { },
|
2095
|
+
"ap-east-2" : { },
|
2084
2096
|
"ap-northeast-1" : { },
|
2085
2097
|
"ap-northeast-2" : { },
|
2086
2098
|
"ap-northeast-3" : { },
|
@@ -2188,6 +2200,7 @@
|
|
2188
2200
|
"endpoints" : {
|
2189
2201
|
"af-south-1" : { },
|
2190
2202
|
"ap-east-1" : { },
|
2203
|
+
"ap-east-2" : { },
|
2191
2204
|
"ap-northeast-1" : { },
|
2192
2205
|
"ap-northeast-2" : { },
|
2193
2206
|
"ap-northeast-3" : { },
|
@@ -2869,12 +2882,15 @@
|
|
2869
2882
|
"tags" : [ "dualstack" ]
|
2870
2883
|
} ]
|
2871
2884
|
},
|
2885
|
+
"ap-southeast-5" : { },
|
2886
|
+
"ap-southeast-7" : { },
|
2872
2887
|
"ca-central-1" : {
|
2873
2888
|
"variants" : [ {
|
2874
2889
|
"hostname" : "appsync.ca-central-1.api.aws",
|
2875
2890
|
"tags" : [ "dualstack" ]
|
2876
2891
|
} ]
|
2877
2892
|
},
|
2893
|
+
"ca-west-1" : { },
|
2878
2894
|
"eu-central-1" : {
|
2879
2895
|
"variants" : [ {
|
2880
2896
|
"hostname" : "appsync.eu-central-1.api.aws",
|
@@ -2993,6 +3009,8 @@
|
|
2993
3009
|
"protocols" : [ "https" ]
|
2994
3010
|
},
|
2995
3011
|
"endpoints" : {
|
3012
|
+
"af-south-1" : { },
|
3013
|
+
"ap-east-1" : { },
|
2996
3014
|
"ap-northeast-1" : {
|
2997
3015
|
"variants" : [ {
|
2998
3016
|
"tags" : [ "dualstack" ]
|
@@ -3018,17 +3036,21 @@
|
|
3018
3036
|
"tags" : [ "dualstack" ]
|
3019
3037
|
} ]
|
3020
3038
|
},
|
3039
|
+
"ap-southeast-5" : { },
|
3040
|
+
"ap-southeast-7" : { },
|
3021
3041
|
"ca-central-1" : { },
|
3022
3042
|
"eu-central-1" : {
|
3023
3043
|
"variants" : [ {
|
3024
3044
|
"tags" : [ "dualstack" ]
|
3025
3045
|
} ]
|
3026
3046
|
},
|
3047
|
+
"eu-central-2" : { },
|
3027
3048
|
"eu-north-1" : {
|
3028
3049
|
"variants" : [ {
|
3029
3050
|
"tags" : [ "dualstack" ]
|
3030
3051
|
} ]
|
3031
3052
|
},
|
3053
|
+
"eu-south-1" : { },
|
3032
3054
|
"eu-west-1" : {
|
3033
3055
|
"variants" : [ {
|
3034
3056
|
"tags" : [ "dualstack" ]
|
@@ -3044,6 +3066,7 @@
|
|
3044
3066
|
"tags" : [ "dualstack" ]
|
3045
3067
|
} ]
|
3046
3068
|
},
|
3069
|
+
"me-central-1" : { },
|
3047
3070
|
"sa-east-1" : {
|
3048
3071
|
"variants" : [ {
|
3049
3072
|
"tags" : [ "dualstack" ]
|
@@ -3091,6 +3114,7 @@
|
|
3091
3114
|
"endpoints" : {
|
3092
3115
|
"af-south-1" : { },
|
3093
3116
|
"ap-east-1" : { },
|
3117
|
+
"ap-east-2" : { },
|
3094
3118
|
"ap-northeast-1" : { },
|
3095
3119
|
"ap-northeast-2" : { },
|
3096
3120
|
"ap-northeast-3" : { },
|
@@ -3137,6 +3161,7 @@
|
|
3137
3161
|
"tags" : [ "dualstack" ]
|
3138
3162
|
} ]
|
3139
3163
|
},
|
3164
|
+
"ap-east-2" : { },
|
3140
3165
|
"ap-northeast-1" : {
|
3141
3166
|
"variants" : [ {
|
3142
3167
|
"hostname" : "athena.ap-northeast-1.api.aws",
|
@@ -3458,6 +3483,7 @@
|
|
3458
3483
|
"endpoints" : {
|
3459
3484
|
"af-south-1" : { },
|
3460
3485
|
"ap-east-1" : { },
|
3486
|
+
"ap-east-2" : { },
|
3461
3487
|
"ap-northeast-1" : { },
|
3462
3488
|
"ap-northeast-2" : { },
|
3463
3489
|
"ap-northeast-3" : { },
|
@@ -3595,6 +3621,7 @@
|
|
3595
3621
|
"endpoints" : {
|
3596
3622
|
"af-south-1" : { },
|
3597
3623
|
"ap-east-1" : { },
|
3624
|
+
"ap-east-2" : { },
|
3598
3625
|
"ap-northeast-1" : { },
|
3599
3626
|
"ap-northeast-2" : { },
|
3600
3627
|
"ap-northeast-3" : { },
|
@@ -3662,6 +3689,7 @@
|
|
3662
3689
|
"endpoints" : {
|
3663
3690
|
"af-south-1" : { },
|
3664
3691
|
"ap-east-1" : { },
|
3692
|
+
"ap-east-2" : { },
|
3665
3693
|
"ap-northeast-1" : { },
|
3666
3694
|
"ap-northeast-2" : { },
|
3667
3695
|
"ap-northeast-3" : { },
|
@@ -4521,6 +4549,7 @@
|
|
4521
4549
|
"tags" : [ "dualstack" ]
|
4522
4550
|
} ]
|
4523
4551
|
},
|
4552
|
+
"ap-east-2" : { },
|
4524
4553
|
"ap-northeast-1" : {
|
4525
4554
|
"variants" : [ {
|
4526
4555
|
"hostname" : "cloudcontrolapi.ap-northeast-1.api.aws",
|
@@ -4798,6 +4827,7 @@
|
|
4798
4827
|
"endpoints" : {
|
4799
4828
|
"af-south-1" : { },
|
4800
4829
|
"ap-east-1" : { },
|
4830
|
+
"ap-east-2" : { },
|
4801
4831
|
"ap-northeast-1" : { },
|
4802
4832
|
"ap-northeast-2" : { },
|
4803
4833
|
"ap-northeast-3" : { },
|
@@ -4993,6 +5023,7 @@
|
|
4993
5023
|
"tags" : [ "dualstack" ]
|
4994
5024
|
} ]
|
4995
5025
|
},
|
5026
|
+
"eu-south-2" : { },
|
4996
5027
|
"eu-west-1" : {
|
4997
5028
|
"variants" : [ {
|
4998
5029
|
"hostname" : "cloudhsmv2.eu-west-1.api.aws",
|
@@ -5079,6 +5110,7 @@
|
|
5079
5110
|
"endpoints" : {
|
5080
5111
|
"af-south-1" : { },
|
5081
5112
|
"ap-east-1" : { },
|
5113
|
+
"ap-east-2" : { },
|
5082
5114
|
"ap-northeast-1" : { },
|
5083
5115
|
"ap-northeast-2" : { },
|
5084
5116
|
"ap-northeast-3" : { },
|
@@ -5392,6 +5424,7 @@
|
|
5392
5424
|
"endpoints" : {
|
5393
5425
|
"af-south-1" : { },
|
5394
5426
|
"ap-east-1" : { },
|
5427
|
+
"ap-east-2" : { },
|
5395
5428
|
"ap-northeast-1" : { },
|
5396
5429
|
"ap-northeast-2" : { },
|
5397
5430
|
"ap-northeast-3" : { },
|
@@ -5802,6 +5835,7 @@
|
|
5802
5835
|
"tags" : [ "dualstack" ]
|
5803
5836
|
} ]
|
5804
5837
|
},
|
5838
|
+
"mx-central-1" : { },
|
5805
5839
|
"sa-east-1" : {
|
5806
5840
|
"variants" : [ {
|
5807
5841
|
"hostname" : "cognito-identity.sa-east-1.amazonaws.com",
|
@@ -6038,6 +6072,7 @@
|
|
6038
6072
|
"tags" : [ "dualstack" ]
|
6039
6073
|
} ]
|
6040
6074
|
},
|
6075
|
+
"mx-central-1" : { },
|
6041
6076
|
"sa-east-1" : {
|
6042
6077
|
"variants" : [ {
|
6043
6078
|
"hostname" : "cognito-idp.sa-east-1.amazonaws.com",
|
@@ -6475,6 +6510,7 @@
|
|
6475
6510
|
"endpoints" : {
|
6476
6511
|
"af-south-1" : { },
|
6477
6512
|
"ap-east-1" : { },
|
6513
|
+
"ap-east-2" : { },
|
6478
6514
|
"ap-northeast-1" : { },
|
6479
6515
|
"ap-northeast-2" : { },
|
6480
6516
|
"ap-northeast-3" : { },
|
@@ -6608,6 +6644,9 @@
|
|
6608
6644
|
"connect-campaigns" : {
|
6609
6645
|
"endpoints" : {
|
6610
6646
|
"af-south-1" : { },
|
6647
|
+
"ap-northeast-1" : { },
|
6648
|
+
"ap-northeast-2" : { },
|
6649
|
+
"ap-southeast-1" : { },
|
6611
6650
|
"ap-southeast-2" : { },
|
6612
6651
|
"ca-central-1" : { },
|
6613
6652
|
"eu-central-1" : { },
|
@@ -7158,6 +7197,7 @@
|
|
7158
7197
|
"tags" : [ "dualstack" ]
|
7159
7198
|
} ]
|
7160
7199
|
},
|
7200
|
+
"ap-east-2" : { },
|
7161
7201
|
"ap-northeast-1" : {
|
7162
7202
|
"variants" : [ {
|
7163
7203
|
"hostname" : "datasync.ap-northeast-1.api.aws",
|
@@ -7428,6 +7468,7 @@
|
|
7428
7468
|
} ]
|
7429
7469
|
},
|
7430
7470
|
"endpoints" : {
|
7471
|
+
"ap-east-2" : { },
|
7431
7472
|
"ap-northeast-1" : {
|
7432
7473
|
"hostname" : "datazone.ap-northeast-1.api.aws"
|
7433
7474
|
},
|
@@ -7641,6 +7682,7 @@
|
|
7641
7682
|
"endpoints" : {
|
7642
7683
|
"af-south-1" : { },
|
7643
7684
|
"ap-east-1" : { },
|
7685
|
+
"ap-east-2" : { },
|
7644
7686
|
"ap-northeast-1" : { },
|
7645
7687
|
"ap-northeast-2" : { },
|
7646
7688
|
"ap-northeast-3" : { },
|
@@ -7770,6 +7812,7 @@
|
|
7770
7812
|
"tags" : [ "dualstack" ]
|
7771
7813
|
} ]
|
7772
7814
|
},
|
7815
|
+
"ap-east-2" : { },
|
7773
7816
|
"ap-northeast-1" : {
|
7774
7817
|
"variants" : [ {
|
7775
7818
|
"hostname" : "dlm.ap-northeast-1.api.aws",
|
@@ -7974,6 +8017,7 @@
|
|
7974
8017
|
"endpoints" : {
|
7975
8018
|
"af-south-1" : { },
|
7976
8019
|
"ap-east-1" : { },
|
8020
|
+
"ap-east-2" : { },
|
7977
8021
|
"ap-northeast-1" : { },
|
7978
8022
|
"ap-northeast-2" : { },
|
7979
8023
|
"ap-northeast-3" : { },
|
@@ -8354,6 +8398,7 @@
|
|
8354
8398
|
"endpoints" : {
|
8355
8399
|
"af-south-1" : { },
|
8356
8400
|
"ap-east-1" : { },
|
8401
|
+
"ap-east-2" : { },
|
8357
8402
|
"ap-northeast-1" : { },
|
8358
8403
|
"ap-northeast-2" : { },
|
8359
8404
|
"ap-northeast-3" : { },
|
@@ -8469,6 +8514,7 @@
|
|
8469
8514
|
"endpoints" : {
|
8470
8515
|
"af-south-1" : { },
|
8471
8516
|
"ap-east-1" : { },
|
8517
|
+
"ap-east-2" : { },
|
8472
8518
|
"ap-northeast-1" : { },
|
8473
8519
|
"ap-northeast-2" : { },
|
8474
8520
|
"ap-northeast-3" : { },
|
@@ -8590,6 +8636,7 @@
|
|
8590
8636
|
"tags" : [ "dualstack" ]
|
8591
8637
|
} ]
|
8592
8638
|
},
|
8639
|
+
"ap-east-2" : { },
|
8593
8640
|
"ap-northeast-1" : {
|
8594
8641
|
"variants" : [ {
|
8595
8642
|
"hostname" : "ec2.ap-northeast-1.api.aws",
|
@@ -8778,6 +8825,7 @@
|
|
8778
8825
|
"endpoints" : {
|
8779
8826
|
"af-south-1" : { },
|
8780
8827
|
"ap-east-1" : { },
|
8828
|
+
"ap-east-2" : { },
|
8781
8829
|
"ap-northeast-1" : { },
|
8782
8830
|
"ap-northeast-2" : { },
|
8783
8831
|
"ap-northeast-3" : { },
|
@@ -8879,6 +8927,7 @@
|
|
8879
8927
|
"endpoints" : {
|
8880
8928
|
"af-south-1" : { },
|
8881
8929
|
"ap-east-1" : { },
|
8930
|
+
"ap-east-2" : { },
|
8882
8931
|
"ap-northeast-1" : { },
|
8883
8932
|
"ap-northeast-2" : { },
|
8884
8933
|
"ap-northeast-3" : { },
|
@@ -8975,6 +9024,7 @@
|
|
8975
9024
|
"ap-east-1" : {
|
8976
9025
|
"hostname" : "eks-auth.ap-east-1.api.aws"
|
8977
9026
|
},
|
9027
|
+
"ap-east-2" : { },
|
8978
9028
|
"ap-northeast-1" : {
|
8979
9029
|
"hostname" : "eks-auth.ap-northeast-1.api.aws"
|
8980
9030
|
},
|
@@ -9071,6 +9121,7 @@
|
|
9071
9121
|
"endpoints" : {
|
9072
9122
|
"af-south-1" : { },
|
9073
9123
|
"ap-east-1" : { },
|
9124
|
+
"ap-east-2" : { },
|
9074
9125
|
"ap-northeast-1" : { },
|
9075
9126
|
"ap-northeast-2" : { },
|
9076
9127
|
"ap-northeast-3" : { },
|
@@ -9290,6 +9341,7 @@
|
|
9290
9341
|
"tags" : [ "dualstack" ]
|
9291
9342
|
} ]
|
9292
9343
|
},
|
9344
|
+
"me-central-1" : { },
|
9293
9345
|
"me-south-1" : {
|
9294
9346
|
"variants" : [ {
|
9295
9347
|
"hostname" : "elasticbeanstalk.me-south-1.api.aws",
|
@@ -9366,6 +9418,7 @@
|
|
9366
9418
|
"tags" : [ "fips" ]
|
9367
9419
|
} ]
|
9368
9420
|
},
|
9421
|
+
"ap-east-2" : { },
|
9369
9422
|
"ap-northeast-1" : {
|
9370
9423
|
"variants" : [ {
|
9371
9424
|
"hostname" : "elasticfilesystem-fips.ap-northeast-1.amazonaws.com",
|
@@ -9779,6 +9832,7 @@
|
|
9779
9832
|
"endpoints" : {
|
9780
9833
|
"af-south-1" : { },
|
9781
9834
|
"ap-east-1" : { },
|
9835
|
+
"ap-east-2" : { },
|
9782
9836
|
"ap-northeast-1" : { },
|
9783
9837
|
"ap-northeast-2" : { },
|
9784
9838
|
"ap-northeast-3" : { },
|
@@ -9867,6 +9921,7 @@
|
|
9867
9921
|
"endpoints" : {
|
9868
9922
|
"af-south-1" : { },
|
9869
9923
|
"ap-east-1" : { },
|
9924
|
+
"ap-east-2" : { },
|
9870
9925
|
"ap-northeast-1" : { },
|
9871
9926
|
"ap-northeast-2" : { },
|
9872
9927
|
"ap-northeast-3" : { },
|
@@ -9996,6 +10051,7 @@
|
|
9996
10051
|
"ap-northeast-2" : { },
|
9997
10052
|
"ap-northeast-3" : { },
|
9998
10053
|
"ap-south-1" : { },
|
10054
|
+
"ap-south-2" : { },
|
9999
10055
|
"ap-southeast-1" : { },
|
10000
10056
|
"ap-southeast-2" : { },
|
10001
10057
|
"ap-southeast-3" : { },
|
@@ -10006,6 +10062,7 @@
|
|
10006
10062
|
} ]
|
10007
10063
|
},
|
10008
10064
|
"eu-central-1" : { },
|
10065
|
+
"eu-central-2" : { },
|
10009
10066
|
"eu-north-1" : { },
|
10010
10067
|
"eu-south-1" : { },
|
10011
10068
|
"eu-west-1" : { },
|
@@ -10047,6 +10104,7 @@
|
|
10047
10104
|
"hostname" : "email-fips.us-west-2.amazonaws.com"
|
10048
10105
|
},
|
10049
10106
|
"il-central-1" : { },
|
10107
|
+
"me-central-1" : { },
|
10050
10108
|
"me-south-1" : { },
|
10051
10109
|
"sa-east-1" : { },
|
10052
10110
|
"us-east-1" : {
|
@@ -10284,6 +10342,7 @@
|
|
10284
10342
|
"tags" : [ "dualstack" ]
|
10285
10343
|
} ]
|
10286
10344
|
},
|
10345
|
+
"ap-east-2" : { },
|
10287
10346
|
"ap-northeast-1" : {
|
10288
10347
|
"variants" : [ {
|
10289
10348
|
"hostname" : "aos.ap-northeast-1.api.aws",
|
@@ -10527,6 +10586,7 @@
|
|
10527
10586
|
"tags" : [ "dualstack" ]
|
10528
10587
|
} ]
|
10529
10588
|
},
|
10589
|
+
"ap-east-2" : { },
|
10530
10590
|
"ap-northeast-1" : {
|
10531
10591
|
"variants" : [ {
|
10532
10592
|
"hostname" : "events.ap-northeast-1.api.aws",
|
@@ -10829,6 +10889,7 @@
|
|
10829
10889
|
"tags" : [ "dualstack" ]
|
10830
10890
|
} ]
|
10831
10891
|
},
|
10892
|
+
"ap-east-2" : { },
|
10832
10893
|
"ap-northeast-1" : {
|
10833
10894
|
"variants" : [ {
|
10834
10895
|
"hostname" : "firehose.ap-northeast-1.api.aws",
|
@@ -11451,6 +11512,7 @@
|
|
11451
11512
|
"endpoints" : {
|
11452
11513
|
"af-south-1" : { },
|
11453
11514
|
"ap-east-1" : { },
|
11515
|
+
"ap-east-2" : { },
|
11454
11516
|
"ap-northeast-1" : { },
|
11455
11517
|
"ap-northeast-2" : { },
|
11456
11518
|
"ap-northeast-3" : { },
|
@@ -11667,6 +11729,8 @@
|
|
11667
11729
|
"ap-south-1" : { },
|
11668
11730
|
"ap-southeast-1" : { },
|
11669
11731
|
"ap-southeast-2" : { },
|
11732
|
+
"ap-southeast-5" : { },
|
11733
|
+
"ap-southeast-7" : { },
|
11670
11734
|
"ca-central-1" : { },
|
11671
11735
|
"eu-central-1" : { },
|
11672
11736
|
"eu-north-1" : { },
|
@@ -11698,6 +11762,7 @@
|
|
11698
11762
|
"ap-east-1" : {
|
11699
11763
|
"hostname" : "gameliftstreams.ap-east-1.api.aws"
|
11700
11764
|
},
|
11765
|
+
"ap-east-2" : { },
|
11701
11766
|
"ap-northeast-1" : {
|
11702
11767
|
"hostname" : "gameliftstreams.ap-northeast-1.api.aws"
|
11703
11768
|
},
|
@@ -11922,6 +11987,7 @@
|
|
11922
11987
|
"tags" : [ "dualstack" ]
|
11923
11988
|
} ]
|
11924
11989
|
},
|
11990
|
+
"ap-east-2" : { },
|
11925
11991
|
"ap-northeast-1" : {
|
11926
11992
|
"variants" : [ {
|
11927
11993
|
"hostname" : "glue.ap-northeast-1.api.aws",
|
@@ -12531,6 +12597,7 @@
|
|
12531
12597
|
"endpoints" : {
|
12532
12598
|
"ap-south-1" : { },
|
12533
12599
|
"ap-southeast-2" : { },
|
12600
|
+
"eu-west-1" : { },
|
12534
12601
|
"eu-west-2" : { },
|
12535
12602
|
"us-east-1" : { },
|
12536
12603
|
"us-east-2" : { },
|
@@ -12626,6 +12693,7 @@
|
|
12626
12693
|
"il-central-1" : { },
|
12627
12694
|
"me-central-1" : { },
|
12628
12695
|
"me-south-1" : { },
|
12696
|
+
"mx-central-1" : { },
|
12629
12697
|
"sa-east-1" : { },
|
12630
12698
|
"us-east-1" : { },
|
12631
12699
|
"us-east-2" : { },
|
@@ -12782,14 +12850,20 @@
|
|
12782
12850
|
"ap-northeast-2" : { },
|
12783
12851
|
"ap-northeast-3" : { },
|
12784
12852
|
"ap-south-1" : { },
|
12853
|
+
"ap-south-2" : { },
|
12785
12854
|
"ap-southeast-1" : { },
|
12786
12855
|
"ap-southeast-2" : { },
|
12787
12856
|
"ap-southeast-3" : { },
|
12857
|
+
"ap-southeast-4" : { },
|
12858
|
+
"ap-southeast-5" : { },
|
12859
|
+
"ap-southeast-7" : { },
|
12788
12860
|
"ca-central-1" : { },
|
12861
|
+
"ca-west-1" : { },
|
12789
12862
|
"eu-central-1" : { },
|
12790
12863
|
"eu-central-2" : { },
|
12791
12864
|
"eu-north-1" : { },
|
12792
12865
|
"eu-south-1" : { },
|
12866
|
+
"eu-south-2" : { },
|
12793
12867
|
"eu-west-1" : { },
|
12794
12868
|
"eu-west-2" : { },
|
12795
12869
|
"eu-west-3" : { },
|
@@ -12821,7 +12895,10 @@
|
|
12821
12895
|
"deprecated" : true,
|
12822
12896
|
"hostname" : "inspector2-fips.us-west-2.amazonaws.com"
|
12823
12897
|
},
|
12898
|
+
"il-central-1" : { },
|
12899
|
+
"me-central-1" : { },
|
12824
12900
|
"me-south-1" : { },
|
12901
|
+
"mx-central-1" : { },
|
12825
12902
|
"sa-east-1" : { },
|
12826
12903
|
"us-east-1" : {
|
12827
12904
|
"variants" : [ {
|
@@ -12873,6 +12950,7 @@
|
|
12873
12950
|
"tags" : [ "dualstack" ]
|
12874
12951
|
} ]
|
12875
12952
|
},
|
12953
|
+
"ap-east-2" : { },
|
12876
12954
|
"ap-northeast-1" : {
|
12877
12955
|
"hostname" : "internetmonitor.ap-northeast-1.api.aws",
|
12878
12956
|
"variants" : [ {
|
@@ -13784,6 +13862,7 @@
|
|
13784
13862
|
"endpoints" : {
|
13785
13863
|
"af-south-1" : { },
|
13786
13864
|
"ap-east-1" : { },
|
13865
|
+
"ap-east-2" : { },
|
13787
13866
|
"ap-northeast-1" : { },
|
13788
13867
|
"ap-northeast-2" : { },
|
13789
13868
|
"ap-northeast-3" : { },
|
@@ -13986,6 +14065,7 @@
|
|
13986
14065
|
"ap-east-1" : {
|
13987
14066
|
"hostname" : "kendra-ranking.ap-east-1.api.aws"
|
13988
14067
|
},
|
14068
|
+
"ap-east-2" : { },
|
13989
14069
|
"ap-northeast-1" : {
|
13990
14070
|
"hostname" : "kendra-ranking.ap-northeast-1.api.aws"
|
13991
14071
|
},
|
@@ -14092,6 +14172,7 @@
|
|
14092
14172
|
"endpoints" : {
|
14093
14173
|
"af-south-1" : { },
|
14094
14174
|
"ap-east-1" : { },
|
14175
|
+
"ap-east-2" : { },
|
14095
14176
|
"ap-northeast-1" : { },
|
14096
14177
|
"ap-northeast-2" : { },
|
14097
14178
|
"ap-northeast-3" : { },
|
@@ -14176,6 +14257,7 @@
|
|
14176
14257
|
"endpoints" : {
|
14177
14258
|
"af-south-1" : { },
|
14178
14259
|
"ap-east-1" : { },
|
14260
|
+
"ap-east-2" : { },
|
14179
14261
|
"ap-northeast-1" : { },
|
14180
14262
|
"ap-northeast-2" : { },
|
14181
14263
|
"ap-northeast-3" : { },
|
@@ -14335,6 +14417,7 @@
|
|
14335
14417
|
"deprecated" : true,
|
14336
14418
|
"hostname" : "kms-fips.ap-east-1.amazonaws.com"
|
14337
14419
|
},
|
14420
|
+
"ap-east-2" : { },
|
14338
14421
|
"ap-northeast-1" : {
|
14339
14422
|
"variants" : [ {
|
14340
14423
|
"hostname" : "kms-fips.ap-northeast-1.amazonaws.com",
|
@@ -14741,6 +14824,7 @@
|
|
14741
14824
|
"tags" : [ "dualstack" ]
|
14742
14825
|
} ]
|
14743
14826
|
},
|
14827
|
+
"ap-east-2" : { },
|
14744
14828
|
"ap-northeast-1" : {
|
14745
14829
|
"variants" : [ {
|
14746
14830
|
"hostname" : "lakeformation.ap-northeast-1.api.aws",
|
@@ -14989,6 +15073,7 @@
|
|
14989
15073
|
"tags" : [ "dualstack" ]
|
14990
15074
|
} ]
|
14991
15075
|
},
|
15076
|
+
"ap-east-2" : { },
|
14992
15077
|
"ap-northeast-1" : {
|
14993
15078
|
"variants" : [ {
|
14994
15079
|
"hostname" : "lambda.ap-northeast-1.api.aws",
|
@@ -15495,6 +15580,7 @@
|
|
15495
15580
|
"tags" : [ "dualstack" ]
|
15496
15581
|
} ]
|
15497
15582
|
},
|
15583
|
+
"ap-east-2" : { },
|
15498
15584
|
"ap-northeast-1" : {
|
15499
15585
|
"variants" : [ {
|
15500
15586
|
"hostname" : "logs.ap-northeast-1.api.aws",
|
@@ -16762,6 +16848,7 @@
|
|
16762
16848
|
"endpoints" : {
|
16763
16849
|
"af-south-1" : { },
|
16764
16850
|
"ap-east-1" : { },
|
16851
|
+
"ap-east-2" : { },
|
16765
16852
|
"ap-northeast-1" : { },
|
16766
16853
|
"ap-northeast-2" : { },
|
16767
16854
|
"ap-northeast-3" : { },
|
@@ -16890,6 +16977,8 @@
|
|
16890
16977
|
"ap-southeast-2" : { },
|
16891
16978
|
"ap-southeast-3" : { },
|
16892
16979
|
"ap-southeast-4" : { },
|
16980
|
+
"ap-southeast-5" : { },
|
16981
|
+
"ap-southeast-7" : { },
|
16893
16982
|
"ca-central-1" : { },
|
16894
16983
|
"eu-central-1" : { },
|
16895
16984
|
"eu-central-2" : { },
|
@@ -17051,6 +17140,7 @@
|
|
17051
17140
|
"endpoints" : {
|
17052
17141
|
"af-south-1" : { },
|
17053
17142
|
"ap-east-1" : { },
|
17143
|
+
"ap-east-2" : { },
|
17054
17144
|
"ap-northeast-1" : { },
|
17055
17145
|
"ap-northeast-2" : { },
|
17056
17146
|
"ap-northeast-3" : { },
|
@@ -17135,6 +17225,7 @@
|
|
17135
17225
|
"endpoints" : {
|
17136
17226
|
"af-south-1" : { },
|
17137
17227
|
"ap-east-1" : { },
|
17228
|
+
"ap-east-2" : { },
|
17138
17229
|
"ap-northeast-1" : { },
|
17139
17230
|
"ap-northeast-2" : { },
|
17140
17231
|
"ap-northeast-3" : { },
|
@@ -17477,6 +17568,7 @@
|
|
17477
17568
|
"ap-east-1" : {
|
17478
17569
|
"hostname" : "notifications.ap-east-1.api.aws"
|
17479
17570
|
},
|
17571
|
+
"ap-east-2" : { },
|
17480
17572
|
"ap-northeast-1" : {
|
17481
17573
|
"hostname" : "notifications.ap-northeast-1.api.aws"
|
17482
17574
|
},
|
@@ -17585,6 +17677,7 @@
|
|
17585
17677
|
"endpoints" : {
|
17586
17678
|
"af-south-1" : { },
|
17587
17679
|
"ap-east-1" : { },
|
17680
|
+
"ap-east-2" : { },
|
17588
17681
|
"ap-northeast-1" : { },
|
17589
17682
|
"ap-northeast-2" : { },
|
17590
17683
|
"ap-northeast-3" : { },
|
@@ -18086,6 +18179,7 @@
|
|
18086
18179
|
"tags" : [ "dualstack" ]
|
18087
18180
|
} ]
|
18088
18181
|
},
|
18182
|
+
"ap-east-2" : { },
|
18089
18183
|
"ap-northeast-1" : {
|
18090
18184
|
"protocols" : [ "https" ],
|
18091
18185
|
"variants" : [ {
|
@@ -18876,13 +18970,6 @@
|
|
18876
18970
|
}
|
18877
18971
|
}
|
18878
18972
|
},
|
18879
|
-
"private-networks" : {
|
18880
|
-
"endpoints" : {
|
18881
|
-
"us-east-1" : { },
|
18882
|
-
"us-east-2" : { },
|
18883
|
-
"us-west-2" : { }
|
18884
|
-
}
|
18885
|
-
},
|
18886
18973
|
"profile" : {
|
18887
18974
|
"endpoints" : {
|
18888
18975
|
"af-south-1" : { },
|
@@ -18964,6 +19051,7 @@
|
|
18964
19051
|
"ap-east-1" : {
|
18965
19052
|
"hostname" : "qbusiness.ap-east-1.api.aws"
|
18966
19053
|
},
|
19054
|
+
"ap-east-2" : { },
|
18967
19055
|
"ap-northeast-1" : {
|
18968
19056
|
"hostname" : "qbusiness.ap-northeast-1.api.aws"
|
18969
19057
|
},
|
@@ -19167,6 +19255,7 @@
|
|
19167
19255
|
"tags" : [ "dualstack" ]
|
19168
19256
|
} ]
|
19169
19257
|
},
|
19258
|
+
"ap-east-2" : { },
|
19170
19259
|
"ap-northeast-1" : {
|
19171
19260
|
"variants" : [ {
|
19172
19261
|
"tags" : [ "dualstack" ]
|
@@ -19411,6 +19500,7 @@
|
|
19411
19500
|
"tags" : [ "dualstack" ]
|
19412
19501
|
} ]
|
19413
19502
|
},
|
19503
|
+
"ap-east-2" : { },
|
19414
19504
|
"ap-northeast-1" : {
|
19415
19505
|
"variants" : [ {
|
19416
19506
|
"hostname" : "rbin.ap-northeast-1.api.aws",
|
@@ -19665,6 +19755,7 @@
|
|
19665
19755
|
"endpoints" : {
|
19666
19756
|
"af-south-1" : { },
|
19667
19757
|
"ap-east-1" : { },
|
19758
|
+
"ap-east-2" : { },
|
19668
19759
|
"ap-northeast-1" : { },
|
19669
19760
|
"ap-northeast-2" : { },
|
19670
19761
|
"ap-northeast-3" : { },
|
@@ -19942,6 +20033,7 @@
|
|
19942
20033
|
"endpoints" : {
|
19943
20034
|
"af-south-1" : { },
|
19944
20035
|
"ap-east-1" : { },
|
20036
|
+
"ap-east-2" : { },
|
19945
20037
|
"ap-northeast-1" : { },
|
19946
20038
|
"ap-northeast-2" : { },
|
19947
20039
|
"ap-northeast-3" : { },
|
@@ -20633,6 +20725,7 @@
|
|
20633
20725
|
"endpoints" : {
|
20634
20726
|
"af-south-1" : { },
|
20635
20727
|
"ap-east-1" : { },
|
20728
|
+
"ap-east-2" : { },
|
20636
20729
|
"ap-northeast-1" : { },
|
20637
20730
|
"ap-northeast-2" : { },
|
20638
20731
|
"ap-northeast-3" : { },
|
@@ -20728,6 +20821,7 @@
|
|
20728
20821
|
"endpoints" : {
|
20729
20822
|
"af-south-1" : { },
|
20730
20823
|
"ap-east-1" : { },
|
20824
|
+
"ap-east-2" : { },
|
20731
20825
|
"ap-northeast-1" : { },
|
20732
20826
|
"ap-northeast-2" : { },
|
20733
20827
|
"ap-northeast-3" : { },
|
@@ -20914,6 +21008,8 @@
|
|
20914
21008
|
"tags" : [ "dualstack" ]
|
20915
21009
|
} ]
|
20916
21010
|
},
|
21011
|
+
"ap-southeast-5" : { },
|
21012
|
+
"ap-southeast-7" : { },
|
20917
21013
|
"ca-central-1" : {
|
20918
21014
|
"variants" : [ {
|
20919
21015
|
"hostname" : "route53profiles-fips.ca-central-1.api.aws",
|
@@ -20998,6 +21094,7 @@
|
|
20998
21094
|
"tags" : [ "dualstack" ]
|
20999
21095
|
} ]
|
21000
21096
|
},
|
21097
|
+
"mx-central-1" : { },
|
21001
21098
|
"sa-east-1" : {
|
21002
21099
|
"variants" : [ {
|
21003
21100
|
"hostname" : "route53profiles.sa-east-1.api.aws",
|
@@ -21059,6 +21156,7 @@
|
|
21059
21156
|
"tags" : [ "dualstack" ]
|
21060
21157
|
} ]
|
21061
21158
|
},
|
21159
|
+
"ap-east-2" : { },
|
21062
21160
|
"ap-northeast-1" : {
|
21063
21161
|
"variants" : [ {
|
21064
21162
|
"hostname" : "route53resolver.ap-northeast-1.api.aws",
|
@@ -21332,7 +21430,9 @@
|
|
21332
21430
|
"ap-southeast-2" : { },
|
21333
21431
|
"ap-southeast-3" : { },
|
21334
21432
|
"ap-southeast-4" : { },
|
21433
|
+
"ap-southeast-5" : { },
|
21335
21434
|
"ca-central-1" : { },
|
21435
|
+
"ca-west-1" : { },
|
21336
21436
|
"eu-central-1" : { },
|
21337
21437
|
"eu-central-2" : { },
|
21338
21438
|
"eu-north-1" : { },
|
@@ -21528,6 +21628,7 @@
|
|
21528
21628
|
"tags" : [ "dualstack" ]
|
21529
21629
|
} ]
|
21530
21630
|
},
|
21631
|
+
"ap-east-2" : { },
|
21531
21632
|
"ap-northeast-1" : {
|
21532
21633
|
"hostname" : "s3.ap-northeast-1.amazonaws.com",
|
21533
21634
|
"signatureVersions" : [ "s3", "s3v4" ],
|
@@ -22415,6 +22516,7 @@
|
|
22415
22516
|
"endpoints" : {
|
22416
22517
|
"af-south-1" : { },
|
22417
22518
|
"ap-east-1" : { },
|
22519
|
+
"ap-east-2" : { },
|
22418
22520
|
"ap-northeast-1" : { },
|
22419
22521
|
"ap-northeast-2" : { },
|
22420
22522
|
"ap-northeast-3" : { },
|
@@ -22424,7 +22526,10 @@
|
|
22424
22526
|
"ap-southeast-2" : { },
|
22425
22527
|
"ap-southeast-3" : { },
|
22426
22528
|
"ap-southeast-4" : { },
|
22529
|
+
"ap-southeast-5" : { },
|
22530
|
+
"ap-southeast-7" : { },
|
22427
22531
|
"ca-central-1" : { },
|
22532
|
+
"ca-west-1" : { },
|
22428
22533
|
"eu-central-1" : { },
|
22429
22534
|
"eu-central-2" : { },
|
22430
22535
|
"eu-north-1" : { },
|
@@ -22436,6 +22541,7 @@
|
|
22436
22541
|
"il-central-1" : { },
|
22437
22542
|
"me-central-1" : { },
|
22438
22543
|
"me-south-1" : { },
|
22544
|
+
"mx-central-1" : { },
|
22439
22545
|
"sa-east-1" : { },
|
22440
22546
|
"us-east-1" : { },
|
22441
22547
|
"us-east-2" : { },
|
@@ -22502,6 +22608,7 @@
|
|
22502
22608
|
"tags" : [ "dualstack" ]
|
22503
22609
|
} ]
|
22504
22610
|
},
|
22611
|
+
"ap-east-2" : { },
|
22505
22612
|
"ap-northeast-1" : {
|
22506
22613
|
"variants" : [ {
|
22507
22614
|
"tags" : [ "dualstack" ]
|
@@ -22710,6 +22817,7 @@
|
|
22710
22817
|
"tags" : [ "dualstack" ]
|
22711
22818
|
} ]
|
22712
22819
|
},
|
22820
|
+
"ap-east-2" : { },
|
22713
22821
|
"ap-northeast-1" : {
|
22714
22822
|
"variants" : [ {
|
22715
22823
|
"hostname" : "securityhub.ap-northeast-1.api.aws",
|
@@ -23316,6 +23424,7 @@
|
|
23316
23424
|
"tags" : [ "dualstack" ]
|
23317
23425
|
} ]
|
23318
23426
|
},
|
23427
|
+
"ap-east-2" : { },
|
23319
23428
|
"ap-northeast-1" : {
|
23320
23429
|
"variants" : [ {
|
23321
23430
|
"hostname" : "servicediscovery.ap-northeast-1.api.aws",
|
@@ -23583,6 +23692,7 @@
|
|
23583
23692
|
"endpoints" : {
|
23584
23693
|
"af-south-1" : { },
|
23585
23694
|
"ap-east-1" : { },
|
23695
|
+
"ap-east-2" : { },
|
23586
23696
|
"ap-northeast-1" : { },
|
23587
23697
|
"ap-northeast-2" : { },
|
23588
23698
|
"ap-northeast-3" : { },
|
@@ -24647,6 +24757,7 @@
|
|
24647
24757
|
"tags" : [ "dualstack" ]
|
24648
24758
|
} ]
|
24649
24759
|
},
|
24760
|
+
"ap-east-2" : { },
|
24650
24761
|
"ap-northeast-1" : {
|
24651
24762
|
"variants" : [ {
|
24652
24763
|
"hostname" : "sns.ap-northeast-1.api.aws",
|
@@ -24897,6 +25008,7 @@
|
|
24897
25008
|
"tags" : [ "dualstack" ]
|
24898
25009
|
} ]
|
24899
25010
|
},
|
25011
|
+
"ap-east-2" : { },
|
24900
25012
|
"ap-northeast-1" : {
|
24901
25013
|
"variants" : [ {
|
24902
25014
|
"hostname" : "sqs.ap-northeast-1.api.aws",
|
@@ -25144,6 +25256,7 @@
|
|
25144
25256
|
"endpoints" : {
|
25145
25257
|
"af-south-1" : { },
|
25146
25258
|
"ap-east-1" : { },
|
25259
|
+
"ap-east-2" : { },
|
25147
25260
|
"ap-northeast-1" : { },
|
25148
25261
|
"ap-northeast-2" : { },
|
25149
25262
|
"ap-northeast-3" : { },
|
@@ -25836,6 +25949,7 @@
|
|
25836
25949
|
"endpoints" : {
|
25837
25950
|
"af-south-1" : { },
|
25838
25951
|
"ap-east-1" : { },
|
25952
|
+
"ap-east-2" : { },
|
25839
25953
|
"ap-northeast-1" : { },
|
25840
25954
|
"ap-northeast-2" : { },
|
25841
25955
|
"ap-northeast-3" : { },
|
@@ -25944,6 +26058,7 @@
|
|
25944
26058
|
"endpoints" : {
|
25945
26059
|
"af-south-1" : { },
|
25946
26060
|
"ap-east-1" : { },
|
26061
|
+
"ap-east-2" : { },
|
25947
26062
|
"ap-northeast-1" : { },
|
25948
26063
|
"ap-northeast-2" : { },
|
25949
26064
|
"ap-northeast-3" : { },
|
@@ -26058,6 +26173,7 @@
|
|
26058
26173
|
"endpoints" : {
|
26059
26174
|
"af-south-1" : { },
|
26060
26175
|
"ap-east-1" : { },
|
26176
|
+
"ap-east-2" : { },
|
26061
26177
|
"ap-northeast-1" : { },
|
26062
26178
|
"ap-northeast-2" : { },
|
26063
26179
|
"ap-northeast-3" : { },
|
@@ -26101,6 +26217,7 @@
|
|
26101
26217
|
"endpoints" : {
|
26102
26218
|
"af-south-1" : { },
|
26103
26219
|
"ap-east-1" : { },
|
26220
|
+
"ap-east-2" : { },
|
26104
26221
|
"ap-northeast-1" : { },
|
26105
26222
|
"ap-northeast-2" : { },
|
26106
26223
|
"ap-northeast-3" : { },
|
@@ -26210,6 +26327,7 @@
|
|
26210
26327
|
"endpoints" : {
|
26211
26328
|
"af-south-1" : { },
|
26212
26329
|
"ap-east-1" : { },
|
26330
|
+
"ap-east-2" : { },
|
26213
26331
|
"ap-northeast-1" : { },
|
26214
26332
|
"ap-northeast-2" : { },
|
26215
26333
|
"ap-northeast-3" : { },
|
@@ -26328,6 +26446,7 @@
|
|
26328
26446
|
"tags" : [ "dualstack" ]
|
26329
26447
|
} ]
|
26330
26448
|
},
|
26449
|
+
"ap-east-2" : { },
|
26331
26450
|
"ap-northeast-1" : {
|
26332
26451
|
"variants" : [ {
|
26333
26452
|
"hostname" : "synthetics.ap-northeast-1.api.aws",
|
@@ -26592,6 +26711,7 @@
|
|
26592
26711
|
"endpoints" : {
|
26593
26712
|
"af-south-1" : { },
|
26594
26713
|
"ap-east-1" : { },
|
26714
|
+
"ap-east-2" : { },
|
26595
26715
|
"ap-northeast-1" : { },
|
26596
26716
|
"ap-northeast-2" : { },
|
26597
26717
|
"ap-northeast-3" : { },
|
@@ -28925,6 +29045,7 @@
|
|
28925
29045
|
"endpoints" : {
|
28926
29046
|
"af-south-1" : { },
|
28927
29047
|
"ap-east-1" : { },
|
29048
|
+
"ap-east-2" : { },
|
28928
29049
|
"ap-northeast-1" : { },
|
28929
29050
|
"ap-northeast-2" : { },
|
28930
29051
|
"ap-northeast-3" : { },
|
@@ -30439,6 +30560,12 @@
|
|
30439
30560
|
},
|
30440
30561
|
"isRegionalized" : true
|
30441
30562
|
},
|
30563
|
+
"scheduler" : {
|
30564
|
+
"endpoints" : {
|
30565
|
+
"cn-north-1" : { },
|
30566
|
+
"cn-northwest-1" : { }
|
30567
|
+
}
|
30568
|
+
},
|
30442
30569
|
"schemas" : {
|
30443
30570
|
"endpoints" : {
|
30444
30571
|
"cn-north-1" : { },
|
@@ -35240,6 +35367,12 @@
|
|
35240
35367
|
}
|
35241
35368
|
}
|
35242
35369
|
},
|
35370
|
+
"scheduler" : {
|
35371
|
+
"endpoints" : {
|
35372
|
+
"us-gov-east-1" : { },
|
35373
|
+
"us-gov-west-1" : { }
|
35374
|
+
}
|
35375
|
+
},
|
35243
35376
|
"schemas" : {
|
35244
35377
|
"endpoints" : {
|
35245
35378
|
"us-gov-east-1" : { },
|
@@ -36559,6 +36692,12 @@
|
|
36559
36692
|
"us-iso-west-1" : { }
|
36560
36693
|
}
|
36561
36694
|
},
|
36695
|
+
"backup" : {
|
36696
|
+
"endpoints" : {
|
36697
|
+
"us-iso-east-1" : { },
|
36698
|
+
"us-iso-west-1" : { }
|
36699
|
+
}
|
36700
|
+
},
|
36562
36701
|
"batch" : {
|
36563
36702
|
"endpoints" : {
|
36564
36703
|
"us-iso-east-1" : { }
|
@@ -37117,6 +37256,11 @@
|
|
37117
37256
|
}
|
37118
37257
|
}
|
37119
37258
|
},
|
37259
|
+
"lakeformation" : {
|
37260
|
+
"endpoints" : {
|
37261
|
+
"us-iso-east-1" : { }
|
37262
|
+
}
|
37263
|
+
},
|
37120
37264
|
"lambda" : {
|
37121
37265
|
"endpoints" : {
|
37122
37266
|
"us-iso-east-1" : { },
|
@@ -37682,6 +37826,11 @@
|
|
37682
37826
|
}
|
37683
37827
|
}
|
37684
37828
|
},
|
37829
|
+
"wafv2" : {
|
37830
|
+
"endpoints" : {
|
37831
|
+
"us-iso-east-1" : { }
|
37832
|
+
}
|
37833
|
+
},
|
37685
37834
|
"workspaces" : {
|
37686
37835
|
"endpoints" : {
|
37687
37836
|
"fips-us-iso-east-1" : {
|
@@ -37793,6 +37942,11 @@
|
|
37793
37942
|
"us-isob-east-1" : { }
|
37794
37943
|
}
|
37795
37944
|
},
|
37945
|
+
"athena" : {
|
37946
|
+
"endpoints" : {
|
37947
|
+
"us-isob-east-1" : { }
|
37948
|
+
}
|
37949
|
+
},
|
37796
37950
|
"autoscaling" : {
|
37797
37951
|
"defaults" : {
|
37798
37952
|
"protocols" : [ "http", "https" ]
|
@@ -37801,6 +37955,11 @@
|
|
37801
37955
|
"us-isob-east-1" : { }
|
37802
37956
|
}
|
37803
37957
|
},
|
37958
|
+
"backup" : {
|
37959
|
+
"endpoints" : {
|
37960
|
+
"us-isob-east-1" : { }
|
37961
|
+
}
|
37962
|
+
},
|
37804
37963
|
"batch" : {
|
37805
37964
|
"endpoints" : {
|
37806
37965
|
"us-isob-east-1" : { }
|
@@ -38140,6 +38299,11 @@
|
|
38140
38299
|
}
|
38141
38300
|
}
|
38142
38301
|
},
|
38302
|
+
"lakeformation" : {
|
38303
|
+
"endpoints" : {
|
38304
|
+
"us-isob-east-1" : { }
|
38305
|
+
}
|
38306
|
+
},
|
38143
38307
|
"lambda" : {
|
38144
38308
|
"endpoints" : {
|
38145
38309
|
"us-isob-east-1" : { }
|
@@ -38537,6 +38701,11 @@
|
|
38537
38701
|
"us-isob-east-1" : { }
|
38538
38702
|
}
|
38539
38703
|
},
|
38704
|
+
"wafv2" : {
|
38705
|
+
"endpoints" : {
|
38706
|
+
"us-isob-east-1" : { }
|
38707
|
+
}
|
38708
|
+
},
|
38540
38709
|
"workspaces" : {
|
38541
38710
|
"endpoints" : {
|
38542
38711
|
"fips-us-isob-east-1" : {
|
@@ -38886,6 +39055,11 @@
|
|
38886
39055
|
}
|
38887
39056
|
}
|
38888
39057
|
},
|
39058
|
+
"license-manager" : {
|
39059
|
+
"endpoints" : {
|
39060
|
+
"eu-isoe-west-1" : { }
|
39061
|
+
}
|
39062
|
+
},
|
38889
39063
|
"logs" : {
|
38890
39064
|
"endpoints" : {
|
38891
39065
|
"eu-isoe-west-1" : { }
|
@@ -38967,6 +39141,11 @@
|
|
38967
39141
|
"isRegionalized" : false,
|
38968
39142
|
"partitionEndpoint" : "aws-iso-e-global"
|
38969
39143
|
},
|
39144
|
+
"route53profiles" : {
|
39145
|
+
"endpoints" : {
|
39146
|
+
"eu-isoe-west-1" : { }
|
39147
|
+
}
|
39148
|
+
},
|
38970
39149
|
"route53resolver" : {
|
38971
39150
|
"endpoints" : {
|
38972
39151
|
"eu-isoe-west-1" : { }
|
@@ -38998,6 +39177,11 @@
|
|
38998
39177
|
"eu-isoe-west-1" : { }
|
38999
39178
|
}
|
39000
39179
|
},
|
39180
|
+
"schemas" : {
|
39181
|
+
"endpoints" : {
|
39182
|
+
"eu-isoe-west-1" : { }
|
39183
|
+
}
|
39184
|
+
},
|
39001
39185
|
"secretsmanager" : {
|
39002
39186
|
"endpoints" : {
|
39003
39187
|
"eu-isoe-west-1" : { }
|
@@ -39274,6 +39458,12 @@
|
|
39274
39458
|
"us-isof-south-1" : { }
|
39275
39459
|
}
|
39276
39460
|
},
|
39461
|
+
"cloudtrail-data" : {
|
39462
|
+
"endpoints" : {
|
39463
|
+
"us-isof-east-1" : { },
|
39464
|
+
"us-isof-south-1" : { }
|
39465
|
+
}
|
39466
|
+
},
|
39277
39467
|
"codebuild" : {
|
39278
39468
|
"endpoints" : {
|
39279
39469
|
"us-isof-east-1" : { },
|
@@ -39729,6 +39919,12 @@
|
|
39729
39919
|
"us-isof-south-1" : { }
|
39730
39920
|
}
|
39731
39921
|
},
|
39922
|
+
"runtime.sagemaker" : {
|
39923
|
+
"endpoints" : {
|
39924
|
+
"us-isof-east-1" : { },
|
39925
|
+
"us-isof-south-1" : { }
|
39926
|
+
}
|
39927
|
+
},
|
39732
39928
|
"s3" : {
|
39733
39929
|
"defaults" : {
|
39734
39930
|
"protocols" : [ "http", "https" ],
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-partitions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1132.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -39,7 +39,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
39
39
|
requirements:
|
40
40
|
- - ">="
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: '2.
|
42
|
+
version: '2.7'
|
43
43
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - ">="
|