aws-partitions 1.544.0 → 1.548.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 +20 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +119 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ecd30a14fb6a1f75783277673bec1351ba47bae081a07f523e910099175d52ca
4
- data.tar.gz: 34330bc71b7a5bd5619f3d06fbc29952a8d74ad66eb4b87f41826b41781004cf
3
+ metadata.gz: ddb49342bc9412326723d9bb9f3d8111ae15095a53852c39bbab481300dd881b
4
+ data.tar.gz: 75066d63edae770d9ada02c935dde7d3eb9388995a6db6634e404793457b9a1d
5
5
  SHA512:
6
- metadata.gz: 0bfb2484b98760c3541957e31072a5eeff476cc81c13daff1fc55eb39945648dc987a109f34d525db1862777f5c1796163cf6c504a1c41c071baa46f818c214e
7
- data.tar.gz: 53e1b1f06f38b8fc2b0f1be488f112322199802c301b3be5ad62fa57be810da07b4d67a6d4a0dee0a6aee1d458f480523ee265a3d5105a42e7697ed8f6f43ab4
6
+ metadata.gz: ce6a8ba3ef434edcfea74c89344dec7ed9983be847a39ecf206b8ef0079eb4e8f327bef4548fe730d78afe7e1d5c1c862bd4b594ab5ce18d25b01064ed1a70a4
7
+ data.tar.gz: ed8fffd1822f5e209f02df31460ef7027f19c77013a1410c2cef3fbcd200430392e4c771c910801d902d32b0ec946460713b38fe0527e78370b2ebf5c2d75e6f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.548.0 (2022-01-13)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.547.0 (2022-01-07)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.546.0 (2022-01-06)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.545.0 (2022-01-05)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
4
24
  1.544.0 (2022-01-03)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.544.0
1
+ 1.548.0
data/partitions.json CHANGED
@@ -1368,6 +1368,7 @@
1368
1368
  "ap-south-1" : { },
1369
1369
  "ap-southeast-1" : { },
1370
1370
  "ap-southeast-2" : { },
1371
+ "ap-southeast-3" : { },
1371
1372
  "ca-central-1" : { },
1372
1373
  "eu-central-1" : { },
1373
1374
  "eu-north-1" : { },
@@ -10103,6 +10104,66 @@
10103
10104
  }
10104
10105
  }
10105
10106
  },
10107
+ "s3-outposts" : {
10108
+ "endpoints" : {
10109
+ "af-south-1" : { },
10110
+ "ap-east-1" : { },
10111
+ "ap-northeast-1" : { },
10112
+ "ap-northeast-2" : { },
10113
+ "ap-northeast-3" : { },
10114
+ "ap-south-1" : { },
10115
+ "ap-southeast-1" : { },
10116
+ "ap-southeast-2" : { },
10117
+ "ca-central-1" : {
10118
+ "variants" : [ {
10119
+ "tags" : [ "fips" ]
10120
+ } ]
10121
+ },
10122
+ "eu-central-1" : { },
10123
+ "eu-north-1" : { },
10124
+ "eu-south-1" : { },
10125
+ "eu-west-1" : { },
10126
+ "eu-west-2" : { },
10127
+ "eu-west-3" : { },
10128
+ "fips-ca-central-1" : {
10129
+ "deprecated" : true
10130
+ },
10131
+ "fips-us-east-1" : {
10132
+ "deprecated" : true
10133
+ },
10134
+ "fips-us-east-2" : {
10135
+ "deprecated" : true
10136
+ },
10137
+ "fips-us-west-1" : {
10138
+ "deprecated" : true
10139
+ },
10140
+ "fips-us-west-2" : {
10141
+ "deprecated" : true
10142
+ },
10143
+ "me-south-1" : { },
10144
+ "sa-east-1" : { },
10145
+ "us-east-1" : {
10146
+ "variants" : [ {
10147
+ "tags" : [ "fips" ]
10148
+ } ]
10149
+ },
10150
+ "us-east-2" : {
10151
+ "variants" : [ {
10152
+ "tags" : [ "fips" ]
10153
+ } ]
10154
+ },
10155
+ "us-west-1" : {
10156
+ "variants" : [ {
10157
+ "tags" : [ "fips" ]
10158
+ } ]
10159
+ },
10160
+ "us-west-2" : {
10161
+ "variants" : [ {
10162
+ "tags" : [ "fips" ]
10163
+ } ]
10164
+ }
10165
+ }
10166
+ },
10106
10167
  "savingsplans" : {
10107
10168
  "endpoints" : {
10108
10169
  "aws-global" : {
@@ -15278,6 +15339,13 @@
15278
15339
  } ]
15279
15340
  },
15280
15341
  "endpoints" : {
15342
+ "fips-us-gov-east-1" : {
15343
+ "credentialScope" : {
15344
+ "region" : "us-gov-east-1"
15345
+ },
15346
+ "deprecated" : true,
15347
+ "hostname" : "identitystore.us-gov-east-1.amazonaws.com"
15348
+ },
15281
15349
  "fips-us-gov-west-1" : {
15282
15350
  "credentialScope" : {
15283
15351
  "region" : "us-gov-west-1"
@@ -15285,6 +15353,12 @@
15285
15353
  "deprecated" : true,
15286
15354
  "hostname" : "identitystore.us-gov-west-1.amazonaws.com"
15287
15355
  },
15356
+ "us-gov-east-1" : {
15357
+ "variants" : [ {
15358
+ "hostname" : "identitystore.us-gov-east-1.amazonaws.com",
15359
+ "tags" : [ "fips" ]
15360
+ } ]
15361
+ },
15288
15362
  "us-gov-west-1" : {
15289
15363
  "variants" : [ {
15290
15364
  "hostname" : "identitystore.us-gov-west-1.amazonaws.com",
@@ -15762,6 +15836,12 @@
15762
15836
  },
15763
15837
  "oidc" : {
15764
15838
  "endpoints" : {
15839
+ "us-gov-east-1" : {
15840
+ "credentialScope" : {
15841
+ "region" : "us-gov-east-1"
15842
+ },
15843
+ "hostname" : "oidc.us-gov-east-1.amazonaws.com"
15844
+ },
15765
15845
  "us-gov-west-1" : {
15766
15846
  "credentialScope" : {
15767
15847
  "region" : "us-gov-west-1"
@@ -15854,6 +15934,12 @@
15854
15934
  },
15855
15935
  "portal.sso" : {
15856
15936
  "endpoints" : {
15937
+ "us-gov-east-1" : {
15938
+ "credentialScope" : {
15939
+ "region" : "us-gov-east-1"
15940
+ },
15941
+ "hostname" : "portal.sso.us-gov-east-1.amazonaws.com"
15942
+ },
15857
15943
  "us-gov-west-1" : {
15858
15944
  "credentialScope" : {
15859
15945
  "region" : "us-gov-west-1"
@@ -16217,6 +16303,26 @@
16217
16303
  }
16218
16304
  }
16219
16305
  },
16306
+ "s3-outposts" : {
16307
+ "endpoints" : {
16308
+ "fips-us-gov-east-1" : {
16309
+ "deprecated" : true
16310
+ },
16311
+ "fips-us-gov-west-1" : {
16312
+ "deprecated" : true
16313
+ },
16314
+ "us-gov-east-1" : {
16315
+ "variants" : [ {
16316
+ "tags" : [ "fips" ]
16317
+ } ]
16318
+ },
16319
+ "us-gov-west-1" : {
16320
+ "variants" : [ {
16321
+ "tags" : [ "fips" ]
16322
+ } ]
16323
+ }
16324
+ }
16325
+ },
16220
16326
  "secretsmanager" : {
16221
16327
  "endpoints" : {
16222
16328
  "us-gov-east-1" : {
@@ -17121,6 +17227,19 @@
17121
17227
  },
17122
17228
  "deprecated" : true,
17123
17229
  "hostname" : "dms.us-iso-east-1.c2s.ic.gov"
17230
+ },
17231
+ "us-iso-west-1" : {
17232
+ "variants" : [ {
17233
+ "hostname" : "dms.us-iso-west-1.c2s.ic.gov",
17234
+ "tags" : [ "fips" ]
17235
+ } ]
17236
+ },
17237
+ "us-iso-west-1-fips" : {
17238
+ "credentialScope" : {
17239
+ "region" : "us-iso-west-1"
17240
+ },
17241
+ "deprecated" : true,
17242
+ "hostname" : "dms.us-iso-west-1.c2s.ic.gov"
17124
17243
  }
17125
17244
  }
17126
17245
  },
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.544.0
4
+ version: 1.548.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: 2022-01-03 00:00:00.000000000 Z
11
+ date: 2022-01-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: