aws-partitions 1.990.0 → 1.991.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +80 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 526b21989b4128b02658c006c45f9675717f4b28688604c0be0b7b9351f41e4f
4
- data.tar.gz: d5282d458893d6a3f1866618f0fbbe0ca42fab6eafd294c9242c2ccae15716c4
3
+ metadata.gz: 4db62d21f0172df1af9f5707c1d912c091c5ec8e69fa6f1c1547ffb43f57f065
4
+ data.tar.gz: 2e5dadb47b2c7b3022823830ac131d9710622039b023ac46aa243f6c22522ff8
5
5
  SHA512:
6
- metadata.gz: 2d0ae6103c37f114c598c9d1766eef04d65a9c9838b665f3b74a718de0dcde3f13ccf264143ae1b042ae0bc2b7c7db50055eee65f318ad79718be73f69a0b3a3
7
- data.tar.gz: 643bd3d79bbf2a25a8d2498a88cb20972564b031939baef00af15f07366c0f8734a2fdca15617ff6f27d6e199aae562d326d27b3de78285bff0f26957461e02f
6
+ metadata.gz: d4e0e51f2d37940d7cbd8b97babc7bef615faf2534abec759bffb32a53231f657649d0bb5b86e920d6ab9ef8abe74f8fdbb3a0bfd394cf7724ed342823fad2b2
7
+ data.tar.gz: 814949d443c93ca6fc4088bf18c968ff070edfbe4a2edcd745bf0c819655dc9d37a63e855ab0986ee5b4ad931769b778809df99e27b32856f0283c31eedee95e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.991.0 (2024-10-15)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.990.0 (2024-10-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.990.0
1
+ 1.991.0
data/partitions.json CHANGED
@@ -19844,6 +19844,86 @@
19844
19844
  }
19845
19845
  }
19846
19846
  },
19847
+ "ssm-quicksetup" : {
19848
+ "endpoints" : {
19849
+ "ap-northeast-1" : { },
19850
+ "ap-northeast-2" : { },
19851
+ "ap-south-1" : { },
19852
+ "ap-southeast-1" : { },
19853
+ "ap-southeast-2" : { },
19854
+ "ca-central-1" : {
19855
+ "variants" : [ {
19856
+ "hostname" : "ssm-quicksetup-fips.ca-central-1.amazonaws.com",
19857
+ "tags" : [ "fips" ]
19858
+ } ]
19859
+ },
19860
+ "eu-central-1" : { },
19861
+ "eu-north-1" : { },
19862
+ "eu-west-1" : { },
19863
+ "eu-west-2" : { },
19864
+ "eu-west-3" : { },
19865
+ "fips-ca-central-1" : {
19866
+ "credentialScope" : {
19867
+ "region" : "ca-central-1"
19868
+ },
19869
+ "deprecated" : true,
19870
+ "hostname" : "ssm-quicksetup-fips.ca-central-1.amazonaws.com"
19871
+ },
19872
+ "fips-us-east-1" : {
19873
+ "credentialScope" : {
19874
+ "region" : "us-east-1"
19875
+ },
19876
+ "deprecated" : true,
19877
+ "hostname" : "ssm-quicksetup-fips.us-east-1.amazonaws.com"
19878
+ },
19879
+ "fips-us-east-2" : {
19880
+ "credentialScope" : {
19881
+ "region" : "us-east-2"
19882
+ },
19883
+ "deprecated" : true,
19884
+ "hostname" : "ssm-quicksetup-fips.us-east-2.amazonaws.com"
19885
+ },
19886
+ "fips-us-west-1" : {
19887
+ "credentialScope" : {
19888
+ "region" : "us-west-1"
19889
+ },
19890
+ "deprecated" : true,
19891
+ "hostname" : "ssm-quicksetup-fips.us-west-1.amazonaws.com"
19892
+ },
19893
+ "fips-us-west-2" : {
19894
+ "credentialScope" : {
19895
+ "region" : "us-west-2"
19896
+ },
19897
+ "deprecated" : true,
19898
+ "hostname" : "ssm-quicksetup-fips.us-west-2.amazonaws.com"
19899
+ },
19900
+ "sa-east-1" : { },
19901
+ "us-east-1" : {
19902
+ "variants" : [ {
19903
+ "hostname" : "ssm-quicksetup-fips.us-east-1.amazonaws.com",
19904
+ "tags" : [ "fips" ]
19905
+ } ]
19906
+ },
19907
+ "us-east-2" : {
19908
+ "variants" : [ {
19909
+ "hostname" : "ssm-quicksetup-fips.us-east-2.amazonaws.com",
19910
+ "tags" : [ "fips" ]
19911
+ } ]
19912
+ },
19913
+ "us-west-1" : {
19914
+ "variants" : [ {
19915
+ "hostname" : "ssm-quicksetup-fips.us-west-1.amazonaws.com",
19916
+ "tags" : [ "fips" ]
19917
+ } ]
19918
+ },
19919
+ "us-west-2" : {
19920
+ "variants" : [ {
19921
+ "hostname" : "ssm-quicksetup-fips.us-west-2.amazonaws.com",
19922
+ "tags" : [ "fips" ]
19923
+ } ]
19924
+ }
19925
+ }
19926
+ },
19847
19927
  "ssm-sap" : {
19848
19928
  "endpoints" : {
19849
19929
  "af-south-1" : { },
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.990.0
4
+ version: 1.991.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-14 00:00:00.000000000 Z
11
+ date: 2024-10-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: