aws-partitions 1.613.0 → 1.614.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: 20ee58afbe4b1a488f6a98376cfa038fd37758faafcf3b26bea047347c896c1b
4
- data.tar.gz: 2599d4d5c55fb1ef8eef46fab8e71113bc25b5d8876eee8c4ac82e829b37dc74
3
+ metadata.gz: 35fa0a56e98e7bbcf5d00723a6b8fe3557c18ae5727c03d162f3f28adeedc9f7
4
+ data.tar.gz: 5ba2ad406ec0428f5f09e4dd1513c4620724e54e8b8c1571973835fcfa9d1226
5
5
  SHA512:
6
- metadata.gz: dfeb52cbdb656138edf5d43c14ac6410b8235f5b3cf25d8da4d23be6b51b4f38906fca8b72a3deb8ab1954dc33a9e72c42d5e795550e07ec39923c87968e5f80
7
- data.tar.gz: d965b3485e919c55874d53a835698ae3a5f3bb140181332f6b51922fa6e94caec10b8f49cadc68f575dd68c19d474694d033340bcdf0b2d5e347173537f3c5f2
6
+ metadata.gz: a723ace37b1ce4e347b1068df2715175b15e10ee56815081647de17864d7e53a30b30c221ea55897eb35e00bbc6cf4466028d201e021312679f6c988e62ff52d
7
+ data.tar.gz: e2afd6e4741c6dbee28b5e83ea0c57fadf213360ba6da508339aefae75e28f3492468672dffba5777ab6b64ef83d71eaa533ad8d0cde1cd993bf7878d03feb9c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.614.0 (2022-08-02)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::LicenseManagerUserSubscriptions`.
8
+
4
9
  1.613.0 (2022-07-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.613.0
1
+ 1.614.0
@@ -401,6 +401,7 @@ module Aws
401
401
  'LexModelsV2' => 'models-v2-lex',
402
402
  'LexRuntimeV2' => 'runtime-v2-lex',
403
403
  'LicenseManager' => 'license-manager',
404
+ 'LicenseManagerUserSubscriptions' => 'license-manager-user-subscriptions',
404
405
  'Lightsail' => 'lightsail',
405
406
  'LocationService' => 'geo',
406
407
  'LookoutEquipment' => 'lookoutequipment',
data/partitions.json CHANGED
@@ -7892,6 +7892,79 @@
7892
7892
  }
7893
7893
  }
7894
7894
  },
7895
+ "license-manager-user-subscriptions" : {
7896
+ "endpoints" : {
7897
+ "af-south-1" : { },
7898
+ "ap-east-1" : { },
7899
+ "ap-northeast-1" : { },
7900
+ "ap-northeast-2" : { },
7901
+ "ap-northeast-3" : { },
7902
+ "ap-south-1" : { },
7903
+ "ap-southeast-1" : { },
7904
+ "ap-southeast-2" : { },
7905
+ "ca-central-1" : { },
7906
+ "eu-central-1" : { },
7907
+ "eu-north-1" : { },
7908
+ "eu-south-1" : { },
7909
+ "eu-west-1" : { },
7910
+ "eu-west-2" : { },
7911
+ "eu-west-3" : { },
7912
+ "fips-us-east-1" : {
7913
+ "credentialScope" : {
7914
+ "region" : "us-east-1"
7915
+ },
7916
+ "deprecated" : true,
7917
+ "hostname" : "license-manager-user-subscriptions-fips.us-east-1.amazonaws.com"
7918
+ },
7919
+ "fips-us-east-2" : {
7920
+ "credentialScope" : {
7921
+ "region" : "us-east-2"
7922
+ },
7923
+ "deprecated" : true,
7924
+ "hostname" : "license-manager-user-subscriptions-fips.us-east-2.amazonaws.com"
7925
+ },
7926
+ "fips-us-west-1" : {
7927
+ "credentialScope" : {
7928
+ "region" : "us-west-1"
7929
+ },
7930
+ "deprecated" : true,
7931
+ "hostname" : "license-manager-user-subscriptions-fips.us-west-1.amazonaws.com"
7932
+ },
7933
+ "fips-us-west-2" : {
7934
+ "credentialScope" : {
7935
+ "region" : "us-west-2"
7936
+ },
7937
+ "deprecated" : true,
7938
+ "hostname" : "license-manager-user-subscriptions-fips.us-west-2.amazonaws.com"
7939
+ },
7940
+ "me-south-1" : { },
7941
+ "sa-east-1" : { },
7942
+ "us-east-1" : {
7943
+ "variants" : [ {
7944
+ "hostname" : "license-manager-user-subscriptions-fips.us-east-1.amazonaws.com",
7945
+ "tags" : [ "fips" ]
7946
+ } ]
7947
+ },
7948
+ "us-east-2" : {
7949
+ "variants" : [ {
7950
+ "hostname" : "license-manager-user-subscriptions-fips.us-east-2.amazonaws.com",
7951
+ "tags" : [ "fips" ]
7952
+ } ]
7953
+ },
7954
+ "us-west-1" : {
7955
+ "variants" : [ {
7956
+ "hostname" : "license-manager-user-subscriptions-fips.us-west-1.amazonaws.com",
7957
+ "tags" : [ "fips" ]
7958
+ } ]
7959
+ },
7960
+ "us-west-2" : {
7961
+ "variants" : [ {
7962
+ "hostname" : "license-manager-user-subscriptions-fips.us-west-2.amazonaws.com",
7963
+ "tags" : [ "fips" ]
7964
+ } ]
7965
+ }
7966
+ }
7967
+ },
7895
7968
  "lightsail" : {
7896
7969
  "endpoints" : {
7897
7970
  "ap-northeast-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.613.0
4
+ version: 1.614.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-07-29 00:00:00.000000000 Z
11
+ date: 2022-08-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: