aws-partitions 1.504.0 → 1.508.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0670d914f21e0800efbaf2aa3d98257ea1061974a22ef50d77b5a1c0ee6a1ecb
4
- data.tar.gz: 4686d49d9842a6b2f0a5db0a3d93d34af8027031d3e35b4cf81dda45280e9478
3
+ metadata.gz: 3ce7f0fb6238b4769b869949730f4a86f6cf464a9b02076b981345f3ecfbe5f6
4
+ data.tar.gz: f234eb8270ace7dd066ccd06303d7896d9ebf5ccd6b044930cce1508221edb29
5
5
  SHA512:
6
- metadata.gz: 1703054c435b34da4a8181eab788e8861711babef8e7d70580d9f662f2d4baf27e0a901caa2383f78a3199df74658d0993a21530670868c7428461bcd17879e7
7
- data.tar.gz: c7c84894e148fe95e3a92cf18db20bcccf8be18f5ff25c6c1cb4e8445919b0958ba0e620e75355f736f5fc04d4f5932f51f93e2c7fa39612563ad111c9b9e272
6
+ metadata.gz: e9a378fb54095df8c6403bf850c72ac8016745f12041046158677ad57aad654652bf3bfe260b47e52aa0ef3a2f3f102726e3e64935ff997752b5acd8109b1d7a
7
+ data.tar.gz: cb28a05c4dea2c545ebe50a66b52b219561360c71308e175c475366ca92b2aecca5bbf830ff94b66fa1951d016bd32d4aaa9c6bd9e6fd469a6ed2f135fc8e3ed
data/CHANGELOG.md CHANGED
@@ -1,6 +1,28 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.508.0 (2021-09-29)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.507.0 (2021-09-27)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::VoiceID`.
13
+
14
+ * Feature - Added support for enumerating regions for `Aws::ConnectWisdomService`.
15
+
16
+ 1.506.0 (2021-09-24)
17
+ ------------------
18
+
19
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
20
+
21
+ 1.505.0 (2021-09-23)
22
+ ------------------
23
+
24
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
25
+
4
26
  1.504.0 (2021-09-22)
5
27
  ------------------
6
28
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.504.0
1
+ 1.508.0
@@ -288,6 +288,7 @@ module Aws
288
288
  'Connect' => 'connect',
289
289
  'ConnectContactLens' => 'contact-lens',
290
290
  'ConnectParticipant' => 'participant.connect',
291
+ 'ConnectWisdomService' => 'wisdom',
291
292
  'CostExplorer' => 'ce',
292
293
  'CostandUsageReportService' => 'cur',
293
294
  'CustomerProfiles' => 'profile',
@@ -493,6 +494,7 @@ module Aws
493
494
  'TranscribeStreamingService' => 'transcribestreaming',
494
495
  'Transfer' => 'transfer',
495
496
  'Translate' => 'translate',
497
+ 'VoiceID' => 'voiceid',
496
498
  'WAF' => 'waf',
497
499
  'WAFRegional' => 'waf-regional',
498
500
  'WAFV2' => 'wafv2',
data/partitions.json CHANGED
@@ -1216,6 +1216,7 @@
1216
1216
  "ap-east-1" : { },
1217
1217
  "ap-northeast-1" : { },
1218
1218
  "ap-northeast-2" : { },
1219
+ "ap-northeast-3" : { },
1219
1220
  "ap-south-1" : { },
1220
1221
  "ap-southeast-1" : { },
1221
1222
  "ap-southeast-2" : { },
@@ -4680,7 +4681,9 @@
4680
4681
  },
4681
4682
  "models-v2-lex" : {
4682
4683
  "endpoints" : {
4684
+ "af-south-1" : { },
4683
4685
  "ap-northeast-1" : { },
4686
+ "ap-northeast-2" : { },
4684
4687
  "ap-southeast-1" : { },
4685
4688
  "ap-southeast-2" : { },
4686
4689
  "ca-central-1" : { },
@@ -5406,6 +5409,24 @@
5406
5409
  "us-west-2" : { }
5407
5410
  }
5408
5411
  },
5412
+ "quicksight" : {
5413
+ "endpoints" : {
5414
+ "ap-northeast-1" : { },
5415
+ "ap-northeast-2" : { },
5416
+ "ap-south-1" : { },
5417
+ "ap-southeast-1" : { },
5418
+ "ap-southeast-2" : { },
5419
+ "api" : { },
5420
+ "ca-central-1" : { },
5421
+ "eu-central-1" : { },
5422
+ "eu-west-1" : { },
5423
+ "eu-west-2" : { },
5424
+ "sa-east-1" : { },
5425
+ "us-east-1" : { },
5426
+ "us-east-2" : { },
5427
+ "us-west-2" : { }
5428
+ }
5429
+ },
5409
5430
  "ram" : {
5410
5431
  "endpoints" : {
5411
5432
  "af-south-1" : { },
@@ -5743,7 +5764,9 @@
5743
5764
  },
5744
5765
  "runtime-v2-lex" : {
5745
5766
  "endpoints" : {
5767
+ "af-south-1" : { },
5746
5768
  "ap-northeast-1" : { },
5769
+ "ap-northeast-2" : { },
5747
5770
  "ap-southeast-1" : { },
5748
5771
  "ap-southeast-2" : { },
5749
5772
  "ca-central-1" : { },
@@ -7402,6 +7425,17 @@
7402
7425
  }
7403
7426
  }
7404
7427
  },
7428
+ "voiceid" : {
7429
+ "endpoints" : {
7430
+ "ap-northeast-1" : { },
7431
+ "ap-southeast-1" : { },
7432
+ "ap-southeast-2" : { },
7433
+ "eu-central-1" : { },
7434
+ "eu-west-2" : { },
7435
+ "us-east-1" : { },
7436
+ "us-west-2" : { }
7437
+ }
7438
+ },
7405
7439
  "waf" : {
7406
7440
  "endpoints" : {
7407
7441
  "aws-fips" : {
@@ -9603,6 +9637,17 @@
9603
9637
  "isRegionalized" : false,
9604
9638
  "partitionEndpoint" : "aws-us-gov-global"
9605
9639
  },
9640
+ "identitystore" : {
9641
+ "endpoints" : {
9642
+ "fips-us-gov-west-1" : {
9643
+ "credentialScope" : {
9644
+ "region" : "us-gov-west-1"
9645
+ },
9646
+ "hostname" : "identitystore.us-gov-west-1.amazonaws.com"
9647
+ },
9648
+ "us-gov-west-1" : { }
9649
+ }
9650
+ },
9606
9651
  "inspector" : {
9607
9652
  "endpoints" : {
9608
9653
  "fips-us-gov-east-1" : {
@@ -9644,6 +9689,21 @@
9644
9689
  "us-gov-west-1" : { }
9645
9690
  }
9646
9691
  },
9692
+ "iotevents" : {
9693
+ "endpoints" : {
9694
+ "us-gov-west-1" : { }
9695
+ }
9696
+ },
9697
+ "ioteventsdata" : {
9698
+ "endpoints" : {
9699
+ "us-gov-west-1" : {
9700
+ "credentialScope" : {
9701
+ "region" : "us-gov-west-1"
9702
+ },
9703
+ "hostname" : "data.iotevents.us-gov-west-1.amazonaws.com"
9704
+ }
9705
+ }
9706
+ },
9647
9707
  "iotsecuredtunneling" : {
9648
9708
  "endpoints" : {
9649
9709
  "fips-us-gov-east-1" : {
@@ -9948,6 +10008,12 @@
9948
10008
  "us-gov-west-1" : { }
9949
10009
  }
9950
10010
  },
10011
+ "quicksight" : {
10012
+ "endpoints" : {
10013
+ "api" : { },
10014
+ "us-gov-west-1" : { }
10015
+ }
10016
+ },
9951
10017
  "ram" : {
9952
10018
  "endpoints" : {
9953
10019
  "us-gov-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.504.0
4
+ version: 1.508.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-22 00:00:00.000000000 Z
11
+ date: 2021-09-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: