aws-partitions 1.681.0 → 1.682.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a15c4abf43784303d57abb01e6a7db91e0d5da129c9d731f7b5d8bb7df529430
4
- data.tar.gz: 9388deac51508ce20b2a7aad129a408e2fb8cb84395f9e669d9d3358d6b39738
3
+ metadata.gz: 1b0b68382635d549df67503e7637fc039d8299c65b51111ffaeab2104dea7c34
4
+ data.tar.gz: 92d2596f0de533b59e588e83dcbed98c74507294ae13577c03376026f1ddceb4
5
5
  SHA512:
6
- metadata.gz: 4b9cffc9eba5cd23f367d7714f17959c209bc90980b4d120759901c1f263fd81bea576eade77682ca34fb873b2b220ade560e42ee1ca205e0c5a8294088dc726
7
- data.tar.gz: 1bb6b2f0513c1fd93f1a8979967439c5e34a038508b87b730fb83de3129d531c0a289af637bd99c04b6b3a2ab12bcbd13dc324070220dc98a4001ec18c34ad66
6
+ metadata.gz: 6f1a7099ad1a08e8b43e1ccdfa8a4093c08cfff5a3948961b06e610a7124b58b4521b6a4b97a2049d1b6000e8d3378d9b6e61c2d2e2c5a1df0da38147a26ae15
7
+ data.tar.gz: 53c7476062a8c9c421d2019e5f8e789f88167a00ed2b4cbd783a4ca635c2a1b34686c13c7c0cd225a0b441cc41340072940039df0959e71aee076572a33fa247
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.682.0 (2022-12-21)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::LicenseManagerLinuxSubscriptions`.
8
+
4
9
  1.681.0 (2022-12-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.681.0
1
+ 1.682.0
@@ -431,6 +431,7 @@ module Aws
431
431
  'LexModelsV2' => 'models-v2-lex',
432
432
  'LexRuntimeV2' => 'runtime-v2-lex',
433
433
  'LicenseManager' => 'license-manager',
434
+ 'LicenseManagerLinuxSubscriptions' => 'license-manager-linux-subscriptions',
434
435
  'LicenseManagerUserSubscriptions' => 'license-manager-user-subscriptions',
435
436
  'Lightsail' => 'lightsail',
436
437
  'LocationService' => 'geo',
data/partitions.json CHANGED
@@ -1059,6 +1059,7 @@
1059
1059
  "eu-west-1" : { },
1060
1060
  "eu-west-2" : { },
1061
1061
  "eu-west-3" : { },
1062
+ "me-central-1" : { },
1062
1063
  "me-south-1" : { },
1063
1064
  "sa-east-1" : { },
1064
1065
  "us-east-1" : {
@@ -7327,16 +7328,22 @@
7327
7328
  },
7328
7329
  "identitystore" : {
7329
7330
  "endpoints" : {
7331
+ "af-south-1" : { },
7330
7332
  "ap-northeast-1" : { },
7331
7333
  "ap-northeast-2" : { },
7334
+ "ap-northeast-3" : { },
7332
7335
  "ap-south-1" : { },
7333
7336
  "ap-southeast-1" : { },
7334
7337
  "ap-southeast-2" : { },
7338
+ "ap-southeast-3" : { },
7335
7339
  "ca-central-1" : { },
7336
7340
  "eu-central-1" : { },
7337
7341
  "eu-north-1" : { },
7342
+ "eu-south-1" : { },
7338
7343
  "eu-west-1" : { },
7339
7344
  "eu-west-2" : { },
7345
+ "eu-west-3" : { },
7346
+ "sa-east-1" : { },
7340
7347
  "us-east-1" : { },
7341
7348
  "us-east-2" : { },
7342
7349
  "us-west-2" : { }
@@ -9368,6 +9375,7 @@
9368
9375
  },
9369
9376
  "mediaconvert" : {
9370
9377
  "endpoints" : {
9378
+ "af-south-1" : { },
9371
9379
  "ap-northeast-1" : { },
9372
9380
  "ap-northeast-2" : { },
9373
9381
  "ap-south-1" : { },
@@ -12095,6 +12103,7 @@
12095
12103
  "eu-west-1" : { },
12096
12104
  "eu-west-2" : { },
12097
12105
  "eu-west-3" : { },
12106
+ "me-central-1" : { },
12098
12107
  "me-south-1" : { },
12099
12108
  "sa-east-1" : { },
12100
12109
  "us-east-1" : {
@@ -14022,6 +14031,11 @@
14022
14031
  "us-west-2" : { }
14023
14032
  }
14024
14033
  },
14034
+ "ssm-sap" : {
14035
+ "endpoints" : {
14036
+ "us-east-1" : { }
14037
+ }
14038
+ },
14025
14039
  "sso" : {
14026
14040
  "endpoints" : {
14027
14041
  "af-south-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.681.0
4
+ version: 1.682.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-20 00:00:00.000000000 Z
11
+ date: 2022-12-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: