aws-partitions 1.874.0 → 1.880.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: 2a92a32cd075f5db53f6d255df12d08a4529cb341e1fc64361595ef20745df5d
4
- data.tar.gz: caa090bf62988fd885da73b9903d8c721edcbfe4b7a91c25c7f360ca70c2731a
3
+ metadata.gz: d8d1ae45152b74d12f8e805ed29f4eb819a481e4281b23603f92d5579d89a017
4
+ data.tar.gz: '0583cfd10e2cdb3f3d93c30f8ee932cb4f4ed4b3c7ae580a86072ff09cac44cb'
5
5
  SHA512:
6
- metadata.gz: 9fb39f9eaac3d72d66eb99fd07c01a47767bed0be981980f99857d8c264d58c27a9d65023318a3f8815b173cef6b740c434fcd36dc1e72e7abc910d2f91635b1
7
- data.tar.gz: 4df9b5a3dd0333f1d0687e30f8bceb720284e9d0bbc068fc95405d86df3b7f383acd804306b693740677bd6132afb2ac8a6b1e226415f40e05f758965934739a
6
+ metadata.gz: 77d56e61c5dbf4f1ee0601675db1682dd6ec0723215ffbafb8a0460478139e7aff48a0ecd0e5e4131024d0aaebf758146535eb4023e54200937b264836cbd1cf
7
+ data.tar.gz: ef6766e18eb21f038fb075c03a55543495d446e5f620686cd07d49e5d34cd9f629646d872a0c9de5e2b30bb87406b264edc05fa12d4f78d63fe4e01484426501
data/CHANGELOG.md CHANGED
@@ -1,6 +1,36 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.880.0 (2024-01-12)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::SupplyChain`.
8
+
9
+ 1.879.0 (2024-01-11)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.878.0 (2024-01-10)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.877.0 (2024-01-03)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.876.0 (2023-12-28)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.875.0 (2023-12-27)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
4
34
  1.874.0 (2023-12-26)
5
35
  ------------------
6
36
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.874.0
1
+ 1.880.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
@@ -5467,7 +5467,12 @@
5467
5467
  "tags" : [ "fips" ]
5468
5468
  } ]
5469
5469
  },
5470
- "ca-west-1" : { },
5470
+ "ca-west-1" : {
5471
+ "variants" : [ {
5472
+ "hostname" : "ds-fips.ca-west-1.amazonaws.com",
5473
+ "tags" : [ "fips" ]
5474
+ } ]
5475
+ },
5471
5476
  "eu-central-1" : { },
5472
5477
  "eu-central-2" : { },
5473
5478
  "eu-north-1" : { },
@@ -5483,6 +5488,13 @@
5483
5488
  "deprecated" : true,
5484
5489
  "hostname" : "ds-fips.ca-central-1.amazonaws.com"
5485
5490
  },
5491
+ "fips-ca-west-1" : {
5492
+ "credentialScope" : {
5493
+ "region" : "ca-west-1"
5494
+ },
5495
+ "deprecated" : true,
5496
+ "hostname" : "ds-fips.ca-west-1.amazonaws.com"
5497
+ },
5486
5498
  "fips-us-east-1" : {
5487
5499
  "credentialScope" : {
5488
5500
  "region" : "us-east-1"
@@ -11252,8 +11264,10 @@
11252
11264
  },
11253
11265
  "m2" : {
11254
11266
  "endpoints" : {
11267
+ "af-south-1" : { },
11255
11268
  "ap-northeast-1" : { },
11256
11269
  "ap-northeast-2" : { },
11270
+ "ap-northeast-3" : { },
11257
11271
  "ap-south-1" : { },
11258
11272
  "ap-southeast-1" : { },
11259
11273
  "ap-southeast-2" : { },
@@ -11263,6 +11277,8 @@
11263
11277
  } ]
11264
11278
  },
11265
11279
  "eu-central-1" : { },
11280
+ "eu-north-1" : { },
11281
+ "eu-south-1" : { },
11266
11282
  "eu-west-1" : { },
11267
11283
  "eu-west-2" : { },
11268
11284
  "eu-west-3" : { },
@@ -11607,6 +11623,7 @@
11607
11623
  "ap-south-1" : { },
11608
11624
  "ap-southeast-1" : { },
11609
11625
  "ap-southeast-2" : { },
11626
+ "ap-southeast-4" : { },
11610
11627
  "ca-central-1" : { },
11611
11628
  "eu-central-1" : { },
11612
11629
  "eu-north-1" : { },
@@ -11628,6 +11645,7 @@
11628
11645
  "ap-south-1" : { },
11629
11646
  "ap-southeast-1" : { },
11630
11647
  "ap-southeast-2" : { },
11648
+ "ap-southeast-4" : { },
11631
11649
  "ca-central-1" : { },
11632
11650
  "eu-central-1" : { },
11633
11651
  "eu-north-1" : { },
@@ -11649,6 +11667,7 @@
11649
11667
  "ap-south-1" : { },
11650
11668
  "ap-southeast-1" : { },
11651
11669
  "ap-southeast-2" : { },
11670
+ "ap-southeast-4" : { },
11652
11671
  "ca-central-1" : { },
11653
11672
  "eu-central-1" : { },
11654
11673
  "eu-north-1" : { },
@@ -13746,6 +13765,19 @@
13746
13765
  "deprecated" : true,
13747
13766
  "hostname" : "rds-fips.ca-central-1.amazonaws.com"
13748
13767
  },
13768
+ "ca-west-1" : {
13769
+ "variants" : [ {
13770
+ "hostname" : "rds-fips.ca-west-1.amazonaws.com",
13771
+ "tags" : [ "fips" ]
13772
+ } ]
13773
+ },
13774
+ "ca-west-1-fips" : {
13775
+ "credentialScope" : {
13776
+ "region" : "ca-west-1"
13777
+ },
13778
+ "deprecated" : true,
13779
+ "hostname" : "rds-fips.ca-west-1.amazonaws.com"
13780
+ },
13749
13781
  "eu-central-1" : { },
13750
13782
  "eu-central-2" : { },
13751
13783
  "eu-north-1" : { },
@@ -13764,6 +13796,13 @@
13764
13796
  "deprecated" : true,
13765
13797
  "hostname" : "rds-fips.ca-central-1.amazonaws.com"
13766
13798
  },
13799
+ "rds-fips.ca-west-1" : {
13800
+ "credentialScope" : {
13801
+ "region" : "ca-west-1"
13802
+ },
13803
+ "deprecated" : true,
13804
+ "hostname" : "rds-fips.ca-west-1.amazonaws.com"
13805
+ },
13767
13806
  "rds-fips.us-east-1" : {
13768
13807
  "credentialScope" : {
13769
13808
  "region" : "us-east-1"
@@ -13802,6 +13841,16 @@
13802
13841
  "tags" : [ "fips" ]
13803
13842
  } ]
13804
13843
  },
13844
+ "rds.ca-west-1" : {
13845
+ "credentialScope" : {
13846
+ "region" : "ca-west-1"
13847
+ },
13848
+ "deprecated" : true,
13849
+ "variants" : [ {
13850
+ "hostname" : "rds-fips.ca-west-1.amazonaws.com",
13851
+ "tags" : [ "fips" ]
13852
+ } ]
13853
+ },
13805
13854
  "rds.us-east-1" : {
13806
13855
  "credentialScope" : {
13807
13856
  "region" : "us-east-1"
@@ -15885,11 +15934,59 @@
15885
15934
  "eu-west-1" : { },
15886
15935
  "eu-west-2" : { },
15887
15936
  "eu-west-3" : { },
15937
+ "fips-us-east-1" : {
15938
+ "credentialScope" : {
15939
+ "region" : "us-east-1"
15940
+ },
15941
+ "deprecated" : true,
15942
+ "hostname" : "securitylake-fips.us-east-1.amazonaws.com"
15943
+ },
15944
+ "fips-us-east-2" : {
15945
+ "credentialScope" : {
15946
+ "region" : "us-east-2"
15947
+ },
15948
+ "deprecated" : true,
15949
+ "hostname" : "securitylake-fips.us-east-2.amazonaws.com"
15950
+ },
15951
+ "fips-us-west-1" : {
15952
+ "credentialScope" : {
15953
+ "region" : "us-west-1"
15954
+ },
15955
+ "deprecated" : true,
15956
+ "hostname" : "securitylake-fips.us-west-1.amazonaws.com"
15957
+ },
15958
+ "fips-us-west-2" : {
15959
+ "credentialScope" : {
15960
+ "region" : "us-west-2"
15961
+ },
15962
+ "deprecated" : true,
15963
+ "hostname" : "securitylake-fips.us-west-2.amazonaws.com"
15964
+ },
15888
15965
  "sa-east-1" : { },
15889
- "us-east-1" : { },
15890
- "us-east-2" : { },
15891
- "us-west-1" : { },
15892
- "us-west-2" : { }
15966
+ "us-east-1" : {
15967
+ "variants" : [ {
15968
+ "hostname" : "securitylake-fips.us-east-1.amazonaws.com",
15969
+ "tags" : [ "fips" ]
15970
+ } ]
15971
+ },
15972
+ "us-east-2" : {
15973
+ "variants" : [ {
15974
+ "hostname" : "securitylake-fips.us-east-2.amazonaws.com",
15975
+ "tags" : [ "fips" ]
15976
+ } ]
15977
+ },
15978
+ "us-west-1" : {
15979
+ "variants" : [ {
15980
+ "hostname" : "securitylake-fips.us-west-1.amazonaws.com",
15981
+ "tags" : [ "fips" ]
15982
+ } ]
15983
+ },
15984
+ "us-west-2" : {
15985
+ "variants" : [ {
15986
+ "hostname" : "securitylake-fips.us-west-2.amazonaws.com",
15987
+ "tags" : [ "fips" ]
15988
+ } ]
15989
+ }
15893
15990
  }
15894
15991
  },
15895
15992
  "serverlessrepo" : {
@@ -20620,6 +20717,23 @@
20620
20717
  "cn-north-1" : { }
20621
20718
  }
20622
20719
  },
20720
+ "iottwinmaker" : {
20721
+ "endpoints" : {
20722
+ "api-cn-north-1" : {
20723
+ "credentialScope" : {
20724
+ "region" : "cn-north-1"
20725
+ },
20726
+ "hostname" : "api.iottwinmaker.cn-north-1.amazonaws.com.cn"
20727
+ },
20728
+ "cn-north-1" : { },
20729
+ "data-cn-north-1" : {
20730
+ "credentialScope" : {
20731
+ "region" : "cn-north-1"
20732
+ },
20733
+ "hostname" : "data.iottwinmaker.cn-north-1.amazonaws.com.cn"
20734
+ }
20735
+ }
20736
+ },
20623
20737
  "kafka" : {
20624
20738
  "endpoints" : {
20625
20739
  "cn-north-1" : { },
@@ -26450,6 +26564,15 @@
26450
26564
  "us-iso-east-1" : { }
26451
26565
  }
26452
26566
  },
26567
+ "guardduty" : {
26568
+ "defaults" : {
26569
+ "protocols" : [ "https" ]
26570
+ },
26571
+ "endpoints" : {
26572
+ "us-iso-east-1" : { }
26573
+ },
26574
+ "isRegionalized" : true
26575
+ },
26453
26576
  "health" : {
26454
26577
  "endpoints" : {
26455
26578
  "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.874.0
4
+ version: 1.880.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-26 00:00:00.000000000 Z
11
+ date: 2024-01-12 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: []