aws-sdk-core 2.10.107 → 2.10.108
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: afd6dc7bd940d25fc5184e751236debe8fe05d81
|
4
|
+
data.tar.gz: 67d08f78ad7561c6be97add9e45568a21b4d719b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 104b700dfc96ba3254328850d2f75c305e66ef81efc7b06b4f03b3badcc32203c3346fbe7051f627ee0b6f9546464c32aeaa040df90454f00605cbcce63c2cc7
|
7
|
+
data.tar.gz: 5c6bf97cc1a93d9a22403e8d30f7eb0e4968d10572f856bb4a9d3d42d1bfcb8098654eb0658aeaf1024b46c5862270603397371dec0ba19badef5c924c28096d
|
@@ -442,7 +442,8 @@
|
|
442
442
|
"type":"structure",
|
443
443
|
"members":{
|
444
444
|
"name":{"shape":"String"},
|
445
|
-
"description":{"shape":"String"}
|
445
|
+
"description":{"shape":"String"},
|
446
|
+
"versions":{"shape":"ImageVersions"}
|
446
447
|
}
|
447
448
|
},
|
448
449
|
"EnvironmentImages":{
|
@@ -498,6 +499,10 @@
|
|
498
499
|
"type":"list",
|
499
500
|
"member":{"shape":"EnvironmentVariable"}
|
500
501
|
},
|
502
|
+
"ImageVersions":{
|
503
|
+
"type":"list",
|
504
|
+
"member":{"shape":"String"}
|
505
|
+
},
|
501
506
|
"InvalidInputException":{
|
502
507
|
"type":"structure",
|
503
508
|
"members":{
|
@@ -7,6 +7,7 @@
|
|
7
7
|
"protocol":"json",
|
8
8
|
"serviceAbbreviation":"Kinesis Analytics",
|
9
9
|
"serviceFullName":"Amazon Kinesis Analytics",
|
10
|
+
"serviceId":"Kinesis Analytics",
|
10
11
|
"signatureVersion":"v4",
|
11
12
|
"targetPrefix":"KinesisAnalytics_20150814",
|
12
13
|
"timestampFormat":"unixTimestamp",
|
@@ -958,6 +959,31 @@
|
|
958
959
|
"RoleARNUpdate":{"shape":"RoleARN"}
|
959
960
|
}
|
960
961
|
},
|
962
|
+
"LambdaOutput":{
|
963
|
+
"type":"structure",
|
964
|
+
"required":[
|
965
|
+
"ResourceARN",
|
966
|
+
"RoleARN"
|
967
|
+
],
|
968
|
+
"members":{
|
969
|
+
"ResourceARN":{"shape":"ResourceARN"},
|
970
|
+
"RoleARN":{"shape":"RoleARN"}
|
971
|
+
}
|
972
|
+
},
|
973
|
+
"LambdaOutputDescription":{
|
974
|
+
"type":"structure",
|
975
|
+
"members":{
|
976
|
+
"ResourceARN":{"shape":"ResourceARN"},
|
977
|
+
"RoleARN":{"shape":"RoleARN"}
|
978
|
+
}
|
979
|
+
},
|
980
|
+
"LambdaOutputUpdate":{
|
981
|
+
"type":"structure",
|
982
|
+
"members":{
|
983
|
+
"ResourceARNUpdate":{"shape":"ResourceARN"},
|
984
|
+
"RoleARNUpdate":{"shape":"RoleARN"}
|
985
|
+
}
|
986
|
+
},
|
961
987
|
"LimitExceededException":{
|
962
988
|
"type":"structure",
|
963
989
|
"members":{
|
@@ -1011,6 +1037,7 @@
|
|
1011
1037
|
"Name":{"shape":"InAppStreamName"},
|
1012
1038
|
"KinesisStreamsOutput":{"shape":"KinesisStreamsOutput"},
|
1013
1039
|
"KinesisFirehoseOutput":{"shape":"KinesisFirehoseOutput"},
|
1040
|
+
"LambdaOutput":{"shape":"LambdaOutput"},
|
1014
1041
|
"DestinationSchema":{"shape":"DestinationSchema"}
|
1015
1042
|
}
|
1016
1043
|
},
|
@@ -1021,6 +1048,7 @@
|
|
1021
1048
|
"Name":{"shape":"InAppStreamName"},
|
1022
1049
|
"KinesisStreamsOutputDescription":{"shape":"KinesisStreamsOutputDescription"},
|
1023
1050
|
"KinesisFirehoseOutputDescription":{"shape":"KinesisFirehoseOutputDescription"},
|
1051
|
+
"LambdaOutputDescription":{"shape":"LambdaOutputDescription"},
|
1024
1052
|
"DestinationSchema":{"shape":"DestinationSchema"}
|
1025
1053
|
}
|
1026
1054
|
},
|
@@ -1036,6 +1064,7 @@
|
|
1036
1064
|
"NameUpdate":{"shape":"InAppStreamName"},
|
1037
1065
|
"KinesisStreamsOutputUpdate":{"shape":"KinesisStreamsOutputUpdate"},
|
1038
1066
|
"KinesisFirehoseOutputUpdate":{"shape":"KinesisFirehoseOutputUpdate"},
|
1067
|
+
"LambdaOutputUpdate":{"shape":"LambdaOutputUpdate"},
|
1039
1068
|
"DestinationSchemaUpdate":{"shape":"DestinationSchema"}
|
1040
1069
|
}
|
1041
1070
|
},
|
data/endpoints.json
CHANGED
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.10.
|
4
|
+
version: 2.10.108
|
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: 2017-12-
|
11
|
+
date: 2017-12-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|