aws-partitions 1.455.0 → 1.458.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: 63f580991b1d6c324fb71f4dedc1f785a211657d0add7685bffb7db7dba03d1c
4
- data.tar.gz: '08beac1052d6771d3ea039c5fbc687081750bd2c4ba7b5f4af7833dbf6c9c82b'
3
+ metadata.gz: '096e44411d1877106c7f4094888160394d2affd95424e7504281b407b083e593'
4
+ data.tar.gz: ae3a13b421ec0bb17e1fa44c95c96b630a1e46e668ae800d04396450c884f521
5
5
  SHA512:
6
- metadata.gz: 86389c705a916951ce5c8f78ccf946a8ce1d14f3956ee139ea8bcf146478a1e51a4d1052583c5740e7f7cbd3bce7a522979124e5a11c0e3152d29a4bf5234e0e
7
- data.tar.gz: 8fe77217dc417c37d88d127e9a4bf4595e4555465ac396d06c317c4eac1b99d3729d0ce41face4dda7f7a36919bff27bb0b9ebc146b8136047e70aa53ae478e4
6
+ metadata.gz: a733857370810c11e7a7f337d6c47a3247150daadeeb89585c4febf767d5a7825acfd90970178f942f7cecc3b0ed97cf3fde60ab8d377ceb9b2ab22ea192c34a
7
+ data.tar.gz: ace319b025f994ed963da3dd05657a8cd8d0a34d6cb07c8163d05127c3c393b048f7e6c8a656fee10dca3084237473084c5efa32f2ddea1a71d513e2e6cc59e3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.458.0 (2021-05-18)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::AppRunner`.
8
+
9
+ 1.457.0 (2021-05-17)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::ApplicationCostProfiler`.
13
+
14
+ 1.456.0 (2021-05-14)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
4
19
  1.455.0 (2021-05-12)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.455.0
1
+ 1.458.0
@@ -237,10 +237,12 @@ module Aws
237
237
  'AppIntegrationsService' => 'app-integrations',
238
238
  'AppMesh' => 'appmesh',
239
239
  'AppRegistry' => 'servicecatalog-appregistry',
240
+ 'AppRunner' => 'apprunner',
240
241
  'AppStream' => 'appstream2',
241
242
  'AppSync' => 'appsync',
242
243
  'Appflow' => 'appflow',
243
244
  'ApplicationAutoScaling' => 'application-autoscaling',
245
+ 'ApplicationCostProfiler' => 'application-cost-profiler',
244
246
  'ApplicationDiscoveryService' => 'discovery',
245
247
  'ApplicationInsights' => 'applicationinsights',
246
248
  '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" : {
@@ -7770,6 +7782,12 @@
7770
7782
  }
7771
7783
  }
7772
7784
  },
7785
+ "servicecatalog" : {
7786
+ "endpoints" : {
7787
+ "cn-north-1" : { },
7788
+ "cn-northwest-1" : { }
7789
+ }
7790
+ },
7773
7791
  "servicediscovery" : {
7774
7792
  "endpoints" : {
7775
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.455.0
4
+ version: 1.458.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-12 00:00:00.000000000 Z
11
+ date: 2021-05-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: