aws-sdk-core 2.11.369 → 2.11.370

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: 968dd3ae70305fb6b79f91ec8392faa0b96a7cbf
4
- data.tar.gz: 2b5084248f68f13586b7dc3cf1ca11212e724cae
3
+ metadata.gz: 349f400a581267e5d72e47e0bdea9996ce98de73
4
+ data.tar.gz: d84f4d751e65696dce2ab4cbaad9e96757a16304
5
5
  SHA512:
6
- metadata.gz: 72a20e19f720f7acd1747cb2b845496cb582b24a74e415d7b531b885d913ff1155305bfce9eee6d44c35a681c7dcafc9298f7e8b981244052be18aada06d3135
7
- data.tar.gz: 160d93bb0980bb92d1c18140cec7484dac548b824c972e13a4e1d3758a1d7911fe175baf5c5433fa64256cb3af81cac7a04df7e04fa66756ebb9bb5440c62d6f
6
+ metadata.gz: 3aefc5a6699216a73d5c36bf0c18c8f94cd6d3123a6de49f624a594396c2d985f423c5a7702c4a18ff213a3e6d396de82d46b172465b9576e69a0c75f9afd01f
7
+ data.tar.gz: e5bb4b2d08f313639038ba6886e486a166c8c3cf8b762e1433d24789436d90090f281852c7e6b587680e8e22e82695ce918580a504aca042ddb44a32019c1bb0
@@ -993,7 +993,8 @@
993
993
  "PreserveDeletedFiles":{"shape":"PreserveDeletedFiles"},
994
994
  "PreserveDevices":{"shape":"PreserveDevices"},
995
995
  "PosixPermissions":{"shape":"PosixPermissions"},
996
- "BytesPerSecond":{"shape":"BytesPerSecond"}
996
+ "BytesPerSecond":{"shape":"BytesPerSecond"},
997
+ "TaskQueueing":{"shape":"TaskQueueing"}
997
998
  }
998
999
  },
999
1000
  "OverwriteMode":{
@@ -1225,6 +1226,7 @@
1225
1226
  "TaskExecutionStatus":{
1226
1227
  "type":"string",
1227
1228
  "enum":[
1229
+ "QUEUED",
1228
1230
  "LAUNCHING",
1229
1231
  "PREPARING",
1230
1232
  "TRANSFERRING",
@@ -1245,11 +1247,19 @@
1245
1247
  "Name":{"shape":"TagValue"}
1246
1248
  }
1247
1249
  },
1250
+ "TaskQueueing":{
1251
+ "type":"string",
1252
+ "enum":[
1253
+ "ENABLED",
1254
+ "DISABLED"
1255
+ ]
1256
+ },
1248
1257
  "TaskStatus":{
1249
1258
  "type":"string",
1250
1259
  "enum":[
1251
1260
  "AVAILABLE",
1252
1261
  "CREATING",
1262
+ "QUEUED",
1253
1263
  "RUNNING",
1254
1264
  "UNAVAILABLE"
1255
1265
  ]
@@ -458,7 +458,6 @@
458
458
  "required":[
459
459
  "RoleARN",
460
460
  "IndexName",
461
- "TypeName",
462
461
  "S3Configuration"
463
462
  ],
464
463
  "members":{
@@ -551,7 +550,7 @@
551
550
  "ElasticsearchTypeName":{
552
551
  "type":"string",
553
552
  "max":100,
554
- "min":1
553
+ "min":0
555
554
  },
556
555
  "EncryptionConfiguration":{
557
556
  "type":"structure",
@@ -377,6 +377,12 @@
377
377
  "ap-southeast-2" : { },
378
378
  "eu-central-1" : { },
379
379
  "eu-west-1" : { },
380
+ "fips" : {
381
+ "credentialScope" : {
382
+ "region" : "us-west-2"
383
+ },
384
+ "hostname" : "appstream2-fips.us-west-2.amazonaws.com"
385
+ },
380
386
  "us-east-1" : { },
381
387
  "us-west-2" : { }
382
388
  }
@@ -996,8 +1002,11 @@
996
1002
  "ap-northeast-2" : { },
997
1003
  "ap-southeast-1" : { },
998
1004
  "ap-southeast-2" : { },
1005
+ "ca-central-1" : { },
999
1006
  "eu-central-1" : { },
1000
1007
  "eu-west-1" : { },
1008
+ "eu-west-2" : { },
1009
+ "eu-west-3" : { },
1001
1010
  "fips-us-east-1" : {
1002
1011
  "credentialScope" : {
1003
1012
  "region" : "us-east-1"
@@ -1832,6 +1841,7 @@
1832
1841
  },
1833
1842
  "endpoints" : {
1834
1843
  "ap-northeast-1" : { },
1844
+ "ap-northeast-2" : { },
1835
1845
  "ap-southeast-2" : { },
1836
1846
  "eu-west-1" : { },
1837
1847
  "us-east-1" : { },
@@ -2903,6 +2913,7 @@
2903
2913
  "eu-west-1" : { },
2904
2914
  "eu-west-2" : { },
2905
2915
  "eu-west-3" : { },
2916
+ "me-south-1" : { },
2906
2917
  "sa-east-1" : { },
2907
2918
  "us-east-1" : { },
2908
2919
  "us-east-2" : { },
@@ -3995,7 +4006,7 @@
3995
4006
  "credentialScope" : {
3996
4007
  "region" : "cn-north-1"
3997
4008
  },
3998
- "hostname" : "support.cn-north-1.amazonaws.com"
4009
+ "hostname" : "support.cn-north-1.amazonaws.com.cn"
3999
4010
  }
4000
4011
  },
4001
4012
  "partitionEndpoint" : "aws-cn-global"
@@ -4483,6 +4494,24 @@
4483
4494
  "us-gov-west-1" : { }
4484
4495
  }
4485
4496
  },
4497
+ "resource-groups" : {
4498
+ "endpoints" : {
4499
+ "fips-us-gov-east-1" : {
4500
+ "credentialScope" : {
4501
+ "region" : "us-gov-east-1"
4502
+ },
4503
+ "hostname" : "resource-groups.us-gov-east-1.amazonaws.com"
4504
+ },
4505
+ "fips-us-gov-west-1" : {
4506
+ "credentialScope" : {
4507
+ "region" : "us-gov-west-1"
4508
+ },
4509
+ "hostname" : "resource-groups.us-gov-west-1.amazonaws.com"
4510
+ },
4511
+ "us-gov-east-1" : { },
4512
+ "us-gov-west-1" : { }
4513
+ }
4514
+ },
4486
4515
  "route53" : {
4487
4516
  "endpoints" : {
4488
4517
  "aws-us-gov-global" : {
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.369'
2
+ VERSION = '2.11.370'
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.369
4
+ version: 2.11.370
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-07 00:00:00.000000000 Z
11
+ date: 2019-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath