aws-partitions 1.679.0 → 1.680.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +23 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6926fcec4218333710079a47686b3bb0e553840352a02c399089d51aed0990e3
|
|
4
|
+
data.tar.gz: 7390b0b570f55bda35e7cc052b2e4c65296cc88610e9bc4e6a1ec9a8b601ed15
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d8909b53634e03fc701dfb3c2cebba402402c7a3098bd65bfe471c70f79d55a02123d61d910d05af72362be843a66120dadfc9786b3f9ec4c056f6a3487510e7
|
|
7
|
+
data.tar.gz: 8bbe3d79bb3aafb20d3370db6a5834d5ddbb5c1e325fe301afa5271edd29b15427e9550a452295cb234510fb9ea06588d2f6d35aa72d7e3693f5420f64f0e5c9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.680.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -422,6 +422,7 @@ module Aws
|
|
|
422
422
|
'KinesisVideoArchivedMedia' => 'kinesisvideo',
|
|
423
423
|
'KinesisVideoMedia' => 'kinesisvideo',
|
|
424
424
|
'KinesisVideoSignalingChannels' => 'kinesisvideo',
|
|
425
|
+
'KinesisVideoWebRTCStorage' => 'kinesisvideo',
|
|
425
426
|
'LakeFormation' => 'lakeformation',
|
|
426
427
|
'Lambda' => 'lambda',
|
|
427
428
|
'LambdaPreview' => 'lambda',
|
data/partitions.json
CHANGED
|
@@ -10229,6 +10229,12 @@
|
|
|
10229
10229
|
},
|
|
10230
10230
|
"oidc" : {
|
|
10231
10231
|
"endpoints" : {
|
|
10232
|
+
"af-south-1" : {
|
|
10233
|
+
"credentialScope" : {
|
|
10234
|
+
"region" : "af-south-1"
|
|
10235
|
+
},
|
|
10236
|
+
"hostname" : "oidc.af-south-1.amazonaws.com"
|
|
10237
|
+
},
|
|
10232
10238
|
"ap-east-1" : {
|
|
10233
10239
|
"credentialScope" : {
|
|
10234
10240
|
"region" : "ap-east-1"
|
|
@@ -10271,6 +10277,12 @@
|
|
|
10271
10277
|
},
|
|
10272
10278
|
"hostname" : "oidc.ap-southeast-2.amazonaws.com"
|
|
10273
10279
|
},
|
|
10280
|
+
"ap-southeast-3" : {
|
|
10281
|
+
"credentialScope" : {
|
|
10282
|
+
"region" : "ap-southeast-3"
|
|
10283
|
+
},
|
|
10284
|
+
"hostname" : "oidc.ap-southeast-3.amazonaws.com"
|
|
10285
|
+
},
|
|
10274
10286
|
"ca-central-1" : {
|
|
10275
10287
|
"credentialScope" : {
|
|
10276
10288
|
"region" : "ca-central-1"
|
|
@@ -10337,6 +10349,12 @@
|
|
|
10337
10349
|
},
|
|
10338
10350
|
"hostname" : "oidc.us-east-2.amazonaws.com"
|
|
10339
10351
|
},
|
|
10352
|
+
"us-west-1" : {
|
|
10353
|
+
"credentialScope" : {
|
|
10354
|
+
"region" : "us-west-1"
|
|
10355
|
+
},
|
|
10356
|
+
"hostname" : "oidc.us-west-1.amazonaws.com"
|
|
10357
|
+
},
|
|
10340
10358
|
"us-west-2" : {
|
|
10341
10359
|
"credentialScope" : {
|
|
10342
10360
|
"region" : "us-west-2"
|
|
@@ -21326,6 +21344,11 @@
|
|
|
21326
21344
|
"us-iso-west-1" : { }
|
|
21327
21345
|
}
|
|
21328
21346
|
},
|
|
21347
|
+
"glue" : {
|
|
21348
|
+
"endpoints" : {
|
|
21349
|
+
"us-iso-east-1" : { }
|
|
21350
|
+
}
|
|
21351
|
+
},
|
|
21329
21352
|
"health" : {
|
|
21330
21353
|
"endpoints" : {
|
|
21331
21354
|
"us-iso-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.
|
|
4
|
+
version: 1.680.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-12-
|
|
11
|
+
date: 2022-12-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|