aws-partitions 1.1118.0 → 1.1120.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: ae7d9f14342cf84234b1c51bc29ab3901597bd0f6a46c6e75c6adc9af142533f
4
- data.tar.gz: c4745a8e590cbf20117600fd47ef92a12b176c7db9dfad2dac7f42cb3656a6c1
3
+ metadata.gz: ccd86d8813594769bb0b46a2f0b40e6518d1d0c0698c30e47cd20cff42f6850a
4
+ data.tar.gz: ddcbc831c681acc9c41f95e81556d5497582702426808e093001c8b6cd31e647
5
5
  SHA512:
6
- metadata.gz: aa64e7131e08b614e95a046920e1e466b85f28608f201e83ba54a08f66025cb270c9c5bf300cb97eae6c51a818132e1b00f52feca2d25dcac51b131d193ccdf1
7
- data.tar.gz: a6cc507273e9234ecbf71919d021ad52685a8d7f2d53bf6a1ea8eeaeb1c81a0c5958680c8158482917904db478b0b1b1433418f3842edca7cac10f7c6feaedd2
6
+ metadata.gz: 4eba7ffc1bcc8c75a2fb65c4b71cf646a25b6bd187637c1ec521939e43986b2416826593aceb9e05ff965698c4c7260f7f78ba46e410c1e45122077602755dce
7
+ data.tar.gz: 0affbd79063bbe8f9241c62667800ae17f3f86537bff1aeb93a6de98aadcf44fd4d20d3eca00869620d5aca45329a9cbd0334574b72bb2027dc50c111e19ba81
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1120.0 (2025-06-23)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::WorkspacesInstances`.
8
+
9
+ 1.1119.0 (2025-06-20)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1118.0 (2025-06-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1118.0
1
+ 1.1120.0
@@ -650,6 +650,7 @@ module Aws
650
650
  'WorkSpaces' => 'workspaces',
651
651
  'WorkSpacesThinClient' => 'thinclient',
652
652
  'WorkSpacesWeb' => 'workspaces-web',
653
+ 'WorkspacesInstances' => 'workspaces-instances',
653
654
  'XRay' => 'xray',
654
655
  }
655
656
  # end service ids
data/partitions.json CHANGED
@@ -2881,12 +2881,15 @@
2881
2881
  "tags" : [ "dualstack" ]
2882
2882
  } ]
2883
2883
  },
2884
+ "ap-southeast-5" : { },
2885
+ "ap-southeast-7" : { },
2884
2886
  "ca-central-1" : {
2885
2887
  "variants" : [ {
2886
2888
  "hostname" : "appsync.ca-central-1.api.aws",
2887
2889
  "tags" : [ "dualstack" ]
2888
2890
  } ]
2889
2891
  },
2892
+ "ca-west-1" : { },
2890
2893
  "eu-central-1" : {
2891
2894
  "variants" : [ {
2892
2895
  "hostname" : "appsync.eu-central-1.api.aws",
@@ -14795,6 +14798,7 @@
14795
14798
  "tags" : [ "dualstack" ]
14796
14799
  } ]
14797
14800
  },
14801
+ "ap-east-2" : { },
14798
14802
  "ap-northeast-1" : {
14799
14803
  "variants" : [ {
14800
14804
  "hostname" : "lakeformation.ap-northeast-1.api.aws",
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.1118.0
4
+ version: 1.1120.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services