aws-partitions 1.511.0 → 1.512.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: 242bae97ae09acb4757a9f4911860518d66c982986aa55324d341f095d2be611
4
- data.tar.gz: af9cfc5ac527546b181d72f8332354aa8f205ebbc0ee3b51d446626b2337844c
3
+ metadata.gz: 3137651749ee6ef625bb3551881bfd1a4788d911774fe2b255985621ce403993
4
+ data.tar.gz: a0acb8fccb5ed024d71d9ec70aeab867b9ae8129b12348a719dcb3555d6343e4
5
5
  SHA512:
6
- metadata.gz: 1fde285f8b63db3a732422bf3b4d61a0588b6ced8724bf9c423fc6558e401632bd1eda1f5fb0f7e5d477f503c4471cd7c6968e42c6ffb7dc80347c5b0730a26a
7
- data.tar.gz: 91e5159a11e848a20193d4cda9610e4446a1d1d98a674ebe5a6e7181f399384d3ff463cfd1b3e04e7d24d98502cba647dd803e68af50a60159b8e4bfa6fc817d
6
+ metadata.gz: 1d276b25c1204e8c6ae93329fbe6d0153c9df235456ffafd7da770617308d18118fbac6626d6309ecf1ef82ea28842010e4922ade5a502ad7ff4fc59b12365e4
7
+ data.tar.gz: 61dedecbc7097ea9aff80212665e888800eedc04c2ff50c7d0ff7a696399df0c3fa00258e23a6b04b062b51f4db9678e74a35d29fa82aa9a8237c2f988b0b0a2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.512.0 (2021-10-07)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::ManagedGrafana`.
8
+
4
9
  1.511.0 (2021-10-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.511.0
1
+ 1.512.0
@@ -397,6 +397,7 @@ module Aws
397
397
  'Macie' => 'macie',
398
398
  'Macie2' => 'macie2',
399
399
  'ManagedBlockchain' => 'managedblockchain',
400
+ 'ManagedGrafana' => 'grafana',
400
401
  'MarketplaceCatalog' => 'catalog.marketplace',
401
402
  'MarketplaceCommerceAnalytics' => 'marketplacecommerceanalytics',
402
403
  'MarketplaceEntitlementService' => 'entitlement.marketplace',
data/partitions.json CHANGED
@@ -3596,6 +3596,70 @@
3596
3596
  "us-west-2" : { }
3597
3597
  }
3598
3598
  },
3599
+ "grafana" : {
3600
+ "endpoints" : {
3601
+ "ap-northeast-1" : {
3602
+ "credentialScope" : {
3603
+ "region" : "ap-northeast-1"
3604
+ },
3605
+ "hostname" : "grafana.ap-northeast-1.amazonaws.com"
3606
+ },
3607
+ "ap-northeast-2" : {
3608
+ "credentialScope" : {
3609
+ "region" : "ap-northeast-2"
3610
+ },
3611
+ "hostname" : "grafana.ap-northeast-2.amazonaws.com"
3612
+ },
3613
+ "ap-southeast-1" : {
3614
+ "credentialScope" : {
3615
+ "region" : "ap-southeast-1"
3616
+ },
3617
+ "hostname" : "grafana.ap-southeast-1.amazonaws.com"
3618
+ },
3619
+ "ap-southeast-2" : {
3620
+ "credentialScope" : {
3621
+ "region" : "ap-southeast-2"
3622
+ },
3623
+ "hostname" : "grafana.ap-southeast-2.amazonaws.com"
3624
+ },
3625
+ "eu-central-1" : {
3626
+ "credentialScope" : {
3627
+ "region" : "eu-central-1"
3628
+ },
3629
+ "hostname" : "grafana.eu-central-1.amazonaws.com"
3630
+ },
3631
+ "eu-west-1" : {
3632
+ "credentialScope" : {
3633
+ "region" : "eu-west-1"
3634
+ },
3635
+ "hostname" : "grafana.eu-west-1.amazonaws.com"
3636
+ },
3637
+ "eu-west-2" : {
3638
+ "credentialScope" : {
3639
+ "region" : "eu-west-2"
3640
+ },
3641
+ "hostname" : "grafana.eu-west-2.amazonaws.com"
3642
+ },
3643
+ "us-east-1" : {
3644
+ "credentialScope" : {
3645
+ "region" : "us-east-1"
3646
+ },
3647
+ "hostname" : "grafana.us-east-1.amazonaws.com"
3648
+ },
3649
+ "us-east-2" : {
3650
+ "credentialScope" : {
3651
+ "region" : "us-east-2"
3652
+ },
3653
+ "hostname" : "grafana.us-east-2.amazonaws.com"
3654
+ },
3655
+ "us-west-2" : {
3656
+ "credentialScope" : {
3657
+ "region" : "us-west-2"
3658
+ },
3659
+ "hostname" : "grafana.us-west-2.amazonaws.com"
3660
+ }
3661
+ }
3662
+ },
3599
3663
  "greengrass" : {
3600
3664
  "defaults" : {
3601
3665
  "protocols" : [ "https" ]
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.511.0
4
+ version: 1.512.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-10-06 00:00:00.000000000 Z
11
+ date: 2021-10-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: