aws-partitions 1.1090.0 → 1.1104.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: 310d7b4246f6252e7698b1e69100865bcc6e2341e2ed0e32b2653762fae3fd6c
4
- data.tar.gz: 1b0d17f410a8872a8fd20ed1dd1e94c19c4cc34b3ea13f8ca6323b5313941dfd
3
+ metadata.gz: 3f13187d62178e7aeade80c344845c79cdbf751f1f6760645acaa26d1e99e4d0
4
+ data.tar.gz: ed8670d16d2ecb3add3d21294a7856710c1b589e5724ca6107f3fef9471c4c5b
5
5
  SHA512:
6
- metadata.gz: e8d13d7ce59431693dc4e1a5fa0f5dfa935162e6fa2793667cd7a559b755592147c339100fc93d73b82dd515772c82b84d0cd51f80a21f54599434c569cc78a4
7
- data.tar.gz: 893ce8401905cd4a583487f811ae6204e84f022b232b486f0159867f1468bd11a2e89a16ffd625825be8d8ab4e21617cda041b982fe31cfdb354beec9e4f3487
6
+ metadata.gz: dbe062fbec68ca9c7aec573c45dbbc2899d6c5fed6477486e2fb5d858b67479bd66fb4110b7802fcd05cee09bf8423d82e5f0796a1f8c08df218216b04be74f7
7
+ data.tar.gz: a61718cfb54f85989e658b1bf3655bbcec013d373ffae09febbd2d59bfd81a56f59da76aacc55477ab2f3c6e6abe60f856f996a67de327fb8c2675f7f1640340
data/CHANGELOG.md CHANGED
@@ -1,6 +1,76 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1104.0 (2025-05-16)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1103.0 (2025-05-12)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.1102.0 (2025-05-09)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.1101.0 (2025-05-08)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.1100.0 (2025-05-07)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.1099.0 (2025-05-06)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.1098.0 (2025-05-05)
35
+ ------------------
36
+
37
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
38
+
39
+ 1.1097.0 (2025-05-02)
40
+ ------------------
41
+
42
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
43
+
44
+ 1.1096.0 (2025-05-01)
45
+ ------------------
46
+
47
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
48
+
49
+ 1.1095.0 (2025-04-30)
50
+ ------------------
51
+
52
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
53
+
54
+ 1.1094.0 (2025-04-29)
55
+ ------------------
56
+
57
+ * Feature - Added support for enumerating regions for `Aws::SSMGuiConnect`.
58
+
59
+ 1.1093.0 (2025-04-28)
60
+ ------------------
61
+
62
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
63
+
64
+ 1.1092.0 (2025-04-25)
65
+ ------------------
66
+
67
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
68
+
69
+ 1.1091.0 (2025-04-23)
70
+ ------------------
71
+
72
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
73
+
4
74
  1.1090.0 (2025-04-18)
5
75
  ------------------
6
76
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1090.0
1
+ 1.1104.0
@@ -585,6 +585,7 @@ module Aws
585
585
  'SQS' => 'sqs',
586
586
  'SSM' => 'ssm',
587
587
  'SSMContacts' => 'ssm-contacts',
588
+ 'SSMGuiConnect' => 'ssm-guiconnect',
588
589
  'SSMIncidents' => 'ssm-incidents',
589
590
  'SSMQuickSetup' => 'ssm-quicksetup',
590
591
  'SSO' => 'portal.sso',
data/partitions.json CHANGED
@@ -744,6 +744,7 @@
744
744
  "ap-east-1" : { },
745
745
  "ap-northeast-1" : { },
746
746
  "ap-northeast-2" : { },
747
+ "ap-northeast-3" : { },
747
748
  "ap-south-1" : { },
748
749
  "ap-southeast-1" : { },
749
750
  "ap-southeast-2" : { },
@@ -2761,6 +2762,7 @@
2761
2762
  "eu-central-1" : { },
2762
2763
  "eu-west-1" : { },
2763
2764
  "eu-west-2" : { },
2765
+ "eu-west-3" : { },
2764
2766
  "fips" : {
2765
2767
  "credentialScope" : {
2766
2768
  "region" : "us-west-2"
@@ -3015,6 +3017,7 @@
3015
3017
  "tags" : [ "dualstack" ]
3016
3018
  } ]
3017
3019
  },
3020
+ "ca-central-1" : { },
3018
3021
  "eu-central-1" : {
3019
3022
  "variants" : [ {
3020
3023
  "tags" : [ "dualstack" ]
@@ -6664,6 +6667,7 @@
6664
6667
  "ap-southeast-3" : { },
6665
6668
  "ap-southeast-4" : { },
6666
6669
  "ap-southeast-5" : { },
6670
+ "ap-southeast-7" : { },
6667
6671
  "ca-central-1" : {
6668
6672
  "variants" : [ {
6669
6673
  "hostname" : "controltower-fips.ca-central-1.amazonaws.com",
@@ -6701,6 +6705,7 @@
6701
6705
  "il-central-1" : { },
6702
6706
  "me-central-1" : { },
6703
6707
  "me-south-1" : { },
6708
+ "mx-central-1" : { },
6704
6709
  "sa-east-1" : { },
6705
6710
  "us-east-1" : {
6706
6711
  "variants" : [ {
@@ -11455,6 +11460,7 @@
11455
11460
  "ap-southeast-3" : { },
11456
11461
  "ap-southeast-4" : { },
11457
11462
  "ap-southeast-5" : { },
11463
+ "ap-southeast-7" : { },
11458
11464
  "ca-central-1" : {
11459
11465
  "variants" : [ {
11460
11466
  "hostname" : "fsx-fips.ca-central-1.amazonaws.com",
@@ -11562,6 +11568,7 @@
11562
11568
  "il-central-1" : { },
11563
11569
  "me-central-1" : { },
11564
11570
  "me-south-1" : { },
11571
+ "mx-central-1" : { },
11565
11572
  "prod-ca-central-1" : {
11566
11573
  "credentialScope" : {
11567
11574
  "region" : "ca-central-1"
@@ -12426,6 +12433,7 @@
12426
12433
  "il-central-1" : { },
12427
12434
  "me-central-1" : { },
12428
12435
  "me-south-1" : { },
12436
+ "mx-central-1" : { },
12429
12437
  "sa-east-1" : { },
12430
12438
  "us-east-1" : {
12431
12439
  "variants" : [ {
@@ -12603,6 +12611,7 @@
12603
12611
  "ap-southeast-3" : { },
12604
12612
  "ap-southeast-4" : { },
12605
12613
  "ap-southeast-5" : { },
12614
+ "ap-southeast-7" : { },
12606
12615
  "ca-central-1" : { },
12607
12616
  "ca-west-1" : { },
12608
12617
  "eu-central-1" : { },
@@ -13784,6 +13793,7 @@
13784
13793
  "ap-southeast-3" : { },
13785
13794
  "ap-southeast-4" : { },
13786
13795
  "ap-southeast-5" : { },
13796
+ "ap-southeast-7" : { },
13787
13797
  "ca-central-1" : {
13788
13798
  "variants" : [ {
13789
13799
  "hostname" : "kafka-fips.ca-central-1.amazonaws.com",
@@ -13849,6 +13859,7 @@
13849
13859
  "il-central-1" : { },
13850
13860
  "me-central-1" : { },
13851
13861
  "me-south-1" : { },
13862
+ "mx-central-1" : { },
13852
13863
  "sa-east-1" : { },
13853
13864
  "us-east-1" : {
13854
13865
  "variants" : [ {
@@ -20040,6 +20051,7 @@
20040
20051
  "ap-northeast-1" : { },
20041
20052
  "ap-northeast-2" : { },
20042
20053
  "ap-south-1" : { },
20054
+ "ap-south-2" : { },
20043
20055
  "ap-southeast-1" : { },
20044
20056
  "ap-southeast-2" : { },
20045
20057
  "ap-southeast-3" : { },
@@ -21417,6 +21429,8 @@
21417
21429
  "ap-southeast-2" : { },
21418
21430
  "ap-southeast-3" : { },
21419
21431
  "ap-southeast-4" : { },
21432
+ "ap-southeast-5" : { },
21433
+ "ap-southeast-7" : { },
21420
21434
  "ca-central-1" : { },
21421
21435
  "ca-west-1" : { },
21422
21436
  "eu-central-1" : { },
@@ -21430,6 +21444,7 @@
21430
21444
  "il-central-1" : { },
21431
21445
  "me-central-1" : { },
21432
21446
  "me-south-1" : { },
21447
+ "mx-central-1" : { },
21433
21448
  "sa-east-1" : { },
21434
21449
  "us-east-1" : {
21435
21450
  "variants" : [ {
@@ -24115,6 +24130,7 @@
24115
24130
  "tags" : [ "dualstack" ]
24116
24131
  } ]
24117
24132
  },
24133
+ "mx-central-1" : { },
24118
24134
  "sa-east-1" : {
24119
24135
  "variants" : [ {
24120
24136
  "hostname" : "sms-voice.sa-east-1.api.aws",
@@ -28834,6 +28850,7 @@
28834
28850
  "eu-central-1" : { },
28835
28851
  "eu-west-1" : { },
28836
28852
  "eu-west-2" : { },
28853
+ "eu-west-3" : { },
28837
28854
  "fips-us-east-1" : {
28838
28855
  "credentialScope" : {
28839
28856
  "region" : "us-east-1"
@@ -29934,6 +29951,12 @@
29934
29951
  "cn-northwest-1" : { }
29935
29952
  }
29936
29953
  },
29954
+ "kafkaconnect" : {
29955
+ "endpoints" : {
29956
+ "cn-north-1" : { },
29957
+ "cn-northwest-1" : { }
29958
+ }
29959
+ },
29937
29960
  "kendra-ranking" : {
29938
29961
  "defaults" : {
29939
29962
  "dnsSuffix" : "api.amazonwebservices.com.cn",
@@ -30306,6 +30329,12 @@
30306
30329
  "isRegionalized" : false,
30307
30330
  "partitionEndpoint" : "aws-cn-global"
30308
30331
  },
30332
+ "route53profiles" : {
30333
+ "endpoints" : {
30334
+ "cn-north-1" : { },
30335
+ "cn-northwest-1" : { }
30336
+ }
30337
+ },
30309
30338
  "route53resolver" : {
30310
30339
  "defaults" : {
30311
30340
  "protocols" : [ "https" ]
@@ -36528,6 +36557,11 @@
36528
36557
  "us-iso-west-1" : { }
36529
36558
  }
36530
36559
  },
36560
+ "batch" : {
36561
+ "endpoints" : {
36562
+ "us-iso-east-1" : { }
36563
+ }
36564
+ },
36531
36565
  "bedrock" : {
36532
36566
  "endpoints" : {
36533
36567
  "bedrock-runtime-us-iso-east-1" : {
@@ -37039,6 +37073,11 @@
37039
37073
  "us-iso-west-1" : { }
37040
37074
  }
37041
37075
  },
37076
+ "kinesisanalytics" : {
37077
+ "endpoints" : {
37078
+ "us-iso-east-1" : { }
37079
+ }
37080
+ },
37042
37081
  "kms" : {
37043
37082
  "endpoints" : {
37044
37083
  "ProdFips" : {
@@ -37422,6 +37461,12 @@
37422
37461
  }
37423
37462
  }
37424
37463
  },
37464
+ "securityhub" : {
37465
+ "endpoints" : {
37466
+ "us-iso-east-1" : { },
37467
+ "us-iso-west-1" : { }
37468
+ }
37469
+ },
37425
37470
  "servicediscovery" : {
37426
37471
  "endpoints" : {
37427
37472
  "us-iso-east-1" : { },
@@ -37509,6 +37554,12 @@
37509
37554
  }
37510
37555
  }
37511
37556
  },
37557
+ "storagegateway" : {
37558
+ "endpoints" : {
37559
+ "us-iso-east-1" : { },
37560
+ "us-iso-west-1" : { }
37561
+ }
37562
+ },
37512
37563
  "streams.dynamodb" : {
37513
37564
  "defaults" : {
37514
37565
  "credentialScope" : {
@@ -37658,6 +37709,12 @@
37658
37709
  } ]
37659
37710
  }
37660
37711
  }
37712
+ },
37713
+ "xray" : {
37714
+ "endpoints" : {
37715
+ "us-iso-east-1" : { },
37716
+ "us-iso-west-1" : { }
37717
+ }
37661
37718
  }
37662
37719
  }
37663
37720
  }, {
@@ -37742,6 +37799,11 @@
37742
37799
  "us-isob-east-1" : { }
37743
37800
  }
37744
37801
  },
37802
+ "batch" : {
37803
+ "endpoints" : {
37804
+ "us-isob-east-1" : { }
37805
+ }
37806
+ },
37745
37807
  "budgets" : {
37746
37808
  "endpoints" : {
37747
37809
  "aws-iso-b-global" : {
@@ -37826,6 +37888,11 @@
37826
37888
  }
37827
37889
  }
37828
37890
  },
37891
+ "datasync" : {
37892
+ "endpoints" : {
37893
+ "us-isob-east-1" : { }
37894
+ }
37895
+ },
37829
37896
  "directconnect" : {
37830
37897
  "endpoints" : {
37831
37898
  "us-isob-east-1" : { }
@@ -38010,6 +38077,16 @@
38010
38077
  }
38011
38078
  }
38012
38079
  },
38080
+ "glue" : {
38081
+ "endpoints" : {
38082
+ "us-isob-east-1" : { }
38083
+ }
38084
+ },
38085
+ "guardduty" : {
38086
+ "endpoints" : {
38087
+ "us-isob-east-1" : { }
38088
+ }
38089
+ },
38013
38090
  "health" : {
38014
38091
  "endpoints" : {
38015
38092
  "us-isob-east-1" : { }
@@ -38032,6 +38109,11 @@
38032
38109
  "us-isob-east-1" : { }
38033
38110
  }
38034
38111
  },
38112
+ "kinesisanalytics" : {
38113
+ "endpoints" : {
38114
+ "us-isob-east-1" : { }
38115
+ }
38116
+ },
38035
38117
  "kms" : {
38036
38118
  "endpoints" : {
38037
38119
  "ProdFips" : {
@@ -38135,6 +38217,11 @@
38135
38217
  "us-isob-east-1" : { }
38136
38218
  }
38137
38219
  },
38220
+ "pi" : {
38221
+ "endpoints" : {
38222
+ "us-isob-east-1" : { }
38223
+ }
38224
+ },
38138
38225
  "ram" : {
38139
38226
  "endpoints" : {
38140
38227
  "us-isob-east-1" : { }
@@ -38304,6 +38391,11 @@
38304
38391
  }
38305
38392
  }
38306
38393
  },
38394
+ "securityhub" : {
38395
+ "endpoints" : {
38396
+ "us-isob-east-1" : { }
38397
+ }
38398
+ },
38307
38399
  "servicediscovery" : {
38308
38400
  "endpoints" : {
38309
38401
  "us-isob-east-1" : { }
@@ -38851,6 +38943,11 @@
38851
38943
  "eu-isoe-west-1" : { }
38852
38944
  }
38853
38945
  },
38946
+ "redshift-serverless" : {
38947
+ "endpoints" : {
38948
+ "eu-isoe-west-1" : { }
38949
+ }
38950
+ },
38854
38951
  "resource-groups" : {
38855
38952
  "endpoints" : {
38856
38953
  "eu-isoe-west-1" : { }
metadata CHANGED
@@ -1,17 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1090.0
4
+ version: 1.1104.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-04-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
- email:
15
13
  executables: []
16
14
  extensions: []
17
15
  extra_rdoc_files: []
@@ -34,7 +32,6 @@ licenses:
34
32
  metadata:
35
33
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-partitions
36
34
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-partitions/CHANGELOG.md
37
- post_install_message:
38
35
  rdoc_options: []
39
36
  require_paths:
40
37
  - lib
@@ -49,8 +46,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
46
  - !ruby/object:Gem::Version
50
47
  version: '0'
51
48
  requirements: []
52
- rubygems_version: 3.4.10
53
- signing_key:
49
+ rubygems_version: 3.6.7
54
50
  specification_version: 4
55
51
  summary: Provides information about AWS partitions, regions, and services.
56
52
  test_files: []