aws-sdk-core 2.11.471 → 2.11.472

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: e1bcdb66a0a6cf6306dd9e0b5cdd8109156f2720
4
- data.tar.gz: 42a033370a99595819e2f4357f4f7d8aeede98b3
3
+ metadata.gz: 96dc6f480357783bc1aa675d8477be7231717833
4
+ data.tar.gz: 19032959dff1fa2c27815b116da956f9b9225abb
5
5
  SHA512:
6
- metadata.gz: b5f45e7378688a68865e421735ef85f51bbcf83968c37ab6b6b4f9e188e7892ee25db087c918ecfbccbacd7c44446d7fe18ef8b2053c1b8671d2e25739c5b4ef
7
- data.tar.gz: b8246bec45f41030a945f5f7a6abe3f9e31b1e2d96b6027e1a21dc4a73bad97ed30badff25da490d47c28d7503e796a87d6ab4f600026959b509fe095bad734c
6
+ metadata.gz: 3dd2ff14b75f54c1ae573aa0acfe873bbc31a9e5510df717fc3c025faff5a5fc4e200c551fa3ccbb6be8f98dc1512cbadff7a1d55054bbe138be18d61d59d926
7
+ data.tar.gz: 25a0a9c6032abe2b8b6a996539918e24e9944375d3a7ecaf837420923f87554043f156a5c37026e41c05df34a7158b7c6aa8e4f5903c9c13273089351627498c
@@ -1339,7 +1339,9 @@
1339
1339
  "ConstraintId":{"shape":"Id"},
1340
1340
  "Type":{"shape":"ConstraintType"},
1341
1341
  "Description":{"shape":"ConstraintDescription"},
1342
- "Owner":{"shape":"AccountId"}
1342
+ "Owner":{"shape":"AccountId"},
1343
+ "ProductId":{"shape":"Id"},
1344
+ "PortfolioId":{"shape":"Id"}
1343
1345
  }
1344
1346
  },
1345
1347
  "ConstraintDetails":{
@@ -1284,6 +1284,12 @@
1284
1284
  "ap-southeast-1" : { },
1285
1285
  "ap-southeast-2" : { },
1286
1286
  "ca-central-1" : { },
1287
+ "dms-fips" : {
1288
+ "credentialScope" : {
1289
+ "region" : "us-west-1"
1290
+ },
1291
+ "hostname" : "dms-fips.us-west-1.amazonaws.com"
1292
+ },
1287
1293
  "eu-central-1" : { },
1288
1294
  "eu-north-1" : { },
1289
1295
  "eu-west-1" : { },
@@ -1871,7 +1877,11 @@
1871
1877
  "forecastquery" : {
1872
1878
  "endpoints" : {
1873
1879
  "ap-northeast-1" : { },
1880
+ "ap-northeast-2" : { },
1881
+ "ap-south-1" : { },
1874
1882
  "ap-southeast-1" : { },
1883
+ "ap-southeast-2" : { },
1884
+ "eu-central-1" : { },
1875
1885
  "eu-west-1" : { },
1876
1886
  "us-east-1" : { },
1877
1887
  "us-east-2" : { },
@@ -2480,6 +2490,7 @@
2480
2490
  "endpoints" : {
2481
2491
  "ap-northeast-1" : { },
2482
2492
  "ap-southeast-1" : { },
2493
+ "eu-west-1" : { },
2483
2494
  "us-east-1" : { }
2484
2495
  }
2485
2496
  },
@@ -4645,6 +4656,12 @@
4645
4656
  "cn-northwest-1" : { }
4646
4657
  }
4647
4658
  },
4659
+ "iotsecuredtunneling" : {
4660
+ "endpoints" : {
4661
+ "cn-north-1" : { },
4662
+ "cn-northwest-1" : { }
4663
+ }
4664
+ },
4648
4665
  "kinesis" : {
4649
4666
  "endpoints" : {
4650
4667
  "cn-north-1" : { },
@@ -5145,6 +5162,12 @@
5145
5162
  },
5146
5163
  "dms" : {
5147
5164
  "endpoints" : {
5165
+ "dms-fips" : {
5166
+ "credentialScope" : {
5167
+ "region" : "us-gov-west-1"
5168
+ },
5169
+ "hostname" : "dms.us-gov-west-1.amazonaws.com"
5170
+ },
5148
5171
  "us-gov-east-1" : { },
5149
5172
  "us-gov-west-1" : { }
5150
5173
  }
@@ -5816,6 +5839,12 @@
5816
5839
  },
5817
5840
  "dms" : {
5818
5841
  "endpoints" : {
5842
+ "dms-fips" : {
5843
+ "credentialScope" : {
5844
+ "region" : "us-iso-east-1"
5845
+ },
5846
+ "hostname" : "dms.us-iso-east-1.c2s.ic.gov"
5847
+ },
5819
5848
  "us-iso-east-1" : { }
5820
5849
  }
5821
5850
  },
@@ -6076,6 +6105,12 @@
6076
6105
  },
6077
6106
  "dms" : {
6078
6107
  "endpoints" : {
6108
+ "dms-fips" : {
6109
+ "credentialScope" : {
6110
+ "region" : "us-isob-east-1"
6111
+ },
6112
+ "hostname" : "dms.us-isob-east-1.sc2s.sgov.gov"
6113
+ },
6079
6114
  "us-isob-east-1" : { }
6080
6115
  }
6081
6116
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.471'
2
+ VERSION = '2.11.472'
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.471
4
+ version: 2.11.472
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-03-19 00:00:00.000000000 Z
11
+ date: 2020-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath