aws-sdk-core 2.11.419 → 2.11.420

Sign up to get free protection for your applications and to get access to all the features.
@@ -5752,7 +5752,8 @@
5752
5752
  "ProcessorFeatures":{"shape":"ProcessorFeatureList"},
5753
5753
  "UseDefaultProcessorFeatures":{"shape":"BooleanOptional"},
5754
5754
  "DeletionProtection":{"shape":"BooleanOptional"},
5755
- "MaxAllocatedStorage":{"shape":"IntegerOptional"}
5755
+ "MaxAllocatedStorage":{"shape":"IntegerOptional"},
5756
+ "CertificateRotationRestart":{"shape":"BooleanOptional"}
5756
5757
  }
5757
5758
  },
5758
5759
  "ModifyDBInstanceResult":{
@@ -663,6 +663,56 @@
663
663
  "type":"list",
664
664
  "member":{"shape":"NonEmptyString"}
665
665
  },
666
+ "AvailabilityZone":{
667
+ "type":"structure",
668
+ "members":{
669
+ "ZoneName":{"shape":"NonEmptyString"},
670
+ "SubnetId":{"shape":"NonEmptyString"}
671
+ }
672
+ },
673
+ "AvailabilityZones":{
674
+ "type":"list",
675
+ "member":{"shape":"AvailabilityZone"}
676
+ },
677
+ "AwsCloudFrontDistributionDetails":{
678
+ "type":"structure",
679
+ "members":{
680
+ "DomainName":{"shape":"NonEmptyString"},
681
+ "ETag":{"shape":"NonEmptyString"},
682
+ "LastModifiedTime":{"shape":"NonEmptyString"},
683
+ "Logging":{"shape":"AwsCloudFrontDistributionLogging"},
684
+ "Origins":{"shape":"AwsCloudFrontDistributionOrigins"},
685
+ "Status":{"shape":"NonEmptyString"},
686
+ "WebAclId":{"shape":"NonEmptyString"}
687
+ }
688
+ },
689
+ "AwsCloudFrontDistributionLogging":{
690
+ "type":"structure",
691
+ "members":{
692
+ "Bucket":{"shape":"NonEmptyString"},
693
+ "Enabled":{"shape":"Boolean"},
694
+ "IncludeCookies":{"shape":"Boolean"},
695
+ "Prefix":{"shape":"NonEmptyString"}
696
+ }
697
+ },
698
+ "AwsCloudFrontDistributionOriginItem":{
699
+ "type":"structure",
700
+ "members":{
701
+ "DomainName":{"shape":"NonEmptyString"},
702
+ "Id":{"shape":"NonEmptyString"},
703
+ "OriginPath":{"shape":"NonEmptyString"}
704
+ }
705
+ },
706
+ "AwsCloudFrontDistributionOriginItemList":{
707
+ "type":"list",
708
+ "member":{"shape":"AwsCloudFrontDistributionOriginItem"}
709
+ },
710
+ "AwsCloudFrontDistributionOrigins":{
711
+ "type":"structure",
712
+ "members":{
713
+ "Items":{"shape":"AwsCloudFrontDistributionOriginItemList"}
714
+ }
715
+ },
666
716
  "AwsEc2InstanceDetails":{
667
717
  "type":"structure",
668
718
  "members":{
@@ -677,12 +727,34 @@
677
727
  "LaunchedAt":{"shape":"NonEmptyString"}
678
728
  }
679
729
  },
730
+ "AwsElbv2LoadBalancerDetails":{
731
+ "type":"structure",
732
+ "members":{
733
+ "AvailabilityZones":{"shape":"AvailabilityZones"},
734
+ "CanonicalHostedZoneId":{"shape":"NonEmptyString"},
735
+ "CreatedTime":{"shape":"NonEmptyString"},
736
+ "DNSName":{"shape":"NonEmptyString"},
737
+ "IpAddressType":{"shape":"NonEmptyString"},
738
+ "Scheme":{"shape":"NonEmptyString"},
739
+ "SecurityGroups":{"shape":"SecurityGroups"},
740
+ "State":{"shape":"LoadBalancerState"},
741
+ "Type":{"shape":"NonEmptyString"},
742
+ "VpcId":{"shape":"NonEmptyString"}
743
+ }
744
+ },
680
745
  "AwsIamAccessKeyDetails":{
681
746
  "type":"structure",
682
747
  "members":{
683
- "UserName":{"shape":"NonEmptyString"},
748
+ "UserName":{
749
+ "shape":"NonEmptyString",
750
+ "deprecated":true,
751
+ "deprecatedMessage":"This field is deprecated, use PrincipalName instead."
752
+ },
684
753
  "Status":{"shape":"AwsIamAccessKeyStatus"},
685
- "CreatedAt":{"shape":"NonEmptyString"}
754
+ "CreatedAt":{"shape":"NonEmptyString"},
755
+ "PrincipalId":{"shape":"NonEmptyString"},
756
+ "PrincipalType":{"shape":"NonEmptyString"},
757
+ "PrincipalName":{"shape":"NonEmptyString"}
686
758
  }
687
759
  },
688
760
  "AwsIamAccessKeyStatus":{
@@ -692,6 +764,111 @@
692
764
  "Inactive"
693
765
  ]
694
766
  },
767
+ "AwsIamRoleAssumeRolePolicyDocument":{
768
+ "type":"string",
769
+ "max":131072,
770
+ "min":1,
771
+ "pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u00A1-\\u00FF]+"
772
+ },
773
+ "AwsIamRoleDetails":{
774
+ "type":"structure",
775
+ "members":{
776
+ "AssumeRolePolicyDocument":{"shape":"AwsIamRoleAssumeRolePolicyDocument"},
777
+ "CreateDate":{"shape":"NonEmptyString"},
778
+ "RoleId":{"shape":"NonEmptyString"},
779
+ "RoleName":{"shape":"NonEmptyString"},
780
+ "MaxSessionDuration":{"shape":"Integer"},
781
+ "Path":{"shape":"NonEmptyString"}
782
+ }
783
+ },
784
+ "AwsKmsKeyDetails":{
785
+ "type":"structure",
786
+ "members":{
787
+ "AWSAccountId":{"shape":"NonEmptyString"},
788
+ "CreationDate":{"shape":"Double"},
789
+ "KeyId":{"shape":"NonEmptyString"},
790
+ "KeyManager":{"shape":"NonEmptyString"},
791
+ "KeyState":{"shape":"NonEmptyString"},
792
+ "Origin":{"shape":"NonEmptyString"}
793
+ }
794
+ },
795
+ "AwsLambdaFunctionCode":{
796
+ "type":"structure",
797
+ "members":{
798
+ "S3Bucket":{"shape":"NonEmptyString"},
799
+ "S3Key":{"shape":"NonEmptyString"},
800
+ "S3ObjectVersion":{"shape":"NonEmptyString"},
801
+ "ZipFile":{"shape":"NonEmptyString"}
802
+ }
803
+ },
804
+ "AwsLambdaFunctionDeadLetterConfig":{
805
+ "type":"structure",
806
+ "members":{
807
+ "TargetArn":{"shape":"NonEmptyString"}
808
+ }
809
+ },
810
+ "AwsLambdaFunctionDetails":{
811
+ "type":"structure",
812
+ "members":{
813
+ "Code":{"shape":"AwsLambdaFunctionCode"},
814
+ "CodeSha256":{"shape":"NonEmptyString"},
815
+ "DeadLetterConfig":{"shape":"AwsLambdaFunctionDeadLetterConfig"},
816
+ "Environment":{"shape":"AwsLambdaFunctionEnvironment"},
817
+ "FunctionName":{"shape":"NonEmptyString"},
818
+ "Handler":{"shape":"NonEmptyString"},
819
+ "KmsKeyArn":{"shape":"NonEmptyString"},
820
+ "LastModified":{"shape":"NonEmptyString"},
821
+ "Layers":{"shape":"AwsLambdaFunctionLayerList"},
822
+ "MasterArn":{"shape":"NonEmptyString"},
823
+ "MemorySize":{"shape":"Integer"},
824
+ "RevisionId":{"shape":"NonEmptyString"},
825
+ "Role":{"shape":"NonEmptyString"},
826
+ "Runtime":{"shape":"NonEmptyString"},
827
+ "Timeout":{"shape":"Integer"},
828
+ "TracingConfig":{"shape":"AwsLambdaFunctionTracingConfig"},
829
+ "VpcConfig":{"shape":"AwsLambdaFunctionVpcConfig"},
830
+ "Version":{"shape":"NonEmptyString"}
831
+ }
832
+ },
833
+ "AwsLambdaFunctionEnvironment":{
834
+ "type":"structure",
835
+ "members":{
836
+ "Variables":{"shape":"FieldMap"},
837
+ "Error":{"shape":"AwsLambdaFunctionEnvironmentError"}
838
+ }
839
+ },
840
+ "AwsLambdaFunctionEnvironmentError":{
841
+ "type":"structure",
842
+ "members":{
843
+ "ErrorCode":{"shape":"NonEmptyString"},
844
+ "Message":{"shape":"NonEmptyString"}
845
+ }
846
+ },
847
+ "AwsLambdaFunctionLayer":{
848
+ "type":"structure",
849
+ "members":{
850
+ "Arn":{"shape":"NonEmptyString"},
851
+ "CodeSize":{"shape":"Integer"}
852
+ }
853
+ },
854
+ "AwsLambdaFunctionLayerList":{
855
+ "type":"list",
856
+ "member":{"shape":"AwsLambdaFunctionLayer"}
857
+ },
858
+ "AwsLambdaFunctionTracingConfig":{
859
+ "type":"structure",
860
+ "members":{
861
+ "Mode":{"shape":"NonEmptyString"}
862
+ }
863
+ },
864
+ "AwsLambdaFunctionVpcConfig":{
865
+ "type":"structure",
866
+ "members":{
867
+ "SecurityGroupIds":{"shape":"NonEmptyStringList"},
868
+ "SubnetIds":{"shape":"NonEmptyStringList"},
869
+ "VpcId":{"shape":"NonEmptyString"}
870
+ }
871
+ },
695
872
  "AwsS3BucketDetails":{
696
873
  "type":"structure",
697
874
  "members":{
@@ -840,6 +1017,35 @@
840
1017
  "type":"list",
841
1018
  "member":{"shape":"AwsSecurityFinding"}
842
1019
  },
1020
+ "AwsSnsTopicDetails":{
1021
+ "type":"structure",
1022
+ "members":{
1023
+ "KmsMasterKeyId":{"shape":"NonEmptyString"},
1024
+ "Subscription":{"shape":"AwsSnsTopicSubscriptionList"},
1025
+ "TopicName":{"shape":"NonEmptyString"},
1026
+ "Owner":{"shape":"NonEmptyString"}
1027
+ }
1028
+ },
1029
+ "AwsSnsTopicSubscription":{
1030
+ "type":"structure",
1031
+ "members":{
1032
+ "Endpoint":{"shape":"NonEmptyString"},
1033
+ "Protocol":{"shape":"NonEmptyString"}
1034
+ }
1035
+ },
1036
+ "AwsSnsTopicSubscriptionList":{
1037
+ "type":"list",
1038
+ "member":{"shape":"AwsSnsTopicSubscription"}
1039
+ },
1040
+ "AwsSqsQueueDetails":{
1041
+ "type":"structure",
1042
+ "members":{
1043
+ "KmsDataKeyReusePeriodSeconds":{"shape":"Integer"},
1044
+ "KmsMasterKeyId":{"shape":"NonEmptyString"},
1045
+ "QueueName":{"shape":"NonEmptyString"},
1046
+ "DeadLetterTargetArn":{"shape":"NonEmptyString"}
1047
+ }
1048
+ },
843
1049
  "BatchDisableStandardsRequest":{
844
1050
  "type":"structure",
845
1051
  "required":["StandardsSubscriptionArns"],
@@ -1532,6 +1738,13 @@
1532
1738
  "Tags":{"shape":"TagMap"}
1533
1739
  }
1534
1740
  },
1741
+ "LoadBalancerState":{
1742
+ "type":"structure",
1743
+ "members":{
1744
+ "Code":{"shape":"NonEmptyString"},
1745
+ "Reason":{"shape":"NonEmptyString"}
1746
+ }
1747
+ },
1535
1748
  "Malware":{
1536
1749
  "type":"structure",
1537
1750
  "required":["Name"],
@@ -1638,6 +1851,10 @@
1638
1851
  "type":"string",
1639
1852
  "pattern":".*\\S.*"
1640
1853
  },
1854
+ "NonEmptyStringList":{
1855
+ "type":"list",
1856
+ "member":{"shape":"NonEmptyString"}
1857
+ },
1641
1858
  "Note":{
1642
1859
  "type":"structure",
1643
1860
  "required":[
@@ -1781,9 +1998,16 @@
1781
1998
  "ResourceDetails":{
1782
1999
  "type":"structure",
1783
2000
  "members":{
2001
+ "AwsCloudFrontDistribution":{"shape":"AwsCloudFrontDistributionDetails"},
1784
2002
  "AwsEc2Instance":{"shape":"AwsEc2InstanceDetails"},
2003
+ "AwsElbv2LoadBalancer":{"shape":"AwsElbv2LoadBalancerDetails"},
1785
2004
  "AwsS3Bucket":{"shape":"AwsS3BucketDetails"},
1786
2005
  "AwsIamAccessKey":{"shape":"AwsIamAccessKeyDetails"},
2006
+ "AwsIamRole":{"shape":"AwsIamRoleDetails"},
2007
+ "AwsKmsKey":{"shape":"AwsKmsKeyDetails"},
2008
+ "AwsLambdaFunction":{"shape":"AwsLambdaFunctionDetails"},
2009
+ "AwsSnsTopic":{"shape":"AwsSnsTopicDetails"},
2010
+ "AwsSqsQueue":{"shape":"AwsSqsQueueDetails"},
1787
2011
  "Container":{"shape":"ContainerDetails"},
1788
2012
  "Other":{"shape":"FieldMap"}
1789
2013
  }
@@ -1812,6 +2036,10 @@
1812
2036
  "type":"list",
1813
2037
  "member":{"shape":"Result"}
1814
2038
  },
2039
+ "SecurityGroups":{
2040
+ "type":"list",
2041
+ "member":{"shape":"NonEmptyString"}
2042
+ },
1815
2043
  "Severity":{
1816
2044
  "type":"structure",
1817
2045
  "required":["Normalized"],
@@ -2273,7 +2273,8 @@
2273
2273
  "type":"string",
2274
2274
  "enum":[
2275
2275
  "SourceUrl",
2276
- "S3FileUrl"
2276
+ "S3FileUrl",
2277
+ "AttachmentReference"
2277
2278
  ]
2278
2279
  },
2279
2280
  "AttachmentsSourceList":{
@@ -28,6 +28,21 @@
28
28
  {"shape":"ConflictException"}
29
29
  ]
30
30
  },
31
+ "CreateVocabularyFilter":{
32
+ "name":"CreateVocabularyFilter",
33
+ "http":{
34
+ "method":"POST",
35
+ "requestUri":"/"
36
+ },
37
+ "input":{"shape":"CreateVocabularyFilterRequest"},
38
+ "output":{"shape":"CreateVocabularyFilterResponse"},
39
+ "errors":[
40
+ {"shape":"BadRequestException"},
41
+ {"shape":"LimitExceededException"},
42
+ {"shape":"InternalFailureException"},
43
+ {"shape":"ConflictException"}
44
+ ]
45
+ },
31
46
  "DeleteTranscriptionJob":{
32
47
  "name":"DeleteTranscriptionJob",
33
48
  "http":{
@@ -55,6 +70,20 @@
55
70
  {"shape":"InternalFailureException"}
56
71
  ]
57
72
  },
73
+ "DeleteVocabularyFilter":{
74
+ "name":"DeleteVocabularyFilter",
75
+ "http":{
76
+ "method":"POST",
77
+ "requestUri":"/"
78
+ },
79
+ "input":{"shape":"DeleteVocabularyFilterRequest"},
80
+ "errors":[
81
+ {"shape":"NotFoundException"},
82
+ {"shape":"LimitExceededException"},
83
+ {"shape":"BadRequestException"},
84
+ {"shape":"InternalFailureException"}
85
+ ]
86
+ },
58
87
  "GetTranscriptionJob":{
59
88
  "name":"GetTranscriptionJob",
60
89
  "http":{
@@ -85,6 +114,21 @@
85
114
  {"shape":"BadRequestException"}
86
115
  ]
87
116
  },
117
+ "GetVocabularyFilter":{
118
+ "name":"GetVocabularyFilter",
119
+ "http":{
120
+ "method":"POST",
121
+ "requestUri":"/"
122
+ },
123
+ "input":{"shape":"GetVocabularyFilterRequest"},
124
+ "output":{"shape":"GetVocabularyFilterResponse"},
125
+ "errors":[
126
+ {"shape":"NotFoundException"},
127
+ {"shape":"LimitExceededException"},
128
+ {"shape":"InternalFailureException"},
129
+ {"shape":"BadRequestException"}
130
+ ]
131
+ },
88
132
  "ListTranscriptionJobs":{
89
133
  "name":"ListTranscriptionJobs",
90
134
  "http":{
@@ -113,6 +157,20 @@
113
157
  {"shape":"InternalFailureException"}
114
158
  ]
115
159
  },
160
+ "ListVocabularyFilters":{
161
+ "name":"ListVocabularyFilters",
162
+ "http":{
163
+ "method":"POST",
164
+ "requestUri":"/"
165
+ },
166
+ "input":{"shape":"ListVocabularyFiltersRequest"},
167
+ "output":{"shape":"ListVocabularyFiltersResponse"},
168
+ "errors":[
169
+ {"shape":"BadRequestException"},
170
+ {"shape":"LimitExceededException"},
171
+ {"shape":"InternalFailureException"}
172
+ ]
173
+ },
116
174
  "StartTranscriptionJob":{
117
175
  "name":"StartTranscriptionJob",
118
176
  "http":{
@@ -143,6 +201,21 @@
143
201
  {"shape":"NotFoundException"},
144
202
  {"shape":"ConflictException"}
145
203
  ]
204
+ },
205
+ "UpdateVocabularyFilter":{
206
+ "name":"UpdateVocabularyFilter",
207
+ "http":{
208
+ "method":"POST",
209
+ "requestUri":"/"
210
+ },
211
+ "input":{"shape":"UpdateVocabularyFilterRequest"},
212
+ "output":{"shape":"UpdateVocabularyFilterResponse"},
213
+ "errors":[
214
+ {"shape":"BadRequestException"},
215
+ {"shape":"LimitExceededException"},
216
+ {"shape":"InternalFailureException"},
217
+ {"shape":"NotFoundException"}
218
+ ]
146
219
  }
147
220
  },
148
221
  "shapes":{
@@ -161,6 +234,27 @@
161
234
  },
162
235
  "exception":true
163
236
  },
237
+ "CreateVocabularyFilterRequest":{
238
+ "type":"structure",
239
+ "required":[
240
+ "VocabularyFilterName",
241
+ "LanguageCode"
242
+ ],
243
+ "members":{
244
+ "VocabularyFilterName":{"shape":"VocabularyFilterName"},
245
+ "LanguageCode":{"shape":"LanguageCode"},
246
+ "Words":{"shape":"Words"},
247
+ "VocabularyFilterFileUri":{"shape":"Uri"}
248
+ }
249
+ },
250
+ "CreateVocabularyFilterResponse":{
251
+ "type":"structure",
252
+ "members":{
253
+ "VocabularyFilterName":{"shape":"VocabularyFilterName"},
254
+ "LanguageCode":{"shape":"LanguageCode"},
255
+ "LastModifiedTime":{"shape":"DateTime"}
256
+ }
257
+ },
164
258
  "CreateVocabularyRequest":{
165
259
  "type":"structure",
166
260
  "required":[
@@ -196,6 +290,13 @@
196
290
  "TranscriptionJobName":{"shape":"TranscriptionJobName"}
197
291
  }
198
292
  },
293
+ "DeleteVocabularyFilterRequest":{
294
+ "type":"structure",
295
+ "required":["VocabularyFilterName"],
296
+ "members":{
297
+ "VocabularyFilterName":{"shape":"VocabularyFilterName"}
298
+ }
299
+ },
199
300
  "DeleteVocabularyRequest":{
200
301
  "type":"structure",
201
302
  "required":["VocabularyName"],
@@ -217,6 +318,22 @@
217
318
  "TranscriptionJob":{"shape":"TranscriptionJob"}
218
319
  }
219
320
  },
321
+ "GetVocabularyFilterRequest":{
322
+ "type":"structure",
323
+ "required":["VocabularyFilterName"],
324
+ "members":{
325
+ "VocabularyFilterName":{"shape":"VocabularyFilterName"}
326
+ }
327
+ },
328
+ "GetVocabularyFilterResponse":{
329
+ "type":"structure",
330
+ "members":{
331
+ "VocabularyFilterName":{"shape":"VocabularyFilterName"},
332
+ "LanguageCode":{"shape":"LanguageCode"},
333
+ "LastModifiedTime":{"shape":"DateTime"},
334
+ "DownloadUri":{"shape":"Uri"}
335
+ }
336
+ },
220
337
  "GetVocabularyRequest":{
221
338
  "type":"structure",
222
339
  "required":["VocabularyName"],
@@ -333,6 +450,21 @@
333
450
  "Vocabularies":{"shape":"Vocabularies"}
334
451
  }
335
452
  },
453
+ "ListVocabularyFiltersRequest":{
454
+ "type":"structure",
455
+ "members":{
456
+ "NextToken":{"shape":"NextToken"},
457
+ "MaxResults":{"shape":"MaxResults"},
458
+ "NameContains":{"shape":"VocabularyFilterName"}
459
+ }
460
+ },
461
+ "ListVocabularyFiltersResponse":{
462
+ "type":"structure",
463
+ "members":{
464
+ "NextToken":{"shape":"NextToken"},
465
+ "VocabularyFilters":{"shape":"VocabularyFilters"}
466
+ }
467
+ },
336
468
  "MaxAlternatives":{
337
469
  "type":"integer",
338
470
  "max":10,
@@ -410,7 +542,9 @@
410
542
  "MaxSpeakerLabels":{"shape":"MaxSpeakers"},
411
543
  "ChannelIdentification":{"shape":"Boolean"},
412
544
  "ShowAlternatives":{"shape":"Boolean"},
413
- "MaxAlternatives":{"shape":"MaxAlternatives"}
545
+ "MaxAlternatives":{"shape":"MaxAlternatives"},
546
+ "VocabularyFilterName":{"shape":"VocabularyFilterName"},
547
+ "VocabularyFilterMethod":{"shape":"VocabularyFilterMethod"}
414
548
  }
415
549
  },
416
550
  "StartTranscriptionJobRequest":{
@@ -495,6 +629,23 @@
495
629
  "OutputLocationType":{"shape":"OutputLocationType"}
496
630
  }
497
631
  },
632
+ "UpdateVocabularyFilterRequest":{
633
+ "type":"structure",
634
+ "required":["VocabularyFilterName"],
635
+ "members":{
636
+ "VocabularyFilterName":{"shape":"VocabularyFilterName"},
637
+ "Words":{"shape":"Words"},
638
+ "VocabularyFilterFileUri":{"shape":"Uri"}
639
+ }
640
+ },
641
+ "UpdateVocabularyFilterResponse":{
642
+ "type":"structure",
643
+ "members":{
644
+ "VocabularyFilterName":{"shape":"VocabularyFilterName"},
645
+ "LanguageCode":{"shape":"LanguageCode"},
646
+ "LastModifiedTime":{"shape":"DateTime"}
647
+ }
648
+ },
498
649
  "UpdateVocabularyRequest":{
499
650
  "type":"structure",
500
651
  "required":[
@@ -527,6 +678,31 @@
527
678
  "type":"list",
528
679
  "member":{"shape":"VocabularyInfo"}
529
680
  },
681
+ "VocabularyFilterInfo":{
682
+ "type":"structure",
683
+ "members":{
684
+ "VocabularyFilterName":{"shape":"VocabularyFilterName"},
685
+ "LanguageCode":{"shape":"LanguageCode"},
686
+ "LastModifiedTime":{"shape":"DateTime"}
687
+ }
688
+ },
689
+ "VocabularyFilterMethod":{
690
+ "type":"string",
691
+ "enum":[
692
+ "remove",
693
+ "mask"
694
+ ]
695
+ },
696
+ "VocabularyFilterName":{
697
+ "type":"string",
698
+ "max":200,
699
+ "min":1,
700
+ "pattern":"^[0-9a-zA-Z._-]+"
701
+ },
702
+ "VocabularyFilters":{
703
+ "type":"list",
704
+ "member":{"shape":"VocabularyFilterInfo"}
705
+ },
530
706
  "VocabularyInfo":{
531
707
  "type":"structure",
532
708
  "members":{
@@ -549,6 +725,16 @@
549
725
  "READY",
550
726
  "FAILED"
551
727
  ]
728
+ },
729
+ "Word":{
730
+ "type":"string",
731
+ "max":256,
732
+ "min":1
733
+ },
734
+ "Words":{
735
+ "type":"list",
736
+ "member":{"shape":"Word"},
737
+ "min":1
552
738
  }
553
739
  }
554
740
  }