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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5556c422633b1e194c0aacfc39b07b2169d93602
|
4
|
+
data.tar.gz: e83fd3de12c1ff68ae748a5d5f6f723236ce9d46
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42863b50fa0e0f3c5a822d4049d65627744b7cf5bf7c0f41e1221c1b1e1a145b89d2173b1f0778ee8805bb0d6e47a6900fe216700329f9b49821675b27d7440d
|
7
|
+
data.tar.gz: a4b92da0742d6dc95068577d0597db2df26fe2a0559453907100d71a1f33f9164db20d857283475f19b45d2fb2a06c5359c0ea8d0a7c19c3e5e3fb52c2a20f2f
|
@@ -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": "
|
192
|
+
"shape": "Arn"
|
159
193
|
},
|
160
194
|
"database": {
|
161
|
-
"shape": "
|
195
|
+
"shape": "DbName"
|
162
196
|
},
|
163
197
|
"dbClusterOrInstanceArn": {
|
164
|
-
"shape": "
|
198
|
+
"shape": "Arn"
|
165
199
|
},
|
166
200
|
"schema": {
|
167
|
-
"shape": "
|
201
|
+
"shape": "DbName"
|
168
202
|
},
|
169
203
|
"sqlStatements": {
|
170
|
-
"shape": "
|
204
|
+
"shape": "SqlStatement"
|
171
205
|
}
|
172
206
|
}
|
173
207
|
},
|
174
|
-
"
|
175
|
-
"type": "
|
176
|
-
"
|
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
|
-
"
|
204
|
-
"type": "
|
205
|
-
"
|
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
|
-
"
|
284
|
-
"type": "
|
285
|
-
"
|
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
|
-
|
3
|
-
|
4
|
-
|
2
|
+
"version": "1.0",
|
3
|
+
"examples": { }
|
4
|
+
}
|
@@ -1,3 +1,3 @@
|
|
1
1
|
{
|
2
|
-
|
3
|
-
|
2
|
+
"pagination": { }
|
3
|
+
}
|
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.11.
|
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-
|
11
|
+
date: 2019-01-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|