aws-sdk-core 2.11.97 → 2.11.98

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.
@@ -1187,6 +1187,7 @@
1187
1187
  "ListAliasesRequest":{
1188
1188
  "type":"structure",
1189
1189
  "members":{
1190
+ "KeyId":{"shape":"KeyIdType"},
1190
1191
  "Limit":{"shape":"LimitType"},
1191
1192
  "Marker":{"shape":"MarkerType"}
1192
1193
  }
@@ -0,0 +1,19 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "ListAliases",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ },
10
+ {
11
+ "operationName": "GetKeyPolicy",
12
+ "input": {
13
+ "KeyId": "12345678-1234-1234-1234-123456789012",
14
+ "PolicyName": "fakePolicy"
15
+ },
16
+ "errorExpectedFromService": true
17
+ }
18
+ ]
19
+ }
@@ -4148,7 +4148,7 @@
4148
4148
  "locationName": "arn"
4149
4149
  },
4150
4150
  "CreatedAt": {
4151
- "shape": "__timestampIso8601",
4151
+ "shape": "__timestampUnix",
4152
4152
  "locationName": "createdAt"
4153
4153
  },
4154
4154
  "ErrorCode": {
@@ -4260,7 +4260,7 @@
4260
4260
  "locationName": "category"
4261
4261
  },
4262
4262
  "CreatedAt": {
4263
- "shape": "__timestampIso8601",
4263
+ "shape": "__timestampUnix",
4264
4264
  "locationName": "createdAt"
4265
4265
  },
4266
4266
  "Description": {
@@ -4268,7 +4268,7 @@
4268
4268
  "locationName": "description"
4269
4269
  },
4270
4270
  "LastUpdated": {
4271
- "shape": "__timestampIso8601",
4271
+ "shape": "__timestampUnix",
4272
4272
  "locationName": "lastUpdated"
4273
4273
  },
4274
4274
  "Name": {
@@ -5722,7 +5722,7 @@
5722
5722
  "locationName": "category"
5723
5723
  },
5724
5724
  "CreatedAt": {
5725
- "shape": "__timestampIso8601",
5725
+ "shape": "__timestampUnix",
5726
5726
  "locationName": "createdAt"
5727
5727
  },
5728
5728
  "Description": {
@@ -5730,7 +5730,7 @@
5730
5730
  "locationName": "description"
5731
5731
  },
5732
5732
  "LastUpdated": {
5733
- "shape": "__timestampIso8601",
5733
+ "shape": "__timestampUnix",
5734
5734
  "locationName": "lastUpdated"
5735
5735
  },
5736
5736
  "Name": {
@@ -5891,7 +5891,7 @@
5891
5891
  "locationName": "arn"
5892
5892
  },
5893
5893
  "CreatedAt": {
5894
- "shape": "__timestampIso8601",
5894
+ "shape": "__timestampUnix",
5895
5895
  "locationName": "createdAt"
5896
5896
  },
5897
5897
  "Description": {
@@ -5899,7 +5899,7 @@
5899
5899
  "locationName": "description"
5900
5900
  },
5901
5901
  "LastUpdated": {
5902
- "shape": "__timestampIso8601",
5902
+ "shape": "__timestampUnix",
5903
5903
  "locationName": "lastUpdated"
5904
5904
  },
5905
5905
  "Name": {
@@ -6206,15 +6206,15 @@
6206
6206
  "type": "structure",
6207
6207
  "members": {
6208
6208
  "FinishTime": {
6209
- "shape": "__timestampIso8601",
6209
+ "shape": "__timestampUnix",
6210
6210
  "locationName": "finishTime"
6211
6211
  },
6212
6212
  "StartTime": {
6213
- "shape": "__timestampIso8601",
6213
+ "shape": "__timestampUnix",
6214
6214
  "locationName": "startTime"
6215
6215
  },
6216
6216
  "SubmitTime": {
6217
- "shape": "__timestampIso8601",
6217
+ "shape": "__timestampUnix",
6218
6218
  "locationName": "submitTime"
6219
6219
  }
6220
6220
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.97'
2
+ VERSION = '2.11.98'
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.97
4
+ version: 2.11.98
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: 2018-07-30 00:00:00.000000000 Z
11
+ date: 2018-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -301,6 +301,7 @@ files:
301
301
  - apis/es/2015-01-01/api-2.json
302
302
  - apis/es/2015-01-01/examples-1.json
303
303
  - apis/es/2015-01-01/paginators-1.json
304
+ - apis/es/2015-01-01/smoke.json
304
305
  - apis/events/2015-10-07/api-2.json
305
306
  - apis/events/2015-10-07/examples-1.json
306
307
  - apis/events/2015-10-07/paginators-1.json
@@ -373,6 +374,7 @@ files:
373
374
  - apis/kms/2014-11-01/api-2.json
374
375
  - apis/kms/2014-11-01/examples-1.json
375
376
  - apis/kms/2014-11-01/paginators-1.json
377
+ - apis/kms/2014-11-01/smoke.json
376
378
  - apis/lambda/2014-11-11/api-2.json
377
379
  - apis/lambda/2014-11-11/paginators-1.json
378
380
  - apis/lambda/2015-03-31/api-2.json