aws-sdk-opensearchserverless 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/CHANGELOG.md +8 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-opensearchserverless/client.rb +1990 -0
- data/lib/aws-sdk-opensearchserverless/client_api.rb +1035 -0
- data/lib/aws-sdk-opensearchserverless/customizations.rb +0 -0
- data/lib/aws-sdk-opensearchserverless/endpoint_parameters.rb +69 -0
- data/lib/aws-sdk-opensearchserverless/endpoint_provider.rb +110 -0
- data/lib/aws-sdk-opensearchserverless/endpoints.rb +449 -0
- data/lib/aws-sdk-opensearchserverless/errors.rb +102 -0
- data/lib/aws-sdk-opensearchserverless/plugins/endpoints.rb +130 -0
- data/lib/aws-sdk-opensearchserverless/resource.rb +26 -0
- data/lib/aws-sdk-opensearchserverless/types.rb +2502 -0
- data/lib/aws-sdk-opensearchserverless.rb +57 -0
- metadata +94 -0
@@ -0,0 +1,1035 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# WARNING ABOUT GENERATED CODE
|
4
|
+
#
|
5
|
+
# This file is generated. See the contributing guide for more information:
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
|
+
#
|
8
|
+
# WARNING ABOUT GENERATED CODE
|
9
|
+
|
10
|
+
module Aws::OpenSearchServerless
|
11
|
+
# @api private
|
12
|
+
module ClientApi
|
13
|
+
|
14
|
+
include Seahorse::Model
|
15
|
+
|
16
|
+
AccessPolicyDetail = Shapes::StructureShape.new(name: 'AccessPolicyDetail')
|
17
|
+
AccessPolicyStats = Shapes::StructureShape.new(name: 'AccessPolicyStats')
|
18
|
+
AccessPolicySummaries = Shapes::ListShape.new(name: 'AccessPolicySummaries')
|
19
|
+
AccessPolicySummary = Shapes::StructureShape.new(name: 'AccessPolicySummary')
|
20
|
+
AccessPolicyType = Shapes::StringShape.new(name: 'AccessPolicyType')
|
21
|
+
AccountSettingsDetail = Shapes::StructureShape.new(name: 'AccountSettingsDetail')
|
22
|
+
Arn = Shapes::StringShape.new(name: 'Arn')
|
23
|
+
BatchGetCollectionRequest = Shapes::StructureShape.new(name: 'BatchGetCollectionRequest')
|
24
|
+
BatchGetCollectionResponse = Shapes::StructureShape.new(name: 'BatchGetCollectionResponse')
|
25
|
+
BatchGetVpcEndpointRequest = Shapes::StructureShape.new(name: 'BatchGetVpcEndpointRequest')
|
26
|
+
BatchGetVpcEndpointResponse = Shapes::StructureShape.new(name: 'BatchGetVpcEndpointResponse')
|
27
|
+
CapacityLimits = Shapes::StructureShape.new(name: 'CapacityLimits')
|
28
|
+
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
29
|
+
CollectionDetail = Shapes::StructureShape.new(name: 'CollectionDetail')
|
30
|
+
CollectionDetails = Shapes::ListShape.new(name: 'CollectionDetails')
|
31
|
+
CollectionErrorDetail = Shapes::StructureShape.new(name: 'CollectionErrorDetail')
|
32
|
+
CollectionErrorDetails = Shapes::ListShape.new(name: 'CollectionErrorDetails')
|
33
|
+
CollectionFilters = Shapes::StructureShape.new(name: 'CollectionFilters')
|
34
|
+
CollectionId = Shapes::StringShape.new(name: 'CollectionId')
|
35
|
+
CollectionIds = Shapes::ListShape.new(name: 'CollectionIds')
|
36
|
+
CollectionName = Shapes::StringShape.new(name: 'CollectionName')
|
37
|
+
CollectionNames = Shapes::ListShape.new(name: 'CollectionNames')
|
38
|
+
CollectionStatus = Shapes::StringShape.new(name: 'CollectionStatus')
|
39
|
+
CollectionSummaries = Shapes::ListShape.new(name: 'CollectionSummaries')
|
40
|
+
CollectionSummary = Shapes::StructureShape.new(name: 'CollectionSummary')
|
41
|
+
CollectionType = Shapes::StringShape.new(name: 'CollectionType')
|
42
|
+
ConfigDescription = Shapes::StringShape.new(name: 'ConfigDescription')
|
43
|
+
ConfigName = Shapes::StringShape.new(name: 'ConfigName')
|
44
|
+
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
45
|
+
CreateAccessPolicyRequest = Shapes::StructureShape.new(name: 'CreateAccessPolicyRequest')
|
46
|
+
CreateAccessPolicyResponse = Shapes::StructureShape.new(name: 'CreateAccessPolicyResponse')
|
47
|
+
CreateCollectionDetail = Shapes::StructureShape.new(name: 'CreateCollectionDetail')
|
48
|
+
CreateCollectionRequest = Shapes::StructureShape.new(name: 'CreateCollectionRequest')
|
49
|
+
CreateCollectionRequestDescriptionString = Shapes::StringShape.new(name: 'CreateCollectionRequestDescriptionString')
|
50
|
+
CreateCollectionResponse = Shapes::StructureShape.new(name: 'CreateCollectionResponse')
|
51
|
+
CreateSecurityConfigRequest = Shapes::StructureShape.new(name: 'CreateSecurityConfigRequest')
|
52
|
+
CreateSecurityConfigResponse = Shapes::StructureShape.new(name: 'CreateSecurityConfigResponse')
|
53
|
+
CreateSecurityPolicyRequest = Shapes::StructureShape.new(name: 'CreateSecurityPolicyRequest')
|
54
|
+
CreateSecurityPolicyResponse = Shapes::StructureShape.new(name: 'CreateSecurityPolicyResponse')
|
55
|
+
CreateVpcEndpointDetail = Shapes::StructureShape.new(name: 'CreateVpcEndpointDetail')
|
56
|
+
CreateVpcEndpointRequest = Shapes::StructureShape.new(name: 'CreateVpcEndpointRequest')
|
57
|
+
CreateVpcEndpointResponse = Shapes::StructureShape.new(name: 'CreateVpcEndpointResponse')
|
58
|
+
DeleteAccessPolicyRequest = Shapes::StructureShape.new(name: 'DeleteAccessPolicyRequest')
|
59
|
+
DeleteAccessPolicyResponse = Shapes::StructureShape.new(name: 'DeleteAccessPolicyResponse')
|
60
|
+
DeleteCollectionDetail = Shapes::StructureShape.new(name: 'DeleteCollectionDetail')
|
61
|
+
DeleteCollectionRequest = Shapes::StructureShape.new(name: 'DeleteCollectionRequest')
|
62
|
+
DeleteCollectionResponse = Shapes::StructureShape.new(name: 'DeleteCollectionResponse')
|
63
|
+
DeleteSecurityConfigRequest = Shapes::StructureShape.new(name: 'DeleteSecurityConfigRequest')
|
64
|
+
DeleteSecurityConfigResponse = Shapes::StructureShape.new(name: 'DeleteSecurityConfigResponse')
|
65
|
+
DeleteSecurityPolicyRequest = Shapes::StructureShape.new(name: 'DeleteSecurityPolicyRequest')
|
66
|
+
DeleteSecurityPolicyResponse = Shapes::StructureShape.new(name: 'DeleteSecurityPolicyResponse')
|
67
|
+
DeleteVpcEndpointDetail = Shapes::StructureShape.new(name: 'DeleteVpcEndpointDetail')
|
68
|
+
DeleteVpcEndpointRequest = Shapes::StructureShape.new(name: 'DeleteVpcEndpointRequest')
|
69
|
+
DeleteVpcEndpointResponse = Shapes::StructureShape.new(name: 'DeleteVpcEndpointResponse')
|
70
|
+
Document = Shapes::DocumentShape.new(name: 'Document', document: true)
|
71
|
+
GetAccessPolicyRequest = Shapes::StructureShape.new(name: 'GetAccessPolicyRequest')
|
72
|
+
GetAccessPolicyResponse = Shapes::StructureShape.new(name: 'GetAccessPolicyResponse')
|
73
|
+
GetAccountSettingsRequest = Shapes::StructureShape.new(name: 'GetAccountSettingsRequest')
|
74
|
+
GetAccountSettingsResponse = Shapes::StructureShape.new(name: 'GetAccountSettingsResponse')
|
75
|
+
GetPoliciesStatsRequest = Shapes::StructureShape.new(name: 'GetPoliciesStatsRequest')
|
76
|
+
GetPoliciesStatsResponse = Shapes::StructureShape.new(name: 'GetPoliciesStatsResponse')
|
77
|
+
GetSecurityConfigRequest = Shapes::StructureShape.new(name: 'GetSecurityConfigRequest')
|
78
|
+
GetSecurityConfigResponse = Shapes::StructureShape.new(name: 'GetSecurityConfigResponse')
|
79
|
+
GetSecurityPolicyRequest = Shapes::StructureShape.new(name: 'GetSecurityPolicyRequest')
|
80
|
+
GetSecurityPolicyResponse = Shapes::StructureShape.new(name: 'GetSecurityPolicyResponse')
|
81
|
+
IndexingCapacityValue = Shapes::IntegerShape.new(name: 'IndexingCapacityValue')
|
82
|
+
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
83
|
+
ListAccessPoliciesRequest = Shapes::StructureShape.new(name: 'ListAccessPoliciesRequest')
|
84
|
+
ListAccessPoliciesRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListAccessPoliciesRequestMaxResultsInteger')
|
85
|
+
ListAccessPoliciesRequestResourceList = Shapes::ListShape.new(name: 'ListAccessPoliciesRequestResourceList')
|
86
|
+
ListAccessPoliciesResponse = Shapes::StructureShape.new(name: 'ListAccessPoliciesResponse')
|
87
|
+
ListCollectionsRequest = Shapes::StructureShape.new(name: 'ListCollectionsRequest')
|
88
|
+
ListCollectionsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListCollectionsRequestMaxResultsInteger')
|
89
|
+
ListCollectionsResponse = Shapes::StructureShape.new(name: 'ListCollectionsResponse')
|
90
|
+
ListSecurityConfigsRequest = Shapes::StructureShape.new(name: 'ListSecurityConfigsRequest')
|
91
|
+
ListSecurityConfigsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListSecurityConfigsRequestMaxResultsInteger')
|
92
|
+
ListSecurityConfigsResponse = Shapes::StructureShape.new(name: 'ListSecurityConfigsResponse')
|
93
|
+
ListSecurityPoliciesRequest = Shapes::StructureShape.new(name: 'ListSecurityPoliciesRequest')
|
94
|
+
ListSecurityPoliciesRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListSecurityPoliciesRequestMaxResultsInteger')
|
95
|
+
ListSecurityPoliciesRequestResourceList = Shapes::ListShape.new(name: 'ListSecurityPoliciesRequestResourceList')
|
96
|
+
ListSecurityPoliciesResponse = Shapes::StructureShape.new(name: 'ListSecurityPoliciesResponse')
|
97
|
+
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
98
|
+
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
99
|
+
ListVpcEndpointsRequest = Shapes::StructureShape.new(name: 'ListVpcEndpointsRequest')
|
100
|
+
ListVpcEndpointsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListVpcEndpointsRequestMaxResultsInteger')
|
101
|
+
ListVpcEndpointsResponse = Shapes::StructureShape.new(name: 'ListVpcEndpointsResponse')
|
102
|
+
Long = Shapes::IntegerShape.new(name: 'Long')
|
103
|
+
PolicyDescription = Shapes::StringShape.new(name: 'PolicyDescription')
|
104
|
+
PolicyDocument = Shapes::StringShape.new(name: 'PolicyDocument')
|
105
|
+
PolicyName = Shapes::StringShape.new(name: 'PolicyName')
|
106
|
+
PolicyVersion = Shapes::StringShape.new(name: 'PolicyVersion')
|
107
|
+
Resource = Shapes::StringShape.new(name: 'Resource')
|
108
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
109
|
+
SamlConfigOptions = Shapes::StructureShape.new(name: 'SamlConfigOptions')
|
110
|
+
SamlConfigOptionsSessionTimeoutInteger = Shapes::IntegerShape.new(name: 'SamlConfigOptionsSessionTimeoutInteger')
|
111
|
+
SearchCapacityValue = Shapes::IntegerShape.new(name: 'SearchCapacityValue')
|
112
|
+
SecurityConfigDetail = Shapes::StructureShape.new(name: 'SecurityConfigDetail')
|
113
|
+
SecurityConfigId = Shapes::StringShape.new(name: 'SecurityConfigId')
|
114
|
+
SecurityConfigStats = Shapes::StructureShape.new(name: 'SecurityConfigStats')
|
115
|
+
SecurityConfigSummaries = Shapes::ListShape.new(name: 'SecurityConfigSummaries')
|
116
|
+
SecurityConfigSummary = Shapes::StructureShape.new(name: 'SecurityConfigSummary')
|
117
|
+
SecurityConfigType = Shapes::StringShape.new(name: 'SecurityConfigType')
|
118
|
+
SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
|
119
|
+
SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
|
120
|
+
SecurityPolicyDetail = Shapes::StructureShape.new(name: 'SecurityPolicyDetail')
|
121
|
+
SecurityPolicyStats = Shapes::StructureShape.new(name: 'SecurityPolicyStats')
|
122
|
+
SecurityPolicySummaries = Shapes::ListShape.new(name: 'SecurityPolicySummaries')
|
123
|
+
SecurityPolicySummary = Shapes::StructureShape.new(name: 'SecurityPolicySummary')
|
124
|
+
SecurityPolicyType = Shapes::StringShape.new(name: 'SecurityPolicyType')
|
125
|
+
String = Shapes::StringShape.new(name: 'String')
|
126
|
+
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
127
|
+
SubnetIds = Shapes::ListShape.new(name: 'SubnetIds')
|
128
|
+
Tag = Shapes::StructureShape.new(name: 'Tag')
|
129
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
130
|
+
TagKeys = Shapes::ListShape.new(name: 'TagKeys')
|
131
|
+
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
132
|
+
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
133
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
134
|
+
Tags = Shapes::ListShape.new(name: 'Tags')
|
135
|
+
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
136
|
+
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
137
|
+
UpdateAccessPolicyRequest = Shapes::StructureShape.new(name: 'UpdateAccessPolicyRequest')
|
138
|
+
UpdateAccessPolicyResponse = Shapes::StructureShape.new(name: 'UpdateAccessPolicyResponse')
|
139
|
+
UpdateAccountSettingsRequest = Shapes::StructureShape.new(name: 'UpdateAccountSettingsRequest')
|
140
|
+
UpdateAccountSettingsResponse = Shapes::StructureShape.new(name: 'UpdateAccountSettingsResponse')
|
141
|
+
UpdateCollectionDetail = Shapes::StructureShape.new(name: 'UpdateCollectionDetail')
|
142
|
+
UpdateCollectionRequest = Shapes::StructureShape.new(name: 'UpdateCollectionRequest')
|
143
|
+
UpdateCollectionRequestDescriptionString = Shapes::StringShape.new(name: 'UpdateCollectionRequestDescriptionString')
|
144
|
+
UpdateCollectionResponse = Shapes::StructureShape.new(name: 'UpdateCollectionResponse')
|
145
|
+
UpdateSecurityConfigRequest = Shapes::StructureShape.new(name: 'UpdateSecurityConfigRequest')
|
146
|
+
UpdateSecurityConfigResponse = Shapes::StructureShape.new(name: 'UpdateSecurityConfigResponse')
|
147
|
+
UpdateSecurityPolicyRequest = Shapes::StructureShape.new(name: 'UpdateSecurityPolicyRequest')
|
148
|
+
UpdateSecurityPolicyResponse = Shapes::StructureShape.new(name: 'UpdateSecurityPolicyResponse')
|
149
|
+
UpdateVpcEndpointDetail = Shapes::StructureShape.new(name: 'UpdateVpcEndpointDetail')
|
150
|
+
UpdateVpcEndpointRequest = Shapes::StructureShape.new(name: 'UpdateVpcEndpointRequest')
|
151
|
+
UpdateVpcEndpointResponse = Shapes::StructureShape.new(name: 'UpdateVpcEndpointResponse')
|
152
|
+
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
153
|
+
VpcEndpointDetail = Shapes::StructureShape.new(name: 'VpcEndpointDetail')
|
154
|
+
VpcEndpointDetails = Shapes::ListShape.new(name: 'VpcEndpointDetails')
|
155
|
+
VpcEndpointErrorDetail = Shapes::StructureShape.new(name: 'VpcEndpointErrorDetail')
|
156
|
+
VpcEndpointErrorDetails = Shapes::ListShape.new(name: 'VpcEndpointErrorDetails')
|
157
|
+
VpcEndpointFilters = Shapes::StructureShape.new(name: 'VpcEndpointFilters')
|
158
|
+
VpcEndpointId = Shapes::StringShape.new(name: 'VpcEndpointId')
|
159
|
+
VpcEndpointIds = Shapes::ListShape.new(name: 'VpcEndpointIds')
|
160
|
+
VpcEndpointName = Shapes::StringShape.new(name: 'VpcEndpointName')
|
161
|
+
VpcEndpointStatus = Shapes::StringShape.new(name: 'VpcEndpointStatus')
|
162
|
+
VpcEndpointSummaries = Shapes::ListShape.new(name: 'VpcEndpointSummaries')
|
163
|
+
VpcEndpointSummary = Shapes::StructureShape.new(name: 'VpcEndpointSummary')
|
164
|
+
VpcId = Shapes::StringShape.new(name: 'VpcId')
|
165
|
+
samlGroupAttribute = Shapes::StringShape.new(name: 'samlGroupAttribute')
|
166
|
+
samlMetadata = Shapes::StringShape.new(name: 'samlMetadata')
|
167
|
+
samlUserAttribute = Shapes::StringShape.new(name: 'samlUserAttribute')
|
168
|
+
|
169
|
+
AccessPolicyDetail.add_member(:created_date, Shapes::ShapeRef.new(shape: Long, location_name: "createdDate"))
|
170
|
+
AccessPolicyDetail.add_member(:description, Shapes::ShapeRef.new(shape: PolicyDescription, location_name: "description"))
|
171
|
+
AccessPolicyDetail.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: Long, location_name: "lastModifiedDate"))
|
172
|
+
AccessPolicyDetail.add_member(:name, Shapes::ShapeRef.new(shape: PolicyName, location_name: "name"))
|
173
|
+
AccessPolicyDetail.add_member(:policy, Shapes::ShapeRef.new(shape: Document, location_name: "policy"))
|
174
|
+
AccessPolicyDetail.add_member(:policy_version, Shapes::ShapeRef.new(shape: PolicyVersion, location_name: "policyVersion"))
|
175
|
+
AccessPolicyDetail.add_member(:type, Shapes::ShapeRef.new(shape: AccessPolicyType, location_name: "type"))
|
176
|
+
AccessPolicyDetail.struct_class = Types::AccessPolicyDetail
|
177
|
+
|
178
|
+
AccessPolicyStats.add_member(:data_policy_count, Shapes::ShapeRef.new(shape: Long, location_name: "DataPolicyCount"))
|
179
|
+
AccessPolicyStats.struct_class = Types::AccessPolicyStats
|
180
|
+
|
181
|
+
AccessPolicySummaries.member = Shapes::ShapeRef.new(shape: AccessPolicySummary)
|
182
|
+
|
183
|
+
AccessPolicySummary.add_member(:created_date, Shapes::ShapeRef.new(shape: Long, location_name: "createdDate"))
|
184
|
+
AccessPolicySummary.add_member(:description, Shapes::ShapeRef.new(shape: PolicyDescription, location_name: "description"))
|
185
|
+
AccessPolicySummary.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: Long, location_name: "lastModifiedDate"))
|
186
|
+
AccessPolicySummary.add_member(:name, Shapes::ShapeRef.new(shape: PolicyName, location_name: "name"))
|
187
|
+
AccessPolicySummary.add_member(:policy_version, Shapes::ShapeRef.new(shape: PolicyVersion, location_name: "policyVersion"))
|
188
|
+
AccessPolicySummary.add_member(:type, Shapes::ShapeRef.new(shape: AccessPolicyType, location_name: "type"))
|
189
|
+
AccessPolicySummary.struct_class = Types::AccessPolicySummary
|
190
|
+
|
191
|
+
AccountSettingsDetail.add_member(:capacity_limits, Shapes::ShapeRef.new(shape: CapacityLimits, location_name: "capacityLimits"))
|
192
|
+
AccountSettingsDetail.struct_class = Types::AccountSettingsDetail
|
193
|
+
|
194
|
+
BatchGetCollectionRequest.add_member(:ids, Shapes::ShapeRef.new(shape: CollectionIds, location_name: "ids"))
|
195
|
+
BatchGetCollectionRequest.add_member(:names, Shapes::ShapeRef.new(shape: CollectionNames, location_name: "names"))
|
196
|
+
BatchGetCollectionRequest.struct_class = Types::BatchGetCollectionRequest
|
197
|
+
|
198
|
+
BatchGetCollectionResponse.add_member(:collection_details, Shapes::ShapeRef.new(shape: CollectionDetails, location_name: "collectionDetails"))
|
199
|
+
BatchGetCollectionResponse.add_member(:collection_error_details, Shapes::ShapeRef.new(shape: CollectionErrorDetails, location_name: "collectionErrorDetails"))
|
200
|
+
BatchGetCollectionResponse.struct_class = Types::BatchGetCollectionResponse
|
201
|
+
|
202
|
+
BatchGetVpcEndpointRequest.add_member(:ids, Shapes::ShapeRef.new(shape: VpcEndpointIds, required: true, location_name: "ids"))
|
203
|
+
BatchGetVpcEndpointRequest.struct_class = Types::BatchGetVpcEndpointRequest
|
204
|
+
|
205
|
+
BatchGetVpcEndpointResponse.add_member(:vpc_endpoint_details, Shapes::ShapeRef.new(shape: VpcEndpointDetails, location_name: "vpcEndpointDetails"))
|
206
|
+
BatchGetVpcEndpointResponse.add_member(:vpc_endpoint_error_details, Shapes::ShapeRef.new(shape: VpcEndpointErrorDetails, location_name: "vpcEndpointErrorDetails"))
|
207
|
+
BatchGetVpcEndpointResponse.struct_class = Types::BatchGetVpcEndpointResponse
|
208
|
+
|
209
|
+
CapacityLimits.add_member(:max_indexing_capacity_in_ocu, Shapes::ShapeRef.new(shape: IndexingCapacityValue, location_name: "maxIndexingCapacityInOCU"))
|
210
|
+
CapacityLimits.add_member(:max_search_capacity_in_ocu, Shapes::ShapeRef.new(shape: SearchCapacityValue, location_name: "maxSearchCapacityInOCU"))
|
211
|
+
CapacityLimits.struct_class = Types::CapacityLimits
|
212
|
+
|
213
|
+
CollectionDetail.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
|
214
|
+
CollectionDetail.add_member(:collection_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "collectionEndpoint"))
|
215
|
+
CollectionDetail.add_member(:created_date, Shapes::ShapeRef.new(shape: Long, location_name: "createdDate"))
|
216
|
+
CollectionDetail.add_member(:dashboard_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "dashboardEndpoint"))
|
217
|
+
CollectionDetail.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
218
|
+
CollectionDetail.add_member(:id, Shapes::ShapeRef.new(shape: CollectionId, location_name: "id"))
|
219
|
+
CollectionDetail.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: String, location_name: "kmsKeyArn"))
|
220
|
+
CollectionDetail.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: Long, location_name: "lastModifiedDate"))
|
221
|
+
CollectionDetail.add_member(:name, Shapes::ShapeRef.new(shape: CollectionName, location_name: "name"))
|
222
|
+
CollectionDetail.add_member(:status, Shapes::ShapeRef.new(shape: CollectionStatus, location_name: "status"))
|
223
|
+
CollectionDetail.add_member(:type, Shapes::ShapeRef.new(shape: CollectionType, location_name: "type"))
|
224
|
+
CollectionDetail.struct_class = Types::CollectionDetail
|
225
|
+
|
226
|
+
CollectionDetails.member = Shapes::ShapeRef.new(shape: CollectionDetail)
|
227
|
+
|
228
|
+
CollectionErrorDetail.add_member(:error_code, Shapes::ShapeRef.new(shape: String, location_name: "errorCode"))
|
229
|
+
CollectionErrorDetail.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "errorMessage"))
|
230
|
+
CollectionErrorDetail.add_member(:id, Shapes::ShapeRef.new(shape: CollectionId, location_name: "id"))
|
231
|
+
CollectionErrorDetail.add_member(:name, Shapes::ShapeRef.new(shape: CollectionName, location_name: "name"))
|
232
|
+
CollectionErrorDetail.struct_class = Types::CollectionErrorDetail
|
233
|
+
|
234
|
+
CollectionErrorDetails.member = Shapes::ShapeRef.new(shape: CollectionErrorDetail)
|
235
|
+
|
236
|
+
CollectionFilters.add_member(:name, Shapes::ShapeRef.new(shape: CollectionName, location_name: "name"))
|
237
|
+
CollectionFilters.add_member(:status, Shapes::ShapeRef.new(shape: CollectionStatus, location_name: "status"))
|
238
|
+
CollectionFilters.struct_class = Types::CollectionFilters
|
239
|
+
|
240
|
+
CollectionIds.member = Shapes::ShapeRef.new(shape: CollectionId)
|
241
|
+
|
242
|
+
CollectionNames.member = Shapes::ShapeRef.new(shape: CollectionName)
|
243
|
+
|
244
|
+
CollectionSummaries.member = Shapes::ShapeRef.new(shape: CollectionSummary)
|
245
|
+
|
246
|
+
CollectionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
|
247
|
+
CollectionSummary.add_member(:id, Shapes::ShapeRef.new(shape: CollectionId, location_name: "id"))
|
248
|
+
CollectionSummary.add_member(:name, Shapes::ShapeRef.new(shape: CollectionName, location_name: "name"))
|
249
|
+
CollectionSummary.add_member(:status, Shapes::ShapeRef.new(shape: CollectionStatus, location_name: "status"))
|
250
|
+
CollectionSummary.struct_class = Types::CollectionSummary
|
251
|
+
|
252
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
253
|
+
ConflictException.struct_class = Types::ConflictException
|
254
|
+
|
255
|
+
CreateAccessPolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
256
|
+
CreateAccessPolicyRequest.add_member(:description, Shapes::ShapeRef.new(shape: PolicyDescription, location_name: "description"))
|
257
|
+
CreateAccessPolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "name"))
|
258
|
+
CreateAccessPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyDocument, required: true, location_name: "policy"))
|
259
|
+
CreateAccessPolicyRequest.add_member(:type, Shapes::ShapeRef.new(shape: AccessPolicyType, required: true, location_name: "type"))
|
260
|
+
CreateAccessPolicyRequest.struct_class = Types::CreateAccessPolicyRequest
|
261
|
+
|
262
|
+
CreateAccessPolicyResponse.add_member(:access_policy_detail, Shapes::ShapeRef.new(shape: AccessPolicyDetail, location_name: "accessPolicyDetail"))
|
263
|
+
CreateAccessPolicyResponse.struct_class = Types::CreateAccessPolicyResponse
|
264
|
+
|
265
|
+
CreateCollectionDetail.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
|
266
|
+
CreateCollectionDetail.add_member(:created_date, Shapes::ShapeRef.new(shape: Long, location_name: "createdDate"))
|
267
|
+
CreateCollectionDetail.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
268
|
+
CreateCollectionDetail.add_member(:id, Shapes::ShapeRef.new(shape: CollectionId, location_name: "id"))
|
269
|
+
CreateCollectionDetail.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: String, location_name: "kmsKeyArn"))
|
270
|
+
CreateCollectionDetail.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: Long, location_name: "lastModifiedDate"))
|
271
|
+
CreateCollectionDetail.add_member(:name, Shapes::ShapeRef.new(shape: CollectionName, location_name: "name"))
|
272
|
+
CreateCollectionDetail.add_member(:status, Shapes::ShapeRef.new(shape: CollectionStatus, location_name: "status"))
|
273
|
+
CreateCollectionDetail.add_member(:type, Shapes::ShapeRef.new(shape: CollectionType, location_name: "type"))
|
274
|
+
CreateCollectionDetail.struct_class = Types::CreateCollectionDetail
|
275
|
+
|
276
|
+
CreateCollectionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
277
|
+
CreateCollectionRequest.add_member(:description, Shapes::ShapeRef.new(shape: CreateCollectionRequestDescriptionString, location_name: "description"))
|
278
|
+
CreateCollectionRequest.add_member(:name, Shapes::ShapeRef.new(shape: CollectionName, required: true, location_name: "name"))
|
279
|
+
CreateCollectionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
280
|
+
CreateCollectionRequest.add_member(:type, Shapes::ShapeRef.new(shape: CollectionType, location_name: "type"))
|
281
|
+
CreateCollectionRequest.struct_class = Types::CreateCollectionRequest
|
282
|
+
|
283
|
+
CreateCollectionResponse.add_member(:create_collection_detail, Shapes::ShapeRef.new(shape: CreateCollectionDetail, location_name: "createCollectionDetail"))
|
284
|
+
CreateCollectionResponse.struct_class = Types::CreateCollectionResponse
|
285
|
+
|
286
|
+
CreateSecurityConfigRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
287
|
+
CreateSecurityConfigRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConfigDescription, location_name: "description"))
|
288
|
+
CreateSecurityConfigRequest.add_member(:name, Shapes::ShapeRef.new(shape: ConfigName, required: true, location_name: "name"))
|
289
|
+
CreateSecurityConfigRequest.add_member(:saml_options, Shapes::ShapeRef.new(shape: SamlConfigOptions, location_name: "samlOptions"))
|
290
|
+
CreateSecurityConfigRequest.add_member(:type, Shapes::ShapeRef.new(shape: SecurityConfigType, required: true, location_name: "type"))
|
291
|
+
CreateSecurityConfigRequest.struct_class = Types::CreateSecurityConfigRequest
|
292
|
+
|
293
|
+
CreateSecurityConfigResponse.add_member(:security_config_detail, Shapes::ShapeRef.new(shape: SecurityConfigDetail, location_name: "securityConfigDetail"))
|
294
|
+
CreateSecurityConfigResponse.struct_class = Types::CreateSecurityConfigResponse
|
295
|
+
|
296
|
+
CreateSecurityPolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
297
|
+
CreateSecurityPolicyRequest.add_member(:description, Shapes::ShapeRef.new(shape: PolicyDescription, location_name: "description"))
|
298
|
+
CreateSecurityPolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "name"))
|
299
|
+
CreateSecurityPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyDocument, required: true, location_name: "policy"))
|
300
|
+
CreateSecurityPolicyRequest.add_member(:type, Shapes::ShapeRef.new(shape: SecurityPolicyType, required: true, location_name: "type"))
|
301
|
+
CreateSecurityPolicyRequest.struct_class = Types::CreateSecurityPolicyRequest
|
302
|
+
|
303
|
+
CreateSecurityPolicyResponse.add_member(:security_policy_detail, Shapes::ShapeRef.new(shape: SecurityPolicyDetail, location_name: "securityPolicyDetail"))
|
304
|
+
CreateSecurityPolicyResponse.struct_class = Types::CreateSecurityPolicyResponse
|
305
|
+
|
306
|
+
CreateVpcEndpointDetail.add_member(:id, Shapes::ShapeRef.new(shape: VpcEndpointId, location_name: "id"))
|
307
|
+
CreateVpcEndpointDetail.add_member(:name, Shapes::ShapeRef.new(shape: VpcEndpointName, location_name: "name"))
|
308
|
+
CreateVpcEndpointDetail.add_member(:status, Shapes::ShapeRef.new(shape: VpcEndpointStatus, location_name: "status"))
|
309
|
+
CreateVpcEndpointDetail.struct_class = Types::CreateVpcEndpointDetail
|
310
|
+
|
311
|
+
CreateVpcEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
312
|
+
CreateVpcEndpointRequest.add_member(:name, Shapes::ShapeRef.new(shape: VpcEndpointName, required: true, location_name: "name"))
|
313
|
+
CreateVpcEndpointRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "securityGroupIds"))
|
314
|
+
CreateVpcEndpointRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, required: true, location_name: "subnetIds"))
|
315
|
+
CreateVpcEndpointRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "vpcId"))
|
316
|
+
CreateVpcEndpointRequest.struct_class = Types::CreateVpcEndpointRequest
|
317
|
+
|
318
|
+
CreateVpcEndpointResponse.add_member(:create_vpc_endpoint_detail, Shapes::ShapeRef.new(shape: CreateVpcEndpointDetail, location_name: "createVpcEndpointDetail"))
|
319
|
+
CreateVpcEndpointResponse.struct_class = Types::CreateVpcEndpointResponse
|
320
|
+
|
321
|
+
DeleteAccessPolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
322
|
+
DeleteAccessPolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "name"))
|
323
|
+
DeleteAccessPolicyRequest.add_member(:type, Shapes::ShapeRef.new(shape: AccessPolicyType, required: true, location_name: "type"))
|
324
|
+
DeleteAccessPolicyRequest.struct_class = Types::DeleteAccessPolicyRequest
|
325
|
+
|
326
|
+
DeleteAccessPolicyResponse.struct_class = Types::DeleteAccessPolicyResponse
|
327
|
+
|
328
|
+
DeleteCollectionDetail.add_member(:id, Shapes::ShapeRef.new(shape: CollectionId, location_name: "id"))
|
329
|
+
DeleteCollectionDetail.add_member(:name, Shapes::ShapeRef.new(shape: CollectionName, location_name: "name"))
|
330
|
+
DeleteCollectionDetail.add_member(:status, Shapes::ShapeRef.new(shape: CollectionStatus, location_name: "status"))
|
331
|
+
DeleteCollectionDetail.struct_class = Types::DeleteCollectionDetail
|
332
|
+
|
333
|
+
DeleteCollectionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
334
|
+
DeleteCollectionRequest.add_member(:id, Shapes::ShapeRef.new(shape: CollectionId, required: true, location_name: "id"))
|
335
|
+
DeleteCollectionRequest.struct_class = Types::DeleteCollectionRequest
|
336
|
+
|
337
|
+
DeleteCollectionResponse.add_member(:delete_collection_detail, Shapes::ShapeRef.new(shape: DeleteCollectionDetail, location_name: "deleteCollectionDetail"))
|
338
|
+
DeleteCollectionResponse.struct_class = Types::DeleteCollectionResponse
|
339
|
+
|
340
|
+
DeleteSecurityConfigRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
341
|
+
DeleteSecurityConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: SecurityConfigId, required: true, location_name: "id"))
|
342
|
+
DeleteSecurityConfigRequest.struct_class = Types::DeleteSecurityConfigRequest
|
343
|
+
|
344
|
+
DeleteSecurityConfigResponse.struct_class = Types::DeleteSecurityConfigResponse
|
345
|
+
|
346
|
+
DeleteSecurityPolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
347
|
+
DeleteSecurityPolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "name"))
|
348
|
+
DeleteSecurityPolicyRequest.add_member(:type, Shapes::ShapeRef.new(shape: SecurityPolicyType, required: true, location_name: "type"))
|
349
|
+
DeleteSecurityPolicyRequest.struct_class = Types::DeleteSecurityPolicyRequest
|
350
|
+
|
351
|
+
DeleteSecurityPolicyResponse.struct_class = Types::DeleteSecurityPolicyResponse
|
352
|
+
|
353
|
+
DeleteVpcEndpointDetail.add_member(:id, Shapes::ShapeRef.new(shape: VpcEndpointId, location_name: "id"))
|
354
|
+
DeleteVpcEndpointDetail.add_member(:name, Shapes::ShapeRef.new(shape: VpcEndpointName, location_name: "name"))
|
355
|
+
DeleteVpcEndpointDetail.add_member(:status, Shapes::ShapeRef.new(shape: VpcEndpointStatus, location_name: "status"))
|
356
|
+
DeleteVpcEndpointDetail.struct_class = Types::DeleteVpcEndpointDetail
|
357
|
+
|
358
|
+
DeleteVpcEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
359
|
+
DeleteVpcEndpointRequest.add_member(:id, Shapes::ShapeRef.new(shape: VpcEndpointId, required: true, location_name: "id"))
|
360
|
+
DeleteVpcEndpointRequest.struct_class = Types::DeleteVpcEndpointRequest
|
361
|
+
|
362
|
+
DeleteVpcEndpointResponse.add_member(:delete_vpc_endpoint_detail, Shapes::ShapeRef.new(shape: DeleteVpcEndpointDetail, location_name: "deleteVpcEndpointDetail"))
|
363
|
+
DeleteVpcEndpointResponse.struct_class = Types::DeleteVpcEndpointResponse
|
364
|
+
|
365
|
+
GetAccessPolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "name"))
|
366
|
+
GetAccessPolicyRequest.add_member(:type, Shapes::ShapeRef.new(shape: AccessPolicyType, required: true, location_name: "type"))
|
367
|
+
GetAccessPolicyRequest.struct_class = Types::GetAccessPolicyRequest
|
368
|
+
|
369
|
+
GetAccessPolicyResponse.add_member(:access_policy_detail, Shapes::ShapeRef.new(shape: AccessPolicyDetail, location_name: "accessPolicyDetail"))
|
370
|
+
GetAccessPolicyResponse.struct_class = Types::GetAccessPolicyResponse
|
371
|
+
|
372
|
+
GetAccountSettingsRequest.struct_class = Types::GetAccountSettingsRequest
|
373
|
+
|
374
|
+
GetAccountSettingsResponse.add_member(:account_settings_detail, Shapes::ShapeRef.new(shape: AccountSettingsDetail, location_name: "accountSettingsDetail"))
|
375
|
+
GetAccountSettingsResponse.struct_class = Types::GetAccountSettingsResponse
|
376
|
+
|
377
|
+
GetPoliciesStatsRequest.struct_class = Types::GetPoliciesStatsRequest
|
378
|
+
|
379
|
+
GetPoliciesStatsResponse.add_member(:access_policy_stats, Shapes::ShapeRef.new(shape: AccessPolicyStats, location_name: "AccessPolicyStats"))
|
380
|
+
GetPoliciesStatsResponse.add_member(:security_config_stats, Shapes::ShapeRef.new(shape: SecurityConfigStats, location_name: "SecurityConfigStats"))
|
381
|
+
GetPoliciesStatsResponse.add_member(:security_policy_stats, Shapes::ShapeRef.new(shape: SecurityPolicyStats, location_name: "SecurityPolicyStats"))
|
382
|
+
GetPoliciesStatsResponse.add_member(:total_policy_count, Shapes::ShapeRef.new(shape: Long, location_name: "TotalPolicyCount"))
|
383
|
+
GetPoliciesStatsResponse.struct_class = Types::GetPoliciesStatsResponse
|
384
|
+
|
385
|
+
GetSecurityConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: SecurityConfigId, required: true, location_name: "id"))
|
386
|
+
GetSecurityConfigRequest.struct_class = Types::GetSecurityConfigRequest
|
387
|
+
|
388
|
+
GetSecurityConfigResponse.add_member(:security_config_detail, Shapes::ShapeRef.new(shape: SecurityConfigDetail, location_name: "securityConfigDetail"))
|
389
|
+
GetSecurityConfigResponse.struct_class = Types::GetSecurityConfigResponse
|
390
|
+
|
391
|
+
GetSecurityPolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "name"))
|
392
|
+
GetSecurityPolicyRequest.add_member(:type, Shapes::ShapeRef.new(shape: SecurityPolicyType, required: true, location_name: "type"))
|
393
|
+
GetSecurityPolicyRequest.struct_class = Types::GetSecurityPolicyRequest
|
394
|
+
|
395
|
+
GetSecurityPolicyResponse.add_member(:security_policy_detail, Shapes::ShapeRef.new(shape: SecurityPolicyDetail, location_name: "securityPolicyDetail"))
|
396
|
+
GetSecurityPolicyResponse.struct_class = Types::GetSecurityPolicyResponse
|
397
|
+
|
398
|
+
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
399
|
+
InternalServerException.struct_class = Types::InternalServerException
|
400
|
+
|
401
|
+
ListAccessPoliciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListAccessPoliciesRequestMaxResultsInteger, location_name: "maxResults"))
|
402
|
+
ListAccessPoliciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
403
|
+
ListAccessPoliciesRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ListAccessPoliciesRequestResourceList, location_name: "resource"))
|
404
|
+
ListAccessPoliciesRequest.add_member(:type, Shapes::ShapeRef.new(shape: AccessPolicyType, required: true, location_name: "type"))
|
405
|
+
ListAccessPoliciesRequest.struct_class = Types::ListAccessPoliciesRequest
|
406
|
+
|
407
|
+
ListAccessPoliciesRequestResourceList.member = Shapes::ShapeRef.new(shape: Resource)
|
408
|
+
|
409
|
+
ListAccessPoliciesResponse.add_member(:access_policy_summaries, Shapes::ShapeRef.new(shape: AccessPolicySummaries, location_name: "accessPolicySummaries"))
|
410
|
+
ListAccessPoliciesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
411
|
+
ListAccessPoliciesResponse.struct_class = Types::ListAccessPoliciesResponse
|
412
|
+
|
413
|
+
ListCollectionsRequest.add_member(:collection_filters, Shapes::ShapeRef.new(shape: CollectionFilters, location_name: "collectionFilters"))
|
414
|
+
ListCollectionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListCollectionsRequestMaxResultsInteger, location_name: "maxResults"))
|
415
|
+
ListCollectionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
416
|
+
ListCollectionsRequest.struct_class = Types::ListCollectionsRequest
|
417
|
+
|
418
|
+
ListCollectionsResponse.add_member(:collection_summaries, Shapes::ShapeRef.new(shape: CollectionSummaries, location_name: "collectionSummaries"))
|
419
|
+
ListCollectionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
420
|
+
ListCollectionsResponse.struct_class = Types::ListCollectionsResponse
|
421
|
+
|
422
|
+
ListSecurityConfigsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListSecurityConfigsRequestMaxResultsInteger, location_name: "maxResults"))
|
423
|
+
ListSecurityConfigsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
424
|
+
ListSecurityConfigsRequest.add_member(:type, Shapes::ShapeRef.new(shape: SecurityConfigType, required: true, location_name: "type"))
|
425
|
+
ListSecurityConfigsRequest.struct_class = Types::ListSecurityConfigsRequest
|
426
|
+
|
427
|
+
ListSecurityConfigsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
428
|
+
ListSecurityConfigsResponse.add_member(:security_config_summaries, Shapes::ShapeRef.new(shape: SecurityConfigSummaries, location_name: "securityConfigSummaries"))
|
429
|
+
ListSecurityConfigsResponse.struct_class = Types::ListSecurityConfigsResponse
|
430
|
+
|
431
|
+
ListSecurityPoliciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListSecurityPoliciesRequestMaxResultsInteger, location_name: "maxResults"))
|
432
|
+
ListSecurityPoliciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
433
|
+
ListSecurityPoliciesRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ListSecurityPoliciesRequestResourceList, location_name: "resource"))
|
434
|
+
ListSecurityPoliciesRequest.add_member(:type, Shapes::ShapeRef.new(shape: SecurityPolicyType, required: true, location_name: "type"))
|
435
|
+
ListSecurityPoliciesRequest.struct_class = Types::ListSecurityPoliciesRequest
|
436
|
+
|
437
|
+
ListSecurityPoliciesRequestResourceList.member = Shapes::ShapeRef.new(shape: Resource)
|
438
|
+
|
439
|
+
ListSecurityPoliciesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
440
|
+
ListSecurityPoliciesResponse.add_member(:security_policy_summaries, Shapes::ShapeRef.new(shape: SecurityPolicySummaries, location_name: "securityPolicySummaries"))
|
441
|
+
ListSecurityPoliciesResponse.struct_class = Types::ListSecurityPoliciesResponse
|
442
|
+
|
443
|
+
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "resourceArn"))
|
444
|
+
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
445
|
+
|
446
|
+
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
447
|
+
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
448
|
+
|
449
|
+
ListVpcEndpointsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListVpcEndpointsRequestMaxResultsInteger, location_name: "maxResults"))
|
450
|
+
ListVpcEndpointsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
451
|
+
ListVpcEndpointsRequest.add_member(:vpc_endpoint_filters, Shapes::ShapeRef.new(shape: VpcEndpointFilters, location_name: "vpcEndpointFilters"))
|
452
|
+
ListVpcEndpointsRequest.struct_class = Types::ListVpcEndpointsRequest
|
453
|
+
|
454
|
+
ListVpcEndpointsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
455
|
+
ListVpcEndpointsResponse.add_member(:vpc_endpoint_summaries, Shapes::ShapeRef.new(shape: VpcEndpointSummaries, location_name: "vpcEndpointSummaries"))
|
456
|
+
ListVpcEndpointsResponse.struct_class = Types::ListVpcEndpointsResponse
|
457
|
+
|
458
|
+
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
459
|
+
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
460
|
+
|
461
|
+
SamlConfigOptions.add_member(:group_attribute, Shapes::ShapeRef.new(shape: samlGroupAttribute, location_name: "groupAttribute"))
|
462
|
+
SamlConfigOptions.add_member(:metadata, Shapes::ShapeRef.new(shape: samlMetadata, required: true, location_name: "metadata"))
|
463
|
+
SamlConfigOptions.add_member(:session_timeout, Shapes::ShapeRef.new(shape: SamlConfigOptionsSessionTimeoutInteger, location_name: "sessionTimeout"))
|
464
|
+
SamlConfigOptions.add_member(:user_attribute, Shapes::ShapeRef.new(shape: samlUserAttribute, location_name: "userAttribute"))
|
465
|
+
SamlConfigOptions.struct_class = Types::SamlConfigOptions
|
466
|
+
|
467
|
+
SecurityConfigDetail.add_member(:config_version, Shapes::ShapeRef.new(shape: PolicyVersion, location_name: "configVersion"))
|
468
|
+
SecurityConfigDetail.add_member(:created_date, Shapes::ShapeRef.new(shape: Long, location_name: "createdDate"))
|
469
|
+
SecurityConfigDetail.add_member(:description, Shapes::ShapeRef.new(shape: ConfigDescription, location_name: "description"))
|
470
|
+
SecurityConfigDetail.add_member(:id, Shapes::ShapeRef.new(shape: SecurityConfigId, location_name: "id"))
|
471
|
+
SecurityConfigDetail.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: Long, location_name: "lastModifiedDate"))
|
472
|
+
SecurityConfigDetail.add_member(:saml_options, Shapes::ShapeRef.new(shape: SamlConfigOptions, location_name: "samlOptions"))
|
473
|
+
SecurityConfigDetail.add_member(:type, Shapes::ShapeRef.new(shape: SecurityConfigType, location_name: "type"))
|
474
|
+
SecurityConfigDetail.struct_class = Types::SecurityConfigDetail
|
475
|
+
|
476
|
+
SecurityConfigStats.add_member(:saml_config_count, Shapes::ShapeRef.new(shape: Long, location_name: "SamlConfigCount"))
|
477
|
+
SecurityConfigStats.struct_class = Types::SecurityConfigStats
|
478
|
+
|
479
|
+
SecurityConfigSummaries.member = Shapes::ShapeRef.new(shape: SecurityConfigSummary)
|
480
|
+
|
481
|
+
SecurityConfigSummary.add_member(:config_version, Shapes::ShapeRef.new(shape: PolicyVersion, location_name: "configVersion"))
|
482
|
+
SecurityConfigSummary.add_member(:created_date, Shapes::ShapeRef.new(shape: Long, location_name: "createdDate"))
|
483
|
+
SecurityConfigSummary.add_member(:description, Shapes::ShapeRef.new(shape: ConfigDescription, location_name: "description"))
|
484
|
+
SecurityConfigSummary.add_member(:id, Shapes::ShapeRef.new(shape: SecurityConfigId, location_name: "id"))
|
485
|
+
SecurityConfigSummary.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: Long, location_name: "lastModifiedDate"))
|
486
|
+
SecurityConfigSummary.add_member(:type, Shapes::ShapeRef.new(shape: SecurityConfigType, location_name: "type"))
|
487
|
+
SecurityConfigSummary.struct_class = Types::SecurityConfigSummary
|
488
|
+
|
489
|
+
SecurityGroupIds.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
490
|
+
|
491
|
+
SecurityPolicyDetail.add_member(:created_date, Shapes::ShapeRef.new(shape: Long, location_name: "createdDate"))
|
492
|
+
SecurityPolicyDetail.add_member(:description, Shapes::ShapeRef.new(shape: PolicyDescription, location_name: "description"))
|
493
|
+
SecurityPolicyDetail.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: Long, location_name: "lastModifiedDate"))
|
494
|
+
SecurityPolicyDetail.add_member(:name, Shapes::ShapeRef.new(shape: PolicyName, location_name: "name"))
|
495
|
+
SecurityPolicyDetail.add_member(:policy, Shapes::ShapeRef.new(shape: Document, location_name: "policy"))
|
496
|
+
SecurityPolicyDetail.add_member(:policy_version, Shapes::ShapeRef.new(shape: PolicyVersion, location_name: "policyVersion"))
|
497
|
+
SecurityPolicyDetail.add_member(:type, Shapes::ShapeRef.new(shape: SecurityPolicyType, location_name: "type"))
|
498
|
+
SecurityPolicyDetail.struct_class = Types::SecurityPolicyDetail
|
499
|
+
|
500
|
+
SecurityPolicyStats.add_member(:encryption_policy_count, Shapes::ShapeRef.new(shape: Long, location_name: "EncryptionPolicyCount"))
|
501
|
+
SecurityPolicyStats.add_member(:network_policy_count, Shapes::ShapeRef.new(shape: Long, location_name: "NetworkPolicyCount"))
|
502
|
+
SecurityPolicyStats.struct_class = Types::SecurityPolicyStats
|
503
|
+
|
504
|
+
SecurityPolicySummaries.member = Shapes::ShapeRef.new(shape: SecurityPolicySummary)
|
505
|
+
|
506
|
+
SecurityPolicySummary.add_member(:created_date, Shapes::ShapeRef.new(shape: Long, location_name: "createdDate"))
|
507
|
+
SecurityPolicySummary.add_member(:description, Shapes::ShapeRef.new(shape: PolicyDescription, location_name: "description"))
|
508
|
+
SecurityPolicySummary.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: Long, location_name: "lastModifiedDate"))
|
509
|
+
SecurityPolicySummary.add_member(:name, Shapes::ShapeRef.new(shape: PolicyName, location_name: "name"))
|
510
|
+
SecurityPolicySummary.add_member(:policy_version, Shapes::ShapeRef.new(shape: PolicyVersion, location_name: "policyVersion"))
|
511
|
+
SecurityPolicySummary.add_member(:type, Shapes::ShapeRef.new(shape: SecurityPolicyType, location_name: "type"))
|
512
|
+
SecurityPolicySummary.struct_class = Types::SecurityPolicySummary
|
513
|
+
|
514
|
+
SubnetIds.member = Shapes::ShapeRef.new(shape: SubnetId)
|
515
|
+
|
516
|
+
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "key"))
|
517
|
+
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "value"))
|
518
|
+
Tag.struct_class = Types::Tag
|
519
|
+
|
520
|
+
TagKeys.member = Shapes::ShapeRef.new(shape: TagKey)
|
521
|
+
|
522
|
+
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "resourceArn"))
|
523
|
+
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "tags"))
|
524
|
+
TagResourceRequest.struct_class = Types::TagResourceRequest
|
525
|
+
|
526
|
+
TagResourceResponse.struct_class = Types::TagResourceResponse
|
527
|
+
|
528
|
+
Tags.member = Shapes::ShapeRef.new(shape: Tag)
|
529
|
+
|
530
|
+
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "resourceArn"))
|
531
|
+
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location_name: "tagKeys"))
|
532
|
+
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
533
|
+
|
534
|
+
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
535
|
+
|
536
|
+
UpdateAccessPolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
537
|
+
UpdateAccessPolicyRequest.add_member(:description, Shapes::ShapeRef.new(shape: PolicyDescription, location_name: "description"))
|
538
|
+
UpdateAccessPolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "name"))
|
539
|
+
UpdateAccessPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "policy"))
|
540
|
+
UpdateAccessPolicyRequest.add_member(:policy_version, Shapes::ShapeRef.new(shape: PolicyVersion, required: true, location_name: "policyVersion"))
|
541
|
+
UpdateAccessPolicyRequest.add_member(:type, Shapes::ShapeRef.new(shape: AccessPolicyType, required: true, location_name: "type"))
|
542
|
+
UpdateAccessPolicyRequest.struct_class = Types::UpdateAccessPolicyRequest
|
543
|
+
|
544
|
+
UpdateAccessPolicyResponse.add_member(:access_policy_detail, Shapes::ShapeRef.new(shape: AccessPolicyDetail, location_name: "accessPolicyDetail"))
|
545
|
+
UpdateAccessPolicyResponse.struct_class = Types::UpdateAccessPolicyResponse
|
546
|
+
|
547
|
+
UpdateAccountSettingsRequest.add_member(:capacity_limits, Shapes::ShapeRef.new(shape: CapacityLimits, location_name: "capacityLimits"))
|
548
|
+
UpdateAccountSettingsRequest.struct_class = Types::UpdateAccountSettingsRequest
|
549
|
+
|
550
|
+
UpdateAccountSettingsResponse.add_member(:account_settings_detail, Shapes::ShapeRef.new(shape: AccountSettingsDetail, location_name: "accountSettingsDetail"))
|
551
|
+
UpdateAccountSettingsResponse.struct_class = Types::UpdateAccountSettingsResponse
|
552
|
+
|
553
|
+
UpdateCollectionDetail.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
|
554
|
+
UpdateCollectionDetail.add_member(:created_date, Shapes::ShapeRef.new(shape: Long, location_name: "createdDate"))
|
555
|
+
UpdateCollectionDetail.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
556
|
+
UpdateCollectionDetail.add_member(:id, Shapes::ShapeRef.new(shape: CollectionId, location_name: "id"))
|
557
|
+
UpdateCollectionDetail.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: Long, location_name: "lastModifiedDate"))
|
558
|
+
UpdateCollectionDetail.add_member(:name, Shapes::ShapeRef.new(shape: CollectionName, location_name: "name"))
|
559
|
+
UpdateCollectionDetail.add_member(:status, Shapes::ShapeRef.new(shape: CollectionStatus, location_name: "status"))
|
560
|
+
UpdateCollectionDetail.add_member(:type, Shapes::ShapeRef.new(shape: CollectionType, location_name: "type"))
|
561
|
+
UpdateCollectionDetail.struct_class = Types::UpdateCollectionDetail
|
562
|
+
|
563
|
+
UpdateCollectionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
564
|
+
UpdateCollectionRequest.add_member(:description, Shapes::ShapeRef.new(shape: UpdateCollectionRequestDescriptionString, location_name: "description"))
|
565
|
+
UpdateCollectionRequest.add_member(:id, Shapes::ShapeRef.new(shape: CollectionId, required: true, location_name: "id"))
|
566
|
+
UpdateCollectionRequest.struct_class = Types::UpdateCollectionRequest
|
567
|
+
|
568
|
+
UpdateCollectionResponse.add_member(:update_collection_detail, Shapes::ShapeRef.new(shape: UpdateCollectionDetail, location_name: "updateCollectionDetail"))
|
569
|
+
UpdateCollectionResponse.struct_class = Types::UpdateCollectionResponse
|
570
|
+
|
571
|
+
UpdateSecurityConfigRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
572
|
+
UpdateSecurityConfigRequest.add_member(:config_version, Shapes::ShapeRef.new(shape: PolicyVersion, required: true, location_name: "configVersion"))
|
573
|
+
UpdateSecurityConfigRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConfigDescription, location_name: "description"))
|
574
|
+
UpdateSecurityConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: SecurityConfigId, required: true, location_name: "id"))
|
575
|
+
UpdateSecurityConfigRequest.add_member(:saml_options, Shapes::ShapeRef.new(shape: SamlConfigOptions, location_name: "samlOptions"))
|
576
|
+
UpdateSecurityConfigRequest.struct_class = Types::UpdateSecurityConfigRequest
|
577
|
+
|
578
|
+
UpdateSecurityConfigResponse.add_member(:security_config_detail, Shapes::ShapeRef.new(shape: SecurityConfigDetail, location_name: "securityConfigDetail"))
|
579
|
+
UpdateSecurityConfigResponse.struct_class = Types::UpdateSecurityConfigResponse
|
580
|
+
|
581
|
+
UpdateSecurityPolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
582
|
+
UpdateSecurityPolicyRequest.add_member(:description, Shapes::ShapeRef.new(shape: PolicyDescription, location_name: "description"))
|
583
|
+
UpdateSecurityPolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "name"))
|
584
|
+
UpdateSecurityPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "policy"))
|
585
|
+
UpdateSecurityPolicyRequest.add_member(:policy_version, Shapes::ShapeRef.new(shape: PolicyVersion, required: true, location_name: "policyVersion"))
|
586
|
+
UpdateSecurityPolicyRequest.add_member(:type, Shapes::ShapeRef.new(shape: SecurityPolicyType, required: true, location_name: "type"))
|
587
|
+
UpdateSecurityPolicyRequest.struct_class = Types::UpdateSecurityPolicyRequest
|
588
|
+
|
589
|
+
UpdateSecurityPolicyResponse.add_member(:security_policy_detail, Shapes::ShapeRef.new(shape: SecurityPolicyDetail, location_name: "securityPolicyDetail"))
|
590
|
+
UpdateSecurityPolicyResponse.struct_class = Types::UpdateSecurityPolicyResponse
|
591
|
+
|
592
|
+
UpdateVpcEndpointDetail.add_member(:id, Shapes::ShapeRef.new(shape: VpcEndpointId, location_name: "id"))
|
593
|
+
UpdateVpcEndpointDetail.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: Long, location_name: "lastModifiedDate"))
|
594
|
+
UpdateVpcEndpointDetail.add_member(:name, Shapes::ShapeRef.new(shape: VpcEndpointName, location_name: "name"))
|
595
|
+
UpdateVpcEndpointDetail.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "securityGroupIds"))
|
596
|
+
UpdateVpcEndpointDetail.add_member(:status, Shapes::ShapeRef.new(shape: VpcEndpointStatus, location_name: "status"))
|
597
|
+
UpdateVpcEndpointDetail.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, location_name: "subnetIds"))
|
598
|
+
UpdateVpcEndpointDetail.struct_class = Types::UpdateVpcEndpointDetail
|
599
|
+
|
600
|
+
UpdateVpcEndpointRequest.add_member(:add_security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "addSecurityGroupIds"))
|
601
|
+
UpdateVpcEndpointRequest.add_member(:add_subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, location_name: "addSubnetIds"))
|
602
|
+
UpdateVpcEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
603
|
+
UpdateVpcEndpointRequest.add_member(:id, Shapes::ShapeRef.new(shape: VpcEndpointId, required: true, location_name: "id"))
|
604
|
+
UpdateVpcEndpointRequest.add_member(:remove_security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "removeSecurityGroupIds"))
|
605
|
+
UpdateVpcEndpointRequest.add_member(:remove_subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, location_name: "removeSubnetIds"))
|
606
|
+
UpdateVpcEndpointRequest.struct_class = Types::UpdateVpcEndpointRequest
|
607
|
+
|
608
|
+
UpdateVpcEndpointResponse.add_member(:update_vpc_endpoint_detail, Shapes::ShapeRef.new(shape: UpdateVpcEndpointDetail, location_name: "UpdateVpcEndpointDetail"))
|
609
|
+
UpdateVpcEndpointResponse.struct_class = Types::UpdateVpcEndpointResponse
|
610
|
+
|
611
|
+
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
612
|
+
ValidationException.struct_class = Types::ValidationException
|
613
|
+
|
614
|
+
VpcEndpointDetail.add_member(:created_date, Shapes::ShapeRef.new(shape: Long, location_name: "createdDate"))
|
615
|
+
VpcEndpointDetail.add_member(:id, Shapes::ShapeRef.new(shape: VpcEndpointId, location_name: "id"))
|
616
|
+
VpcEndpointDetail.add_member(:name, Shapes::ShapeRef.new(shape: VpcEndpointName, location_name: "name"))
|
617
|
+
VpcEndpointDetail.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "securityGroupIds"))
|
618
|
+
VpcEndpointDetail.add_member(:status, Shapes::ShapeRef.new(shape: VpcEndpointStatus, location_name: "status"))
|
619
|
+
VpcEndpointDetail.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, location_name: "subnetIds"))
|
620
|
+
VpcEndpointDetail.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcId"))
|
621
|
+
VpcEndpointDetail.struct_class = Types::VpcEndpointDetail
|
622
|
+
|
623
|
+
VpcEndpointDetails.member = Shapes::ShapeRef.new(shape: VpcEndpointDetail)
|
624
|
+
|
625
|
+
VpcEndpointErrorDetail.add_member(:error_code, Shapes::ShapeRef.new(shape: String, location_name: "errorCode"))
|
626
|
+
VpcEndpointErrorDetail.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "errorMessage"))
|
627
|
+
VpcEndpointErrorDetail.add_member(:id, Shapes::ShapeRef.new(shape: VpcEndpointId, location_name: "id"))
|
628
|
+
VpcEndpointErrorDetail.struct_class = Types::VpcEndpointErrorDetail
|
629
|
+
|
630
|
+
VpcEndpointErrorDetails.member = Shapes::ShapeRef.new(shape: VpcEndpointErrorDetail)
|
631
|
+
|
632
|
+
VpcEndpointFilters.add_member(:status, Shapes::ShapeRef.new(shape: VpcEndpointStatus, location_name: "status"))
|
633
|
+
VpcEndpointFilters.struct_class = Types::VpcEndpointFilters
|
634
|
+
|
635
|
+
VpcEndpointIds.member = Shapes::ShapeRef.new(shape: VpcEndpointId)
|
636
|
+
|
637
|
+
VpcEndpointSummaries.member = Shapes::ShapeRef.new(shape: VpcEndpointSummary)
|
638
|
+
|
639
|
+
VpcEndpointSummary.add_member(:id, Shapes::ShapeRef.new(shape: VpcEndpointId, location_name: "id"))
|
640
|
+
VpcEndpointSummary.add_member(:name, Shapes::ShapeRef.new(shape: VpcEndpointName, location_name: "name"))
|
641
|
+
VpcEndpointSummary.add_member(:status, Shapes::ShapeRef.new(shape: VpcEndpointStatus, location_name: "status"))
|
642
|
+
VpcEndpointSummary.struct_class = Types::VpcEndpointSummary
|
643
|
+
|
644
|
+
|
645
|
+
# @api private
|
646
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
647
|
+
|
648
|
+
api.version = "2021-11-01"
|
649
|
+
|
650
|
+
api.metadata = {
|
651
|
+
"apiVersion" => "2021-11-01",
|
652
|
+
"endpointPrefix" => "aoss",
|
653
|
+
"jsonVersion" => "1.0",
|
654
|
+
"protocol" => "json",
|
655
|
+
"serviceFullName" => "OpenSearch Service Serverless",
|
656
|
+
"serviceId" => "OpenSearchServerless",
|
657
|
+
"signatureVersion" => "v4",
|
658
|
+
"signingName" => "aoss",
|
659
|
+
"targetPrefix" => "OpenSearchServerless",
|
660
|
+
"uid" => "opensearchserverless-2021-11-01",
|
661
|
+
}
|
662
|
+
|
663
|
+
api.add_operation(:batch_get_collection, Seahorse::Model::Operation.new.tap do |o|
|
664
|
+
o.name = "BatchGetCollection"
|
665
|
+
o.http_method = "POST"
|
666
|
+
o.http_request_uri = "/"
|
667
|
+
o.input = Shapes::ShapeRef.new(shape: BatchGetCollectionRequest)
|
668
|
+
o.output = Shapes::ShapeRef.new(shape: BatchGetCollectionResponse)
|
669
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
670
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
671
|
+
end)
|
672
|
+
|
673
|
+
api.add_operation(:batch_get_vpc_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
674
|
+
o.name = "BatchGetVpcEndpoint"
|
675
|
+
o.http_method = "POST"
|
676
|
+
o.http_request_uri = "/"
|
677
|
+
o.input = Shapes::ShapeRef.new(shape: BatchGetVpcEndpointRequest)
|
678
|
+
o.output = Shapes::ShapeRef.new(shape: BatchGetVpcEndpointResponse)
|
679
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
680
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
681
|
+
end)
|
682
|
+
|
683
|
+
api.add_operation(:create_access_policy, Seahorse::Model::Operation.new.tap do |o|
|
684
|
+
o.name = "CreateAccessPolicy"
|
685
|
+
o.http_method = "POST"
|
686
|
+
o.http_request_uri = "/"
|
687
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAccessPolicyRequest)
|
688
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAccessPolicyResponse)
|
689
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
690
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
691
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
692
|
+
end)
|
693
|
+
|
694
|
+
api.add_operation(:create_collection, Seahorse::Model::Operation.new.tap do |o|
|
695
|
+
o.name = "CreateCollection"
|
696
|
+
o.http_method = "POST"
|
697
|
+
o.http_request_uri = "/"
|
698
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCollectionRequest)
|
699
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCollectionResponse)
|
700
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
701
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
702
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
703
|
+
end)
|
704
|
+
|
705
|
+
api.add_operation(:create_security_config, Seahorse::Model::Operation.new.tap do |o|
|
706
|
+
o.name = "CreateSecurityConfig"
|
707
|
+
o.http_method = "POST"
|
708
|
+
o.http_request_uri = "/"
|
709
|
+
o.input = Shapes::ShapeRef.new(shape: CreateSecurityConfigRequest)
|
710
|
+
o.output = Shapes::ShapeRef.new(shape: CreateSecurityConfigResponse)
|
711
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
712
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
713
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
714
|
+
end)
|
715
|
+
|
716
|
+
api.add_operation(:create_security_policy, Seahorse::Model::Operation.new.tap do |o|
|
717
|
+
o.name = "CreateSecurityPolicy"
|
718
|
+
o.http_method = "POST"
|
719
|
+
o.http_request_uri = "/"
|
720
|
+
o.input = Shapes::ShapeRef.new(shape: CreateSecurityPolicyRequest)
|
721
|
+
o.output = Shapes::ShapeRef.new(shape: CreateSecurityPolicyResponse)
|
722
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
723
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
724
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
725
|
+
end)
|
726
|
+
|
727
|
+
api.add_operation(:create_vpc_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
728
|
+
o.name = "CreateVpcEndpoint"
|
729
|
+
o.http_method = "POST"
|
730
|
+
o.http_request_uri = "/"
|
731
|
+
o.input = Shapes::ShapeRef.new(shape: CreateVpcEndpointRequest)
|
732
|
+
o.output = Shapes::ShapeRef.new(shape: CreateVpcEndpointResponse)
|
733
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
734
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
735
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
736
|
+
end)
|
737
|
+
|
738
|
+
api.add_operation(:delete_access_policy, Seahorse::Model::Operation.new.tap do |o|
|
739
|
+
o.name = "DeleteAccessPolicy"
|
740
|
+
o.http_method = "POST"
|
741
|
+
o.http_request_uri = "/"
|
742
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAccessPolicyRequest)
|
743
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteAccessPolicyResponse)
|
744
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
745
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
746
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
747
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
748
|
+
end)
|
749
|
+
|
750
|
+
api.add_operation(:delete_collection, Seahorse::Model::Operation.new.tap do |o|
|
751
|
+
o.name = "DeleteCollection"
|
752
|
+
o.http_method = "POST"
|
753
|
+
o.http_request_uri = "/"
|
754
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteCollectionRequest)
|
755
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteCollectionResponse)
|
756
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
757
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
758
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
759
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
760
|
+
end)
|
761
|
+
|
762
|
+
api.add_operation(:delete_security_config, Seahorse::Model::Operation.new.tap do |o|
|
763
|
+
o.name = "DeleteSecurityConfig"
|
764
|
+
o.http_method = "POST"
|
765
|
+
o.http_request_uri = "/"
|
766
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteSecurityConfigRequest)
|
767
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteSecurityConfigResponse)
|
768
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
769
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
770
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
771
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
772
|
+
end)
|
773
|
+
|
774
|
+
api.add_operation(:delete_security_policy, Seahorse::Model::Operation.new.tap do |o|
|
775
|
+
o.name = "DeleteSecurityPolicy"
|
776
|
+
o.http_method = "POST"
|
777
|
+
o.http_request_uri = "/"
|
778
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteSecurityPolicyRequest)
|
779
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteSecurityPolicyResponse)
|
780
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
781
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
782
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
783
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
784
|
+
end)
|
785
|
+
|
786
|
+
api.add_operation(:delete_vpc_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
787
|
+
o.name = "DeleteVpcEndpoint"
|
788
|
+
o.http_method = "POST"
|
789
|
+
o.http_request_uri = "/"
|
790
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteVpcEndpointRequest)
|
791
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteVpcEndpointResponse)
|
792
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
793
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
794
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
795
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
796
|
+
end)
|
797
|
+
|
798
|
+
api.add_operation(:get_access_policy, Seahorse::Model::Operation.new.tap do |o|
|
799
|
+
o.name = "GetAccessPolicy"
|
800
|
+
o.http_method = "POST"
|
801
|
+
o.http_request_uri = "/"
|
802
|
+
o.input = Shapes::ShapeRef.new(shape: GetAccessPolicyRequest)
|
803
|
+
o.output = Shapes::ShapeRef.new(shape: GetAccessPolicyResponse)
|
804
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
805
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
806
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
807
|
+
end)
|
808
|
+
|
809
|
+
api.add_operation(:get_account_settings, Seahorse::Model::Operation.new.tap do |o|
|
810
|
+
o.name = "GetAccountSettings"
|
811
|
+
o.http_method = "POST"
|
812
|
+
o.http_request_uri = "/"
|
813
|
+
o.input = Shapes::ShapeRef.new(shape: GetAccountSettingsRequest)
|
814
|
+
o.output = Shapes::ShapeRef.new(shape: GetAccountSettingsResponse)
|
815
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
816
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
817
|
+
end)
|
818
|
+
|
819
|
+
api.add_operation(:get_policies_stats, Seahorse::Model::Operation.new.tap do |o|
|
820
|
+
o.name = "GetPoliciesStats"
|
821
|
+
o.http_method = "POST"
|
822
|
+
o.http_request_uri = "/"
|
823
|
+
o.input = Shapes::ShapeRef.new(shape: GetPoliciesStatsRequest)
|
824
|
+
o.output = Shapes::ShapeRef.new(shape: GetPoliciesStatsResponse)
|
825
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
826
|
+
end)
|
827
|
+
|
828
|
+
api.add_operation(:get_security_config, Seahorse::Model::Operation.new.tap do |o|
|
829
|
+
o.name = "GetSecurityConfig"
|
830
|
+
o.http_method = "POST"
|
831
|
+
o.http_request_uri = "/"
|
832
|
+
o.input = Shapes::ShapeRef.new(shape: GetSecurityConfigRequest)
|
833
|
+
o.output = Shapes::ShapeRef.new(shape: GetSecurityConfigResponse)
|
834
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
835
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
836
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
837
|
+
end)
|
838
|
+
|
839
|
+
api.add_operation(:get_security_policy, Seahorse::Model::Operation.new.tap do |o|
|
840
|
+
o.name = "GetSecurityPolicy"
|
841
|
+
o.http_method = "POST"
|
842
|
+
o.http_request_uri = "/"
|
843
|
+
o.input = Shapes::ShapeRef.new(shape: GetSecurityPolicyRequest)
|
844
|
+
o.output = Shapes::ShapeRef.new(shape: GetSecurityPolicyResponse)
|
845
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
846
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
847
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
848
|
+
end)
|
849
|
+
|
850
|
+
api.add_operation(:list_access_policies, Seahorse::Model::Operation.new.tap do |o|
|
851
|
+
o.name = "ListAccessPolicies"
|
852
|
+
o.http_method = "POST"
|
853
|
+
o.http_request_uri = "/"
|
854
|
+
o.input = Shapes::ShapeRef.new(shape: ListAccessPoliciesRequest)
|
855
|
+
o.output = Shapes::ShapeRef.new(shape: ListAccessPoliciesResponse)
|
856
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
857
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
858
|
+
o[:pager] = Aws::Pager.new(
|
859
|
+
limit_key: "max_results",
|
860
|
+
tokens: {
|
861
|
+
"next_token" => "next_token"
|
862
|
+
}
|
863
|
+
)
|
864
|
+
end)
|
865
|
+
|
866
|
+
api.add_operation(:list_collections, Seahorse::Model::Operation.new.tap do |o|
|
867
|
+
o.name = "ListCollections"
|
868
|
+
o.http_method = "POST"
|
869
|
+
o.http_request_uri = "/"
|
870
|
+
o.input = Shapes::ShapeRef.new(shape: ListCollectionsRequest)
|
871
|
+
o.output = Shapes::ShapeRef.new(shape: ListCollectionsResponse)
|
872
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
873
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
874
|
+
o[:pager] = Aws::Pager.new(
|
875
|
+
limit_key: "max_results",
|
876
|
+
tokens: {
|
877
|
+
"next_token" => "next_token"
|
878
|
+
}
|
879
|
+
)
|
880
|
+
end)
|
881
|
+
|
882
|
+
api.add_operation(:list_security_configs, Seahorse::Model::Operation.new.tap do |o|
|
883
|
+
o.name = "ListSecurityConfigs"
|
884
|
+
o.http_method = "POST"
|
885
|
+
o.http_request_uri = "/"
|
886
|
+
o.input = Shapes::ShapeRef.new(shape: ListSecurityConfigsRequest)
|
887
|
+
o.output = Shapes::ShapeRef.new(shape: ListSecurityConfigsResponse)
|
888
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
889
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
890
|
+
o[:pager] = Aws::Pager.new(
|
891
|
+
limit_key: "max_results",
|
892
|
+
tokens: {
|
893
|
+
"next_token" => "next_token"
|
894
|
+
}
|
895
|
+
)
|
896
|
+
end)
|
897
|
+
|
898
|
+
api.add_operation(:list_security_policies, Seahorse::Model::Operation.new.tap do |o|
|
899
|
+
o.name = "ListSecurityPolicies"
|
900
|
+
o.http_method = "POST"
|
901
|
+
o.http_request_uri = "/"
|
902
|
+
o.input = Shapes::ShapeRef.new(shape: ListSecurityPoliciesRequest)
|
903
|
+
o.output = Shapes::ShapeRef.new(shape: ListSecurityPoliciesResponse)
|
904
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
905
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
906
|
+
o[:pager] = Aws::Pager.new(
|
907
|
+
limit_key: "max_results",
|
908
|
+
tokens: {
|
909
|
+
"next_token" => "next_token"
|
910
|
+
}
|
911
|
+
)
|
912
|
+
end)
|
913
|
+
|
914
|
+
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
915
|
+
o.name = "ListTagsForResource"
|
916
|
+
o.http_method = "POST"
|
917
|
+
o.http_request_uri = "/"
|
918
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
919
|
+
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
920
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
921
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
922
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
923
|
+
end)
|
924
|
+
|
925
|
+
api.add_operation(:list_vpc_endpoints, Seahorse::Model::Operation.new.tap do |o|
|
926
|
+
o.name = "ListVpcEndpoints"
|
927
|
+
o.http_method = "POST"
|
928
|
+
o.http_request_uri = "/"
|
929
|
+
o.input = Shapes::ShapeRef.new(shape: ListVpcEndpointsRequest)
|
930
|
+
o.output = Shapes::ShapeRef.new(shape: ListVpcEndpointsResponse)
|
931
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
932
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
933
|
+
o[:pager] = Aws::Pager.new(
|
934
|
+
limit_key: "max_results",
|
935
|
+
tokens: {
|
936
|
+
"next_token" => "next_token"
|
937
|
+
}
|
938
|
+
)
|
939
|
+
end)
|
940
|
+
|
941
|
+
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
942
|
+
o.name = "TagResource"
|
943
|
+
o.http_method = "POST"
|
944
|
+
o.http_request_uri = "/"
|
945
|
+
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
946
|
+
o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
|
947
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
948
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
949
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
950
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
951
|
+
end)
|
952
|
+
|
953
|
+
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
954
|
+
o.name = "UntagResource"
|
955
|
+
o.http_method = "POST"
|
956
|
+
o.http_request_uri = "/"
|
957
|
+
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
958
|
+
o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
|
959
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
960
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
961
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
962
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
963
|
+
end)
|
964
|
+
|
965
|
+
api.add_operation(:update_access_policy, Seahorse::Model::Operation.new.tap do |o|
|
966
|
+
o.name = "UpdateAccessPolicy"
|
967
|
+
o.http_method = "POST"
|
968
|
+
o.http_request_uri = "/"
|
969
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAccessPolicyRequest)
|
970
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateAccessPolicyResponse)
|
971
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
972
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
973
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
974
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
975
|
+
end)
|
976
|
+
|
977
|
+
api.add_operation(:update_account_settings, Seahorse::Model::Operation.new.tap do |o|
|
978
|
+
o.name = "UpdateAccountSettings"
|
979
|
+
o.http_method = "POST"
|
980
|
+
o.http_request_uri = "/"
|
981
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAccountSettingsRequest)
|
982
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateAccountSettingsResponse)
|
983
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
984
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
985
|
+
end)
|
986
|
+
|
987
|
+
api.add_operation(:update_collection, Seahorse::Model::Operation.new.tap do |o|
|
988
|
+
o.name = "UpdateCollection"
|
989
|
+
o.http_method = "POST"
|
990
|
+
o.http_request_uri = "/"
|
991
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateCollectionRequest)
|
992
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateCollectionResponse)
|
993
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
994
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
995
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
996
|
+
end)
|
997
|
+
|
998
|
+
api.add_operation(:update_security_config, Seahorse::Model::Operation.new.tap do |o|
|
999
|
+
o.name = "UpdateSecurityConfig"
|
1000
|
+
o.http_method = "POST"
|
1001
|
+
o.http_request_uri = "/"
|
1002
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateSecurityConfigRequest)
|
1003
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateSecurityConfigResponse)
|
1004
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1005
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1006
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1007
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1008
|
+
end)
|
1009
|
+
|
1010
|
+
api.add_operation(:update_security_policy, Seahorse::Model::Operation.new.tap do |o|
|
1011
|
+
o.name = "UpdateSecurityPolicy"
|
1012
|
+
o.http_method = "POST"
|
1013
|
+
o.http_request_uri = "/"
|
1014
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateSecurityPolicyRequest)
|
1015
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateSecurityPolicyResponse)
|
1016
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1017
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1018
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1019
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1020
|
+
end)
|
1021
|
+
|
1022
|
+
api.add_operation(:update_vpc_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
1023
|
+
o.name = "UpdateVpcEndpoint"
|
1024
|
+
o.http_method = "POST"
|
1025
|
+
o.http_request_uri = "/"
|
1026
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateVpcEndpointRequest)
|
1027
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateVpcEndpointResponse)
|
1028
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1029
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1030
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1031
|
+
end)
|
1032
|
+
end
|
1033
|
+
|
1034
|
+
end
|
1035
|
+
end
|