aws-partitions 1.543.0 → 1.544.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +133 -20
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b30acd78ca7f62ce122849c7c9797928a00a8d3e243b0a4d97e2e645c1394ac3
4
- data.tar.gz: 64ed5d84ee4129c39f03d1095ecd5dd1bac179411d256d59d93947e85e7be720
3
+ metadata.gz: ecd30a14fb6a1f75783277673bec1351ba47bae081a07f523e910099175d52ca
4
+ data.tar.gz: 34330bc71b7a5bd5619f3d06fbc29952a8d74ad66eb4b87f41826b41781004cf
5
5
  SHA512:
6
- metadata.gz: af961ae4285a3d47fad1e9e877b23272a060374d2f7f73bed7fd7324f9cdcc3ac6add3b95d187fb2c6bceb367249eb585e0d08e7eeb62600c086158e09c357cb
7
- data.tar.gz: 2cba46e12fe8ac5e7d10bdfc5fe211fc0abae35a2422edd48331153f5237c673b984e55aab5ed975a44af67d7db904eab971f27386429c378716c788fd543215
6
+ metadata.gz: 0bfb2484b98760c3541957e31072a5eeff476cc81c13daff1fc55eb39945648dc987a109f34d525db1862777f5c1796163cf6c504a1c41c071baa46f818c214e
7
+ data.tar.gz: 53e1b1f06f38b8fc2b0f1be488f112322199802c301b3be5ad62fa57be810da07b4d67a6d4a0dee0a6aee1d458f480523ee265a3d5105a42e7697ed8f6f43ab4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.544.0 (2022-01-03)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.543.0 (2021-12-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.543.0
1
+ 1.544.0
data/partitions.json CHANGED
@@ -6899,22 +6899,102 @@
6899
6899
  },
6900
6900
  "lambda" : {
6901
6901
  "endpoints" : {
6902
- "af-south-1" : { },
6903
- "ap-east-1" : { },
6904
- "ap-northeast-1" : { },
6905
- "ap-northeast-2" : { },
6906
- "ap-northeast-3" : { },
6907
- "ap-south-1" : { },
6908
- "ap-southeast-1" : { },
6909
- "ap-southeast-2" : { },
6910
- "ap-southeast-3" : { },
6911
- "ca-central-1" : { },
6912
- "eu-central-1" : { },
6913
- "eu-north-1" : { },
6914
- "eu-south-1" : { },
6915
- "eu-west-1" : { },
6916
- "eu-west-2" : { },
6917
- "eu-west-3" : { },
6902
+ "af-south-1" : {
6903
+ "variants" : [ {
6904
+ "hostname" : "lambda.af-south-1.api.aws",
6905
+ "tags" : [ "dualstack" ]
6906
+ } ]
6907
+ },
6908
+ "ap-east-1" : {
6909
+ "variants" : [ {
6910
+ "hostname" : "lambda.ap-east-1.api.aws",
6911
+ "tags" : [ "dualstack" ]
6912
+ } ]
6913
+ },
6914
+ "ap-northeast-1" : {
6915
+ "variants" : [ {
6916
+ "hostname" : "lambda.ap-northeast-1.api.aws",
6917
+ "tags" : [ "dualstack" ]
6918
+ } ]
6919
+ },
6920
+ "ap-northeast-2" : {
6921
+ "variants" : [ {
6922
+ "hostname" : "lambda.ap-northeast-2.api.aws",
6923
+ "tags" : [ "dualstack" ]
6924
+ } ]
6925
+ },
6926
+ "ap-northeast-3" : {
6927
+ "variants" : [ {
6928
+ "hostname" : "lambda.ap-northeast-3.api.aws",
6929
+ "tags" : [ "dualstack" ]
6930
+ } ]
6931
+ },
6932
+ "ap-south-1" : {
6933
+ "variants" : [ {
6934
+ "hostname" : "lambda.ap-south-1.api.aws",
6935
+ "tags" : [ "dualstack" ]
6936
+ } ]
6937
+ },
6938
+ "ap-southeast-1" : {
6939
+ "variants" : [ {
6940
+ "hostname" : "lambda.ap-southeast-1.api.aws",
6941
+ "tags" : [ "dualstack" ]
6942
+ } ]
6943
+ },
6944
+ "ap-southeast-2" : {
6945
+ "variants" : [ {
6946
+ "hostname" : "lambda.ap-southeast-2.api.aws",
6947
+ "tags" : [ "dualstack" ]
6948
+ } ]
6949
+ },
6950
+ "ap-southeast-3" : {
6951
+ "variants" : [ {
6952
+ "hostname" : "lambda.ap-southeast-3.api.aws",
6953
+ "tags" : [ "dualstack" ]
6954
+ } ]
6955
+ },
6956
+ "ca-central-1" : {
6957
+ "variants" : [ {
6958
+ "hostname" : "lambda.ca-central-1.api.aws",
6959
+ "tags" : [ "dualstack" ]
6960
+ } ]
6961
+ },
6962
+ "eu-central-1" : {
6963
+ "variants" : [ {
6964
+ "hostname" : "lambda.eu-central-1.api.aws",
6965
+ "tags" : [ "dualstack" ]
6966
+ } ]
6967
+ },
6968
+ "eu-north-1" : {
6969
+ "variants" : [ {
6970
+ "hostname" : "lambda.eu-north-1.api.aws",
6971
+ "tags" : [ "dualstack" ]
6972
+ } ]
6973
+ },
6974
+ "eu-south-1" : {
6975
+ "variants" : [ {
6976
+ "hostname" : "lambda.eu-south-1.api.aws",
6977
+ "tags" : [ "dualstack" ]
6978
+ } ]
6979
+ },
6980
+ "eu-west-1" : {
6981
+ "variants" : [ {
6982
+ "hostname" : "lambda.eu-west-1.api.aws",
6983
+ "tags" : [ "dualstack" ]
6984
+ } ]
6985
+ },
6986
+ "eu-west-2" : {
6987
+ "variants" : [ {
6988
+ "hostname" : "lambda.eu-west-2.api.aws",
6989
+ "tags" : [ "dualstack" ]
6990
+ } ]
6991
+ },
6992
+ "eu-west-3" : {
6993
+ "variants" : [ {
6994
+ "hostname" : "lambda.eu-west-3.api.aws",
6995
+ "tags" : [ "dualstack" ]
6996
+ } ]
6997
+ },
6918
6998
  "fips-us-east-1" : {
6919
6999
  "credentialScope" : {
6920
7000
  "region" : "us-east-1"
@@ -6943,30 +7023,52 @@
6943
7023
  "deprecated" : true,
6944
7024
  "hostname" : "lambda-fips.us-west-2.amazonaws.com"
6945
7025
  },
6946
- "me-south-1" : { },
6947
- "sa-east-1" : { },
7026
+ "me-south-1" : {
7027
+ "variants" : [ {
7028
+ "hostname" : "lambda.me-south-1.api.aws",
7029
+ "tags" : [ "dualstack" ]
7030
+ } ]
7031
+ },
7032
+ "sa-east-1" : {
7033
+ "variants" : [ {
7034
+ "hostname" : "lambda.sa-east-1.api.aws",
7035
+ "tags" : [ "dualstack" ]
7036
+ } ]
7037
+ },
6948
7038
  "us-east-1" : {
6949
7039
  "variants" : [ {
6950
7040
  "hostname" : "lambda-fips.us-east-1.amazonaws.com",
6951
7041
  "tags" : [ "fips" ]
7042
+ }, {
7043
+ "hostname" : "lambda.us-east-1.api.aws",
7044
+ "tags" : [ "dualstack" ]
6952
7045
  } ]
6953
7046
  },
6954
7047
  "us-east-2" : {
6955
7048
  "variants" : [ {
6956
7049
  "hostname" : "lambda-fips.us-east-2.amazonaws.com",
6957
7050
  "tags" : [ "fips" ]
7051
+ }, {
7052
+ "hostname" : "lambda.us-east-2.api.aws",
7053
+ "tags" : [ "dualstack" ]
6958
7054
  } ]
6959
7055
  },
6960
7056
  "us-west-1" : {
6961
7057
  "variants" : [ {
6962
7058
  "hostname" : "lambda-fips.us-west-1.amazonaws.com",
6963
7059
  "tags" : [ "fips" ]
7060
+ }, {
7061
+ "hostname" : "lambda.us-west-1.api.aws",
7062
+ "tags" : [ "dualstack" ]
6964
7063
  } ]
6965
7064
  },
6966
7065
  "us-west-2" : {
6967
7066
  "variants" : [ {
6968
7067
  "hostname" : "lambda-fips.us-west-2.amazonaws.com",
6969
7068
  "tags" : [ "fips" ]
7069
+ }, {
7070
+ "hostname" : "lambda.us-west-2.api.aws",
7071
+ "tags" : [ "dualstack" ]
6970
7072
  } ]
6971
7073
  }
6972
7074
  }
@@ -10062,6 +10164,7 @@
10062
10164
  "ap-south-1" : { },
10063
10165
  "ap-southeast-1" : { },
10064
10166
  "ap-southeast-2" : { },
10167
+ "ap-southeast-3" : { },
10065
10168
  "ca-central-1" : { },
10066
10169
  "eu-central-1" : { },
10067
10170
  "eu-north-1" : { },
@@ -13130,8 +13233,18 @@
13130
13233
  },
13131
13234
  "lambda" : {
13132
13235
  "endpoints" : {
13133
- "cn-north-1" : { },
13134
- "cn-northwest-1" : { }
13236
+ "cn-north-1" : {
13237
+ "variants" : [ {
13238
+ "hostname" : "lambda.cn-north-1.api.amazonwebservices.com.cn",
13239
+ "tags" : [ "dualstack" ]
13240
+ } ]
13241
+ },
13242
+ "cn-northwest-1" : {
13243
+ "variants" : [ {
13244
+ "hostname" : "lambda.cn-northwest-1.api.amazonwebservices.com.cn",
13245
+ "tags" : [ "dualstack" ]
13246
+ } ]
13247
+ }
13135
13248
  }
13136
13249
  },
13137
13250
  "license-manager" : {
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.543.0
4
+ version: 1.544.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-12-21 00:00:00.000000000 Z
11
+ date: 2022-01-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: