aws-sdk-core 2.11.284 → 2.11.285

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,6 +17,18 @@
17
17
  "output_token": "NextToken",
18
18
  "limit_key": "MaxResults",
19
19
  "result_key": "NodeInfoList"
20
+ },
21
+ "ListClusterOperations": {
22
+ "input_token": "NextToken",
23
+ "output_token": "NextToken",
24
+ "limit_key": "MaxResults",
25
+ "result_key": "ClusterOperationInfoList"
26
+ },
27
+ "ListConfigurationRevisions": {
28
+ "input_token": "NextToken",
29
+ "output_token": "NextToken",
30
+ "limit_key": "MaxResults",
31
+ "result_key": "Revisions"
20
32
  }
21
33
  }
22
- }
34
+ }
@@ -10,7 +10,6 @@
10
10
  "serviceId":"Pinpoint Email",
11
11
  "signatureVersion":"v4",
12
12
  "signingName":"ses",
13
- "targetPrefix":"com.amazonaws.services.pinpoint.email",
14
13
  "uid":"pinpoint-email-2018-07-26"
15
14
  },
16
15
  "operations":{
@@ -959,6 +958,7 @@
959
958
  "DeliveryOptions":{
960
959
  "type":"structure",
961
960
  "members":{
961
+ "TlsPolicy":{"shape":"TlsPolicy"},
962
962
  "SendingPoolName":{"shape":"PoolName"}
963
963
  }
964
964
  },
@@ -1714,6 +1714,7 @@
1714
1714
  "location":"uri",
1715
1715
  "locationName":"ConfigurationSetName"
1716
1716
  },
1717
+ "TlsPolicy":{"shape":"TlsPolicy"},
1717
1718
  "SendingPoolName":{"shape":"SendingPoolName"}
1718
1719
  }
1719
1720
  },
@@ -1987,6 +1988,13 @@
1987
1988
  },
1988
1989
  "TagValue":{"type":"string"},
1989
1990
  "Timestamp":{"type":"timestamp"},
1991
+ "TlsPolicy":{
1992
+ "type":"string",
1993
+ "enum":[
1994
+ "REQUIRE",
1995
+ "OPTIONAL"
1996
+ ]
1997
+ },
1990
1998
  "TooManyRequestsException":{
1991
1999
  "type":"structure",
1992
2000
  "members":{
@@ -12,6 +12,99 @@
12
12
  "uid": "rds-data-2018-08-01"
13
13
  },
14
14
  "operations": {
15
+ "BatchExecuteStatement": {
16
+ "name": "BatchExecuteStatement",
17
+ "http": {
18
+ "method": "POST",
19
+ "requestUri": "/BatchExecute",
20
+ "responseCode": 200
21
+ },
22
+ "input": {
23
+ "shape": "BatchExecuteStatementRequest"
24
+ },
25
+ "output": {
26
+ "shape": "BatchExecuteStatementResponse"
27
+ },
28
+ "errors": [
29
+ {
30
+ "shape": "BadRequestException"
31
+ },
32
+ {
33
+ "shape": "ForbiddenException"
34
+ },
35
+ {
36
+ "shape": "InternalServerErrorException"
37
+ },
38
+ {
39
+ "shape": "ServiceUnavailableError"
40
+ },
41
+ {
42
+ "shape": "StatementTimeoutException"
43
+ }
44
+ ]
45
+ },
46
+ "BeginTransaction": {
47
+ "name": "BeginTransaction",
48
+ "http": {
49
+ "method": "POST",
50
+ "requestUri": "/BeginTransaction",
51
+ "responseCode": 200
52
+ },
53
+ "input": {
54
+ "shape": "BeginTransactionRequest"
55
+ },
56
+ "output": {
57
+ "shape": "BeginTransactionResponse"
58
+ },
59
+ "errors": [
60
+ {
61
+ "shape": "BadRequestException"
62
+ },
63
+ {
64
+ "shape": "ForbiddenException"
65
+ },
66
+ {
67
+ "shape": "InternalServerErrorException"
68
+ },
69
+ {
70
+ "shape": "ServiceUnavailableError"
71
+ },
72
+ {
73
+ "shape": "StatementTimeoutException"
74
+ }
75
+ ]
76
+ },
77
+ "CommitTransaction": {
78
+ "name": "CommitTransaction",
79
+ "http": {
80
+ "method": "POST",
81
+ "requestUri": "/CommitTransaction",
82
+ "responseCode": 200
83
+ },
84
+ "input": {
85
+ "shape": "CommitTransactionRequest"
86
+ },
87
+ "output": {
88
+ "shape": "CommitTransactionResponse"
89
+ },
90
+ "errors": [
91
+ {
92
+ "shape": "BadRequestException"
93
+ },
94
+ {
95
+ "shape": "ForbiddenException"
96
+ },
97
+ {
98
+ "shape": "InternalServerErrorException"
99
+ },
100
+ {
101
+ "shape": "NotFoundException"
102
+ },
103
+ {
104
+ "shape": "ServiceUnavailableError"
105
+ }
106
+ ]
107
+ },
15
108
  "ExecuteSql": {
16
109
  "name": "ExecuteSql",
17
110
  "http": {
@@ -38,19 +131,326 @@
38
131
  {
39
132
  "shape": "ServiceUnavailableError"
40
133
  }
134
+ ],
135
+ "deprecated": true
136
+ },
137
+ "ExecuteStatement": {
138
+ "name": "ExecuteStatement",
139
+ "http": {
140
+ "method": "POST",
141
+ "requestUri": "/Execute",
142
+ "responseCode": 200
143
+ },
144
+ "input": {
145
+ "shape": "ExecuteStatementRequest"
146
+ },
147
+ "output": {
148
+ "shape": "ExecuteStatementResponse"
149
+ },
150
+ "errors": [
151
+ {
152
+ "shape": "BadRequestException"
153
+ },
154
+ {
155
+ "shape": "ForbiddenException"
156
+ },
157
+ {
158
+ "shape": "InternalServerErrorException"
159
+ },
160
+ {
161
+ "shape": "ServiceUnavailableError"
162
+ },
163
+ {
164
+ "shape": "StatementTimeoutException"
165
+ }
166
+ ]
167
+ },
168
+ "RollbackTransaction": {
169
+ "name": "RollbackTransaction",
170
+ "http": {
171
+ "method": "POST",
172
+ "requestUri": "/RollbackTransaction",
173
+ "responseCode": 200
174
+ },
175
+ "input": {
176
+ "shape": "RollbackTransactionRequest"
177
+ },
178
+ "output": {
179
+ "shape": "RollbackTransactionResponse"
180
+ },
181
+ "errors": [
182
+ {
183
+ "shape": "BadRequestException"
184
+ },
185
+ {
186
+ "shape": "ForbiddenException"
187
+ },
188
+ {
189
+ "shape": "InternalServerErrorException"
190
+ },
191
+ {
192
+ "shape": "NotFoundException"
193
+ },
194
+ {
195
+ "shape": "ServiceUnavailableError"
196
+ }
41
197
  ]
42
198
  }
43
199
  },
44
200
  "shapes": {
201
+ "SqlStatementResults": {
202
+ "type": "list",
203
+ "member": {
204
+ "shape": "SqlStatementResult"
205
+ }
206
+ },
207
+ "ResultFrame": {
208
+ "type": "structure",
209
+ "members": {
210
+ "records": {
211
+ "shape": "Records"
212
+ },
213
+ "resultSetMetadata": {
214
+ "shape": "ResultSetMetadata"
215
+ }
216
+ }
217
+ },
218
+ "SqlParameterSets": {
219
+ "type": "list",
220
+ "member": {
221
+ "shape": "SqlParametersList"
222
+ }
223
+ },
224
+ "NotFoundException": {
225
+ "type": "structure",
226
+ "members": {
227
+ "message": {
228
+ "shape": "ErrorMessage"
229
+ }
230
+ },
231
+ "exception": true,
232
+ "error": {
233
+ "code": "NotFoundException",
234
+ "httpStatusCode": 404,
235
+ "senderFault": true
236
+ }
237
+ },
238
+ "BatchExecuteStatementRequest": {
239
+ "type": "structure",
240
+ "required": [
241
+ "resourceArn",
242
+ "secretArn",
243
+ "sql"
244
+ ],
245
+ "members": {
246
+ "database": {
247
+ "shape": "DbName"
248
+ },
249
+ "parameterSets": {
250
+ "shape": "SqlParameterSets"
251
+ },
252
+ "resourceArn": {
253
+ "shape": "Arn"
254
+ },
255
+ "schema": {
256
+ "shape": "DbName"
257
+ },
258
+ "secretArn": {
259
+ "shape": "Arn"
260
+ },
261
+ "sql": {
262
+ "shape": "SqlStatement"
263
+ },
264
+ "transactionId": {
265
+ "shape": "Id"
266
+ }
267
+ }
268
+ },
269
+ "ArrayValueList": {
270
+ "type": "list",
271
+ "member": {
272
+ "shape": "Value"
273
+ }
274
+ },
275
+ "UpdateResults": {
276
+ "type": "list",
277
+ "member": {
278
+ "shape": "UpdateResult"
279
+ }
280
+ },
281
+ "Row": {
282
+ "type": "list",
283
+ "member": {
284
+ "shape": "Value"
285
+ }
286
+ },
287
+ "SqlRecords": {
288
+ "type": "list",
289
+ "member": {
290
+ "shape": "FieldList"
291
+ }
292
+ },
293
+ "Long": {
294
+ "type": "long"
295
+ },
296
+ "BoxedInteger": {
297
+ "type": "integer",
298
+ "box": true
299
+ },
300
+ "CommitTransactionResponse": {
301
+ "type": "structure",
302
+ "members": {
303
+ "transactionStatus": {
304
+ "shape": "TransactionStatus"
305
+ }
306
+ }
307
+ },
308
+ "Integer": {
309
+ "type": "integer"
310
+ },
311
+ "BoxedLong": {
312
+ "type": "long",
313
+ "box": true
314
+ },
315
+ "SqlParameter": {
316
+ "type": "structure",
317
+ "members": {
318
+ "name": {
319
+ "shape": "ParameterName"
320
+ },
321
+ "value": {
322
+ "shape": "Field"
323
+ }
324
+ }
325
+ },
326
+ "Field": {
327
+ "type": "structure",
328
+ "members": {
329
+ "blobValue": {
330
+ "shape": "Blob"
331
+ },
332
+ "booleanValue": {
333
+ "shape": "BoxedBoolean"
334
+ },
335
+ "doubleValue": {
336
+ "shape": "BoxedDouble"
337
+ },
338
+ "isNull": {
339
+ "shape": "BoxedBoolean"
340
+ },
341
+ "longValue": {
342
+ "shape": "BoxedLong"
343
+ },
344
+ "stringValue": {
345
+ "shape": "String"
346
+ }
347
+ }
348
+ },
349
+ "ExecuteSqlRequest": {
350
+ "type": "structure",
351
+ "required": [
352
+ "awsSecretStoreArn",
353
+ "dbClusterOrInstanceArn",
354
+ "sqlStatements"
355
+ ],
356
+ "members": {
357
+ "awsSecretStoreArn": {
358
+ "shape": "Arn"
359
+ },
360
+ "database": {
361
+ "shape": "DbName"
362
+ },
363
+ "dbClusterOrInstanceArn": {
364
+ "shape": "Arn"
365
+ },
366
+ "schema": {
367
+ "shape": "DbName"
368
+ },
369
+ "sqlStatements": {
370
+ "shape": "SqlStatement"
371
+ }
372
+ }
373
+ },
374
+ "Arn": {
375
+ "type": "string",
376
+ "max": 100
377
+ },
378
+ "StructValue": {
379
+ "type": "structure",
380
+ "members": {
381
+ "attributes": {
382
+ "shape": "ArrayValueList"
383
+ }
384
+ }
385
+ },
45
386
  "Boolean": {
46
- "type": "boolean",
387
+ "type": "boolean"
388
+ },
389
+ "BadRequestException": {
390
+ "type": "structure",
391
+ "members": {
392
+ "message": {
393
+ "shape": "ErrorMessage"
394
+ }
395
+ },
396
+ "exception": true,
397
+ "error": {
398
+ "code": "BadRequestException",
399
+ "httpStatusCode": 400,
400
+ "senderFault": true
401
+ }
402
+ },
403
+ "TransactionStatus": {
404
+ "type": "string",
405
+ "max": 128
406
+ },
407
+ "SqlStatement": {
408
+ "type": "string",
409
+ "max": 65536
410
+ },
411
+ "RollbackTransactionRequest": {
412
+ "type": "structure",
413
+ "required": [
414
+ "resourceArn",
415
+ "secretArn",
416
+ "transactionId"
417
+ ],
418
+ "members": {
419
+ "resourceArn": {
420
+ "shape": "Arn"
421
+ },
422
+ "secretArn": {
423
+ "shape": "Arn"
424
+ },
425
+ "transactionId": {
426
+ "shape": "Id"
427
+ }
428
+ }
429
+ },
430
+ "ErrorMessage": {
431
+ "type": "string"
432
+ },
433
+ "Record": {
434
+ "type": "structure",
435
+ "members": {
436
+ "values": {
437
+ "shape": "Row"
438
+ }
439
+ }
440
+ },
441
+ "BoxedFloat": {
442
+ "type": "float",
443
+ "box": true
444
+ },
445
+ "BoxedDouble": {
446
+ "type": "double",
47
447
  "box": true
48
448
  },
49
449
  "ForbiddenException": {
50
450
  "type": "structure",
51
451
  "members": {
52
452
  "message": {
53
- "shape": "String"
453
+ "shape": "ErrorMessage"
54
454
  }
55
455
  },
56
456
  "exception": true,
@@ -64,28 +464,28 @@
64
464
  "type": "structure",
65
465
  "members": {
66
466
  "arrayValues": {
67
- "shape": "ArrayValues"
467
+ "shape": "ArrayValueList"
68
468
  },
69
469
  "bigIntValue": {
70
- "shape": "Long"
470
+ "shape": "BoxedLong"
71
471
  },
72
472
  "bitValue": {
73
- "shape": "Boolean"
473
+ "shape": "BoxedBoolean"
74
474
  },
75
475
  "blobValue": {
76
476
  "shape": "Blob"
77
477
  },
78
478
  "doubleValue": {
79
- "shape": "Double"
479
+ "shape": "BoxedDouble"
80
480
  },
81
481
  "intValue": {
82
- "shape": "Integer"
482
+ "shape": "BoxedInteger"
83
483
  },
84
484
  "isNull": {
85
- "shape": "Boolean"
485
+ "shape": "BoxedBoolean"
86
486
  },
87
487
  "realValue": {
88
- "shape": "Float"
488
+ "shape": "BoxedFloat"
89
489
  },
90
490
  "stringValue": {
91
491
  "shape": "String"
@@ -95,57 +495,78 @@
95
495
  }
96
496
  }
97
497
  },
98
- "SqlStatementResults": {
498
+ "FieldList": {
99
499
  "type": "list",
100
500
  "member": {
101
- "shape": "SqlStatementResult"
501
+ "shape": "Field"
102
502
  }
103
503
  },
104
- "ColumnMetadataList": {
105
- "type": "list",
106
- "member": {
107
- "shape": "ColumnMetadata"
504
+ "StatementTimeoutException": {
505
+ "type": "structure",
506
+ "members": {
507
+ "dbConnectionId": {
508
+ "shape": "Long"
509
+ },
510
+ "message": {
511
+ "shape": "ErrorMessage"
512
+ }
513
+ },
514
+ "exception": true,
515
+ "error": {
516
+ "code": "StatementTimeoutException",
517
+ "httpStatusCode": 400,
518
+ "senderFault": true
108
519
  }
109
520
  },
110
- "ResultFrame": {
521
+ "ExecuteStatementResponse": {
111
522
  "type": "structure",
112
523
  "members": {
113
- "records": {
114
- "shape": "Records"
524
+ "columnMetadata": {
525
+ "shape": "Metadata"
115
526
  },
116
- "resultSetMetadata": {
117
- "shape": "ResultSetMetadata"
527
+ "generatedFields": {
528
+ "shape": "FieldList"
529
+ },
530
+ "numberOfRecordsUpdated": {
531
+ "shape": "RecordsUpdated"
532
+ },
533
+ "records": {
534
+ "shape": "SqlRecords"
118
535
  }
119
536
  }
120
537
  },
121
- "Long": {
122
- "type": "long",
538
+ "BoxedBoolean": {
539
+ "type": "boolean",
123
540
  "box": true
124
541
  },
125
- "Row": {
542
+ "RecordsUpdated": {
543
+ "type": "long"
544
+ },
545
+ "UpdateResult": {
546
+ "type": "structure",
547
+ "members": {
548
+ "generatedFields": {
549
+ "shape": "FieldList"
550
+ }
551
+ }
552
+ },
553
+ "SqlParametersList": {
126
554
  "type": "list",
127
555
  "member": {
128
- "shape": "Value"
556
+ "shape": "SqlParameter"
129
557
  }
130
558
  },
131
- "String": {
559
+ "ParameterName": {
132
560
  "type": "string"
133
561
  },
134
- "ArrayValues": {
562
+ "Metadata": {
135
563
  "type": "list",
136
564
  "member": {
137
- "shape": "Value"
565
+ "shape": "ColumnMetadata"
138
566
  }
139
567
  },
140
- "Float": {
141
- "type": "float",
142
- "box": true
143
- },
144
568
  "ExecuteSqlResponse": {
145
569
  "type": "structure",
146
- "required": [
147
- "sqlStatementResults"
148
- ],
149
570
  "members": {
150
571
  "sqlStatementResults": {
151
572
  "shape": "SqlStatementResults"
@@ -156,13 +577,50 @@
156
577
  "type": "structure",
157
578
  "members": {
158
579
  "numberOfRecordsUpdated": {
159
- "shape": "Long"
580
+ "shape": "RecordsUpdated"
160
581
  },
161
582
  "resultFrame": {
162
583
  "shape": "ResultFrame"
163
584
  }
164
585
  }
165
586
  },
587
+ "BeginTransactionRequest": {
588
+ "type": "structure",
589
+ "required": [
590
+ "resourceArn",
591
+ "secretArn"
592
+ ],
593
+ "members": {
594
+ "database": {
595
+ "shape": "DbName"
596
+ },
597
+ "resourceArn": {
598
+ "shape": "Arn"
599
+ },
600
+ "schema": {
601
+ "shape": "DbName"
602
+ },
603
+ "secretArn": {
604
+ "shape": "Arn"
605
+ }
606
+ }
607
+ },
608
+ "RollbackTransactionResponse": {
609
+ "type": "structure",
610
+ "members": {
611
+ "transactionStatus": {
612
+ "shape": "TransactionStatus"
613
+ }
614
+ }
615
+ },
616
+ "BatchExecuteStatementResponse": {
617
+ "type": "structure",
618
+ "members": {
619
+ "updateResults": {
620
+ "shape": "UpdateResults"
621
+ }
622
+ }
623
+ },
166
624
  "ResultSetMetadata": {
167
625
  "type": "structure",
168
626
  "members": {
@@ -170,7 +628,7 @@
170
628
  "shape": "Long"
171
629
  },
172
630
  "columnMetadata": {
173
- "shape": "ColumnMetadataList"
631
+ "shape": "Metadata"
174
632
  }
175
633
  }
176
634
  },
@@ -180,68 +638,80 @@
180
638
  "shape": "Record"
181
639
  }
182
640
  },
183
- "ExecuteSqlRequest": {
641
+ "ExecuteStatementRequest": {
184
642
  "type": "structure",
185
643
  "required": [
186
- "awsSecretStoreArn",
187
- "dbClusterOrInstanceArn",
188
- "sqlStatements"
644
+ "resourceArn",
645
+ "secretArn",
646
+ "sql"
189
647
  ],
190
648
  "members": {
191
- "awsSecretStoreArn": {
192
- "shape": "Arn"
649
+ "continueAfterTimeout": {
650
+ "shape": "Boolean"
193
651
  },
194
652
  "database": {
195
653
  "shape": "DbName"
196
654
  },
197
- "dbClusterOrInstanceArn": {
655
+ "includeResultMetadata": {
656
+ "shape": "Boolean"
657
+ },
658
+ "parameters": {
659
+ "shape": "SqlParametersList"
660
+ },
661
+ "resourceArn": {
198
662
  "shape": "Arn"
199
663
  },
200
664
  "schema": {
201
665
  "shape": "DbName"
202
666
  },
203
- "sqlStatements": {
667
+ "secretArn": {
668
+ "shape": "Arn"
669
+ },
670
+ "sql": {
204
671
  "shape": "SqlStatement"
672
+ },
673
+ "transactionId": {
674
+ "shape": "Id"
205
675
  }
206
676
  }
207
677
  },
208
- "Arn": {
209
- "type": "string",
210
- "max": 1024
678
+ "Blob": {
679
+ "type": "blob"
211
680
  },
212
- "StructValue": {
681
+ "String": {
682
+ "type": "string"
683
+ },
684
+ "BeginTransactionResponse": {
213
685
  "type": "structure",
214
686
  "members": {
215
- "attributes": {
216
- "shape": "ArrayValues"
687
+ "transactionId": {
688
+ "shape": "Id"
217
689
  }
218
690
  }
219
691
  },
220
- "BadRequestException": {
692
+ "Id": {
693
+ "type": "string",
694
+ "max": 192
695
+ },
696
+ "CommitTransactionRequest": {
221
697
  "type": "structure",
698
+ "required": [
699
+ "resourceArn",
700
+ "secretArn",
701
+ "transactionId"
702
+ ],
222
703
  "members": {
223
- "message": {
224
- "shape": "String"
704
+ "resourceArn": {
705
+ "shape": "Arn"
706
+ },
707
+ "secretArn": {
708
+ "shape": "Arn"
709
+ },
710
+ "transactionId": {
711
+ "shape": "Id"
225
712
  }
226
- },
227
- "exception": true,
228
- "error": {
229
- "code": "BadRequestException",
230
- "httpStatusCode": 400,
231
- "senderFault": true
232
713
  }
233
714
  },
234
- "Blob": {
235
- "type": "blob"
236
- },
237
- "SqlStatement": {
238
- "type": "string",
239
- "max": 65536
240
- },
241
- "Double": {
242
- "type": "double",
243
- "box": true
244
- },
245
715
  "ServiceUnavailableError": {
246
716
  "type": "structure",
247
717
  "members": { },
@@ -299,22 +769,10 @@
299
769
  }
300
770
  }
301
771
  },
302
- "Integer": {
303
- "type": "integer",
304
- "box": true
305
- },
306
772
  "DbName": {
307
773
  "type": "string",
308
774
  "max": 64
309
775
  },
310
- "Record": {
311
- "type": "structure",
312
- "members": {
313
- "values": {
314
- "shape": "Row"
315
- }
316
- }
317
- },
318
776
  "InternalServerErrorException": {
319
777
  "type": "structure",
320
778
  "members": { },