aws-partitions 1.609.0 → 1.615.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: 2a308cb402fe935e5f3a1683fd29e49e4f08774b9b5ba0be1595bdf51a02605b
4
- data.tar.gz: 37e9d13beb7a435052dcadd302d9d022063eaba8ce5b48d0efc47f5479363ec3
3
+ metadata.gz: 83ca69169e4a3db8cdf0477d745b7eec1e194f09fce53e5357274bbe2bd0ac29
4
+ data.tar.gz: 0fe214a1a992128acc75b1b80c2ccc0e824c6620bd09b19b857b8dd1705bf385
5
5
  SHA512:
6
- metadata.gz: 4cb48676e184fa7ef03fc26d91c5077d4e606de18564d9ed0b08e5d52a9eeeb3b247855ed2dc3d280718d1fae7506822147d47e94a3d2e2697fa58da45a34931
7
- data.tar.gz: b4240778120bd83ed6416079efe29445e781a4428a5be1fdd95a78b54cb87576ed6ced23d3fe07074081cd9ad504a87327252ac6b0f188a281b5e1552e44e924
6
+ metadata.gz: d0fa89423b1d23c1504801403435c5df91fe0d4176bfbef404561fdf59bf5acd96545a12474d5bcdf91b953047b9b35661ef43bb5d162c088d64225dcfa30582
7
+ data.tar.gz: 22b0320eb05c6229832927bcfd7f57dab3951a6a1f849ff5e6511e413c123e5e18cadeb5c88e07b4ac9be2551efede4efe208e2bad7a36c8c9fff32be5dbbced
data/CHANGELOG.md CHANGED
@@ -1,6 +1,36 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.615.0 (2022-08-04)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.614.0 (2022-08-02)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::LicenseManagerUserSubscriptions`.
13
+
14
+ 1.613.0 (2022-07-29)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.612.0 (2022-07-28)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.611.0 (2022-07-27)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.610.0 (2022-07-22)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
4
34
  1.609.0 (2022-07-20)
5
35
  ------------------
6
36
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.609.0
1
+ 1.615.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
@@ -2859,6 +2859,18 @@
2859
2859
  },
2860
2860
  "compute-optimizer" : {
2861
2861
  "endpoints" : {
2862
+ "af-south-1" : {
2863
+ "credentialScope" : {
2864
+ "region" : "af-south-1"
2865
+ },
2866
+ "hostname" : "compute-optimizer.af-south-1.amazonaws.com"
2867
+ },
2868
+ "ap-east-1" : {
2869
+ "credentialScope" : {
2870
+ "region" : "ap-east-1"
2871
+ },
2872
+ "hostname" : "compute-optimizer.ap-east-1.amazonaws.com"
2873
+ },
2862
2874
  "ap-northeast-1" : {
2863
2875
  "credentialScope" : {
2864
2876
  "region" : "ap-northeast-1"
@@ -2871,6 +2883,12 @@
2871
2883
  },
2872
2884
  "hostname" : "compute-optimizer.ap-northeast-2.amazonaws.com"
2873
2885
  },
2886
+ "ap-northeast-3" : {
2887
+ "credentialScope" : {
2888
+ "region" : "ap-northeast-3"
2889
+ },
2890
+ "hostname" : "compute-optimizer.ap-northeast-3.amazonaws.com"
2891
+ },
2874
2892
  "ap-south-1" : {
2875
2893
  "credentialScope" : {
2876
2894
  "region" : "ap-south-1"
@@ -2907,6 +2925,12 @@
2907
2925
  },
2908
2926
  "hostname" : "compute-optimizer.eu-north-1.amazonaws.com"
2909
2927
  },
2928
+ "eu-south-1" : {
2929
+ "credentialScope" : {
2930
+ "region" : "eu-south-1"
2931
+ },
2932
+ "hostname" : "compute-optimizer.eu-south-1.amazonaws.com"
2933
+ },
2910
2934
  "eu-west-1" : {
2911
2935
  "credentialScope" : {
2912
2936
  "region" : "eu-west-1"
@@ -2925,6 +2949,12 @@
2925
2949
  },
2926
2950
  "hostname" : "compute-optimizer.eu-west-3.amazonaws.com"
2927
2951
  },
2952
+ "me-south-1" : {
2953
+ "credentialScope" : {
2954
+ "region" : "me-south-1"
2955
+ },
2956
+ "hostname" : "compute-optimizer.me-south-1.amazonaws.com"
2957
+ },
2928
2958
  "sa-east-1" : {
2929
2959
  "credentialScope" : {
2930
2960
  "region" : "sa-east-1"
@@ -6299,6 +6329,7 @@
6299
6329
  "endpoints" : {
6300
6330
  "af-south-1" : { },
6301
6331
  "ap-northeast-2" : { },
6332
+ "ap-southeast-1" : { },
6302
6333
  "ap-southeast-2" : { },
6303
6334
  "eu-central-1" : { },
6304
6335
  "eu-north-1" : { },
@@ -7891,6 +7922,79 @@
7891
7922
  }
7892
7923
  }
7893
7924
  },
7925
+ "license-manager-user-subscriptions" : {
7926
+ "endpoints" : {
7927
+ "af-south-1" : { },
7928
+ "ap-east-1" : { },
7929
+ "ap-northeast-1" : { },
7930
+ "ap-northeast-2" : { },
7931
+ "ap-northeast-3" : { },
7932
+ "ap-south-1" : { },
7933
+ "ap-southeast-1" : { },
7934
+ "ap-southeast-2" : { },
7935
+ "ca-central-1" : { },
7936
+ "eu-central-1" : { },
7937
+ "eu-north-1" : { },
7938
+ "eu-south-1" : { },
7939
+ "eu-west-1" : { },
7940
+ "eu-west-2" : { },
7941
+ "eu-west-3" : { },
7942
+ "fips-us-east-1" : {
7943
+ "credentialScope" : {
7944
+ "region" : "us-east-1"
7945
+ },
7946
+ "deprecated" : true,
7947
+ "hostname" : "license-manager-user-subscriptions-fips.us-east-1.amazonaws.com"
7948
+ },
7949
+ "fips-us-east-2" : {
7950
+ "credentialScope" : {
7951
+ "region" : "us-east-2"
7952
+ },
7953
+ "deprecated" : true,
7954
+ "hostname" : "license-manager-user-subscriptions-fips.us-east-2.amazonaws.com"
7955
+ },
7956
+ "fips-us-west-1" : {
7957
+ "credentialScope" : {
7958
+ "region" : "us-west-1"
7959
+ },
7960
+ "deprecated" : true,
7961
+ "hostname" : "license-manager-user-subscriptions-fips.us-west-1.amazonaws.com"
7962
+ },
7963
+ "fips-us-west-2" : {
7964
+ "credentialScope" : {
7965
+ "region" : "us-west-2"
7966
+ },
7967
+ "deprecated" : true,
7968
+ "hostname" : "license-manager-user-subscriptions-fips.us-west-2.amazonaws.com"
7969
+ },
7970
+ "me-south-1" : { },
7971
+ "sa-east-1" : { },
7972
+ "us-east-1" : {
7973
+ "variants" : [ {
7974
+ "hostname" : "license-manager-user-subscriptions-fips.us-east-1.amazonaws.com",
7975
+ "tags" : [ "fips" ]
7976
+ } ]
7977
+ },
7978
+ "us-east-2" : {
7979
+ "variants" : [ {
7980
+ "hostname" : "license-manager-user-subscriptions-fips.us-east-2.amazonaws.com",
7981
+ "tags" : [ "fips" ]
7982
+ } ]
7983
+ },
7984
+ "us-west-1" : {
7985
+ "variants" : [ {
7986
+ "hostname" : "license-manager-user-subscriptions-fips.us-west-1.amazonaws.com",
7987
+ "tags" : [ "fips" ]
7988
+ } ]
7989
+ },
7990
+ "us-west-2" : {
7991
+ "variants" : [ {
7992
+ "hostname" : "license-manager-user-subscriptions-fips.us-west-2.amazonaws.com",
7993
+ "tags" : [ "fips" ]
7994
+ } ]
7995
+ }
7996
+ }
7997
+ },
7894
7998
  "lightsail" : {
7895
7999
  "endpoints" : {
7896
8000
  "ap-northeast-1" : { },
@@ -9167,6 +9271,7 @@
9167
9271
  "ap-south-1" : { },
9168
9272
  "ap-southeast-1" : { },
9169
9273
  "ap-southeast-2" : { },
9274
+ "ap-southeast-3" : { },
9170
9275
  "ca-central-1" : {
9171
9276
  "variants" : [ {
9172
9277
  "hostname" : "outposts-fips.ca-central-1.amazonaws.com",
@@ -9267,6 +9372,7 @@
9267
9372
  "ap-south-1" : { },
9268
9373
  "ap-southeast-1" : { },
9269
9374
  "ap-southeast-2" : { },
9375
+ "ap-southeast-3" : { },
9270
9376
  "ca-central-1" : { },
9271
9377
  "eu-central-1" : { },
9272
9378
  "eu-north-1" : { },
@@ -11554,9 +11660,11 @@
11554
11660
  "ap-east-1" : { },
11555
11661
  "ap-northeast-1" : { },
11556
11662
  "ap-northeast-2" : { },
11663
+ "ap-northeast-3" : { },
11557
11664
  "ap-south-1" : { },
11558
11665
  "ap-southeast-1" : { },
11559
11666
  "ap-southeast-2" : { },
11667
+ "ap-southeast-3" : { },
11560
11668
  "ca-central-1" : {
11561
11669
  "variants" : [ {
11562
11670
  "hostname" : "servicediscovery-fips.ca-central-1.amazonaws.com",
@@ -14699,8 +14807,18 @@
14699
14807
  },
14700
14808
  "firehose" : {
14701
14809
  "endpoints" : {
14702
- "cn-north-1" : { },
14703
- "cn-northwest-1" : { }
14810
+ "cn-north-1" : {
14811
+ "variants" : [ {
14812
+ "hostname" : "firehose.cn-north-1.api.amazonwebservices.com.cn",
14813
+ "tags" : [ "dualstack" ]
14814
+ } ]
14815
+ },
14816
+ "cn-northwest-1" : {
14817
+ "variants" : [ {
14818
+ "hostname" : "firehose.cn-northwest-1.api.amazonwebservices.com.cn",
14819
+ "tags" : [ "dualstack" ]
14820
+ } ]
14821
+ }
14704
14822
  }
14705
14823
  },
14706
14824
  "fms" : {
@@ -19490,7 +19608,8 @@
19490
19608
  }
19491
19609
  },
19492
19610
  "endpoints" : {
19493
- "us-iso-east-1" : { }
19611
+ "us-iso-east-1" : { },
19612
+ "us-iso-west-1" : { }
19494
19613
  }
19495
19614
  },
19496
19615
  "sts" : {
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.609.0
4
+ version: 1.615.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-20 00:00:00.000000000 Z
11
+ date: 2022-08-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: