aws-partitions 1.530.0 → 1.531.0

Sign up to get free protection for your applications and to get access to all the features.
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 +28 -41
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 72361153dc51b832d630910f6d7811889d645bafec4f3590aa56b308733194bb
4
- data.tar.gz: e880677fda34f514c3181e91c9973405521c8ed4e5b4f14514153ea2b07a4164
3
+ metadata.gz: 8c1172175fd0e906f3e9c4a7f18d0b673d3a22a157295c201070cb63f121e944
4
+ data.tar.gz: '08f0f34248374087fc27087b8db399f62eea030f4d8c9dcd603b4a7504b898cd'
5
5
  SHA512:
6
- metadata.gz: da4a4c7c81f0267f63baf2e0ceafb7943f21dd492f9ad1f96ca34ce308154d719406eb8255a2daba4be0ed4a720a00dafc3d5affea79203a673d93e232f39b68
7
- data.tar.gz: 827898c7876b21567ff08c2c0844c818a9c9df3c3ab51a941b51e583cd990761d867c68d218167bd401def391308f0085e3963e56555e9822d61a0e6e5a107b2
6
+ metadata.gz: 87f34df2b83ef2e62a4e0a500979a32899572668ef4a2fb367b0cc6139875442c2340fcf922c321460f4d8ab3d57880e2fdf1916d899a63c5c538e0d44554c15
7
+ data.tar.gz: 255485e77bc03df4e84eb94504c4296af22849828f3925493acfccf335503f835ba02a6a384f8a03911b9c0ef1e1e86cc5adcc5b2a65bb0a51ca33e79ef1e3ae
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.531.0 (2021-11-16)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.530.0 (2021-11-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.530.0
1
+ 1.531.0
data/partitions.json CHANGED
@@ -11053,20 +11053,18 @@
11053
11053
  "protocols" : [ "http", "https" ]
11054
11054
  },
11055
11055
  "endpoints" : {
11056
+ "af-south-1" : { },
11057
+ "ap-east-1" : { },
11056
11058
  "ap-northeast-1" : { },
11057
11059
  "ap-northeast-2" : { },
11060
+ "ap-northeast-3" : { },
11058
11061
  "ap-south-1" : { },
11059
11062
  "ap-southeast-1" : { },
11060
11063
  "ap-southeast-2" : { },
11061
11064
  "ca-central-1" : { },
11062
- "ca-central-1-fips" : {
11063
- "credentialScope" : {
11064
- "region" : "ca-central-1"
11065
- },
11066
- "hostname" : "dynamodb-fips.ca-central-1.amazonaws.com"
11067
- },
11068
11065
  "eu-central-1" : { },
11069
11066
  "eu-north-1" : { },
11067
+ "eu-south-1" : { },
11070
11068
  "eu-west-1" : { },
11071
11069
  "eu-west-2" : { },
11072
11070
  "eu-west-3" : { },
@@ -11080,33 +11078,9 @@
11080
11078
  "me-south-1" : { },
11081
11079
  "sa-east-1" : { },
11082
11080
  "us-east-1" : { },
11083
- "us-east-1-fips" : {
11084
- "credentialScope" : {
11085
- "region" : "us-east-1"
11086
- },
11087
- "hostname" : "dynamodb-fips.us-east-1.amazonaws.com"
11088
- },
11089
11081
  "us-east-2" : { },
11090
- "us-east-2-fips" : {
11091
- "credentialScope" : {
11092
- "region" : "us-east-2"
11093
- },
11094
- "hostname" : "dynamodb-fips.us-east-2.amazonaws.com"
11095
- },
11096
11082
  "us-west-1" : { },
11097
- "us-west-1-fips" : {
11098
- "credentialScope" : {
11099
- "region" : "us-west-1"
11100
- },
11101
- "hostname" : "dynamodb-fips.us-west-1.amazonaws.com"
11102
- },
11103
- "us-west-2" : { },
11104
- "us-west-2-fips" : {
11105
- "credentialScope" : {
11106
- "region" : "us-west-2"
11107
- },
11108
- "hostname" : "dynamodb-fips.us-west-2.amazonaws.com"
11109
- }
11083
+ "us-west-2" : { }
11110
11084
  }
11111
11085
  },
11112
11086
  "sts" : {
@@ -16240,22 +16214,38 @@
16240
16214
  "defaults" : {
16241
16215
  "credentialScope" : {
16242
16216
  "service" : "dynamodb"
16243
- }
16217
+ },
16218
+ "variants" : [ {
16219
+ "hostname" : "streams.dynamodb.{region}.{dnsSuffix}",
16220
+ "tags" : [ "fips" ]
16221
+ } ]
16244
16222
  },
16245
16223
  "endpoints" : {
16246
- "us-gov-east-1" : { },
16224
+ "us-gov-east-1" : {
16225
+ "variants" : [ {
16226
+ "hostname" : "streams.dynamodb.us-gov-east-1.amazonaws.com",
16227
+ "tags" : [ "fips" ]
16228
+ } ]
16229
+ },
16247
16230
  "us-gov-east-1-fips" : {
16248
16231
  "credentialScope" : {
16249
16232
  "region" : "us-gov-east-1"
16250
16233
  },
16251
- "hostname" : "dynamodb.us-gov-east-1.amazonaws.com"
16234
+ "deprecated" : true,
16235
+ "hostname" : "streams.dynamodb.us-gov-east-1.amazonaws.com"
16236
+ },
16237
+ "us-gov-west-1" : {
16238
+ "variants" : [ {
16239
+ "hostname" : "streams.dynamodb.us-gov-west-1.amazonaws.com",
16240
+ "tags" : [ "fips" ]
16241
+ } ]
16252
16242
  },
16253
- "us-gov-west-1" : { },
16254
16243
  "us-gov-west-1-fips" : {
16255
16244
  "credentialScope" : {
16256
16245
  "region" : "us-gov-west-1"
16257
16246
  },
16258
- "hostname" : "dynamodb.us-gov-west-1.amazonaws.com"
16247
+ "deprecated" : true,
16248
+ "hostname" : "streams.dynamodb.us-gov-west-1.amazonaws.com"
16259
16249
  }
16260
16250
  }
16261
16251
  },
@@ -16981,13 +16971,10 @@
16981
16971
  "defaults" : {
16982
16972
  "credentialScope" : {
16983
16973
  "service" : "dynamodb"
16984
- },
16985
- "protocols" : [ "http", "https" ]
16974
+ }
16986
16975
  },
16987
16976
  "endpoints" : {
16988
- "us-iso-east-1" : {
16989
- "protocols" : [ "http", "https" ]
16990
- }
16977
+ "us-iso-east-1" : { }
16991
16978
  }
16992
16979
  },
16993
16980
  "sts" : {
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.530.0
4
+ version: 1.531.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-11-15 00:00:00.000000000 Z
11
+ date: 2021-11-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: