aws-partitions 1.494.0 → 1.500.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: 68284b79ecb6de7af1a3ddb0b0dd04b68ae911bff48195cbfa2f25b76644a9fa
4
- data.tar.gz: 4aa5f1eddbee1391acbbe35dd65201e551242dd81167501a1eaa2cb221b771b7
3
+ metadata.gz: 20f7188bde8060e8f585956a9996c3ed6fdffae69a7fcb6bfdb9aeb60c74a3a5
4
+ data.tar.gz: a1bc6d769bd6d2e1d586aa87fad24b6b326ff8000ce37b08fa3f7c489b150533
5
5
  SHA512:
6
- metadata.gz: ed0393546f1dddcf96abfd4a512816f1fd2d5ae7ac164e1ac56b64c29f9e70e55a20ddc23f803f6a137b3f69b6bb7763d492ce5e0179beb8e26e26179496904e
7
- data.tar.gz: 9ea04cc65a7727bb2b5630b3174d39143097c43ed1925d2a3d698717c2ad45f808908b278d28a70ffc0958d4e590645f1ba0acbd275ca6439ec4acdd0764798b
6
+ metadata.gz: 056e7b42260443629e5bd71bfee10f68c2cba5101810579498e3dac86697974508575e28d4a8096e1ea2897199a186d71ec2fa1526a68f012a03a1b62f2f0a8d
7
+ data.tar.gz: 0dc5edfec90e5483aa4008fd627d30bc0a3918b3c49684516e0d584d8c2dd9336c6fa50e97ee22681550dc970a1ef5bff036a1c3f805c02c9896a10ade87b234
data/CHANGELOG.md CHANGED
@@ -1,6 +1,36 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.500.0 (2021-09-10)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.499.0 (2021-09-09)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.498.0 (2021-09-08)
15
+ ------------------
16
+
17
+ * Feature - Added support for enumerating regions for `Aws::OpenSearchService`.
18
+
19
+ 1.497.0 (2021-09-07)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.496.0 (2021-09-03)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.495.0 (2021-09-02)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
4
34
  1.494.0 (2021-09-01)
5
35
  ------------------
6
36
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.494.0
1
+ 1.500.0
@@ -96,9 +96,10 @@ module Aws
96
96
  .sub('{dnsSuffix}', partition['dnsSuffix'])
97
97
  end
98
98
 
99
- def get_partition(region)
100
- partition_containing_region(region) ||
101
- partition_matching_region(region) ||
99
+ def get_partition(region_or_partition)
100
+ partition_containing_region(region_or_partition) ||
101
+ partition_matching_region(region_or_partition) ||
102
+ partition_matching_name(region_or_partition) ||
102
103
  default_partition
103
104
  end
104
105
 
@@ -117,6 +118,10 @@ module Aws
117
118
  end
118
119
  end
119
120
 
121
+ def partition_matching_name(partition_name)
122
+ @rules['partitions'].find { |p| p['partition'] == partition_name }
123
+ end
124
+
120
125
  def default_partition
121
126
  @rules['partitions'].find { |p| p['partition'] == 'aws' } ||
122
127
  @rules['partitions'].first
@@ -414,6 +414,7 @@ module Aws
414
414
  'NetworkFirewall' => 'network-firewall',
415
415
  'NetworkManager' => 'networkmanager',
416
416
  'NimbleStudio' => 'nimble',
417
+ 'OpenSearchService' => 'es',
417
418
  'OpsWorks' => 'opsworks',
418
419
  'OpsWorksCM' => 'opsworks-cm',
419
420
  'Organizations' => 'organizations',
data/partitions.json CHANGED
@@ -251,11 +251,17 @@
251
251
  "airflow" : {
252
252
  "endpoints" : {
253
253
  "ap-northeast-1" : { },
254
+ "ap-northeast-2" : { },
255
+ "ap-south-1" : { },
254
256
  "ap-southeast-1" : { },
255
257
  "ap-southeast-2" : { },
258
+ "ca-central-1" : { },
256
259
  "eu-central-1" : { },
257
260
  "eu-north-1" : { },
258
261
  "eu-west-1" : { },
262
+ "eu-west-2" : { },
263
+ "eu-west-3" : { },
264
+ "sa-east-1" : { },
259
265
  "us-east-1" : { },
260
266
  "us-east-2" : { },
261
267
  "us-west-2" : { }
@@ -620,6 +626,7 @@
620
626
  "ap-east-1" : { },
621
627
  "ap-northeast-1" : { },
622
628
  "ap-northeast-2" : { },
629
+ "ap-northeast-3" : { },
623
630
  "ap-south-1" : { },
624
631
  "ap-southeast-1" : { },
625
632
  "ap-southeast-2" : { },
@@ -1021,6 +1028,13 @@
1021
1028
  "us-west-2" : { }
1022
1029
  }
1023
1030
  },
1031
+ "braket" : {
1032
+ "endpoints" : {
1033
+ "us-east-1" : { },
1034
+ "us-west-1" : { },
1035
+ "us-west-2" : { }
1036
+ }
1037
+ },
1024
1038
  "budgets" : {
1025
1039
  "endpoints" : {
1026
1040
  "aws-global" : {
@@ -1063,9 +1077,11 @@
1063
1077
  },
1064
1078
  "cloud9" : {
1065
1079
  "endpoints" : {
1080
+ "af-south-1" : { },
1066
1081
  "ap-east-1" : { },
1067
1082
  "ap-northeast-1" : { },
1068
1083
  "ap-northeast-2" : { },
1084
+ "ap-northeast-3" : { },
1069
1085
  "ap-south-1" : { },
1070
1086
  "ap-southeast-1" : { },
1071
1087
  "ap-southeast-2" : { },
@@ -4535,6 +4551,25 @@
4535
4551
  "us-west-2" : { }
4536
4552
  }
4537
4553
  },
4554
+ "mediapackage-vod" : {
4555
+ "endpoints" : {
4556
+ "ap-northeast-1" : { },
4557
+ "ap-northeast-2" : { },
4558
+ "ap-south-1" : { },
4559
+ "ap-southeast-1" : { },
4560
+ "ap-southeast-2" : { },
4561
+ "eu-central-1" : { },
4562
+ "eu-north-1" : { },
4563
+ "eu-west-1" : { },
4564
+ "eu-west-2" : { },
4565
+ "eu-west-3" : { },
4566
+ "sa-east-1" : { },
4567
+ "us-east-1" : { },
4568
+ "us-east-2" : { },
4569
+ "us-west-1" : { },
4570
+ "us-west-2" : { }
4571
+ }
4572
+ },
4538
4573
  "mediastore" : {
4539
4574
  "endpoints" : {
4540
4575
  "ap-northeast-1" : { },
@@ -4855,6 +4890,61 @@
4855
4890
  }
4856
4891
  }
4857
4892
  },
4893
+ "network-firewall" : {
4894
+ "endpoints" : {
4895
+ "af-south-1" : { },
4896
+ "ap-east-1" : { },
4897
+ "ap-northeast-1" : { },
4898
+ "ap-northeast-2" : { },
4899
+ "ap-northeast-3" : { },
4900
+ "ap-south-1" : { },
4901
+ "ap-southeast-1" : { },
4902
+ "ap-southeast-2" : { },
4903
+ "ca-central-1" : { },
4904
+ "eu-central-1" : { },
4905
+ "eu-north-1" : { },
4906
+ "eu-south-1" : { },
4907
+ "eu-west-1" : { },
4908
+ "eu-west-2" : { },
4909
+ "eu-west-3" : { },
4910
+ "fips-ca-central-1" : {
4911
+ "credentialScope" : {
4912
+ "region" : "ca-central-1"
4913
+ },
4914
+ "hostname" : "network-firewall-fips.ca-central-1.amazonaws.com"
4915
+ },
4916
+ "fips-us-east-1" : {
4917
+ "credentialScope" : {
4918
+ "region" : "us-east-1"
4919
+ },
4920
+ "hostname" : "network-firewall-fips.us-east-1.amazonaws.com"
4921
+ },
4922
+ "fips-us-east-2" : {
4923
+ "credentialScope" : {
4924
+ "region" : "us-east-2"
4925
+ },
4926
+ "hostname" : "network-firewall-fips.us-east-2.amazonaws.com"
4927
+ },
4928
+ "fips-us-west-1" : {
4929
+ "credentialScope" : {
4930
+ "region" : "us-west-1"
4931
+ },
4932
+ "hostname" : "network-firewall-fips.us-west-1.amazonaws.com"
4933
+ },
4934
+ "fips-us-west-2" : {
4935
+ "credentialScope" : {
4936
+ "region" : "us-west-2"
4937
+ },
4938
+ "hostname" : "network-firewall-fips.us-west-2.amazonaws.com"
4939
+ },
4940
+ "me-south-1" : { },
4941
+ "sa-east-1" : { },
4942
+ "us-east-1" : { },
4943
+ "us-east-2" : { },
4944
+ "us-west-1" : { },
4945
+ "us-west-2" : { }
4946
+ }
4947
+ },
4858
4948
  "oidc" : {
4859
4949
  "endpoints" : {
4860
4950
  "ap-northeast-1" : {
@@ -5107,6 +5197,7 @@
5107
5197
  },
5108
5198
  "polly" : {
5109
5199
  "endpoints" : {
5200
+ "af-south-1" : { },
5110
5201
  "ap-east-1" : { },
5111
5202
  "ap-northeast-1" : { },
5112
5203
  "ap-northeast-2" : { },
@@ -5634,6 +5725,7 @@
5634
5725
  "ap-east-1" : { },
5635
5726
  "ap-northeast-1" : { },
5636
5727
  "ap-northeast-2" : { },
5728
+ "ap-northeast-3" : { },
5637
5729
  "ap-south-1" : { },
5638
5730
  "ap-southeast-1" : { },
5639
5731
  "ap-southeast-2" : { },
@@ -9668,6 +9760,24 @@
9668
9760
  }
9669
9761
  }
9670
9762
  },
9763
+ "network-firewall" : {
9764
+ "endpoints" : {
9765
+ "fips-us-gov-east-1" : {
9766
+ "credentialScope" : {
9767
+ "region" : "us-gov-east-1"
9768
+ },
9769
+ "hostname" : "network-firewall-fips.us-gov-east-1.amazonaws.com"
9770
+ },
9771
+ "fips-us-gov-west-1" : {
9772
+ "credentialScope" : {
9773
+ "region" : "us-gov-west-1"
9774
+ },
9775
+ "hostname" : "network-firewall-fips.us-gov-west-1.amazonaws.com"
9776
+ },
9777
+ "us-gov-east-1" : { },
9778
+ "us-gov-west-1" : { }
9779
+ }
9780
+ },
9671
9781
  "organizations" : {
9672
9782
  "endpoints" : {
9673
9783
  "aws-us-gov-global" : {
@@ -10030,6 +10140,18 @@
10030
10140
  "us-gov-west-1" : { }
10031
10141
  }
10032
10142
  },
10143
+ "servicediscovery" : {
10144
+ "endpoints" : {
10145
+ "servicediscovery-fips" : {
10146
+ "credentialScope" : {
10147
+ "region" : "us-gov-west-1"
10148
+ },
10149
+ "hostname" : "servicediscovery-fips.us-gov-west-1.amazonaws.com"
10150
+ },
10151
+ "us-gov-east-1" : { },
10152
+ "us-gov-west-1" : { }
10153
+ }
10154
+ },
10033
10155
  "servicequotas" : {
10034
10156
  "defaults" : {
10035
10157
  "protocols" : [ "https" ]
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.494.0
4
+ version: 1.500.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: 2021-09-01 00:00:00.000000000 Z
11
+ date: 2021-09-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: