aws-sdk-core 2.11.372 → 2.11.373

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
  SHA1:
3
- metadata.gz: dccbe40b6fd98533c9c1de99996323047d9ae1dd
4
- data.tar.gz: 44ca168ef352c68189d1b3cbdd30bc0ac2c5440a
3
+ metadata.gz: 932b2e6216570fbd72be249e52bd549676ea50f9
4
+ data.tar.gz: 254c7a0f7b7e228b2c977b30e7cc750d3b894026
5
5
  SHA512:
6
- metadata.gz: 5470745cb6b4157cabcea52dc65dc0ebb9ceae003db3bb86b08dc4f14f36807fd6032dda5f0b27277ab18fcaf6be14ba5602fbe40eb534ccaaa3b0ccd28a8d5f
7
- data.tar.gz: 314f900b41719b927e7149dee46c8008c7770249b2bb67b3e9b1233e265b9792b7ae30e4a32dc3f092b4c81e9220ef7e14f3403330bba4a0bf730371f8661aa2
6
+ metadata.gz: 525c95357806b2013b664dc7bcb0ed0504009a47a7dc2273763c81181eb603fdc95e585e3e9582292f6604ede181705581f7435c6c05c2321d7b0f886642c091
7
+ data.tar.gz: 71edabf5364ce78d47f19cc8dcad3a9d968818af16ac6638168f53d5bb77570d1059a641a5ec74beb62e6d11d36ea4c5301d4107d2037b98cab13eb402b26828
@@ -4963,7 +4963,7 @@
4963
4963
  },
4964
4964
  "UpdateTargetsArchitecture" : {
4965
4965
  "type" : "string",
4966
- "enum" : [ "armv7l", "x86_64", "aarch64", "openwrt" ]
4966
+ "enum" : [ "armv6l", "armv7l", "x86_64", "aarch64", "openwrt" ]
4967
4967
  },
4968
4968
  "UpdateTargetsOperatingSystem" : {
4969
4969
  "type" : "string",
@@ -2112,8 +2112,11 @@
2112
2112
  "eu-central-1" : { },
2113
2113
  "eu-north-1" : { },
2114
2114
  "eu-west-1" : { },
2115
+ "eu-west-2" : { },
2116
+ "eu-west-3" : { },
2115
2117
  "sa-east-1" : { },
2116
2118
  "us-east-1" : { },
2119
+ "us-east-2" : { },
2117
2120
  "us-west-2" : { }
2118
2121
  }
2119
2122
  },
@@ -2976,6 +2979,9 @@
2976
2979
  "protocols" : [ "https" ]
2977
2980
  },
2978
2981
  "endpoints" : {
2982
+ "ap-east-1" : {
2983
+ "protocols" : [ "https" ]
2984
+ },
2979
2985
  "ap-northeast-1" : {
2980
2986
  "protocols" : [ "https" ]
2981
2987
  },
@@ -4597,6 +4603,12 @@
4597
4603
  "isRegionalized" : false,
4598
4604
  "partitionEndpoint" : "aws-us-gov-global"
4599
4605
  },
4606
+ "route53resolver" : {
4607
+ "endpoints" : {
4608
+ "us-gov-east-1" : { },
4609
+ "us-gov-west-1" : { }
4610
+ }
4611
+ },
4600
4612
  "runtime.sagemaker" : {
4601
4613
  "endpoints" : {
4602
4614
  "us-gov-west-1" : { }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.372'
2
+ VERSION = '2.11.373'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.372
4
+ version: 2.11.373
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: 2019-10-10 00:00:00.000000000 Z
11
+ date: 2019-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath