aws-sdk-cloudsearch 1.0.0.rc1 → 1.0.0.rc2

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.
@@ -1,1054 +1,806 @@
1
1
  # WARNING ABOUT GENERATED CODE
2
2
  #
3
- # This file is generated. See the contributing for info on making contributions:
3
+ # This file is generated. See the contributing guide for more information:
4
4
  # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
5
  #
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
- module Aws
9
- module CloudSearch
10
- # @api private
11
- module ClientApi
12
-
13
- include Seahorse::Model
14
-
15
- APIVersion = Shapes::StringShape.new(name: 'APIVersion')
16
- ARN = Shapes::StringShape.new(name: 'ARN')
17
- AccessPoliciesStatus = Shapes::StructureShape.new(name: 'AccessPoliciesStatus')
18
- AlgorithmicStemming = Shapes::StringShape.new(name: 'AlgorithmicStemming')
19
- AnalysisOptions = Shapes::StructureShape.new(name: 'AnalysisOptions')
20
- AnalysisScheme = Shapes::StructureShape.new(name: 'AnalysisScheme')
21
- AnalysisSchemeLanguage = Shapes::StringShape.new(name: 'AnalysisSchemeLanguage')
22
- AnalysisSchemeStatus = Shapes::StructureShape.new(name: 'AnalysisSchemeStatus')
23
- AnalysisSchemeStatusList = Shapes::ListShape.new(name: 'AnalysisSchemeStatusList')
24
- AvailabilityOptionsStatus = Shapes::StructureShape.new(name: 'AvailabilityOptionsStatus')
25
- BaseException = Shapes::StructureShape.new(name: 'BaseException')
26
- Boolean = Shapes::BooleanShape.new(name: 'Boolean')
27
- BuildSuggestersRequest = Shapes::StructureShape.new(name: 'BuildSuggestersRequest')
28
- BuildSuggestersResponse = Shapes::StructureShape.new(name: 'BuildSuggestersResponse')
29
- CreateDomainRequest = Shapes::StructureShape.new(name: 'CreateDomainRequest')
30
- CreateDomainResponse = Shapes::StructureShape.new(name: 'CreateDomainResponse')
31
- DateArrayOptions = Shapes::StructureShape.new(name: 'DateArrayOptions')
32
- DateOptions = Shapes::StructureShape.new(name: 'DateOptions')
33
- DefineAnalysisSchemeRequest = Shapes::StructureShape.new(name: 'DefineAnalysisSchemeRequest')
34
- DefineAnalysisSchemeResponse = Shapes::StructureShape.new(name: 'DefineAnalysisSchemeResponse')
35
- DefineExpressionRequest = Shapes::StructureShape.new(name: 'DefineExpressionRequest')
36
- DefineExpressionResponse = Shapes::StructureShape.new(name: 'DefineExpressionResponse')
37
- DefineIndexFieldRequest = Shapes::StructureShape.new(name: 'DefineIndexFieldRequest')
38
- DefineIndexFieldResponse = Shapes::StructureShape.new(name: 'DefineIndexFieldResponse')
39
- DefineSuggesterRequest = Shapes::StructureShape.new(name: 'DefineSuggesterRequest')
40
- DefineSuggesterResponse = Shapes::StructureShape.new(name: 'DefineSuggesterResponse')
41
- DeleteAnalysisSchemeRequest = Shapes::StructureShape.new(name: 'DeleteAnalysisSchemeRequest')
42
- DeleteAnalysisSchemeResponse = Shapes::StructureShape.new(name: 'DeleteAnalysisSchemeResponse')
43
- DeleteDomainRequest = Shapes::StructureShape.new(name: 'DeleteDomainRequest')
44
- DeleteDomainResponse = Shapes::StructureShape.new(name: 'DeleteDomainResponse')
45
- DeleteExpressionRequest = Shapes::StructureShape.new(name: 'DeleteExpressionRequest')
46
- DeleteExpressionResponse = Shapes::StructureShape.new(name: 'DeleteExpressionResponse')
47
- DeleteIndexFieldRequest = Shapes::StructureShape.new(name: 'DeleteIndexFieldRequest')
48
- DeleteIndexFieldResponse = Shapes::StructureShape.new(name: 'DeleteIndexFieldResponse')
49
- DeleteSuggesterRequest = Shapes::StructureShape.new(name: 'DeleteSuggesterRequest')
50
- DeleteSuggesterResponse = Shapes::StructureShape.new(name: 'DeleteSuggesterResponse')
51
- DescribeAnalysisSchemesRequest = Shapes::StructureShape.new(name: 'DescribeAnalysisSchemesRequest')
52
- DescribeAnalysisSchemesResponse = Shapes::StructureShape.new(name: 'DescribeAnalysisSchemesResponse')
53
- DescribeAvailabilityOptionsRequest = Shapes::StructureShape.new(name: 'DescribeAvailabilityOptionsRequest')
54
- DescribeAvailabilityOptionsResponse = Shapes::StructureShape.new(name: 'DescribeAvailabilityOptionsResponse')
55
- DescribeDomainsRequest = Shapes::StructureShape.new(name: 'DescribeDomainsRequest')
56
- DescribeDomainsResponse = Shapes::StructureShape.new(name: 'DescribeDomainsResponse')
57
- DescribeExpressionsRequest = Shapes::StructureShape.new(name: 'DescribeExpressionsRequest')
58
- DescribeExpressionsResponse = Shapes::StructureShape.new(name: 'DescribeExpressionsResponse')
59
- DescribeIndexFieldsRequest = Shapes::StructureShape.new(name: 'DescribeIndexFieldsRequest')
60
- DescribeIndexFieldsResponse = Shapes::StructureShape.new(name: 'DescribeIndexFieldsResponse')
61
- DescribeScalingParametersRequest = Shapes::StructureShape.new(name: 'DescribeScalingParametersRequest')
62
- DescribeScalingParametersResponse = Shapes::StructureShape.new(name: 'DescribeScalingParametersResponse')
63
- DescribeServiceAccessPoliciesRequest = Shapes::StructureShape.new(name: 'DescribeServiceAccessPoliciesRequest')
64
- DescribeServiceAccessPoliciesResponse = Shapes::StructureShape.new(name: 'DescribeServiceAccessPoliciesResponse')
65
- DescribeSuggestersRequest = Shapes::StructureShape.new(name: 'DescribeSuggestersRequest')
66
- DescribeSuggestersResponse = Shapes::StructureShape.new(name: 'DescribeSuggestersResponse')
67
- DisabledOperationException = Shapes::StructureShape.new(name: 'DisabledOperationException')
68
- DocumentSuggesterOptions = Shapes::StructureShape.new(name: 'DocumentSuggesterOptions')
69
- DomainId = Shapes::StringShape.new(name: 'DomainId')
70
- DomainName = Shapes::StringShape.new(name: 'DomainName')
71
- DomainNameList = Shapes::ListShape.new(name: 'DomainNameList')
72
- DomainNameMap = Shapes::MapShape.new(name: 'DomainNameMap')
73
- DomainStatus = Shapes::StructureShape.new(name: 'DomainStatus')
74
- DomainStatusList = Shapes::ListShape.new(name: 'DomainStatusList')
75
- Double = Shapes::FloatShape.new(name: 'Double')
76
- DoubleArrayOptions = Shapes::StructureShape.new(name: 'DoubleArrayOptions')
77
- DoubleOptions = Shapes::StructureShape.new(name: 'DoubleOptions')
78
- DynamicFieldName = Shapes::StringShape.new(name: 'DynamicFieldName')
79
- DynamicFieldNameList = Shapes::ListShape.new(name: 'DynamicFieldNameList')
80
- ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
81
- ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
82
- Expression = Shapes::StructureShape.new(name: 'Expression')
83
- ExpressionStatus = Shapes::StructureShape.new(name: 'ExpressionStatus')
84
- ExpressionStatusList = Shapes::ListShape.new(name: 'ExpressionStatusList')
85
- ExpressionValue = Shapes::StringShape.new(name: 'ExpressionValue')
86
- FieldName = Shapes::StringShape.new(name: 'FieldName')
87
- FieldNameCommaList = Shapes::StringShape.new(name: 'FieldNameCommaList')
88
- FieldNameList = Shapes::ListShape.new(name: 'FieldNameList')
89
- FieldValue = Shapes::StringShape.new(name: 'FieldValue')
90
- IndexDocumentsRequest = Shapes::StructureShape.new(name: 'IndexDocumentsRequest')
91
- IndexDocumentsResponse = Shapes::StructureShape.new(name: 'IndexDocumentsResponse')
92
- IndexField = Shapes::StructureShape.new(name: 'IndexField')
93
- IndexFieldStatus = Shapes::StructureShape.new(name: 'IndexFieldStatus')
94
- IndexFieldStatusList = Shapes::ListShape.new(name: 'IndexFieldStatusList')
95
- IndexFieldType = Shapes::StringShape.new(name: 'IndexFieldType')
96
- InstanceCount = Shapes::IntegerShape.new(name: 'InstanceCount')
97
- IntArrayOptions = Shapes::StructureShape.new(name: 'IntArrayOptions')
98
- IntOptions = Shapes::StructureShape.new(name: 'IntOptions')
99
- InternalException = Shapes::StructureShape.new(name: 'InternalException')
100
- InvalidTypeException = Shapes::StructureShape.new(name: 'InvalidTypeException')
101
- LatLonOptions = Shapes::StructureShape.new(name: 'LatLonOptions')
102
- LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
103
- Limits = Shapes::StructureShape.new(name: 'Limits')
104
- ListDomainNamesResponse = Shapes::StructureShape.new(name: 'ListDomainNamesResponse')
105
- LiteralArrayOptions = Shapes::StructureShape.new(name: 'LiteralArrayOptions')
106
- LiteralOptions = Shapes::StructureShape.new(name: 'LiteralOptions')
107
- Long = Shapes::IntegerShape.new(name: 'Long')
108
- MaximumPartitionCount = Shapes::IntegerShape.new(name: 'MaximumPartitionCount')
109
- MaximumReplicationCount = Shapes::IntegerShape.new(name: 'MaximumReplicationCount')
110
- MultiAZ = Shapes::BooleanShape.new(name: 'MultiAZ')
111
- OptionState = Shapes::StringShape.new(name: 'OptionState')
112
- OptionStatus = Shapes::StructureShape.new(name: 'OptionStatus')
113
- PartitionCount = Shapes::IntegerShape.new(name: 'PartitionCount')
114
- PartitionInstanceType = Shapes::StringShape.new(name: 'PartitionInstanceType')
115
- PolicyDocument = Shapes::StringShape.new(name: 'PolicyDocument')
116
- ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
117
- ScalingParameters = Shapes::StructureShape.new(name: 'ScalingParameters')
118
- ScalingParametersStatus = Shapes::StructureShape.new(name: 'ScalingParametersStatus')
119
- SearchInstanceType = Shapes::StringShape.new(name: 'SearchInstanceType')
120
- ServiceEndpoint = Shapes::StructureShape.new(name: 'ServiceEndpoint')
121
- ServiceUrl = Shapes::StringShape.new(name: 'ServiceUrl')
122
- StandardName = Shapes::StringShape.new(name: 'StandardName')
123
- StandardNameList = Shapes::ListShape.new(name: 'StandardNameList')
124
- String = Shapes::StringShape.new(name: 'String')
125
- Suggester = Shapes::StructureShape.new(name: 'Suggester')
126
- SuggesterFuzzyMatching = Shapes::StringShape.new(name: 'SuggesterFuzzyMatching')
127
- SuggesterStatus = Shapes::StructureShape.new(name: 'SuggesterStatus')
128
- SuggesterStatusList = Shapes::ListShape.new(name: 'SuggesterStatusList')
129
- TextArrayOptions = Shapes::StructureShape.new(name: 'TextArrayOptions')
130
- TextOptions = Shapes::StructureShape.new(name: 'TextOptions')
131
- UIntValue = Shapes::IntegerShape.new(name: 'UIntValue')
132
- UpdateAvailabilityOptionsRequest = Shapes::StructureShape.new(name: 'UpdateAvailabilityOptionsRequest')
133
- UpdateAvailabilityOptionsResponse = Shapes::StructureShape.new(name: 'UpdateAvailabilityOptionsResponse')
134
- UpdateScalingParametersRequest = Shapes::StructureShape.new(name: 'UpdateScalingParametersRequest')
135
- UpdateScalingParametersResponse = Shapes::StructureShape.new(name: 'UpdateScalingParametersResponse')
136
- UpdateServiceAccessPoliciesRequest = Shapes::StructureShape.new(name: 'UpdateServiceAccessPoliciesRequest')
137
- UpdateServiceAccessPoliciesResponse = Shapes::StructureShape.new(name: 'UpdateServiceAccessPoliciesResponse')
138
- UpdateTimestamp = Shapes::TimestampShape.new(name: 'UpdateTimestamp')
139
- Word = Shapes::StringShape.new(name: 'Word')
140
-
141
- AccessPoliciesStatus.add_member(:options, Shapes::ShapeRef.new(shape: PolicyDocument, required: true, location_name: "Options"))
142
- AccessPoliciesStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, required: true, location_name: "Status"))
143
- AccessPoliciesStatus.struct_class = Types::AccessPoliciesStatus
144
-
145
- AnalysisOptions.add_member(:synonyms, Shapes::ShapeRef.new(shape: String, location_name: "Synonyms"))
146
- AnalysisOptions.add_member(:stopwords, Shapes::ShapeRef.new(shape: String, location_name: "Stopwords"))
147
- AnalysisOptions.add_member(:stemming_dictionary, Shapes::ShapeRef.new(shape: String, location_name: "StemmingDictionary"))
148
- AnalysisOptions.add_member(:japanese_tokenization_dictionary, Shapes::ShapeRef.new(shape: String, location_name: "JapaneseTokenizationDictionary"))
149
- AnalysisOptions.add_member(:algorithmic_stemming, Shapes::ShapeRef.new(shape: AlgorithmicStemming, location_name: "AlgorithmicStemming"))
150
- AnalysisOptions.struct_class = Types::AnalysisOptions
151
-
152
- AnalysisScheme.add_member(:analysis_scheme_name, Shapes::ShapeRef.new(shape: StandardName, required: true, location_name: "AnalysisSchemeName"))
153
- AnalysisScheme.add_member(:analysis_scheme_language, Shapes::ShapeRef.new(shape: AnalysisSchemeLanguage, required: true, location_name: "AnalysisSchemeLanguage"))
154
- AnalysisScheme.add_member(:analysis_options, Shapes::ShapeRef.new(shape: AnalysisOptions, location_name: "AnalysisOptions"))
155
- AnalysisScheme.struct_class = Types::AnalysisScheme
156
-
157
- AnalysisSchemeStatus.add_member(:options, Shapes::ShapeRef.new(shape: AnalysisScheme, required: true, location_name: "Options"))
158
- AnalysisSchemeStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, required: true, location_name: "Status"))
159
- AnalysisSchemeStatus.struct_class = Types::AnalysisSchemeStatus
160
-
161
- AnalysisSchemeStatusList.member = Shapes::ShapeRef.new(shape: AnalysisSchemeStatus)
162
-
163
- AvailabilityOptionsStatus.add_member(:options, Shapes::ShapeRef.new(shape: MultiAZ, required: true, location_name: "Options"))
164
- AvailabilityOptionsStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, required: true, location_name: "Status"))
165
- AvailabilityOptionsStatus.struct_class = Types::AvailabilityOptionsStatus
166
-
167
- BuildSuggestersRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
168
- BuildSuggestersRequest.struct_class = Types::BuildSuggestersRequest
169
-
170
- BuildSuggestersResponse.add_member(:field_names, Shapes::ShapeRef.new(shape: FieldNameList, location_name: "FieldNames"))
171
- BuildSuggestersResponse.struct_class = Types::BuildSuggestersResponse
172
-
173
- CreateDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
174
- CreateDomainRequest.struct_class = Types::CreateDomainRequest
175
-
176
- CreateDomainResponse.add_member(:domain_status, Shapes::ShapeRef.new(shape: DomainStatus, location_name: "DomainStatus"))
177
- CreateDomainResponse.struct_class = Types::CreateDomainResponse
178
-
179
- DateArrayOptions.add_member(:default_value, Shapes::ShapeRef.new(shape: FieldValue, location_name: "DefaultValue"))
180
- DateArrayOptions.add_member(:source_fields, Shapes::ShapeRef.new(shape: FieldNameCommaList, location_name: "SourceFields"))
181
- DateArrayOptions.add_member(:facet_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "FacetEnabled"))
182
- DateArrayOptions.add_member(:search_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SearchEnabled"))
183
- DateArrayOptions.add_member(:return_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReturnEnabled"))
184
- DateArrayOptions.struct_class = Types::DateArrayOptions
185
-
186
- DateOptions.add_member(:default_value, Shapes::ShapeRef.new(shape: FieldValue, location_name: "DefaultValue"))
187
- DateOptions.add_member(:source_field, Shapes::ShapeRef.new(shape: FieldName, location_name: "SourceField"))
188
- DateOptions.add_member(:facet_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "FacetEnabled"))
189
- DateOptions.add_member(:search_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SearchEnabled"))
190
- DateOptions.add_member(:return_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReturnEnabled"))
191
- DateOptions.add_member(:sort_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SortEnabled"))
192
- DateOptions.struct_class = Types::DateOptions
193
-
194
- DefineAnalysisSchemeRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
195
- DefineAnalysisSchemeRequest.add_member(:analysis_scheme, Shapes::ShapeRef.new(shape: AnalysisScheme, required: true, location_name: "AnalysisScheme"))
196
- DefineAnalysisSchemeRequest.struct_class = Types::DefineAnalysisSchemeRequest
197
-
198
- DefineAnalysisSchemeResponse.add_member(:analysis_scheme, Shapes::ShapeRef.new(shape: AnalysisSchemeStatus, required: true, location_name: "AnalysisScheme"))
199
- DefineAnalysisSchemeResponse.struct_class = Types::DefineAnalysisSchemeResponse
200
-
201
- DefineExpressionRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
202
- DefineExpressionRequest.add_member(:expression, Shapes::ShapeRef.new(shape: Expression, required: true, location_name: "Expression"))
203
- DefineExpressionRequest.struct_class = Types::DefineExpressionRequest
204
-
205
- DefineExpressionResponse.add_member(:expression, Shapes::ShapeRef.new(shape: ExpressionStatus, required: true, location_name: "Expression"))
206
- DefineExpressionResponse.struct_class = Types::DefineExpressionResponse
207
-
208
- DefineIndexFieldRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
209
- DefineIndexFieldRequest.add_member(:index_field, Shapes::ShapeRef.new(shape: IndexField, required: true, location_name: "IndexField"))
210
- DefineIndexFieldRequest.struct_class = Types::DefineIndexFieldRequest
211
-
212
- DefineIndexFieldResponse.add_member(:index_field, Shapes::ShapeRef.new(shape: IndexFieldStatus, required: true, location_name: "IndexField"))
213
- DefineIndexFieldResponse.struct_class = Types::DefineIndexFieldResponse
214
-
215
- DefineSuggesterRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
216
- DefineSuggesterRequest.add_member(:suggester, Shapes::ShapeRef.new(shape: Suggester, required: true, location_name: "Suggester"))
217
- DefineSuggesterRequest.struct_class = Types::DefineSuggesterRequest
218
-
219
- DefineSuggesterResponse.add_member(:suggester, Shapes::ShapeRef.new(shape: SuggesterStatus, required: true, location_name: "Suggester"))
220
- DefineSuggesterResponse.struct_class = Types::DefineSuggesterResponse
221
-
222
- DeleteAnalysisSchemeRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
223
- DeleteAnalysisSchemeRequest.add_member(:analysis_scheme_name, Shapes::ShapeRef.new(shape: StandardName, required: true, location_name: "AnalysisSchemeName"))
224
- DeleteAnalysisSchemeRequest.struct_class = Types::DeleteAnalysisSchemeRequest
8
+ module Aws::CloudSearch
9
+ # @api private
10
+ module ClientApi
11
+
12
+ include Seahorse::Model
13
+
14
+ APIVersion = Shapes::StringShape.new(name: 'APIVersion')
15
+ ARN = Shapes::StringShape.new(name: 'ARN')
16
+ AccessPoliciesStatus = Shapes::StructureShape.new(name: 'AccessPoliciesStatus')
17
+ AlgorithmicStemming = Shapes::StringShape.new(name: 'AlgorithmicStemming')
18
+ AnalysisOptions = Shapes::StructureShape.new(name: 'AnalysisOptions')
19
+ AnalysisScheme = Shapes::StructureShape.new(name: 'AnalysisScheme')
20
+ AnalysisSchemeLanguage = Shapes::StringShape.new(name: 'AnalysisSchemeLanguage')
21
+ AnalysisSchemeStatus = Shapes::StructureShape.new(name: 'AnalysisSchemeStatus')
22
+ AnalysisSchemeStatusList = Shapes::ListShape.new(name: 'AnalysisSchemeStatusList')
23
+ AvailabilityOptionsStatus = Shapes::StructureShape.new(name: 'AvailabilityOptionsStatus')
24
+ BaseException = Shapes::StructureShape.new(name: 'BaseException')
25
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
26
+ BuildSuggestersRequest = Shapes::StructureShape.new(name: 'BuildSuggestersRequest')
27
+ BuildSuggestersResponse = Shapes::StructureShape.new(name: 'BuildSuggestersResponse')
28
+ CreateDomainRequest = Shapes::StructureShape.new(name: 'CreateDomainRequest')
29
+ CreateDomainResponse = Shapes::StructureShape.new(name: 'CreateDomainResponse')
30
+ DateArrayOptions = Shapes::StructureShape.new(name: 'DateArrayOptions')
31
+ DateOptions = Shapes::StructureShape.new(name: 'DateOptions')
32
+ DefineAnalysisSchemeRequest = Shapes::StructureShape.new(name: 'DefineAnalysisSchemeRequest')
33
+ DefineAnalysisSchemeResponse = Shapes::StructureShape.new(name: 'DefineAnalysisSchemeResponse')
34
+ DefineExpressionRequest = Shapes::StructureShape.new(name: 'DefineExpressionRequest')
35
+ DefineExpressionResponse = Shapes::StructureShape.new(name: 'DefineExpressionResponse')
36
+ DefineIndexFieldRequest = Shapes::StructureShape.new(name: 'DefineIndexFieldRequest')
37
+ DefineIndexFieldResponse = Shapes::StructureShape.new(name: 'DefineIndexFieldResponse')
38
+ DefineSuggesterRequest = Shapes::StructureShape.new(name: 'DefineSuggesterRequest')
39
+ DefineSuggesterResponse = Shapes::StructureShape.new(name: 'DefineSuggesterResponse')
40
+ DeleteAnalysisSchemeRequest = Shapes::StructureShape.new(name: 'DeleteAnalysisSchemeRequest')
41
+ DeleteAnalysisSchemeResponse = Shapes::StructureShape.new(name: 'DeleteAnalysisSchemeResponse')
42
+ DeleteDomainRequest = Shapes::StructureShape.new(name: 'DeleteDomainRequest')
43
+ DeleteDomainResponse = Shapes::StructureShape.new(name: 'DeleteDomainResponse')
44
+ DeleteExpressionRequest = Shapes::StructureShape.new(name: 'DeleteExpressionRequest')
45
+ DeleteExpressionResponse = Shapes::StructureShape.new(name: 'DeleteExpressionResponse')
46
+ DeleteIndexFieldRequest = Shapes::StructureShape.new(name: 'DeleteIndexFieldRequest')
47
+ DeleteIndexFieldResponse = Shapes::StructureShape.new(name: 'DeleteIndexFieldResponse')
48
+ DeleteSuggesterRequest = Shapes::StructureShape.new(name: 'DeleteSuggesterRequest')
49
+ DeleteSuggesterResponse = Shapes::StructureShape.new(name: 'DeleteSuggesterResponse')
50
+ DescribeAnalysisSchemesRequest = Shapes::StructureShape.new(name: 'DescribeAnalysisSchemesRequest')
51
+ DescribeAnalysisSchemesResponse = Shapes::StructureShape.new(name: 'DescribeAnalysisSchemesResponse')
52
+ DescribeAvailabilityOptionsRequest = Shapes::StructureShape.new(name: 'DescribeAvailabilityOptionsRequest')
53
+ DescribeAvailabilityOptionsResponse = Shapes::StructureShape.new(name: 'DescribeAvailabilityOptionsResponse')
54
+ DescribeDomainsRequest = Shapes::StructureShape.new(name: 'DescribeDomainsRequest')
55
+ DescribeDomainsResponse = Shapes::StructureShape.new(name: 'DescribeDomainsResponse')
56
+ DescribeExpressionsRequest = Shapes::StructureShape.new(name: 'DescribeExpressionsRequest')
57
+ DescribeExpressionsResponse = Shapes::StructureShape.new(name: 'DescribeExpressionsResponse')
58
+ DescribeIndexFieldsRequest = Shapes::StructureShape.new(name: 'DescribeIndexFieldsRequest')
59
+ DescribeIndexFieldsResponse = Shapes::StructureShape.new(name: 'DescribeIndexFieldsResponse')
60
+ DescribeScalingParametersRequest = Shapes::StructureShape.new(name: 'DescribeScalingParametersRequest')
61
+ DescribeScalingParametersResponse = Shapes::StructureShape.new(name: 'DescribeScalingParametersResponse')
62
+ DescribeServiceAccessPoliciesRequest = Shapes::StructureShape.new(name: 'DescribeServiceAccessPoliciesRequest')
63
+ DescribeServiceAccessPoliciesResponse = Shapes::StructureShape.new(name: 'DescribeServiceAccessPoliciesResponse')
64
+ DescribeSuggestersRequest = Shapes::StructureShape.new(name: 'DescribeSuggestersRequest')
65
+ DescribeSuggestersResponse = Shapes::StructureShape.new(name: 'DescribeSuggestersResponse')
66
+ DisabledOperationException = Shapes::StructureShape.new(name: 'DisabledOperationException')
67
+ DocumentSuggesterOptions = Shapes::StructureShape.new(name: 'DocumentSuggesterOptions')
68
+ DomainId = Shapes::StringShape.new(name: 'DomainId')
69
+ DomainName = Shapes::StringShape.new(name: 'DomainName')
70
+ DomainNameList = Shapes::ListShape.new(name: 'DomainNameList')
71
+ DomainNameMap = Shapes::MapShape.new(name: 'DomainNameMap')
72
+ DomainStatus = Shapes::StructureShape.new(name: 'DomainStatus')
73
+ DomainStatusList = Shapes::ListShape.new(name: 'DomainStatusList')
74
+ Double = Shapes::FloatShape.new(name: 'Double')
75
+ DoubleArrayOptions = Shapes::StructureShape.new(name: 'DoubleArrayOptions')
76
+ DoubleOptions = Shapes::StructureShape.new(name: 'DoubleOptions')
77
+ DynamicFieldName = Shapes::StringShape.new(name: 'DynamicFieldName')
78
+ DynamicFieldNameList = Shapes::ListShape.new(name: 'DynamicFieldNameList')
79
+ ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
80
+ ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
81
+ Expression = Shapes::StructureShape.new(name: 'Expression')
82
+ ExpressionStatus = Shapes::StructureShape.new(name: 'ExpressionStatus')
83
+ ExpressionStatusList = Shapes::ListShape.new(name: 'ExpressionStatusList')
84
+ ExpressionValue = Shapes::StringShape.new(name: 'ExpressionValue')
85
+ FieldName = Shapes::StringShape.new(name: 'FieldName')
86
+ FieldNameCommaList = Shapes::StringShape.new(name: 'FieldNameCommaList')
87
+ FieldNameList = Shapes::ListShape.new(name: 'FieldNameList')
88
+ FieldValue = Shapes::StringShape.new(name: 'FieldValue')
89
+ IndexDocumentsRequest = Shapes::StructureShape.new(name: 'IndexDocumentsRequest')
90
+ IndexDocumentsResponse = Shapes::StructureShape.new(name: 'IndexDocumentsResponse')
91
+ IndexField = Shapes::StructureShape.new(name: 'IndexField')
92
+ IndexFieldStatus = Shapes::StructureShape.new(name: 'IndexFieldStatus')
93
+ IndexFieldStatusList = Shapes::ListShape.new(name: 'IndexFieldStatusList')
94
+ IndexFieldType = Shapes::StringShape.new(name: 'IndexFieldType')
95
+ InstanceCount = Shapes::IntegerShape.new(name: 'InstanceCount')
96
+ IntArrayOptions = Shapes::StructureShape.new(name: 'IntArrayOptions')
97
+ IntOptions = Shapes::StructureShape.new(name: 'IntOptions')
98
+ InternalException = Shapes::StructureShape.new(name: 'InternalException')
99
+ InvalidTypeException = Shapes::StructureShape.new(name: 'InvalidTypeException')
100
+ LatLonOptions = Shapes::StructureShape.new(name: 'LatLonOptions')
101
+ LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
102
+ Limits = Shapes::StructureShape.new(name: 'Limits')
103
+ ListDomainNamesResponse = Shapes::StructureShape.new(name: 'ListDomainNamesResponse')
104
+ LiteralArrayOptions = Shapes::StructureShape.new(name: 'LiteralArrayOptions')
105
+ LiteralOptions = Shapes::StructureShape.new(name: 'LiteralOptions')
106
+ Long = Shapes::IntegerShape.new(name: 'Long')
107
+ MaximumPartitionCount = Shapes::IntegerShape.new(name: 'MaximumPartitionCount')
108
+ MaximumReplicationCount = Shapes::IntegerShape.new(name: 'MaximumReplicationCount')
109
+ MultiAZ = Shapes::BooleanShape.new(name: 'MultiAZ')
110
+ OptionState = Shapes::StringShape.new(name: 'OptionState')
111
+ OptionStatus = Shapes::StructureShape.new(name: 'OptionStatus')
112
+ PartitionCount = Shapes::IntegerShape.new(name: 'PartitionCount')
113
+ PartitionInstanceType = Shapes::StringShape.new(name: 'PartitionInstanceType')
114
+ PolicyDocument = Shapes::StringShape.new(name: 'PolicyDocument')
115
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
116
+ ScalingParameters = Shapes::StructureShape.new(name: 'ScalingParameters')
117
+ ScalingParametersStatus = Shapes::StructureShape.new(name: 'ScalingParametersStatus')
118
+ SearchInstanceType = Shapes::StringShape.new(name: 'SearchInstanceType')
119
+ ServiceEndpoint = Shapes::StructureShape.new(name: 'ServiceEndpoint')
120
+ ServiceUrl = Shapes::StringShape.new(name: 'ServiceUrl')
121
+ StandardName = Shapes::StringShape.new(name: 'StandardName')
122
+ StandardNameList = Shapes::ListShape.new(name: 'StandardNameList')
123
+ String = Shapes::StringShape.new(name: 'String')
124
+ Suggester = Shapes::StructureShape.new(name: 'Suggester')
125
+ SuggesterFuzzyMatching = Shapes::StringShape.new(name: 'SuggesterFuzzyMatching')
126
+ SuggesterStatus = Shapes::StructureShape.new(name: 'SuggesterStatus')
127
+ SuggesterStatusList = Shapes::ListShape.new(name: 'SuggesterStatusList')
128
+ TextArrayOptions = Shapes::StructureShape.new(name: 'TextArrayOptions')
129
+ TextOptions = Shapes::StructureShape.new(name: 'TextOptions')
130
+ UIntValue = Shapes::IntegerShape.new(name: 'UIntValue')
131
+ UpdateAvailabilityOptionsRequest = Shapes::StructureShape.new(name: 'UpdateAvailabilityOptionsRequest')
132
+ UpdateAvailabilityOptionsResponse = Shapes::StructureShape.new(name: 'UpdateAvailabilityOptionsResponse')
133
+ UpdateScalingParametersRequest = Shapes::StructureShape.new(name: 'UpdateScalingParametersRequest')
134
+ UpdateScalingParametersResponse = Shapes::StructureShape.new(name: 'UpdateScalingParametersResponse')
135
+ UpdateServiceAccessPoliciesRequest = Shapes::StructureShape.new(name: 'UpdateServiceAccessPoliciesRequest')
136
+ UpdateServiceAccessPoliciesResponse = Shapes::StructureShape.new(name: 'UpdateServiceAccessPoliciesResponse')
137
+ UpdateTimestamp = Shapes::TimestampShape.new(name: 'UpdateTimestamp')
138
+ Word = Shapes::StringShape.new(name: 'Word')
139
+
140
+ AccessPoliciesStatus.add_member(:options, Shapes::ShapeRef.new(shape: PolicyDocument, required: true, location_name: "Options"))
141
+ AccessPoliciesStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, required: true, location_name: "Status"))
142
+ AccessPoliciesStatus.struct_class = Types::AccessPoliciesStatus
143
+
144
+ AnalysisOptions.add_member(:synonyms, Shapes::ShapeRef.new(shape: String, location_name: "Synonyms"))
145
+ AnalysisOptions.add_member(:stopwords, Shapes::ShapeRef.new(shape: String, location_name: "Stopwords"))
146
+ AnalysisOptions.add_member(:stemming_dictionary, Shapes::ShapeRef.new(shape: String, location_name: "StemmingDictionary"))
147
+ AnalysisOptions.add_member(:japanese_tokenization_dictionary, Shapes::ShapeRef.new(shape: String, location_name: "JapaneseTokenizationDictionary"))
148
+ AnalysisOptions.add_member(:algorithmic_stemming, Shapes::ShapeRef.new(shape: AlgorithmicStemming, location_name: "AlgorithmicStemming"))
149
+ AnalysisOptions.struct_class = Types::AnalysisOptions
150
+
151
+ AnalysisScheme.add_member(:analysis_scheme_name, Shapes::ShapeRef.new(shape: StandardName, required: true, location_name: "AnalysisSchemeName"))
152
+ AnalysisScheme.add_member(:analysis_scheme_language, Shapes::ShapeRef.new(shape: AnalysisSchemeLanguage, required: true, location_name: "AnalysisSchemeLanguage"))
153
+ AnalysisScheme.add_member(:analysis_options, Shapes::ShapeRef.new(shape: AnalysisOptions, location_name: "AnalysisOptions"))
154
+ AnalysisScheme.struct_class = Types::AnalysisScheme
155
+
156
+ AnalysisSchemeStatus.add_member(:options, Shapes::ShapeRef.new(shape: AnalysisScheme, required: true, location_name: "Options"))
157
+ AnalysisSchemeStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, required: true, location_name: "Status"))
158
+ AnalysisSchemeStatus.struct_class = Types::AnalysisSchemeStatus
159
+
160
+ AnalysisSchemeStatusList.member = Shapes::ShapeRef.new(shape: AnalysisSchemeStatus)
161
+
162
+ AvailabilityOptionsStatus.add_member(:options, Shapes::ShapeRef.new(shape: MultiAZ, required: true, location_name: "Options"))
163
+ AvailabilityOptionsStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, required: true, location_name: "Status"))
164
+ AvailabilityOptionsStatus.struct_class = Types::AvailabilityOptionsStatus
165
+
166
+ BuildSuggestersRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
167
+ BuildSuggestersRequest.struct_class = Types::BuildSuggestersRequest
168
+
169
+ BuildSuggestersResponse.add_member(:field_names, Shapes::ShapeRef.new(shape: FieldNameList, location_name: "FieldNames"))
170
+ BuildSuggestersResponse.struct_class = Types::BuildSuggestersResponse
171
+
172
+ CreateDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
173
+ CreateDomainRequest.struct_class = Types::CreateDomainRequest
174
+
175
+ CreateDomainResponse.add_member(:domain_status, Shapes::ShapeRef.new(shape: DomainStatus, location_name: "DomainStatus"))
176
+ CreateDomainResponse.struct_class = Types::CreateDomainResponse
177
+
178
+ DateArrayOptions.add_member(:default_value, Shapes::ShapeRef.new(shape: FieldValue, location_name: "DefaultValue"))
179
+ DateArrayOptions.add_member(:source_fields, Shapes::ShapeRef.new(shape: FieldNameCommaList, location_name: "SourceFields"))
180
+ DateArrayOptions.add_member(:facet_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "FacetEnabled"))
181
+ DateArrayOptions.add_member(:search_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SearchEnabled"))
182
+ DateArrayOptions.add_member(:return_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReturnEnabled"))
183
+ DateArrayOptions.struct_class = Types::DateArrayOptions
184
+
185
+ DateOptions.add_member(:default_value, Shapes::ShapeRef.new(shape: FieldValue, location_name: "DefaultValue"))
186
+ DateOptions.add_member(:source_field, Shapes::ShapeRef.new(shape: FieldName, location_name: "SourceField"))
187
+ DateOptions.add_member(:facet_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "FacetEnabled"))
188
+ DateOptions.add_member(:search_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SearchEnabled"))
189
+ DateOptions.add_member(:return_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReturnEnabled"))
190
+ DateOptions.add_member(:sort_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SortEnabled"))
191
+ DateOptions.struct_class = Types::DateOptions
192
+
193
+ DefineAnalysisSchemeRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
194
+ DefineAnalysisSchemeRequest.add_member(:analysis_scheme, Shapes::ShapeRef.new(shape: AnalysisScheme, required: true, location_name: "AnalysisScheme"))
195
+ DefineAnalysisSchemeRequest.struct_class = Types::DefineAnalysisSchemeRequest
196
+
197
+ DefineAnalysisSchemeResponse.add_member(:analysis_scheme, Shapes::ShapeRef.new(shape: AnalysisSchemeStatus, required: true, location_name: "AnalysisScheme"))
198
+ DefineAnalysisSchemeResponse.struct_class = Types::DefineAnalysisSchemeResponse
199
+
200
+ DefineExpressionRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
201
+ DefineExpressionRequest.add_member(:expression, Shapes::ShapeRef.new(shape: Expression, required: true, location_name: "Expression"))
202
+ DefineExpressionRequest.struct_class = Types::DefineExpressionRequest
203
+
204
+ DefineExpressionResponse.add_member(:expression, Shapes::ShapeRef.new(shape: ExpressionStatus, required: true, location_name: "Expression"))
205
+ DefineExpressionResponse.struct_class = Types::DefineExpressionResponse
206
+
207
+ DefineIndexFieldRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
208
+ DefineIndexFieldRequest.add_member(:index_field, Shapes::ShapeRef.new(shape: IndexField, required: true, location_name: "IndexField"))
209
+ DefineIndexFieldRequest.struct_class = Types::DefineIndexFieldRequest
210
+
211
+ DefineIndexFieldResponse.add_member(:index_field, Shapes::ShapeRef.new(shape: IndexFieldStatus, required: true, location_name: "IndexField"))
212
+ DefineIndexFieldResponse.struct_class = Types::DefineIndexFieldResponse
213
+
214
+ DefineSuggesterRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
215
+ DefineSuggesterRequest.add_member(:suggester, Shapes::ShapeRef.new(shape: Suggester, required: true, location_name: "Suggester"))
216
+ DefineSuggesterRequest.struct_class = Types::DefineSuggesterRequest
217
+
218
+ DefineSuggesterResponse.add_member(:suggester, Shapes::ShapeRef.new(shape: SuggesterStatus, required: true, location_name: "Suggester"))
219
+ DefineSuggesterResponse.struct_class = Types::DefineSuggesterResponse
220
+
221
+ DeleteAnalysisSchemeRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
222
+ DeleteAnalysisSchemeRequest.add_member(:analysis_scheme_name, Shapes::ShapeRef.new(shape: StandardName, required: true, location_name: "AnalysisSchemeName"))
223
+ DeleteAnalysisSchemeRequest.struct_class = Types::DeleteAnalysisSchemeRequest
224
+
225
+ DeleteAnalysisSchemeResponse.add_member(:analysis_scheme, Shapes::ShapeRef.new(shape: AnalysisSchemeStatus, required: true, location_name: "AnalysisScheme"))
226
+ DeleteAnalysisSchemeResponse.struct_class = Types::DeleteAnalysisSchemeResponse
225
227
 
226
- DeleteAnalysisSchemeResponse.add_member(:analysis_scheme, Shapes::ShapeRef.new(shape: AnalysisSchemeStatus, required: true, location_name: "AnalysisScheme"))
227
- DeleteAnalysisSchemeResponse.struct_class = Types::DeleteAnalysisSchemeResponse
228
+ DeleteDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
229
+ DeleteDomainRequest.struct_class = Types::DeleteDomainRequest
228
230
 
229
- DeleteDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
230
- DeleteDomainRequest.struct_class = Types::DeleteDomainRequest
231
+ DeleteDomainResponse.add_member(:domain_status, Shapes::ShapeRef.new(shape: DomainStatus, location_name: "DomainStatus"))
232
+ DeleteDomainResponse.struct_class = Types::DeleteDomainResponse
231
233
 
232
- DeleteDomainResponse.add_member(:domain_status, Shapes::ShapeRef.new(shape: DomainStatus, location_name: "DomainStatus"))
233
- DeleteDomainResponse.struct_class = Types::DeleteDomainResponse
234
+ DeleteExpressionRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
235
+ DeleteExpressionRequest.add_member(:expression_name, Shapes::ShapeRef.new(shape: StandardName, required: true, location_name: "ExpressionName"))
236
+ DeleteExpressionRequest.struct_class = Types::DeleteExpressionRequest
234
237
 
235
- DeleteExpressionRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
236
- DeleteExpressionRequest.add_member(:expression_name, Shapes::ShapeRef.new(shape: StandardName, required: true, location_name: "ExpressionName"))
237
- DeleteExpressionRequest.struct_class = Types::DeleteExpressionRequest
238
+ DeleteExpressionResponse.add_member(:expression, Shapes::ShapeRef.new(shape: ExpressionStatus, required: true, location_name: "Expression"))
239
+ DeleteExpressionResponse.struct_class = Types::DeleteExpressionResponse
238
240
 
239
- DeleteExpressionResponse.add_member(:expression, Shapes::ShapeRef.new(shape: ExpressionStatus, required: true, location_name: "Expression"))
240
- DeleteExpressionResponse.struct_class = Types::DeleteExpressionResponse
241
+ DeleteIndexFieldRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
242
+ DeleteIndexFieldRequest.add_member(:index_field_name, Shapes::ShapeRef.new(shape: DynamicFieldName, required: true, location_name: "IndexFieldName"))
243
+ DeleteIndexFieldRequest.struct_class = Types::DeleteIndexFieldRequest
241
244
 
242
- DeleteIndexFieldRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
243
- DeleteIndexFieldRequest.add_member(:index_field_name, Shapes::ShapeRef.new(shape: DynamicFieldName, required: true, location_name: "IndexFieldName"))
244
- DeleteIndexFieldRequest.struct_class = Types::DeleteIndexFieldRequest
245
+ DeleteIndexFieldResponse.add_member(:index_field, Shapes::ShapeRef.new(shape: IndexFieldStatus, required: true, location_name: "IndexField"))
246
+ DeleteIndexFieldResponse.struct_class = Types::DeleteIndexFieldResponse
245
247
 
246
- DeleteIndexFieldResponse.add_member(:index_field, Shapes::ShapeRef.new(shape: IndexFieldStatus, required: true, location_name: "IndexField"))
247
- DeleteIndexFieldResponse.struct_class = Types::DeleteIndexFieldResponse
248
+ DeleteSuggesterRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
249
+ DeleteSuggesterRequest.add_member(:suggester_name, Shapes::ShapeRef.new(shape: StandardName, required: true, location_name: "SuggesterName"))
250
+ DeleteSuggesterRequest.struct_class = Types::DeleteSuggesterRequest
248
251
 
249
- DeleteSuggesterRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
250
- DeleteSuggesterRequest.add_member(:suggester_name, Shapes::ShapeRef.new(shape: StandardName, required: true, location_name: "SuggesterName"))
251
- DeleteSuggesterRequest.struct_class = Types::DeleteSuggesterRequest
252
+ DeleteSuggesterResponse.add_member(:suggester, Shapes::ShapeRef.new(shape: SuggesterStatus, required: true, location_name: "Suggester"))
253
+ DeleteSuggesterResponse.struct_class = Types::DeleteSuggesterResponse
252
254
 
253
- DeleteSuggesterResponse.add_member(:suggester, Shapes::ShapeRef.new(shape: SuggesterStatus, required: true, location_name: "Suggester"))
254
- DeleteSuggesterResponse.struct_class = Types::DeleteSuggesterResponse
255
+ DescribeAnalysisSchemesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
256
+ DescribeAnalysisSchemesRequest.add_member(:analysis_scheme_names, Shapes::ShapeRef.new(shape: StandardNameList, location_name: "AnalysisSchemeNames"))
257
+ DescribeAnalysisSchemesRequest.add_member(:deployed, Shapes::ShapeRef.new(shape: Boolean, location_name: "Deployed"))
258
+ DescribeAnalysisSchemesRequest.struct_class = Types::DescribeAnalysisSchemesRequest
255
259
 
256
- DescribeAnalysisSchemesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
257
- DescribeAnalysisSchemesRequest.add_member(:analysis_scheme_names, Shapes::ShapeRef.new(shape: StandardNameList, location_name: "AnalysisSchemeNames"))
258
- DescribeAnalysisSchemesRequest.add_member(:deployed, Shapes::ShapeRef.new(shape: Boolean, location_name: "Deployed"))
259
- DescribeAnalysisSchemesRequest.struct_class = Types::DescribeAnalysisSchemesRequest
260
+ DescribeAnalysisSchemesResponse.add_member(:analysis_schemes, Shapes::ShapeRef.new(shape: AnalysisSchemeStatusList, required: true, location_name: "AnalysisSchemes"))
261
+ DescribeAnalysisSchemesResponse.struct_class = Types::DescribeAnalysisSchemesResponse
260
262
 
261
- DescribeAnalysisSchemesResponse.add_member(:analysis_schemes, Shapes::ShapeRef.new(shape: AnalysisSchemeStatusList, required: true, location_name: "AnalysisSchemes"))
262
- DescribeAnalysisSchemesResponse.struct_class = Types::DescribeAnalysisSchemesResponse
263
+ DescribeAvailabilityOptionsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
264
+ DescribeAvailabilityOptionsRequest.add_member(:deployed, Shapes::ShapeRef.new(shape: Boolean, location_name: "Deployed"))
265
+ DescribeAvailabilityOptionsRequest.struct_class = Types::DescribeAvailabilityOptionsRequest
263
266
 
264
- DescribeAvailabilityOptionsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
265
- DescribeAvailabilityOptionsRequest.add_member(:deployed, Shapes::ShapeRef.new(shape: Boolean, location_name: "Deployed"))
266
- DescribeAvailabilityOptionsRequest.struct_class = Types::DescribeAvailabilityOptionsRequest
267
+ DescribeAvailabilityOptionsResponse.add_member(:availability_options, Shapes::ShapeRef.new(shape: AvailabilityOptionsStatus, location_name: "AvailabilityOptions"))
268
+ DescribeAvailabilityOptionsResponse.struct_class = Types::DescribeAvailabilityOptionsResponse
267
269
 
268
- DescribeAvailabilityOptionsResponse.add_member(:availability_options, Shapes::ShapeRef.new(shape: AvailabilityOptionsStatus, location_name: "AvailabilityOptions"))
269
- DescribeAvailabilityOptionsResponse.struct_class = Types::DescribeAvailabilityOptionsResponse
270
+ DescribeDomainsRequest.add_member(:domain_names, Shapes::ShapeRef.new(shape: DomainNameList, location_name: "DomainNames"))
271
+ DescribeDomainsRequest.struct_class = Types::DescribeDomainsRequest
270
272
 
271
- DescribeDomainsRequest.add_member(:domain_names, Shapes::ShapeRef.new(shape: DomainNameList, location_name: "DomainNames"))
272
- DescribeDomainsRequest.struct_class = Types::DescribeDomainsRequest
273
+ DescribeDomainsResponse.add_member(:domain_status_list, Shapes::ShapeRef.new(shape: DomainStatusList, required: true, location_name: "DomainStatusList"))
274
+ DescribeDomainsResponse.struct_class = Types::DescribeDomainsResponse
273
275
 
274
- DescribeDomainsResponse.add_member(:domain_status_list, Shapes::ShapeRef.new(shape: DomainStatusList, required: true, location_name: "DomainStatusList"))
275
- DescribeDomainsResponse.struct_class = Types::DescribeDomainsResponse
276
+ DescribeExpressionsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
277
+ DescribeExpressionsRequest.add_member(:expression_names, Shapes::ShapeRef.new(shape: StandardNameList, location_name: "ExpressionNames"))
278
+ DescribeExpressionsRequest.add_member(:deployed, Shapes::ShapeRef.new(shape: Boolean, location_name: "Deployed"))
279
+ DescribeExpressionsRequest.struct_class = Types::DescribeExpressionsRequest
276
280
 
277
- DescribeExpressionsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
278
- DescribeExpressionsRequest.add_member(:expression_names, Shapes::ShapeRef.new(shape: StandardNameList, location_name: "ExpressionNames"))
279
- DescribeExpressionsRequest.add_member(:deployed, Shapes::ShapeRef.new(shape: Boolean, location_name: "Deployed"))
280
- DescribeExpressionsRequest.struct_class = Types::DescribeExpressionsRequest
281
+ DescribeExpressionsResponse.add_member(:expressions, Shapes::ShapeRef.new(shape: ExpressionStatusList, required: true, location_name: "Expressions"))
282
+ DescribeExpressionsResponse.struct_class = Types::DescribeExpressionsResponse
281
283
 
282
- DescribeExpressionsResponse.add_member(:expressions, Shapes::ShapeRef.new(shape: ExpressionStatusList, required: true, location_name: "Expressions"))
283
- DescribeExpressionsResponse.struct_class = Types::DescribeExpressionsResponse
284
+ DescribeIndexFieldsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
285
+ DescribeIndexFieldsRequest.add_member(:field_names, Shapes::ShapeRef.new(shape: DynamicFieldNameList, location_name: "FieldNames"))
286
+ DescribeIndexFieldsRequest.add_member(:deployed, Shapes::ShapeRef.new(shape: Boolean, location_name: "Deployed"))
287
+ DescribeIndexFieldsRequest.struct_class = Types::DescribeIndexFieldsRequest
288
+
289
+ DescribeIndexFieldsResponse.add_member(:index_fields, Shapes::ShapeRef.new(shape: IndexFieldStatusList, required: true, location_name: "IndexFields"))
290
+ DescribeIndexFieldsResponse.struct_class = Types::DescribeIndexFieldsResponse
284
291
 
285
- DescribeIndexFieldsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
286
- DescribeIndexFieldsRequest.add_member(:field_names, Shapes::ShapeRef.new(shape: DynamicFieldNameList, location_name: "FieldNames"))
287
- DescribeIndexFieldsRequest.add_member(:deployed, Shapes::ShapeRef.new(shape: Boolean, location_name: "Deployed"))
288
- DescribeIndexFieldsRequest.struct_class = Types::DescribeIndexFieldsRequest
289
-
290
- DescribeIndexFieldsResponse.add_member(:index_fields, Shapes::ShapeRef.new(shape: IndexFieldStatusList, required: true, location_name: "IndexFields"))
291
- DescribeIndexFieldsResponse.struct_class = Types::DescribeIndexFieldsResponse
292
+ DescribeScalingParametersRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
293
+ DescribeScalingParametersRequest.struct_class = Types::DescribeScalingParametersRequest
292
294
 
293
- DescribeScalingParametersRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
294
- DescribeScalingParametersRequest.struct_class = Types::DescribeScalingParametersRequest
295
+ DescribeScalingParametersResponse.add_member(:scaling_parameters, Shapes::ShapeRef.new(shape: ScalingParametersStatus, required: true, location_name: "ScalingParameters"))
296
+ DescribeScalingParametersResponse.struct_class = Types::DescribeScalingParametersResponse
295
297
 
296
- DescribeScalingParametersResponse.add_member(:scaling_parameters, Shapes::ShapeRef.new(shape: ScalingParametersStatus, required: true, location_name: "ScalingParameters"))
297
- DescribeScalingParametersResponse.struct_class = Types::DescribeScalingParametersResponse
298
+ DescribeServiceAccessPoliciesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
299
+ DescribeServiceAccessPoliciesRequest.add_member(:deployed, Shapes::ShapeRef.new(shape: Boolean, location_name: "Deployed"))
300
+ DescribeServiceAccessPoliciesRequest.struct_class = Types::DescribeServiceAccessPoliciesRequest
301
+
302
+ DescribeServiceAccessPoliciesResponse.add_member(:access_policies, Shapes::ShapeRef.new(shape: AccessPoliciesStatus, required: true, location_name: "AccessPolicies"))
303
+ DescribeServiceAccessPoliciesResponse.struct_class = Types::DescribeServiceAccessPoliciesResponse
304
+
305
+ DescribeSuggestersRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
306
+ DescribeSuggestersRequest.add_member(:suggester_names, Shapes::ShapeRef.new(shape: StandardNameList, location_name: "SuggesterNames"))
307
+ DescribeSuggestersRequest.add_member(:deployed, Shapes::ShapeRef.new(shape: Boolean, location_name: "Deployed"))
308
+ DescribeSuggestersRequest.struct_class = Types::DescribeSuggestersRequest
309
+
310
+ DescribeSuggestersResponse.add_member(:suggesters, Shapes::ShapeRef.new(shape: SuggesterStatusList, required: true, location_name: "Suggesters"))
311
+ DescribeSuggestersResponse.struct_class = Types::DescribeSuggestersResponse
312
+
313
+ DocumentSuggesterOptions.add_member(:source_field, Shapes::ShapeRef.new(shape: FieldName, required: true, location_name: "SourceField"))
314
+ DocumentSuggesterOptions.add_member(:fuzzy_matching, Shapes::ShapeRef.new(shape: SuggesterFuzzyMatching, location_name: "FuzzyMatching"))
315
+ DocumentSuggesterOptions.add_member(:sort_expression, Shapes::ShapeRef.new(shape: String, location_name: "SortExpression"))
316
+ DocumentSuggesterOptions.struct_class = Types::DocumentSuggesterOptions
317
+
318
+ DomainNameList.member = Shapes::ShapeRef.new(shape: DomainName)
319
+
320
+ DomainNameMap.key = Shapes::ShapeRef.new(shape: DomainName)
321
+ DomainNameMap.value = Shapes::ShapeRef.new(shape: APIVersion)
322
+
323
+ DomainStatus.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
324
+ DomainStatus.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
325
+ DomainStatus.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ARN"))
326
+ DomainStatus.add_member(:created, Shapes::ShapeRef.new(shape: Boolean, location_name: "Created"))
327
+ DomainStatus.add_member(:deleted, Shapes::ShapeRef.new(shape: Boolean, location_name: "Deleted"))
328
+ DomainStatus.add_member(:doc_service, Shapes::ShapeRef.new(shape: ServiceEndpoint, location_name: "DocService"))
329
+ DomainStatus.add_member(:search_service, Shapes::ShapeRef.new(shape: ServiceEndpoint, location_name: "SearchService"))
330
+ DomainStatus.add_member(:requires_index_documents, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "RequiresIndexDocuments"))
331
+ DomainStatus.add_member(:processing, Shapes::ShapeRef.new(shape: Boolean, location_name: "Processing"))
332
+ DomainStatus.add_member(:search_instance_type, Shapes::ShapeRef.new(shape: SearchInstanceType, location_name: "SearchInstanceType"))
333
+ DomainStatus.add_member(:search_partition_count, Shapes::ShapeRef.new(shape: PartitionCount, location_name: "SearchPartitionCount"))
334
+ DomainStatus.add_member(:search_instance_count, Shapes::ShapeRef.new(shape: InstanceCount, location_name: "SearchInstanceCount"))
335
+ DomainStatus.add_member(:limits, Shapes::ShapeRef.new(shape: Limits, location_name: "Limits"))
336
+ DomainStatus.struct_class = Types::DomainStatus
337
+
338
+ DomainStatusList.member = Shapes::ShapeRef.new(shape: DomainStatus)
339
+
340
+ DoubleArrayOptions.add_member(:default_value, Shapes::ShapeRef.new(shape: Double, location_name: "DefaultValue"))
341
+ DoubleArrayOptions.add_member(:source_fields, Shapes::ShapeRef.new(shape: FieldNameCommaList, location_name: "SourceFields"))
342
+ DoubleArrayOptions.add_member(:facet_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "FacetEnabled"))
343
+ DoubleArrayOptions.add_member(:search_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SearchEnabled"))
344
+ DoubleArrayOptions.add_member(:return_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReturnEnabled"))
345
+ DoubleArrayOptions.struct_class = Types::DoubleArrayOptions
346
+
347
+ DoubleOptions.add_member(:default_value, Shapes::ShapeRef.new(shape: Double, location_name: "DefaultValue"))
348
+ DoubleOptions.add_member(:source_field, Shapes::ShapeRef.new(shape: FieldName, location_name: "SourceField"))
349
+ DoubleOptions.add_member(:facet_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "FacetEnabled"))
350
+ DoubleOptions.add_member(:search_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SearchEnabled"))
351
+ DoubleOptions.add_member(:return_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReturnEnabled"))
352
+ DoubleOptions.add_member(:sort_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SortEnabled"))
353
+ DoubleOptions.struct_class = Types::DoubleOptions
354
+
355
+ DynamicFieldNameList.member = Shapes::ShapeRef.new(shape: DynamicFieldName)
356
+
357
+ Expression.add_member(:expression_name, Shapes::ShapeRef.new(shape: StandardName, required: true, location_name: "ExpressionName"))
358
+ Expression.add_member(:expression_value, Shapes::ShapeRef.new(shape: ExpressionValue, required: true, location_name: "ExpressionValue"))
359
+ Expression.struct_class = Types::Expression
360
+
361
+ ExpressionStatus.add_member(:options, Shapes::ShapeRef.new(shape: Expression, required: true, location_name: "Options"))
362
+ ExpressionStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, required: true, location_name: "Status"))
363
+ ExpressionStatus.struct_class = Types::ExpressionStatus
364
+
365
+ ExpressionStatusList.member = Shapes::ShapeRef.new(shape: ExpressionStatus)
366
+
367
+ FieldNameList.member = Shapes::ShapeRef.new(shape: FieldName)
368
+
369
+ IndexDocumentsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
370
+ IndexDocumentsRequest.struct_class = Types::IndexDocumentsRequest
371
+
372
+ IndexDocumentsResponse.add_member(:field_names, Shapes::ShapeRef.new(shape: FieldNameList, location_name: "FieldNames"))
373
+ IndexDocumentsResponse.struct_class = Types::IndexDocumentsResponse
374
+
375
+ IndexField.add_member(:index_field_name, Shapes::ShapeRef.new(shape: DynamicFieldName, required: true, location_name: "IndexFieldName"))
376
+ IndexField.add_member(:index_field_type, Shapes::ShapeRef.new(shape: IndexFieldType, required: true, location_name: "IndexFieldType"))
377
+ IndexField.add_member(:int_options, Shapes::ShapeRef.new(shape: IntOptions, location_name: "IntOptions"))
378
+ IndexField.add_member(:double_options, Shapes::ShapeRef.new(shape: DoubleOptions, location_name: "DoubleOptions"))
379
+ IndexField.add_member(:literal_options, Shapes::ShapeRef.new(shape: LiteralOptions, location_name: "LiteralOptions"))
380
+ IndexField.add_member(:text_options, Shapes::ShapeRef.new(shape: TextOptions, location_name: "TextOptions"))
381
+ IndexField.add_member(:date_options, Shapes::ShapeRef.new(shape: DateOptions, location_name: "DateOptions"))
382
+ IndexField.add_member(:lat_lon_options, Shapes::ShapeRef.new(shape: LatLonOptions, location_name: "LatLonOptions"))
383
+ IndexField.add_member(:int_array_options, Shapes::ShapeRef.new(shape: IntArrayOptions, location_name: "IntArrayOptions"))
384
+ IndexField.add_member(:double_array_options, Shapes::ShapeRef.new(shape: DoubleArrayOptions, location_name: "DoubleArrayOptions"))
385
+ IndexField.add_member(:literal_array_options, Shapes::ShapeRef.new(shape: LiteralArrayOptions, location_name: "LiteralArrayOptions"))
386
+ IndexField.add_member(:text_array_options, Shapes::ShapeRef.new(shape: TextArrayOptions, location_name: "TextArrayOptions"))
387
+ IndexField.add_member(:date_array_options, Shapes::ShapeRef.new(shape: DateArrayOptions, location_name: "DateArrayOptions"))
388
+ IndexField.struct_class = Types::IndexField
389
+
390
+ IndexFieldStatus.add_member(:options, Shapes::ShapeRef.new(shape: IndexField, required: true, location_name: "Options"))
391
+ IndexFieldStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, required: true, location_name: "Status"))
392
+ IndexFieldStatus.struct_class = Types::IndexFieldStatus
393
+
394
+ IndexFieldStatusList.member = Shapes::ShapeRef.new(shape: IndexFieldStatus)
395
+
396
+ IntArrayOptions.add_member(:default_value, Shapes::ShapeRef.new(shape: Long, location_name: "DefaultValue"))
397
+ IntArrayOptions.add_member(:source_fields, Shapes::ShapeRef.new(shape: FieldNameCommaList, location_name: "SourceFields"))
398
+ IntArrayOptions.add_member(:facet_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "FacetEnabled"))
399
+ IntArrayOptions.add_member(:search_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SearchEnabled"))
400
+ IntArrayOptions.add_member(:return_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReturnEnabled"))
401
+ IntArrayOptions.struct_class = Types::IntArrayOptions
402
+
403
+ IntOptions.add_member(:default_value, Shapes::ShapeRef.new(shape: Long, location_name: "DefaultValue"))
404
+ IntOptions.add_member(:source_field, Shapes::ShapeRef.new(shape: FieldName, location_name: "SourceField"))
405
+ IntOptions.add_member(:facet_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "FacetEnabled"))
406
+ IntOptions.add_member(:search_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SearchEnabled"))
407
+ IntOptions.add_member(:return_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReturnEnabled"))
408
+ IntOptions.add_member(:sort_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SortEnabled"))
409
+ IntOptions.struct_class = Types::IntOptions
410
+
411
+ LatLonOptions.add_member(:default_value, Shapes::ShapeRef.new(shape: FieldValue, location_name: "DefaultValue"))
412
+ LatLonOptions.add_member(:source_field, Shapes::ShapeRef.new(shape: FieldName, location_name: "SourceField"))
413
+ LatLonOptions.add_member(:facet_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "FacetEnabled"))
414
+ LatLonOptions.add_member(:search_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SearchEnabled"))
415
+ LatLonOptions.add_member(:return_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReturnEnabled"))
416
+ LatLonOptions.add_member(:sort_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SortEnabled"))
417
+ LatLonOptions.struct_class = Types::LatLonOptions
418
+
419
+ Limits.add_member(:maximum_replication_count, Shapes::ShapeRef.new(shape: MaximumReplicationCount, required: true, location_name: "MaximumReplicationCount"))
420
+ Limits.add_member(:maximum_partition_count, Shapes::ShapeRef.new(shape: MaximumPartitionCount, required: true, location_name: "MaximumPartitionCount"))
421
+ Limits.struct_class = Types::Limits
422
+
423
+ ListDomainNamesResponse.add_member(:domain_names, Shapes::ShapeRef.new(shape: DomainNameMap, location_name: "DomainNames"))
424
+ ListDomainNamesResponse.struct_class = Types::ListDomainNamesResponse
425
+
426
+ LiteralArrayOptions.add_member(:default_value, Shapes::ShapeRef.new(shape: FieldValue, location_name: "DefaultValue"))
427
+ LiteralArrayOptions.add_member(:source_fields, Shapes::ShapeRef.new(shape: FieldNameCommaList, location_name: "SourceFields"))
428
+ LiteralArrayOptions.add_member(:facet_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "FacetEnabled"))
429
+ LiteralArrayOptions.add_member(:search_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SearchEnabled"))
430
+ LiteralArrayOptions.add_member(:return_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReturnEnabled"))
431
+ LiteralArrayOptions.struct_class = Types::LiteralArrayOptions
432
+
433
+ LiteralOptions.add_member(:default_value, Shapes::ShapeRef.new(shape: FieldValue, location_name: "DefaultValue"))
434
+ LiteralOptions.add_member(:source_field, Shapes::ShapeRef.new(shape: FieldName, location_name: "SourceField"))
435
+ LiteralOptions.add_member(:facet_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "FacetEnabled"))
436
+ LiteralOptions.add_member(:search_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SearchEnabled"))
437
+ LiteralOptions.add_member(:return_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReturnEnabled"))
438
+ LiteralOptions.add_member(:sort_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SortEnabled"))
439
+ LiteralOptions.struct_class = Types::LiteralOptions
440
+
441
+ OptionStatus.add_member(:creation_date, Shapes::ShapeRef.new(shape: UpdateTimestamp, required: true, location_name: "CreationDate"))
442
+ OptionStatus.add_member(:update_date, Shapes::ShapeRef.new(shape: UpdateTimestamp, required: true, location_name: "UpdateDate"))
443
+ OptionStatus.add_member(:update_version, Shapes::ShapeRef.new(shape: UIntValue, location_name: "UpdateVersion"))
444
+ OptionStatus.add_member(:state, Shapes::ShapeRef.new(shape: OptionState, required: true, location_name: "State"))
445
+ OptionStatus.add_member(:pending_deletion, Shapes::ShapeRef.new(shape: Boolean, location_name: "PendingDeletion"))
446
+ OptionStatus.struct_class = Types::OptionStatus
447
+
448
+ ScalingParameters.add_member(:desired_instance_type, Shapes::ShapeRef.new(shape: PartitionInstanceType, location_name: "DesiredInstanceType"))
449
+ ScalingParameters.add_member(:desired_replication_count, Shapes::ShapeRef.new(shape: UIntValue, location_name: "DesiredReplicationCount"))
450
+ ScalingParameters.add_member(:desired_partition_count, Shapes::ShapeRef.new(shape: UIntValue, location_name: "DesiredPartitionCount"))
451
+ ScalingParameters.struct_class = Types::ScalingParameters
452
+
453
+ ScalingParametersStatus.add_member(:options, Shapes::ShapeRef.new(shape: ScalingParameters, required: true, location_name: "Options"))
454
+ ScalingParametersStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, required: true, location_name: "Status"))
455
+ ScalingParametersStatus.struct_class = Types::ScalingParametersStatus
456
+
457
+ ServiceEndpoint.add_member(:endpoint, Shapes::ShapeRef.new(shape: ServiceUrl, location_name: "Endpoint"))
458
+ ServiceEndpoint.struct_class = Types::ServiceEndpoint
459
+
460
+ StandardNameList.member = Shapes::ShapeRef.new(shape: StandardName)
461
+
462
+ Suggester.add_member(:suggester_name, Shapes::ShapeRef.new(shape: StandardName, required: true, location_name: "SuggesterName"))
463
+ Suggester.add_member(:document_suggester_options, Shapes::ShapeRef.new(shape: DocumentSuggesterOptions, required: true, location_name: "DocumentSuggesterOptions"))
464
+ Suggester.struct_class = Types::Suggester
465
+
466
+ SuggesterStatus.add_member(:options, Shapes::ShapeRef.new(shape: Suggester, required: true, location_name: "Options"))
467
+ SuggesterStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, required: true, location_name: "Status"))
468
+ SuggesterStatus.struct_class = Types::SuggesterStatus
469
+
470
+ SuggesterStatusList.member = Shapes::ShapeRef.new(shape: SuggesterStatus)
471
+
472
+ TextArrayOptions.add_member(:default_value, Shapes::ShapeRef.new(shape: FieldValue, location_name: "DefaultValue"))
473
+ TextArrayOptions.add_member(:source_fields, Shapes::ShapeRef.new(shape: FieldNameCommaList, location_name: "SourceFields"))
474
+ TextArrayOptions.add_member(:return_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReturnEnabled"))
475
+ TextArrayOptions.add_member(:highlight_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "HighlightEnabled"))
476
+ TextArrayOptions.add_member(:analysis_scheme, Shapes::ShapeRef.new(shape: Word, location_name: "AnalysisScheme"))
477
+ TextArrayOptions.struct_class = Types::TextArrayOptions
478
+
479
+ TextOptions.add_member(:default_value, Shapes::ShapeRef.new(shape: FieldValue, location_name: "DefaultValue"))
480
+ TextOptions.add_member(:source_field, Shapes::ShapeRef.new(shape: FieldName, location_name: "SourceField"))
481
+ TextOptions.add_member(:return_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReturnEnabled"))
482
+ TextOptions.add_member(:sort_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SortEnabled"))
483
+ TextOptions.add_member(:highlight_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "HighlightEnabled"))
484
+ TextOptions.add_member(:analysis_scheme, Shapes::ShapeRef.new(shape: Word, location_name: "AnalysisScheme"))
485
+ TextOptions.struct_class = Types::TextOptions
486
+
487
+ UpdateAvailabilityOptionsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
488
+ UpdateAvailabilityOptionsRequest.add_member(:multi_az, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "MultiAZ"))
489
+ UpdateAvailabilityOptionsRequest.struct_class = Types::UpdateAvailabilityOptionsRequest
490
+
491
+ UpdateAvailabilityOptionsResponse.add_member(:availability_options, Shapes::ShapeRef.new(shape: AvailabilityOptionsStatus, location_name: "AvailabilityOptions"))
492
+ UpdateAvailabilityOptionsResponse.struct_class = Types::UpdateAvailabilityOptionsResponse
493
+
494
+ UpdateScalingParametersRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
495
+ UpdateScalingParametersRequest.add_member(:scaling_parameters, Shapes::ShapeRef.new(shape: ScalingParameters, required: true, location_name: "ScalingParameters"))
496
+ UpdateScalingParametersRequest.struct_class = Types::UpdateScalingParametersRequest
497
+
498
+ UpdateScalingParametersResponse.add_member(:scaling_parameters, Shapes::ShapeRef.new(shape: ScalingParametersStatus, required: true, location_name: "ScalingParameters"))
499
+ UpdateScalingParametersResponse.struct_class = Types::UpdateScalingParametersResponse
500
+
501
+ UpdateServiceAccessPoliciesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
502
+ UpdateServiceAccessPoliciesRequest.add_member(:access_policies, Shapes::ShapeRef.new(shape: PolicyDocument, required: true, location_name: "AccessPolicies"))
503
+ UpdateServiceAccessPoliciesRequest.struct_class = Types::UpdateServiceAccessPoliciesRequest
504
+
505
+ UpdateServiceAccessPoliciesResponse.add_member(:access_policies, Shapes::ShapeRef.new(shape: AccessPoliciesStatus, required: true, location_name: "AccessPolicies"))
506
+ UpdateServiceAccessPoliciesResponse.struct_class = Types::UpdateServiceAccessPoliciesResponse
298
507
 
299
- DescribeServiceAccessPoliciesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
300
- DescribeServiceAccessPoliciesRequest.add_member(:deployed, Shapes::ShapeRef.new(shape: Boolean, location_name: "Deployed"))
301
- DescribeServiceAccessPoliciesRequest.struct_class = Types::DescribeServiceAccessPoliciesRequest
302
-
303
- DescribeServiceAccessPoliciesResponse.add_member(:access_policies, Shapes::ShapeRef.new(shape: AccessPoliciesStatus, required: true, location_name: "AccessPolicies"))
304
- DescribeServiceAccessPoliciesResponse.struct_class = Types::DescribeServiceAccessPoliciesResponse
305
-
306
- DescribeSuggestersRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
307
- DescribeSuggestersRequest.add_member(:suggester_names, Shapes::ShapeRef.new(shape: StandardNameList, location_name: "SuggesterNames"))
308
- DescribeSuggestersRequest.add_member(:deployed, Shapes::ShapeRef.new(shape: Boolean, location_name: "Deployed"))
309
- DescribeSuggestersRequest.struct_class = Types::DescribeSuggestersRequest
310
-
311
- DescribeSuggestersResponse.add_member(:suggesters, Shapes::ShapeRef.new(shape: SuggesterStatusList, required: true, location_name: "Suggesters"))
312
- DescribeSuggestersResponse.struct_class = Types::DescribeSuggestersResponse
313
-
314
- DocumentSuggesterOptions.add_member(:source_field, Shapes::ShapeRef.new(shape: FieldName, required: true, location_name: "SourceField"))
315
- DocumentSuggesterOptions.add_member(:fuzzy_matching, Shapes::ShapeRef.new(shape: SuggesterFuzzyMatching, location_name: "FuzzyMatching"))
316
- DocumentSuggesterOptions.add_member(:sort_expression, Shapes::ShapeRef.new(shape: String, location_name: "SortExpression"))
317
- DocumentSuggesterOptions.struct_class = Types::DocumentSuggesterOptions
318
-
319
- DomainNameList.member = Shapes::ShapeRef.new(shape: DomainName)
320
-
321
- DomainNameMap.key = Shapes::ShapeRef.new(shape: DomainName)
322
- DomainNameMap.value = Shapes::ShapeRef.new(shape: APIVersion)
323
-
324
- DomainStatus.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
325
- DomainStatus.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
326
- DomainStatus.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ARN"))
327
- DomainStatus.add_member(:created, Shapes::ShapeRef.new(shape: Boolean, location_name: "Created"))
328
- DomainStatus.add_member(:deleted, Shapes::ShapeRef.new(shape: Boolean, location_name: "Deleted"))
329
- DomainStatus.add_member(:doc_service, Shapes::ShapeRef.new(shape: ServiceEndpoint, location_name: "DocService"))
330
- DomainStatus.add_member(:search_service, Shapes::ShapeRef.new(shape: ServiceEndpoint, location_name: "SearchService"))
331
- DomainStatus.add_member(:requires_index_documents, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "RequiresIndexDocuments"))
332
- DomainStatus.add_member(:processing, Shapes::ShapeRef.new(shape: Boolean, location_name: "Processing"))
333
- DomainStatus.add_member(:search_instance_type, Shapes::ShapeRef.new(shape: SearchInstanceType, location_name: "SearchInstanceType"))
334
- DomainStatus.add_member(:search_partition_count, Shapes::ShapeRef.new(shape: PartitionCount, location_name: "SearchPartitionCount"))
335
- DomainStatus.add_member(:search_instance_count, Shapes::ShapeRef.new(shape: InstanceCount, location_name: "SearchInstanceCount"))
336
- DomainStatus.add_member(:limits, Shapes::ShapeRef.new(shape: Limits, location_name: "Limits"))
337
- DomainStatus.struct_class = Types::DomainStatus
338
-
339
- DomainStatusList.member = Shapes::ShapeRef.new(shape: DomainStatus)
340
-
341
- DoubleArrayOptions.add_member(:default_value, Shapes::ShapeRef.new(shape: Double, location_name: "DefaultValue"))
342
- DoubleArrayOptions.add_member(:source_fields, Shapes::ShapeRef.new(shape: FieldNameCommaList, location_name: "SourceFields"))
343
- DoubleArrayOptions.add_member(:facet_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "FacetEnabled"))
344
- DoubleArrayOptions.add_member(:search_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SearchEnabled"))
345
- DoubleArrayOptions.add_member(:return_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReturnEnabled"))
346
- DoubleArrayOptions.struct_class = Types::DoubleArrayOptions
347
-
348
- DoubleOptions.add_member(:default_value, Shapes::ShapeRef.new(shape: Double, location_name: "DefaultValue"))
349
- DoubleOptions.add_member(:source_field, Shapes::ShapeRef.new(shape: FieldName, location_name: "SourceField"))
350
- DoubleOptions.add_member(:facet_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "FacetEnabled"))
351
- DoubleOptions.add_member(:search_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SearchEnabled"))
352
- DoubleOptions.add_member(:return_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReturnEnabled"))
353
- DoubleOptions.add_member(:sort_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SortEnabled"))
354
- DoubleOptions.struct_class = Types::DoubleOptions
355
-
356
- DynamicFieldNameList.member = Shapes::ShapeRef.new(shape: DynamicFieldName)
357
-
358
- Expression.add_member(:expression_name, Shapes::ShapeRef.new(shape: StandardName, required: true, location_name: "ExpressionName"))
359
- Expression.add_member(:expression_value, Shapes::ShapeRef.new(shape: ExpressionValue, required: true, location_name: "ExpressionValue"))
360
- Expression.struct_class = Types::Expression
361
-
362
- ExpressionStatus.add_member(:options, Shapes::ShapeRef.new(shape: Expression, required: true, location_name: "Options"))
363
- ExpressionStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, required: true, location_name: "Status"))
364
- ExpressionStatus.struct_class = Types::ExpressionStatus
365
-
366
- ExpressionStatusList.member = Shapes::ShapeRef.new(shape: ExpressionStatus)
367
-
368
- FieldNameList.member = Shapes::ShapeRef.new(shape: FieldName)
369
-
370
- IndexDocumentsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
371
- IndexDocumentsRequest.struct_class = Types::IndexDocumentsRequest
372
-
373
- IndexDocumentsResponse.add_member(:field_names, Shapes::ShapeRef.new(shape: FieldNameList, location_name: "FieldNames"))
374
- IndexDocumentsResponse.struct_class = Types::IndexDocumentsResponse
375
-
376
- IndexField.add_member(:index_field_name, Shapes::ShapeRef.new(shape: DynamicFieldName, required: true, location_name: "IndexFieldName"))
377
- IndexField.add_member(:index_field_type, Shapes::ShapeRef.new(shape: IndexFieldType, required: true, location_name: "IndexFieldType"))
378
- IndexField.add_member(:int_options, Shapes::ShapeRef.new(shape: IntOptions, location_name: "IntOptions"))
379
- IndexField.add_member(:double_options, Shapes::ShapeRef.new(shape: DoubleOptions, location_name: "DoubleOptions"))
380
- IndexField.add_member(:literal_options, Shapes::ShapeRef.new(shape: LiteralOptions, location_name: "LiteralOptions"))
381
- IndexField.add_member(:text_options, Shapes::ShapeRef.new(shape: TextOptions, location_name: "TextOptions"))
382
- IndexField.add_member(:date_options, Shapes::ShapeRef.new(shape: DateOptions, location_name: "DateOptions"))
383
- IndexField.add_member(:lat_lon_options, Shapes::ShapeRef.new(shape: LatLonOptions, location_name: "LatLonOptions"))
384
- IndexField.add_member(:int_array_options, Shapes::ShapeRef.new(shape: IntArrayOptions, location_name: "IntArrayOptions"))
385
- IndexField.add_member(:double_array_options, Shapes::ShapeRef.new(shape: DoubleArrayOptions, location_name: "DoubleArrayOptions"))
386
- IndexField.add_member(:literal_array_options, Shapes::ShapeRef.new(shape: LiteralArrayOptions, location_name: "LiteralArrayOptions"))
387
- IndexField.add_member(:text_array_options, Shapes::ShapeRef.new(shape: TextArrayOptions, location_name: "TextArrayOptions"))
388
- IndexField.add_member(:date_array_options, Shapes::ShapeRef.new(shape: DateArrayOptions, location_name: "DateArrayOptions"))
389
- IndexField.struct_class = Types::IndexField
390
-
391
- IndexFieldStatus.add_member(:options, Shapes::ShapeRef.new(shape: IndexField, required: true, location_name: "Options"))
392
- IndexFieldStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, required: true, location_name: "Status"))
393
- IndexFieldStatus.struct_class = Types::IndexFieldStatus
394
-
395
- IndexFieldStatusList.member = Shapes::ShapeRef.new(shape: IndexFieldStatus)
396
-
397
- IntArrayOptions.add_member(:default_value, Shapes::ShapeRef.new(shape: Long, location_name: "DefaultValue"))
398
- IntArrayOptions.add_member(:source_fields, Shapes::ShapeRef.new(shape: FieldNameCommaList, location_name: "SourceFields"))
399
- IntArrayOptions.add_member(:facet_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "FacetEnabled"))
400
- IntArrayOptions.add_member(:search_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SearchEnabled"))
401
- IntArrayOptions.add_member(:return_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReturnEnabled"))
402
- IntArrayOptions.struct_class = Types::IntArrayOptions
403
-
404
- IntOptions.add_member(:default_value, Shapes::ShapeRef.new(shape: Long, location_name: "DefaultValue"))
405
- IntOptions.add_member(:source_field, Shapes::ShapeRef.new(shape: FieldName, location_name: "SourceField"))
406
- IntOptions.add_member(:facet_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "FacetEnabled"))
407
- IntOptions.add_member(:search_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SearchEnabled"))
408
- IntOptions.add_member(:return_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReturnEnabled"))
409
- IntOptions.add_member(:sort_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SortEnabled"))
410
- IntOptions.struct_class = Types::IntOptions
411
-
412
- LatLonOptions.add_member(:default_value, Shapes::ShapeRef.new(shape: FieldValue, location_name: "DefaultValue"))
413
- LatLonOptions.add_member(:source_field, Shapes::ShapeRef.new(shape: FieldName, location_name: "SourceField"))
414
- LatLonOptions.add_member(:facet_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "FacetEnabled"))
415
- LatLonOptions.add_member(:search_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SearchEnabled"))
416
- LatLonOptions.add_member(:return_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReturnEnabled"))
417
- LatLonOptions.add_member(:sort_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SortEnabled"))
418
- LatLonOptions.struct_class = Types::LatLonOptions
419
-
420
- Limits.add_member(:maximum_replication_count, Shapes::ShapeRef.new(shape: MaximumReplicationCount, required: true, location_name: "MaximumReplicationCount"))
421
- Limits.add_member(:maximum_partition_count, Shapes::ShapeRef.new(shape: MaximumPartitionCount, required: true, location_name: "MaximumPartitionCount"))
422
- Limits.struct_class = Types::Limits
423
-
424
- ListDomainNamesResponse.add_member(:domain_names, Shapes::ShapeRef.new(shape: DomainNameMap, location_name: "DomainNames"))
425
- ListDomainNamesResponse.struct_class = Types::ListDomainNamesResponse
426
-
427
- LiteralArrayOptions.add_member(:default_value, Shapes::ShapeRef.new(shape: FieldValue, location_name: "DefaultValue"))
428
- LiteralArrayOptions.add_member(:source_fields, Shapes::ShapeRef.new(shape: FieldNameCommaList, location_name: "SourceFields"))
429
- LiteralArrayOptions.add_member(:facet_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "FacetEnabled"))
430
- LiteralArrayOptions.add_member(:search_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SearchEnabled"))
431
- LiteralArrayOptions.add_member(:return_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReturnEnabled"))
432
- LiteralArrayOptions.struct_class = Types::LiteralArrayOptions
433
-
434
- LiteralOptions.add_member(:default_value, Shapes::ShapeRef.new(shape: FieldValue, location_name: "DefaultValue"))
435
- LiteralOptions.add_member(:source_field, Shapes::ShapeRef.new(shape: FieldName, location_name: "SourceField"))
436
- LiteralOptions.add_member(:facet_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "FacetEnabled"))
437
- LiteralOptions.add_member(:search_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SearchEnabled"))
438
- LiteralOptions.add_member(:return_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReturnEnabled"))
439
- LiteralOptions.add_member(:sort_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SortEnabled"))
440
- LiteralOptions.struct_class = Types::LiteralOptions
441
-
442
- OptionStatus.add_member(:creation_date, Shapes::ShapeRef.new(shape: UpdateTimestamp, required: true, location_name: "CreationDate"))
443
- OptionStatus.add_member(:update_date, Shapes::ShapeRef.new(shape: UpdateTimestamp, required: true, location_name: "UpdateDate"))
444
- OptionStatus.add_member(:update_version, Shapes::ShapeRef.new(shape: UIntValue, location_name: "UpdateVersion"))
445
- OptionStatus.add_member(:state, Shapes::ShapeRef.new(shape: OptionState, required: true, location_name: "State"))
446
- OptionStatus.add_member(:pending_deletion, Shapes::ShapeRef.new(shape: Boolean, location_name: "PendingDeletion"))
447
- OptionStatus.struct_class = Types::OptionStatus
448
-
449
- ScalingParameters.add_member(:desired_instance_type, Shapes::ShapeRef.new(shape: PartitionInstanceType, location_name: "DesiredInstanceType"))
450
- ScalingParameters.add_member(:desired_replication_count, Shapes::ShapeRef.new(shape: UIntValue, location_name: "DesiredReplicationCount"))
451
- ScalingParameters.add_member(:desired_partition_count, Shapes::ShapeRef.new(shape: UIntValue, location_name: "DesiredPartitionCount"))
452
- ScalingParameters.struct_class = Types::ScalingParameters
453
-
454
- ScalingParametersStatus.add_member(:options, Shapes::ShapeRef.new(shape: ScalingParameters, required: true, location_name: "Options"))
455
- ScalingParametersStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, required: true, location_name: "Status"))
456
- ScalingParametersStatus.struct_class = Types::ScalingParametersStatus
457
-
458
- ServiceEndpoint.add_member(:endpoint, Shapes::ShapeRef.new(shape: ServiceUrl, location_name: "Endpoint"))
459
- ServiceEndpoint.struct_class = Types::ServiceEndpoint
460
-
461
- StandardNameList.member = Shapes::ShapeRef.new(shape: StandardName)
462
-
463
- Suggester.add_member(:suggester_name, Shapes::ShapeRef.new(shape: StandardName, required: true, location_name: "SuggesterName"))
464
- Suggester.add_member(:document_suggester_options, Shapes::ShapeRef.new(shape: DocumentSuggesterOptions, required: true, location_name: "DocumentSuggesterOptions"))
465
- Suggester.struct_class = Types::Suggester
466
-
467
- SuggesterStatus.add_member(:options, Shapes::ShapeRef.new(shape: Suggester, required: true, location_name: "Options"))
468
- SuggesterStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, required: true, location_name: "Status"))
469
- SuggesterStatus.struct_class = Types::SuggesterStatus
470
-
471
- SuggesterStatusList.member = Shapes::ShapeRef.new(shape: SuggesterStatus)
472
-
473
- TextArrayOptions.add_member(:default_value, Shapes::ShapeRef.new(shape: FieldValue, location_name: "DefaultValue"))
474
- TextArrayOptions.add_member(:source_fields, Shapes::ShapeRef.new(shape: FieldNameCommaList, location_name: "SourceFields"))
475
- TextArrayOptions.add_member(:return_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReturnEnabled"))
476
- TextArrayOptions.add_member(:highlight_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "HighlightEnabled"))
477
- TextArrayOptions.add_member(:analysis_scheme, Shapes::ShapeRef.new(shape: Word, location_name: "AnalysisScheme"))
478
- TextArrayOptions.struct_class = Types::TextArrayOptions
479
-
480
- TextOptions.add_member(:default_value, Shapes::ShapeRef.new(shape: FieldValue, location_name: "DefaultValue"))
481
- TextOptions.add_member(:source_field, Shapes::ShapeRef.new(shape: FieldName, location_name: "SourceField"))
482
- TextOptions.add_member(:return_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReturnEnabled"))
483
- TextOptions.add_member(:sort_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SortEnabled"))
484
- TextOptions.add_member(:highlight_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "HighlightEnabled"))
485
- TextOptions.add_member(:analysis_scheme, Shapes::ShapeRef.new(shape: Word, location_name: "AnalysisScheme"))
486
- TextOptions.struct_class = Types::TextOptions
487
-
488
- UpdateAvailabilityOptionsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
489
- UpdateAvailabilityOptionsRequest.add_member(:multi_az, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "MultiAZ"))
490
- UpdateAvailabilityOptionsRequest.struct_class = Types::UpdateAvailabilityOptionsRequest
491
-
492
- UpdateAvailabilityOptionsResponse.add_member(:availability_options, Shapes::ShapeRef.new(shape: AvailabilityOptionsStatus, location_name: "AvailabilityOptions"))
493
- UpdateAvailabilityOptionsResponse.struct_class = Types::UpdateAvailabilityOptionsResponse
494
-
495
- UpdateScalingParametersRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
496
- UpdateScalingParametersRequest.add_member(:scaling_parameters, Shapes::ShapeRef.new(shape: ScalingParameters, required: true, location_name: "ScalingParameters"))
497
- UpdateScalingParametersRequest.struct_class = Types::UpdateScalingParametersRequest
498
-
499
- UpdateScalingParametersResponse.add_member(:scaling_parameters, Shapes::ShapeRef.new(shape: ScalingParametersStatus, required: true, location_name: "ScalingParameters"))
500
- UpdateScalingParametersResponse.struct_class = Types::UpdateScalingParametersResponse
501
-
502
- UpdateServiceAccessPoliciesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
503
- UpdateServiceAccessPoliciesRequest.add_member(:access_policies, Shapes::ShapeRef.new(shape: PolicyDocument, required: true, location_name: "AccessPolicies"))
504
- UpdateServiceAccessPoliciesRequest.struct_class = Types::UpdateServiceAccessPoliciesRequest
505
-
506
- UpdateServiceAccessPoliciesResponse.add_member(:access_policies, Shapes::ShapeRef.new(shape: AccessPoliciesStatus, required: true, location_name: "AccessPolicies"))
507
- UpdateServiceAccessPoliciesResponse.struct_class = Types::UpdateServiceAccessPoliciesResponse
508
-
509
-
510
- # @api private
511
- API = Seahorse::Model::Api.new.tap do |api|
512
-
513
- api.version = "2013-01-01"
514
-
515
- api.metadata = {
516
- "endpointPrefix" => "cloudsearch",
517
- "protocol" => "query",
518
- "serviceFullName" => "Amazon CloudSearch",
519
- "signatureVersion" => "v4",
520
- "xmlNamespace" => "http://cloudsearch.amazonaws.com/doc/2013-01-01/",
521
- }
522
-
523
- api.add_operation(:build_suggesters, Seahorse::Model::Operation.new.tap do |o|
524
- o.name = "BuildSuggesters"
525
- o.http_method = "POST"
526
- o.http_request_uri = "/"
527
- o.input = Shapes::ShapeRef.new(shape: BuildSuggestersRequest)
528
- o.output = Shapes::ShapeRef.new(shape: BuildSuggestersResponse)
529
- o.errors << Shapes::ShapeRef.new(shape: BaseException, metadata: {
530
- "exception" => true
531
- })
532
- o.errors << Shapes::ShapeRef.new(shape: InternalException, metadata: {
533
- "error" => {"code"=>"InternalException", "httpStatusCode"=>500},
534
- "exception" => true
535
- })
536
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException, metadata: {
537
- "error" => {"code"=>"ResourceNotFound", "httpStatusCode"=>409, "senderFault"=>true},
538
- "exception" => true
539
- })
540
- end)
541
-
542
- api.add_operation(:create_domain, Seahorse::Model::Operation.new.tap do |o|
543
- o.name = "CreateDomain"
544
- o.http_method = "POST"
545
- o.http_request_uri = "/"
546
- o.input = Shapes::ShapeRef.new(shape: CreateDomainRequest)
547
- o.output = Shapes::ShapeRef.new(shape: CreateDomainResponse)
548
- o.errors << Shapes::ShapeRef.new(shape: BaseException, metadata: {
549
- "exception" => true
550
- })
551
- o.errors << Shapes::ShapeRef.new(shape: InternalException, metadata: {
552
- "error" => {"code"=>"InternalException", "httpStatusCode"=>500},
553
- "exception" => true
554
- })
555
- o.errors << Shapes::ShapeRef.new(shape: LimitExceededException, metadata: {
556
- "error" => {"code"=>"LimitExceeded", "httpStatusCode"=>409, "senderFault"=>true},
557
- "exception" => true
558
- })
559
- end)
560
-
561
- api.add_operation(:define_analysis_scheme, Seahorse::Model::Operation.new.tap do |o|
562
- o.name = "DefineAnalysisScheme"
563
- o.http_method = "POST"
564
- o.http_request_uri = "/"
565
- o.input = Shapes::ShapeRef.new(shape: DefineAnalysisSchemeRequest)
566
- o.output = Shapes::ShapeRef.new(shape: DefineAnalysisSchemeResponse)
567
- o.errors << Shapes::ShapeRef.new(shape: BaseException, metadata: {
568
- "exception" => true
569
- })
570
- o.errors << Shapes::ShapeRef.new(shape: InternalException, metadata: {
571
- "error" => {"code"=>"InternalException", "httpStatusCode"=>500},
572
- "exception" => true
573
- })
574
- o.errors << Shapes::ShapeRef.new(shape: LimitExceededException, metadata: {
575
- "error" => {"code"=>"LimitExceeded", "httpStatusCode"=>409, "senderFault"=>true},
576
- "exception" => true
577
- })
578
- o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException, metadata: {
579
- "error" => {"code"=>"InvalidType", "httpStatusCode"=>409, "senderFault"=>true},
580
- "exception" => true
581
- })
582
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException, metadata: {
583
- "error" => {"code"=>"ResourceNotFound", "httpStatusCode"=>409, "senderFault"=>true},
584
- "exception" => true
585
- })
586
- end)
587
-
588
- api.add_operation(:define_expression, Seahorse::Model::Operation.new.tap do |o|
589
- o.name = "DefineExpression"
590
- o.http_method = "POST"
591
- o.http_request_uri = "/"
592
- o.input = Shapes::ShapeRef.new(shape: DefineExpressionRequest)
593
- o.output = Shapes::ShapeRef.new(shape: DefineExpressionResponse)
594
- o.errors << Shapes::ShapeRef.new(shape: BaseException, metadata: {
595
- "exception" => true
596
- })
597
- o.errors << Shapes::ShapeRef.new(shape: InternalException, metadata: {
598
- "error" => {"code"=>"InternalException", "httpStatusCode"=>500},
599
- "exception" => true
600
- })
601
- o.errors << Shapes::ShapeRef.new(shape: LimitExceededException, metadata: {
602
- "error" => {"code"=>"LimitExceeded", "httpStatusCode"=>409, "senderFault"=>true},
603
- "exception" => true
604
- })
605
- o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException, metadata: {
606
- "error" => {"code"=>"InvalidType", "httpStatusCode"=>409, "senderFault"=>true},
607
- "exception" => true
608
- })
609
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException, metadata: {
610
- "error" => {"code"=>"ResourceNotFound", "httpStatusCode"=>409, "senderFault"=>true},
611
- "exception" => true
612
- })
613
- end)
614
-
615
- api.add_operation(:define_index_field, Seahorse::Model::Operation.new.tap do |o|
616
- o.name = "DefineIndexField"
617
- o.http_method = "POST"
618
- o.http_request_uri = "/"
619
- o.input = Shapes::ShapeRef.new(shape: DefineIndexFieldRequest)
620
- o.output = Shapes::ShapeRef.new(shape: DefineIndexFieldResponse)
621
- o.errors << Shapes::ShapeRef.new(shape: BaseException, metadata: {
622
- "exception" => true
623
- })
624
- o.errors << Shapes::ShapeRef.new(shape: InternalException, metadata: {
625
- "error" => {"code"=>"InternalException", "httpStatusCode"=>500},
626
- "exception" => true
627
- })
628
- o.errors << Shapes::ShapeRef.new(shape: LimitExceededException, metadata: {
629
- "error" => {"code"=>"LimitExceeded", "httpStatusCode"=>409, "senderFault"=>true},
630
- "exception" => true
631
- })
632
- o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException, metadata: {
633
- "error" => {"code"=>"InvalidType", "httpStatusCode"=>409, "senderFault"=>true},
634
- "exception" => true
635
- })
636
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException, metadata: {
637
- "error" => {"code"=>"ResourceNotFound", "httpStatusCode"=>409, "senderFault"=>true},
638
- "exception" => true
639
- })
640
- end)
641
-
642
- api.add_operation(:define_suggester, Seahorse::Model::Operation.new.tap do |o|
643
- o.name = "DefineSuggester"
644
- o.http_method = "POST"
645
- o.http_request_uri = "/"
646
- o.input = Shapes::ShapeRef.new(shape: DefineSuggesterRequest)
647
- o.output = Shapes::ShapeRef.new(shape: DefineSuggesterResponse)
648
- o.errors << Shapes::ShapeRef.new(shape: BaseException, metadata: {
649
- "exception" => true
650
- })
651
- o.errors << Shapes::ShapeRef.new(shape: InternalException, metadata: {
652
- "error" => {"code"=>"InternalException", "httpStatusCode"=>500},
653
- "exception" => true
654
- })
655
- o.errors << Shapes::ShapeRef.new(shape: LimitExceededException, metadata: {
656
- "error" => {"code"=>"LimitExceeded", "httpStatusCode"=>409, "senderFault"=>true},
657
- "exception" => true
658
- })
659
- o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException, metadata: {
660
- "error" => {"code"=>"InvalidType", "httpStatusCode"=>409, "senderFault"=>true},
661
- "exception" => true
662
- })
663
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException, metadata: {
664
- "error" => {"code"=>"ResourceNotFound", "httpStatusCode"=>409, "senderFault"=>true},
665
- "exception" => true
666
- })
667
- end)
668
-
669
- api.add_operation(:delete_analysis_scheme, Seahorse::Model::Operation.new.tap do |o|
670
- o.name = "DeleteAnalysisScheme"
671
- o.http_method = "POST"
672
- o.http_request_uri = "/"
673
- o.input = Shapes::ShapeRef.new(shape: DeleteAnalysisSchemeRequest)
674
- o.output = Shapes::ShapeRef.new(shape: DeleteAnalysisSchemeResponse)
675
- o.errors << Shapes::ShapeRef.new(shape: BaseException, metadata: {
676
- "exception" => true
677
- })
678
- o.errors << Shapes::ShapeRef.new(shape: InternalException, metadata: {
679
- "error" => {"code"=>"InternalException", "httpStatusCode"=>500},
680
- "exception" => true
681
- })
682
- o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException, metadata: {
683
- "error" => {"code"=>"InvalidType", "httpStatusCode"=>409, "senderFault"=>true},
684
- "exception" => true
685
- })
686
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException, metadata: {
687
- "error" => {"code"=>"ResourceNotFound", "httpStatusCode"=>409, "senderFault"=>true},
688
- "exception" => true
689
- })
690
- end)
691
-
692
- api.add_operation(:delete_domain, Seahorse::Model::Operation.new.tap do |o|
693
- o.name = "DeleteDomain"
694
- o.http_method = "POST"
695
- o.http_request_uri = "/"
696
- o.input = Shapes::ShapeRef.new(shape: DeleteDomainRequest)
697
- o.output = Shapes::ShapeRef.new(shape: DeleteDomainResponse)
698
- o.errors << Shapes::ShapeRef.new(shape: BaseException, metadata: {
699
- "exception" => true
700
- })
701
- o.errors << Shapes::ShapeRef.new(shape: InternalException, metadata: {
702
- "error" => {"code"=>"InternalException", "httpStatusCode"=>500},
703
- "exception" => true
704
- })
705
- end)
706
-
707
- api.add_operation(:delete_expression, Seahorse::Model::Operation.new.tap do |o|
708
- o.name = "DeleteExpression"
709
- o.http_method = "POST"
710
- o.http_request_uri = "/"
711
- o.input = Shapes::ShapeRef.new(shape: DeleteExpressionRequest)
712
- o.output = Shapes::ShapeRef.new(shape: DeleteExpressionResponse)
713
- o.errors << Shapes::ShapeRef.new(shape: BaseException, metadata: {
714
- "exception" => true
715
- })
716
- o.errors << Shapes::ShapeRef.new(shape: InternalException, metadata: {
717
- "error" => {"code"=>"InternalException", "httpStatusCode"=>500},
718
- "exception" => true
719
- })
720
- o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException, metadata: {
721
- "error" => {"code"=>"InvalidType", "httpStatusCode"=>409, "senderFault"=>true},
722
- "exception" => true
723
- })
724
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException, metadata: {
725
- "error" => {"code"=>"ResourceNotFound", "httpStatusCode"=>409, "senderFault"=>true},
726
- "exception" => true
727
- })
728
- end)
729
-
730
- api.add_operation(:delete_index_field, Seahorse::Model::Operation.new.tap do |o|
731
- o.name = "DeleteIndexField"
732
- o.http_method = "POST"
733
- o.http_request_uri = "/"
734
- o.input = Shapes::ShapeRef.new(shape: DeleteIndexFieldRequest)
735
- o.output = Shapes::ShapeRef.new(shape: DeleteIndexFieldResponse)
736
- o.errors << Shapes::ShapeRef.new(shape: BaseException, metadata: {
737
- "exception" => true
738
- })
739
- o.errors << Shapes::ShapeRef.new(shape: InternalException, metadata: {
740
- "error" => {"code"=>"InternalException", "httpStatusCode"=>500},
741
- "exception" => true
742
- })
743
- o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException, metadata: {
744
- "error" => {"code"=>"InvalidType", "httpStatusCode"=>409, "senderFault"=>true},
745
- "exception" => true
746
- })
747
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException, metadata: {
748
- "error" => {"code"=>"ResourceNotFound", "httpStatusCode"=>409, "senderFault"=>true},
749
- "exception" => true
750
- })
751
- end)
752
-
753
- api.add_operation(:delete_suggester, Seahorse::Model::Operation.new.tap do |o|
754
- o.name = "DeleteSuggester"
755
- o.http_method = "POST"
756
- o.http_request_uri = "/"
757
- o.input = Shapes::ShapeRef.new(shape: DeleteSuggesterRequest)
758
- o.output = Shapes::ShapeRef.new(shape: DeleteSuggesterResponse)
759
- o.errors << Shapes::ShapeRef.new(shape: BaseException, metadata: {
760
- "exception" => true
761
- })
762
- o.errors << Shapes::ShapeRef.new(shape: InternalException, metadata: {
763
- "error" => {"code"=>"InternalException", "httpStatusCode"=>500},
764
- "exception" => true
765
- })
766
- o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException, metadata: {
767
- "error" => {"code"=>"InvalidType", "httpStatusCode"=>409, "senderFault"=>true},
768
- "exception" => true
769
- })
770
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException, metadata: {
771
- "error" => {"code"=>"ResourceNotFound", "httpStatusCode"=>409, "senderFault"=>true},
772
- "exception" => true
773
- })
774
- end)
775
-
776
- api.add_operation(:describe_analysis_schemes, Seahorse::Model::Operation.new.tap do |o|
777
- o.name = "DescribeAnalysisSchemes"
778
- o.http_method = "POST"
779
- o.http_request_uri = "/"
780
- o.input = Shapes::ShapeRef.new(shape: DescribeAnalysisSchemesRequest)
781
- o.output = Shapes::ShapeRef.new(shape: DescribeAnalysisSchemesResponse)
782
- o.errors << Shapes::ShapeRef.new(shape: BaseException, metadata: {
783
- "exception" => true
784
- })
785
- o.errors << Shapes::ShapeRef.new(shape: InternalException, metadata: {
786
- "error" => {"code"=>"InternalException", "httpStatusCode"=>500},
787
- "exception" => true
788
- })
789
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException, metadata: {
790
- "error" => {"code"=>"ResourceNotFound", "httpStatusCode"=>409, "senderFault"=>true},
791
- "exception" => true
792
- })
793
- end)
794
-
795
- api.add_operation(:describe_availability_options, Seahorse::Model::Operation.new.tap do |o|
796
- o.name = "DescribeAvailabilityOptions"
797
- o.http_method = "POST"
798
- o.http_request_uri = "/"
799
- o.input = Shapes::ShapeRef.new(shape: DescribeAvailabilityOptionsRequest)
800
- o.output = Shapes::ShapeRef.new(shape: DescribeAvailabilityOptionsResponse)
801
- o.errors << Shapes::ShapeRef.new(shape: BaseException, metadata: {
802
- "exception" => true
803
- })
804
- o.errors << Shapes::ShapeRef.new(shape: InternalException, metadata: {
805
- "error" => {"code"=>"InternalException", "httpStatusCode"=>500},
806
- "exception" => true
807
- })
808
- o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException, metadata: {
809
- "error" => {"code"=>"InvalidType", "httpStatusCode"=>409, "senderFault"=>true},
810
- "exception" => true
811
- })
812
- o.errors << Shapes::ShapeRef.new(shape: LimitExceededException, metadata: {
813
- "error" => {"code"=>"LimitExceeded", "httpStatusCode"=>409, "senderFault"=>true},
814
- "exception" => true
815
- })
816
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException, metadata: {
817
- "error" => {"code"=>"ResourceNotFound", "httpStatusCode"=>409, "senderFault"=>true},
818
- "exception" => true
819
- })
820
- o.errors << Shapes::ShapeRef.new(shape: DisabledOperationException, metadata: {
821
- "error" => {"code"=>"DisabledAction", "httpStatusCode"=>409, "senderFault"=>true},
822
- "exception" => true
823
- })
824
- end)
825
-
826
- api.add_operation(:describe_domains, Seahorse::Model::Operation.new.tap do |o|
827
- o.name = "DescribeDomains"
828
- o.http_method = "POST"
829
- o.http_request_uri = "/"
830
- o.input = Shapes::ShapeRef.new(shape: DescribeDomainsRequest)
831
- o.output = Shapes::ShapeRef.new(shape: DescribeDomainsResponse)
832
- o.errors << Shapes::ShapeRef.new(shape: BaseException, metadata: {
833
- "exception" => true
834
- })
835
- o.errors << Shapes::ShapeRef.new(shape: InternalException, metadata: {
836
- "error" => {"code"=>"InternalException", "httpStatusCode"=>500},
837
- "exception" => true
838
- })
839
- end)
840
-
841
- api.add_operation(:describe_expressions, Seahorse::Model::Operation.new.tap do |o|
842
- o.name = "DescribeExpressions"
843
- o.http_method = "POST"
844
- o.http_request_uri = "/"
845
- o.input = Shapes::ShapeRef.new(shape: DescribeExpressionsRequest)
846
- o.output = Shapes::ShapeRef.new(shape: DescribeExpressionsResponse)
847
- o.errors << Shapes::ShapeRef.new(shape: BaseException, metadata: {
848
- "exception" => true
849
- })
850
- o.errors << Shapes::ShapeRef.new(shape: InternalException, metadata: {
851
- "error" => {"code"=>"InternalException", "httpStatusCode"=>500},
852
- "exception" => true
853
- })
854
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException, metadata: {
855
- "error" => {"code"=>"ResourceNotFound", "httpStatusCode"=>409, "senderFault"=>true},
856
- "exception" => true
857
- })
858
- end)
859
-
860
- api.add_operation(:describe_index_fields, Seahorse::Model::Operation.new.tap do |o|
861
- o.name = "DescribeIndexFields"
862
- o.http_method = "POST"
863
- o.http_request_uri = "/"
864
- o.input = Shapes::ShapeRef.new(shape: DescribeIndexFieldsRequest)
865
- o.output = Shapes::ShapeRef.new(shape: DescribeIndexFieldsResponse)
866
- o.errors << Shapes::ShapeRef.new(shape: BaseException, metadata: {
867
- "exception" => true
868
- })
869
- o.errors << Shapes::ShapeRef.new(shape: InternalException, metadata: {
870
- "error" => {"code"=>"InternalException", "httpStatusCode"=>500},
871
- "exception" => true
872
- })
873
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException, metadata: {
874
- "error" => {"code"=>"ResourceNotFound", "httpStatusCode"=>409, "senderFault"=>true},
875
- "exception" => true
876
- })
877
- end)
878
-
879
- api.add_operation(:describe_scaling_parameters, Seahorse::Model::Operation.new.tap do |o|
880
- o.name = "DescribeScalingParameters"
881
- o.http_method = "POST"
882
- o.http_request_uri = "/"
883
- o.input = Shapes::ShapeRef.new(shape: DescribeScalingParametersRequest)
884
- o.output = Shapes::ShapeRef.new(shape: DescribeScalingParametersResponse)
885
- o.errors << Shapes::ShapeRef.new(shape: BaseException, metadata: {
886
- "exception" => true
887
- })
888
- o.errors << Shapes::ShapeRef.new(shape: InternalException, metadata: {
889
- "error" => {"code"=>"InternalException", "httpStatusCode"=>500},
890
- "exception" => true
891
- })
892
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException, metadata: {
893
- "error" => {"code"=>"ResourceNotFound", "httpStatusCode"=>409, "senderFault"=>true},
894
- "exception" => true
895
- })
896
- end)
897
-
898
- api.add_operation(:describe_service_access_policies, Seahorse::Model::Operation.new.tap do |o|
899
- o.name = "DescribeServiceAccessPolicies"
900
- o.http_method = "POST"
901
- o.http_request_uri = "/"
902
- o.input = Shapes::ShapeRef.new(shape: DescribeServiceAccessPoliciesRequest)
903
- o.output = Shapes::ShapeRef.new(shape: DescribeServiceAccessPoliciesResponse)
904
- o.errors << Shapes::ShapeRef.new(shape: BaseException, metadata: {
905
- "exception" => true
906
- })
907
- o.errors << Shapes::ShapeRef.new(shape: InternalException, metadata: {
908
- "error" => {"code"=>"InternalException", "httpStatusCode"=>500},
909
- "exception" => true
910
- })
911
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException, metadata: {
912
- "error" => {"code"=>"ResourceNotFound", "httpStatusCode"=>409, "senderFault"=>true},
913
- "exception" => true
914
- })
915
- end)
916
-
917
- api.add_operation(:describe_suggesters, Seahorse::Model::Operation.new.tap do |o|
918
- o.name = "DescribeSuggesters"
919
- o.http_method = "POST"
920
- o.http_request_uri = "/"
921
- o.input = Shapes::ShapeRef.new(shape: DescribeSuggestersRequest)
922
- o.output = Shapes::ShapeRef.new(shape: DescribeSuggestersResponse)
923
- o.errors << Shapes::ShapeRef.new(shape: BaseException, metadata: {
924
- "exception" => true
925
- })
926
- o.errors << Shapes::ShapeRef.new(shape: InternalException, metadata: {
927
- "error" => {"code"=>"InternalException", "httpStatusCode"=>500},
928
- "exception" => true
929
- })
930
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException, metadata: {
931
- "error" => {"code"=>"ResourceNotFound", "httpStatusCode"=>409, "senderFault"=>true},
932
- "exception" => true
933
- })
934
- end)
935
-
936
- api.add_operation(:index_documents, Seahorse::Model::Operation.new.tap do |o|
937
- o.name = "IndexDocuments"
938
- o.http_method = "POST"
939
- o.http_request_uri = "/"
940
- o.input = Shapes::ShapeRef.new(shape: IndexDocumentsRequest)
941
- o.output = Shapes::ShapeRef.new(shape: IndexDocumentsResponse)
942
- o.errors << Shapes::ShapeRef.new(shape: BaseException, metadata: {
943
- "exception" => true
944
- })
945
- o.errors << Shapes::ShapeRef.new(shape: InternalException, metadata: {
946
- "error" => {"code"=>"InternalException", "httpStatusCode"=>500},
947
- "exception" => true
948
- })
949
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException, metadata: {
950
- "error" => {"code"=>"ResourceNotFound", "httpStatusCode"=>409, "senderFault"=>true},
951
- "exception" => true
952
- })
953
- end)
954
-
955
- api.add_operation(:list_domain_names, Seahorse::Model::Operation.new.tap do |o|
956
- o.name = "ListDomainNames"
957
- o.http_method = "POST"
958
- o.http_request_uri = "/"
959
- o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
960
- o.output = Shapes::ShapeRef.new(shape: ListDomainNamesResponse)
961
- o.errors << Shapes::ShapeRef.new(shape: BaseException, metadata: {
962
- "exception" => true
963
- })
964
- end)
965
-
966
- api.add_operation(:update_availability_options, Seahorse::Model::Operation.new.tap do |o|
967
- o.name = "UpdateAvailabilityOptions"
968
- o.http_method = "POST"
969
- o.http_request_uri = "/"
970
- o.input = Shapes::ShapeRef.new(shape: UpdateAvailabilityOptionsRequest)
971
- o.output = Shapes::ShapeRef.new(shape: UpdateAvailabilityOptionsResponse)
972
- o.errors << Shapes::ShapeRef.new(shape: BaseException, metadata: {
973
- "exception" => true
974
- })
975
- o.errors << Shapes::ShapeRef.new(shape: InternalException, metadata: {
976
- "error" => {"code"=>"InternalException", "httpStatusCode"=>500},
977
- "exception" => true
978
- })
979
- o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException, metadata: {
980
- "error" => {"code"=>"InvalidType", "httpStatusCode"=>409, "senderFault"=>true},
981
- "exception" => true
982
- })
983
- o.errors << Shapes::ShapeRef.new(shape: LimitExceededException, metadata: {
984
- "error" => {"code"=>"LimitExceeded", "httpStatusCode"=>409, "senderFault"=>true},
985
- "exception" => true
986
- })
987
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException, metadata: {
988
- "error" => {"code"=>"ResourceNotFound", "httpStatusCode"=>409, "senderFault"=>true},
989
- "exception" => true
990
- })
991
- o.errors << Shapes::ShapeRef.new(shape: DisabledOperationException, metadata: {
992
- "error" => {"code"=>"DisabledAction", "httpStatusCode"=>409, "senderFault"=>true},
993
- "exception" => true
994
- })
995
- end)
996
-
997
- api.add_operation(:update_scaling_parameters, Seahorse::Model::Operation.new.tap do |o|
998
- o.name = "UpdateScalingParameters"
999
- o.http_method = "POST"
1000
- o.http_request_uri = "/"
1001
- o.input = Shapes::ShapeRef.new(shape: UpdateScalingParametersRequest)
1002
- o.output = Shapes::ShapeRef.new(shape: UpdateScalingParametersResponse)
1003
- o.errors << Shapes::ShapeRef.new(shape: BaseException, metadata: {
1004
- "exception" => true
1005
- })
1006
- o.errors << Shapes::ShapeRef.new(shape: InternalException, metadata: {
1007
- "error" => {"code"=>"InternalException", "httpStatusCode"=>500},
1008
- "exception" => true
1009
- })
1010
- o.errors << Shapes::ShapeRef.new(shape: LimitExceededException, metadata: {
1011
- "error" => {"code"=>"LimitExceeded", "httpStatusCode"=>409, "senderFault"=>true},
1012
- "exception" => true
1013
- })
1014
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException, metadata: {
1015
- "error" => {"code"=>"ResourceNotFound", "httpStatusCode"=>409, "senderFault"=>true},
1016
- "exception" => true
1017
- })
1018
- o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException, metadata: {
1019
- "error" => {"code"=>"InvalidType", "httpStatusCode"=>409, "senderFault"=>true},
1020
- "exception" => true
1021
- })
1022
- end)
1023
-
1024
- api.add_operation(:update_service_access_policies, Seahorse::Model::Operation.new.tap do |o|
1025
- o.name = "UpdateServiceAccessPolicies"
1026
- o.http_method = "POST"
1027
- o.http_request_uri = "/"
1028
- o.input = Shapes::ShapeRef.new(shape: UpdateServiceAccessPoliciesRequest)
1029
- o.output = Shapes::ShapeRef.new(shape: UpdateServiceAccessPoliciesResponse)
1030
- o.errors << Shapes::ShapeRef.new(shape: BaseException, metadata: {
1031
- "exception" => true
1032
- })
1033
- o.errors << Shapes::ShapeRef.new(shape: InternalException, metadata: {
1034
- "error" => {"code"=>"InternalException", "httpStatusCode"=>500},
1035
- "exception" => true
1036
- })
1037
- o.errors << Shapes::ShapeRef.new(shape: LimitExceededException, metadata: {
1038
- "error" => {"code"=>"LimitExceeded", "httpStatusCode"=>409, "senderFault"=>true},
1039
- "exception" => true
1040
- })
1041
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException, metadata: {
1042
- "error" => {"code"=>"ResourceNotFound", "httpStatusCode"=>409, "senderFault"=>true},
1043
- "exception" => true
1044
- })
1045
- o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException, metadata: {
1046
- "error" => {"code"=>"InvalidType", "httpStatusCode"=>409, "senderFault"=>true},
1047
- "exception" => true
1048
- })
1049
- end)
1050
- end
1051
508
 
509
+ # @api private
510
+ API = Seahorse::Model::Api.new.tap do |api|
511
+
512
+ api.version = "2013-01-01"
513
+
514
+ api.metadata = {
515
+ "endpointPrefix" => "cloudsearch",
516
+ "protocol" => "query",
517
+ "serviceFullName" => "Amazon CloudSearch",
518
+ "signatureVersion" => "v4",
519
+ "xmlNamespace" => "http://cloudsearch.amazonaws.com/doc/2013-01-01/",
520
+ }
521
+
522
+ api.add_operation(:build_suggesters, Seahorse::Model::Operation.new.tap do |o|
523
+ o.name = "BuildSuggesters"
524
+ o.http_method = "POST"
525
+ o.http_request_uri = "/"
526
+ o.input = Shapes::ShapeRef.new(shape: BuildSuggestersRequest)
527
+ o.output = Shapes::ShapeRef.new(shape: BuildSuggestersResponse)
528
+ o.errors << Shapes::ShapeRef.new(shape: BaseException)
529
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
530
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
531
+ end)
532
+
533
+ api.add_operation(:create_domain, Seahorse::Model::Operation.new.tap do |o|
534
+ o.name = "CreateDomain"
535
+ o.http_method = "POST"
536
+ o.http_request_uri = "/"
537
+ o.input = Shapes::ShapeRef.new(shape: CreateDomainRequest)
538
+ o.output = Shapes::ShapeRef.new(shape: CreateDomainResponse)
539
+ o.errors << Shapes::ShapeRef.new(shape: BaseException)
540
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
541
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
542
+ end)
543
+
544
+ api.add_operation(:define_analysis_scheme, Seahorse::Model::Operation.new.tap do |o|
545
+ o.name = "DefineAnalysisScheme"
546
+ o.http_method = "POST"
547
+ o.http_request_uri = "/"
548
+ o.input = Shapes::ShapeRef.new(shape: DefineAnalysisSchemeRequest)
549
+ o.output = Shapes::ShapeRef.new(shape: DefineAnalysisSchemeResponse)
550
+ o.errors << Shapes::ShapeRef.new(shape: BaseException)
551
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
552
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
553
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException)
554
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
555
+ end)
556
+
557
+ api.add_operation(:define_expression, Seahorse::Model::Operation.new.tap do |o|
558
+ o.name = "DefineExpression"
559
+ o.http_method = "POST"
560
+ o.http_request_uri = "/"
561
+ o.input = Shapes::ShapeRef.new(shape: DefineExpressionRequest)
562
+ o.output = Shapes::ShapeRef.new(shape: DefineExpressionResponse)
563
+ o.errors << Shapes::ShapeRef.new(shape: BaseException)
564
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
565
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
566
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException)
567
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
568
+ end)
569
+
570
+ api.add_operation(:define_index_field, Seahorse::Model::Operation.new.tap do |o|
571
+ o.name = "DefineIndexField"
572
+ o.http_method = "POST"
573
+ o.http_request_uri = "/"
574
+ o.input = Shapes::ShapeRef.new(shape: DefineIndexFieldRequest)
575
+ o.output = Shapes::ShapeRef.new(shape: DefineIndexFieldResponse)
576
+ o.errors << Shapes::ShapeRef.new(shape: BaseException)
577
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
578
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
579
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException)
580
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
581
+ end)
582
+
583
+ api.add_operation(:define_suggester, Seahorse::Model::Operation.new.tap do |o|
584
+ o.name = "DefineSuggester"
585
+ o.http_method = "POST"
586
+ o.http_request_uri = "/"
587
+ o.input = Shapes::ShapeRef.new(shape: DefineSuggesterRequest)
588
+ o.output = Shapes::ShapeRef.new(shape: DefineSuggesterResponse)
589
+ o.errors << Shapes::ShapeRef.new(shape: BaseException)
590
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
591
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
592
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException)
593
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
594
+ end)
595
+
596
+ api.add_operation(:delete_analysis_scheme, Seahorse::Model::Operation.new.tap do |o|
597
+ o.name = "DeleteAnalysisScheme"
598
+ o.http_method = "POST"
599
+ o.http_request_uri = "/"
600
+ o.input = Shapes::ShapeRef.new(shape: DeleteAnalysisSchemeRequest)
601
+ o.output = Shapes::ShapeRef.new(shape: DeleteAnalysisSchemeResponse)
602
+ o.errors << Shapes::ShapeRef.new(shape: BaseException)
603
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
604
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException)
605
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
606
+ end)
607
+
608
+ api.add_operation(:delete_domain, Seahorse::Model::Operation.new.tap do |o|
609
+ o.name = "DeleteDomain"
610
+ o.http_method = "POST"
611
+ o.http_request_uri = "/"
612
+ o.input = Shapes::ShapeRef.new(shape: DeleteDomainRequest)
613
+ o.output = Shapes::ShapeRef.new(shape: DeleteDomainResponse)
614
+ o.errors << Shapes::ShapeRef.new(shape: BaseException)
615
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
616
+ end)
617
+
618
+ api.add_operation(:delete_expression, Seahorse::Model::Operation.new.tap do |o|
619
+ o.name = "DeleteExpression"
620
+ o.http_method = "POST"
621
+ o.http_request_uri = "/"
622
+ o.input = Shapes::ShapeRef.new(shape: DeleteExpressionRequest)
623
+ o.output = Shapes::ShapeRef.new(shape: DeleteExpressionResponse)
624
+ o.errors << Shapes::ShapeRef.new(shape: BaseException)
625
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
626
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException)
627
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
628
+ end)
629
+
630
+ api.add_operation(:delete_index_field, Seahorse::Model::Operation.new.tap do |o|
631
+ o.name = "DeleteIndexField"
632
+ o.http_method = "POST"
633
+ o.http_request_uri = "/"
634
+ o.input = Shapes::ShapeRef.new(shape: DeleteIndexFieldRequest)
635
+ o.output = Shapes::ShapeRef.new(shape: DeleteIndexFieldResponse)
636
+ o.errors << Shapes::ShapeRef.new(shape: BaseException)
637
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
638
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException)
639
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
640
+ end)
641
+
642
+ api.add_operation(:delete_suggester, Seahorse::Model::Operation.new.tap do |o|
643
+ o.name = "DeleteSuggester"
644
+ o.http_method = "POST"
645
+ o.http_request_uri = "/"
646
+ o.input = Shapes::ShapeRef.new(shape: DeleteSuggesterRequest)
647
+ o.output = Shapes::ShapeRef.new(shape: DeleteSuggesterResponse)
648
+ o.errors << Shapes::ShapeRef.new(shape: BaseException)
649
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
650
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException)
651
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
652
+ end)
653
+
654
+ api.add_operation(:describe_analysis_schemes, Seahorse::Model::Operation.new.tap do |o|
655
+ o.name = "DescribeAnalysisSchemes"
656
+ o.http_method = "POST"
657
+ o.http_request_uri = "/"
658
+ o.input = Shapes::ShapeRef.new(shape: DescribeAnalysisSchemesRequest)
659
+ o.output = Shapes::ShapeRef.new(shape: DescribeAnalysisSchemesResponse)
660
+ o.errors << Shapes::ShapeRef.new(shape: BaseException)
661
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
662
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
663
+ end)
664
+
665
+ api.add_operation(:describe_availability_options, Seahorse::Model::Operation.new.tap do |o|
666
+ o.name = "DescribeAvailabilityOptions"
667
+ o.http_method = "POST"
668
+ o.http_request_uri = "/"
669
+ o.input = Shapes::ShapeRef.new(shape: DescribeAvailabilityOptionsRequest)
670
+ o.output = Shapes::ShapeRef.new(shape: DescribeAvailabilityOptionsResponse)
671
+ o.errors << Shapes::ShapeRef.new(shape: BaseException)
672
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
673
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException)
674
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
675
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
676
+ o.errors << Shapes::ShapeRef.new(shape: DisabledOperationException)
677
+ end)
678
+
679
+ api.add_operation(:describe_domains, Seahorse::Model::Operation.new.tap do |o|
680
+ o.name = "DescribeDomains"
681
+ o.http_method = "POST"
682
+ o.http_request_uri = "/"
683
+ o.input = Shapes::ShapeRef.new(shape: DescribeDomainsRequest)
684
+ o.output = Shapes::ShapeRef.new(shape: DescribeDomainsResponse)
685
+ o.errors << Shapes::ShapeRef.new(shape: BaseException)
686
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
687
+ end)
688
+
689
+ api.add_operation(:describe_expressions, Seahorse::Model::Operation.new.tap do |o|
690
+ o.name = "DescribeExpressions"
691
+ o.http_method = "POST"
692
+ o.http_request_uri = "/"
693
+ o.input = Shapes::ShapeRef.new(shape: DescribeExpressionsRequest)
694
+ o.output = Shapes::ShapeRef.new(shape: DescribeExpressionsResponse)
695
+ o.errors << Shapes::ShapeRef.new(shape: BaseException)
696
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
697
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
698
+ end)
699
+
700
+ api.add_operation(:describe_index_fields, Seahorse::Model::Operation.new.tap do |o|
701
+ o.name = "DescribeIndexFields"
702
+ o.http_method = "POST"
703
+ o.http_request_uri = "/"
704
+ o.input = Shapes::ShapeRef.new(shape: DescribeIndexFieldsRequest)
705
+ o.output = Shapes::ShapeRef.new(shape: DescribeIndexFieldsResponse)
706
+ o.errors << Shapes::ShapeRef.new(shape: BaseException)
707
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
708
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
709
+ end)
710
+
711
+ api.add_operation(:describe_scaling_parameters, Seahorse::Model::Operation.new.tap do |o|
712
+ o.name = "DescribeScalingParameters"
713
+ o.http_method = "POST"
714
+ o.http_request_uri = "/"
715
+ o.input = Shapes::ShapeRef.new(shape: DescribeScalingParametersRequest)
716
+ o.output = Shapes::ShapeRef.new(shape: DescribeScalingParametersResponse)
717
+ o.errors << Shapes::ShapeRef.new(shape: BaseException)
718
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
719
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
720
+ end)
721
+
722
+ api.add_operation(:describe_service_access_policies, Seahorse::Model::Operation.new.tap do |o|
723
+ o.name = "DescribeServiceAccessPolicies"
724
+ o.http_method = "POST"
725
+ o.http_request_uri = "/"
726
+ o.input = Shapes::ShapeRef.new(shape: DescribeServiceAccessPoliciesRequest)
727
+ o.output = Shapes::ShapeRef.new(shape: DescribeServiceAccessPoliciesResponse)
728
+ o.errors << Shapes::ShapeRef.new(shape: BaseException)
729
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
730
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
731
+ end)
732
+
733
+ api.add_operation(:describe_suggesters, Seahorse::Model::Operation.new.tap do |o|
734
+ o.name = "DescribeSuggesters"
735
+ o.http_method = "POST"
736
+ o.http_request_uri = "/"
737
+ o.input = Shapes::ShapeRef.new(shape: DescribeSuggestersRequest)
738
+ o.output = Shapes::ShapeRef.new(shape: DescribeSuggestersResponse)
739
+ o.errors << Shapes::ShapeRef.new(shape: BaseException)
740
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
741
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
742
+ end)
743
+
744
+ api.add_operation(:index_documents, Seahorse::Model::Operation.new.tap do |o|
745
+ o.name = "IndexDocuments"
746
+ o.http_method = "POST"
747
+ o.http_request_uri = "/"
748
+ o.input = Shapes::ShapeRef.new(shape: IndexDocumentsRequest)
749
+ o.output = Shapes::ShapeRef.new(shape: IndexDocumentsResponse)
750
+ o.errors << Shapes::ShapeRef.new(shape: BaseException)
751
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
752
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
753
+ end)
754
+
755
+ api.add_operation(:list_domain_names, Seahorse::Model::Operation.new.tap do |o|
756
+ o.name = "ListDomainNames"
757
+ o.http_method = "POST"
758
+ o.http_request_uri = "/"
759
+ o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
760
+ o.output = Shapes::ShapeRef.new(shape: ListDomainNamesResponse)
761
+ o.errors << Shapes::ShapeRef.new(shape: BaseException)
762
+ end)
763
+
764
+ api.add_operation(:update_availability_options, Seahorse::Model::Operation.new.tap do |o|
765
+ o.name = "UpdateAvailabilityOptions"
766
+ o.http_method = "POST"
767
+ o.http_request_uri = "/"
768
+ o.input = Shapes::ShapeRef.new(shape: UpdateAvailabilityOptionsRequest)
769
+ o.output = Shapes::ShapeRef.new(shape: UpdateAvailabilityOptionsResponse)
770
+ o.errors << Shapes::ShapeRef.new(shape: BaseException)
771
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
772
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException)
773
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
774
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
775
+ o.errors << Shapes::ShapeRef.new(shape: DisabledOperationException)
776
+ end)
777
+
778
+ api.add_operation(:update_scaling_parameters, Seahorse::Model::Operation.new.tap do |o|
779
+ o.name = "UpdateScalingParameters"
780
+ o.http_method = "POST"
781
+ o.http_request_uri = "/"
782
+ o.input = Shapes::ShapeRef.new(shape: UpdateScalingParametersRequest)
783
+ o.output = Shapes::ShapeRef.new(shape: UpdateScalingParametersResponse)
784
+ o.errors << Shapes::ShapeRef.new(shape: BaseException)
785
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
786
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
787
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
788
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException)
789
+ end)
790
+
791
+ api.add_operation(:update_service_access_policies, Seahorse::Model::Operation.new.tap do |o|
792
+ o.name = "UpdateServiceAccessPolicies"
793
+ o.http_method = "POST"
794
+ o.http_request_uri = "/"
795
+ o.input = Shapes::ShapeRef.new(shape: UpdateServiceAccessPoliciesRequest)
796
+ o.output = Shapes::ShapeRef.new(shape: UpdateServiceAccessPoliciesResponse)
797
+ o.errors << Shapes::ShapeRef.new(shape: BaseException)
798
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
799
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
800
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
801
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException)
802
+ end)
1052
803
  end
804
+
1053
805
  end
1054
806
  end