aws-sdk-core 2.11.206 → 2.11.207

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: 889f55896f2f3fa67ebf4bcd409fc5ab04d16de3
4
- data.tar.gz: 6202363660c17e5dcbf7a403047f9dc4449db49f
3
+ metadata.gz: 92865e750b2f2b45ca8717d30109a9724f19742d
4
+ data.tar.gz: 7cb5fe7b5ac7bad93b78f762b580a106384f7227
5
5
  SHA512:
6
- metadata.gz: d3a58eb9cc3229d74a6b02bf317417ebe5ded97f0da497d3a7063b3744662d47fe231cc59fb4a093a2ec5716c939ecffa87a3c618e8b0cd04c15cd0012646cec
7
- data.tar.gz: dd2fd245d0782c404274a575dfef73e36b63c2a1f7ba3738c8425358f5e2654a22a452fb67943135bc8b0dd8b75600d850e5c12473f11f881833373e3cb7614d
6
+ metadata.gz: bbc678ed2eb08d8f55ac831b6ef386b853a780a816debc8ba1a67ff577f41e9480c9dc25299504810545a32ee7c7959f0ee03156b95330825e4fc0f25e1d3696
7
+ data.tar.gz: f15c8213d0e73c6d90d349a2fcdb7a7b332930762ddcf659b2ea63f727c3370efe4286b1e4a38ae57de1d701afb38c87bcdc44f092e4a084836d585525af9ff4
@@ -36,7 +36,7 @@
36
36
  "MemorySize": 128,
37
37
  "Publish": true,
38
38
  "Role": "arn:aws:iam::123456789012:role/service-role/role-name",
39
- "Runtime": "nodejs4.3",
39
+ "Runtime": "nodejs8.10",
40
40
  "Timeout": 15,
41
41
  "VpcConfig": {
42
42
  }
@@ -51,7 +51,7 @@
51
51
  "LastModified": "2016-11-21T19:49:20.006+0000",
52
52
  "MemorySize": 128,
53
53
  "Role": "arn:aws:iam::123456789012:role/service-role/role-name",
54
- "Runtime": "nodejs4.3",
54
+ "Runtime": "nodejs8.10",
55
55
  "Timeout": 123,
56
56
  "Version": "1",
57
57
  "VpcConfig": {
@@ -226,7 +226,7 @@
226
226
  "LastModified": "2016-11-21T19:49:20.006+0000",
227
227
  "MemorySize": 128,
228
228
  "Role": "arn:aws:iam::123456789012:role/lambda_basic_execution",
229
- "Runtime": "nodejs4.3",
229
+ "Runtime": "nodejs8.10",
230
230
  "Timeout": 3,
231
231
  "Version": "$LATEST",
232
232
  "VpcConfig": {
@@ -2115,13 +2115,11 @@
2115
2115
  },
2116
2116
  "CreateDiskSnapshotRequest":{
2117
2117
  "type":"structure",
2118
- "required":[
2119
- "diskName",
2120
- "diskSnapshotName"
2121
- ],
2118
+ "required":["diskSnapshotName"],
2122
2119
  "members":{
2123
2120
  "diskName":{"shape":"ResourceName"},
2124
2121
  "diskSnapshotName":{"shape":"ResourceName"},
2122
+ "instanceName":{"shape":"ResourceName"},
2125
2123
  "tags":{"shape":"TagList"}
2126
2124
  }
2127
2125
  },
@@ -2634,7 +2632,9 @@
2634
2632
  "state":{"shape":"DiskSnapshotState"},
2635
2633
  "progress":{"shape":"string"},
2636
2634
  "fromDiskName":{"shape":"ResourceName"},
2637
- "fromDiskArn":{"shape":"NonEmptyString"}
2635
+ "fromDiskArn":{"shape":"NonEmptyString"},
2636
+ "fromInstanceName":{"shape":"ResourceName"},
2637
+ "fromInstanceArn":{"shape":"NonEmptyString"}
2638
2638
  }
2639
2639
  },
2640
2640
  "DiskSnapshotInfo":{
@@ -4174,7 +4174,8 @@
4174
4174
  "enum":[
4175
4175
  "DEFAULT",
4176
4176
  "INSTANCE",
4177
- "NONE"
4177
+ "NONE",
4178
+ "CLOSED"
4178
4179
  ]
4179
4180
  },
4180
4181
  "PortList":{
@@ -3877,6 +3877,15 @@
3877
3877
  "Event" : {
3878
3878
  "type" : "structure",
3879
3879
  "members" : {
3880
+ "AppPackageName" : {
3881
+ "shape" : "__string"
3882
+ },
3883
+ "AppTitle" : {
3884
+ "shape" : "__string"
3885
+ },
3886
+ "AppVersionCode" : {
3887
+ "shape" : "__string"
3888
+ },
3880
3889
  "Attributes" : {
3881
3890
  "shape" : "MapOf__string"
3882
3891
  },
@@ -3889,6 +3898,9 @@
3889
3898
  "Metrics" : {
3890
3899
  "shape" : "MapOf__double"
3891
3900
  },
3901
+ "SdkName" : {
3902
+ "shape" : "__string"
3903
+ },
3892
3904
  "Session" : {
3893
3905
  "shape" : "Session"
3894
3906
  },
@@ -6950,4 +6962,4 @@
6950
6962
  "timestampFormat" : "unixTimestamp"
6951
6963
  }
6952
6964
  }
6953
- }
6965
+ }
@@ -991,7 +991,8 @@
991
991
  "DetectModerationLabelsResponse":{
992
992
  "type":"structure",
993
993
  "members":{
994
- "ModerationLabels":{"shape":"ModerationLabels"}
994
+ "ModerationLabels":{"shape":"ModerationLabels"},
995
+ "ModerationModelVersion":{"shape":"String"}
995
996
  }
996
997
  },
997
998
  "DetectTextRequest":{
@@ -1289,7 +1290,8 @@
1289
1290
  "StatusMessage":{"shape":"StatusMessage"},
1290
1291
  "VideoMetadata":{"shape":"VideoMetadata"},
1291
1292
  "NextToken":{"shape":"PaginationToken"},
1292
- "Labels":{"shape":"LabelDetections"}
1293
+ "Labels":{"shape":"LabelDetections"},
1294
+ "LabelModelVersion":{"shape":"String"}
1293
1295
  }
1294
1296
  },
1295
1297
  "GetPersonTrackingRequest":{
@@ -1217,6 +1217,7 @@
1217
1217
  "eu-central-1" : { },
1218
1218
  "eu-west-1" : { },
1219
1219
  "eu-west-2" : { },
1220
+ "eu-west-3" : { },
1220
1221
  "us-east-1" : { },
1221
1222
  "us-east-2" : { },
1222
1223
  "us-west-1" : { },
@@ -2146,6 +2147,25 @@
2146
2147
  }
2147
2148
  }
2148
2149
  },
2150
+ "securityhub" : {
2151
+ "endpoints" : {
2152
+ "ap-northeast-1" : { },
2153
+ "ap-northeast-2" : { },
2154
+ "ap-south-1" : { },
2155
+ "ap-southeast-1" : { },
2156
+ "ap-southeast-2" : { },
2157
+ "ca-central-1" : { },
2158
+ "eu-central-1" : { },
2159
+ "eu-west-1" : { },
2160
+ "eu-west-2" : { },
2161
+ "eu-west-3" : { },
2162
+ "sa-east-1" : { },
2163
+ "us-east-1" : { },
2164
+ "us-east-2" : { },
2165
+ "us-west-1" : { },
2166
+ "us-west-2" : { }
2167
+ }
2168
+ },
2149
2169
  "serverlessrepo" : {
2150
2170
  "defaults" : {
2151
2171
  "protocols" : [ "https" ]
@@ -3024,6 +3044,12 @@
3024
3044
  "cn-northwest-1" : { }
3025
3045
  }
3026
3046
  },
3047
+ "states" : {
3048
+ "endpoints" : {
3049
+ "cn-north-1" : { },
3050
+ "cn-northwest-1" : { }
3051
+ }
3052
+ },
3027
3053
  "storagegateway" : {
3028
3054
  "endpoints" : {
3029
3055
  "cn-north-1" : { }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.206'
2
+ VERSION = '2.11.207'
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.206
4
+ version: 2.11.207
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-01-16 00:00:00.000000000 Z
11
+ date: 2019-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath