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: 1d7ea8495e841918d911a93c76100df7cd9f10ea
4
- data.tar.gz: 844052b9e68ec930134cf6a0912d213d21af9667
3
+ metadata.gz: afd6dc7bd940d25fc5184e751236debe8fe05d81
4
+ data.tar.gz: 67d08f78ad7561c6be97add9e45568a21b4d719b
5
5
  SHA512:
6
- metadata.gz: 9b8ed7104bcafdb0f5cf8bb8a7e0ae90e2472ce8d422f59c224d185dc30d569eb030b9c7dc38579d5d7c7758d0f956105f544137f4a0348cdaec350d70925a34
7
- data.tar.gz: 7f5bc9766f5910c6f9e9fb14270610a898a0d52d13cbe32f9ebe613fec25fb55ab1de92d5e645e76c77d521ceda29bedc554aba6e0be27a7695c45325263e699
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":{
@@ -2538,6 +2538,10 @@
2538
2538
  "PrivateIpAddress":{
2539
2539
  "shape":"String",
2540
2540
  "locationName":"privateIpAddress"
2541
+ },
2542
+ "Tags":{
2543
+ "shape":"TagList",
2544
+ "locationName":"tags"
2541
2545
  }
2542
2546
  }
2543
2547
  },
@@ -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
  },
@@ -313,6 +313,7 @@
313
313
  "codebuild" : {
314
314
  "endpoints" : {
315
315
  "ap-northeast-1" : { },
316
+ "ap-northeast-2" : { },
316
317
  "ap-southeast-1" : { },
317
318
  "ap-southeast-2" : { },
318
319
  "ca-central-1" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.107'
2
+ VERSION = '2.10.108'
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.10.107
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-20 00:00:00.000000000 Z
11
+ date: 2017-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath