aws-partitions 1.496.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: d83950fd3e41f59d014cb673b72615cfe2ef9358abca4b2920b042dc79f112c0
4
- data.tar.gz: 0dfd8552a7e80f9e02c245d77de5b3f0c262de7e37c7cc8b57fd977dd5e38601
3
+ metadata.gz: 20f7188bde8060e8f585956a9996c3ed6fdffae69a7fcb6bfdb9aeb60c74a3a5
4
+ data.tar.gz: a1bc6d769bd6d2e1d586aa87fad24b6b326ff8000ce37b08fa3f7c489b150533
5
5
  SHA512:
6
- metadata.gz: a1433c2ccf2c00cecc4e30ebcc6af0ace8eafba18655f9cca5dec0e59526f641e67b97ad0f76db240f46e00af5ff3a840853a8fc02fe8c9544d6481f7050523d
7
- data.tar.gz: 5384c1860970ade729d7e84c0c8770c2ee8f186ad6bc27fac7cad87970ff70ba21e8e1efbe0c54bc6a88733d5e78037c9f521ec3f72f54dc6642e42134e971d6
6
+ metadata.gz: 056e7b42260443629e5bd71bfee10f68c2cba5101810579498e3dac86697974508575e28d4a8096e1ea2897199a186d71ec2fa1526a68f012a03a1b62f2f0a8d
7
+ data.tar.gz: 0dc5edfec90e5483aa4008fd627d30bc0a3918b3c49684516e0d584d8c2dd9336c6fa50e97ee22681550dc970a1ef5bff036a1c3f805c02c9896a10ade87b234
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
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
+
4
24
  1.496.0 (2021-09-03)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.496.0
1
+ 1.500.0
@@ -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
@@ -1028,6 +1028,13 @@
1028
1028
  "us-west-2" : { }
1029
1029
  }
1030
1030
  },
1031
+ "braket" : {
1032
+ "endpoints" : {
1033
+ "us-east-1" : { },
1034
+ "us-west-1" : { },
1035
+ "us-west-2" : { }
1036
+ }
1037
+ },
1031
1038
  "budgets" : {
1032
1039
  "endpoints" : {
1033
1040
  "aws-global" : {
@@ -4544,6 +4551,25 @@
4544
4551
  "us-west-2" : { }
4545
4552
  }
4546
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
+ },
4547
4573
  "mediastore" : {
4548
4574
  "endpoints" : {
4549
4575
  "ap-northeast-1" : { },
@@ -4864,6 +4890,61 @@
4864
4890
  }
4865
4891
  }
4866
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
+ },
4867
4948
  "oidc" : {
4868
4949
  "endpoints" : {
4869
4950
  "ap-northeast-1" : {
@@ -9679,6 +9760,24 @@
9679
9760
  }
9680
9761
  }
9681
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
+ },
9682
9781
  "organizations" : {
9683
9782
  "endpoints" : {
9684
9783
  "aws-us-gov-global" : {
@@ -10041,6 +10140,18 @@
10041
10140
  "us-gov-west-1" : { }
10042
10141
  }
10043
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
+ },
10044
10155
  "servicequotas" : {
10045
10156
  "defaults" : {
10046
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.496.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-03 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: