aws-partitions 1.1153.0 → 1.1163.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: 5310437da12c47f19129127b3e6500243261afd3dd1793d477c300700d782d78
4
- data.tar.gz: e4568f5741a9d81e73479017a3e22c066e799d3515f24d8dcb5b9187b2fa455c
3
+ metadata.gz: 80e123e48b15cdb5d33cdd0c40e97db53e59b0e5d47ec0c7e68b68f2dc2aae84
4
+ data.tar.gz: 19046aca6cac557c4606cd5f101d78eafd0da6fe9cc944c20e5cd063520c78a9
5
5
  SHA512:
6
- metadata.gz: f96f64cadb47cc8db18737936daf94620ae70997cf649886758f2c8bab69e7bf22dab613396fbb0a77028f85fc78e5261803a7da881338a73c2adf2730ae003c
7
- data.tar.gz: 0d4caf6d7380af7d86e6a030277a9f2947e7881bc0d7ff5dc03cd5abdac8e7f5a3aae0fa70cb8c189ac4006c9f8bdd5d51086286cc4cdd9a727c507eed5beb0a
6
+ metadata.gz: aaab299b74deea8524d34ff0e980c9e79b61f28bb33e8a2579b53de26930fb7a5d95a81c53d8873f100b328f2e1fd8ddb05f181781209477d9e9037961c8cc43
7
+ data.tar.gz: 35e313b3b959ff5036f67a057e55d037146157c95c9efe4e728a022f9a560f7f5d7ecc1e4b370cfb02350540b516bd6ecfe2b21389cf9862832df4d9590e1350
data/CHANGELOG.md CHANGED
@@ -1,6 +1,56 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1163.0 (2025-09-22)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1162.0 (2025-09-19)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.1161.0 (2025-09-16)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.1160.0 (2025-09-15)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.1159.0 (2025-09-11)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.1158.0 (2025-09-10)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.1157.0 (2025-09-09)
35
+ ------------------
36
+
37
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
38
+
39
+ 1.1156.0 (2025-09-08)
40
+ ------------------
41
+
42
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
43
+
44
+ 1.1155.0 (2025-09-04)
45
+ ------------------
46
+
47
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
48
+
49
+ 1.1154.0 (2025-09-02)
50
+ ------------------
51
+
52
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
53
+
4
54
  1.1153.0 (2025-08-29)
5
55
  ------------------
6
56
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1153.0
1
+ 1.1163.0
@@ -588,7 +588,6 @@ module Aws
588
588
  'S3Vectors' => 's3vectors',
589
589
  'SES' => 'email',
590
590
  'SESV2' => 'email',
591
- 'SMS' => 'sms',
592
591
  'SNS' => 'sns',
593
592
  'SQS' => 'sqs',
594
593
  'SSM' => 'ssm',
data/partitions.json CHANGED
@@ -3024,6 +3024,7 @@
3024
3024
  "endpoints" : {
3025
3025
  "af-south-1" : { },
3026
3026
  "ap-east-1" : { },
3027
+ "ap-east-2" : { },
3027
3028
  "ap-northeast-1" : {
3028
3029
  "variants" : [ {
3029
3030
  "tags" : [ "dualstack" ]
@@ -3034,11 +3035,13 @@
3034
3035
  "tags" : [ "dualstack" ]
3035
3036
  } ]
3036
3037
  },
3038
+ "ap-northeast-3" : { },
3037
3039
  "ap-south-1" : {
3038
3040
  "variants" : [ {
3039
3041
  "tags" : [ "dualstack" ]
3040
3042
  } ]
3041
3043
  },
3044
+ "ap-south-2" : { },
3042
3045
  "ap-southeast-1" : {
3043
3046
  "variants" : [ {
3044
3047
  "tags" : [ "dualstack" ]
@@ -3049,9 +3052,12 @@
3049
3052
  "tags" : [ "dualstack" ]
3050
3053
  } ]
3051
3054
  },
3055
+ "ap-southeast-3" : { },
3056
+ "ap-southeast-4" : { },
3052
3057
  "ap-southeast-5" : { },
3053
3058
  "ap-southeast-7" : { },
3054
3059
  "ca-central-1" : { },
3060
+ "ca-west-1" : { },
3055
3061
  "eu-central-1" : {
3056
3062
  "variants" : [ {
3057
3063
  "tags" : [ "dualstack" ]
@@ -3064,6 +3070,7 @@
3064
3070
  } ]
3065
3071
  },
3066
3072
  "eu-south-1" : { },
3073
+ "eu-south-2" : { },
3067
3074
  "eu-west-1" : {
3068
3075
  "variants" : [ {
3069
3076
  "tags" : [ "dualstack" ]
@@ -3079,7 +3086,10 @@
3079
3086
  "tags" : [ "dualstack" ]
3080
3087
  } ]
3081
3088
  },
3089
+ "il-central-1" : { },
3082
3090
  "me-central-1" : { },
3091
+ "me-south-1" : { },
3092
+ "mx-central-1" : { },
3083
3093
  "sa-east-1" : {
3084
3094
  "variants" : [ {
3085
3095
  "tags" : [ "dualstack" ]
@@ -3109,6 +3119,7 @@
3109
3119
  "us-east-2-fips" : {
3110
3120
  "deprecated" : true
3111
3121
  },
3122
+ "us-west-1" : { },
3112
3123
  "us-west-2" : {
3113
3124
  "variants" : [ {
3114
3125
  "tags" : [ "dualstack" ]
@@ -7514,6 +7525,7 @@
7514
7525
  } ]
7515
7526
  },
7516
7527
  "endpoints" : {
7528
+ "ap-east-1" : { },
7517
7529
  "ap-east-2" : { },
7518
7530
  "ap-northeast-1" : {
7519
7531
  "hostname" : "datazone.ap-northeast-1.api.aws"
@@ -7562,6 +7574,7 @@
7562
7574
  "eu-central-1" : {
7563
7575
  "hostname" : "datazone.eu-central-1.api.aws"
7564
7576
  },
7577
+ "eu-central-2" : { },
7565
7578
  "eu-north-1" : {
7566
7579
  "hostname" : "datazone.eu-north-1.api.aws"
7567
7580
  },
@@ -14050,6 +14063,7 @@
14050
14063
  "ap-south-2" : { },
14051
14064
  "ap-southeast-1" : { },
14052
14065
  "ap-southeast-2" : { },
14066
+ "ap-southeast-5" : { },
14053
14067
  "ca-central-1" : { },
14054
14068
  "eu-central-1" : { },
14055
14069
  "eu-north-1" : { },
@@ -17876,6 +17890,7 @@
17876
17890
  },
17877
17891
  "hostname" : "oidc.ap-southeast-5.amazonaws.com"
17878
17892
  },
17893
+ "ap-southeast-7" : { },
17879
17894
  "ca-central-1" : {
17880
17895
  "credentialScope" : {
17881
17896
  "region" : "ca-central-1"
@@ -17954,6 +17969,7 @@
17954
17969
  },
17955
17970
  "hostname" : "oidc.me-south-1.amazonaws.com"
17956
17971
  },
17972
+ "mx-central-1" : { },
17957
17973
  "sa-east-1" : {
17958
17974
  "credentialScope" : {
17959
17975
  "region" : "sa-east-1"
@@ -17988,6 +18004,7 @@
17988
18004
  },
17989
18005
  "omics" : {
17990
18006
  "endpoints" : {
18007
+ "ap-northeast-2" : { },
17991
18008
  "ap-southeast-1" : {
17992
18009
  "credentialScope" : {
17993
18010
  "region" : "ap-southeast-1"
@@ -18159,6 +18176,7 @@
18159
18176
  "il-central-1" : { },
18160
18177
  "me-central-1" : { },
18161
18178
  "me-south-1" : { },
18179
+ "mx-central-1" : { },
18162
18180
  "sa-east-1" : { },
18163
18181
  "us-east-1" : {
18164
18182
  "variants" : [ {
@@ -19315,6 +19333,8 @@
19315
19333
  "eu-west-1" : { },
19316
19334
  "eu-west-2" : { },
19317
19335
  "eu-west-3" : { },
19336
+ "il-central-1" : { },
19337
+ "me-central-1" : { },
19318
19338
  "sa-east-1" : { },
19319
19339
  "us-east-1" : { },
19320
19340
  "us-east-2" : { },
@@ -20222,7 +20242,9 @@
20222
20242
  },
20223
20243
  "redshift-serverless" : {
20224
20244
  "endpoints" : {
20245
+ "af-south-1" : { },
20225
20246
  "ap-east-1" : { },
20247
+ "ap-east-2" : { },
20226
20248
  "ap-northeast-1" : { },
20227
20249
  "ap-northeast-2" : { },
20228
20250
  "ap-south-1" : { },
@@ -20240,6 +20262,7 @@
20240
20262
  "eu-central-1" : { },
20241
20263
  "eu-central-2" : { },
20242
20264
  "eu-north-1" : { },
20265
+ "eu-south-1" : { },
20243
20266
  "eu-south-2" : { },
20244
20267
  "eu-west-1" : { },
20245
20268
  "eu-west-2" : { },
@@ -20819,6 +20842,7 @@
20819
20842
  "ap-southeast-3" : { },
20820
20843
  "ap-southeast-4" : { },
20821
20844
  "ap-southeast-5" : { },
20845
+ "ap-southeast-6" : { },
20822
20846
  "ap-southeast-7" : { },
20823
20847
  "ca-central-1" : { },
20824
20848
  "ca-west-1" : { },
@@ -22616,6 +22640,7 @@
22616
22640
  "ap-southeast-3" : { },
22617
22641
  "ap-southeast-4" : { },
22618
22642
  "ap-southeast-5" : { },
22643
+ "ap-southeast-6" : { },
22619
22644
  "ap-southeast-7" : { },
22620
22645
  "ca-central-1" : { },
22621
22646
  "ca-west-1" : { },
@@ -22968,6 +22993,7 @@
22968
22993
  "tags" : [ "dualstack" ]
22969
22994
  } ]
22970
22995
  },
22996
+ "ap-southeast-6" : { },
22971
22997
  "ap-southeast-7" : {
22972
22998
  "variants" : [ {
22973
22999
  "hostname" : "securityhub.ap-southeast-7.api.aws",
@@ -24123,23 +24149,6 @@
24123
24149
  "us-west-2" : { }
24124
24150
  }
24125
24151
  },
24126
- "sms" : {
24127
- "endpoints" : {
24128
- "fips-us-west-2" : {
24129
- "credentialScope" : {
24130
- "region" : "us-west-2"
24131
- },
24132
- "deprecated" : true,
24133
- "hostname" : "sms-fips.us-west-2.amazonaws.com"
24134
- },
24135
- "us-west-2" : {
24136
- "variants" : [ {
24137
- "hostname" : "sms-fips.us-west-2.amazonaws.com",
24138
- "tags" : [ "fips" ]
24139
- } ]
24140
- }
24141
- }
24142
- },
24143
24152
  "sms-voice" : {
24144
24153
  "endpoints" : {
24145
24154
  "af-south-1" : {
@@ -27369,6 +27378,7 @@
27369
27378
  "endpoints" : {
27370
27379
  "af-south-1" : { },
27371
27380
  "ap-east-1" : { },
27381
+ "ap-east-2" : { },
27372
27382
  "ap-northeast-1" : { },
27373
27383
  "ap-northeast-2" : { },
27374
27384
  "ap-northeast-3" : { },
@@ -27671,6 +27681,7 @@
27671
27681
  "ap-southeast-3" : { },
27672
27682
  "ap-southeast-4" : { },
27673
27683
  "ap-southeast-5" : { },
27684
+ "ap-southeast-6" : { },
27674
27685
  "ap-southeast-7" : { },
27675
27686
  "ca-central-1" : {
27676
27687
  "variants" : [ {
@@ -28437,6 +28448,7 @@
28437
28448
  "tags" : [ "fips" ]
28438
28449
  } ]
28439
28450
  },
28451
+ "ap-east-2" : { },
28440
28452
  "ap-northeast-1" : {
28441
28453
  "credentialScope" : {
28442
28454
  "region" : "ap-northeast-1"
@@ -30767,11 +30779,6 @@
30767
30779
  }
30768
30780
  }
30769
30781
  },
30770
- "sms" : {
30771
- "endpoints" : {
30772
- "cn-north-1" : { }
30773
- }
30774
- },
30775
30782
  "snowball" : {
30776
30783
  "endpoints" : {
30777
30784
  "cn-north-1" : {
@@ -31645,6 +31652,12 @@
31645
31652
  }
31646
31653
  }
31647
31654
  },
31655
+ "aps" : {
31656
+ "endpoints" : {
31657
+ "us-gov-east-1" : { },
31658
+ "us-gov-west-1" : { }
31659
+ }
31660
+ },
31648
31661
  "arc-zonal-shift" : {
31649
31662
  "endpoints" : {
31650
31663
  "us-gov-east-1" : { },
@@ -35855,23 +35868,6 @@
35855
35868
  }
35856
35869
  }
35857
35870
  },
35858
- "sms" : {
35859
- "endpoints" : {
35860
- "fips-us-gov-west-1" : {
35861
- "credentialScope" : {
35862
- "region" : "us-gov-west-1"
35863
- },
35864
- "deprecated" : true,
35865
- "hostname" : "sms-fips.us-gov-west-1.amazonaws.com"
35866
- },
35867
- "us-gov-west-1" : {
35868
- "variants" : [ {
35869
- "hostname" : "sms-fips.us-gov-west-1.amazonaws.com",
35870
- "tags" : [ "fips" ]
35871
- } ]
35872
- }
35873
- }
35874
- },
35875
35871
  "sms-voice" : {
35876
35872
  "endpoints" : {
35877
35873
  "fips-us-gov-east-1" : {
@@ -39645,6 +39641,7 @@
39645
39641
  },
39646
39642
  "compute-optimizer" : {
39647
39643
  "endpoints" : {
39644
+ "us-isof-east-1" : { },
39648
39645
  "us-isof-south-1" : {
39649
39646
  "credentialScope" : {
39650
39647
  "region" : "us-isof-south-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.1153.0
4
+ version: 1.1163.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services