aws-sdk-core 2.11.203 → 2.11.204

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: 273842ed8337a1a920d7cf0c1b2ada33d5648d0b
4
- data.tar.gz: 2e48ebe3bfbe16bf51db7dd1dd7189b7379a9b5b
3
+ metadata.gz: 5556c422633b1e194c0aacfc39b07b2169d93602
4
+ data.tar.gz: e83fd3de12c1ff68ae748a5d5f6f723236ce9d46
5
5
  SHA512:
6
- metadata.gz: 78117ceb3a62c32b929ccf08d1240d3e63884615e28c8d0a1995e7f6e5ee088adbb5f72af42f19f9419fd7bb3afde85428e1ad32580b2563d8d15c6b8d899026
7
- data.tar.gz: 304f8f05f55d5a78eb06aec69be0397a61caedc9b6a7b6fa9efb4c05f5275e503629f09f8390218b11239fbf86bb32dc3d81c8bfb5a96e74fba41c8f37118785
6
+ metadata.gz: 42863b50fa0e0f3c5a822d4049d65627744b7cf5bf7c0f41e1221c1b1e1a145b89d2173b1f0778ee8805bb0d6e47a6900fe216700329f9b49821675b27d7440d
7
+ data.tar.gz: a4b92da0742d6dc95068577d0597db2df26fe2a0559453907100d71a1f33f9164db20d857283475f19b45d2fb2a06c5359c0ea8d0a7c19c3e5e3fb52c2a20f2f
@@ -10,7 +10,6 @@
10
10
  "serviceId":"EMR",
11
11
  "signatureVersion":"v4",
12
12
  "targetPrefix":"ElasticMapReduce",
13
- "timestampFormat":"unixTimestamp",
14
13
  "uid":"elasticmapreduce-2009-03-31"
15
14
  },
16
15
  "operations":{
@@ -46,17 +46,6 @@
46
46
  "type": "boolean",
47
47
  "box": true
48
48
  },
49
- "SqlStatementResult": {
50
- "type": "structure",
51
- "members": {
52
- "numberOfRecordsUpdated": {
53
- "shape": "Long"
54
- },
55
- "resultFrame": {
56
- "shape": "ResultFrame"
57
- }
58
- }
59
- },
60
49
  "ForbiddenException": {
61
50
  "type": "structure",
62
51
  "members": {
@@ -118,6 +107,62 @@
118
107
  "shape": "ColumnMetadata"
119
108
  }
120
109
  },
110
+ "ResultFrame": {
111
+ "type": "structure",
112
+ "members": {
113
+ "records": {
114
+ "shape": "Records"
115
+ },
116
+ "resultSetMetadata": {
117
+ "shape": "ResultSetMetadata"
118
+ }
119
+ }
120
+ },
121
+ "Long": {
122
+ "type": "long",
123
+ "box": true
124
+ },
125
+ "Row": {
126
+ "type": "list",
127
+ "member": {
128
+ "shape": "Value"
129
+ }
130
+ },
131
+ "String": {
132
+ "type": "string"
133
+ },
134
+ "ArrayValues": {
135
+ "type": "list",
136
+ "member": {
137
+ "shape": "Value"
138
+ }
139
+ },
140
+ "Float": {
141
+ "type": "float",
142
+ "box": true
143
+ },
144
+ "ExecuteSqlResponse": {
145
+ "type": "structure",
146
+ "required": [
147
+ "sqlStatementResults"
148
+ ],
149
+ "members": {
150
+ "sqlStatementResults": {
151
+ "shape": "SqlStatementResults"
152
+ }
153
+ }
154
+ },
155
+ "SqlStatementResult": {
156
+ "type": "structure",
157
+ "members": {
158
+ "numberOfRecordsUpdated": {
159
+ "shape": "Long"
160
+ },
161
+ "resultFrame": {
162
+ "shape": "ResultFrame"
163
+ }
164
+ }
165
+ },
121
166
  "ResultSetMetadata": {
122
167
  "type": "structure",
123
168
  "members": {
@@ -135,17 +180,6 @@
135
180
  "shape": "Record"
136
181
  }
137
182
  },
138
- "ResultFrame": {
139
- "type": "structure",
140
- "members": {
141
- "records": {
142
- "shape": "Records"
143
- },
144
- "resultSetMetadata": {
145
- "shape": "ResultSetMetadata"
146
- }
147
- }
148
- },
149
183
  "ExecuteSqlRequest": {
150
184
  "type": "structure",
151
185
  "required": [
@@ -155,25 +189,25 @@
155
189
  ],
156
190
  "members": {
157
191
  "awsSecretStoreArn": {
158
- "shape": "String"
192
+ "shape": "Arn"
159
193
  },
160
194
  "database": {
161
- "shape": "String"
195
+ "shape": "DbName"
162
196
  },
163
197
  "dbClusterOrInstanceArn": {
164
- "shape": "String"
198
+ "shape": "Arn"
165
199
  },
166
200
  "schema": {
167
- "shape": "String"
201
+ "shape": "DbName"
168
202
  },
169
203
  "sqlStatements": {
170
- "shape": "String"
204
+ "shape": "SqlStatement"
171
205
  }
172
206
  }
173
207
  },
174
- "Long": {
175
- "type": "long",
176
- "box": true
208
+ "Arn": {
209
+ "type": "string",
210
+ "max": 1024
177
211
  },
178
212
  "StructValue": {
179
213
  "type": "structure",
@@ -200,20 +234,9 @@
200
234
  "Blob": {
201
235
  "type": "blob"
202
236
  },
203
- "Row": {
204
- "type": "list",
205
- "member": {
206
- "shape": "Value"
207
- }
208
- },
209
- "String": {
210
- "type": "string"
211
- },
212
- "ArrayValues": {
213
- "type": "list",
214
- "member": {
215
- "shape": "Value"
216
- }
237
+ "SqlStatement": {
238
+ "type": "string",
239
+ "max": 65536
217
240
  },
218
241
  "Double": {
219
242
  "type": "double",
@@ -280,9 +303,9 @@
280
303
  "type": "integer",
281
304
  "box": true
282
305
  },
283
- "Float": {
284
- "type": "float",
285
- "box": true
306
+ "DbName": {
307
+ "type": "string",
308
+ "max": 64
286
309
  },
287
310
  "Record": {
288
311
  "type": "structure",
@@ -301,17 +324,6 @@
301
324
  "httpStatusCode": 500,
302
325
  "fault": true
303
326
  }
304
- },
305
- "ExecuteSqlResponse": {
306
- "type": "structure",
307
- "required": [
308
- "sqlStatementResults"
309
- ],
310
- "members": {
311
- "sqlStatementResults": {
312
- "shape": "SqlStatementResults"
313
- }
314
- }
315
327
  }
316
328
  }
317
329
  }
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "1.0",
3
- "examples": { }
4
- }
2
+ "version": "1.0",
3
+ "examples": { }
4
+ }
@@ -1,3 +1,3 @@
1
1
  {
2
- "pagination": { }
3
- }
2
+ "pagination": { }
3
+ }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.203'
2
+ VERSION = '2.11.204'
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.203
4
+ version: 2.11.204
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-10 00:00:00.000000000 Z
11
+ date: 2019-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath