aws-sdk-core 2.3.6 → 2.3.7

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: 61527230d6f85d9b16ba4ee45bfa4e79d97406ec
4
- data.tar.gz: a3a82b2801ef5c4af9db1a347ed80fd0fcd5e322
3
+ metadata.gz: e344185468c860c285492e498e4f7e55cae510b8
4
+ data.tar.gz: 1bb05c030b8470848fbe37f872cd9afd144db403
5
5
  SHA512:
6
- metadata.gz: e819fad90afa947d0ef904b8a8e8d845ee51cc1ae4097d2b80ab416dfe7a251189d1706b3129cdb8b63ce07e730237eeda76528c4eb7e90b2f8e4aaae2f30984
7
- data.tar.gz: 67b0c31e2195ed4ae285708fd4499c39e3153fb181fa67c900de65a26cc9cb9550791b2db0e2cedad9d9681885144e1ad89bee82e84088b7a03d2b444fbb8ab0
6
+ metadata.gz: 7e785551845bc5489459215a902c6a484822460d6a1f4908ca06c5a546b88c0c46a1c3801b1a88f4100e2e1cb2ce541f972f275c2eea2bd81623ef1129cbec70
7
+ data.tar.gz: 4d34f93e3159be483b351816520c219b3a19b1dad3c37258d6934e9c68f3dfd7ff79419f22a81c4355aca4fd44c134b0f805a545182a1eedacdb8d01c7cb00cf
@@ -8404,6 +8404,10 @@
8404
8404
  "m2.2xlarge",
8405
8405
  "m2.4xlarge",
8406
8406
  "cr1.8xlarge",
8407
+ "x1.4xlarge",
8408
+ "x1.8xlarge",
8409
+ "x1.16xlarge",
8410
+ "x1.32xlarge",
8407
8411
  "i2.xlarge",
8408
8412
  "i2.2xlarge",
8409
8413
  "i2.4xlarge",
@@ -878,6 +878,7 @@
878
878
  "type":"structure",
879
879
  "members":{
880
880
  "familyPrefix":{"shape":"String"},
881
+ "status":{"shape":"TaskDefinitionFamilyStatus"},
881
882
  "nextToken":{"shape":"String"},
882
883
  "maxResults":{"shape":"BoxedInteger"}
883
884
  }
@@ -1251,6 +1252,14 @@
1251
1252
  "requiresAttributes":{"shape":"RequiresAttributes"}
1252
1253
  }
1253
1254
  },
1255
+ "TaskDefinitionFamilyStatus":{
1256
+ "type":"string",
1257
+ "enum":[
1258
+ "ACTIVE",
1259
+ "INACTIVE",
1260
+ "ALL"
1261
+ ]
1262
+ },
1254
1263
  "TaskDefinitionStatus":{
1255
1264
  "type":"string",
1256
1265
  "enum":[
@@ -560,6 +560,7 @@
560
560
  "CopyCommand":{"shape":"CopyCommand"},
561
561
  "Username":{"shape":"Username"},
562
562
  "Password":{"shape":"Password"},
563
+ "RetryOptions":{"shape":"RedshiftRetryOptions"},
563
564
  "S3Configuration":{"shape":"S3DestinationConfiguration"},
564
565
  "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
565
566
  }
@@ -578,6 +579,7 @@
578
579
  "ClusterJDBCURL":{"shape":"ClusterJDBCURL"},
579
580
  "CopyCommand":{"shape":"CopyCommand"},
580
581
  "Username":{"shape":"Username"},
582
+ "RetryOptions":{"shape":"RedshiftRetryOptions"},
581
583
  "S3DestinationDescription":{"shape":"S3DestinationDescription"},
582
584
  "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
583
585
  }
@@ -590,10 +592,22 @@
590
592
  "CopyCommand":{"shape":"CopyCommand"},
591
593
  "Username":{"shape":"Username"},
592
594
  "Password":{"shape":"Password"},
595
+ "RetryOptions":{"shape":"RedshiftRetryOptions"},
593
596
  "S3Update":{"shape":"S3DestinationUpdate"},
594
597
  "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
595
598
  }
596
599
  },
600
+ "RedshiftRetryDurationInSeconds":{
601
+ "type":"integer",
602
+ "max":7200,
603
+ "min":0
604
+ },
605
+ "RedshiftRetryOptions":{
606
+ "type":"structure",
607
+ "members":{
608
+ "DurationInSeconds":{"shape":"RedshiftRetryDurationInSeconds"}
609
+ }
610
+ },
597
611
  "ResourceInUseException":{
598
612
  "type":"structure",
599
613
  "members":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.3.6'
2
+ VERSION = '2.3.7'
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.3.6
4
+ version: 2.3.7
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: 2016-05-18 00:00:00.000000000 Z
11
+ date: 2016-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath