aws-partitions 1.1109.0 → 1.1123.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 870b9dd3ffdc0f4e4c540223ed2b15392834372da1b76eb2fb46d60c69ca7e06
4
- data.tar.gz: 8c0434df351a91549d7a89031f08661cb23848f98134607871d9ffeef3cf4726
3
+ metadata.gz: ccdfbffe6020507ec38bfb1bc6d7e3036fce3f1555aae3611fd37f0235c6e70a
4
+ data.tar.gz: 8d28ae2b5acc6162567cd1bcf576a984759a615c9d43461f8f78239bcc9fb71e
5
5
  SHA512:
6
- metadata.gz: 2a1b8f86cb57cc4909b5d300b36958f5d73c8529d00711957c9d82e62c276a2dc23081c5266750558e3a9a82d6a8e930cc9e316696b995445f2a374952851c7c
7
- data.tar.gz: 136166628f11ffb652d49a5a94a8b004b32f6b1e3cb6ab0ba51884abe7a14736c42b636325d6c38f2b05044723790a206122a5c806957cedb43ecf1b2fa0d3eb
6
+ metadata.gz: 3efd38acac70f60070dcb3af8cefd82de35036dc527e23400b4012af0fbeb48dc96878264a5fe9ed49276620ccf162692494fd752bae279600b08b8e36ea3350
7
+ data.tar.gz: c903f2de39ff87dd22db39df4d4d7d0abdec22893589a5168b241ba60f22827de822d8f831178cdcc38a1fdde47c79bc2b1fef1c17dcbf0247d741899294ce83
data/CHANGELOG.md CHANGED
@@ -1,6 +1,78 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1123.0 (2025-06-30)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1122.0 (2025-06-27)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.1121.0 (2025-06-26)
15
+ ------------------
16
+
17
+ * Feature - Added support for enumerating regions for `Aws::KeyspacesStreams`.
18
+
19
+ 1.1120.0 (2025-06-23)
20
+ ------------------
21
+
22
+ * Feature - Added support for enumerating regions for `Aws::WorkspacesInstances`.
23
+
24
+ 1.1119.0 (2025-06-20)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.1118.0 (2025-06-18)
30
+ ------------------
31
+
32
+ * Feature - Added support for enumerating regions for `Aws::AIOps`.
33
+
34
+ 1.1117.0 (2025-06-17)
35
+ ------------------
36
+
37
+ * Feature - Added support for enumerating regions for `Aws::MPA`.
38
+
39
+ 1.1116.0 (2025-06-11)
40
+ ------------------
41
+
42
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
43
+
44
+ 1.1115.0 (2025-06-10)
45
+ ------------------
46
+
47
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
48
+
49
+ 1.1114.0 (2025-06-09)
50
+ ------------------
51
+
52
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
53
+
54
+ 1.1113.0 (2025-06-06)
55
+ ------------------
56
+
57
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
58
+
59
+ 1.1112.0 (2025-06-05)
60
+ ------------------
61
+
62
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
63
+
64
+ 1.1111.0 (2025-06-04)
65
+ ------------------
66
+
67
+ * Feature - Added support for enumerating regions for `Aws::Evs`.
68
+
69
+ 1.1110.0 (2025-06-02)
70
+ ------------------
71
+
72
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
73
+
74
+ * Feature - AWS SDK for Ruby no longer supports Ruby runtime versions 2.5 and 2.6.
75
+
4
76
  1.1109.0 (2025-05-30)
5
77
  ------------------
6
78
 
@@ -16,6 +88,7 @@ Unreleased Changes
16
88
 
17
89
  * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
90
 
91
+
19
92
  1.1106.0 (2025-05-20)
20
93
  ------------------
21
94
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1109.0
1
+ 1.1123.0
@@ -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',
@@ -392,6 +393,7 @@ module Aws
392
393
  'ElasticsearchService' => 'es',
393
394
  'EntityResolution' => 'entityresolution',
394
395
  'EventBridge' => 'events',
396
+ 'Evs' => 'evs',
395
397
  'FIS' => 'fis',
396
398
  'FMS' => 'fms',
397
399
  'FSx' => 'fsx',
@@ -449,6 +451,7 @@ module Aws
449
451
  'Kendra' => 'kendra',
450
452
  'KendraRanking' => 'kendra-ranking',
451
453
  'Keyspaces' => 'cassandra',
454
+ 'KeyspacesStreams' => 'cassandra-streams',
452
455
  'Kinesis' => 'kinesis',
453
456
  'KinesisAnalytics' => 'kinesisanalytics',
454
457
  'KinesisAnalyticsV2' => 'kinesisanalytics',
@@ -472,6 +475,7 @@ module Aws
472
475
  'LookoutEquipment' => 'lookoutequipment',
473
476
  'LookoutMetrics' => 'lookoutmetrics',
474
477
  'LookoutforVision' => 'lookoutvision',
478
+ 'MPA' => 'mpa',
475
479
  'MQ' => 'mq',
476
480
  'MTurk' => 'mturk-requester',
477
481
  'MWAA' => 'airflow',
@@ -647,6 +651,7 @@ module Aws
647
651
  'WorkSpaces' => 'workspaces',
648
652
  'WorkSpacesThinClient' => 'thinclient',
649
653
  'WorkSpacesWeb' => 'workspaces-web',
654
+ 'WorkspacesInstances' => 'workspaces-instances',
650
655
  'XRay' => 'xray',
651
656
  }
652
657
  # end service ids
@@ -17,6 +17,9 @@
17
17
  "ap-east-1" : {
18
18
  "description" : "Asia Pacific (Hong Kong)"
19
19
  },
20
+ "ap-east-2" : {
21
+ "description" : "Asia Pacific (Taipei)"
22
+ },
20
23
  "ap-northeast-1" : {
21
24
  "description" : "Asia Pacific (Tokyo)"
22
25
  },
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"
@@ -1923,6 +1931,7 @@
1923
1931
  "endpoints" : {
1924
1932
  "af-south-1" : { },
1925
1933
  "ap-east-1" : { },
1934
+ "ap-east-2" : { },
1926
1935
  "ap-northeast-1" : { },
1927
1936
  "ap-northeast-2" : { },
1928
1937
  "ap-northeast-3" : { },
@@ -2045,6 +2054,7 @@
2045
2054
  "endpoints" : {
2046
2055
  "af-south-1" : { },
2047
2056
  "ap-east-1" : { },
2057
+ "ap-east-2" : { },
2048
2058
  "ap-northeast-1" : { },
2049
2059
  "ap-northeast-2" : { },
2050
2060
  "ap-northeast-3" : { },
@@ -2081,6 +2091,7 @@
2081
2091
  "endpoints" : {
2082
2092
  "af-south-1" : { },
2083
2093
  "ap-east-1" : { },
2094
+ "ap-east-2" : { },
2084
2095
  "ap-northeast-1" : { },
2085
2096
  "ap-northeast-2" : { },
2086
2097
  "ap-northeast-3" : { },
@@ -2188,6 +2199,7 @@
2188
2199
  "endpoints" : {
2189
2200
  "af-south-1" : { },
2190
2201
  "ap-east-1" : { },
2202
+ "ap-east-2" : { },
2191
2203
  "ap-northeast-1" : { },
2192
2204
  "ap-northeast-2" : { },
2193
2205
  "ap-northeast-3" : { },
@@ -2869,12 +2881,15 @@
2869
2881
  "tags" : [ "dualstack" ]
2870
2882
  } ]
2871
2883
  },
2884
+ "ap-southeast-5" : { },
2885
+ "ap-southeast-7" : { },
2872
2886
  "ca-central-1" : {
2873
2887
  "variants" : [ {
2874
2888
  "hostname" : "appsync.ca-central-1.api.aws",
2875
2889
  "tags" : [ "dualstack" ]
2876
2890
  } ]
2877
2891
  },
2892
+ "ca-west-1" : { },
2878
2893
  "eu-central-1" : {
2879
2894
  "variants" : [ {
2880
2895
  "hostname" : "appsync.eu-central-1.api.aws",
@@ -2993,6 +3008,8 @@
2993
3008
  "protocols" : [ "https" ]
2994
3009
  },
2995
3010
  "endpoints" : {
3011
+ "af-south-1" : { },
3012
+ "ap-east-1" : { },
2996
3013
  "ap-northeast-1" : {
2997
3014
  "variants" : [ {
2998
3015
  "tags" : [ "dualstack" ]
@@ -3018,17 +3035,21 @@
3018
3035
  "tags" : [ "dualstack" ]
3019
3036
  } ]
3020
3037
  },
3038
+ "ap-southeast-5" : { },
3039
+ "ap-southeast-7" : { },
3021
3040
  "ca-central-1" : { },
3022
3041
  "eu-central-1" : {
3023
3042
  "variants" : [ {
3024
3043
  "tags" : [ "dualstack" ]
3025
3044
  } ]
3026
3045
  },
3046
+ "eu-central-2" : { },
3027
3047
  "eu-north-1" : {
3028
3048
  "variants" : [ {
3029
3049
  "tags" : [ "dualstack" ]
3030
3050
  } ]
3031
3051
  },
3052
+ "eu-south-1" : { },
3032
3053
  "eu-west-1" : {
3033
3054
  "variants" : [ {
3034
3055
  "tags" : [ "dualstack" ]
@@ -3044,6 +3065,7 @@
3044
3065
  "tags" : [ "dualstack" ]
3045
3066
  } ]
3046
3067
  },
3068
+ "me-central-1" : { },
3047
3069
  "sa-east-1" : {
3048
3070
  "variants" : [ {
3049
3071
  "tags" : [ "dualstack" ]
@@ -3091,6 +3113,7 @@
3091
3113
  "endpoints" : {
3092
3114
  "af-south-1" : { },
3093
3115
  "ap-east-1" : { },
3116
+ "ap-east-2" : { },
3094
3117
  "ap-northeast-1" : { },
3095
3118
  "ap-northeast-2" : { },
3096
3119
  "ap-northeast-3" : { },
@@ -3137,6 +3160,7 @@
3137
3160
  "tags" : [ "dualstack" ]
3138
3161
  } ]
3139
3162
  },
3163
+ "ap-east-2" : { },
3140
3164
  "ap-northeast-1" : {
3141
3165
  "variants" : [ {
3142
3166
  "hostname" : "athena.ap-northeast-1.api.aws",
@@ -3458,6 +3482,7 @@
3458
3482
  "endpoints" : {
3459
3483
  "af-south-1" : { },
3460
3484
  "ap-east-1" : { },
3485
+ "ap-east-2" : { },
3461
3486
  "ap-northeast-1" : { },
3462
3487
  "ap-northeast-2" : { },
3463
3488
  "ap-northeast-3" : { },
@@ -3595,6 +3620,7 @@
3595
3620
  "endpoints" : {
3596
3621
  "af-south-1" : { },
3597
3622
  "ap-east-1" : { },
3623
+ "ap-east-2" : { },
3598
3624
  "ap-northeast-1" : { },
3599
3625
  "ap-northeast-2" : { },
3600
3626
  "ap-northeast-3" : { },
@@ -3662,6 +3688,7 @@
3662
3688
  "endpoints" : {
3663
3689
  "af-south-1" : { },
3664
3690
  "ap-east-1" : { },
3691
+ "ap-east-2" : { },
3665
3692
  "ap-northeast-1" : { },
3666
3693
  "ap-northeast-2" : { },
3667
3694
  "ap-northeast-3" : { },
@@ -4521,6 +4548,7 @@
4521
4548
  "tags" : [ "dualstack" ]
4522
4549
  } ]
4523
4550
  },
4551
+ "ap-east-2" : { },
4524
4552
  "ap-northeast-1" : {
4525
4553
  "variants" : [ {
4526
4554
  "hostname" : "cloudcontrolapi.ap-northeast-1.api.aws",
@@ -4798,6 +4826,7 @@
4798
4826
  "endpoints" : {
4799
4827
  "af-south-1" : { },
4800
4828
  "ap-east-1" : { },
4829
+ "ap-east-2" : { },
4801
4830
  "ap-northeast-1" : { },
4802
4831
  "ap-northeast-2" : { },
4803
4832
  "ap-northeast-3" : { },
@@ -5079,6 +5108,7 @@
5079
5108
  "endpoints" : {
5080
5109
  "af-south-1" : { },
5081
5110
  "ap-east-1" : { },
5111
+ "ap-east-2" : { },
5082
5112
  "ap-northeast-1" : { },
5083
5113
  "ap-northeast-2" : { },
5084
5114
  "ap-northeast-3" : { },
@@ -5392,6 +5422,7 @@
5392
5422
  "endpoints" : {
5393
5423
  "af-south-1" : { },
5394
5424
  "ap-east-1" : { },
5425
+ "ap-east-2" : { },
5395
5426
  "ap-northeast-1" : { },
5396
5427
  "ap-northeast-2" : { },
5397
5428
  "ap-northeast-3" : { },
@@ -6475,6 +6506,7 @@
6475
6506
  "endpoints" : {
6476
6507
  "af-south-1" : { },
6477
6508
  "ap-east-1" : { },
6509
+ "ap-east-2" : { },
6478
6510
  "ap-northeast-1" : { },
6479
6511
  "ap-northeast-2" : { },
6480
6512
  "ap-northeast-3" : { },
@@ -6608,6 +6640,9 @@
6608
6640
  "connect-campaigns" : {
6609
6641
  "endpoints" : {
6610
6642
  "af-south-1" : { },
6643
+ "ap-northeast-1" : { },
6644
+ "ap-northeast-2" : { },
6645
+ "ap-southeast-1" : { },
6611
6646
  "ap-southeast-2" : { },
6612
6647
  "ca-central-1" : { },
6613
6648
  "eu-central-1" : { },
@@ -7158,6 +7193,7 @@
7158
7193
  "tags" : [ "dualstack" ]
7159
7194
  } ]
7160
7195
  },
7196
+ "ap-east-2" : { },
7161
7197
  "ap-northeast-1" : {
7162
7198
  "variants" : [ {
7163
7199
  "hostname" : "datasync.ap-northeast-1.api.aws",
@@ -7428,6 +7464,7 @@
7428
7464
  } ]
7429
7465
  },
7430
7466
  "endpoints" : {
7467
+ "ap-east-2" : { },
7431
7468
  "ap-northeast-1" : {
7432
7469
  "hostname" : "datazone.ap-northeast-1.api.aws"
7433
7470
  },
@@ -7641,6 +7678,7 @@
7641
7678
  "endpoints" : {
7642
7679
  "af-south-1" : { },
7643
7680
  "ap-east-1" : { },
7681
+ "ap-east-2" : { },
7644
7682
  "ap-northeast-1" : { },
7645
7683
  "ap-northeast-2" : { },
7646
7684
  "ap-northeast-3" : { },
@@ -7770,6 +7808,7 @@
7770
7808
  "tags" : [ "dualstack" ]
7771
7809
  } ]
7772
7810
  },
7811
+ "ap-east-2" : { },
7773
7812
  "ap-northeast-1" : {
7774
7813
  "variants" : [ {
7775
7814
  "hostname" : "dlm.ap-northeast-1.api.aws",
@@ -7974,6 +8013,7 @@
7974
8013
  "endpoints" : {
7975
8014
  "af-south-1" : { },
7976
8015
  "ap-east-1" : { },
8016
+ "ap-east-2" : { },
7977
8017
  "ap-northeast-1" : { },
7978
8018
  "ap-northeast-2" : { },
7979
8019
  "ap-northeast-3" : { },
@@ -8354,6 +8394,7 @@
8354
8394
  "endpoints" : {
8355
8395
  "af-south-1" : { },
8356
8396
  "ap-east-1" : { },
8397
+ "ap-east-2" : { },
8357
8398
  "ap-northeast-1" : { },
8358
8399
  "ap-northeast-2" : { },
8359
8400
  "ap-northeast-3" : { },
@@ -8469,6 +8510,7 @@
8469
8510
  "endpoints" : {
8470
8511
  "af-south-1" : { },
8471
8512
  "ap-east-1" : { },
8513
+ "ap-east-2" : { },
8472
8514
  "ap-northeast-1" : { },
8473
8515
  "ap-northeast-2" : { },
8474
8516
  "ap-northeast-3" : { },
@@ -8590,6 +8632,7 @@
8590
8632
  "tags" : [ "dualstack" ]
8591
8633
  } ]
8592
8634
  },
8635
+ "ap-east-2" : { },
8593
8636
  "ap-northeast-1" : {
8594
8637
  "variants" : [ {
8595
8638
  "hostname" : "ec2.ap-northeast-1.api.aws",
@@ -8778,6 +8821,7 @@
8778
8821
  "endpoints" : {
8779
8822
  "af-south-1" : { },
8780
8823
  "ap-east-1" : { },
8824
+ "ap-east-2" : { },
8781
8825
  "ap-northeast-1" : { },
8782
8826
  "ap-northeast-2" : { },
8783
8827
  "ap-northeast-3" : { },
@@ -8879,6 +8923,7 @@
8879
8923
  "endpoints" : {
8880
8924
  "af-south-1" : { },
8881
8925
  "ap-east-1" : { },
8926
+ "ap-east-2" : { },
8882
8927
  "ap-northeast-1" : { },
8883
8928
  "ap-northeast-2" : { },
8884
8929
  "ap-northeast-3" : { },
@@ -8975,6 +9020,7 @@
8975
9020
  "ap-east-1" : {
8976
9021
  "hostname" : "eks-auth.ap-east-1.api.aws"
8977
9022
  },
9023
+ "ap-east-2" : { },
8978
9024
  "ap-northeast-1" : {
8979
9025
  "hostname" : "eks-auth.ap-northeast-1.api.aws"
8980
9026
  },
@@ -9071,6 +9117,7 @@
9071
9117
  "endpoints" : {
9072
9118
  "af-south-1" : { },
9073
9119
  "ap-east-1" : { },
9120
+ "ap-east-2" : { },
9074
9121
  "ap-northeast-1" : { },
9075
9122
  "ap-northeast-2" : { },
9076
9123
  "ap-northeast-3" : { },
@@ -9366,6 +9413,7 @@
9366
9413
  "tags" : [ "fips" ]
9367
9414
  } ]
9368
9415
  },
9416
+ "ap-east-2" : { },
9369
9417
  "ap-northeast-1" : {
9370
9418
  "variants" : [ {
9371
9419
  "hostname" : "elasticfilesystem-fips.ap-northeast-1.amazonaws.com",
@@ -9779,6 +9827,7 @@
9779
9827
  "endpoints" : {
9780
9828
  "af-south-1" : { },
9781
9829
  "ap-east-1" : { },
9830
+ "ap-east-2" : { },
9782
9831
  "ap-northeast-1" : { },
9783
9832
  "ap-northeast-2" : { },
9784
9833
  "ap-northeast-3" : { },
@@ -9867,6 +9916,7 @@
9867
9916
  "endpoints" : {
9868
9917
  "af-south-1" : { },
9869
9918
  "ap-east-1" : { },
9919
+ "ap-east-2" : { },
9870
9920
  "ap-northeast-1" : { },
9871
9921
  "ap-northeast-2" : { },
9872
9922
  "ap-northeast-3" : { },
@@ -9996,6 +10046,7 @@
9996
10046
  "ap-northeast-2" : { },
9997
10047
  "ap-northeast-3" : { },
9998
10048
  "ap-south-1" : { },
10049
+ "ap-south-2" : { },
9999
10050
  "ap-southeast-1" : { },
10000
10051
  "ap-southeast-2" : { },
10001
10052
  "ap-southeast-3" : { },
@@ -10006,6 +10057,7 @@
10006
10057
  } ]
10007
10058
  },
10008
10059
  "eu-central-1" : { },
10060
+ "eu-central-2" : { },
10009
10061
  "eu-north-1" : { },
10010
10062
  "eu-south-1" : { },
10011
10063
  "eu-west-1" : { },
@@ -10047,6 +10099,7 @@
10047
10099
  "hostname" : "email-fips.us-west-2.amazonaws.com"
10048
10100
  },
10049
10101
  "il-central-1" : { },
10102
+ "me-central-1" : { },
10050
10103
  "me-south-1" : { },
10051
10104
  "sa-east-1" : { },
10052
10105
  "us-east-1" : {
@@ -10284,6 +10337,7 @@
10284
10337
  "tags" : [ "dualstack" ]
10285
10338
  } ]
10286
10339
  },
10340
+ "ap-east-2" : { },
10287
10341
  "ap-northeast-1" : {
10288
10342
  "variants" : [ {
10289
10343
  "hostname" : "aos.ap-northeast-1.api.aws",
@@ -10527,6 +10581,7 @@
10527
10581
  "tags" : [ "dualstack" ]
10528
10582
  } ]
10529
10583
  },
10584
+ "ap-east-2" : { },
10530
10585
  "ap-northeast-1" : {
10531
10586
  "variants" : [ {
10532
10587
  "hostname" : "events.ap-northeast-1.api.aws",
@@ -10829,6 +10884,7 @@
10829
10884
  "tags" : [ "dualstack" ]
10830
10885
  } ]
10831
10886
  },
10887
+ "ap-east-2" : { },
10832
10888
  "ap-northeast-1" : {
10833
10889
  "variants" : [ {
10834
10890
  "hostname" : "firehose.ap-northeast-1.api.aws",
@@ -11667,6 +11723,8 @@
11667
11723
  "ap-south-1" : { },
11668
11724
  "ap-southeast-1" : { },
11669
11725
  "ap-southeast-2" : { },
11726
+ "ap-southeast-5" : { },
11727
+ "ap-southeast-7" : { },
11670
11728
  "ca-central-1" : { },
11671
11729
  "eu-central-1" : { },
11672
11730
  "eu-north-1" : { },
@@ -11698,6 +11756,7 @@
11698
11756
  "ap-east-1" : {
11699
11757
  "hostname" : "gameliftstreams.ap-east-1.api.aws"
11700
11758
  },
11759
+ "ap-east-2" : { },
11701
11760
  "ap-northeast-1" : {
11702
11761
  "hostname" : "gameliftstreams.ap-northeast-1.api.aws"
11703
11762
  },
@@ -11922,6 +11981,7 @@
11922
11981
  "tags" : [ "dualstack" ]
11923
11982
  } ]
11924
11983
  },
11984
+ "ap-east-2" : { },
11925
11985
  "ap-northeast-1" : {
11926
11986
  "variants" : [ {
11927
11987
  "hostname" : "glue.ap-northeast-1.api.aws",
@@ -12531,6 +12591,7 @@
12531
12591
  "endpoints" : {
12532
12592
  "ap-south-1" : { },
12533
12593
  "ap-southeast-2" : { },
12594
+ "eu-west-1" : { },
12534
12595
  "eu-west-2" : { },
12535
12596
  "us-east-1" : { },
12536
12597
  "us-east-2" : { },
@@ -12626,6 +12687,7 @@
12626
12687
  "il-central-1" : { },
12627
12688
  "me-central-1" : { },
12628
12689
  "me-south-1" : { },
12690
+ "mx-central-1" : { },
12629
12691
  "sa-east-1" : { },
12630
12692
  "us-east-1" : { },
12631
12693
  "us-east-2" : { },
@@ -12873,6 +12935,7 @@
12873
12935
  "tags" : [ "dualstack" ]
12874
12936
  } ]
12875
12937
  },
12938
+ "ap-east-2" : { },
12876
12939
  "ap-northeast-1" : {
12877
12940
  "hostname" : "internetmonitor.ap-northeast-1.api.aws",
12878
12941
  "variants" : [ {
@@ -13986,6 +14049,7 @@
13986
14049
  "ap-east-1" : {
13987
14050
  "hostname" : "kendra-ranking.ap-east-1.api.aws"
13988
14051
  },
14052
+ "ap-east-2" : { },
13989
14053
  "ap-northeast-1" : {
13990
14054
  "hostname" : "kendra-ranking.ap-northeast-1.api.aws"
13991
14055
  },
@@ -14092,6 +14156,7 @@
14092
14156
  "endpoints" : {
14093
14157
  "af-south-1" : { },
14094
14158
  "ap-east-1" : { },
14159
+ "ap-east-2" : { },
14095
14160
  "ap-northeast-1" : { },
14096
14161
  "ap-northeast-2" : { },
14097
14162
  "ap-northeast-3" : { },
@@ -14335,6 +14400,7 @@
14335
14400
  "deprecated" : true,
14336
14401
  "hostname" : "kms-fips.ap-east-1.amazonaws.com"
14337
14402
  },
14403
+ "ap-east-2" : { },
14338
14404
  "ap-northeast-1" : {
14339
14405
  "variants" : [ {
14340
14406
  "hostname" : "kms-fips.ap-northeast-1.amazonaws.com",
@@ -14741,6 +14807,7 @@
14741
14807
  "tags" : [ "dualstack" ]
14742
14808
  } ]
14743
14809
  },
14810
+ "ap-east-2" : { },
14744
14811
  "ap-northeast-1" : {
14745
14812
  "variants" : [ {
14746
14813
  "hostname" : "lakeformation.ap-northeast-1.api.aws",
@@ -14989,6 +15056,7 @@
14989
15056
  "tags" : [ "dualstack" ]
14990
15057
  } ]
14991
15058
  },
15059
+ "ap-east-2" : { },
14992
15060
  "ap-northeast-1" : {
14993
15061
  "variants" : [ {
14994
15062
  "hostname" : "lambda.ap-northeast-1.api.aws",
@@ -15495,6 +15563,7 @@
15495
15563
  "tags" : [ "dualstack" ]
15496
15564
  } ]
15497
15565
  },
15566
+ "ap-east-2" : { },
15498
15567
  "ap-northeast-1" : {
15499
15568
  "variants" : [ {
15500
15569
  "hostname" : "logs.ap-northeast-1.api.aws",
@@ -16762,6 +16831,7 @@
16762
16831
  "endpoints" : {
16763
16832
  "af-south-1" : { },
16764
16833
  "ap-east-1" : { },
16834
+ "ap-east-2" : { },
16765
16835
  "ap-northeast-1" : { },
16766
16836
  "ap-northeast-2" : { },
16767
16837
  "ap-northeast-3" : { },
@@ -17051,6 +17121,7 @@
17051
17121
  "endpoints" : {
17052
17122
  "af-south-1" : { },
17053
17123
  "ap-east-1" : { },
17124
+ "ap-east-2" : { },
17054
17125
  "ap-northeast-1" : { },
17055
17126
  "ap-northeast-2" : { },
17056
17127
  "ap-northeast-3" : { },
@@ -17477,6 +17548,7 @@
17477
17548
  "ap-east-1" : {
17478
17549
  "hostname" : "notifications.ap-east-1.api.aws"
17479
17550
  },
17551
+ "ap-east-2" : { },
17480
17552
  "ap-northeast-1" : {
17481
17553
  "hostname" : "notifications.ap-northeast-1.api.aws"
17482
17554
  },
@@ -17585,6 +17657,7 @@
17585
17657
  "endpoints" : {
17586
17658
  "af-south-1" : { },
17587
17659
  "ap-east-1" : { },
17660
+ "ap-east-2" : { },
17588
17661
  "ap-northeast-1" : { },
17589
17662
  "ap-northeast-2" : { },
17590
17663
  "ap-northeast-3" : { },
@@ -18086,6 +18159,7 @@
18086
18159
  "tags" : [ "dualstack" ]
18087
18160
  } ]
18088
18161
  },
18162
+ "ap-east-2" : { },
18089
18163
  "ap-northeast-1" : {
18090
18164
  "protocols" : [ "https" ],
18091
18165
  "variants" : [ {
@@ -18957,6 +19031,7 @@
18957
19031
  "ap-east-1" : {
18958
19032
  "hostname" : "qbusiness.ap-east-1.api.aws"
18959
19033
  },
19034
+ "ap-east-2" : { },
18960
19035
  "ap-northeast-1" : {
18961
19036
  "hostname" : "qbusiness.ap-northeast-1.api.aws"
18962
19037
  },
@@ -19160,6 +19235,7 @@
19160
19235
  "tags" : [ "dualstack" ]
19161
19236
  } ]
19162
19237
  },
19238
+ "ap-east-2" : { },
19163
19239
  "ap-northeast-1" : {
19164
19240
  "variants" : [ {
19165
19241
  "tags" : [ "dualstack" ]
@@ -19404,6 +19480,7 @@
19404
19480
  "tags" : [ "dualstack" ]
19405
19481
  } ]
19406
19482
  },
19483
+ "ap-east-2" : { },
19407
19484
  "ap-northeast-1" : {
19408
19485
  "variants" : [ {
19409
19486
  "hostname" : "rbin.ap-northeast-1.api.aws",
@@ -19658,6 +19735,7 @@
19658
19735
  "endpoints" : {
19659
19736
  "af-south-1" : { },
19660
19737
  "ap-east-1" : { },
19738
+ "ap-east-2" : { },
19661
19739
  "ap-northeast-1" : { },
19662
19740
  "ap-northeast-2" : { },
19663
19741
  "ap-northeast-3" : { },
@@ -19935,6 +20013,7 @@
19935
20013
  "endpoints" : {
19936
20014
  "af-south-1" : { },
19937
20015
  "ap-east-1" : { },
20016
+ "ap-east-2" : { },
19938
20017
  "ap-northeast-1" : { },
19939
20018
  "ap-northeast-2" : { },
19940
20019
  "ap-northeast-3" : { },
@@ -20626,6 +20705,7 @@
20626
20705
  "endpoints" : {
20627
20706
  "af-south-1" : { },
20628
20707
  "ap-east-1" : { },
20708
+ "ap-east-2" : { },
20629
20709
  "ap-northeast-1" : { },
20630
20710
  "ap-northeast-2" : { },
20631
20711
  "ap-northeast-3" : { },
@@ -20721,6 +20801,7 @@
20721
20801
  "endpoints" : {
20722
20802
  "af-south-1" : { },
20723
20803
  "ap-east-1" : { },
20804
+ "ap-east-2" : { },
20724
20805
  "ap-northeast-1" : { },
20725
20806
  "ap-northeast-2" : { },
20726
20807
  "ap-northeast-3" : { },
@@ -21055,6 +21136,7 @@
21055
21136
  "tags" : [ "dualstack" ]
21056
21137
  } ]
21057
21138
  },
21139
+ "ap-east-2" : { },
21058
21140
  "ap-northeast-1" : {
21059
21141
  "variants" : [ {
21060
21142
  "hostname" : "route53resolver.ap-northeast-1.api.aws",
@@ -21524,6 +21606,7 @@
21524
21606
  "tags" : [ "dualstack" ]
21525
21607
  } ]
21526
21608
  },
21609
+ "ap-east-2" : { },
21527
21610
  "ap-northeast-1" : {
21528
21611
  "hostname" : "s3.ap-northeast-1.amazonaws.com",
21529
21612
  "signatureVersions" : [ "s3", "s3v4" ],
@@ -22499,6 +22582,7 @@
22499
22582
  "tags" : [ "dualstack" ]
22500
22583
  } ]
22501
22584
  },
22585
+ "ap-east-2" : { },
22502
22586
  "ap-northeast-1" : {
22503
22587
  "variants" : [ {
22504
22588
  "tags" : [ "dualstack" ]
@@ -23313,6 +23397,7 @@
23313
23397
  "tags" : [ "dualstack" ]
23314
23398
  } ]
23315
23399
  },
23400
+ "ap-east-2" : { },
23316
23401
  "ap-northeast-1" : {
23317
23402
  "variants" : [ {
23318
23403
  "hostname" : "servicediscovery.ap-northeast-1.api.aws",
@@ -23580,6 +23665,7 @@
23580
23665
  "endpoints" : {
23581
23666
  "af-south-1" : { },
23582
23667
  "ap-east-1" : { },
23668
+ "ap-east-2" : { },
23583
23669
  "ap-northeast-1" : { },
23584
23670
  "ap-northeast-2" : { },
23585
23671
  "ap-northeast-3" : { },
@@ -24644,6 +24730,7 @@
24644
24730
  "tags" : [ "dualstack" ]
24645
24731
  } ]
24646
24732
  },
24733
+ "ap-east-2" : { },
24647
24734
  "ap-northeast-1" : {
24648
24735
  "variants" : [ {
24649
24736
  "hostname" : "sns.ap-northeast-1.api.aws",
@@ -24894,6 +24981,7 @@
24894
24981
  "tags" : [ "dualstack" ]
24895
24982
  } ]
24896
24983
  },
24984
+ "ap-east-2" : { },
24897
24985
  "ap-northeast-1" : {
24898
24986
  "variants" : [ {
24899
24987
  "hostname" : "sqs.ap-northeast-1.api.aws",
@@ -25141,6 +25229,7 @@
25141
25229
  "endpoints" : {
25142
25230
  "af-south-1" : { },
25143
25231
  "ap-east-1" : { },
25232
+ "ap-east-2" : { },
25144
25233
  "ap-northeast-1" : { },
25145
25234
  "ap-northeast-2" : { },
25146
25235
  "ap-northeast-3" : { },
@@ -25833,6 +25922,7 @@
25833
25922
  "endpoints" : {
25834
25923
  "af-south-1" : { },
25835
25924
  "ap-east-1" : { },
25925
+ "ap-east-2" : { },
25836
25926
  "ap-northeast-1" : { },
25837
25927
  "ap-northeast-2" : { },
25838
25928
  "ap-northeast-3" : { },
@@ -25941,6 +26031,7 @@
25941
26031
  "endpoints" : {
25942
26032
  "af-south-1" : { },
25943
26033
  "ap-east-1" : { },
26034
+ "ap-east-2" : { },
25944
26035
  "ap-northeast-1" : { },
25945
26036
  "ap-northeast-2" : { },
25946
26037
  "ap-northeast-3" : { },
@@ -26055,6 +26146,7 @@
26055
26146
  "endpoints" : {
26056
26147
  "af-south-1" : { },
26057
26148
  "ap-east-1" : { },
26149
+ "ap-east-2" : { },
26058
26150
  "ap-northeast-1" : { },
26059
26151
  "ap-northeast-2" : { },
26060
26152
  "ap-northeast-3" : { },
@@ -26098,6 +26190,7 @@
26098
26190
  "endpoints" : {
26099
26191
  "af-south-1" : { },
26100
26192
  "ap-east-1" : { },
26193
+ "ap-east-2" : { },
26101
26194
  "ap-northeast-1" : { },
26102
26195
  "ap-northeast-2" : { },
26103
26196
  "ap-northeast-3" : { },
@@ -26207,6 +26300,7 @@
26207
26300
  "endpoints" : {
26208
26301
  "af-south-1" : { },
26209
26302
  "ap-east-1" : { },
26303
+ "ap-east-2" : { },
26210
26304
  "ap-northeast-1" : { },
26211
26305
  "ap-northeast-2" : { },
26212
26306
  "ap-northeast-3" : { },
@@ -26325,6 +26419,7 @@
26325
26419
  "tags" : [ "dualstack" ]
26326
26420
  } ]
26327
26421
  },
26422
+ "ap-east-2" : { },
26328
26423
  "ap-northeast-1" : {
26329
26424
  "variants" : [ {
26330
26425
  "hostname" : "synthetics.ap-northeast-1.api.aws",
@@ -26589,6 +26684,7 @@
26589
26684
  "endpoints" : {
26590
26685
  "af-south-1" : { },
26591
26686
  "ap-east-1" : { },
26687
+ "ap-east-2" : { },
26592
26688
  "ap-northeast-1" : { },
26593
26689
  "ap-northeast-2" : { },
26594
26690
  "ap-northeast-3" : { },
@@ -28922,6 +29018,7 @@
28922
29018
  "endpoints" : {
28923
29019
  "af-south-1" : { },
28924
29020
  "ap-east-1" : { },
29021
+ "ap-east-2" : { },
28925
29022
  "ap-northeast-1" : { },
28926
29023
  "ap-northeast-2" : { },
28927
29024
  "ap-northeast-3" : { },
@@ -30436,6 +30533,12 @@
30436
30533
  },
30437
30534
  "isRegionalized" : true
30438
30535
  },
30536
+ "scheduler" : {
30537
+ "endpoints" : {
30538
+ "cn-north-1" : { },
30539
+ "cn-northwest-1" : { }
30540
+ }
30541
+ },
30439
30542
  "schemas" : {
30440
30543
  "endpoints" : {
30441
30544
  "cn-north-1" : { },
@@ -35237,6 +35340,12 @@
35237
35340
  }
35238
35341
  }
35239
35342
  },
35343
+ "scheduler" : {
35344
+ "endpoints" : {
35345
+ "us-gov-east-1" : { },
35346
+ "us-gov-west-1" : { }
35347
+ }
35348
+ },
35240
35349
  "schemas" : {
35241
35350
  "endpoints" : {
35242
35351
  "us-gov-east-1" : { },
@@ -36556,6 +36665,12 @@
36556
36665
  "us-iso-west-1" : { }
36557
36666
  }
36558
36667
  },
36668
+ "backup" : {
36669
+ "endpoints" : {
36670
+ "us-iso-east-1" : { },
36671
+ "us-iso-west-1" : { }
36672
+ }
36673
+ },
36559
36674
  "batch" : {
36560
36675
  "endpoints" : {
36561
36676
  "us-iso-east-1" : { }
@@ -37114,6 +37229,11 @@
37114
37229
  }
37115
37230
  }
37116
37231
  },
37232
+ "lakeformation" : {
37233
+ "endpoints" : {
37234
+ "us-iso-east-1" : { }
37235
+ }
37236
+ },
37117
37237
  "lambda" : {
37118
37238
  "endpoints" : {
37119
37239
  "us-iso-east-1" : { },
@@ -37790,6 +37910,11 @@
37790
37910
  "us-isob-east-1" : { }
37791
37911
  }
37792
37912
  },
37913
+ "athena" : {
37914
+ "endpoints" : {
37915
+ "us-isob-east-1" : { }
37916
+ }
37917
+ },
37793
37918
  "autoscaling" : {
37794
37919
  "defaults" : {
37795
37920
  "protocols" : [ "http", "https" ]
@@ -37798,6 +37923,11 @@
37798
37923
  "us-isob-east-1" : { }
37799
37924
  }
37800
37925
  },
37926
+ "backup" : {
37927
+ "endpoints" : {
37928
+ "us-isob-east-1" : { }
37929
+ }
37930
+ },
37801
37931
  "batch" : {
37802
37932
  "endpoints" : {
37803
37933
  "us-isob-east-1" : { }
@@ -38137,6 +38267,11 @@
38137
38267
  }
38138
38268
  }
38139
38269
  },
38270
+ "lakeformation" : {
38271
+ "endpoints" : {
38272
+ "us-isob-east-1" : { }
38273
+ }
38274
+ },
38140
38275
  "lambda" : {
38141
38276
  "endpoints" : {
38142
38277
  "us-isob-east-1" : { }
@@ -38969,6 +39104,11 @@
38969
39104
  "isRegionalized" : false,
38970
39105
  "partitionEndpoint" : "aws-iso-e-global"
38971
39106
  },
39107
+ "route53profiles" : {
39108
+ "endpoints" : {
39109
+ "eu-isoe-west-1" : { }
39110
+ }
39111
+ },
38972
39112
  "route53resolver" : {
38973
39113
  "endpoints" : {
38974
39114
  "eu-isoe-west-1" : { }
@@ -39000,6 +39140,11 @@
39000
39140
  "eu-isoe-west-1" : { }
39001
39141
  }
39002
39142
  },
39143
+ "schemas" : {
39144
+ "endpoints" : {
39145
+ "eu-isoe-west-1" : { }
39146
+ }
39147
+ },
39003
39148
  "secretsmanager" : {
39004
39149
  "endpoints" : {
39005
39150
  "eu-isoe-west-1" : { }
@@ -39276,6 +39421,12 @@
39276
39421
  "us-isof-south-1" : { }
39277
39422
  }
39278
39423
  },
39424
+ "cloudtrail-data" : {
39425
+ "endpoints" : {
39426
+ "us-isof-east-1" : { },
39427
+ "us-isof-south-1" : { }
39428
+ }
39429
+ },
39279
39430
  "codebuild" : {
39280
39431
  "endpoints" : {
39281
39432
  "us-isof-east-1" : { },
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.1109.0
4
+ version: 1.1123.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.5'
42
+ version: '2.7'
43
43
  required_rubygems_version: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - ">="