aws-sdk-core 2.11.222 → 2.11.223

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: 23bac6b06fcb66b31fa62bf3b6b8c4d4938397d6
4
- data.tar.gz: a0da9413d2b53c8070400df5c04ebd2bd927d6ad
3
+ metadata.gz: a4d146651432c72bc26aeef081d25a3e1407fd1f
4
+ data.tar.gz: 3085b9cf54c0ee51baf65ca70c200aed35b0bf28
5
5
  SHA512:
6
- metadata.gz: c86b4afaf6244375673b2af5f12b17ea65375823d0e6911a4d1762a5a72f1dfa2f1ab8d62c3d938cd3f48dd6f922f9a1cbb1d443669598b14e32a5f0275666a7
7
- data.tar.gz: 5907c4b1054d9eaee96a016cd0024873eb19d2625d1cd263068d4d89050d181b5d1103edea2451c638a5b119d6682cf5395eecce45ff61fd6bd733a2c75b697e
6
+ metadata.gz: 1384d7f06949f5f36ef65ce079cbc031304672db0244f4fe9cc5af83a4538f2bcb2b5246b973b8ce2bd3b0af9413d4f0ad051dc7039924d196c4470186fa6454
7
+ data.tar.gz: 8713abab3eae5e3df4e456c70d982e70d439377d2f2b0df292433df77c2faf5a4920c10c89d2a17804011feea4cb5f538c50fa7916ec953e3ea2189c9684b835
@@ -52,6 +52,19 @@
52
52
  ],
53
53
  "idempotent":true
54
54
  },
55
+ "CreateWorkGroup":{
56
+ "name":"CreateWorkGroup",
57
+ "http":{
58
+ "method":"POST",
59
+ "requestUri":"/"
60
+ },
61
+ "input":{"shape":"CreateWorkGroupInput"},
62
+ "output":{"shape":"CreateWorkGroupOutput"},
63
+ "errors":[
64
+ {"shape":"InternalServerException"},
65
+ {"shape":"InvalidRequestException"}
66
+ ]
67
+ },
55
68
  "DeleteNamedQuery":{
56
69
  "name":"DeleteNamedQuery",
57
70
  "http":{
@@ -66,6 +79,20 @@
66
79
  ],
67
80
  "idempotent":true
68
81
  },
82
+ "DeleteWorkGroup":{
83
+ "name":"DeleteWorkGroup",
84
+ "http":{
85
+ "method":"POST",
86
+ "requestUri":"/"
87
+ },
88
+ "input":{"shape":"DeleteWorkGroupInput"},
89
+ "output":{"shape":"DeleteWorkGroupOutput"},
90
+ "errors":[
91
+ {"shape":"InternalServerException"},
92
+ {"shape":"InvalidRequestException"}
93
+ ],
94
+ "idempotent":true
95
+ },
69
96
  "GetNamedQuery":{
70
97
  "name":"GetNamedQuery",
71
98
  "http":{
@@ -105,6 +132,19 @@
105
132
  {"shape":"InvalidRequestException"}
106
133
  ]
107
134
  },
135
+ "GetWorkGroup":{
136
+ "name":"GetWorkGroup",
137
+ "http":{
138
+ "method":"POST",
139
+ "requestUri":"/"
140
+ },
141
+ "input":{"shape":"GetWorkGroupInput"},
142
+ "output":{"shape":"GetWorkGroupOutput"},
143
+ "errors":[
144
+ {"shape":"InternalServerException"},
145
+ {"shape":"InvalidRequestException"}
146
+ ]
147
+ },
108
148
  "ListNamedQueries":{
109
149
  "name":"ListNamedQueries",
110
150
  "http":{
@@ -131,6 +171,19 @@
131
171
  {"shape":"InvalidRequestException"}
132
172
  ]
133
173
  },
174
+ "ListWorkGroups":{
175
+ "name":"ListWorkGroups",
176
+ "http":{
177
+ "method":"POST",
178
+ "requestUri":"/"
179
+ },
180
+ "input":{"shape":"ListWorkGroupsInput"},
181
+ "output":{"shape":"ListWorkGroupsOutput"},
182
+ "errors":[
183
+ {"shape":"InternalServerException"},
184
+ {"shape":"InvalidRequestException"}
185
+ ]
186
+ },
134
187
  "StartQueryExecution":{
135
188
  "name":"StartQueryExecution",
136
189
  "http":{
@@ -159,6 +212,19 @@
159
212
  {"shape":"InvalidRequestException"}
160
213
  ],
161
214
  "idempotent":true
215
+ },
216
+ "UpdateWorkGroup":{
217
+ "name":"UpdateWorkGroup",
218
+ "http":{
219
+ "method":"POST",
220
+ "requestUri":"/"
221
+ },
222
+ "input":{"shape":"UpdateWorkGroupInput"},
223
+ "output":{"shape":"UpdateWorkGroupOutput"},
224
+ "errors":[
225
+ {"shape":"InternalServerException"},
226
+ {"shape":"InvalidRequestException"}
227
+ ]
162
228
  }
163
229
  },
164
230
  "shapes":{
@@ -191,6 +257,11 @@
191
257
  }
192
258
  },
193
259
  "Boolean":{"type":"boolean"},
260
+ "BoxedBoolean":{"type":"boolean"},
261
+ "BytesScannedCutoffValue":{
262
+ "type":"long",
263
+ "min":10000000
264
+ },
194
265
  "ColumnInfo":{
195
266
  "type":"structure",
196
267
  "required":[
@@ -237,7 +308,8 @@
237
308
  "ClientRequestToken":{
238
309
  "shape":"IdempotencyToken",
239
310
  "idempotencyToken":true
240
- }
311
+ },
312
+ "WorkGroup":{"shape":"WorkGroupName"}
241
313
  }
242
314
  },
243
315
  "CreateNamedQueryOutput":{
@@ -246,9 +318,23 @@
246
318
  "NamedQueryId":{"shape":"NamedQueryId"}
247
319
  }
248
320
  },
321
+ "CreateWorkGroupInput":{
322
+ "type":"structure",
323
+ "required":["Name"],
324
+ "members":{
325
+ "Name":{"shape":"WorkGroupName"},
326
+ "Configuration":{"shape":"WorkGroupConfiguration"},
327
+ "Description":{"shape":"WorkGroupDescriptionString"}
328
+ }
329
+ },
330
+ "CreateWorkGroupOutput":{
331
+ "type":"structure",
332
+ "members":{
333
+ }
334
+ },
249
335
  "DatabaseString":{
250
336
  "type":"string",
251
- "max":32,
337
+ "max":255,
252
338
  "min":1
253
339
  },
254
340
  "Date":{"type":"timestamp"},
@@ -273,6 +359,19 @@
273
359
  "members":{
274
360
  }
275
361
  },
362
+ "DeleteWorkGroupInput":{
363
+ "type":"structure",
364
+ "required":["WorkGroup"],
365
+ "members":{
366
+ "WorkGroup":{"shape":"WorkGroupName"},
367
+ "RecursiveDeleteOption":{"shape":"BoxedBoolean"}
368
+ }
369
+ },
370
+ "DeleteWorkGroupOutput":{
371
+ "type":"structure",
372
+ "members":{
373
+ }
374
+ },
276
375
  "DescriptionString":{
277
376
  "type":"string",
278
377
  "max":1024,
@@ -343,6 +442,19 @@
343
442
  "NextToken":{"shape":"Token"}
344
443
  }
345
444
  },
445
+ "GetWorkGroupInput":{
446
+ "type":"structure",
447
+ "required":["WorkGroup"],
448
+ "members":{
449
+ "WorkGroup":{"shape":"WorkGroupName"}
450
+ }
451
+ },
452
+ "GetWorkGroupOutput":{
453
+ "type":"structure",
454
+ "members":{
455
+ "WorkGroup":{"shape":"WorkGroup"}
456
+ }
457
+ },
346
458
  "IdempotencyToken":{
347
459
  "type":"string",
348
460
  "max":128,
@@ -369,7 +481,8 @@
369
481
  "type":"structure",
370
482
  "members":{
371
483
  "NextToken":{"shape":"Token"},
372
- "MaxResults":{"shape":"MaxNamedQueriesCount"}
484
+ "MaxResults":{"shape":"MaxNamedQueriesCount"},
485
+ "WorkGroup":{"shape":"WorkGroupName"}
373
486
  }
374
487
  },
375
488
  "ListNamedQueriesOutput":{
@@ -383,7 +496,8 @@
383
496
  "type":"structure",
384
497
  "members":{
385
498
  "NextToken":{"shape":"Token"},
386
- "MaxResults":{"shape":"MaxQueryExecutionsCount"}
499
+ "MaxResults":{"shape":"MaxQueryExecutionsCount"},
500
+ "WorkGroup":{"shape":"WorkGroupName"}
387
501
  }
388
502
  },
389
503
  "ListQueryExecutionsOutput":{
@@ -393,6 +507,20 @@
393
507
  "NextToken":{"shape":"Token"}
394
508
  }
395
509
  },
510
+ "ListWorkGroupsInput":{
511
+ "type":"structure",
512
+ "members":{
513
+ "NextToken":{"shape":"Token"},
514
+ "MaxResults":{"shape":"MaxWorkGroupsCount"}
515
+ }
516
+ },
517
+ "ListWorkGroupsOutput":{
518
+ "type":"structure",
519
+ "members":{
520
+ "WorkGroups":{"shape":"WorkGroupsList"},
521
+ "NextToken":{"shape":"Token"}
522
+ }
523
+ },
396
524
  "Long":{"type":"long"},
397
525
  "MaxNamedQueriesCount":{
398
526
  "type":"integer",
@@ -412,6 +540,12 @@
412
540
  "max":1000,
413
541
  "min":0
414
542
  },
543
+ "MaxWorkGroupsCount":{
544
+ "type":"integer",
545
+ "box":true,
546
+ "max":50,
547
+ "min":1
548
+ },
415
549
  "NameString":{
416
550
  "type":"string",
417
551
  "max":128,
@@ -429,7 +563,8 @@
429
563
  "Description":{"shape":"DescriptionString"},
430
564
  "Database":{"shape":"DatabaseString"},
431
565
  "QueryString":{"shape":"QueryString"},
432
- "NamedQueryId":{"shape":"NamedQueryId"}
566
+ "NamedQueryId":{"shape":"NamedQueryId"},
567
+ "WorkGroup":{"shape":"WorkGroupName"}
433
568
  }
434
569
  },
435
570
  "NamedQueryId":{"type":"string"},
@@ -452,7 +587,8 @@
452
587
  "ResultConfiguration":{"shape":"ResultConfiguration"},
453
588
  "QueryExecutionContext":{"shape":"QueryExecutionContext"},
454
589
  "Status":{"shape":"QueryExecutionStatus"},
455
- "Statistics":{"shape":"QueryExecutionStatistics"}
590
+ "Statistics":{"shape":"QueryExecutionStatistics"},
591
+ "WorkGroup":{"shape":"WorkGroupName"}
456
592
  }
457
593
  },
458
594
  "QueryExecutionContext":{
@@ -505,12 +641,20 @@
505
641
  },
506
642
  "ResultConfiguration":{
507
643
  "type":"structure",
508
- "required":["OutputLocation"],
509
644
  "members":{
510
645
  "OutputLocation":{"shape":"String"},
511
646
  "EncryptionConfiguration":{"shape":"EncryptionConfiguration"}
512
647
  }
513
648
  },
649
+ "ResultConfigurationUpdates":{
650
+ "type":"structure",
651
+ "members":{
652
+ "OutputLocation":{"shape":"String"},
653
+ "RemoveOutputLocation":{"shape":"BoxedBoolean"},
654
+ "EncryptionConfiguration":{"shape":"EncryptionConfiguration"},
655
+ "RemoveEncryptionConfiguration":{"shape":"BoxedBoolean"}
656
+ }
657
+ },
514
658
  "ResultSet":{
515
659
  "type":"structure",
516
660
  "members":{
@@ -536,10 +680,7 @@
536
680
  },
537
681
  "StartQueryExecutionInput":{
538
682
  "type":"structure",
539
- "required":[
540
- "QueryString",
541
- "ResultConfiguration"
542
- ],
683
+ "required":["QueryString"],
543
684
  "members":{
544
685
  "QueryString":{"shape":"QueryString"},
545
686
  "ClientRequestToken":{
@@ -547,7 +688,8 @@
547
688
  "idempotencyToken":true
548
689
  },
549
690
  "QueryExecutionContext":{"shape":"QueryExecutionContext"},
550
- "ResultConfiguration":{"shape":"ResultConfiguration"}
691
+ "ResultConfiguration":{"shape":"ResultConfiguration"},
692
+ "WorkGroup":{"shape":"WorkGroupName"}
551
693
  }
552
694
  },
553
695
  "StartQueryExecutionOutput":{
@@ -584,7 +726,11 @@
584
726
  "type":"string",
585
727
  "enum":["CONCURRENT_QUERY_LIMIT_EXCEEDED"]
586
728
  },
587
- "Token":{"type":"string"},
729
+ "Token":{
730
+ "type":"string",
731
+ "max":1024,
732
+ "min":1
733
+ },
588
734
  "TooManyRequestsException":{
589
735
  "type":"structure",
590
736
  "members":{
@@ -617,6 +763,82 @@
617
763
  "type":"list",
618
764
  "member":{"shape":"UnprocessedQueryExecutionId"}
619
765
  },
766
+ "UpdateWorkGroupInput":{
767
+ "type":"structure",
768
+ "required":["WorkGroup"],
769
+ "members":{
770
+ "WorkGroup":{"shape":"WorkGroupName"},
771
+ "Description":{"shape":"WorkGroupDescriptionString"},
772
+ "ConfigurationUpdates":{"shape":"WorkGroupConfigurationUpdates"},
773
+ "State":{"shape":"WorkGroupState"}
774
+ }
775
+ },
776
+ "UpdateWorkGroupOutput":{
777
+ "type":"structure",
778
+ "members":{
779
+ }
780
+ },
781
+ "WorkGroup":{
782
+ "type":"structure",
783
+ "required":["Name"],
784
+ "members":{
785
+ "Name":{"shape":"WorkGroupName"},
786
+ "State":{"shape":"WorkGroupState"},
787
+ "Configuration":{"shape":"WorkGroupConfiguration"},
788
+ "Description":{"shape":"WorkGroupDescriptionString"},
789
+ "CreationTime":{"shape":"Date"}
790
+ }
791
+ },
792
+ "WorkGroupConfiguration":{
793
+ "type":"structure",
794
+ "members":{
795
+ "ResultConfiguration":{"shape":"ResultConfiguration"},
796
+ "EnforceWorkGroupConfiguration":{"shape":"BoxedBoolean"},
797
+ "PublishCloudWatchMetricsEnabled":{"shape":"BoxedBoolean"},
798
+ "BytesScannedCutoffPerQuery":{"shape":"BytesScannedCutoffValue"}
799
+ }
800
+ },
801
+ "WorkGroupConfigurationUpdates":{
802
+ "type":"structure",
803
+ "members":{
804
+ "EnforceWorkGroupConfiguration":{"shape":"BoxedBoolean"},
805
+ "ResultConfigurationUpdates":{"shape":"ResultConfigurationUpdates"},
806
+ "PublishCloudWatchMetricsEnabled":{"shape":"BoxedBoolean"},
807
+ "BytesScannedCutoffPerQuery":{"shape":"BytesScannedCutoffValue"},
808
+ "RemoveBytesScannedCutoffPerQuery":{"shape":"BoxedBoolean"}
809
+ }
810
+ },
811
+ "WorkGroupDescriptionString":{
812
+ "type":"string",
813
+ "max":1024,
814
+ "min":0
815
+ },
816
+ "WorkGroupName":{
817
+ "type":"string",
818
+ "pattern":"[a-zA-z0-9._-]{1,128}"
819
+ },
820
+ "WorkGroupState":{
821
+ "type":"string",
822
+ "enum":[
823
+ "ENABLED",
824
+ "DISABLED"
825
+ ]
826
+ },
827
+ "WorkGroupSummary":{
828
+ "type":"structure",
829
+ "members":{
830
+ "Name":{"shape":"WorkGroupName"},
831
+ "State":{"shape":"WorkGroupState"},
832
+ "Description":{"shape":"WorkGroupDescriptionString"},
833
+ "CreationTime":{"shape":"Date"}
834
+ }
835
+ },
836
+ "WorkGroupsList":{
837
+ "type":"list",
838
+ "member":{"shape":"WorkGroupSummary"},
839
+ "max":50,
840
+ "min":0
841
+ },
620
842
  "datumList":{
621
843
  "type":"list",
622
844
  "member":{"shape":"Datum"}
@@ -14,6 +14,11 @@
14
14
  "input_token": "NextToken",
15
15
  "output_token": "NextToken",
16
16
  "limit_key": "MaxResults"
17
+ },
18
+ "ListWorkGroups": {
19
+ "input_token": "NextToken",
20
+ "output_token": "NextToken",
21
+ "limit_key": "MaxResults"
17
22
  }
18
23
  }
19
24
  }
@@ -780,7 +780,7 @@
780
780
  },
781
781
  "SecretBinaryType":{
782
782
  "type":"blob",
783
- "max":4096,
783
+ "max":7168,
784
784
  "min":0,
785
785
  "sensitive":true
786
786
  },
@@ -830,7 +830,7 @@
830
830
  },
831
831
  "SecretStringType":{
832
832
  "type":"string",
833
- "max":4096,
833
+ "max":7168,
834
834
  "min":0,
835
835
  "sensitive":true
836
836
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.222'
2
+ VERSION = '2.11.223'
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.222
4
+ version: 2.11.223
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-02-15 00:00:00.000000000 Z
11
+ date: 2019-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath