aws-sdk-workspacesweb 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1329 @@
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::WorkSpacesWeb
11
+ # @api private
12
+ module ClientApi
13
+
14
+ include Seahorse::Model
15
+
16
+ ARN = Shapes::StringShape.new(name: 'ARN')
17
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
18
+ ArnList = Shapes::ListShape.new(name: 'ArnList')
19
+ AssociateBrowserSettingsRequest = Shapes::StructureShape.new(name: 'AssociateBrowserSettingsRequest')
20
+ AssociateBrowserSettingsResponse = Shapes::StructureShape.new(name: 'AssociateBrowserSettingsResponse')
21
+ AssociateNetworkSettingsRequest = Shapes::StructureShape.new(name: 'AssociateNetworkSettingsRequest')
22
+ AssociateNetworkSettingsResponse = Shapes::StructureShape.new(name: 'AssociateNetworkSettingsResponse')
23
+ AssociateTrustStoreRequest = Shapes::StructureShape.new(name: 'AssociateTrustStoreRequest')
24
+ AssociateTrustStoreResponse = Shapes::StructureShape.new(name: 'AssociateTrustStoreResponse')
25
+ AssociateUserSettingsRequest = Shapes::StructureShape.new(name: 'AssociateUserSettingsRequest')
26
+ AssociateUserSettingsResponse = Shapes::StructureShape.new(name: 'AssociateUserSettingsResponse')
27
+ BrowserPolicy = Shapes::StringShape.new(name: 'BrowserPolicy')
28
+ BrowserSettings = Shapes::StructureShape.new(name: 'BrowserSettings')
29
+ BrowserSettingsList = Shapes::ListShape.new(name: 'BrowserSettingsList')
30
+ BrowserSettingsSummary = Shapes::StructureShape.new(name: 'BrowserSettingsSummary')
31
+ BrowserType = Shapes::StringShape.new(name: 'BrowserType')
32
+ Certificate = Shapes::StructureShape.new(name: 'Certificate')
33
+ CertificateAuthorityBody = Shapes::BlobShape.new(name: 'CertificateAuthorityBody')
34
+ CertificateList = Shapes::ListShape.new(name: 'CertificateList')
35
+ CertificatePrincipal = Shapes::StringShape.new(name: 'CertificatePrincipal')
36
+ CertificateSummary = Shapes::StructureShape.new(name: 'CertificateSummary')
37
+ CertificateSummaryList = Shapes::ListShape.new(name: 'CertificateSummaryList')
38
+ CertificateThumbprint = Shapes::StringShape.new(name: 'CertificateThumbprint')
39
+ CertificateThumbprintList = Shapes::ListShape.new(name: 'CertificateThumbprintList')
40
+ ClientToken = Shapes::StringShape.new(name: 'ClientToken')
41
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
42
+ CreateBrowserSettingsRequest = Shapes::StructureShape.new(name: 'CreateBrowserSettingsRequest')
43
+ CreateBrowserSettingsResponse = Shapes::StructureShape.new(name: 'CreateBrowserSettingsResponse')
44
+ CreateIdentityProviderRequest = Shapes::StructureShape.new(name: 'CreateIdentityProviderRequest')
45
+ CreateIdentityProviderResponse = Shapes::StructureShape.new(name: 'CreateIdentityProviderResponse')
46
+ CreateNetworkSettingsRequest = Shapes::StructureShape.new(name: 'CreateNetworkSettingsRequest')
47
+ CreateNetworkSettingsResponse = Shapes::StructureShape.new(name: 'CreateNetworkSettingsResponse')
48
+ CreatePortalRequest = Shapes::StructureShape.new(name: 'CreatePortalRequest')
49
+ CreatePortalResponse = Shapes::StructureShape.new(name: 'CreatePortalResponse')
50
+ CreateTrustStoreRequest = Shapes::StructureShape.new(name: 'CreateTrustStoreRequest')
51
+ CreateTrustStoreResponse = Shapes::StructureShape.new(name: 'CreateTrustStoreResponse')
52
+ CreateUserSettingsRequest = Shapes::StructureShape.new(name: 'CreateUserSettingsRequest')
53
+ CreateUserSettingsResponse = Shapes::StructureShape.new(name: 'CreateUserSettingsResponse')
54
+ DeleteBrowserSettingsRequest = Shapes::StructureShape.new(name: 'DeleteBrowserSettingsRequest')
55
+ DeleteBrowserSettingsResponse = Shapes::StructureShape.new(name: 'DeleteBrowserSettingsResponse')
56
+ DeleteIdentityProviderRequest = Shapes::StructureShape.new(name: 'DeleteIdentityProviderRequest')
57
+ DeleteIdentityProviderResponse = Shapes::StructureShape.new(name: 'DeleteIdentityProviderResponse')
58
+ DeleteNetworkSettingsRequest = Shapes::StructureShape.new(name: 'DeleteNetworkSettingsRequest')
59
+ DeleteNetworkSettingsResponse = Shapes::StructureShape.new(name: 'DeleteNetworkSettingsResponse')
60
+ DeletePortalRequest = Shapes::StructureShape.new(name: 'DeletePortalRequest')
61
+ DeletePortalResponse = Shapes::StructureShape.new(name: 'DeletePortalResponse')
62
+ DeleteTrustStoreRequest = Shapes::StructureShape.new(name: 'DeleteTrustStoreRequest')
63
+ DeleteTrustStoreResponse = Shapes::StructureShape.new(name: 'DeleteTrustStoreResponse')
64
+ DeleteUserSettingsRequest = Shapes::StructureShape.new(name: 'DeleteUserSettingsRequest')
65
+ DeleteUserSettingsResponse = Shapes::StructureShape.new(name: 'DeleteUserSettingsResponse')
66
+ DisassociateBrowserSettingsRequest = Shapes::StructureShape.new(name: 'DisassociateBrowserSettingsRequest')
67
+ DisassociateBrowserSettingsResponse = Shapes::StructureShape.new(name: 'DisassociateBrowserSettingsResponse')
68
+ DisassociateNetworkSettingsRequest = Shapes::StructureShape.new(name: 'DisassociateNetworkSettingsRequest')
69
+ DisassociateNetworkSettingsResponse = Shapes::StructureShape.new(name: 'DisassociateNetworkSettingsResponse')
70
+ DisassociateTrustStoreRequest = Shapes::StructureShape.new(name: 'DisassociateTrustStoreRequest')
71
+ DisassociateTrustStoreResponse = Shapes::StructureShape.new(name: 'DisassociateTrustStoreResponse')
72
+ DisassociateUserSettingsRequest = Shapes::StructureShape.new(name: 'DisassociateUserSettingsRequest')
73
+ DisassociateUserSettingsResponse = Shapes::StructureShape.new(name: 'DisassociateUserSettingsResponse')
74
+ DisplayName = Shapes::StringShape.new(name: 'DisplayName')
75
+ EnabledType = Shapes::StringShape.new(name: 'EnabledType')
76
+ EncryptionContextMap = Shapes::MapShape.new(name: 'EncryptionContextMap')
77
+ ExceptionMessage = Shapes::StringShape.new(name: 'ExceptionMessage')
78
+ FieldName = Shapes::StringShape.new(name: 'FieldName')
79
+ GetBrowserSettingsRequest = Shapes::StructureShape.new(name: 'GetBrowserSettingsRequest')
80
+ GetBrowserSettingsResponse = Shapes::StructureShape.new(name: 'GetBrowserSettingsResponse')
81
+ GetIdentityProviderRequest = Shapes::StructureShape.new(name: 'GetIdentityProviderRequest')
82
+ GetIdentityProviderResponse = Shapes::StructureShape.new(name: 'GetIdentityProviderResponse')
83
+ GetNetworkSettingsRequest = Shapes::StructureShape.new(name: 'GetNetworkSettingsRequest')
84
+ GetNetworkSettingsResponse = Shapes::StructureShape.new(name: 'GetNetworkSettingsResponse')
85
+ GetPortalRequest = Shapes::StructureShape.new(name: 'GetPortalRequest')
86
+ GetPortalResponse = Shapes::StructureShape.new(name: 'GetPortalResponse')
87
+ GetPortalServiceProviderMetadataRequest = Shapes::StructureShape.new(name: 'GetPortalServiceProviderMetadataRequest')
88
+ GetPortalServiceProviderMetadataResponse = Shapes::StructureShape.new(name: 'GetPortalServiceProviderMetadataResponse')
89
+ GetTrustStoreCertificateRequest = Shapes::StructureShape.new(name: 'GetTrustStoreCertificateRequest')
90
+ GetTrustStoreCertificateResponse = Shapes::StructureShape.new(name: 'GetTrustStoreCertificateResponse')
91
+ GetTrustStoreRequest = Shapes::StructureShape.new(name: 'GetTrustStoreRequest')
92
+ GetTrustStoreResponse = Shapes::StructureShape.new(name: 'GetTrustStoreResponse')
93
+ GetUserSettingsRequest = Shapes::StructureShape.new(name: 'GetUserSettingsRequest')
94
+ GetUserSettingsResponse = Shapes::StructureShape.new(name: 'GetUserSettingsResponse')
95
+ IdentityProvider = Shapes::StructureShape.new(name: 'IdentityProvider')
96
+ IdentityProviderDetails = Shapes::MapShape.new(name: 'IdentityProviderDetails')
97
+ IdentityProviderList = Shapes::ListShape.new(name: 'IdentityProviderList')
98
+ IdentityProviderName = Shapes::StringShape.new(name: 'IdentityProviderName')
99
+ IdentityProviderSummary = Shapes::StructureShape.new(name: 'IdentityProviderSummary')
100
+ IdentityProviderType = Shapes::StringShape.new(name: 'IdentityProviderType')
101
+ InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
102
+ ListBrowserSettingsRequest = Shapes::StructureShape.new(name: 'ListBrowserSettingsRequest')
103
+ ListBrowserSettingsResponse = Shapes::StructureShape.new(name: 'ListBrowserSettingsResponse')
104
+ ListIdentityProvidersRequest = Shapes::StructureShape.new(name: 'ListIdentityProvidersRequest')
105
+ ListIdentityProvidersResponse = Shapes::StructureShape.new(name: 'ListIdentityProvidersResponse')
106
+ ListNetworkSettingsRequest = Shapes::StructureShape.new(name: 'ListNetworkSettingsRequest')
107
+ ListNetworkSettingsResponse = Shapes::StructureShape.new(name: 'ListNetworkSettingsResponse')
108
+ ListPortalsRequest = Shapes::StructureShape.new(name: 'ListPortalsRequest')
109
+ ListPortalsResponse = Shapes::StructureShape.new(name: 'ListPortalsResponse')
110
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
111
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
112
+ ListTrustStoreCertificatesRequest = Shapes::StructureShape.new(name: 'ListTrustStoreCertificatesRequest')
113
+ ListTrustStoreCertificatesResponse = Shapes::StructureShape.new(name: 'ListTrustStoreCertificatesResponse')
114
+ ListTrustStoresRequest = Shapes::StructureShape.new(name: 'ListTrustStoresRequest')
115
+ ListTrustStoresResponse = Shapes::StructureShape.new(name: 'ListTrustStoresResponse')
116
+ ListUserSettingsRequest = Shapes::StructureShape.new(name: 'ListUserSettingsRequest')
117
+ ListUserSettingsResponse = Shapes::StructureShape.new(name: 'ListUserSettingsResponse')
118
+ MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
119
+ NetworkSettings = Shapes::StructureShape.new(name: 'NetworkSettings')
120
+ NetworkSettingsList = Shapes::ListShape.new(name: 'NetworkSettingsList')
121
+ NetworkSettingsSummary = Shapes::StructureShape.new(name: 'NetworkSettingsSummary')
122
+ PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
123
+ Portal = Shapes::StructureShape.new(name: 'Portal')
124
+ PortalEndpoint = Shapes::StringShape.new(name: 'PortalEndpoint')
125
+ PortalList = Shapes::ListShape.new(name: 'PortalList')
126
+ PortalStatus = Shapes::StringShape.new(name: 'PortalStatus')
127
+ PortalSummary = Shapes::StructureShape.new(name: 'PortalSummary')
128
+ QuotaCode = Shapes::StringShape.new(name: 'QuotaCode')
129
+ RendererType = Shapes::StringShape.new(name: 'RendererType')
130
+ ResourceId = Shapes::StringShape.new(name: 'ResourceId')
131
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
132
+ ResourceType = Shapes::StringShape.new(name: 'ResourceType')
133
+ RetryAfterSeconds = Shapes::IntegerShape.new(name: 'RetryAfterSeconds')
134
+ SamlMetadata = Shapes::StringShape.new(name: 'SamlMetadata')
135
+ SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
136
+ SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
137
+ ServiceCode = Shapes::StringShape.new(name: 'ServiceCode')
138
+ ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
139
+ StatusReason = Shapes::StringShape.new(name: 'StatusReason')
140
+ StringType = Shapes::StringShape.new(name: 'StringType')
141
+ SubnetId = Shapes::StringShape.new(name: 'SubnetId')
142
+ SubnetIdList = Shapes::ListShape.new(name: 'SubnetIdList')
143
+ Tag = Shapes::StructureShape.new(name: 'Tag')
144
+ TagExceptionMessage = Shapes::StringShape.new(name: 'TagExceptionMessage')
145
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
146
+ TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
147
+ TagList = Shapes::ListShape.new(name: 'TagList')
148
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
149
+ TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
150
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
151
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
152
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
153
+ TooManyTagsException = Shapes::StructureShape.new(name: 'TooManyTagsException')
154
+ TrustStore = Shapes::StructureShape.new(name: 'TrustStore')
155
+ TrustStoreSummary = Shapes::StructureShape.new(name: 'TrustStoreSummary')
156
+ TrustStoreSummaryList = Shapes::ListShape.new(name: 'TrustStoreSummaryList')
157
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
158
+ UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
159
+ UpdateBrowserSettingsRequest = Shapes::StructureShape.new(name: 'UpdateBrowserSettingsRequest')
160
+ UpdateBrowserSettingsResponse = Shapes::StructureShape.new(name: 'UpdateBrowserSettingsResponse')
161
+ UpdateIdentityProviderRequest = Shapes::StructureShape.new(name: 'UpdateIdentityProviderRequest')
162
+ UpdateIdentityProviderResponse = Shapes::StructureShape.new(name: 'UpdateIdentityProviderResponse')
163
+ UpdateNetworkSettingsRequest = Shapes::StructureShape.new(name: 'UpdateNetworkSettingsRequest')
164
+ UpdateNetworkSettingsResponse = Shapes::StructureShape.new(name: 'UpdateNetworkSettingsResponse')
165
+ UpdatePortalRequest = Shapes::StructureShape.new(name: 'UpdatePortalRequest')
166
+ UpdatePortalResponse = Shapes::StructureShape.new(name: 'UpdatePortalResponse')
167
+ UpdateTrustStoreRequest = Shapes::StructureShape.new(name: 'UpdateTrustStoreRequest')
168
+ UpdateTrustStoreResponse = Shapes::StructureShape.new(name: 'UpdateTrustStoreResponse')
169
+ UpdateUserSettingsRequest = Shapes::StructureShape.new(name: 'UpdateUserSettingsRequest')
170
+ UpdateUserSettingsResponse = Shapes::StructureShape.new(name: 'UpdateUserSettingsResponse')
171
+ UserSettings = Shapes::StructureShape.new(name: 'UserSettings')
172
+ UserSettingsList = Shapes::ListShape.new(name: 'UserSettingsList')
173
+ UserSettingsSummary = Shapes::StructureShape.new(name: 'UserSettingsSummary')
174
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
175
+ ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
176
+ ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
177
+ ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
178
+ VpcId = Shapes::StringShape.new(name: 'VpcId')
179
+ keyArn = Shapes::StringShape.new(name: 'keyArn')
180
+
181
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
182
+ AccessDeniedException.struct_class = Types::AccessDeniedException
183
+
184
+ ArnList.member = Shapes::ShapeRef.new(shape: ARN)
185
+
186
+ AssociateBrowserSettingsRequest.add_member(:browser_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "querystring", location_name: "browserSettingsArn"))
187
+ AssociateBrowserSettingsRequest.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "portalArn"))
188
+ AssociateBrowserSettingsRequest.struct_class = Types::AssociateBrowserSettingsRequest
189
+
190
+ AssociateBrowserSettingsResponse.add_member(:browser_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "browserSettingsArn"))
191
+ AssociateBrowserSettingsResponse.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "portalArn"))
192
+ AssociateBrowserSettingsResponse.struct_class = Types::AssociateBrowserSettingsResponse
193
+
194
+ AssociateNetworkSettingsRequest.add_member(:network_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "querystring", location_name: "networkSettingsArn"))
195
+ AssociateNetworkSettingsRequest.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "portalArn"))
196
+ AssociateNetworkSettingsRequest.struct_class = Types::AssociateNetworkSettingsRequest
197
+
198
+ AssociateNetworkSettingsResponse.add_member(:network_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "networkSettingsArn"))
199
+ AssociateNetworkSettingsResponse.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "portalArn"))
200
+ AssociateNetworkSettingsResponse.struct_class = Types::AssociateNetworkSettingsResponse
201
+
202
+ AssociateTrustStoreRequest.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "portalArn"))
203
+ AssociateTrustStoreRequest.add_member(:trust_store_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "querystring", location_name: "trustStoreArn"))
204
+ AssociateTrustStoreRequest.struct_class = Types::AssociateTrustStoreRequest
205
+
206
+ AssociateTrustStoreResponse.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "portalArn"))
207
+ AssociateTrustStoreResponse.add_member(:trust_store_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "trustStoreArn"))
208
+ AssociateTrustStoreResponse.struct_class = Types::AssociateTrustStoreResponse
209
+
210
+ AssociateUserSettingsRequest.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "portalArn"))
211
+ AssociateUserSettingsRequest.add_member(:user_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "querystring", location_name: "userSettingsArn"))
212
+ AssociateUserSettingsRequest.struct_class = Types::AssociateUserSettingsRequest
213
+
214
+ AssociateUserSettingsResponse.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "portalArn"))
215
+ AssociateUserSettingsResponse.add_member(:user_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "userSettingsArn"))
216
+ AssociateUserSettingsResponse.struct_class = Types::AssociateUserSettingsResponse
217
+
218
+ BrowserSettings.add_member(:associated_portal_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "associatedPortalArns"))
219
+ BrowserSettings.add_member(:browser_policy, Shapes::ShapeRef.new(shape: BrowserPolicy, location_name: "browserPolicy"))
220
+ BrowserSettings.add_member(:browser_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "browserSettingsArn"))
221
+ BrowserSettings.struct_class = Types::BrowserSettings
222
+
223
+ BrowserSettingsList.member = Shapes::ShapeRef.new(shape: BrowserSettingsSummary)
224
+
225
+ BrowserSettingsSummary.add_member(:browser_settings_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "browserSettingsArn"))
226
+ BrowserSettingsSummary.struct_class = Types::BrowserSettingsSummary
227
+
228
+ Certificate.add_member(:body, Shapes::ShapeRef.new(shape: CertificateAuthorityBody, location_name: "body"))
229
+ Certificate.add_member(:issuer, Shapes::ShapeRef.new(shape: CertificatePrincipal, location_name: "issuer"))
230
+ Certificate.add_member(:not_valid_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "notValidAfter"))
231
+ Certificate.add_member(:not_valid_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "notValidBefore"))
232
+ Certificate.add_member(:subject, Shapes::ShapeRef.new(shape: CertificatePrincipal, location_name: "subject"))
233
+ Certificate.add_member(:thumbprint, Shapes::ShapeRef.new(shape: CertificateThumbprint, location_name: "thumbprint"))
234
+ Certificate.struct_class = Types::Certificate
235
+
236
+ CertificateList.member = Shapes::ShapeRef.new(shape: CertificateAuthorityBody)
237
+
238
+ CertificateSummary.add_member(:issuer, Shapes::ShapeRef.new(shape: CertificatePrincipal, location_name: "issuer"))
239
+ CertificateSummary.add_member(:not_valid_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "notValidAfter"))
240
+ CertificateSummary.add_member(:not_valid_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "notValidBefore"))
241
+ CertificateSummary.add_member(:subject, Shapes::ShapeRef.new(shape: CertificatePrincipal, location_name: "subject"))
242
+ CertificateSummary.add_member(:thumbprint, Shapes::ShapeRef.new(shape: CertificateThumbprint, location_name: "thumbprint"))
243
+ CertificateSummary.struct_class = Types::CertificateSummary
244
+
245
+ CertificateSummaryList.member = Shapes::ShapeRef.new(shape: CertificateSummary)
246
+
247
+ CertificateThumbprintList.member = Shapes::ShapeRef.new(shape: CertificateThumbprint)
248
+
249
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
250
+ ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "resourceId"))
251
+ ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
252
+ ConflictException.struct_class = Types::ConflictException
253
+
254
+ CreateBrowserSettingsRequest.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: EncryptionContextMap, location_name: "additionalEncryptionContext"))
255
+ CreateBrowserSettingsRequest.add_member(:browser_policy, Shapes::ShapeRef.new(shape: BrowserPolicy, required: true, location_name: "browserPolicy"))
256
+ CreateBrowserSettingsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
257
+ CreateBrowserSettingsRequest.add_member(:customer_managed_key, Shapes::ShapeRef.new(shape: keyArn, location_name: "customerManagedKey"))
258
+ CreateBrowserSettingsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
259
+ CreateBrowserSettingsRequest.struct_class = Types::CreateBrowserSettingsRequest
260
+
261
+ CreateBrowserSettingsResponse.add_member(:browser_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "browserSettingsArn"))
262
+ CreateBrowserSettingsResponse.struct_class = Types::CreateBrowserSettingsResponse
263
+
264
+ CreateIdentityProviderRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
265
+ CreateIdentityProviderRequest.add_member(:identity_provider_details, Shapes::ShapeRef.new(shape: IdentityProviderDetails, required: true, location_name: "identityProviderDetails"))
266
+ CreateIdentityProviderRequest.add_member(:identity_provider_name, Shapes::ShapeRef.new(shape: IdentityProviderName, required: true, location_name: "identityProviderName"))
267
+ CreateIdentityProviderRequest.add_member(:identity_provider_type, Shapes::ShapeRef.new(shape: IdentityProviderType, required: true, location_name: "identityProviderType"))
268
+ CreateIdentityProviderRequest.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "portalArn"))
269
+ CreateIdentityProviderRequest.struct_class = Types::CreateIdentityProviderRequest
270
+
271
+ CreateIdentityProviderResponse.add_member(:identity_provider_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "identityProviderArn"))
272
+ CreateIdentityProviderResponse.struct_class = Types::CreateIdentityProviderResponse
273
+
274
+ CreateNetworkSettingsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
275
+ CreateNetworkSettingsRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdList, required: true, location_name: "securityGroupIds"))
276
+ CreateNetworkSettingsRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdList, required: true, location_name: "subnetIds"))
277
+ CreateNetworkSettingsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
278
+ CreateNetworkSettingsRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "vpcId"))
279
+ CreateNetworkSettingsRequest.struct_class = Types::CreateNetworkSettingsRequest
280
+
281
+ CreateNetworkSettingsResponse.add_member(:network_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "networkSettingsArn"))
282
+ CreateNetworkSettingsResponse.struct_class = Types::CreateNetworkSettingsResponse
283
+
284
+ CreatePortalRequest.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: EncryptionContextMap, location_name: "additionalEncryptionContext"))
285
+ CreatePortalRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
286
+ CreatePortalRequest.add_member(:customer_managed_key, Shapes::ShapeRef.new(shape: keyArn, location_name: "customerManagedKey"))
287
+ CreatePortalRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "displayName"))
288
+ CreatePortalRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
289
+ CreatePortalRequest.struct_class = Types::CreatePortalRequest
290
+
291
+ CreatePortalResponse.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "portalArn"))
292
+ CreatePortalResponse.add_member(:portal_endpoint, Shapes::ShapeRef.new(shape: PortalEndpoint, required: true, location_name: "portalEndpoint"))
293
+ CreatePortalResponse.struct_class = Types::CreatePortalResponse
294
+
295
+ CreateTrustStoreRequest.add_member(:certificate_list, Shapes::ShapeRef.new(shape: CertificateList, required: true, location_name: "certificateList"))
296
+ CreateTrustStoreRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
297
+ CreateTrustStoreRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
298
+ CreateTrustStoreRequest.struct_class = Types::CreateTrustStoreRequest
299
+
300
+ CreateTrustStoreResponse.add_member(:trust_store_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "trustStoreArn"))
301
+ CreateTrustStoreResponse.struct_class = Types::CreateTrustStoreResponse
302
+
303
+ CreateUserSettingsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
304
+ CreateUserSettingsRequest.add_member(:copy_allowed, Shapes::ShapeRef.new(shape: EnabledType, required: true, location_name: "copyAllowed"))
305
+ CreateUserSettingsRequest.add_member(:download_allowed, Shapes::ShapeRef.new(shape: EnabledType, required: true, location_name: "downloadAllowed"))
306
+ CreateUserSettingsRequest.add_member(:paste_allowed, Shapes::ShapeRef.new(shape: EnabledType, required: true, location_name: "pasteAllowed"))
307
+ CreateUserSettingsRequest.add_member(:print_allowed, Shapes::ShapeRef.new(shape: EnabledType, required: true, location_name: "printAllowed"))
308
+ CreateUserSettingsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
309
+ CreateUserSettingsRequest.add_member(:upload_allowed, Shapes::ShapeRef.new(shape: EnabledType, required: true, location_name: "uploadAllowed"))
310
+ CreateUserSettingsRequest.struct_class = Types::CreateUserSettingsRequest
311
+
312
+ CreateUserSettingsResponse.add_member(:user_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "userSettingsArn"))
313
+ CreateUserSettingsResponse.struct_class = Types::CreateUserSettingsResponse
314
+
315
+ DeleteBrowserSettingsRequest.add_member(:browser_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "browserSettingsArn"))
316
+ DeleteBrowserSettingsRequest.struct_class = Types::DeleteBrowserSettingsRequest
317
+
318
+ DeleteBrowserSettingsResponse.struct_class = Types::DeleteBrowserSettingsResponse
319
+
320
+ DeleteIdentityProviderRequest.add_member(:identity_provider_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "identityProviderArn"))
321
+ DeleteIdentityProviderRequest.struct_class = Types::DeleteIdentityProviderRequest
322
+
323
+ DeleteIdentityProviderResponse.struct_class = Types::DeleteIdentityProviderResponse
324
+
325
+ DeleteNetworkSettingsRequest.add_member(:network_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "networkSettingsArn"))
326
+ DeleteNetworkSettingsRequest.struct_class = Types::DeleteNetworkSettingsRequest
327
+
328
+ DeleteNetworkSettingsResponse.struct_class = Types::DeleteNetworkSettingsResponse
329
+
330
+ DeletePortalRequest.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "portalArn"))
331
+ DeletePortalRequest.struct_class = Types::DeletePortalRequest
332
+
333
+ DeletePortalResponse.struct_class = Types::DeletePortalResponse
334
+
335
+ DeleteTrustStoreRequest.add_member(:trust_store_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "trustStoreArn"))
336
+ DeleteTrustStoreRequest.struct_class = Types::DeleteTrustStoreRequest
337
+
338
+ DeleteTrustStoreResponse.struct_class = Types::DeleteTrustStoreResponse
339
+
340
+ DeleteUserSettingsRequest.add_member(:user_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "userSettingsArn"))
341
+ DeleteUserSettingsRequest.struct_class = Types::DeleteUserSettingsRequest
342
+
343
+ DeleteUserSettingsResponse.struct_class = Types::DeleteUserSettingsResponse
344
+
345
+ DisassociateBrowserSettingsRequest.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "portalArn"))
346
+ DisassociateBrowserSettingsRequest.struct_class = Types::DisassociateBrowserSettingsRequest
347
+
348
+ DisassociateBrowserSettingsResponse.struct_class = Types::DisassociateBrowserSettingsResponse
349
+
350
+ DisassociateNetworkSettingsRequest.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "portalArn"))
351
+ DisassociateNetworkSettingsRequest.struct_class = Types::DisassociateNetworkSettingsRequest
352
+
353
+ DisassociateNetworkSettingsResponse.struct_class = Types::DisassociateNetworkSettingsResponse
354
+
355
+ DisassociateTrustStoreRequest.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "portalArn"))
356
+ DisassociateTrustStoreRequest.struct_class = Types::DisassociateTrustStoreRequest
357
+
358
+ DisassociateTrustStoreResponse.struct_class = Types::DisassociateTrustStoreResponse
359
+
360
+ DisassociateUserSettingsRequest.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "portalArn"))
361
+ DisassociateUserSettingsRequest.struct_class = Types::DisassociateUserSettingsRequest
362
+
363
+ DisassociateUserSettingsResponse.struct_class = Types::DisassociateUserSettingsResponse
364
+
365
+ EncryptionContextMap.key = Shapes::ShapeRef.new(shape: StringType)
366
+ EncryptionContextMap.value = Shapes::ShapeRef.new(shape: StringType)
367
+
368
+ GetBrowserSettingsRequest.add_member(:browser_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "browserSettingsArn"))
369
+ GetBrowserSettingsRequest.struct_class = Types::GetBrowserSettingsRequest
370
+
371
+ GetBrowserSettingsResponse.add_member(:browser_settings, Shapes::ShapeRef.new(shape: BrowserSettings, location_name: "browserSettings"))
372
+ GetBrowserSettingsResponse.struct_class = Types::GetBrowserSettingsResponse
373
+
374
+ GetIdentityProviderRequest.add_member(:identity_provider_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "identityProviderArn"))
375
+ GetIdentityProviderRequest.struct_class = Types::GetIdentityProviderRequest
376
+
377
+ GetIdentityProviderResponse.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, location_name: "identityProvider"))
378
+ GetIdentityProviderResponse.struct_class = Types::GetIdentityProviderResponse
379
+
380
+ GetNetworkSettingsRequest.add_member(:network_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "networkSettingsArn"))
381
+ GetNetworkSettingsRequest.struct_class = Types::GetNetworkSettingsRequest
382
+
383
+ GetNetworkSettingsResponse.add_member(:network_settings, Shapes::ShapeRef.new(shape: NetworkSettings, location_name: "networkSettings"))
384
+ GetNetworkSettingsResponse.struct_class = Types::GetNetworkSettingsResponse
385
+
386
+ GetPortalRequest.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "portalArn"))
387
+ GetPortalRequest.struct_class = Types::GetPortalRequest
388
+
389
+ GetPortalResponse.add_member(:portal, Shapes::ShapeRef.new(shape: Portal, location_name: "portal"))
390
+ GetPortalResponse.struct_class = Types::GetPortalResponse
391
+
392
+ GetPortalServiceProviderMetadataRequest.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "portalArn"))
393
+ GetPortalServiceProviderMetadataRequest.struct_class = Types::GetPortalServiceProviderMetadataRequest
394
+
395
+ GetPortalServiceProviderMetadataResponse.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "portalArn"))
396
+ GetPortalServiceProviderMetadataResponse.add_member(:service_provider_saml_metadata, Shapes::ShapeRef.new(shape: SamlMetadata, location_name: "serviceProviderSamlMetadata"))
397
+ GetPortalServiceProviderMetadataResponse.struct_class = Types::GetPortalServiceProviderMetadataResponse
398
+
399
+ GetTrustStoreCertificateRequest.add_member(:thumbprint, Shapes::ShapeRef.new(shape: CertificateThumbprint, required: true, location: "querystring", location_name: "thumbprint"))
400
+ GetTrustStoreCertificateRequest.add_member(:trust_store_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "trustStoreArn"))
401
+ GetTrustStoreCertificateRequest.struct_class = Types::GetTrustStoreCertificateRequest
402
+
403
+ GetTrustStoreCertificateResponse.add_member(:certificate, Shapes::ShapeRef.new(shape: Certificate, location_name: "certificate"))
404
+ GetTrustStoreCertificateResponse.add_member(:trust_store_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "trustStoreArn"))
405
+ GetTrustStoreCertificateResponse.struct_class = Types::GetTrustStoreCertificateResponse
406
+
407
+ GetTrustStoreRequest.add_member(:trust_store_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "trustStoreArn"))
408
+ GetTrustStoreRequest.struct_class = Types::GetTrustStoreRequest
409
+
410
+ GetTrustStoreResponse.add_member(:trust_store, Shapes::ShapeRef.new(shape: TrustStore, location_name: "trustStore"))
411
+ GetTrustStoreResponse.struct_class = Types::GetTrustStoreResponse
412
+
413
+ GetUserSettingsRequest.add_member(:user_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "userSettingsArn"))
414
+ GetUserSettingsRequest.struct_class = Types::GetUserSettingsRequest
415
+
416
+ GetUserSettingsResponse.add_member(:user_settings, Shapes::ShapeRef.new(shape: UserSettings, location_name: "userSettings"))
417
+ GetUserSettingsResponse.struct_class = Types::GetUserSettingsResponse
418
+
419
+ IdentityProvider.add_member(:identity_provider_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "identityProviderArn"))
420
+ IdentityProvider.add_member(:identity_provider_details, Shapes::ShapeRef.new(shape: IdentityProviderDetails, location_name: "identityProviderDetails"))
421
+ IdentityProvider.add_member(:identity_provider_name, Shapes::ShapeRef.new(shape: IdentityProviderName, location_name: "identityProviderName"))
422
+ IdentityProvider.add_member(:identity_provider_type, Shapes::ShapeRef.new(shape: IdentityProviderType, location_name: "identityProviderType"))
423
+ IdentityProvider.struct_class = Types::IdentityProvider
424
+
425
+ IdentityProviderDetails.key = Shapes::ShapeRef.new(shape: StringType)
426
+ IdentityProviderDetails.value = Shapes::ShapeRef.new(shape: StringType)
427
+
428
+ IdentityProviderList.member = Shapes::ShapeRef.new(shape: IdentityProviderSummary)
429
+
430
+ IdentityProviderSummary.add_member(:identity_provider_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "identityProviderArn"))
431
+ IdentityProviderSummary.add_member(:identity_provider_name, Shapes::ShapeRef.new(shape: IdentityProviderName, location_name: "identityProviderName"))
432
+ IdentityProviderSummary.add_member(:identity_provider_type, Shapes::ShapeRef.new(shape: IdentityProviderType, location_name: "identityProviderType"))
433
+ IdentityProviderSummary.struct_class = Types::IdentityProviderSummary
434
+
435
+ InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
436
+ InternalServerException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: RetryAfterSeconds, location: "header", location_name: "Retry-After"))
437
+ InternalServerException.struct_class = Types::InternalServerException
438
+
439
+ ListBrowserSettingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
440
+ ListBrowserSettingsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
441
+ ListBrowserSettingsRequest.struct_class = Types::ListBrowserSettingsRequest
442
+
443
+ ListBrowserSettingsResponse.add_member(:browser_settings, Shapes::ShapeRef.new(shape: BrowserSettingsList, location_name: "browserSettings"))
444
+ ListBrowserSettingsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
445
+ ListBrowserSettingsResponse.struct_class = Types::ListBrowserSettingsResponse
446
+
447
+ ListIdentityProvidersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
448
+ ListIdentityProvidersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
449
+ ListIdentityProvidersRequest.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "portalArn"))
450
+ ListIdentityProvidersRequest.struct_class = Types::ListIdentityProvidersRequest
451
+
452
+ ListIdentityProvidersResponse.add_member(:identity_providers, Shapes::ShapeRef.new(shape: IdentityProviderList, location_name: "identityProviders"))
453
+ ListIdentityProvidersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
454
+ ListIdentityProvidersResponse.struct_class = Types::ListIdentityProvidersResponse
455
+
456
+ ListNetworkSettingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
457
+ ListNetworkSettingsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
458
+ ListNetworkSettingsRequest.struct_class = Types::ListNetworkSettingsRequest
459
+
460
+ ListNetworkSettingsResponse.add_member(:network_settings, Shapes::ShapeRef.new(shape: NetworkSettingsList, location_name: "networkSettings"))
461
+ ListNetworkSettingsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
462
+ ListNetworkSettingsResponse.struct_class = Types::ListNetworkSettingsResponse
463
+
464
+ ListPortalsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
465
+ ListPortalsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
466
+ ListPortalsRequest.struct_class = Types::ListPortalsRequest
467
+
468
+ ListPortalsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
469
+ ListPortalsResponse.add_member(:portals, Shapes::ShapeRef.new(shape: PortalList, location_name: "portals"))
470
+ ListPortalsResponse.struct_class = Types::ListPortalsResponse
471
+
472
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "resourceArn"))
473
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
474
+
475
+ ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
476
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
477
+
478
+ ListTrustStoreCertificatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
479
+ ListTrustStoreCertificatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
480
+ ListTrustStoreCertificatesRequest.add_member(:trust_store_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "trustStoreArn"))
481
+ ListTrustStoreCertificatesRequest.struct_class = Types::ListTrustStoreCertificatesRequest
482
+
483
+ ListTrustStoreCertificatesResponse.add_member(:certificate_list, Shapes::ShapeRef.new(shape: CertificateSummaryList, location_name: "certificateList"))
484
+ ListTrustStoreCertificatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
485
+ ListTrustStoreCertificatesResponse.add_member(:trust_store_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "trustStoreArn"))
486
+ ListTrustStoreCertificatesResponse.struct_class = Types::ListTrustStoreCertificatesResponse
487
+
488
+ ListTrustStoresRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
489
+ ListTrustStoresRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
490
+ ListTrustStoresRequest.struct_class = Types::ListTrustStoresRequest
491
+
492
+ ListTrustStoresResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
493
+ ListTrustStoresResponse.add_member(:trust_stores, Shapes::ShapeRef.new(shape: TrustStoreSummaryList, location_name: "trustStores"))
494
+ ListTrustStoresResponse.struct_class = Types::ListTrustStoresResponse
495
+
496
+ ListUserSettingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
497
+ ListUserSettingsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
498
+ ListUserSettingsRequest.struct_class = Types::ListUserSettingsRequest
499
+
500
+ ListUserSettingsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
501
+ ListUserSettingsResponse.add_member(:user_settings, Shapes::ShapeRef.new(shape: UserSettingsList, location_name: "userSettings"))
502
+ ListUserSettingsResponse.struct_class = Types::ListUserSettingsResponse
503
+
504
+ NetworkSettings.add_member(:associated_portal_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "associatedPortalArns"))
505
+ NetworkSettings.add_member(:network_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "networkSettingsArn"))
506
+ NetworkSettings.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdList, location_name: "securityGroupIds"))
507
+ NetworkSettings.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdList, location_name: "subnetIds"))
508
+ NetworkSettings.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcId"))
509
+ NetworkSettings.struct_class = Types::NetworkSettings
510
+
511
+ NetworkSettingsList.member = Shapes::ShapeRef.new(shape: NetworkSettingsSummary)
512
+
513
+ NetworkSettingsSummary.add_member(:network_settings_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "networkSettingsArn"))
514
+ NetworkSettingsSummary.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcId"))
515
+ NetworkSettingsSummary.struct_class = Types::NetworkSettingsSummary
516
+
517
+ Portal.add_member(:browser_settings_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "browserSettingsArn"))
518
+ Portal.add_member(:browser_type, Shapes::ShapeRef.new(shape: BrowserType, location_name: "browserType"))
519
+ Portal.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDate"))
520
+ Portal.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "displayName"))
521
+ Portal.add_member(:network_settings_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "networkSettingsArn"))
522
+ Portal.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "portalArn"))
523
+ Portal.add_member(:portal_endpoint, Shapes::ShapeRef.new(shape: PortalEndpoint, location_name: "portalEndpoint"))
524
+ Portal.add_member(:portal_status, Shapes::ShapeRef.new(shape: PortalStatus, location_name: "portalStatus"))
525
+ Portal.add_member(:renderer_type, Shapes::ShapeRef.new(shape: RendererType, location_name: "rendererType"))
526
+ Portal.add_member(:status_reason, Shapes::ShapeRef.new(shape: StatusReason, location_name: "statusReason"))
527
+ Portal.add_member(:trust_store_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "trustStoreArn"))
528
+ Portal.add_member(:user_settings_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "userSettingsArn"))
529
+ Portal.struct_class = Types::Portal
530
+
531
+ PortalList.member = Shapes::ShapeRef.new(shape: PortalSummary)
532
+
533
+ PortalSummary.add_member(:browser_settings_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "browserSettingsArn"))
534
+ PortalSummary.add_member(:browser_type, Shapes::ShapeRef.new(shape: BrowserType, location_name: "browserType"))
535
+ PortalSummary.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDate"))
536
+ PortalSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "displayName"))
537
+ PortalSummary.add_member(:network_settings_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "networkSettingsArn"))
538
+ PortalSummary.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "portalArn"))
539
+ PortalSummary.add_member(:portal_endpoint, Shapes::ShapeRef.new(shape: PortalEndpoint, location_name: "portalEndpoint"))
540
+ PortalSummary.add_member(:portal_status, Shapes::ShapeRef.new(shape: PortalStatus, location_name: "portalStatus"))
541
+ PortalSummary.add_member(:renderer_type, Shapes::ShapeRef.new(shape: RendererType, location_name: "rendererType"))
542
+ PortalSummary.add_member(:trust_store_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "trustStoreArn"))
543
+ PortalSummary.add_member(:user_settings_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "userSettingsArn"))
544
+ PortalSummary.struct_class = Types::PortalSummary
545
+
546
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
547
+ ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "resourceId"))
548
+ ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
549
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
550
+
551
+ SecurityGroupIdList.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
552
+
553
+ ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
554
+ ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: QuotaCode, location_name: "quotaCode"))
555
+ ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "resourceId"))
556
+ ServiceQuotaExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
557
+ ServiceQuotaExceededException.add_member(:service_code, Shapes::ShapeRef.new(shape: ServiceCode, location_name: "serviceCode"))
558
+ ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
559
+
560
+ SubnetIdList.member = Shapes::ShapeRef.new(shape: SubnetId)
561
+
562
+ Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
563
+ Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
564
+ Tag.struct_class = Types::Tag
565
+
566
+ TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
567
+
568
+ TagList.member = Shapes::ShapeRef.new(shape: Tag)
569
+
570
+ TagResourceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
571
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "resourceArn"))
572
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "tags"))
573
+ TagResourceRequest.struct_class = Types::TagResourceRequest
574
+
575
+ TagResourceResponse.struct_class = Types::TagResourceResponse
576
+
577
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
578
+ ThrottlingException.add_member(:quota_code, Shapes::ShapeRef.new(shape: QuotaCode, location_name: "quotaCode"))
579
+ ThrottlingException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: RetryAfterSeconds, location: "header", location_name: "Retry-After"))
580
+ ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: ServiceCode, location_name: "serviceCode"))
581
+ ThrottlingException.struct_class = Types::ThrottlingException
582
+
583
+ TooManyTagsException.add_member(:message, Shapes::ShapeRef.new(shape: TagExceptionMessage, location_name: "message"))
584
+ TooManyTagsException.add_member(:resource_name, Shapes::ShapeRef.new(shape: ARN, location_name: "resourceName"))
585
+ TooManyTagsException.struct_class = Types::TooManyTagsException
586
+
587
+ TrustStore.add_member(:associated_portal_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "associatedPortalArns"))
588
+ TrustStore.add_member(:trust_store_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "trustStoreArn"))
589
+ TrustStore.struct_class = Types::TrustStore
590
+
591
+ TrustStoreSummary.add_member(:trust_store_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "trustStoreArn"))
592
+ TrustStoreSummary.struct_class = Types::TrustStoreSummary
593
+
594
+ TrustStoreSummaryList.member = Shapes::ShapeRef.new(shape: TrustStoreSummary)
595
+
596
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "resourceArn"))
597
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
598
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
599
+
600
+ UntagResourceResponse.struct_class = Types::UntagResourceResponse
601
+
602
+ UpdateBrowserSettingsRequest.add_member(:browser_policy, Shapes::ShapeRef.new(shape: BrowserPolicy, location_name: "browserPolicy"))
603
+ UpdateBrowserSettingsRequest.add_member(:browser_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "browserSettingsArn"))
604
+ UpdateBrowserSettingsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
605
+ UpdateBrowserSettingsRequest.struct_class = Types::UpdateBrowserSettingsRequest
606
+
607
+ UpdateBrowserSettingsResponse.add_member(:browser_settings, Shapes::ShapeRef.new(shape: BrowserSettings, required: true, location_name: "browserSettings"))
608
+ UpdateBrowserSettingsResponse.struct_class = Types::UpdateBrowserSettingsResponse
609
+
610
+ UpdateIdentityProviderRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
611
+ UpdateIdentityProviderRequest.add_member(:identity_provider_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "identityProviderArn"))
612
+ UpdateIdentityProviderRequest.add_member(:identity_provider_details, Shapes::ShapeRef.new(shape: IdentityProviderDetails, location_name: "identityProviderDetails"))
613
+ UpdateIdentityProviderRequest.add_member(:identity_provider_name, Shapes::ShapeRef.new(shape: IdentityProviderName, location_name: "identityProviderName"))
614
+ UpdateIdentityProviderRequest.add_member(:identity_provider_type, Shapes::ShapeRef.new(shape: IdentityProviderType, location_name: "identityProviderType"))
615
+ UpdateIdentityProviderRequest.struct_class = Types::UpdateIdentityProviderRequest
616
+
617
+ UpdateIdentityProviderResponse.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, required: true, location_name: "identityProvider"))
618
+ UpdateIdentityProviderResponse.struct_class = Types::UpdateIdentityProviderResponse
619
+
620
+ UpdateNetworkSettingsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
621
+ UpdateNetworkSettingsRequest.add_member(:network_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "networkSettingsArn"))
622
+ UpdateNetworkSettingsRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdList, location_name: "securityGroupIds"))
623
+ UpdateNetworkSettingsRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdList, location_name: "subnetIds"))
624
+ UpdateNetworkSettingsRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcId"))
625
+ UpdateNetworkSettingsRequest.struct_class = Types::UpdateNetworkSettingsRequest
626
+
627
+ UpdateNetworkSettingsResponse.add_member(:network_settings, Shapes::ShapeRef.new(shape: NetworkSettings, required: true, location_name: "networkSettings"))
628
+ UpdateNetworkSettingsResponse.struct_class = Types::UpdateNetworkSettingsResponse
629
+
630
+ UpdatePortalRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "displayName"))
631
+ UpdatePortalRequest.add_member(:portal_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "portalArn"))
632
+ UpdatePortalRequest.struct_class = Types::UpdatePortalRequest
633
+
634
+ UpdatePortalResponse.add_member(:portal, Shapes::ShapeRef.new(shape: Portal, location_name: "portal"))
635
+ UpdatePortalResponse.struct_class = Types::UpdatePortalResponse
636
+
637
+ UpdateTrustStoreRequest.add_member(:certificates_to_add, Shapes::ShapeRef.new(shape: CertificateList, location_name: "certificatesToAdd"))
638
+ UpdateTrustStoreRequest.add_member(:certificates_to_delete, Shapes::ShapeRef.new(shape: CertificateThumbprintList, location_name: "certificatesToDelete"))
639
+ UpdateTrustStoreRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
640
+ UpdateTrustStoreRequest.add_member(:trust_store_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "trustStoreArn"))
641
+ UpdateTrustStoreRequest.struct_class = Types::UpdateTrustStoreRequest
642
+
643
+ UpdateTrustStoreResponse.add_member(:trust_store_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "trustStoreArn"))
644
+ UpdateTrustStoreResponse.struct_class = Types::UpdateTrustStoreResponse
645
+
646
+ UpdateUserSettingsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
647
+ UpdateUserSettingsRequest.add_member(:copy_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "copyAllowed"))
648
+ UpdateUserSettingsRequest.add_member(:download_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "downloadAllowed"))
649
+ UpdateUserSettingsRequest.add_member(:paste_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "pasteAllowed"))
650
+ UpdateUserSettingsRequest.add_member(:print_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "printAllowed"))
651
+ UpdateUserSettingsRequest.add_member(:upload_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "uploadAllowed"))
652
+ UpdateUserSettingsRequest.add_member(:user_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "userSettingsArn"))
653
+ UpdateUserSettingsRequest.struct_class = Types::UpdateUserSettingsRequest
654
+
655
+ UpdateUserSettingsResponse.add_member(:user_settings, Shapes::ShapeRef.new(shape: UserSettings, required: true, location_name: "userSettings"))
656
+ UpdateUserSettingsResponse.struct_class = Types::UpdateUserSettingsResponse
657
+
658
+ UserSettings.add_member(:associated_portal_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "associatedPortalArns"))
659
+ UserSettings.add_member(:copy_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "copyAllowed"))
660
+ UserSettings.add_member(:download_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "downloadAllowed"))
661
+ UserSettings.add_member(:paste_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "pasteAllowed"))
662
+ UserSettings.add_member(:print_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "printAllowed"))
663
+ UserSettings.add_member(:upload_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "uploadAllowed"))
664
+ UserSettings.add_member(:user_settings_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "userSettingsArn"))
665
+ UserSettings.struct_class = Types::UserSettings
666
+
667
+ UserSettingsList.member = Shapes::ShapeRef.new(shape: UserSettingsSummary)
668
+
669
+ UserSettingsSummary.add_member(:copy_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "copyAllowed"))
670
+ UserSettingsSummary.add_member(:download_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "downloadAllowed"))
671
+ UserSettingsSummary.add_member(:paste_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "pasteAllowed"))
672
+ UserSettingsSummary.add_member(:print_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "printAllowed"))
673
+ UserSettingsSummary.add_member(:upload_allowed, Shapes::ShapeRef.new(shape: EnabledType, location_name: "uploadAllowed"))
674
+ UserSettingsSummary.add_member(:user_settings_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "userSettingsArn"))
675
+ UserSettingsSummary.struct_class = Types::UserSettingsSummary
676
+
677
+ ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
678
+ ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
679
+ ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, location_name: "reason"))
680
+ ValidationException.struct_class = Types::ValidationException
681
+
682
+ ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "message"))
683
+ ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: FieldName, required: true, location_name: "name"))
684
+ ValidationExceptionField.struct_class = Types::ValidationExceptionField
685
+
686
+ ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
687
+
688
+
689
+ # @api private
690
+ API = Seahorse::Model::Api.new.tap do |api|
691
+
692
+ api.version = "2020-07-08"
693
+
694
+ api.metadata = {
695
+ "apiVersion" => "2020-07-08",
696
+ "endpointPrefix" => "workspaces-web",
697
+ "jsonVersion" => "1.1",
698
+ "protocol" => "rest-json",
699
+ "serviceFullName" => "Amazon WorkSpaces Web",
700
+ "serviceId" => "WorkSpaces Web",
701
+ "signatureVersion" => "v4",
702
+ "signingName" => "workspaces-web",
703
+ "uid" => "workspaces-web-2020-07-08",
704
+ }
705
+
706
+ api.add_operation(:associate_browser_settings, Seahorse::Model::Operation.new.tap do |o|
707
+ o.name = "AssociateBrowserSettings"
708
+ o.http_method = "PUT"
709
+ o.http_request_uri = "/portals/{portalArn+}/browserSettings"
710
+ o.input = Shapes::ShapeRef.new(shape: AssociateBrowserSettingsRequest)
711
+ o.output = Shapes::ShapeRef.new(shape: AssociateBrowserSettingsResponse)
712
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
713
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
714
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
715
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
716
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
717
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
718
+ end)
719
+
720
+ api.add_operation(:associate_network_settings, Seahorse::Model::Operation.new.tap do |o|
721
+ o.name = "AssociateNetworkSettings"
722
+ o.http_method = "PUT"
723
+ o.http_request_uri = "/portals/{portalArn+}/networkSettings"
724
+ o.input = Shapes::ShapeRef.new(shape: AssociateNetworkSettingsRequest)
725
+ o.output = Shapes::ShapeRef.new(shape: AssociateNetworkSettingsResponse)
726
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
727
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
728
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
729
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
730
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
731
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
732
+ end)
733
+
734
+ api.add_operation(:associate_trust_store, Seahorse::Model::Operation.new.tap do |o|
735
+ o.name = "AssociateTrustStore"
736
+ o.http_method = "PUT"
737
+ o.http_request_uri = "/portals/{portalArn+}/trustStores"
738
+ o.input = Shapes::ShapeRef.new(shape: AssociateTrustStoreRequest)
739
+ o.output = Shapes::ShapeRef.new(shape: AssociateTrustStoreResponse)
740
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
741
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
742
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
743
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
744
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
745
+ end)
746
+
747
+ api.add_operation(:associate_user_settings, Seahorse::Model::Operation.new.tap do |o|
748
+ o.name = "AssociateUserSettings"
749
+ o.http_method = "PUT"
750
+ o.http_request_uri = "/portals/{portalArn+}/userSettings"
751
+ o.input = Shapes::ShapeRef.new(shape: AssociateUserSettingsRequest)
752
+ o.output = Shapes::ShapeRef.new(shape: AssociateUserSettingsResponse)
753
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
754
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
755
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
756
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
757
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
758
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
759
+ end)
760
+
761
+ api.add_operation(:create_browser_settings, Seahorse::Model::Operation.new.tap do |o|
762
+ o.name = "CreateBrowserSettings"
763
+ o.http_method = "POST"
764
+ o.http_request_uri = "/browserSettings"
765
+ o.input = Shapes::ShapeRef.new(shape: CreateBrowserSettingsRequest)
766
+ o.output = Shapes::ShapeRef.new(shape: CreateBrowserSettingsResponse)
767
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
768
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
769
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
770
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
771
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
772
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
773
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
774
+ end)
775
+
776
+ api.add_operation(:create_identity_provider, Seahorse::Model::Operation.new.tap do |o|
777
+ o.name = "CreateIdentityProvider"
778
+ o.http_method = "POST"
779
+ o.http_request_uri = "/identityProviders"
780
+ o.input = Shapes::ShapeRef.new(shape: CreateIdentityProviderRequest)
781
+ o.output = Shapes::ShapeRef.new(shape: CreateIdentityProviderResponse)
782
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
783
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
784
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
785
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
786
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
787
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
788
+ end)
789
+
790
+ api.add_operation(:create_network_settings, Seahorse::Model::Operation.new.tap do |o|
791
+ o.name = "CreateNetworkSettings"
792
+ o.http_method = "POST"
793
+ o.http_request_uri = "/networkSettings"
794
+ o.input = Shapes::ShapeRef.new(shape: CreateNetworkSettingsRequest)
795
+ o.output = Shapes::ShapeRef.new(shape: CreateNetworkSettingsResponse)
796
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
797
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
798
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
799
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
800
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
801
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
802
+ end)
803
+
804
+ api.add_operation(:create_portal, Seahorse::Model::Operation.new.tap do |o|
805
+ o.name = "CreatePortal"
806
+ o.http_method = "POST"
807
+ o.http_request_uri = "/portals"
808
+ o.input = Shapes::ShapeRef.new(shape: CreatePortalRequest)
809
+ o.output = Shapes::ShapeRef.new(shape: CreatePortalResponse)
810
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
811
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
812
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
813
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
814
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
815
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
816
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
817
+ end)
818
+
819
+ api.add_operation(:create_trust_store, Seahorse::Model::Operation.new.tap do |o|
820
+ o.name = "CreateTrustStore"
821
+ o.http_method = "POST"
822
+ o.http_request_uri = "/trustStores"
823
+ o.input = Shapes::ShapeRef.new(shape: CreateTrustStoreRequest)
824
+ o.output = Shapes::ShapeRef.new(shape: CreateTrustStoreResponse)
825
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
826
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
827
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
828
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
829
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
830
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
831
+ end)
832
+
833
+ api.add_operation(:create_user_settings, Seahorse::Model::Operation.new.tap do |o|
834
+ o.name = "CreateUserSettings"
835
+ o.http_method = "POST"
836
+ o.http_request_uri = "/userSettings"
837
+ o.input = Shapes::ShapeRef.new(shape: CreateUserSettingsRequest)
838
+ o.output = Shapes::ShapeRef.new(shape: CreateUserSettingsResponse)
839
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
840
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
841
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
842
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
843
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
844
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
845
+ end)
846
+
847
+ api.add_operation(:delete_browser_settings, Seahorse::Model::Operation.new.tap do |o|
848
+ o.name = "DeleteBrowserSettings"
849
+ o.http_method = "DELETE"
850
+ o.http_request_uri = "/browserSettings/{browserSettingsArn+}"
851
+ o.input = Shapes::ShapeRef.new(shape: DeleteBrowserSettingsRequest)
852
+ o.output = Shapes::ShapeRef.new(shape: DeleteBrowserSettingsResponse)
853
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
854
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
855
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
856
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
857
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
858
+ end)
859
+
860
+ api.add_operation(:delete_identity_provider, Seahorse::Model::Operation.new.tap do |o|
861
+ o.name = "DeleteIdentityProvider"
862
+ o.http_method = "DELETE"
863
+ o.http_request_uri = "/identityProviders/{identityProviderArn+}"
864
+ o.input = Shapes::ShapeRef.new(shape: DeleteIdentityProviderRequest)
865
+ o.output = Shapes::ShapeRef.new(shape: DeleteIdentityProviderResponse)
866
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
867
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
868
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
869
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
870
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
871
+ end)
872
+
873
+ api.add_operation(:delete_network_settings, Seahorse::Model::Operation.new.tap do |o|
874
+ o.name = "DeleteNetworkSettings"
875
+ o.http_method = "DELETE"
876
+ o.http_request_uri = "/networkSettings/{networkSettingsArn+}"
877
+ o.input = Shapes::ShapeRef.new(shape: DeleteNetworkSettingsRequest)
878
+ o.output = Shapes::ShapeRef.new(shape: DeleteNetworkSettingsResponse)
879
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
880
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
881
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
882
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
883
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
884
+ end)
885
+
886
+ api.add_operation(:delete_portal, Seahorse::Model::Operation.new.tap do |o|
887
+ o.name = "DeletePortal"
888
+ o.http_method = "DELETE"
889
+ o.http_request_uri = "/portals/{portalArn+}"
890
+ o.input = Shapes::ShapeRef.new(shape: DeletePortalRequest)
891
+ o.output = Shapes::ShapeRef.new(shape: DeletePortalResponse)
892
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
893
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
894
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
895
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
896
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
897
+ end)
898
+
899
+ api.add_operation(:delete_trust_store, Seahorse::Model::Operation.new.tap do |o|
900
+ o.name = "DeleteTrustStore"
901
+ o.http_method = "DELETE"
902
+ o.http_request_uri = "/trustStores/{trustStoreArn+}"
903
+ o.input = Shapes::ShapeRef.new(shape: DeleteTrustStoreRequest)
904
+ o.output = Shapes::ShapeRef.new(shape: DeleteTrustStoreResponse)
905
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
906
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
907
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
908
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
909
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
910
+ end)
911
+
912
+ api.add_operation(:delete_user_settings, Seahorse::Model::Operation.new.tap do |o|
913
+ o.name = "DeleteUserSettings"
914
+ o.http_method = "DELETE"
915
+ o.http_request_uri = "/userSettings/{userSettingsArn+}"
916
+ o.input = Shapes::ShapeRef.new(shape: DeleteUserSettingsRequest)
917
+ o.output = Shapes::ShapeRef.new(shape: DeleteUserSettingsResponse)
918
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
919
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
920
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
921
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
922
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
923
+ end)
924
+
925
+ api.add_operation(:disassociate_browser_settings, Seahorse::Model::Operation.new.tap do |o|
926
+ o.name = "DisassociateBrowserSettings"
927
+ o.http_method = "DELETE"
928
+ o.http_request_uri = "/portals/{portalArn+}/browserSettings"
929
+ o.input = Shapes::ShapeRef.new(shape: DisassociateBrowserSettingsRequest)
930
+ o.output = Shapes::ShapeRef.new(shape: DisassociateBrowserSettingsResponse)
931
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
932
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
933
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
934
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
935
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
936
+ end)
937
+
938
+ api.add_operation(:disassociate_network_settings, Seahorse::Model::Operation.new.tap do |o|
939
+ o.name = "DisassociateNetworkSettings"
940
+ o.http_method = "DELETE"
941
+ o.http_request_uri = "/portals/{portalArn+}/networkSettings"
942
+ o.input = Shapes::ShapeRef.new(shape: DisassociateNetworkSettingsRequest)
943
+ o.output = Shapes::ShapeRef.new(shape: DisassociateNetworkSettingsResponse)
944
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
945
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
946
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
947
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
948
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
949
+ end)
950
+
951
+ api.add_operation(:disassociate_trust_store, Seahorse::Model::Operation.new.tap do |o|
952
+ o.name = "DisassociateTrustStore"
953
+ o.http_method = "DELETE"
954
+ o.http_request_uri = "/portals/{portalArn+}/trustStores"
955
+ o.input = Shapes::ShapeRef.new(shape: DisassociateTrustStoreRequest)
956
+ o.output = Shapes::ShapeRef.new(shape: DisassociateTrustStoreResponse)
957
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
958
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
959
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
960
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
961
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
962
+ end)
963
+
964
+ api.add_operation(:disassociate_user_settings, Seahorse::Model::Operation.new.tap do |o|
965
+ o.name = "DisassociateUserSettings"
966
+ o.http_method = "DELETE"
967
+ o.http_request_uri = "/portals/{portalArn+}/userSettings"
968
+ o.input = Shapes::ShapeRef.new(shape: DisassociateUserSettingsRequest)
969
+ o.output = Shapes::ShapeRef.new(shape: DisassociateUserSettingsResponse)
970
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
971
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
972
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
973
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
974
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
975
+ end)
976
+
977
+ api.add_operation(:get_browser_settings, Seahorse::Model::Operation.new.tap do |o|
978
+ o.name = "GetBrowserSettings"
979
+ o.http_method = "GET"
980
+ o.http_request_uri = "/browserSettings/{browserSettingsArn+}"
981
+ o.input = Shapes::ShapeRef.new(shape: GetBrowserSettingsRequest)
982
+ o.output = Shapes::ShapeRef.new(shape: GetBrowserSettingsResponse)
983
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
984
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
985
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
986
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
987
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
988
+ end)
989
+
990
+ api.add_operation(:get_identity_provider, Seahorse::Model::Operation.new.tap do |o|
991
+ o.name = "GetIdentityProvider"
992
+ o.http_method = "GET"
993
+ o.http_request_uri = "/identityProviders/{identityProviderArn+}"
994
+ o.input = Shapes::ShapeRef.new(shape: GetIdentityProviderRequest)
995
+ o.output = Shapes::ShapeRef.new(shape: GetIdentityProviderResponse)
996
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
997
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
998
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
999
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1000
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1001
+ end)
1002
+
1003
+ api.add_operation(:get_network_settings, Seahorse::Model::Operation.new.tap do |o|
1004
+ o.name = "GetNetworkSettings"
1005
+ o.http_method = "GET"
1006
+ o.http_request_uri = "/networkSettings/{networkSettingsArn+}"
1007
+ o.input = Shapes::ShapeRef.new(shape: GetNetworkSettingsRequest)
1008
+ o.output = Shapes::ShapeRef.new(shape: GetNetworkSettingsResponse)
1009
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1010
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1011
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1012
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1013
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1014
+ end)
1015
+
1016
+ api.add_operation(:get_portal, Seahorse::Model::Operation.new.tap do |o|
1017
+ o.name = "GetPortal"
1018
+ o.http_method = "GET"
1019
+ o.http_request_uri = "/portals/{portalArn+}"
1020
+ o.input = Shapes::ShapeRef.new(shape: GetPortalRequest)
1021
+ o.output = Shapes::ShapeRef.new(shape: GetPortalResponse)
1022
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1023
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1024
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1025
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1026
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1027
+ end)
1028
+
1029
+ api.add_operation(:get_portal_service_provider_metadata, Seahorse::Model::Operation.new.tap do |o|
1030
+ o.name = "GetPortalServiceProviderMetadata"
1031
+ o.http_method = "GET"
1032
+ o.http_request_uri = "/portalIdp/{portalArn+}"
1033
+ o.input = Shapes::ShapeRef.new(shape: GetPortalServiceProviderMetadataRequest)
1034
+ o.output = Shapes::ShapeRef.new(shape: GetPortalServiceProviderMetadataResponse)
1035
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1036
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1037
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1038
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1039
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1040
+ end)
1041
+
1042
+ api.add_operation(:get_trust_store, Seahorse::Model::Operation.new.tap do |o|
1043
+ o.name = "GetTrustStore"
1044
+ o.http_method = "GET"
1045
+ o.http_request_uri = "/trustStores/{trustStoreArn+}"
1046
+ o.input = Shapes::ShapeRef.new(shape: GetTrustStoreRequest)
1047
+ o.output = Shapes::ShapeRef.new(shape: GetTrustStoreResponse)
1048
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1049
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1050
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1051
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1052
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1053
+ end)
1054
+
1055
+ api.add_operation(:get_trust_store_certificate, Seahorse::Model::Operation.new.tap do |o|
1056
+ o.name = "GetTrustStoreCertificate"
1057
+ o.http_method = "GET"
1058
+ o.http_request_uri = "/trustStores/{trustStoreArn+}/certificate"
1059
+ o.input = Shapes::ShapeRef.new(shape: GetTrustStoreCertificateRequest)
1060
+ o.output = Shapes::ShapeRef.new(shape: GetTrustStoreCertificateResponse)
1061
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1062
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1063
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1064
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1065
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1066
+ end)
1067
+
1068
+ api.add_operation(:get_user_settings, Seahorse::Model::Operation.new.tap do |o|
1069
+ o.name = "GetUserSettings"
1070
+ o.http_method = "GET"
1071
+ o.http_request_uri = "/userSettings/{userSettingsArn+}"
1072
+ o.input = Shapes::ShapeRef.new(shape: GetUserSettingsRequest)
1073
+ o.output = Shapes::ShapeRef.new(shape: GetUserSettingsResponse)
1074
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1075
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1076
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1077
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1078
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1079
+ end)
1080
+
1081
+ api.add_operation(:list_browser_settings, Seahorse::Model::Operation.new.tap do |o|
1082
+ o.name = "ListBrowserSettings"
1083
+ o.http_method = "GET"
1084
+ o.http_request_uri = "/browserSettings"
1085
+ o.input = Shapes::ShapeRef.new(shape: ListBrowserSettingsRequest)
1086
+ o.output = Shapes::ShapeRef.new(shape: ListBrowserSettingsResponse)
1087
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1088
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1089
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1090
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1091
+ o[:pager] = Aws::Pager.new(
1092
+ limit_key: "max_results",
1093
+ tokens: {
1094
+ "next_token" => "next_token"
1095
+ }
1096
+ )
1097
+ end)
1098
+
1099
+ api.add_operation(:list_identity_providers, Seahorse::Model::Operation.new.tap do |o|
1100
+ o.name = "ListIdentityProviders"
1101
+ o.http_method = "GET"
1102
+ o.http_request_uri = "/portals/{portalArn+}/identityProviders"
1103
+ o.input = Shapes::ShapeRef.new(shape: ListIdentityProvidersRequest)
1104
+ o.output = Shapes::ShapeRef.new(shape: ListIdentityProvidersResponse)
1105
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1106
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1107
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1108
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1109
+ o[:pager] = Aws::Pager.new(
1110
+ limit_key: "max_results",
1111
+ tokens: {
1112
+ "next_token" => "next_token"
1113
+ }
1114
+ )
1115
+ end)
1116
+
1117
+ api.add_operation(:list_network_settings, Seahorse::Model::Operation.new.tap do |o|
1118
+ o.name = "ListNetworkSettings"
1119
+ o.http_method = "GET"
1120
+ o.http_request_uri = "/networkSettings"
1121
+ o.input = Shapes::ShapeRef.new(shape: ListNetworkSettingsRequest)
1122
+ o.output = Shapes::ShapeRef.new(shape: ListNetworkSettingsResponse)
1123
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1124
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1125
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1126
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1127
+ o[:pager] = Aws::Pager.new(
1128
+ limit_key: "max_results",
1129
+ tokens: {
1130
+ "next_token" => "next_token"
1131
+ }
1132
+ )
1133
+ end)
1134
+
1135
+ api.add_operation(:list_portals, Seahorse::Model::Operation.new.tap do |o|
1136
+ o.name = "ListPortals"
1137
+ o.http_method = "GET"
1138
+ o.http_request_uri = "/portals"
1139
+ o.input = Shapes::ShapeRef.new(shape: ListPortalsRequest)
1140
+ o.output = Shapes::ShapeRef.new(shape: ListPortalsResponse)
1141
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1142
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1143
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1144
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1145
+ o[:pager] = Aws::Pager.new(
1146
+ limit_key: "max_results",
1147
+ tokens: {
1148
+ "next_token" => "next_token"
1149
+ }
1150
+ )
1151
+ end)
1152
+
1153
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
1154
+ o.name = "ListTagsForResource"
1155
+ o.http_method = "GET"
1156
+ o.http_request_uri = "/tags/{resourceArn+}"
1157
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
1158
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
1159
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1160
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1161
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1162
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1163
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1164
+ end)
1165
+
1166
+ api.add_operation(:list_trust_store_certificates, Seahorse::Model::Operation.new.tap do |o|
1167
+ o.name = "ListTrustStoreCertificates"
1168
+ o.http_method = "GET"
1169
+ o.http_request_uri = "/trustStores/{trustStoreArn+}/certificates"
1170
+ o.input = Shapes::ShapeRef.new(shape: ListTrustStoreCertificatesRequest)
1171
+ o.output = Shapes::ShapeRef.new(shape: ListTrustStoreCertificatesResponse)
1172
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1173
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1174
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1175
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1176
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1177
+ o[:pager] = Aws::Pager.new(
1178
+ limit_key: "max_results",
1179
+ tokens: {
1180
+ "next_token" => "next_token"
1181
+ }
1182
+ )
1183
+ end)
1184
+
1185
+ api.add_operation(:list_trust_stores, Seahorse::Model::Operation.new.tap do |o|
1186
+ o.name = "ListTrustStores"
1187
+ o.http_method = "GET"
1188
+ o.http_request_uri = "/trustStores"
1189
+ o.input = Shapes::ShapeRef.new(shape: ListTrustStoresRequest)
1190
+ o.output = Shapes::ShapeRef.new(shape: ListTrustStoresResponse)
1191
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1192
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1193
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1194
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1195
+ o[:pager] = Aws::Pager.new(
1196
+ limit_key: "max_results",
1197
+ tokens: {
1198
+ "next_token" => "next_token"
1199
+ }
1200
+ )
1201
+ end)
1202
+
1203
+ api.add_operation(:list_user_settings, Seahorse::Model::Operation.new.tap do |o|
1204
+ o.name = "ListUserSettings"
1205
+ o.http_method = "GET"
1206
+ o.http_request_uri = "/userSettings"
1207
+ o.input = Shapes::ShapeRef.new(shape: ListUserSettingsRequest)
1208
+ o.output = Shapes::ShapeRef.new(shape: ListUserSettingsResponse)
1209
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1210
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1211
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1212
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1213
+ o[:pager] = Aws::Pager.new(
1214
+ limit_key: "max_results",
1215
+ tokens: {
1216
+ "next_token" => "next_token"
1217
+ }
1218
+ )
1219
+ end)
1220
+
1221
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1222
+ o.name = "TagResource"
1223
+ o.http_method = "POST"
1224
+ o.http_request_uri = "/tags/{resourceArn+}"
1225
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
1226
+ o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
1227
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1228
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1229
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1230
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1231
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1232
+ o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
1233
+ end)
1234
+
1235
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1236
+ o.name = "UntagResource"
1237
+ o.http_method = "DELETE"
1238
+ o.http_request_uri = "/tags/{resourceArn+}"
1239
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
1240
+ o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
1241
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1242
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1243
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1244
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1245
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1246
+ end)
1247
+
1248
+ api.add_operation(:update_browser_settings, Seahorse::Model::Operation.new.tap do |o|
1249
+ o.name = "UpdateBrowserSettings"
1250
+ o.http_method = "PATCH"
1251
+ o.http_request_uri = "/browserSettings/{browserSettingsArn+}"
1252
+ o.input = Shapes::ShapeRef.new(shape: UpdateBrowserSettingsRequest)
1253
+ o.output = Shapes::ShapeRef.new(shape: UpdateBrowserSettingsResponse)
1254
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1255
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1256
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1257
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1258
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1259
+ end)
1260
+
1261
+ api.add_operation(:update_identity_provider, Seahorse::Model::Operation.new.tap do |o|
1262
+ o.name = "UpdateIdentityProvider"
1263
+ o.http_method = "PATCH"
1264
+ o.http_request_uri = "/identityProviders/{identityProviderArn+}"
1265
+ o.input = Shapes::ShapeRef.new(shape: UpdateIdentityProviderRequest)
1266
+ o.output = Shapes::ShapeRef.new(shape: UpdateIdentityProviderResponse)
1267
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1268
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1269
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1270
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1271
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1272
+ end)
1273
+
1274
+ api.add_operation(:update_network_settings, Seahorse::Model::Operation.new.tap do |o|
1275
+ o.name = "UpdateNetworkSettings"
1276
+ o.http_method = "PATCH"
1277
+ o.http_request_uri = "/networkSettings/{networkSettingsArn+}"
1278
+ o.input = Shapes::ShapeRef.new(shape: UpdateNetworkSettingsRequest)
1279
+ o.output = Shapes::ShapeRef.new(shape: UpdateNetworkSettingsResponse)
1280
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1281
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1282
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1283
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1284
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1285
+ end)
1286
+
1287
+ api.add_operation(:update_portal, Seahorse::Model::Operation.new.tap do |o|
1288
+ o.name = "UpdatePortal"
1289
+ o.http_method = "PUT"
1290
+ o.http_request_uri = "/portals/{portalArn+}"
1291
+ o.input = Shapes::ShapeRef.new(shape: UpdatePortalRequest)
1292
+ o.output = Shapes::ShapeRef.new(shape: UpdatePortalResponse)
1293
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1294
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1295
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1296
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1297
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1298
+ end)
1299
+
1300
+ api.add_operation(:update_trust_store, Seahorse::Model::Operation.new.tap do |o|
1301
+ o.name = "UpdateTrustStore"
1302
+ o.http_method = "PATCH"
1303
+ o.http_request_uri = "/trustStores/{trustStoreArn+}"
1304
+ o.input = Shapes::ShapeRef.new(shape: UpdateTrustStoreRequest)
1305
+ o.output = Shapes::ShapeRef.new(shape: UpdateTrustStoreResponse)
1306
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1307
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1308
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1309
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1310
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1311
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1312
+ end)
1313
+
1314
+ api.add_operation(:update_user_settings, Seahorse::Model::Operation.new.tap do |o|
1315
+ o.name = "UpdateUserSettings"
1316
+ o.http_method = "PATCH"
1317
+ o.http_request_uri = "/userSettings/{userSettingsArn+}"
1318
+ o.input = Shapes::ShapeRef.new(shape: UpdateUserSettingsRequest)
1319
+ o.output = Shapes::ShapeRef.new(shape: UpdateUserSettingsResponse)
1320
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1321
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1322
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1323
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1324
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1325
+ end)
1326
+ end
1327
+
1328
+ end
1329
+ end