aws-partitions 1.1091.0 → 1.1096.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: 6e53bc91c59aa28965864ad789dce124999b53aface390159d880f45a02f58a1
4
- data.tar.gz: 40d08929e4bef11b4fb7393f95b6f91da4733824a8019d7e828ca4e5ced31b8d
3
+ metadata.gz: 4f4800d9b8b7432f615103144cad39e199c1c515736be9668ea48a53cf4de9ed
4
+ data.tar.gz: 55409be88d4cb730fd3efb3f72de3018a05c09d81d9fa965d5c9cb03bcd920e7
5
5
  SHA512:
6
- metadata.gz: af32cce35c459be6ce78c5a17e11fca60ba143e44da6eb23fe4f8d6fc326af549e07c1e3074b275c887d5c39a286159e07dacb55bd9d42982a870f43bd530e48
7
- data.tar.gz: 7a4981a5bec4893d4ebecf15652da8c86c73c852554f89e77a80081a3ab18e26307cadb1db8e397225a8422a6cf758c62c36c9861cc3ab3a4704f9a276293436
6
+ metadata.gz: 329af89dcbc29608d353249269edfadfae7f33054c1214d49c434f16a579071a8dfe1dfac452c61b6b5232f8456a41c66202f88add0c30987edd5e1c903e8bb6
7
+ data.tar.gz: 19f0dbc04ea1df10cfc14d781be41f1efe99ab06b834d576e6c7d0473db4a66fa7d4aca1a46a59c4112a362e5bfa93046812b585cb7f4ddb4a7f49fa40f9d11a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,31 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1096.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1095.0 (2025-04-30)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.1094.0 (2025-04-29)
15
+ ------------------
16
+
17
+ * Feature - Added support for enumerating regions for `Aws::SSMGuiConnect`.
18
+
19
+ 1.1093.0 (2025-04-28)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.1092.0 (2025-04-25)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
4
29
  1.1091.0 (2025-04-23)
5
30
  ------------------
6
31
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1091.0
1
+ 1.1096.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" ]
@@ -20040,6 +20041,7 @@
20040
20041
  "ap-northeast-1" : { },
20041
20042
  "ap-northeast-2" : { },
20042
20043
  "ap-south-1" : { },
20044
+ "ap-south-2" : { },
20043
20045
  "ap-southeast-1" : { },
20044
20046
  "ap-southeast-2" : { },
20045
20047
  "ap-southeast-3" : { },
@@ -21417,6 +21419,8 @@
21417
21419
  "ap-southeast-2" : { },
21418
21420
  "ap-southeast-3" : { },
21419
21421
  "ap-southeast-4" : { },
21422
+ "ap-southeast-5" : { },
21423
+ "ap-southeast-7" : { },
21420
21424
  "ca-central-1" : { },
21421
21425
  "ca-west-1" : { },
21422
21426
  "eu-central-1" : { },
@@ -21430,6 +21434,7 @@
21430
21434
  "il-central-1" : { },
21431
21435
  "me-central-1" : { },
21432
21436
  "me-south-1" : { },
21437
+ "mx-central-1" : { },
21433
21438
  "sa-east-1" : { },
21434
21439
  "us-east-1" : {
21435
21440
  "variants" : [ {
@@ -36528,6 +36533,11 @@
36528
36533
  "us-iso-west-1" : { }
36529
36534
  }
36530
36535
  },
36536
+ "batch" : {
36537
+ "endpoints" : {
36538
+ "us-iso-east-1" : { }
36539
+ }
36540
+ },
36531
36541
  "bedrock" : {
36532
36542
  "endpoints" : {
36533
36543
  "bedrock-runtime-us-iso-east-1" : {
@@ -37509,6 +37519,12 @@
37509
37519
  }
37510
37520
  }
37511
37521
  },
37522
+ "storagegateway" : {
37523
+ "endpoints" : {
37524
+ "us-iso-east-1" : { },
37525
+ "us-iso-west-1" : { }
37526
+ }
37527
+ },
37512
37528
  "streams.dynamodb" : {
37513
37529
  "defaults" : {
37514
37530
  "credentialScope" : {
@@ -37658,6 +37674,12 @@
37658
37674
  } ]
37659
37675
  }
37660
37676
  }
37677
+ },
37678
+ "xray" : {
37679
+ "endpoints" : {
37680
+ "us-iso-east-1" : { },
37681
+ "us-iso-west-1" : { }
37682
+ }
37661
37683
  }
37662
37684
  }
37663
37685
  }, {
@@ -37742,6 +37764,11 @@
37742
37764
  "us-isob-east-1" : { }
37743
37765
  }
37744
37766
  },
37767
+ "batch" : {
37768
+ "endpoints" : {
37769
+ "us-isob-east-1" : { }
37770
+ }
37771
+ },
37745
37772
  "budgets" : {
37746
37773
  "endpoints" : {
37747
37774
  "aws-iso-b-global" : {
@@ -37826,6 +37853,11 @@
37826
37853
  }
37827
37854
  }
37828
37855
  },
37856
+ "datasync" : {
37857
+ "endpoints" : {
37858
+ "us-isob-east-1" : { }
37859
+ }
37860
+ },
37829
37861
  "directconnect" : {
37830
37862
  "endpoints" : {
37831
37863
  "us-isob-east-1" : { }
@@ -38015,6 +38047,11 @@
38015
38047
  "us-isob-east-1" : { }
38016
38048
  }
38017
38049
  },
38050
+ "guardduty" : {
38051
+ "endpoints" : {
38052
+ "us-isob-east-1" : { }
38053
+ }
38054
+ },
38018
38055
  "health" : {
38019
38056
  "endpoints" : {
38020
38057
  "us-isob-east-1" : { }
@@ -38140,6 +38177,11 @@
38140
38177
  "us-isob-east-1" : { }
38141
38178
  }
38142
38179
  },
38180
+ "pi" : {
38181
+ "endpoints" : {
38182
+ "us-isob-east-1" : { }
38183
+ }
38184
+ },
38143
38185
  "ram" : {
38144
38186
  "endpoints" : {
38145
38187
  "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.1091.0
4
+ version: 1.1096.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-23 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: []