aws-partitions 1.180.0 → 1.181.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
  SHA1:
3
- metadata.gz: 3127de138fbe658efc0be9502ecfac311a6eb4ea
4
- data.tar.gz: 33349f22c377a28f459e978a66f9b5b2ab1cc992
3
+ metadata.gz: 8eb8b0f359ebab6aea6fbdc4f9e4f8abba0af953
4
+ data.tar.gz: 3a92a44778f51758c90d4c56f91629169064fd5c
5
5
  SHA512:
6
- metadata.gz: 3c299e08b6172b0687a3c1be9af6156b8d56ef71a68f4d68b08610161cc17c865b69885af6c2cd2f91758c19d82ac3fc8f2e47e4d3b50042672333de62d8d5ca
7
- data.tar.gz: f5b41b520ad9540407269eb3b3350f6c9a3ed5e5034714aad44c360b7cad6d79dcb7f62ce8bb857fddf4a8faebf25fda8d2c755c6c7469554ab1cb3c6b782def
6
+ metadata.gz: d55a6d9a3dd1e50c6e6ea975a48e28d42bb24ad75bd2699e0ee9098efcf950f828db1b5aeb58d19fb68c1fc244acae48dd2b6f939ea71499f5608b13135dd897
7
+ data.tar.gz: 306889f109757cc74d1c22d4c366ecfd5c1bf0a6c7dc5a842ad875d025d592319a36264b54014330b805125dd87c6d0bd737c280b7715e0f0dbdb4a4d361fa29
@@ -278,6 +278,7 @@ module Aws
278
278
  'DynamoDB' => 'dynamodb',
279
279
  'DynamoDBStreams' => 'streams.dynamodb',
280
280
  'EC2' => 'ec2',
281
+ 'EC2InstanceConnect' => 'ec2-instance-connect',
281
282
  'ECR' => 'api.ecr',
282
283
  'ECS' => 'ecs',
283
284
  'EFS' => 'elasticfilesystem',
@@ -444,16 +444,23 @@
444
444
  },
445
445
  "backup" : {
446
446
  "endpoints" : {
447
+ "ap-northeast-1" : { },
448
+ "ap-northeast-2" : { },
449
+ "ap-southeast-1" : { },
447
450
  "ap-southeast-2" : { },
451
+ "ca-central-1" : { },
448
452
  "eu-central-1" : { },
449
453
  "eu-west-1" : { },
454
+ "eu-west-2" : { },
450
455
  "us-east-1" : { },
451
456
  "us-east-2" : { },
457
+ "us-west-1" : { },
452
458
  "us-west-2" : { }
453
459
  }
454
460
  },
455
461
  "batch" : {
456
462
  "endpoints" : {
463
+ "ap-east-1" : { },
457
464
  "ap-northeast-1" : { },
458
465
  "ap-northeast-2" : { },
459
466
  "ap-south-1" : { },
@@ -1433,6 +1440,7 @@
1433
1440
  "fsx" : {
1434
1441
  "endpoints" : {
1435
1442
  "ap-northeast-1" : { },
1443
+ "ap-southeast-1" : { },
1436
1444
  "ap-southeast-2" : { },
1437
1445
  "eu-central-1" : { },
1438
1446
  "eu-west-1" : { },
@@ -1493,6 +1501,7 @@
1493
1501
  "ap-southeast-2" : { },
1494
1502
  "ca-central-1" : { },
1495
1503
  "eu-central-1" : { },
1504
+ "eu-north-1" : { },
1496
1505
  "eu-west-1" : { },
1497
1506
  "eu-west-2" : { },
1498
1507
  "eu-west-3" : { },
@@ -3948,6 +3957,7 @@
3948
3957
  },
3949
3958
  "firehose" : {
3950
3959
  "endpoints" : {
3960
+ "us-gov-east-1" : { },
3951
3961
  "us-gov-west-1" : { }
3952
3962
  }
3953
3963
  },
@@ -3961,6 +3971,7 @@
3961
3971
  },
3962
3972
  "glue" : {
3963
3973
  "endpoints" : {
3974
+ "us-gov-east-1" : { },
3964
3975
  "us-gov-west-1" : { }
3965
3976
  }
3966
3977
  },
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.180.0
4
+ version: 1.181.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services