aws-partitions 1.581.0 → 1.582.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 +46 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5fd56363c2334f83a9adbedcf1ddc98e6fca622faa99bdbc9f0a07871e1c0805
4
- data.tar.gz: 4824816ebfaabbc778f4494c74d9d5340ca5e906d9e42476b38f04e3108557bd
3
+ metadata.gz: 0ea652b68c4ec4d6e9b1aee008d64b35b8c2228365c05235c57f5fa32330b1f8
4
+ data.tar.gz: 5f0ebb3e5914f959b8415ee78708f98433c189c3a22c37fd1f98b903fc256efb
5
5
  SHA512:
6
- metadata.gz: '07880f9b41b6aff53525a213446d29180613e8d0034f77dbf00fe5651e41d91885b67143dab4e64de147803666e94f64570a81d81047659d26784f225e060700'
7
- data.tar.gz: befa8410afd35beaa496121c8ea3c96e60d3e9dd63f78bef8902efc53d4911910d9bfdf0ae53b92fb25058237c671938449bcce7a8877c42ff4b7206f58c8395
6
+ metadata.gz: d36e493356134c0c885431fd9c949ee660669d7546e48acd794ff9be400ecb6193337e9389f13a50beb3375fdfeb1b33308709f9fbb655025a04bec448b7399b
7
+ data.tar.gz: 4b64342e0d813564b246aa3d0844e6576f8b64b5f42a0f5666b37db5774f7ad1e27e11d3130ee7b2fafd08ad4490eaea37db17b88c66775c056a7ca649ea2296
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.582.0 (2022-05-02)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.581.0 (2022-04-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.581.0
1
+ 1.582.0
data/partitions.json CHANGED
@@ -6638,6 +6638,13 @@
6638
6638
  "us-west-2" : { }
6639
6639
  }
6640
6640
  },
6641
+ "ivschat" : {
6642
+ "endpoints" : {
6643
+ "eu-west-1" : { },
6644
+ "us-east-1" : { },
6645
+ "us-west-2" : { }
6646
+ }
6647
+ },
6641
6648
  "kafka" : {
6642
6649
  "endpoints" : {
6643
6650
  "af-south-1" : { },
@@ -7707,6 +7714,38 @@
7707
7714
  "us-east-1" : { }
7708
7715
  }
7709
7716
  },
7717
+ "media-pipelines-chime" : {
7718
+ "endpoints" : {
7719
+ "ap-southeast-1" : { },
7720
+ "eu-central-1" : { },
7721
+ "us-east-1" : {
7722
+ "variants" : [ {
7723
+ "hostname" : "media-pipelines-chime-fips.us-east-1.amazonaws.com",
7724
+ "tags" : [ "fips" ]
7725
+ } ]
7726
+ },
7727
+ "us-east-1-fips" : {
7728
+ "credentialScope" : {
7729
+ "region" : "us-east-1"
7730
+ },
7731
+ "deprecated" : true,
7732
+ "hostname" : "media-pipelines-chime-fips.us-east-1.amazonaws.com"
7733
+ },
7734
+ "us-west-2" : {
7735
+ "variants" : [ {
7736
+ "hostname" : "media-pipelines-chime-fips.us-west-2.amazonaws.com",
7737
+ "tags" : [ "fips" ]
7738
+ } ]
7739
+ },
7740
+ "us-west-2-fips" : {
7741
+ "credentialScope" : {
7742
+ "region" : "us-west-2"
7743
+ },
7744
+ "deprecated" : true,
7745
+ "hostname" : "media-pipelines-chime-fips.us-west-2.amazonaws.com"
7746
+ }
7747
+ }
7748
+ },
7710
7749
  "mediaconnect" : {
7711
7750
  "endpoints" : {
7712
7751
  "ap-east-1" : { },
@@ -8475,6 +8514,7 @@
8475
8514
  },
8476
8515
  "nimble" : {
8477
8516
  "endpoints" : {
8517
+ "ap-northeast-1" : { },
8478
8518
  "ap-southeast-2" : { },
8479
8519
  "ca-central-1" : { },
8480
8520
  "eu-west-2" : { },
@@ -9746,6 +9786,7 @@
9746
9786
  "ap-south-1" : { },
9747
9787
  "ap-southeast-1" : { },
9748
9788
  "ap-southeast-2" : { },
9789
+ "ap-southeast-3" : { },
9749
9790
  "ca-central-1" : { },
9750
9791
  "eu-central-1" : { },
9751
9792
  "eu-north-1" : { },
@@ -18478,6 +18519,11 @@
18478
18519
  "us-isob-east-1" : { }
18479
18520
  }
18480
18521
  },
18522
+ "ram" : {
18523
+ "endpoints" : {
18524
+ "us-isob-east-1" : { }
18525
+ }
18526
+ },
18481
18527
  "rds" : {
18482
18528
  "endpoints" : {
18483
18529
  "us-isob-east-1" : { }
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.581.0
4
+ version: 1.582.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-04-27 00:00:00.000000000 Z
11
+ date: 2022-05-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: