aws-sdk-core 2.11.498 → 2.11.499

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
  SHA256:
3
- metadata.gz: f47aa84a8d32f172a3e1783521897b9b4105b51bf065309d781082123b4a471b
4
- data.tar.gz: d0a26f59a34b9b290228ba6f57f89165ed27b0b7f41720988e94fb0f1ff5c655
3
+ metadata.gz: 470ba257d40a16229d0ed165d67ed65ab043e2050b1696647831ba0c0c121fed
4
+ data.tar.gz: 6c7f033da34518238b0c55f2ab4eafdbf8faf068e9d8ec5bf920ca2698732607
5
5
  SHA512:
6
- metadata.gz: 8e0ae895af8884c32e352da5fc3e77e913edb6464c227fa373bdebbe060b6e8ac26fab1db82b88251652e24ca83625c515386a5e4c4d19092b05fd2696332d65
7
- data.tar.gz: bda3b6ca6995c0166b4fa879096fb190d9549fcd60cf993a728f2019cbe6987fa68a60f775f689f36b2a9d3f1cec5077e89f5da5a4d46031072f7cf7fc522cc2
6
+ metadata.gz: 84187a688e99c8da06e6fbd27cd8e35854dd1cf08cb22d590523ca1fc47c2fd60c097f1a5ad736c25574dedfa781c4370fd36a1cc7f7f66dd59a2c88223622f2
7
+ data.tar.gz: 3f026f3ab7252861818206290413cbafb424c79387ae7f44aca8da8877d01d63bd1c7702093fa5f4c1fb3133f5423c9e5b1ae14b248b804af351b331f98e4cce
@@ -1343,14 +1343,21 @@
1343
1343
  },
1344
1344
  "UntagResourceRequest":{
1345
1345
  "type":"structure",
1346
- "required":["ResourceId"],
1346
+ "required":[
1347
+ "ResourceId",
1348
+ "TagKeys"
1349
+ ],
1347
1350
  "members":{
1348
1351
  "ResourceId":{
1349
1352
  "shape":"ResourceId",
1350
1353
  "location":"uri",
1351
1354
  "locationName":"ResourceId"
1352
1355
  },
1353
- "TagKeys":{"shape":"TagKeys"}
1356
+ "TagKeys":{
1357
+ "shape":"TagKeys",
1358
+ "location":"querystring",
1359
+ "locationName":"tagKeys"
1360
+ }
1354
1361
  }
1355
1362
  },
1356
1363
  "UpdateFileSystemRequest":{
@@ -2612,7 +2612,8 @@
2612
2612
  "DeliveryTimedOutCount":{"shape":"DeliveryTimedOutCount"},
2613
2613
  "ServiceRole":{"shape":"ServiceRole"},
2614
2614
  "NotificationConfig":{"shape":"NotificationConfig"},
2615
- "CloudWatchOutputConfig":{"shape":"CloudWatchOutputConfig"}
2615
+ "CloudWatchOutputConfig":{"shape":"CloudWatchOutputConfig"},
2616
+ "TimeoutSeconds":{"shape":"TimeoutSeconds"}
2616
2617
  }
2617
2618
  },
2618
2619
  "CommandFilter":{
@@ -6773,6 +6773,17 @@
6773
6773
  }
6774
6774
  }
6775
6775
  },
6776
+ "email" : {
6777
+ "endpoints" : {
6778
+ "fips-us-gov-west-1" : {
6779
+ "credentialScope" : {
6780
+ "region" : "us-gov-west-1"
6781
+ },
6782
+ "hostname" : "email-fips.us-gov-west-1.amazonaws.com"
6783
+ },
6784
+ "us-gov-west-1" : { }
6785
+ }
6786
+ },
6776
6787
  "es" : {
6777
6788
  "endpoints" : {
6778
6789
  "fips" : {
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.498'
2
+ VERSION = '2.11.499'
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.498
4
+ version: 2.11.499
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-04-30 00:00:00.000000000 Z
11
+ date: 2020-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath