aws-partitions 1.784.0 → 1.786.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: bf4a8e6a961ed38808b7faf98a036a42887a8c77fcb9ffcce9d89df9044518a3
4
- data.tar.gz: 59abd8f44951c0de91ac49c3f588102252e47c73cc04138e1f24bbbc441334d6
3
+ metadata.gz: ec80eac1da5b25e887fd328789d4bddb0e142f69682b83ac096b7d104aaca36a
4
+ data.tar.gz: 39e58765d6b26a30fc9bde6544321ee3d976179e515fdc7d0c492b3fb5c32560
5
5
  SHA512:
6
- metadata.gz: 96f0a23adcfd0547f2e356b7f8c805e60cba7d2f2efa3cdc67cb1b0031cb67c32ef31784d8ec5b79c25c9e5c455f3e673d124110a5bf1d372f61411af66d5767
7
- data.tar.gz: 57ab8d4b3ba37ee0c591b8b54ec37a65eaca310cff7785aec358ce55bb9202393bd2e6ec6b8d372217501ed19ee23e161a8a010202af7df45be9a1d8ebc85aff
6
+ metadata.gz: ff6f4b5d584f8441053fe9f83a978f407d3fb046f8374b718fe6c32f9d4cd346c922216aa752fad96175eaaee4bfefa8d39f7d6e5a7ca5205d45edc1444fbce2
7
+ data.tar.gz: 3a75e065556dc97f5d57b856817bdd556d8866844613937c19a042bdd777893cbb4ea4616c28bad9173de6d8b2b612990039cdce25653a5d7e817f8a4686d932
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.786.0 (2023-07-13)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.785.0 (2023-07-07)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.784.0 (2023-07-06)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.784.0
1
+ 1.786.0
@@ -42,7 +42,7 @@ module Aws
42
42
  end
43
43
  end
44
44
 
45
- # @param [Partition] partition
45
+ # @param [Partition] partitions_metadata
46
46
  # @api private
47
47
  def merge_metadata(partitions_metadata)
48
48
  partitions_metadata['partitions'].each do |partition_metadata|
@@ -195,7 +195,7 @@ module Aws
195
195
  end
196
196
  end
197
197
 
198
- # @param [Hash] partition metadata
198
+ # @param [Hash] partition_metadata
199
199
  # @api private For Internal use only
200
200
  def merge_metadata(partition_metadata)
201
201
  default_partition_list.merge_metadata(partition_metadata)
data/partitions.json CHANGED
@@ -7952,27 +7952,45 @@
7952
7952
  "ap-northeast-2" : {
7953
7953
  "hostname" : "internetmonitor.ap-northeast-2.api.aws"
7954
7954
  },
7955
+ "ap-northeast-3" : {
7956
+ "hostname" : "internetmonitor.ap-northeast-3.api.aws"
7957
+ },
7955
7958
  "ap-south-1" : {
7956
7959
  "hostname" : "internetmonitor.ap-south-1.api.aws"
7957
7960
  },
7961
+ "ap-south-2" : {
7962
+ "hostname" : "internetmonitor.ap-south-2.api.aws"
7963
+ },
7958
7964
  "ap-southeast-1" : {
7959
7965
  "hostname" : "internetmonitor.ap-southeast-1.api.aws"
7960
7966
  },
7961
7967
  "ap-southeast-2" : {
7962
7968
  "hostname" : "internetmonitor.ap-southeast-2.api.aws"
7963
7969
  },
7970
+ "ap-southeast-3" : {
7971
+ "hostname" : "internetmonitor.ap-southeast-3.api.aws"
7972
+ },
7973
+ "ap-southeast-4" : {
7974
+ "hostname" : "internetmonitor.ap-southeast-4.api.aws"
7975
+ },
7964
7976
  "ca-central-1" : {
7965
7977
  "hostname" : "internetmonitor.ca-central-1.api.aws"
7966
7978
  },
7967
7979
  "eu-central-1" : {
7968
7980
  "hostname" : "internetmonitor.eu-central-1.api.aws"
7969
7981
  },
7982
+ "eu-central-2" : {
7983
+ "hostname" : "internetmonitor.eu-central-2.api.aws"
7984
+ },
7970
7985
  "eu-north-1" : {
7971
7986
  "hostname" : "internetmonitor.eu-north-1.api.aws"
7972
7987
  },
7973
7988
  "eu-south-1" : {
7974
7989
  "hostname" : "internetmonitor.eu-south-1.api.aws"
7975
7990
  },
7991
+ "eu-south-2" : {
7992
+ "hostname" : "internetmonitor.eu-south-2.api.aws"
7993
+ },
7976
7994
  "eu-west-1" : {
7977
7995
  "hostname" : "internetmonitor.eu-west-1.api.aws"
7978
7996
  },
@@ -7982,6 +8000,9 @@
7982
8000
  "eu-west-3" : {
7983
8001
  "hostname" : "internetmonitor.eu-west-3.api.aws"
7984
8002
  },
8003
+ "me-central-1" : {
8004
+ "hostname" : "internetmonitor.me-central-1.api.aws"
8005
+ },
7985
8006
  "me-south-1" : {
7986
8007
  "hostname" : "internetmonitor.me-south-1.api.aws"
7987
8008
  },
@@ -10160,6 +10181,7 @@
10160
10181
  "ap-east-1" : { },
10161
10182
  "ap-northeast-1" : { },
10162
10183
  "ap-northeast-2" : { },
10184
+ "ap-northeast-3" : { },
10163
10185
  "ap-south-1" : { },
10164
10186
  "ap-southeast-1" : { },
10165
10187
  "ap-southeast-2" : { },
@@ -10993,9 +11015,11 @@
10993
11015
  "ap-northeast-2" : { },
10994
11016
  "ap-northeast-3" : { },
10995
11017
  "ap-south-1" : { },
11018
+ "ap-south-2" : { },
10996
11019
  "ap-southeast-1" : { },
10997
11020
  "ap-southeast-2" : { },
10998
11021
  "ap-southeast-3" : { },
11022
+ "ap-southeast-4" : { },
10999
11023
  "ca-central-1" : {
11000
11024
  "variants" : [ {
11001
11025
  "hostname" : "network-firewall-fips.ca-central-1.amazonaws.com",
@@ -11003,8 +11027,10 @@
11003
11027
  } ]
11004
11028
  },
11005
11029
  "eu-central-1" : { },
11030
+ "eu-central-2" : { },
11006
11031
  "eu-north-1" : { },
11007
11032
  "eu-south-1" : { },
11033
+ "eu-south-2" : { },
11008
11034
  "eu-west-1" : { },
11009
11035
  "eu-west-2" : { },
11010
11036
  "eu-west-3" : { },
@@ -15381,17 +15407,77 @@
15381
15407
  "ap-south-1" : { },
15382
15408
  "ap-southeast-1" : { },
15383
15409
  "ap-southeast-2" : { },
15384
- "ca-central-1" : { },
15410
+ "ca-central-1" : {
15411
+ "variants" : [ {
15412
+ "hostname" : "ssm-incidents-fips.ca-central-1.amazonaws.com",
15413
+ "tags" : [ "fips" ]
15414
+ } ]
15415
+ },
15385
15416
  "eu-central-1" : { },
15386
15417
  "eu-north-1" : { },
15387
15418
  "eu-west-1" : { },
15388
15419
  "eu-west-2" : { },
15389
15420
  "eu-west-3" : { },
15421
+ "fips-ca-central-1" : {
15422
+ "credentialScope" : {
15423
+ "region" : "ca-central-1"
15424
+ },
15425
+ "deprecated" : true,
15426
+ "hostname" : "ssm-incidents-fips.ca-central-1.amazonaws.com"
15427
+ },
15428
+ "fips-us-east-1" : {
15429
+ "credentialScope" : {
15430
+ "region" : "us-east-1"
15431
+ },
15432
+ "deprecated" : true,
15433
+ "hostname" : "ssm-incidents-fips.us-east-1.amazonaws.com"
15434
+ },
15435
+ "fips-us-east-2" : {
15436
+ "credentialScope" : {
15437
+ "region" : "us-east-2"
15438
+ },
15439
+ "deprecated" : true,
15440
+ "hostname" : "ssm-incidents-fips.us-east-2.amazonaws.com"
15441
+ },
15442
+ "fips-us-west-1" : {
15443
+ "credentialScope" : {
15444
+ "region" : "us-west-1"
15445
+ },
15446
+ "deprecated" : true,
15447
+ "hostname" : "ssm-incidents-fips.us-west-1.amazonaws.com"
15448
+ },
15449
+ "fips-us-west-2" : {
15450
+ "credentialScope" : {
15451
+ "region" : "us-west-2"
15452
+ },
15453
+ "deprecated" : true,
15454
+ "hostname" : "ssm-incidents-fips.us-west-2.amazonaws.com"
15455
+ },
15390
15456
  "sa-east-1" : { },
15391
- "us-east-1" : { },
15392
- "us-east-2" : { },
15393
- "us-west-1" : { },
15394
- "us-west-2" : { }
15457
+ "us-east-1" : {
15458
+ "variants" : [ {
15459
+ "hostname" : "ssm-incidents-fips.us-east-1.amazonaws.com",
15460
+ "tags" : [ "fips" ]
15461
+ } ]
15462
+ },
15463
+ "us-east-2" : {
15464
+ "variants" : [ {
15465
+ "hostname" : "ssm-incidents-fips.us-east-2.amazonaws.com",
15466
+ "tags" : [ "fips" ]
15467
+ } ]
15468
+ },
15469
+ "us-west-1" : {
15470
+ "variants" : [ {
15471
+ "hostname" : "ssm-incidents-fips.us-west-1.amazonaws.com",
15472
+ "tags" : [ "fips" ]
15473
+ } ]
15474
+ },
15475
+ "us-west-2" : {
15476
+ "variants" : [ {
15477
+ "hostname" : "ssm-incidents-fips.us-west-2.amazonaws.com",
15478
+ "tags" : [ "fips" ]
15479
+ } ]
15480
+ }
15395
15481
  }
15396
15482
  },
15397
15483
  "ssm-sap" : {
@@ -16278,6 +16364,7 @@
16278
16364
  "ap-southeast-1" : { },
16279
16365
  "ap-southeast-2" : { },
16280
16366
  "ap-southeast-3" : { },
16367
+ "ap-southeast-4" : { },
16281
16368
  "ca-central-1" : {
16282
16369
  "variants" : [ {
16283
16370
  "hostname" : "transfer-fips.ca-central-1.amazonaws.com",
@@ -18754,6 +18841,18 @@
18754
18841
  }
18755
18842
  }
18756
18843
  },
18844
+ "savingsplans" : {
18845
+ "endpoints" : {
18846
+ "aws-cn" : {
18847
+ "credentialScope" : {
18848
+ "region" : "cn-northwest-1"
18849
+ },
18850
+ "hostname" : "savingsplans.cn-northwest-1.amazonaws.com.cn"
18851
+ }
18852
+ },
18853
+ "isRegionalized" : false,
18854
+ "partitionEndpoint" : "aws-cn"
18855
+ },
18757
18856
  "secretsmanager" : {
18758
18857
  "endpoints" : {
18759
18858
  "cn-north-1" : { },
@@ -22478,6 +22577,18 @@
22478
22577
  }
22479
22578
  }
22480
22579
  },
22580
+ "savingsplans" : {
22581
+ "endpoints" : {
22582
+ "aws-us-gov-global" : {
22583
+ "credentialScope" : {
22584
+ "region" : "us-gov-west-1"
22585
+ },
22586
+ "hostname" : "savingsplans.amazonaws.com"
22587
+ }
22588
+ },
22589
+ "isRegionalized" : false,
22590
+ "partitionEndpoint" : "aws-us-gov-global"
22591
+ },
22481
22592
  "secretsmanager" : {
22482
22593
  "endpoints" : {
22483
22594
  "us-gov-east-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.784.0
4
+ version: 1.786.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: 2023-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: