aws-partitions 1.330.0 → 1.331.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: 8611c15f46ac6735c08d64293e1121622d5208c646dac4f6709d0d952fabed1d
4
- data.tar.gz: ac02e2ea8cc2ae3df84dc37dfed49ea50b0e3fcebab16dcd9e9e38f25d718679
3
+ metadata.gz: 4c03bf41eb8e4fbea1ea0f5ba96d315e1239d5126dd0d141519c0b521945506f
4
+ data.tar.gz: 3bbe6e63227c935d0c34f86f76c0435def573193f543585fb50aa6ead9d9e865
5
5
  SHA512:
6
- metadata.gz: 84e803916d888699f2b5d1f284948be533c440f9683f1ddabfb158de218c8ce3297415c6db95035f4a1670e9860caf2e4bde3a6e3b6f65c7b5cb00b6cf7021e1
7
- data.tar.gz: 73aab8bbb85c0baec3a01250c4e73d8a6e0ea88acffff229150f4563204d628a172982451eaf10625c4885c67e4c569b4e2f8d1dd32433cb9e3ced30721bcb40
6
+ metadata.gz: 550a9d15e4bb45de66a28ff505c571d702a653d71a675b06ebdb7fe5dd9696fb59bff95c7631659f55a243f80e4d0da70c840275bfa2d8eb1b887931bccbe47b
7
+ data.tar.gz: 1ba7f80377505d28307a92078fa52a5e902c3c1773df9f64f20258144c27419149c55a0c92fd2b52d1abb8c44ff10eb6600fdc4e778741be9df31ad5547eb4e6
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require_relative 'aws-partitions/endpoint_provider'
2
4
  require_relative 'aws-partitions/partition'
3
5
  require_relative 'aws-partitions/partition_list'
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Aws
2
4
  module Partitions
3
5
  # @api private
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Aws
2
4
  module Partitions
3
5
  class Partition
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Aws
2
4
  module Partitions
3
5
  class PartitionList
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'set'
2
4
 
3
5
  module Aws
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'set'
2
4
 
3
5
  module Aws
@@ -4795,6 +4795,7 @@
4795
4795
  },
4796
4796
  "servicecatalog" : {
4797
4797
  "endpoints" : {
4798
+ "af-south-1" : { },
4798
4799
  "ap-east-1" : { },
4799
4800
  "ap-northeast-1" : { },
4800
4801
  "ap-northeast-2" : { },
@@ -4804,6 +4805,7 @@
4804
4805
  "ca-central-1" : { },
4805
4806
  "eu-central-1" : { },
4806
4807
  "eu-north-1" : { },
4808
+ "eu-south-1" : { },
4807
4809
  "eu-west-1" : { },
4808
4810
  "eu-west-2" : { },
4809
4811
  "eu-west-3" : { },
@@ -8446,6 +8448,11 @@
8446
8448
  "us-isob-east-1" : { }
8447
8449
  }
8448
8450
  },
8451
+ "lambda" : {
8452
+ "endpoints" : {
8453
+ "us-isob-east-1" : { }
8454
+ }
8455
+ },
8449
8456
  "license-manager" : {
8450
8457
  "endpoints" : {
8451
8458
  "us-isob-east-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.330.0
4
+ version: 1.331.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: 2020-06-17 00:00:00.000000000 Z
11
+ date: 2020-06-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: