aws-partitions 1.501.0 → 1.502.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: 18551536ea3fef89da33a6dfdce498ea53d3bf94a5f5cd822f14bd135290ca41
4
- data.tar.gz: e3e7a9e101b4b75f0d895db39f4eecba5f5914ec250058391af2eee49f466051
3
+ metadata.gz: 2424fac58b4177a5c663493aa98006180665b0f10e3321580448ab240cddabc2
4
+ data.tar.gz: 0f28adabee0da8ed43305498fe655569fd32670e81129f1bd2075ab16a37e912
5
5
  SHA512:
6
- metadata.gz: 8166ceb88baa92422cd32dad41e2d579d0030196f75cd4bd4b2a7419ef831ed1136d8e53351dfdf64d7bc5a5bfa129e05796db6b974c8fbaa87119116e8ceefa
7
- data.tar.gz: bc8f8317b06c84fd4cb99f1fd4f441abe4c9a5f58ca7e10f71681dc07c2478ec43f86a37dd7a1f42d1c401d7e1aa94fde1c83b5e0c6e63e60bfa46a5633b8727
6
+ metadata.gz: 7b6c21bba4b55bc0b5525a942593328edfb91ef74b15b85bb3b3f6141c2a3bed64c4f5badd34f02c2842d60743c5f08bfa4cd6901d2aa93437d77fa81ae5c6ce
7
+ data.tar.gz: 8aaf0ca3e752b6b0f4df116ec6078119b61d720330ef01ef3aa2975aba8a4eaf27b934dfecf86310b0c0c6eba2e031ed5f4207b88eea5bbc28f9720c4f898ea4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.502.0 (2021-09-16)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::KafkaConnect`.
8
+
4
9
  1.501.0 (2021-09-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.501.0
1
+ 1.502.0
@@ -365,6 +365,7 @@ module Aws
365
365
  'IoTWireless' => 'api.iotwireless',
366
366
  'KMS' => 'kms',
367
367
  'Kafka' => 'kafka',
368
+ 'KafkaConnect' => 'kafkaconnect',
368
369
  'Kendra' => 'kendra',
369
370
  'Kinesis' => 'kinesis',
370
371
  'KinesisAnalytics' => 'kinesisanalytics',
data/partitions.json CHANGED
@@ -7240,6 +7240,30 @@
7240
7240
  "eu-west-1" : { },
7241
7241
  "eu-west-2" : { },
7242
7242
  "sa-east-1" : { },
7243
+ "transcribestreaming-fips-ca-central-1" : {
7244
+ "credentialScope" : {
7245
+ "region" : "ca-central-1"
7246
+ },
7247
+ "hostname" : "transcribestreaming-fips.ca-central-1.amazonaws.com"
7248
+ },
7249
+ "transcribestreaming-fips-us-east-1" : {
7250
+ "credentialScope" : {
7251
+ "region" : "us-east-1"
7252
+ },
7253
+ "hostname" : "transcribestreaming-fips.us-east-1.amazonaws.com"
7254
+ },
7255
+ "transcribestreaming-fips-us-east-2" : {
7256
+ "credentialScope" : {
7257
+ "region" : "us-east-2"
7258
+ },
7259
+ "hostname" : "transcribestreaming-fips.us-east-2.amazonaws.com"
7260
+ },
7261
+ "transcribestreaming-fips-us-west-2" : {
7262
+ "credentialScope" : {
7263
+ "region" : "us-west-2"
7264
+ },
7265
+ "hostname" : "transcribestreaming-fips.us-west-2.amazonaws.com"
7266
+ },
7243
7267
  "us-east-1" : { },
7244
7268
  "us-east-2" : { },
7245
7269
  "us-west-2" : { }
@@ -9804,6 +9828,16 @@
9804
9828
  "us-gov-west-1" : { }
9805
9829
  }
9806
9830
  },
9831
+ "oidc" : {
9832
+ "endpoints" : {
9833
+ "us-gov-west-1" : {
9834
+ "credentialScope" : {
9835
+ "region" : "us-gov-west-1"
9836
+ },
9837
+ "hostname" : "oidc.us-gov-west-1.amazonaws.com"
9838
+ }
9839
+ }
9840
+ },
9807
9841
  "organizations" : {
9808
9842
  "endpoints" : {
9809
9843
  "aws-us-gov-global" : {
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.501.0
4
+ version: 1.502.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-13 00:00:00.000000000 Z
11
+ date: 2021-09-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: