aws-partitions 1.876.0 → 1.881.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 48807580adce858bb3079da70bad5d280cd33c4911e6c92daee217b27b8ee04c
4
- data.tar.gz: 4b8f1c9ead7e23014c8dbef4c28e3805dd8f3d1cd4ff3abfdba6fdb489bf90c9
3
+ metadata.gz: 5fb42cc4027add62108f362821be35abba94c0c185cd64318c4b2aed09db47fa
4
+ data.tar.gz: 111738bdf2ba2f3aa868bc63e2afad95b17a552e48a0942352276cb22eff893c
5
5
  SHA512:
6
- metadata.gz: 339ac3d65ff870d26ffc47a6676702127cee40b7a35ec567d86e8ca8b64053c711b689c5c3e57003b5b3f43b070511bfde0f9125a75f507f8b1d2c0dabbcb13e
7
- data.tar.gz: 1d7b805d0d67239d05bd3d27cf790d666a63a94b8fe4ae34aa4dfa306fcca3d6109ba564469cb0c4e179a441d4a50595ffd9a3927162f5466fa48f3e5659a5eb
6
+ metadata.gz: c023dbc4d07b59cc73b48487f1de6e5c1b7743ece42839cb83203cc0186c0235adb389b98297909adb50c5db5dd90e9aadde516f82b2e2b631b2f0fecc6870d7
7
+ data.tar.gz: b911f14c4b5e8a88a283dd9895c06d02d6935bf296ab6a018042eb0dbb29891ae2eb1626695496ac70e08d0eba98b6556552a7069c5c0cebb6f26453ae466f1a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,31 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.881.0 (2024-01-16)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.880.0 (2024-01-12)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::SupplyChain`.
13
+
14
+ 1.879.0 (2024-01-11)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.878.0 (2024-01-10)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.877.0 (2024-01-03)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
4
29
  1.876.0 (2023-12-28)
5
30
  ------------------
6
31
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.876.0
1
+ 1.881.0
@@ -593,6 +593,7 @@ module Aws
593
593
  'SsmSap' => 'ssm-sap',
594
594
  'States' => 'states',
595
595
  'StorageGateway' => 'storagegateway',
596
+ 'SupplyChain' => 'scn',
596
597
  'Support' => 'support',
597
598
  'SupportApp' => 'supportapp',
598
599
  'Synthetics' => 'synthetics',
data/partitions.json CHANGED
@@ -11264,8 +11264,10 @@
11264
11264
  },
11265
11265
  "m2" : {
11266
11266
  "endpoints" : {
11267
+ "af-south-1" : { },
11267
11268
  "ap-northeast-1" : { },
11268
11269
  "ap-northeast-2" : { },
11270
+ "ap-northeast-3" : { },
11269
11271
  "ap-south-1" : { },
11270
11272
  "ap-southeast-1" : { },
11271
11273
  "ap-southeast-2" : { },
@@ -11275,6 +11277,8 @@
11275
11277
  } ]
11276
11278
  },
11277
11279
  "eu-central-1" : { },
11280
+ "eu-north-1" : { },
11281
+ "eu-south-1" : { },
11278
11282
  "eu-west-1" : { },
11279
11283
  "eu-west-2" : { },
11280
11284
  "eu-west-3" : { },
@@ -12581,6 +12585,12 @@
12581
12585
  },
12582
12586
  "hostname" : "oidc.il-central-1.amazonaws.com"
12583
12587
  },
12588
+ "me-central-1" : {
12589
+ "credentialScope" : {
12590
+ "region" : "me-central-1"
12591
+ },
12592
+ "hostname" : "oidc.me-central-1.amazonaws.com"
12593
+ },
12584
12594
  "me-south-1" : {
12585
12595
  "credentialScope" : {
12586
12596
  "region" : "me-south-1"
@@ -15930,11 +15940,59 @@
15930
15940
  "eu-west-1" : { },
15931
15941
  "eu-west-2" : { },
15932
15942
  "eu-west-3" : { },
15943
+ "fips-us-east-1" : {
15944
+ "credentialScope" : {
15945
+ "region" : "us-east-1"
15946
+ },
15947
+ "deprecated" : true,
15948
+ "hostname" : "securitylake-fips.us-east-1.amazonaws.com"
15949
+ },
15950
+ "fips-us-east-2" : {
15951
+ "credentialScope" : {
15952
+ "region" : "us-east-2"
15953
+ },
15954
+ "deprecated" : true,
15955
+ "hostname" : "securitylake-fips.us-east-2.amazonaws.com"
15956
+ },
15957
+ "fips-us-west-1" : {
15958
+ "credentialScope" : {
15959
+ "region" : "us-west-1"
15960
+ },
15961
+ "deprecated" : true,
15962
+ "hostname" : "securitylake-fips.us-west-1.amazonaws.com"
15963
+ },
15964
+ "fips-us-west-2" : {
15965
+ "credentialScope" : {
15966
+ "region" : "us-west-2"
15967
+ },
15968
+ "deprecated" : true,
15969
+ "hostname" : "securitylake-fips.us-west-2.amazonaws.com"
15970
+ },
15933
15971
  "sa-east-1" : { },
15934
- "us-east-1" : { },
15935
- "us-east-2" : { },
15936
- "us-west-1" : { },
15937
- "us-west-2" : { }
15972
+ "us-east-1" : {
15973
+ "variants" : [ {
15974
+ "hostname" : "securitylake-fips.us-east-1.amazonaws.com",
15975
+ "tags" : [ "fips" ]
15976
+ } ]
15977
+ },
15978
+ "us-east-2" : {
15979
+ "variants" : [ {
15980
+ "hostname" : "securitylake-fips.us-east-2.amazonaws.com",
15981
+ "tags" : [ "fips" ]
15982
+ } ]
15983
+ },
15984
+ "us-west-1" : {
15985
+ "variants" : [ {
15986
+ "hostname" : "securitylake-fips.us-west-1.amazonaws.com",
15987
+ "tags" : [ "fips" ]
15988
+ } ]
15989
+ },
15990
+ "us-west-2" : {
15991
+ "variants" : [ {
15992
+ "hostname" : "securitylake-fips.us-west-2.amazonaws.com",
15993
+ "tags" : [ "fips" ]
15994
+ } ]
15995
+ }
15938
15996
  }
15939
15997
  },
15940
15998
  "serverlessrepo" : {
@@ -20665,6 +20723,23 @@
20665
20723
  "cn-north-1" : { }
20666
20724
  }
20667
20725
  },
20726
+ "iottwinmaker" : {
20727
+ "endpoints" : {
20728
+ "api-cn-north-1" : {
20729
+ "credentialScope" : {
20730
+ "region" : "cn-north-1"
20731
+ },
20732
+ "hostname" : "api.iottwinmaker.cn-north-1.amazonaws.com.cn"
20733
+ },
20734
+ "cn-north-1" : { },
20735
+ "data-cn-north-1" : {
20736
+ "credentialScope" : {
20737
+ "region" : "cn-north-1"
20738
+ },
20739
+ "hostname" : "data.iottwinmaker.cn-north-1.amazonaws.com.cn"
20740
+ }
20741
+ }
20742
+ },
20668
20743
  "kafka" : {
20669
20744
  "endpoints" : {
20670
20745
  "cn-north-1" : { },
@@ -26495,6 +26570,15 @@
26495
26570
  "us-iso-east-1" : { }
26496
26571
  }
26497
26572
  },
26573
+ "guardduty" : {
26574
+ "defaults" : {
26575
+ "protocols" : [ "https" ]
26576
+ },
26577
+ "endpoints" : {
26578
+ "us-iso-east-1" : { }
26579
+ },
26580
+ "isRegionalized" : true
26581
+ },
26498
26582
  "health" : {
26499
26583
  "endpoints" : {
26500
26584
  "us-iso-east-1" : { }
metadata CHANGED
@@ -1,17 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.876.0
4
+ version: 1.881.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-28 00:00:00.000000000 Z
11
+ date: 2024-01-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
- email:
14
+ email:
15
15
  executables: []
16
16
  extensions: []
17
17
  extra_rdoc_files: []
@@ -33,7 +33,7 @@ licenses:
33
33
  metadata:
34
34
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-partitions
35
35
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-partitions/CHANGELOG.md
36
- post_install_message:
36
+ post_install_message:
37
37
  rdoc_options: []
38
38
  require_paths:
39
39
  - lib
@@ -48,8 +48,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
48
48
  - !ruby/object:Gem::Version
49
49
  version: '0'
50
50
  requirements: []
51
- rubygems_version: 3.1.6
52
- signing_key:
51
+ rubygems_version: 3.4.10
52
+ signing_key:
53
53
  specification_version: 4
54
54
  summary: Provides information about AWS partitions, regions, and services.
55
55
  test_files: []