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 +4 -4
- data/apis/ec2/2015-10-01/api-2.json +4 -0
- data/apis/ecs/2014-11-13/api-2.json +9 -0
- data/apis/firehose/2015-08-04/api-2.json +14 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e344185468c860c285492e498e4f7e55cae510b8
|
|
4
|
+
data.tar.gz: 1bb05c030b8470848fbe37f872cd9afd144db403
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7e785551845bc5489459215a902c6a484822460d6a1f4908ca06c5a546b88c0c46a1c3801b1a88f4100e2e1cb2ce541f972f275c2eea2bd81623ef1129cbec70
|
|
7
|
+
data.tar.gz: 4d34f93e3159be483b351816520c219b3a19b1dad3c37258d6934e9c68f3dfd7ff79419f22a81c4355aca4fd44c134b0f805a545182a1eedacdb8d01c7cb00cf
|
|
@@ -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":{
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2016-05-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|