aws-partitions 1.454.0 → 1.457.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: 17f8721490c074c641ed8fc245f3179e6b2ce96ded03ae6886e9b3bd8ac973af
4
- data.tar.gz: 4e28528aee95510030ffefaf2ebca845b39b4feadf0cec7e694d559f30a5141a
3
+ metadata.gz: 0f688279f99483b3c25948c266931e8dd221eaf0c76c0c9a9a441006e84ea7ed
4
+ data.tar.gz: 5b1e537d84b828b19339e8087b085f2df369d05088055a5dcd622e120ed50a42
5
5
  SHA512:
6
- metadata.gz: 40a936bd20e71c58b5da4e577a1343d68664406b67c81d9a036978c6aaae00bfe3de0d7cc0d68501b58ad4f0c465c9b8b7dcdf25c10ce77ca95f729a713547e7
7
- data.tar.gz: e3bf0cc6723c9b381e893ff6e4b486d0c5c185152caef9cec70485e90a4795dd6a0e07a84b4d07d1a367cb5eeae8136adba5a43d98b1a0b73dabb14669a735a0
6
+ metadata.gz: 77cab875762ceda2a2776d4b6f22c35f3fa4308be9f9bff0af6e8025a838befd6510f5e11ee490658c07a1321d9997d7f1360dac866ae5e5bc4bdbee558ef81b
7
+ data.tar.gz: 4637d0a45da8b94360fa5353ce7bef0181a7007c1b3a1756f9023593a85899a51a676453afa531f790ec61f2b2b7c52b6f56fa6bcd59ead7688b240c401b6a1a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.457.0 (2021-05-17)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::ApplicationCostProfiler`.
8
+
9
+ 1.456.0 (2021-05-14)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.455.0 (2021-05-12)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
4
19
  1.454.0 (2021-05-11)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.454.0
1
+ 1.457.0
@@ -241,6 +241,7 @@ module Aws
241
241
  'AppSync' => 'appsync',
242
242
  'Appflow' => 'appflow',
243
243
  'ApplicationAutoScaling' => 'application-autoscaling',
244
+ 'ApplicationCostProfiler' => 'application-cost-profiler',
244
245
  'ApplicationDiscoveryService' => 'discovery',
245
246
  'ApplicationInsights' => 'applicationinsights',
246
247
  'Athena' => 'athena',
data/partitions.json CHANGED
@@ -530,7 +530,19 @@
530
530
  },
531
531
  "api.fleethub.iot" : {
532
532
  "endpoints" : {
533
- "us-east-1" : { }
533
+ "ap-northeast-1" : { },
534
+ "ap-northeast-2" : { },
535
+ "ap-south-1" : { },
536
+ "ap-southeast-1" : { },
537
+ "ap-southeast-2" : { },
538
+ "ca-central-1" : { },
539
+ "eu-central-1" : { },
540
+ "eu-north-1" : { },
541
+ "eu-west-1" : { },
542
+ "eu-west-2" : { },
543
+ "us-east-1" : { },
544
+ "us-east-2" : { },
545
+ "us-west-2" : { }
534
546
  }
535
547
  },
536
548
  "api.mediatailor" : {
@@ -2696,8 +2708,10 @@
2696
2708
  "ap-southeast-2" : { },
2697
2709
  "ca-central-1" : { },
2698
2710
  "eu-central-1" : { },
2711
+ "eu-north-1" : { },
2699
2712
  "eu-west-1" : { },
2700
2713
  "eu-west-2" : { },
2714
+ "eu-west-3" : { },
2701
2715
  "us-east-1" : { },
2702
2716
  "us-east-2" : { },
2703
2717
  "us-west-1" : { },
@@ -7768,6 +7782,12 @@
7768
7782
  }
7769
7783
  }
7770
7784
  },
7785
+ "servicecatalog" : {
7786
+ "endpoints" : {
7787
+ "cn-north-1" : { },
7788
+ "cn-northwest-1" : { }
7789
+ }
7790
+ },
7771
7791
  "servicediscovery" : {
7772
7792
  "endpoints" : {
7773
7793
  "cn-north-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.454.0
4
+ version: 1.457.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-05-11 00:00:00.000000000 Z
11
+ date: 2021-05-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: