aws-partitions 1.1090.0 → 1.1099.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: c8163882ff74e5c8941eea610b7a27ee9075fc3f619d41610648011b6283869b
4
+ data.tar.gz: 2ba769a38a6042e692aff3b5f945934a713e37fdf6e50e1f2ff2f1241529949d
5
5
  SHA512:
6
- metadata.gz: e8d13d7ce59431693dc4e1a5fa0f5dfa935162e6fa2793667cd7a559b755592147c339100fc93d73b82dd515772c82b84d0cd51f80a21f54599434c569cc78a4
7
- data.tar.gz: 893ce8401905cd4a583487f811ae6204e84f022b232b486f0159867f1468bd11a2e89a16ffd625825be8d8ab4e21617cda041b982fe31cfdb354beec9e4f3487
6
+ metadata.gz: d2764c068ddf42b436c0cad38472909c323bbb8bee27e363cd2708de3f77ca45a830aa343905f51d98fcc069b72ecee9be247e13dfe7a30ace7ffa83813624ac
7
+ data.tar.gz: cafac2cc85124e4b725d07a20ea5ee5ab91d0eef853f45bf109f000bfdd1dd7577b6ff6879a93479d95c756ed9638a73e6ea73be1d0a864a4e878b3c84b64bfd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,51 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1099.0 (2025-05-06)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1098.0 (2025-05-05)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.1097.0 (2025-05-02)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.1096.0 (2025-05-01)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.1095.0 (2025-04-30)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.1094.0 (2025-04-29)
30
+ ------------------
31
+
32
+ * Feature - Added support for enumerating regions for `Aws::SSMGuiConnect`.
33
+
34
+ 1.1093.0 (2025-04-28)
35
+ ------------------
36
+
37
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
38
+
39
+ 1.1092.0 (2025-04-25)
40
+ ------------------
41
+
42
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
43
+
44
+ 1.1091.0 (2025-04-23)
45
+ ------------------
46
+
47
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
48
+
4
49
  1.1090.0 (2025-04-18)
5
50
  ------------------
6
51
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1090.0
1
+ 1.1099.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
@@ -3015,6 +3015,7 @@
3015
3015
  "tags" : [ "dualstack" ]
3016
3016
  } ]
3017
3017
  },
3018
+ "ca-central-1" : { },
3018
3019
  "eu-central-1" : {
3019
3020
  "variants" : [ {
3020
3021
  "tags" : [ "dualstack" ]
@@ -6664,6 +6665,7 @@
6664
6665
  "ap-southeast-3" : { },
6665
6666
  "ap-southeast-4" : { },
6666
6667
  "ap-southeast-5" : { },
6668
+ "ap-southeast-7" : { },
6667
6669
  "ca-central-1" : {
6668
6670
  "variants" : [ {
6669
6671
  "hostname" : "controltower-fips.ca-central-1.amazonaws.com",
@@ -6701,6 +6703,7 @@
6701
6703
  "il-central-1" : { },
6702
6704
  "me-central-1" : { },
6703
6705
  "me-south-1" : { },
6706
+ "mx-central-1" : { },
6704
6707
  "sa-east-1" : { },
6705
6708
  "us-east-1" : {
6706
6709
  "variants" : [ {
@@ -20040,6 +20043,7 @@
20040
20043
  "ap-northeast-1" : { },
20041
20044
  "ap-northeast-2" : { },
20042
20045
  "ap-south-1" : { },
20046
+ "ap-south-2" : { },
20043
20047
  "ap-southeast-1" : { },
20044
20048
  "ap-southeast-2" : { },
20045
20049
  "ap-southeast-3" : { },
@@ -21417,6 +21421,8 @@
21417
21421
  "ap-southeast-2" : { },
21418
21422
  "ap-southeast-3" : { },
21419
21423
  "ap-southeast-4" : { },
21424
+ "ap-southeast-5" : { },
21425
+ "ap-southeast-7" : { },
21420
21426
  "ca-central-1" : { },
21421
21427
  "ca-west-1" : { },
21422
21428
  "eu-central-1" : { },
@@ -21430,6 +21436,7 @@
21430
21436
  "il-central-1" : { },
21431
21437
  "me-central-1" : { },
21432
21438
  "me-south-1" : { },
21439
+ "mx-central-1" : { },
21433
21440
  "sa-east-1" : { },
21434
21441
  "us-east-1" : {
21435
21442
  "variants" : [ {
@@ -29934,6 +29941,12 @@
29934
29941
  "cn-northwest-1" : { }
29935
29942
  }
29936
29943
  },
29944
+ "kafkaconnect" : {
29945
+ "endpoints" : {
29946
+ "cn-north-1" : { },
29947
+ "cn-northwest-1" : { }
29948
+ }
29949
+ },
29937
29950
  "kendra-ranking" : {
29938
29951
  "defaults" : {
29939
29952
  "dnsSuffix" : "api.amazonwebservices.com.cn",
@@ -30306,6 +30319,12 @@
30306
30319
  "isRegionalized" : false,
30307
30320
  "partitionEndpoint" : "aws-cn-global"
30308
30321
  },
30322
+ "route53profiles" : {
30323
+ "endpoints" : {
30324
+ "cn-north-1" : { },
30325
+ "cn-northwest-1" : { }
30326
+ }
30327
+ },
30309
30328
  "route53resolver" : {
30310
30329
  "defaults" : {
30311
30330
  "protocols" : [ "https" ]
@@ -36528,6 +36547,11 @@
36528
36547
  "us-iso-west-1" : { }
36529
36548
  }
36530
36549
  },
36550
+ "batch" : {
36551
+ "endpoints" : {
36552
+ "us-iso-east-1" : { }
36553
+ }
36554
+ },
36531
36555
  "bedrock" : {
36532
36556
  "endpoints" : {
36533
36557
  "bedrock-runtime-us-iso-east-1" : {
@@ -37039,6 +37063,11 @@
37039
37063
  "us-iso-west-1" : { }
37040
37064
  }
37041
37065
  },
37066
+ "kinesisanalytics" : {
37067
+ "endpoints" : {
37068
+ "us-iso-east-1" : { }
37069
+ }
37070
+ },
37042
37071
  "kms" : {
37043
37072
  "endpoints" : {
37044
37073
  "ProdFips" : {
@@ -37422,6 +37451,12 @@
37422
37451
  }
37423
37452
  }
37424
37453
  },
37454
+ "securityhub" : {
37455
+ "endpoints" : {
37456
+ "us-iso-east-1" : { },
37457
+ "us-iso-west-1" : { }
37458
+ }
37459
+ },
37425
37460
  "servicediscovery" : {
37426
37461
  "endpoints" : {
37427
37462
  "us-iso-east-1" : { },
@@ -37509,6 +37544,12 @@
37509
37544
  }
37510
37545
  }
37511
37546
  },
37547
+ "storagegateway" : {
37548
+ "endpoints" : {
37549
+ "us-iso-east-1" : { },
37550
+ "us-iso-west-1" : { }
37551
+ }
37552
+ },
37512
37553
  "streams.dynamodb" : {
37513
37554
  "defaults" : {
37514
37555
  "credentialScope" : {
@@ -37658,6 +37699,12 @@
37658
37699
  } ]
37659
37700
  }
37660
37701
  }
37702
+ },
37703
+ "xray" : {
37704
+ "endpoints" : {
37705
+ "us-iso-east-1" : { },
37706
+ "us-iso-west-1" : { }
37707
+ }
37661
37708
  }
37662
37709
  }
37663
37710
  }, {
@@ -37742,6 +37789,11 @@
37742
37789
  "us-isob-east-1" : { }
37743
37790
  }
37744
37791
  },
37792
+ "batch" : {
37793
+ "endpoints" : {
37794
+ "us-isob-east-1" : { }
37795
+ }
37796
+ },
37745
37797
  "budgets" : {
37746
37798
  "endpoints" : {
37747
37799
  "aws-iso-b-global" : {
@@ -37826,6 +37878,11 @@
37826
37878
  }
37827
37879
  }
37828
37880
  },
37881
+ "datasync" : {
37882
+ "endpoints" : {
37883
+ "us-isob-east-1" : { }
37884
+ }
37885
+ },
37829
37886
  "directconnect" : {
37830
37887
  "endpoints" : {
37831
37888
  "us-isob-east-1" : { }
@@ -38010,6 +38067,16 @@
38010
38067
  }
38011
38068
  }
38012
38069
  },
38070
+ "glue" : {
38071
+ "endpoints" : {
38072
+ "us-isob-east-1" : { }
38073
+ }
38074
+ },
38075
+ "guardduty" : {
38076
+ "endpoints" : {
38077
+ "us-isob-east-1" : { }
38078
+ }
38079
+ },
38013
38080
  "health" : {
38014
38081
  "endpoints" : {
38015
38082
  "us-isob-east-1" : { }
@@ -38032,6 +38099,11 @@
38032
38099
  "us-isob-east-1" : { }
38033
38100
  }
38034
38101
  },
38102
+ "kinesisanalytics" : {
38103
+ "endpoints" : {
38104
+ "us-isob-east-1" : { }
38105
+ }
38106
+ },
38035
38107
  "kms" : {
38036
38108
  "endpoints" : {
38037
38109
  "ProdFips" : {
@@ -38135,6 +38207,11 @@
38135
38207
  "us-isob-east-1" : { }
38136
38208
  }
38137
38209
  },
38210
+ "pi" : {
38211
+ "endpoints" : {
38212
+ "us-isob-east-1" : { }
38213
+ }
38214
+ },
38138
38215
  "ram" : {
38139
38216
  "endpoints" : {
38140
38217
  "us-isob-east-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.1099.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: []