aws-partitions 1.602.0 → 1.603.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: 9f184a3f50f22e77c0132a95bf9e20e30b6a4b9f6aa56c9ce0cb879aea48d508
4
- data.tar.gz: 9abc8af5ea3555b86d7639ef557a559f87fe341bc6ad307379e3a1d56a552f53
3
+ metadata.gz: 1dcf695f16695da5b9101ad9166aeafa0de94fe8e5a34bb9dc96077af640d0a6
4
+ data.tar.gz: c100803259d9f206ffa275ef95c8264a1fde0cc2bcc3acf150d8baec65a4ace1
5
5
  SHA512:
6
- metadata.gz: b2b8ba75925e8dda211e773ec81b8cfb6c0caf4ff0a397e69d32de0dfb3951444536793922a67f53d388681342f7c9dbb1b48eda357c0bc7be35325c11422ac8
7
- data.tar.gz: 838504962413ecb908f798653c3c593c48c34a2d2c4740631be89f21e1d835108a5be796c2b7b4d10babf4aea1658f7123008e7392934f15f3c1eeff8b6c35f4
6
+ metadata.gz: d796ff7c792d7e47d17dabcd2bbdee67f9d7229f0cfd8d67087c689d689c3a3f7b1cfaa08bc0756b21460ac7f04b9190820f0681a4ea64517a25c82e59e9c212
7
+ data.tar.gz: aa18566e4eda78473bc0b4870d3ca1e3edd6898f4bf7a87b3ac757d0ae5f7e68972e8fe95bf5583a25a2f33cabff4ff749e0614a91717f809c70668ed08d307a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.603.0 (2022-07-05)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::RolesAnywhere`.
8
+
4
9
  1.602.0 (2022-06-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.602.0
1
+ 1.603.0
@@ -471,6 +471,7 @@ module Aws
471
471
  'ResourceGroups' => 'resource-groups',
472
472
  'ResourceGroupsTaggingAPI' => 'tagging',
473
473
  'RoboMaker' => 'robomaker',
474
+ 'RolesAnywhere' => 'rolesanywhere',
474
475
  'Route53' => 'route53',
475
476
  'Route53Domains' => 'route53domains',
476
477
  'Route53RecoveryCluster' => 'route53-recovery-cluster',
data/partitions.json CHANGED
@@ -10136,6 +10136,29 @@
10136
10136
  "us-west-2" : { }
10137
10137
  }
10138
10138
  },
10139
+ "rolesanywhere" : {
10140
+ "endpoints" : {
10141
+ "ap-east-1" : { },
10142
+ "ap-northeast-1" : { },
10143
+ "ap-northeast-2" : { },
10144
+ "ap-northeast-3" : { },
10145
+ "ap-south-1" : { },
10146
+ "ap-southeast-1" : { },
10147
+ "ap-southeast-2" : { },
10148
+ "ca-central-1" : { },
10149
+ "eu-central-1" : { },
10150
+ "eu-north-1" : { },
10151
+ "eu-west-1" : { },
10152
+ "eu-west-2" : { },
10153
+ "eu-west-3" : { },
10154
+ "me-south-1" : { },
10155
+ "sa-east-1" : { },
10156
+ "us-east-1" : { },
10157
+ "us-east-2" : { },
10158
+ "us-west-1" : { },
10159
+ "us-west-2" : { }
10160
+ }
10161
+ },
10139
10162
  "route53" : {
10140
10163
  "endpoints" : {
10141
10164
  "aws-global" : {
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.602.0
4
+ version: 1.603.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-06-29 00:00:00.000000000 Z
11
+ date: 2022-07-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: