aws-sdk 1.37.0 → 1.38.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 24737aedc4f179de7c81e85959b82c54d14bfea3
4
- data.tar.gz: 5e3d96629abc798eba84b45734694dc6ceba21b1
3
+ metadata.gz: 2d429291c00a4103050a79b79de571925e3f1584
4
+ data.tar.gz: 8ce5ac8e91b05f75e032d48bf87a87dc03665901
5
5
  SHA512:
6
- metadata.gz: cdc638f8f1d72b886759957fcf30ee0bcc3206f21f7599a73dc5f08fda5df7343930fae1e6fd678979c56bc686d65ab88b0eb25c888e2382c933930462bce44a
7
- data.tar.gz: c0e328081ec4aa86ece3a0045f34e5a9d3f897eaba70aa883d8c154a0b4645fea9c91353a8d3ebbd9d07b9b1ad24322fc0c79614fae26d227df40c83439b8721
6
+ metadata.gz: e16082d41ae775d88946a5b52a45e899710130975a8de1e59d9389406d1c45a5e49f398653c0b9a830e520f815d52636e4ecb6e1c95843892aa372e543592c96
7
+ data.tar.gz: 0ada92c8b5824e4a01f903c6f1b97e4907f9b5f3e20553e6549f997c4c0ab7912d18b17f8f831f4f81302213ebd0437447b5d275b2b7ac0cf51646d3bc4f131f
@@ -0,0 +1,768 @@
1
+ # Copyright 2011-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License"). You
4
+ # may not use this file except in compliance with the License. A copy of
5
+ # the License is located at
6
+ #
7
+ # http://aws.amazon.com/apache2.0/
8
+ #
9
+ # or in the "license" file accompanying this file. This file is
10
+ # distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
11
+ # ANY KIND, either express or implied. See the License for the specific
12
+ # language governing permissions and limitations under the License.
13
+
14
+ ---
15
+ :api_version: '2013-01-01'
16
+ :operations:
17
+ - :name: CreateDomain
18
+ :method: :create_domain
19
+ :inputs:
20
+ DomainName:
21
+ - :string
22
+ - :required
23
+ :outputs:
24
+ :children:
25
+ CreateDomainResult:
26
+ :ignore: true
27
+ :children:
28
+ DomainStatus:
29
+ :children:
30
+ Created:
31
+ :type: :boolean
32
+ Deleted:
33
+ :type: :boolean
34
+ NumSearchableDocs:
35
+ :type: :integer
36
+ RequiresIndexDocuments:
37
+ :type: :boolean
38
+ Processing:
39
+ :type: :boolean
40
+ SearchPartitionCount:
41
+ :type: :integer
42
+ SearchInstanceCount:
43
+ :type: :integer
44
+ - :name: DefineIndexField
45
+ :method: :define_index_field
46
+ :inputs:
47
+ DomainName:
48
+ - :string
49
+ - :required
50
+ IndexField:
51
+ - :structure:
52
+ IndexFieldName:
53
+ - :string
54
+ - :required
55
+ IndexFieldType:
56
+ - :string
57
+ - :required
58
+ UIntOptions:
59
+ - :structure:
60
+ DefaultValue:
61
+ - :integer
62
+ LiteralOptions:
63
+ - :structure:
64
+ DefaultValue:
65
+ - :string
66
+ SearchEnabled:
67
+ - :boolean
68
+ FacetEnabled:
69
+ - :boolean
70
+ ResultEnabled:
71
+ - :boolean
72
+ TextOptions:
73
+ - :structure:
74
+ DefaultValue:
75
+ - :string
76
+ FacetEnabled:
77
+ - :boolean
78
+ ResultEnabled:
79
+ - :boolean
80
+ TextProcessor:
81
+ - :string
82
+ SourceAttributes:
83
+ - :membered_list:
84
+ - :structure:
85
+ SourceDataFunction:
86
+ - :string
87
+ - :required
88
+ SourceDataCopy:
89
+ - :structure:
90
+ SourceName:
91
+ - :string
92
+ - :required
93
+ DefaultValue:
94
+ - :string
95
+ SourceDataTrimTitle:
96
+ - :structure:
97
+ SourceName:
98
+ - :string
99
+ - :required
100
+ DefaultValue:
101
+ - :string
102
+ Separator:
103
+ - :string
104
+ Language:
105
+ - :string
106
+ SourceDataMap:
107
+ - :structure:
108
+ SourceName:
109
+ - :string
110
+ - :required
111
+ DefaultValue:
112
+ - :string
113
+ Cases:
114
+ - :map:
115
+ :key:
116
+ - :string
117
+ :value:
118
+ - :string
119
+ - :required
120
+ :outputs:
121
+ :children:
122
+ DefineIndexFieldResult:
123
+ :ignore: true
124
+ :children:
125
+ IndexField:
126
+ :children:
127
+ Options:
128
+ :children:
129
+ UIntOptions:
130
+ :children:
131
+ DefaultValue:
132
+ :type: :integer
133
+ LiteralOptions:
134
+ :children:
135
+ SearchEnabled:
136
+ :type: :boolean
137
+ FacetEnabled:
138
+ :type: :boolean
139
+ ResultEnabled:
140
+ :type: :boolean
141
+ TextOptions:
142
+ :children:
143
+ FacetEnabled:
144
+ :type: :boolean
145
+ ResultEnabled:
146
+ :type: :boolean
147
+ SourceAttributes:
148
+ :ignore: true
149
+ :children:
150
+ member:
151
+ :rename: :source_attributes
152
+ :list: true
153
+ :children:
154
+ SourceDataMap:
155
+ :children:
156
+ Cases:
157
+ :ignore: true
158
+ :children:
159
+ entry:
160
+ :rename: :cases
161
+ :map:
162
+ - key
163
+ - value
164
+ Status:
165
+ :children:
166
+ CreationDate:
167
+ :type: :time
168
+ UpdateDate:
169
+ :type: :time
170
+ UpdateVersion:
171
+ :type: :integer
172
+ PendingDeletion:
173
+ :type: :boolean
174
+ - :name: DefineRankExpression
175
+ :method: :define_rank_expression
176
+ :inputs:
177
+ DomainName:
178
+ - :string
179
+ - :required
180
+ RankExpression:
181
+ - :structure:
182
+ RankName:
183
+ - :string
184
+ - :required
185
+ RankExpression:
186
+ - :string
187
+ - :required
188
+ - :required
189
+ :outputs:
190
+ :children:
191
+ DefineRankExpressionResult:
192
+ :ignore: true
193
+ :children:
194
+ RankExpression:
195
+ :children:
196
+ Status:
197
+ :children:
198
+ CreationDate:
199
+ :type: :time
200
+ UpdateDate:
201
+ :type: :time
202
+ UpdateVersion:
203
+ :type: :integer
204
+ PendingDeletion:
205
+ :type: :boolean
206
+ - :name: DeleteDomain
207
+ :method: :delete_domain
208
+ :inputs:
209
+ DomainName:
210
+ - :string
211
+ - :required
212
+ :outputs:
213
+ :children:
214
+ DeleteDomainResult:
215
+ :ignore: true
216
+ :children:
217
+ DomainStatus:
218
+ :children:
219
+ Created:
220
+ :type: :boolean
221
+ Deleted:
222
+ :type: :boolean
223
+ NumSearchableDocs:
224
+ :type: :integer
225
+ RequiresIndexDocuments:
226
+ :type: :boolean
227
+ Processing:
228
+ :type: :boolean
229
+ SearchPartitionCount:
230
+ :type: :integer
231
+ SearchInstanceCount:
232
+ :type: :integer
233
+ - :name: DeleteIndexField
234
+ :method: :delete_index_field
235
+ :inputs:
236
+ DomainName:
237
+ - :string
238
+ - :required
239
+ IndexFieldName:
240
+ - :string
241
+ - :required
242
+ :outputs:
243
+ :children:
244
+ DeleteIndexFieldResult:
245
+ :ignore: true
246
+ :children:
247
+ IndexField:
248
+ :children:
249
+ Options:
250
+ :children:
251
+ UIntOptions:
252
+ :children:
253
+ DefaultValue:
254
+ :type: :integer
255
+ LiteralOptions:
256
+ :children:
257
+ SearchEnabled:
258
+ :type: :boolean
259
+ FacetEnabled:
260
+ :type: :boolean
261
+ ResultEnabled:
262
+ :type: :boolean
263
+ TextOptions:
264
+ :children:
265
+ FacetEnabled:
266
+ :type: :boolean
267
+ ResultEnabled:
268
+ :type: :boolean
269
+ SourceAttributes:
270
+ :ignore: true
271
+ :children:
272
+ member:
273
+ :rename: :source_attributes
274
+ :list: true
275
+ :children:
276
+ SourceDataMap:
277
+ :children:
278
+ Cases:
279
+ :ignore: true
280
+ :children:
281
+ entry:
282
+ :rename: :cases
283
+ :map:
284
+ - key
285
+ - value
286
+ Status:
287
+ :children:
288
+ CreationDate:
289
+ :type: :time
290
+ UpdateDate:
291
+ :type: :time
292
+ UpdateVersion:
293
+ :type: :integer
294
+ PendingDeletion:
295
+ :type: :boolean
296
+ - :name: DeleteRankExpression
297
+ :method: :delete_rank_expression
298
+ :inputs:
299
+ DomainName:
300
+ - :string
301
+ - :required
302
+ RankName:
303
+ - :string
304
+ - :required
305
+ :outputs:
306
+ :children:
307
+ DeleteRankExpressionResult:
308
+ :ignore: true
309
+ :children:
310
+ RankExpression:
311
+ :children:
312
+ Status:
313
+ :children:
314
+ CreationDate:
315
+ :type: :time
316
+ UpdateDate:
317
+ :type: :time
318
+ UpdateVersion:
319
+ :type: :integer
320
+ PendingDeletion:
321
+ :type: :boolean
322
+ - :name: DescribeAvailabilityOptions
323
+ :method: :describe_availability_options
324
+ :inputs:
325
+ DomainName:
326
+ - :string
327
+ - :required
328
+ :outputs:
329
+ :children:
330
+ DescribeAvailabilityOptionsResult:
331
+ :ignore: true
332
+ :children:
333
+ AvailabilityOptions:
334
+ :children:
335
+ Options:
336
+ :type: :boolean
337
+ Status:
338
+ :children:
339
+ CreationDate:
340
+ :type: :time
341
+ UpdateDate:
342
+ :type: :time
343
+ UpdateVersion:
344
+ :type: :integer
345
+ PendingDeletion:
346
+ :type: :boolean
347
+ - :name: DescribeDefaultSearchField
348
+ :method: :describe_default_search_field
349
+ :inputs:
350
+ DomainName:
351
+ - :string
352
+ - :required
353
+ :outputs:
354
+ :children:
355
+ DescribeDefaultSearchFieldResult:
356
+ :ignore: true
357
+ :children:
358
+ DefaultSearchField:
359
+ :children:
360
+ Status:
361
+ :children:
362
+ CreationDate:
363
+ :type: :time
364
+ UpdateDate:
365
+ :type: :time
366
+ UpdateVersion:
367
+ :type: :integer
368
+ PendingDeletion:
369
+ :type: :boolean
370
+ - :name: DescribeDomains
371
+ :method: :describe_domains
372
+ :inputs:
373
+ DomainNames:
374
+ - :membered_list:
375
+ - :string
376
+ :outputs:
377
+ :children:
378
+ DescribeDomainsResult:
379
+ :ignore: true
380
+ :children:
381
+ DomainStatusList:
382
+ :ignore: true
383
+ :children:
384
+ member:
385
+ :rename: :domain_status_list
386
+ :list: true
387
+ :children:
388
+ Created:
389
+ :type: :boolean
390
+ Deleted:
391
+ :type: :boolean
392
+ NumSearchableDocs:
393
+ :type: :integer
394
+ RequiresIndexDocuments:
395
+ :type: :boolean
396
+ Processing:
397
+ :type: :boolean
398
+ SearchPartitionCount:
399
+ :type: :integer
400
+ SearchInstanceCount:
401
+ :type: :integer
402
+ - :name: DescribeIndexFields
403
+ :method: :describe_index_fields
404
+ :inputs:
405
+ DomainName:
406
+ - :string
407
+ - :required
408
+ FieldNames:
409
+ - :membered_list:
410
+ - :string
411
+ :outputs:
412
+ :children:
413
+ DescribeIndexFieldsResult:
414
+ :ignore: true
415
+ :children:
416
+ IndexFields:
417
+ :ignore: true
418
+ :children:
419
+ member:
420
+ :rename: :index_fields
421
+ :list: true
422
+ :children:
423
+ Options:
424
+ :children:
425
+ UIntOptions:
426
+ :children:
427
+ DefaultValue:
428
+ :type: :integer
429
+ LiteralOptions:
430
+ :children:
431
+ SearchEnabled:
432
+ :type: :boolean
433
+ FacetEnabled:
434
+ :type: :boolean
435
+ ResultEnabled:
436
+ :type: :boolean
437
+ TextOptions:
438
+ :children:
439
+ FacetEnabled:
440
+ :type: :boolean
441
+ ResultEnabled:
442
+ :type: :boolean
443
+ SourceAttributes:
444
+ :ignore: true
445
+ :children:
446
+ member:
447
+ :rename: :source_attributes
448
+ :list: true
449
+ :children:
450
+ SourceDataMap:
451
+ :children:
452
+ Cases:
453
+ :ignore: true
454
+ :children:
455
+ entry:
456
+ :rename: :cases
457
+ :map:
458
+ - key
459
+ - value
460
+ Status:
461
+ :children:
462
+ CreationDate:
463
+ :type: :time
464
+ UpdateDate:
465
+ :type: :time
466
+ UpdateVersion:
467
+ :type: :integer
468
+ PendingDeletion:
469
+ :type: :boolean
470
+ - :name: DescribeRankExpressions
471
+ :method: :describe_rank_expressions
472
+ :inputs:
473
+ DomainName:
474
+ - :string
475
+ - :required
476
+ RankNames:
477
+ - :membered_list:
478
+ - :string
479
+ :outputs:
480
+ :children:
481
+ DescribeRankExpressionsResult:
482
+ :ignore: true
483
+ :children:
484
+ RankExpressions:
485
+ :ignore: true
486
+ :children:
487
+ member:
488
+ :rename: :rank_expressions
489
+ :list: true
490
+ :children:
491
+ Status:
492
+ :children:
493
+ CreationDate:
494
+ :type: :time
495
+ UpdateDate:
496
+ :type: :time
497
+ UpdateVersion:
498
+ :type: :integer
499
+ PendingDeletion:
500
+ :type: :boolean
501
+ - :name: DescribeServiceAccessPolicies
502
+ :method: :describe_service_access_policies
503
+ :inputs:
504
+ DomainName:
505
+ - :string
506
+ - :required
507
+ :outputs:
508
+ :children:
509
+ DescribeServiceAccessPoliciesResult:
510
+ :ignore: true
511
+ :children:
512
+ AccessPolicies:
513
+ :children:
514
+ Status:
515
+ :children:
516
+ CreationDate:
517
+ :type: :time
518
+ UpdateDate:
519
+ :type: :time
520
+ UpdateVersion:
521
+ :type: :integer
522
+ PendingDeletion:
523
+ :type: :boolean
524
+ - :name: DescribeStemmingOptions
525
+ :method: :describe_stemming_options
526
+ :inputs:
527
+ DomainName:
528
+ - :string
529
+ - :required
530
+ :outputs:
531
+ :children:
532
+ DescribeStemmingOptionsResult:
533
+ :ignore: true
534
+ :children:
535
+ Stems:
536
+ :children:
537
+ Status:
538
+ :children:
539
+ CreationDate:
540
+ :type: :time
541
+ UpdateDate:
542
+ :type: :time
543
+ UpdateVersion:
544
+ :type: :integer
545
+ PendingDeletion:
546
+ :type: :boolean
547
+ - :name: DescribeStopwordOptions
548
+ :method: :describe_stopword_options
549
+ :inputs:
550
+ DomainName:
551
+ - :string
552
+ - :required
553
+ :outputs:
554
+ :children:
555
+ DescribeStopwordOptionsResult:
556
+ :ignore: true
557
+ :children:
558
+ Stopwords:
559
+ :children:
560
+ Status:
561
+ :children:
562
+ CreationDate:
563
+ :type: :time
564
+ UpdateDate:
565
+ :type: :time
566
+ UpdateVersion:
567
+ :type: :integer
568
+ PendingDeletion:
569
+ :type: :boolean
570
+ - :name: DescribeSynonymOptions
571
+ :method: :describe_synonym_options
572
+ :inputs:
573
+ DomainName:
574
+ - :string
575
+ - :required
576
+ :outputs:
577
+ :children:
578
+ DescribeSynonymOptionsResult:
579
+ :ignore: true
580
+ :children:
581
+ Synonyms:
582
+ :children:
583
+ Status:
584
+ :children:
585
+ CreationDate:
586
+ :type: :time
587
+ UpdateDate:
588
+ :type: :time
589
+ UpdateVersion:
590
+ :type: :integer
591
+ PendingDeletion:
592
+ :type: :boolean
593
+ - :name: IndexDocuments
594
+ :method: :index_documents
595
+ :inputs:
596
+ DomainName:
597
+ - :string
598
+ - :required
599
+ - :required
600
+ :outputs:
601
+ :children:
602
+ IndexDocumentsResult:
603
+ :ignore: true
604
+ :children:
605
+ FieldNames:
606
+ :ignore: true
607
+ :children:
608
+ member:
609
+ :rename: :field_names
610
+ :list: true
611
+ - :name: UpdateAvailabilityOptions
612
+ :method: :update_availability_options
613
+ :inputs:
614
+ DomainName:
615
+ - :string
616
+ - :required
617
+ MultiAZ:
618
+ - :boolean
619
+ - :required
620
+ :outputs:
621
+ :children:
622
+ UpdateAvailabilityOptionsResult:
623
+ :ignore: true
624
+ :children:
625
+ AvailabilityOptions:
626
+ :children:
627
+ Options:
628
+ :type: :boolean
629
+ Status:
630
+ :children:
631
+ CreationDate:
632
+ :type: :time
633
+ UpdateDate:
634
+ :type: :time
635
+ UpdateVersion:
636
+ :type: :integer
637
+ PendingDeletion:
638
+ :type: :boolean
639
+ - :name: UpdateDefaultSearchField
640
+ :method: :update_default_search_field
641
+ :inputs:
642
+ DomainName:
643
+ - :string
644
+ - :required
645
+ DefaultSearchField:
646
+ - :string
647
+ - :required
648
+ :outputs:
649
+ :children:
650
+ UpdateDefaultSearchFieldResult:
651
+ :ignore: true
652
+ :children:
653
+ DefaultSearchField:
654
+ :children:
655
+ Status:
656
+ :children:
657
+ CreationDate:
658
+ :type: :time
659
+ UpdateDate:
660
+ :type: :time
661
+ UpdateVersion:
662
+ :type: :integer
663
+ PendingDeletion:
664
+ :type: :boolean
665
+ - :name: UpdateServiceAccessPolicies
666
+ :method: :update_service_access_policies
667
+ :inputs:
668
+ DomainName:
669
+ - :string
670
+ - :required
671
+ AccessPolicies:
672
+ - :string
673
+ - :required
674
+ :outputs:
675
+ :children:
676
+ UpdateServiceAccessPoliciesResult:
677
+ :ignore: true
678
+ :children:
679
+ AccessPolicies:
680
+ :children:
681
+ Status:
682
+ :children:
683
+ CreationDate:
684
+ :type: :time
685
+ UpdateDate:
686
+ :type: :time
687
+ UpdateVersion:
688
+ :type: :integer
689
+ PendingDeletion:
690
+ :type: :boolean
691
+ - :name: UpdateStemmingOptions
692
+ :method: :update_stemming_options
693
+ :inputs:
694
+ DomainName:
695
+ - :string
696
+ - :required
697
+ Stems:
698
+ - :string
699
+ - :required
700
+ :outputs:
701
+ :children:
702
+ UpdateStemmingOptionsResult:
703
+ :ignore: true
704
+ :children:
705
+ Stems:
706
+ :children:
707
+ Status:
708
+ :children:
709
+ CreationDate:
710
+ :type: :time
711
+ UpdateDate:
712
+ :type: :time
713
+ UpdateVersion:
714
+ :type: :integer
715
+ PendingDeletion:
716
+ :type: :boolean
717
+ - :name: UpdateStopwordOptions
718
+ :method: :update_stopword_options
719
+ :inputs:
720
+ DomainName:
721
+ - :string
722
+ - :required
723
+ Stopwords:
724
+ - :string
725
+ - :required
726
+ :outputs:
727
+ :children:
728
+ UpdateStopwordOptionsResult:
729
+ :ignore: true
730
+ :children:
731
+ Stopwords:
732
+ :children:
733
+ Status:
734
+ :children:
735
+ CreationDate:
736
+ :type: :time
737
+ UpdateDate:
738
+ :type: :time
739
+ UpdateVersion:
740
+ :type: :integer
741
+ PendingDeletion:
742
+ :type: :boolean
743
+ - :name: UpdateSynonymOptions
744
+ :method: :update_synonym_options
745
+ :inputs:
746
+ DomainName:
747
+ - :string
748
+ - :required
749
+ Synonyms:
750
+ - :string
751
+ - :required
752
+ :outputs:
753
+ :children:
754
+ UpdateSynonymOptionsResult:
755
+ :ignore: true
756
+ :children:
757
+ Synonyms:
758
+ :children:
759
+ Status:
760
+ :children:
761
+ CreationDate:
762
+ :type: :time
763
+ UpdateDate:
764
+ :type: :time
765
+ UpdateVersion:
766
+ :type: :integer
767
+ PendingDeletion:
768
+ :type: :boolean