aws-sdk-apigatewayv2 1.85.0 → 1.86.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-apigatewayv2/client.rb +1373 -166
- data/lib/aws-sdk-apigatewayv2/client_api.rb +1103 -17
- data/lib/aws-sdk-apigatewayv2/types.rb +3087 -437
- data/lib/aws-sdk-apigatewayv2.rb +1 -1
- data/sig/client.rbs +480 -14
- data/sig/types.rbs +806 -0
- metadata +1 -1
|
@@ -14,20 +14,26 @@ module Aws::ApiGatewayV2
|
|
|
14
14
|
|
|
15
15
|
include Seahorse::Model
|
|
16
16
|
|
|
17
|
+
ACMManaged = Shapes::StructureShape.new(name: 'ACMManaged')
|
|
17
18
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
|
19
|
+
AccessDeniedExceptionResponseContent = Shapes::StructureShape.new(name: 'AccessDeniedExceptionResponseContent')
|
|
18
20
|
AccessLogSettings = Shapes::StructureShape.new(name: 'AccessLogSettings')
|
|
19
21
|
Api = Shapes::StructureShape.new(name: 'Api')
|
|
20
22
|
ApiMapping = Shapes::StructureShape.new(name: 'ApiMapping')
|
|
21
23
|
ApiMappings = Shapes::StructureShape.new(name: 'ApiMappings')
|
|
22
24
|
Apis = Shapes::StructureShape.new(name: 'Apis')
|
|
23
25
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
|
26
|
+
Authorization = Shapes::StructureShape.new(name: 'Authorization')
|
|
24
27
|
AuthorizationScopes = Shapes::ListShape.new(name: 'AuthorizationScopes')
|
|
25
28
|
AuthorizationType = Shapes::StringShape.new(name: 'AuthorizationType')
|
|
26
29
|
Authorizer = Shapes::StructureShape.new(name: 'Authorizer')
|
|
27
30
|
AuthorizerType = Shapes::StringShape.new(name: 'AuthorizerType')
|
|
28
31
|
Authorizers = Shapes::StructureShape.new(name: 'Authorizers')
|
|
29
32
|
BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
|
|
33
|
+
BadRequestExceptionResponseContent = Shapes::StructureShape.new(name: 'BadRequestExceptionResponseContent')
|
|
34
|
+
CognitoConfig = Shapes::StructureShape.new(name: 'CognitoConfig')
|
|
30
35
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
|
36
|
+
ConflictExceptionResponseContent = Shapes::StructureShape.new(name: 'ConflictExceptionResponseContent')
|
|
31
37
|
ConnectionType = Shapes::StringShape.new(name: 'ConnectionType')
|
|
32
38
|
ContentHandlingStrategy = Shapes::StringShape.new(name: 'ContentHandlingStrategy')
|
|
33
39
|
Cors = Shapes::StructureShape.new(name: 'Cors')
|
|
@@ -58,6 +64,22 @@ module Aws::ApiGatewayV2
|
|
|
58
64
|
CreateModelInput = Shapes::StructureShape.new(name: 'CreateModelInput')
|
|
59
65
|
CreateModelRequest = Shapes::StructureShape.new(name: 'CreateModelRequest')
|
|
60
66
|
CreateModelResponse = Shapes::StructureShape.new(name: 'CreateModelResponse')
|
|
67
|
+
CreatePortalProductRequest = Shapes::StructureShape.new(name: 'CreatePortalProductRequest')
|
|
68
|
+
CreatePortalProductRequestContent = Shapes::StructureShape.new(name: 'CreatePortalProductRequestContent')
|
|
69
|
+
CreatePortalProductResponse = Shapes::StructureShape.new(name: 'CreatePortalProductResponse')
|
|
70
|
+
CreatePortalProductResponseContent = Shapes::StructureShape.new(name: 'CreatePortalProductResponseContent')
|
|
71
|
+
CreatePortalRequest = Shapes::StructureShape.new(name: 'CreatePortalRequest')
|
|
72
|
+
CreatePortalRequestContent = Shapes::StructureShape.new(name: 'CreatePortalRequestContent')
|
|
73
|
+
CreatePortalResponse = Shapes::StructureShape.new(name: 'CreatePortalResponse')
|
|
74
|
+
CreatePortalResponseContent = Shapes::StructureShape.new(name: 'CreatePortalResponseContent')
|
|
75
|
+
CreateProductPageRequest = Shapes::StructureShape.new(name: 'CreateProductPageRequest')
|
|
76
|
+
CreateProductPageRequestContent = Shapes::StructureShape.new(name: 'CreateProductPageRequestContent')
|
|
77
|
+
CreateProductPageResponse = Shapes::StructureShape.new(name: 'CreateProductPageResponse')
|
|
78
|
+
CreateProductPageResponseContent = Shapes::StructureShape.new(name: 'CreateProductPageResponseContent')
|
|
79
|
+
CreateProductRestEndpointPageRequest = Shapes::StructureShape.new(name: 'CreateProductRestEndpointPageRequest')
|
|
80
|
+
CreateProductRestEndpointPageRequestContent = Shapes::StructureShape.new(name: 'CreateProductRestEndpointPageRequestContent')
|
|
81
|
+
CreateProductRestEndpointPageResponse = Shapes::StructureShape.new(name: 'CreateProductRestEndpointPageResponse')
|
|
82
|
+
CreateProductRestEndpointPageResponseContent = Shapes::StructureShape.new(name: 'CreateProductRestEndpointPageResponseContent')
|
|
61
83
|
CreateRouteInput = Shapes::StructureShape.new(name: 'CreateRouteInput')
|
|
62
84
|
CreateRouteRequest = Shapes::StructureShape.new(name: 'CreateRouteRequest')
|
|
63
85
|
CreateRouteResponseInput = Shapes::StructureShape.new(name: 'CreateRouteResponseInput')
|
|
@@ -72,6 +94,7 @@ module Aws::ApiGatewayV2
|
|
|
72
94
|
CreateVpcLinkInput = Shapes::StructureShape.new(name: 'CreateVpcLinkInput')
|
|
73
95
|
CreateVpcLinkRequest = Shapes::StructureShape.new(name: 'CreateVpcLinkRequest')
|
|
74
96
|
CreateVpcLinkResponse = Shapes::StructureShape.new(name: 'CreateVpcLinkResponse')
|
|
97
|
+
CustomColors = Shapes::StructureShape.new(name: 'CustomColors')
|
|
75
98
|
DeleteAccessLogSettingsRequest = Shapes::StructureShape.new(name: 'DeleteAccessLogSettingsRequest')
|
|
76
99
|
DeleteApiMappingRequest = Shapes::StructureShape.new(name: 'DeleteApiMappingRequest')
|
|
77
100
|
DeleteApiRequest = Shapes::StructureShape.new(name: 'DeleteApiRequest')
|
|
@@ -82,6 +105,11 @@ module Aws::ApiGatewayV2
|
|
|
82
105
|
DeleteIntegrationRequest = Shapes::StructureShape.new(name: 'DeleteIntegrationRequest')
|
|
83
106
|
DeleteIntegrationResponseRequest = Shapes::StructureShape.new(name: 'DeleteIntegrationResponseRequest')
|
|
84
107
|
DeleteModelRequest = Shapes::StructureShape.new(name: 'DeleteModelRequest')
|
|
108
|
+
DeletePortalProductRequest = Shapes::StructureShape.new(name: 'DeletePortalProductRequest')
|
|
109
|
+
DeletePortalProductSharingPolicyRequest = Shapes::StructureShape.new(name: 'DeletePortalProductSharingPolicyRequest')
|
|
110
|
+
DeletePortalRequest = Shapes::StructureShape.new(name: 'DeletePortalRequest')
|
|
111
|
+
DeleteProductPageRequest = Shapes::StructureShape.new(name: 'DeleteProductPageRequest')
|
|
112
|
+
DeleteProductRestEndpointPageRequest = Shapes::StructureShape.new(name: 'DeleteProductRestEndpointPageRequest')
|
|
85
113
|
DeleteRouteRequest = Shapes::StructureShape.new(name: 'DeleteRouteRequest')
|
|
86
114
|
DeleteRouteRequestParameterRequest = Shapes::StructureShape.new(name: 'DeleteRouteRequestParameterRequest')
|
|
87
115
|
DeleteRouteResponseRequest = Shapes::StructureShape.new(name: 'DeleteRouteResponseRequest')
|
|
@@ -93,11 +121,19 @@ module Aws::ApiGatewayV2
|
|
|
93
121
|
Deployment = Shapes::StructureShape.new(name: 'Deployment')
|
|
94
122
|
DeploymentStatus = Shapes::StringShape.new(name: 'DeploymentStatus')
|
|
95
123
|
Deployments = Shapes::StructureShape.new(name: 'Deployments')
|
|
124
|
+
DisablePortalRequest = Shapes::StructureShape.new(name: 'DisablePortalRequest')
|
|
125
|
+
DisplayContent = Shapes::StructureShape.new(name: 'DisplayContent')
|
|
126
|
+
DisplayContentOverrides = Shapes::StructureShape.new(name: 'DisplayContentOverrides')
|
|
127
|
+
DisplayOrder = Shapes::StructureShape.new(name: 'DisplayOrder')
|
|
96
128
|
DomainName = Shapes::StructureShape.new(name: 'DomainName')
|
|
97
129
|
DomainNameConfiguration = Shapes::StructureShape.new(name: 'DomainNameConfiguration')
|
|
98
130
|
DomainNameConfigurations = Shapes::ListShape.new(name: 'DomainNameConfigurations')
|
|
99
131
|
DomainNameStatus = Shapes::StringShape.new(name: 'DomainNameStatus')
|
|
100
132
|
DomainNames = Shapes::StructureShape.new(name: 'DomainNames')
|
|
133
|
+
EndpointConfigurationRequest = Shapes::StructureShape.new(name: 'EndpointConfigurationRequest')
|
|
134
|
+
EndpointConfigurationResponse = Shapes::StructureShape.new(name: 'EndpointConfigurationResponse')
|
|
135
|
+
EndpointDisplayContent = Shapes::StructureShape.new(name: 'EndpointDisplayContent')
|
|
136
|
+
EndpointDisplayContentResponse = Shapes::StructureShape.new(name: 'EndpointDisplayContentResponse')
|
|
101
137
|
EndpointType = Shapes::StringShape.new(name: 'EndpointType')
|
|
102
138
|
ExportApiRequest = Shapes::StructureShape.new(name: 'ExportApiRequest')
|
|
103
139
|
ExportApiResponse = Shapes::StructureShape.new(name: 'ExportApiResponse')
|
|
@@ -136,6 +172,21 @@ module Aws::ApiGatewayV2
|
|
|
136
172
|
GetModelTemplateResponse = Shapes::StructureShape.new(name: 'GetModelTemplateResponse')
|
|
137
173
|
GetModelsRequest = Shapes::StructureShape.new(name: 'GetModelsRequest')
|
|
138
174
|
GetModelsResponse = Shapes::StructureShape.new(name: 'GetModelsResponse')
|
|
175
|
+
GetPortalProductRequest = Shapes::StructureShape.new(name: 'GetPortalProductRequest')
|
|
176
|
+
GetPortalProductResponse = Shapes::StructureShape.new(name: 'GetPortalProductResponse')
|
|
177
|
+
GetPortalProductResponseContent = Shapes::StructureShape.new(name: 'GetPortalProductResponseContent')
|
|
178
|
+
GetPortalProductSharingPolicyRequest = Shapes::StructureShape.new(name: 'GetPortalProductSharingPolicyRequest')
|
|
179
|
+
GetPortalProductSharingPolicyResponse = Shapes::StructureShape.new(name: 'GetPortalProductSharingPolicyResponse')
|
|
180
|
+
GetPortalProductSharingPolicyResponseContent = Shapes::StructureShape.new(name: 'GetPortalProductSharingPolicyResponseContent')
|
|
181
|
+
GetPortalRequest = Shapes::StructureShape.new(name: 'GetPortalRequest')
|
|
182
|
+
GetPortalResponse = Shapes::StructureShape.new(name: 'GetPortalResponse')
|
|
183
|
+
GetPortalResponseContent = Shapes::StructureShape.new(name: 'GetPortalResponseContent')
|
|
184
|
+
GetProductPageRequest = Shapes::StructureShape.new(name: 'GetProductPageRequest')
|
|
185
|
+
GetProductPageResponse = Shapes::StructureShape.new(name: 'GetProductPageResponse')
|
|
186
|
+
GetProductPageResponseContent = Shapes::StructureShape.new(name: 'GetProductPageResponseContent')
|
|
187
|
+
GetProductRestEndpointPageRequest = Shapes::StructureShape.new(name: 'GetProductRestEndpointPageRequest')
|
|
188
|
+
GetProductRestEndpointPageResponse = Shapes::StructureShape.new(name: 'GetProductRestEndpointPageResponse')
|
|
189
|
+
GetProductRestEndpointPageResponseContent = Shapes::StructureShape.new(name: 'GetProductRestEndpointPageResponseContent')
|
|
139
190
|
GetRouteRequest = Shapes::StructureShape.new(name: 'GetRouteRequest')
|
|
140
191
|
GetRouteResponseRequest = Shapes::StructureShape.new(name: 'GetRouteResponseRequest')
|
|
141
192
|
GetRouteResponseResponse = Shapes::StructureShape.new(name: 'GetRouteResponseResponse')
|
|
@@ -157,6 +208,7 @@ module Aws::ApiGatewayV2
|
|
|
157
208
|
GetVpcLinksRequest = Shapes::StructureShape.new(name: 'GetVpcLinksRequest')
|
|
158
209
|
GetVpcLinksResponse = Shapes::StructureShape.new(name: 'GetVpcLinksResponse')
|
|
159
210
|
Id = Shapes::StringShape.new(name: 'Id')
|
|
211
|
+
IdentifierParts = Shapes::StructureShape.new(name: 'IdentifierParts')
|
|
160
212
|
IdentitySourceList = Shapes::ListShape.new(name: 'IdentitySourceList')
|
|
161
213
|
ImportApiInput = Shapes::StructureShape.new(name: 'ImportApiInput')
|
|
162
214
|
ImportApiRequest = Shapes::StructureShape.new(name: 'ImportApiRequest')
|
|
@@ -173,6 +225,19 @@ module Aws::ApiGatewayV2
|
|
|
173
225
|
IpAddressType = Shapes::StringShape.new(name: 'IpAddressType')
|
|
174
226
|
JWTConfiguration = Shapes::StructureShape.new(name: 'JWTConfiguration')
|
|
175
227
|
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
|
228
|
+
LimitExceededExceptionResponseContent = Shapes::StructureShape.new(name: 'LimitExceededExceptionResponseContent')
|
|
229
|
+
ListPortalProductsRequest = Shapes::StructureShape.new(name: 'ListPortalProductsRequest')
|
|
230
|
+
ListPortalProductsResponse = Shapes::StructureShape.new(name: 'ListPortalProductsResponse')
|
|
231
|
+
ListPortalProductsResponseContent = Shapes::StructureShape.new(name: 'ListPortalProductsResponseContent')
|
|
232
|
+
ListPortalsRequest = Shapes::StructureShape.new(name: 'ListPortalsRequest')
|
|
233
|
+
ListPortalsResponse = Shapes::StructureShape.new(name: 'ListPortalsResponse')
|
|
234
|
+
ListPortalsResponseContent = Shapes::StructureShape.new(name: 'ListPortalsResponseContent')
|
|
235
|
+
ListProductPagesRequest = Shapes::StructureShape.new(name: 'ListProductPagesRequest')
|
|
236
|
+
ListProductPagesResponse = Shapes::StructureShape.new(name: 'ListProductPagesResponse')
|
|
237
|
+
ListProductPagesResponseContent = Shapes::StructureShape.new(name: 'ListProductPagesResponseContent')
|
|
238
|
+
ListProductRestEndpointPagesRequest = Shapes::StructureShape.new(name: 'ListProductRestEndpointPagesRequest')
|
|
239
|
+
ListProductRestEndpointPagesResponse = Shapes::StructureShape.new(name: 'ListProductRestEndpointPagesResponse')
|
|
240
|
+
ListProductRestEndpointPagesResponseContent = Shapes::StructureShape.new(name: 'ListProductRestEndpointPagesResponseContent')
|
|
176
241
|
ListRoutingRulesRequest = Shapes::StructureShape.new(name: 'ListRoutingRulesRequest')
|
|
177
242
|
ListRoutingRulesResponse = Shapes::StructureShape.new(name: 'ListRoutingRulesResponse')
|
|
178
243
|
LoggingLevel = Shapes::StringShape.new(name: 'LoggingLevel')
|
|
@@ -182,10 +247,29 @@ module Aws::ApiGatewayV2
|
|
|
182
247
|
MutualTlsAuthentication = Shapes::StructureShape.new(name: 'MutualTlsAuthentication')
|
|
183
248
|
MutualTlsAuthenticationInput = Shapes::StructureShape.new(name: 'MutualTlsAuthenticationInput')
|
|
184
249
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
|
250
|
+
None = Shapes::StructureShape.new(name: 'None')
|
|
185
251
|
NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
|
|
252
|
+
NotFoundExceptionResponseContent = Shapes::StructureShape.new(name: 'NotFoundExceptionResponseContent')
|
|
186
253
|
ParameterConstraints = Shapes::StructureShape.new(name: 'ParameterConstraints')
|
|
187
254
|
PassthroughBehavior = Shapes::StringShape.new(name: 'PassthroughBehavior')
|
|
255
|
+
PortalContent = Shapes::StructureShape.new(name: 'PortalContent')
|
|
256
|
+
PortalProductSummary = Shapes::StructureShape.new(name: 'PortalProductSummary')
|
|
257
|
+
PortalSummary = Shapes::StructureShape.new(name: 'PortalSummary')
|
|
258
|
+
PortalTheme = Shapes::StructureShape.new(name: 'PortalTheme')
|
|
259
|
+
Preview = Shapes::StructureShape.new(name: 'Preview')
|
|
260
|
+
PreviewPortalRequest = Shapes::StructureShape.new(name: 'PreviewPortalRequest')
|
|
261
|
+
PreviewPortalResponse = Shapes::StructureShape.new(name: 'PreviewPortalResponse')
|
|
262
|
+
PreviewStatus = Shapes::StringShape.new(name: 'PreviewStatus')
|
|
263
|
+
ProductPageSummaryNoBody = Shapes::StructureShape.new(name: 'ProductPageSummaryNoBody')
|
|
264
|
+
ProductRestEndpointPageSummaryNoBody = Shapes::StructureShape.new(name: 'ProductRestEndpointPageSummaryNoBody')
|
|
188
265
|
ProtocolType = Shapes::StringShape.new(name: 'ProtocolType')
|
|
266
|
+
PublishPortalRequest = Shapes::StructureShape.new(name: 'PublishPortalRequest')
|
|
267
|
+
PublishPortalRequestContent = Shapes::StructureShape.new(name: 'PublishPortalRequestContent')
|
|
268
|
+
PublishPortalResponse = Shapes::StructureShape.new(name: 'PublishPortalResponse')
|
|
269
|
+
PublishStatus = Shapes::StringShape.new(name: 'PublishStatus')
|
|
270
|
+
PutPortalProductSharingPolicyRequest = Shapes::StructureShape.new(name: 'PutPortalProductSharingPolicyRequest')
|
|
271
|
+
PutPortalProductSharingPolicyRequestContent = Shapes::StructureShape.new(name: 'PutPortalProductSharingPolicyRequestContent')
|
|
272
|
+
PutPortalProductSharingPolicyResponse = Shapes::StructureShape.new(name: 'PutPortalProductSharingPolicyResponse')
|
|
189
273
|
PutRoutingRuleRequest = Shapes::StructureShape.new(name: 'PutRoutingRuleRequest')
|
|
190
274
|
PutRoutingRuleResponse = Shapes::StructureShape.new(name: 'PutRoutingRuleResponse')
|
|
191
275
|
ReimportApiInput = Shapes::StructureShape.new(name: 'ReimportApiInput')
|
|
@@ -193,6 +277,7 @@ module Aws::ApiGatewayV2
|
|
|
193
277
|
ReimportApiResponse = Shapes::StructureShape.new(name: 'ReimportApiResponse')
|
|
194
278
|
ResetAuthorizersCacheRequest = Shapes::StructureShape.new(name: 'ResetAuthorizersCacheRequest')
|
|
195
279
|
ResponseParameters = Shapes::MapShape.new(name: 'ResponseParameters')
|
|
280
|
+
RestEndpointIdentifier = Shapes::StructureShape.new(name: 'RestEndpointIdentifier')
|
|
196
281
|
Route = Shapes::StructureShape.new(name: 'Route')
|
|
197
282
|
RouteModels = Shapes::MapShape.new(name: 'RouteModels')
|
|
198
283
|
RouteParameters = Shapes::MapShape.new(name: 'RouteParameters')
|
|
@@ -212,6 +297,7 @@ module Aws::ApiGatewayV2
|
|
|
212
297
|
RoutingRuleMatchHeaders = Shapes::StructureShape.new(name: 'RoutingRuleMatchHeaders')
|
|
213
298
|
RoutingRulePriority = Shapes::IntegerShape.new(name: 'RoutingRulePriority')
|
|
214
299
|
RoutingRules = Shapes::StructureShape.new(name: 'RoutingRules')
|
|
300
|
+
Section = Shapes::StructureShape.new(name: 'Section')
|
|
215
301
|
SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
|
|
216
302
|
SecurityPolicy = Shapes::StringShape.new(name: 'SecurityPolicy')
|
|
217
303
|
SelectionExpression = Shapes::StringShape.new(name: 'SelectionExpression')
|
|
@@ -219,6 +305,8 @@ module Aws::ApiGatewayV2
|
|
|
219
305
|
Stage = Shapes::StructureShape.new(name: 'Stage')
|
|
220
306
|
StageVariablesMap = Shapes::MapShape.new(name: 'StageVariablesMap')
|
|
221
307
|
Stages = Shapes::StructureShape.new(name: 'Stages')
|
|
308
|
+
Status = Shapes::StringShape.new(name: 'Status')
|
|
309
|
+
StatusException = Shapes::StructureShape.new(name: 'StatusException')
|
|
222
310
|
StringWithLengthBetween0And1024 = Shapes::StringShape.new(name: 'StringWithLengthBetween0And1024')
|
|
223
311
|
StringWithLengthBetween0And2048 = Shapes::StringShape.new(name: 'StringWithLengthBetween0And2048')
|
|
224
312
|
StringWithLengthBetween0And32K = Shapes::StringShape.new(name: 'StringWithLengthBetween0And32K')
|
|
@@ -238,6 +326,7 @@ module Aws::ApiGatewayV2
|
|
|
238
326
|
TlsConfig = Shapes::StructureShape.new(name: 'TlsConfig')
|
|
239
327
|
TlsConfigInput = Shapes::StructureShape.new(name: 'TlsConfigInput')
|
|
240
328
|
TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
|
|
329
|
+
TryItState = Shapes::StringShape.new(name: 'TryItState')
|
|
241
330
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
|
242
331
|
UpdateApiInput = Shapes::StructureShape.new(name: 'UpdateApiInput')
|
|
243
332
|
UpdateApiMappingInput = Shapes::StructureShape.new(name: 'UpdateApiMappingInput')
|
|
@@ -263,6 +352,22 @@ module Aws::ApiGatewayV2
|
|
|
263
352
|
UpdateModelInput = Shapes::StructureShape.new(name: 'UpdateModelInput')
|
|
264
353
|
UpdateModelRequest = Shapes::StructureShape.new(name: 'UpdateModelRequest')
|
|
265
354
|
UpdateModelResponse = Shapes::StructureShape.new(name: 'UpdateModelResponse')
|
|
355
|
+
UpdatePortalProductRequest = Shapes::StructureShape.new(name: 'UpdatePortalProductRequest')
|
|
356
|
+
UpdatePortalProductRequestContent = Shapes::StructureShape.new(name: 'UpdatePortalProductRequestContent')
|
|
357
|
+
UpdatePortalProductResponse = Shapes::StructureShape.new(name: 'UpdatePortalProductResponse')
|
|
358
|
+
UpdatePortalProductResponseContent = Shapes::StructureShape.new(name: 'UpdatePortalProductResponseContent')
|
|
359
|
+
UpdatePortalRequest = Shapes::StructureShape.new(name: 'UpdatePortalRequest')
|
|
360
|
+
UpdatePortalRequestContent = Shapes::StructureShape.new(name: 'UpdatePortalRequestContent')
|
|
361
|
+
UpdatePortalResponse = Shapes::StructureShape.new(name: 'UpdatePortalResponse')
|
|
362
|
+
UpdatePortalResponseContent = Shapes::StructureShape.new(name: 'UpdatePortalResponseContent')
|
|
363
|
+
UpdateProductPageRequest = Shapes::StructureShape.new(name: 'UpdateProductPageRequest')
|
|
364
|
+
UpdateProductPageRequestContent = Shapes::StructureShape.new(name: 'UpdateProductPageRequestContent')
|
|
365
|
+
UpdateProductPageResponse = Shapes::StructureShape.new(name: 'UpdateProductPageResponse')
|
|
366
|
+
UpdateProductPageResponseContent = Shapes::StructureShape.new(name: 'UpdateProductPageResponseContent')
|
|
367
|
+
UpdateProductRestEndpointPageRequest = Shapes::StructureShape.new(name: 'UpdateProductRestEndpointPageRequest')
|
|
368
|
+
UpdateProductRestEndpointPageRequestContent = Shapes::StructureShape.new(name: 'UpdateProductRestEndpointPageRequestContent')
|
|
369
|
+
UpdateProductRestEndpointPageResponse = Shapes::StructureShape.new(name: 'UpdateProductRestEndpointPageResponse')
|
|
370
|
+
UpdateProductRestEndpointPageResponseContent = Shapes::StructureShape.new(name: 'UpdateProductRestEndpointPageResponseContent')
|
|
266
371
|
UpdateRouteInput = Shapes::StructureShape.new(name: 'UpdateRouteInput')
|
|
267
372
|
UpdateRouteRequest = Shapes::StructureShape.new(name: 'UpdateRouteRequest')
|
|
268
373
|
UpdateRouteResponseInput = Shapes::StructureShape.new(name: 'UpdateRouteResponseInput')
|
|
@@ -291,24 +396,57 @@ module Aws::ApiGatewayV2
|
|
|
291
396
|
__listOfIntegration = Shapes::ListShape.new(name: '__listOfIntegration')
|
|
292
397
|
__listOfIntegrationResponse = Shapes::ListShape.new(name: '__listOfIntegrationResponse')
|
|
293
398
|
__listOfModel = Shapes::ListShape.new(name: '__listOfModel')
|
|
399
|
+
__listOfPortalProductSummary = Shapes::ListShape.new(name: '__listOfPortalProductSummary')
|
|
400
|
+
__listOfPortalSummary = Shapes::ListShape.new(name: '__listOfPortalSummary')
|
|
401
|
+
__listOfProductPageSummaryNoBody = Shapes::ListShape.new(name: '__listOfProductPageSummaryNoBody')
|
|
402
|
+
__listOfProductRestEndpointPageSummaryNoBody = Shapes::ListShape.new(name: '__listOfProductRestEndpointPageSummaryNoBody')
|
|
294
403
|
__listOfRoute = Shapes::ListShape.new(name: '__listOfRoute')
|
|
295
404
|
__listOfRouteResponse = Shapes::ListShape.new(name: '__listOfRouteResponse')
|
|
296
405
|
__listOfRoutingRule = Shapes::ListShape.new(name: '__listOfRoutingRule')
|
|
297
406
|
__listOfRoutingRuleAction = Shapes::ListShape.new(name: '__listOfRoutingRuleAction')
|
|
298
407
|
__listOfRoutingRuleCondition = Shapes::ListShape.new(name: '__listOfRoutingRuleCondition')
|
|
299
408
|
__listOfRoutingRuleMatchHeaderValue = Shapes::ListShape.new(name: '__listOfRoutingRuleMatchHeaderValue')
|
|
409
|
+
__listOfSection = Shapes::ListShape.new(name: '__listOfSection')
|
|
300
410
|
__listOfSelectionKey = Shapes::ListShape.new(name: '__listOfSelectionKey')
|
|
301
411
|
__listOfStage = Shapes::ListShape.new(name: '__listOfStage')
|
|
302
412
|
__listOfVpcLink = Shapes::ListShape.new(name: '__listOfVpcLink')
|
|
303
413
|
__listOf__string = Shapes::ListShape.new(name: '__listOf__string')
|
|
414
|
+
__listOf__stringMin20Max2048 = Shapes::ListShape.new(name: '__listOf__stringMin20Max2048')
|
|
304
415
|
__long = Shapes::IntegerShape.new(name: '__long')
|
|
305
416
|
__string = Shapes::StringShape.new(name: '__string')
|
|
417
|
+
__stringMin0Max1024 = Shapes::StringShape.new(name: '__stringMin0Max1024')
|
|
418
|
+
__stringMin0Max1092 = Shapes::StringShape.new(name: '__stringMin0Max1092')
|
|
419
|
+
__stringMin0Max255 = Shapes::StringShape.new(name: '__stringMin0Max255')
|
|
420
|
+
__stringMin10Max2048 = Shapes::StringShape.new(name: '__stringMin10Max2048')
|
|
421
|
+
__stringMin10Max30PatternAZ09 = Shapes::StringShape.new(name: '__stringMin10Max30PatternAZ09')
|
|
422
|
+
__stringMin1Max1024 = Shapes::StringShape.new(name: '__stringMin1Max1024')
|
|
423
|
+
__stringMin1Max128 = Shapes::StringShape.new(name: '__stringMin1Max128')
|
|
424
|
+
__stringMin1Max16 = Shapes::StringShape.new(name: '__stringMin1Max16')
|
|
425
|
+
__stringMin1Max20 = Shapes::StringShape.new(name: '__stringMin1Max20')
|
|
426
|
+
__stringMin1Max2048 = Shapes::StringShape.new(name: '__stringMin1Max2048')
|
|
427
|
+
__stringMin1Max255 = Shapes::StringShape.new(name: '__stringMin1Max255')
|
|
428
|
+
__stringMin1Max256 = Shapes::StringShape.new(name: '__stringMin1Max256')
|
|
429
|
+
__stringMin1Max307200 = Shapes::StringShape.new(name: '__stringMin1Max307200')
|
|
430
|
+
__stringMin1Max32768 = Shapes::StringShape.new(name: '__stringMin1Max32768')
|
|
431
|
+
__stringMin1Max4096 = Shapes::StringShape.new(name: '__stringMin1Max4096')
|
|
432
|
+
__stringMin1Max50 = Shapes::StringShape.new(name: '__stringMin1Max50')
|
|
433
|
+
__stringMin1Max64 = Shapes::StringShape.new(name: '__stringMin1Max64')
|
|
434
|
+
__stringMin20Max2048 = Shapes::StringShape.new(name: '__stringMin20Max2048')
|
|
435
|
+
__stringMin3Max255 = Shapes::StringShape.new(name: '__stringMin3Max255')
|
|
436
|
+
__stringMin3Max256 = Shapes::StringShape.new(name: '__stringMin3Max256')
|
|
306
437
|
__timestampIso8601 = Shapes::TimestampShape.new(name: '__timestampIso8601', timestampFormat: "iso8601")
|
|
307
438
|
__timestampUnix = Shapes::TimestampShape.new(name: '__timestampUnix', timestampFormat: "unixTimestamp")
|
|
308
439
|
|
|
440
|
+
ACMManaged.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: __stringMin10Max2048, required: true, location_name: "certificateArn"))
|
|
441
|
+
ACMManaged.add_member(:domain_name, Shapes::ShapeRef.new(shape: __stringMin3Max256, required: true, location_name: "domainName"))
|
|
442
|
+
ACMManaged.struct_class = Types::ACMManaged
|
|
443
|
+
|
|
309
444
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
|
310
445
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
|
311
446
|
|
|
447
|
+
AccessDeniedExceptionResponseContent.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
|
448
|
+
AccessDeniedExceptionResponseContent.struct_class = Types::AccessDeniedExceptionResponseContent
|
|
449
|
+
|
|
312
450
|
AccessLogSettings.add_member(:destination_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "destinationArn"))
|
|
313
451
|
AccessLogSettings.add_member(:format, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And1024, location_name: "format"))
|
|
314
452
|
AccessLogSettings.struct_class = Types::AccessLogSettings
|
|
@@ -346,6 +484,10 @@ module Aws::ApiGatewayV2
|
|
|
346
484
|
Apis.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
347
485
|
Apis.struct_class = Types::Apis
|
|
348
486
|
|
|
487
|
+
Authorization.add_member(:cognito_config, Shapes::ShapeRef.new(shape: CognitoConfig, location_name: "cognitoConfig"))
|
|
488
|
+
Authorization.add_member(:none, Shapes::ShapeRef.new(shape: None, location_name: "none"))
|
|
489
|
+
Authorization.struct_class = Types::Authorization
|
|
490
|
+
|
|
349
491
|
AuthorizationScopes.member = Shapes::ShapeRef.new(shape: StringWithLengthBetween1And64)
|
|
350
492
|
|
|
351
493
|
Authorizer.add_member(:authorizer_credentials_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "authorizerCredentialsArn"))
|
|
@@ -368,9 +510,20 @@ module Aws::ApiGatewayV2
|
|
|
368
510
|
BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
|
369
511
|
BadRequestException.struct_class = Types::BadRequestException
|
|
370
512
|
|
|
513
|
+
BadRequestExceptionResponseContent.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
|
514
|
+
BadRequestExceptionResponseContent.struct_class = Types::BadRequestExceptionResponseContent
|
|
515
|
+
|
|
516
|
+
CognitoConfig.add_member(:app_client_id, Shapes::ShapeRef.new(shape: __stringMin1Max256, required: true, location_name: "appClientId"))
|
|
517
|
+
CognitoConfig.add_member(:user_pool_arn, Shapes::ShapeRef.new(shape: __stringMin20Max2048, required: true, location_name: "userPoolArn"))
|
|
518
|
+
CognitoConfig.add_member(:user_pool_domain, Shapes::ShapeRef.new(shape: __stringMin20Max2048, required: true, location_name: "userPoolDomain"))
|
|
519
|
+
CognitoConfig.struct_class = Types::CognitoConfig
|
|
520
|
+
|
|
371
521
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
|
372
522
|
ConflictException.struct_class = Types::ConflictException
|
|
373
523
|
|
|
524
|
+
ConflictExceptionResponseContent.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
|
525
|
+
ConflictExceptionResponseContent.struct_class = Types::ConflictExceptionResponseContent
|
|
526
|
+
|
|
374
527
|
Cors.add_member(:allow_credentials, Shapes::ShapeRef.new(shape: __boolean, location_name: "allowCredentials"))
|
|
375
528
|
Cors.add_member(:allow_headers, Shapes::ShapeRef.new(shape: CorsHeaderList, location_name: "allowHeaders"))
|
|
376
529
|
Cors.add_member(:allow_methods, Shapes::ShapeRef.new(shape: CorsMethodList, location_name: "allowMethods"))
|
|
@@ -635,6 +788,132 @@ module Aws::ApiGatewayV2
|
|
|
635
788
|
CreateModelResponse.add_member(:schema, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And32K, location_name: "schema"))
|
|
636
789
|
CreateModelResponse.struct_class = Types::CreateModelResponse
|
|
637
790
|
|
|
791
|
+
CreatePortalProductRequest.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "description"))
|
|
792
|
+
CreatePortalProductRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: __stringMin1Max255, required: true, location_name: "displayName"))
|
|
793
|
+
CreatePortalProductRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
794
|
+
CreatePortalProductRequest.struct_class = Types::CreatePortalProductRequest
|
|
795
|
+
|
|
796
|
+
CreatePortalProductRequestContent.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "description"))
|
|
797
|
+
CreatePortalProductRequestContent.add_member(:display_name, Shapes::ShapeRef.new(shape: __stringMin1Max255, required: true, location_name: "displayName"))
|
|
798
|
+
CreatePortalProductRequestContent.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
799
|
+
CreatePortalProductRequestContent.struct_class = Types::CreatePortalProductRequestContent
|
|
800
|
+
|
|
801
|
+
CreatePortalProductResponse.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "description"))
|
|
802
|
+
CreatePortalProductResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: __stringMin1Max255, location_name: "displayName"))
|
|
803
|
+
CreatePortalProductResponse.add_member(:display_order, Shapes::ShapeRef.new(shape: DisplayOrder, location_name: "displayOrder"))
|
|
804
|
+
CreatePortalProductResponse.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "lastModified"))
|
|
805
|
+
CreatePortalProductResponse.add_member(:portal_product_arn, Shapes::ShapeRef.new(shape: __stringMin20Max2048, location_name: "portalProductArn"))
|
|
806
|
+
CreatePortalProductResponse.add_member(:portal_product_id, Shapes::ShapeRef.new(shape: __stringMin10Max30PatternAZ09, location_name: "portalProductId"))
|
|
807
|
+
CreatePortalProductResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
808
|
+
CreatePortalProductResponse.struct_class = Types::CreatePortalProductResponse
|
|
809
|
+
|
|
810
|
+
CreatePortalProductResponseContent.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "description"))
|
|
811
|
+
CreatePortalProductResponseContent.add_member(:display_name, Shapes::ShapeRef.new(shape: __stringMin1Max255, required: true, location_name: "displayName"))
|
|
812
|
+
CreatePortalProductResponseContent.add_member(:display_order, Shapes::ShapeRef.new(shape: DisplayOrder, location_name: "displayOrder"))
|
|
813
|
+
CreatePortalProductResponseContent.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestampIso8601, required: true, location_name: "lastModified"))
|
|
814
|
+
CreatePortalProductResponseContent.add_member(:portal_product_arn, Shapes::ShapeRef.new(shape: __stringMin20Max2048, required: true, location_name: "portalProductArn"))
|
|
815
|
+
CreatePortalProductResponseContent.add_member(:portal_product_id, Shapes::ShapeRef.new(shape: __stringMin10Max30PatternAZ09, required: true, location_name: "portalProductId"))
|
|
816
|
+
CreatePortalProductResponseContent.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
817
|
+
CreatePortalProductResponseContent.struct_class = Types::CreatePortalProductResponseContent
|
|
818
|
+
|
|
819
|
+
CreatePortalRequest.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, required: true, location_name: "authorization"))
|
|
820
|
+
CreatePortalRequest.add_member(:endpoint_configuration, Shapes::ShapeRef.new(shape: EndpointConfigurationRequest, required: true, location_name: "endpointConfiguration"))
|
|
821
|
+
CreatePortalRequest.add_member(:included_portal_product_arns, Shapes::ShapeRef.new(shape: __listOf__stringMin20Max2048, location_name: "includedPortalProductArns"))
|
|
822
|
+
CreatePortalRequest.add_member(:logo_uri, Shapes::ShapeRef.new(shape: __stringMin0Max1092, location_name: "logoUri"))
|
|
823
|
+
CreatePortalRequest.add_member(:portal_content, Shapes::ShapeRef.new(shape: PortalContent, required: true, location_name: "portalContent"))
|
|
824
|
+
CreatePortalRequest.add_member(:rum_app_monitor_name, Shapes::ShapeRef.new(shape: __stringMin0Max255, location_name: "rumAppMonitorName"))
|
|
825
|
+
CreatePortalRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
826
|
+
CreatePortalRequest.struct_class = Types::CreatePortalRequest
|
|
827
|
+
|
|
828
|
+
CreatePortalRequestContent.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, required: true, location_name: "authorization"))
|
|
829
|
+
CreatePortalRequestContent.add_member(:endpoint_configuration, Shapes::ShapeRef.new(shape: EndpointConfigurationRequest, required: true, location_name: "endpointConfiguration"))
|
|
830
|
+
CreatePortalRequestContent.add_member(:included_portal_product_arns, Shapes::ShapeRef.new(shape: __listOf__stringMin20Max2048, location_name: "includedPortalProductArns"))
|
|
831
|
+
CreatePortalRequestContent.add_member(:logo_uri, Shapes::ShapeRef.new(shape: __stringMin0Max1092, location_name: "logoUri"))
|
|
832
|
+
CreatePortalRequestContent.add_member(:portal_content, Shapes::ShapeRef.new(shape: PortalContent, required: true, location_name: "portalContent"))
|
|
833
|
+
CreatePortalRequestContent.add_member(:rum_app_monitor_name, Shapes::ShapeRef.new(shape: __stringMin0Max255, location_name: "rumAppMonitorName"))
|
|
834
|
+
CreatePortalRequestContent.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
835
|
+
CreatePortalRequestContent.struct_class = Types::CreatePortalRequestContent
|
|
836
|
+
|
|
837
|
+
CreatePortalResponse.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
|
|
838
|
+
CreatePortalResponse.add_member(:endpoint_configuration, Shapes::ShapeRef.new(shape: EndpointConfigurationResponse, location_name: "endpointConfiguration"))
|
|
839
|
+
CreatePortalResponse.add_member(:included_portal_product_arns, Shapes::ShapeRef.new(shape: __listOf__stringMin20Max2048, location_name: "includedPortalProductArns"))
|
|
840
|
+
CreatePortalResponse.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "lastModified"))
|
|
841
|
+
CreatePortalResponse.add_member(:last_published, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "lastPublished"))
|
|
842
|
+
CreatePortalResponse.add_member(:last_published_description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "lastPublishedDescription"))
|
|
843
|
+
CreatePortalResponse.add_member(:portal_arn, Shapes::ShapeRef.new(shape: __stringMin20Max2048, location_name: "portalArn"))
|
|
844
|
+
CreatePortalResponse.add_member(:portal_content, Shapes::ShapeRef.new(shape: PortalContent, location_name: "portalContent"))
|
|
845
|
+
CreatePortalResponse.add_member(:portal_id, Shapes::ShapeRef.new(shape: __stringMin10Max30PatternAZ09, location_name: "portalId"))
|
|
846
|
+
CreatePortalResponse.add_member(:publish_status, Shapes::ShapeRef.new(shape: PublishStatus, location_name: "publishStatus"))
|
|
847
|
+
CreatePortalResponse.add_member(:rum_app_monitor_name, Shapes::ShapeRef.new(shape: __stringMin0Max255, location_name: "rumAppMonitorName"))
|
|
848
|
+
CreatePortalResponse.add_member(:status_exception, Shapes::ShapeRef.new(shape: StatusException, location_name: "statusException"))
|
|
849
|
+
CreatePortalResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
850
|
+
CreatePortalResponse.struct_class = Types::CreatePortalResponse
|
|
851
|
+
|
|
852
|
+
CreatePortalResponseContent.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, required: true, location_name: "authorization"))
|
|
853
|
+
CreatePortalResponseContent.add_member(:endpoint_configuration, Shapes::ShapeRef.new(shape: EndpointConfigurationResponse, required: true, location_name: "endpointConfiguration"))
|
|
854
|
+
CreatePortalResponseContent.add_member(:included_portal_product_arns, Shapes::ShapeRef.new(shape: __listOf__stringMin20Max2048, required: true, location_name: "includedPortalProductArns"))
|
|
855
|
+
CreatePortalResponseContent.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestampIso8601, required: true, location_name: "lastModified"))
|
|
856
|
+
CreatePortalResponseContent.add_member(:last_published, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "lastPublished"))
|
|
857
|
+
CreatePortalResponseContent.add_member(:last_published_description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "lastPublishedDescription"))
|
|
858
|
+
CreatePortalResponseContent.add_member(:portal_arn, Shapes::ShapeRef.new(shape: __stringMin20Max2048, required: true, location_name: "portalArn"))
|
|
859
|
+
CreatePortalResponseContent.add_member(:portal_content, Shapes::ShapeRef.new(shape: PortalContent, required: true, location_name: "portalContent"))
|
|
860
|
+
CreatePortalResponseContent.add_member(:portal_id, Shapes::ShapeRef.new(shape: __stringMin10Max30PatternAZ09, required: true, location_name: "portalId"))
|
|
861
|
+
CreatePortalResponseContent.add_member(:publish_status, Shapes::ShapeRef.new(shape: PublishStatus, location_name: "publishStatus"))
|
|
862
|
+
CreatePortalResponseContent.add_member(:rum_app_monitor_name, Shapes::ShapeRef.new(shape: __stringMin0Max255, location_name: "rumAppMonitorName"))
|
|
863
|
+
CreatePortalResponseContent.add_member(:status_exception, Shapes::ShapeRef.new(shape: StatusException, location_name: "statusException"))
|
|
864
|
+
CreatePortalResponseContent.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
865
|
+
CreatePortalResponseContent.struct_class = Types::CreatePortalResponseContent
|
|
866
|
+
|
|
867
|
+
CreateProductPageRequest.add_member(:display_content, Shapes::ShapeRef.new(shape: DisplayContent, required: true, location_name: "displayContent"))
|
|
868
|
+
CreateProductPageRequest.add_member(:portal_product_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "portalProductId"))
|
|
869
|
+
CreateProductPageRequest.struct_class = Types::CreateProductPageRequest
|
|
870
|
+
|
|
871
|
+
CreateProductPageRequestContent.add_member(:display_content, Shapes::ShapeRef.new(shape: DisplayContent, required: true, location_name: "displayContent"))
|
|
872
|
+
CreateProductPageRequestContent.struct_class = Types::CreateProductPageRequestContent
|
|
873
|
+
|
|
874
|
+
CreateProductPageResponse.add_member(:display_content, Shapes::ShapeRef.new(shape: DisplayContent, location_name: "displayContent"))
|
|
875
|
+
CreateProductPageResponse.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "lastModified"))
|
|
876
|
+
CreateProductPageResponse.add_member(:product_page_arn, Shapes::ShapeRef.new(shape: __stringMin20Max2048, location_name: "productPageArn"))
|
|
877
|
+
CreateProductPageResponse.add_member(:product_page_id, Shapes::ShapeRef.new(shape: __stringMin10Max30PatternAZ09, location_name: "productPageId"))
|
|
878
|
+
CreateProductPageResponse.struct_class = Types::CreateProductPageResponse
|
|
879
|
+
|
|
880
|
+
CreateProductPageResponseContent.add_member(:display_content, Shapes::ShapeRef.new(shape: DisplayContent, location_name: "displayContent"))
|
|
881
|
+
CreateProductPageResponseContent.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestampIso8601, required: true, location_name: "lastModified"))
|
|
882
|
+
CreateProductPageResponseContent.add_member(:product_page_arn, Shapes::ShapeRef.new(shape: __stringMin20Max2048, required: true, location_name: "productPageArn"))
|
|
883
|
+
CreateProductPageResponseContent.add_member(:product_page_id, Shapes::ShapeRef.new(shape: __stringMin10Max30PatternAZ09, required: true, location_name: "productPageId"))
|
|
884
|
+
CreateProductPageResponseContent.struct_class = Types::CreateProductPageResponseContent
|
|
885
|
+
|
|
886
|
+
CreateProductRestEndpointPageRequest.add_member(:display_content, Shapes::ShapeRef.new(shape: EndpointDisplayContent, location_name: "displayContent"))
|
|
887
|
+
CreateProductRestEndpointPageRequest.add_member(:portal_product_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "portalProductId"))
|
|
888
|
+
CreateProductRestEndpointPageRequest.add_member(:rest_endpoint_identifier, Shapes::ShapeRef.new(shape: RestEndpointIdentifier, required: true, location_name: "restEndpointIdentifier"))
|
|
889
|
+
CreateProductRestEndpointPageRequest.add_member(:try_it_state, Shapes::ShapeRef.new(shape: TryItState, location_name: "tryItState"))
|
|
890
|
+
CreateProductRestEndpointPageRequest.struct_class = Types::CreateProductRestEndpointPageRequest
|
|
891
|
+
|
|
892
|
+
CreateProductRestEndpointPageRequestContent.add_member(:display_content, Shapes::ShapeRef.new(shape: EndpointDisplayContent, location_name: "displayContent"))
|
|
893
|
+
CreateProductRestEndpointPageRequestContent.add_member(:rest_endpoint_identifier, Shapes::ShapeRef.new(shape: RestEndpointIdentifier, required: true, location_name: "restEndpointIdentifier"))
|
|
894
|
+
CreateProductRestEndpointPageRequestContent.add_member(:try_it_state, Shapes::ShapeRef.new(shape: TryItState, location_name: "tryItState"))
|
|
895
|
+
CreateProductRestEndpointPageRequestContent.struct_class = Types::CreateProductRestEndpointPageRequestContent
|
|
896
|
+
|
|
897
|
+
CreateProductRestEndpointPageResponse.add_member(:display_content, Shapes::ShapeRef.new(shape: EndpointDisplayContentResponse, location_name: "displayContent"))
|
|
898
|
+
CreateProductRestEndpointPageResponse.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "lastModified"))
|
|
899
|
+
CreateProductRestEndpointPageResponse.add_member(:product_rest_endpoint_page_arn, Shapes::ShapeRef.new(shape: __stringMin20Max2048, location_name: "productRestEndpointPageArn"))
|
|
900
|
+
CreateProductRestEndpointPageResponse.add_member(:product_rest_endpoint_page_id, Shapes::ShapeRef.new(shape: __stringMin10Max30PatternAZ09, location_name: "productRestEndpointPageId"))
|
|
901
|
+
CreateProductRestEndpointPageResponse.add_member(:rest_endpoint_identifier, Shapes::ShapeRef.new(shape: RestEndpointIdentifier, location_name: "restEndpointIdentifier"))
|
|
902
|
+
CreateProductRestEndpointPageResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
|
|
903
|
+
CreateProductRestEndpointPageResponse.add_member(:status_exception, Shapes::ShapeRef.new(shape: StatusException, location_name: "statusException"))
|
|
904
|
+
CreateProductRestEndpointPageResponse.add_member(:try_it_state, Shapes::ShapeRef.new(shape: TryItState, location_name: "tryItState"))
|
|
905
|
+
CreateProductRestEndpointPageResponse.struct_class = Types::CreateProductRestEndpointPageResponse
|
|
906
|
+
|
|
907
|
+
CreateProductRestEndpointPageResponseContent.add_member(:display_content, Shapes::ShapeRef.new(shape: EndpointDisplayContentResponse, required: true, location_name: "displayContent"))
|
|
908
|
+
CreateProductRestEndpointPageResponseContent.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestampIso8601, required: true, location_name: "lastModified"))
|
|
909
|
+
CreateProductRestEndpointPageResponseContent.add_member(:product_rest_endpoint_page_arn, Shapes::ShapeRef.new(shape: __stringMin20Max2048, required: true, location_name: "productRestEndpointPageArn"))
|
|
910
|
+
CreateProductRestEndpointPageResponseContent.add_member(:product_rest_endpoint_page_id, Shapes::ShapeRef.new(shape: __stringMin10Max30PatternAZ09, required: true, location_name: "productRestEndpointPageId"))
|
|
911
|
+
CreateProductRestEndpointPageResponseContent.add_member(:rest_endpoint_identifier, Shapes::ShapeRef.new(shape: RestEndpointIdentifier, required: true, location_name: "restEndpointIdentifier"))
|
|
912
|
+
CreateProductRestEndpointPageResponseContent.add_member(:status, Shapes::ShapeRef.new(shape: Status, required: true, location_name: "status"))
|
|
913
|
+
CreateProductRestEndpointPageResponseContent.add_member(:status_exception, Shapes::ShapeRef.new(shape: StatusException, location_name: "statusException"))
|
|
914
|
+
CreateProductRestEndpointPageResponseContent.add_member(:try_it_state, Shapes::ShapeRef.new(shape: TryItState, required: true, location_name: "tryItState"))
|
|
915
|
+
CreateProductRestEndpointPageResponseContent.struct_class = Types::CreateProductRestEndpointPageResponseContent
|
|
916
|
+
|
|
638
917
|
CreateRouteInput.add_member(:api_key_required, Shapes::ShapeRef.new(shape: __boolean, location_name: "apiKeyRequired"))
|
|
639
918
|
CreateRouteInput.add_member(:authorization_scopes, Shapes::ShapeRef.new(shape: AuthorizationScopes, location_name: "authorizationScopes"))
|
|
640
919
|
CreateRouteInput.add_member(:authorization_type, Shapes::ShapeRef.new(shape: AuthorizationType, location_name: "authorizationType"))
|
|
@@ -776,6 +1055,14 @@ module Aws::ApiGatewayV2
|
|
|
776
1055
|
CreateVpcLinkResponse.add_member(:vpc_link_version, Shapes::ShapeRef.new(shape: VpcLinkVersion, location_name: "vpcLinkVersion"))
|
|
777
1056
|
CreateVpcLinkResponse.struct_class = Types::CreateVpcLinkResponse
|
|
778
1057
|
|
|
1058
|
+
CustomColors.add_member(:accent_color, Shapes::ShapeRef.new(shape: __stringMin1Max16, required: true, location_name: "accentColor"))
|
|
1059
|
+
CustomColors.add_member(:background_color, Shapes::ShapeRef.new(shape: __stringMin1Max16, required: true, location_name: "backgroundColor"))
|
|
1060
|
+
CustomColors.add_member(:error_validation_color, Shapes::ShapeRef.new(shape: __stringMin1Max16, required: true, location_name: "errorValidationColor"))
|
|
1061
|
+
CustomColors.add_member(:header_color, Shapes::ShapeRef.new(shape: __stringMin1Max16, required: true, location_name: "headerColor"))
|
|
1062
|
+
CustomColors.add_member(:navigation_color, Shapes::ShapeRef.new(shape: __stringMin1Max16, required: true, location_name: "navigationColor"))
|
|
1063
|
+
CustomColors.add_member(:text_color, Shapes::ShapeRef.new(shape: __stringMin1Max16, required: true, location_name: "textColor"))
|
|
1064
|
+
CustomColors.struct_class = Types::CustomColors
|
|
1065
|
+
|
|
779
1066
|
DeleteAccessLogSettingsRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
|
|
780
1067
|
DeleteAccessLogSettingsRequest.add_member(:stage_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "stageName"))
|
|
781
1068
|
DeleteAccessLogSettingsRequest.struct_class = Types::DeleteAccessLogSettingsRequest
|
|
@@ -814,6 +1101,23 @@ module Aws::ApiGatewayV2
|
|
|
814
1101
|
DeleteModelRequest.add_member(:model_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "modelId"))
|
|
815
1102
|
DeleteModelRequest.struct_class = Types::DeleteModelRequest
|
|
816
1103
|
|
|
1104
|
+
DeletePortalProductRequest.add_member(:portal_product_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "portalProductId"))
|
|
1105
|
+
DeletePortalProductRequest.struct_class = Types::DeletePortalProductRequest
|
|
1106
|
+
|
|
1107
|
+
DeletePortalProductSharingPolicyRequest.add_member(:portal_product_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "portalProductId"))
|
|
1108
|
+
DeletePortalProductSharingPolicyRequest.struct_class = Types::DeletePortalProductSharingPolicyRequest
|
|
1109
|
+
|
|
1110
|
+
DeletePortalRequest.add_member(:portal_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "portalId"))
|
|
1111
|
+
DeletePortalRequest.struct_class = Types::DeletePortalRequest
|
|
1112
|
+
|
|
1113
|
+
DeleteProductPageRequest.add_member(:portal_product_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "portalProductId"))
|
|
1114
|
+
DeleteProductPageRequest.add_member(:product_page_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "productPageId"))
|
|
1115
|
+
DeleteProductPageRequest.struct_class = Types::DeleteProductPageRequest
|
|
1116
|
+
|
|
1117
|
+
DeleteProductRestEndpointPageRequest.add_member(:portal_product_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "portalProductId"))
|
|
1118
|
+
DeleteProductRestEndpointPageRequest.add_member(:product_rest_endpoint_page_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "productRestEndpointPageId"))
|
|
1119
|
+
DeleteProductRestEndpointPageRequest.struct_class = Types::DeleteProductRestEndpointPageRequest
|
|
1120
|
+
|
|
817
1121
|
DeleteRouteRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
|
|
818
1122
|
DeleteRouteRequest.add_member(:route_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "routeId"))
|
|
819
1123
|
DeleteRouteRequest.struct_class = Types::DeleteRouteRequest
|
|
@@ -859,6 +1163,23 @@ module Aws::ApiGatewayV2
|
|
|
859
1163
|
Deployments.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
860
1164
|
Deployments.struct_class = Types::Deployments
|
|
861
1165
|
|
|
1166
|
+
DisablePortalRequest.add_member(:portal_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "portalId"))
|
|
1167
|
+
DisablePortalRequest.struct_class = Types::DisablePortalRequest
|
|
1168
|
+
|
|
1169
|
+
DisplayContent.add_member(:body, Shapes::ShapeRef.new(shape: __stringMin1Max32768, required: true, location_name: "body"))
|
|
1170
|
+
DisplayContent.add_member(:title, Shapes::ShapeRef.new(shape: __stringMin1Max255, required: true, location_name: "title"))
|
|
1171
|
+
DisplayContent.struct_class = Types::DisplayContent
|
|
1172
|
+
|
|
1173
|
+
DisplayContentOverrides.add_member(:body, Shapes::ShapeRef.new(shape: __stringMin1Max32768, location_name: "body"))
|
|
1174
|
+
DisplayContentOverrides.add_member(:endpoint, Shapes::ShapeRef.new(shape: __stringMin1Max1024, location_name: "endpoint"))
|
|
1175
|
+
DisplayContentOverrides.add_member(:operation_name, Shapes::ShapeRef.new(shape: __stringMin1Max255, location_name: "operationName"))
|
|
1176
|
+
DisplayContentOverrides.struct_class = Types::DisplayContentOverrides
|
|
1177
|
+
|
|
1178
|
+
DisplayOrder.add_member(:contents, Shapes::ShapeRef.new(shape: __listOfSection, location_name: "contents"))
|
|
1179
|
+
DisplayOrder.add_member(:overview_page_arn, Shapes::ShapeRef.new(shape: __stringMin20Max2048, location_name: "overviewPageArn"))
|
|
1180
|
+
DisplayOrder.add_member(:product_page_arns, Shapes::ShapeRef.new(shape: __listOf__stringMin20Max2048, location_name: "productPageArns"))
|
|
1181
|
+
DisplayOrder.struct_class = Types::DisplayOrder
|
|
1182
|
+
|
|
862
1183
|
DomainName.add_member(:api_mapping_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "apiMappingSelectionExpression"))
|
|
863
1184
|
DomainName.add_member(:domain_name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And512, required: true, location_name: "domainName"))
|
|
864
1185
|
DomainName.add_member(:domain_name_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "domainNameArn"))
|
|
@@ -887,6 +1208,25 @@ module Aws::ApiGatewayV2
|
|
|
887
1208
|
DomainNames.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
888
1209
|
DomainNames.struct_class = Types::DomainNames
|
|
889
1210
|
|
|
1211
|
+
EndpointConfigurationRequest.add_member(:acm_managed, Shapes::ShapeRef.new(shape: ACMManaged, location_name: "acmManaged"))
|
|
1212
|
+
EndpointConfigurationRequest.add_member(:none, Shapes::ShapeRef.new(shape: None, location_name: "none"))
|
|
1213
|
+
EndpointConfigurationRequest.struct_class = Types::EndpointConfigurationRequest
|
|
1214
|
+
|
|
1215
|
+
EndpointConfigurationResponse.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: __stringMin10Max2048, location_name: "certificateArn"))
|
|
1216
|
+
EndpointConfigurationResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: __stringMin3Max256, location_name: "domainName"))
|
|
1217
|
+
EndpointConfigurationResponse.add_member(:portal_default_domain_name, Shapes::ShapeRef.new(shape: __stringMin3Max256, required: true, location_name: "portalDefaultDomainName"))
|
|
1218
|
+
EndpointConfigurationResponse.add_member(:portal_domain_hosted_zone_id, Shapes::ShapeRef.new(shape: __stringMin1Max64, required: true, location_name: "portalDomainHostedZoneId"))
|
|
1219
|
+
EndpointConfigurationResponse.struct_class = Types::EndpointConfigurationResponse
|
|
1220
|
+
|
|
1221
|
+
EndpointDisplayContent.add_member(:none, Shapes::ShapeRef.new(shape: None, location_name: "none"))
|
|
1222
|
+
EndpointDisplayContent.add_member(:overrides, Shapes::ShapeRef.new(shape: DisplayContentOverrides, location_name: "overrides"))
|
|
1223
|
+
EndpointDisplayContent.struct_class = Types::EndpointDisplayContent
|
|
1224
|
+
|
|
1225
|
+
EndpointDisplayContentResponse.add_member(:body, Shapes::ShapeRef.new(shape: __stringMin1Max32768, location_name: "body"))
|
|
1226
|
+
EndpointDisplayContentResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: __stringMin1Max1024, required: true, location_name: "endpoint"))
|
|
1227
|
+
EndpointDisplayContentResponse.add_member(:operation_name, Shapes::ShapeRef.new(shape: __stringMin1Max255, location_name: "operationName"))
|
|
1228
|
+
EndpointDisplayContentResponse.struct_class = Types::EndpointDisplayContentResponse
|
|
1229
|
+
|
|
890
1230
|
ExportApiRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
|
|
891
1231
|
ExportApiRequest.add_member(:export_version, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "exportVersion"))
|
|
892
1232
|
ExportApiRequest.add_member(:include_extensions, Shapes::ShapeRef.new(shape: __boolean, location: "querystring", location_name: "includeExtensions"))
|
|
@@ -1101,6 +1441,119 @@ module Aws::ApiGatewayV2
|
|
|
1101
1441
|
GetModelsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1102
1442
|
GetModelsResponse.struct_class = Types::GetModelsResponse
|
|
1103
1443
|
|
|
1444
|
+
GetPortalProductRequest.add_member(:portal_product_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "portalProductId"))
|
|
1445
|
+
GetPortalProductRequest.add_member(:resource_owner_account_id, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "resourceOwnerAccountId"))
|
|
1446
|
+
GetPortalProductRequest.struct_class = Types::GetPortalProductRequest
|
|
1447
|
+
|
|
1448
|
+
GetPortalProductResponse.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "description"))
|
|
1449
|
+
GetPortalProductResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: __stringMin1Max255, location_name: "displayName"))
|
|
1450
|
+
GetPortalProductResponse.add_member(:display_order, Shapes::ShapeRef.new(shape: DisplayOrder, location_name: "displayOrder"))
|
|
1451
|
+
GetPortalProductResponse.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "lastModified"))
|
|
1452
|
+
GetPortalProductResponse.add_member(:portal_product_arn, Shapes::ShapeRef.new(shape: __stringMin20Max2048, location_name: "portalProductArn"))
|
|
1453
|
+
GetPortalProductResponse.add_member(:portal_product_id, Shapes::ShapeRef.new(shape: __stringMin10Max30PatternAZ09, location_name: "portalProductId"))
|
|
1454
|
+
GetPortalProductResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
1455
|
+
GetPortalProductResponse.struct_class = Types::GetPortalProductResponse
|
|
1456
|
+
|
|
1457
|
+
GetPortalProductResponseContent.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, required: true, location_name: "description"))
|
|
1458
|
+
GetPortalProductResponseContent.add_member(:display_name, Shapes::ShapeRef.new(shape: __stringMin1Max255, required: true, location_name: "displayName"))
|
|
1459
|
+
GetPortalProductResponseContent.add_member(:display_order, Shapes::ShapeRef.new(shape: DisplayOrder, required: true, location_name: "displayOrder"))
|
|
1460
|
+
GetPortalProductResponseContent.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestampIso8601, required: true, location_name: "lastModified"))
|
|
1461
|
+
GetPortalProductResponseContent.add_member(:portal_product_arn, Shapes::ShapeRef.new(shape: __stringMin20Max2048, required: true, location_name: "portalProductArn"))
|
|
1462
|
+
GetPortalProductResponseContent.add_member(:portal_product_id, Shapes::ShapeRef.new(shape: __stringMin10Max30PatternAZ09, required: true, location_name: "portalProductId"))
|
|
1463
|
+
GetPortalProductResponseContent.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
1464
|
+
GetPortalProductResponseContent.struct_class = Types::GetPortalProductResponseContent
|
|
1465
|
+
|
|
1466
|
+
GetPortalProductSharingPolicyRequest.add_member(:portal_product_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "portalProductId"))
|
|
1467
|
+
GetPortalProductSharingPolicyRequest.struct_class = Types::GetPortalProductSharingPolicyRequest
|
|
1468
|
+
|
|
1469
|
+
GetPortalProductSharingPolicyResponse.add_member(:policy_document, Shapes::ShapeRef.new(shape: __stringMin1Max307200, location_name: "policyDocument"))
|
|
1470
|
+
GetPortalProductSharingPolicyResponse.add_member(:portal_product_id, Shapes::ShapeRef.new(shape: __stringMin10Max30PatternAZ09, location_name: "portalProductId"))
|
|
1471
|
+
GetPortalProductSharingPolicyResponse.struct_class = Types::GetPortalProductSharingPolicyResponse
|
|
1472
|
+
|
|
1473
|
+
GetPortalProductSharingPolicyResponseContent.add_member(:policy_document, Shapes::ShapeRef.new(shape: __stringMin1Max307200, required: true, location_name: "policyDocument"))
|
|
1474
|
+
GetPortalProductSharingPolicyResponseContent.add_member(:portal_product_id, Shapes::ShapeRef.new(shape: __stringMin10Max30PatternAZ09, required: true, location_name: "portalProductId"))
|
|
1475
|
+
GetPortalProductSharingPolicyResponseContent.struct_class = Types::GetPortalProductSharingPolicyResponseContent
|
|
1476
|
+
|
|
1477
|
+
GetPortalRequest.add_member(:portal_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "portalId"))
|
|
1478
|
+
GetPortalRequest.struct_class = Types::GetPortalRequest
|
|
1479
|
+
|
|
1480
|
+
GetPortalResponse.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
|
|
1481
|
+
GetPortalResponse.add_member(:endpoint_configuration, Shapes::ShapeRef.new(shape: EndpointConfigurationResponse, location_name: "endpointConfiguration"))
|
|
1482
|
+
GetPortalResponse.add_member(:included_portal_product_arns, Shapes::ShapeRef.new(shape: __listOf__stringMin20Max2048, location_name: "includedPortalProductArns"))
|
|
1483
|
+
GetPortalResponse.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "lastModified"))
|
|
1484
|
+
GetPortalResponse.add_member(:last_published, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "lastPublished"))
|
|
1485
|
+
GetPortalResponse.add_member(:last_published_description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "lastPublishedDescription"))
|
|
1486
|
+
GetPortalResponse.add_member(:portal_arn, Shapes::ShapeRef.new(shape: __stringMin20Max2048, location_name: "portalArn"))
|
|
1487
|
+
GetPortalResponse.add_member(:portal_content, Shapes::ShapeRef.new(shape: PortalContent, location_name: "portalContent"))
|
|
1488
|
+
GetPortalResponse.add_member(:portal_id, Shapes::ShapeRef.new(shape: __stringMin10Max30PatternAZ09, location_name: "portalId"))
|
|
1489
|
+
GetPortalResponse.add_member(:preview, Shapes::ShapeRef.new(shape: Preview, location_name: "preview"))
|
|
1490
|
+
GetPortalResponse.add_member(:publish_status, Shapes::ShapeRef.new(shape: PublishStatus, location_name: "publishStatus"))
|
|
1491
|
+
GetPortalResponse.add_member(:rum_app_monitor_name, Shapes::ShapeRef.new(shape: __stringMin0Max255, location_name: "rumAppMonitorName"))
|
|
1492
|
+
GetPortalResponse.add_member(:status_exception, Shapes::ShapeRef.new(shape: StatusException, location_name: "statusException"))
|
|
1493
|
+
GetPortalResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
1494
|
+
GetPortalResponse.struct_class = Types::GetPortalResponse
|
|
1495
|
+
|
|
1496
|
+
GetPortalResponseContent.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, required: true, location_name: "authorization"))
|
|
1497
|
+
GetPortalResponseContent.add_member(:endpoint_configuration, Shapes::ShapeRef.new(shape: EndpointConfigurationResponse, required: true, location_name: "endpointConfiguration"))
|
|
1498
|
+
GetPortalResponseContent.add_member(:included_portal_product_arns, Shapes::ShapeRef.new(shape: __listOf__stringMin20Max2048, required: true, location_name: "includedPortalProductArns"))
|
|
1499
|
+
GetPortalResponseContent.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestampIso8601, required: true, location_name: "lastModified"))
|
|
1500
|
+
GetPortalResponseContent.add_member(:last_published, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "lastPublished"))
|
|
1501
|
+
GetPortalResponseContent.add_member(:last_published_description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "lastPublishedDescription"))
|
|
1502
|
+
GetPortalResponseContent.add_member(:portal_arn, Shapes::ShapeRef.new(shape: __stringMin20Max2048, required: true, location_name: "portalArn"))
|
|
1503
|
+
GetPortalResponseContent.add_member(:portal_content, Shapes::ShapeRef.new(shape: PortalContent, required: true, location_name: "portalContent"))
|
|
1504
|
+
GetPortalResponseContent.add_member(:portal_id, Shapes::ShapeRef.new(shape: __stringMin10Max30PatternAZ09, required: true, location_name: "portalId"))
|
|
1505
|
+
GetPortalResponseContent.add_member(:preview, Shapes::ShapeRef.new(shape: Preview, location_name: "preview"))
|
|
1506
|
+
GetPortalResponseContent.add_member(:publish_status, Shapes::ShapeRef.new(shape: PublishStatus, location_name: "publishStatus"))
|
|
1507
|
+
GetPortalResponseContent.add_member(:rum_app_monitor_name, Shapes::ShapeRef.new(shape: __stringMin0Max255, location_name: "rumAppMonitorName"))
|
|
1508
|
+
GetPortalResponseContent.add_member(:status_exception, Shapes::ShapeRef.new(shape: StatusException, location_name: "statusException"))
|
|
1509
|
+
GetPortalResponseContent.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
1510
|
+
GetPortalResponseContent.struct_class = Types::GetPortalResponseContent
|
|
1511
|
+
|
|
1512
|
+
GetProductPageRequest.add_member(:portal_product_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "portalProductId"))
|
|
1513
|
+
GetProductPageRequest.add_member(:product_page_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "productPageId"))
|
|
1514
|
+
GetProductPageRequest.add_member(:resource_owner_account_id, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "resourceOwnerAccountId"))
|
|
1515
|
+
GetProductPageRequest.struct_class = Types::GetProductPageRequest
|
|
1516
|
+
|
|
1517
|
+
GetProductPageResponse.add_member(:display_content, Shapes::ShapeRef.new(shape: DisplayContent, location_name: "displayContent"))
|
|
1518
|
+
GetProductPageResponse.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "lastModified"))
|
|
1519
|
+
GetProductPageResponse.add_member(:product_page_arn, Shapes::ShapeRef.new(shape: __stringMin20Max2048, location_name: "productPageArn"))
|
|
1520
|
+
GetProductPageResponse.add_member(:product_page_id, Shapes::ShapeRef.new(shape: __stringMin10Max30PatternAZ09, location_name: "productPageId"))
|
|
1521
|
+
GetProductPageResponse.struct_class = Types::GetProductPageResponse
|
|
1522
|
+
|
|
1523
|
+
GetProductPageResponseContent.add_member(:display_content, Shapes::ShapeRef.new(shape: DisplayContent, required: true, location_name: "displayContent"))
|
|
1524
|
+
GetProductPageResponseContent.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestampIso8601, required: true, location_name: "lastModified"))
|
|
1525
|
+
GetProductPageResponseContent.add_member(:product_page_arn, Shapes::ShapeRef.new(shape: __stringMin20Max2048, required: true, location_name: "productPageArn"))
|
|
1526
|
+
GetProductPageResponseContent.add_member(:product_page_id, Shapes::ShapeRef.new(shape: __stringMin10Max30PatternAZ09, required: true, location_name: "productPageId"))
|
|
1527
|
+
GetProductPageResponseContent.struct_class = Types::GetProductPageResponseContent
|
|
1528
|
+
|
|
1529
|
+
GetProductRestEndpointPageRequest.add_member(:include_raw_display_content, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "includeRawDisplayContent"))
|
|
1530
|
+
GetProductRestEndpointPageRequest.add_member(:portal_product_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "portalProductId"))
|
|
1531
|
+
GetProductRestEndpointPageRequest.add_member(:product_rest_endpoint_page_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "productRestEndpointPageId"))
|
|
1532
|
+
GetProductRestEndpointPageRequest.add_member(:resource_owner_account_id, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "resourceOwnerAccountId"))
|
|
1533
|
+
GetProductRestEndpointPageRequest.struct_class = Types::GetProductRestEndpointPageRequest
|
|
1534
|
+
|
|
1535
|
+
GetProductRestEndpointPageResponse.add_member(:display_content, Shapes::ShapeRef.new(shape: EndpointDisplayContentResponse, location_name: "displayContent"))
|
|
1536
|
+
GetProductRestEndpointPageResponse.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "lastModified"))
|
|
1537
|
+
GetProductRestEndpointPageResponse.add_member(:product_rest_endpoint_page_arn, Shapes::ShapeRef.new(shape: __stringMin20Max2048, location_name: "productRestEndpointPageArn"))
|
|
1538
|
+
GetProductRestEndpointPageResponse.add_member(:product_rest_endpoint_page_id, Shapes::ShapeRef.new(shape: __stringMin10Max30PatternAZ09, location_name: "productRestEndpointPageId"))
|
|
1539
|
+
GetProductRestEndpointPageResponse.add_member(:raw_display_content, Shapes::ShapeRef.new(shape: __string, location_name: "rawDisplayContent"))
|
|
1540
|
+
GetProductRestEndpointPageResponse.add_member(:rest_endpoint_identifier, Shapes::ShapeRef.new(shape: RestEndpointIdentifier, location_name: "restEndpointIdentifier"))
|
|
1541
|
+
GetProductRestEndpointPageResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
|
|
1542
|
+
GetProductRestEndpointPageResponse.add_member(:status_exception, Shapes::ShapeRef.new(shape: StatusException, location_name: "statusException"))
|
|
1543
|
+
GetProductRestEndpointPageResponse.add_member(:try_it_state, Shapes::ShapeRef.new(shape: TryItState, location_name: "tryItState"))
|
|
1544
|
+
GetProductRestEndpointPageResponse.struct_class = Types::GetProductRestEndpointPageResponse
|
|
1545
|
+
|
|
1546
|
+
GetProductRestEndpointPageResponseContent.add_member(:display_content, Shapes::ShapeRef.new(shape: EndpointDisplayContentResponse, required: true, location_name: "displayContent"))
|
|
1547
|
+
GetProductRestEndpointPageResponseContent.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestampIso8601, required: true, location_name: "lastModified"))
|
|
1548
|
+
GetProductRestEndpointPageResponseContent.add_member(:product_rest_endpoint_page_arn, Shapes::ShapeRef.new(shape: __stringMin20Max2048, required: true, location_name: "productRestEndpointPageArn"))
|
|
1549
|
+
GetProductRestEndpointPageResponseContent.add_member(:product_rest_endpoint_page_id, Shapes::ShapeRef.new(shape: __stringMin10Max30PatternAZ09, required: true, location_name: "productRestEndpointPageId"))
|
|
1550
|
+
GetProductRestEndpointPageResponseContent.add_member(:raw_display_content, Shapes::ShapeRef.new(shape: __string, location_name: "rawDisplayContent"))
|
|
1551
|
+
GetProductRestEndpointPageResponseContent.add_member(:rest_endpoint_identifier, Shapes::ShapeRef.new(shape: RestEndpointIdentifier, required: true, location_name: "restEndpointIdentifier"))
|
|
1552
|
+
GetProductRestEndpointPageResponseContent.add_member(:status, Shapes::ShapeRef.new(shape: Status, required: true, location_name: "status"))
|
|
1553
|
+
GetProductRestEndpointPageResponseContent.add_member(:status_exception, Shapes::ShapeRef.new(shape: StatusException, location_name: "statusException"))
|
|
1554
|
+
GetProductRestEndpointPageResponseContent.add_member(:try_it_state, Shapes::ShapeRef.new(shape: TryItState, required: true, location_name: "tryItState"))
|
|
1555
|
+
GetProductRestEndpointPageResponseContent.struct_class = Types::GetProductRestEndpointPageResponseContent
|
|
1556
|
+
|
|
1104
1557
|
GetRouteRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
|
|
1105
1558
|
GetRouteRequest.add_member(:route_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "routeId"))
|
|
1106
1559
|
GetRouteRequest.struct_class = Types::GetRouteRequest
|
|
@@ -1220,6 +1673,12 @@ module Aws::ApiGatewayV2
|
|
|
1220
1673
|
GetVpcLinksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1221
1674
|
GetVpcLinksResponse.struct_class = Types::GetVpcLinksResponse
|
|
1222
1675
|
|
|
1676
|
+
IdentifierParts.add_member(:method, Shapes::ShapeRef.new(shape: __stringMin1Max20, required: true, location_name: "method"))
|
|
1677
|
+
IdentifierParts.add_member(:path, Shapes::ShapeRef.new(shape: __stringMin1Max4096, required: true, location_name: "path"))
|
|
1678
|
+
IdentifierParts.add_member(:rest_api_id, Shapes::ShapeRef.new(shape: __stringMin1Max50, required: true, location_name: "restApiId"))
|
|
1679
|
+
IdentifierParts.add_member(:stage, Shapes::ShapeRef.new(shape: __stringMin1Max128, required: true, location_name: "stage"))
|
|
1680
|
+
IdentifierParts.struct_class = Types::IdentifierParts
|
|
1681
|
+
|
|
1223
1682
|
IdentitySourceList.member = Shapes::ShapeRef.new(shape: __string)
|
|
1224
1683
|
|
|
1225
1684
|
ImportApiInput.add_member(:body, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "body"))
|
|
@@ -1298,6 +1757,63 @@ module Aws::ApiGatewayV2
|
|
|
1298
1757
|
LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
|
1299
1758
|
LimitExceededException.struct_class = Types::LimitExceededException
|
|
1300
1759
|
|
|
1760
|
+
LimitExceededExceptionResponseContent.add_member(:limit_type, Shapes::ShapeRef.new(shape: __string, location_name: "limitType"))
|
|
1761
|
+
LimitExceededExceptionResponseContent.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
|
1762
|
+
LimitExceededExceptionResponseContent.struct_class = Types::LimitExceededExceptionResponseContent
|
|
1763
|
+
|
|
1764
|
+
ListPortalProductsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "maxResults"))
|
|
1765
|
+
ListPortalProductsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
|
|
1766
|
+
ListPortalProductsRequest.add_member(:resource_owner, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "resourceOwner"))
|
|
1767
|
+
ListPortalProductsRequest.struct_class = Types::ListPortalProductsRequest
|
|
1768
|
+
|
|
1769
|
+
ListPortalProductsResponse.add_member(:items, Shapes::ShapeRef.new(shape: __listOfPortalProductSummary, location_name: "items"))
|
|
1770
|
+
ListPortalProductsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __stringMin1Max2048, location_name: "nextToken"))
|
|
1771
|
+
ListPortalProductsResponse.struct_class = Types::ListPortalProductsResponse
|
|
1772
|
+
|
|
1773
|
+
ListPortalProductsResponseContent.add_member(:items, Shapes::ShapeRef.new(shape: __listOfPortalProductSummary, location_name: "items"))
|
|
1774
|
+
ListPortalProductsResponseContent.add_member(:next_token, Shapes::ShapeRef.new(shape: __stringMin1Max2048, location_name: "nextToken"))
|
|
1775
|
+
ListPortalProductsResponseContent.struct_class = Types::ListPortalProductsResponseContent
|
|
1776
|
+
|
|
1777
|
+
ListPortalsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "maxResults"))
|
|
1778
|
+
ListPortalsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
|
|
1779
|
+
ListPortalsRequest.struct_class = Types::ListPortalsRequest
|
|
1780
|
+
|
|
1781
|
+
ListPortalsResponse.add_member(:items, Shapes::ShapeRef.new(shape: __listOfPortalSummary, location_name: "items"))
|
|
1782
|
+
ListPortalsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __stringMin1Max2048, location_name: "nextToken"))
|
|
1783
|
+
ListPortalsResponse.struct_class = Types::ListPortalsResponse
|
|
1784
|
+
|
|
1785
|
+
ListPortalsResponseContent.add_member(:items, Shapes::ShapeRef.new(shape: __listOfPortalSummary, location_name: "items"))
|
|
1786
|
+
ListPortalsResponseContent.add_member(:next_token, Shapes::ShapeRef.new(shape: __stringMin1Max2048, location_name: "nextToken"))
|
|
1787
|
+
ListPortalsResponseContent.struct_class = Types::ListPortalsResponseContent
|
|
1788
|
+
|
|
1789
|
+
ListProductPagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "maxResults"))
|
|
1790
|
+
ListProductPagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
|
|
1791
|
+
ListProductPagesRequest.add_member(:portal_product_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "portalProductId"))
|
|
1792
|
+
ListProductPagesRequest.add_member(:resource_owner_account_id, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "resourceOwnerAccountId"))
|
|
1793
|
+
ListProductPagesRequest.struct_class = Types::ListProductPagesRequest
|
|
1794
|
+
|
|
1795
|
+
ListProductPagesResponse.add_member(:items, Shapes::ShapeRef.new(shape: __listOfProductPageSummaryNoBody, location_name: "items"))
|
|
1796
|
+
ListProductPagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __stringMin1Max2048, location_name: "nextToken"))
|
|
1797
|
+
ListProductPagesResponse.struct_class = Types::ListProductPagesResponse
|
|
1798
|
+
|
|
1799
|
+
ListProductPagesResponseContent.add_member(:items, Shapes::ShapeRef.new(shape: __listOfProductPageSummaryNoBody, required: true, location_name: "items"))
|
|
1800
|
+
ListProductPagesResponseContent.add_member(:next_token, Shapes::ShapeRef.new(shape: __stringMin1Max2048, location_name: "nextToken"))
|
|
1801
|
+
ListProductPagesResponseContent.struct_class = Types::ListProductPagesResponseContent
|
|
1802
|
+
|
|
1803
|
+
ListProductRestEndpointPagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "maxResults"))
|
|
1804
|
+
ListProductRestEndpointPagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
|
|
1805
|
+
ListProductRestEndpointPagesRequest.add_member(:portal_product_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "portalProductId"))
|
|
1806
|
+
ListProductRestEndpointPagesRequest.add_member(:resource_owner_account_id, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "resourceOwnerAccountId"))
|
|
1807
|
+
ListProductRestEndpointPagesRequest.struct_class = Types::ListProductRestEndpointPagesRequest
|
|
1808
|
+
|
|
1809
|
+
ListProductRestEndpointPagesResponse.add_member(:items, Shapes::ShapeRef.new(shape: __listOfProductRestEndpointPageSummaryNoBody, location_name: "items"))
|
|
1810
|
+
ListProductRestEndpointPagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
|
1811
|
+
ListProductRestEndpointPagesResponse.struct_class = Types::ListProductRestEndpointPagesResponse
|
|
1812
|
+
|
|
1813
|
+
ListProductRestEndpointPagesResponseContent.add_member(:items, Shapes::ShapeRef.new(shape: __listOfProductRestEndpointPageSummaryNoBody, required: true, location_name: "items"))
|
|
1814
|
+
ListProductRestEndpointPagesResponseContent.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
|
1815
|
+
ListProductRestEndpointPagesResponseContent.struct_class = Types::ListProductRestEndpointPagesResponseContent
|
|
1816
|
+
|
|
1301
1817
|
ListRoutingRulesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "domainName"))
|
|
1302
1818
|
ListRoutingRulesRequest.add_member(:domain_name_id, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "domainNameId"))
|
|
1303
1819
|
ListRoutingRulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
@@ -1328,13 +1844,97 @@ module Aws::ApiGatewayV2
|
|
|
1328
1844
|
MutualTlsAuthenticationInput.add_member(:truststore_version, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And64, location_name: "truststoreVersion"))
|
|
1329
1845
|
MutualTlsAuthenticationInput.struct_class = Types::MutualTlsAuthenticationInput
|
|
1330
1846
|
|
|
1847
|
+
None.struct_class = Types::None
|
|
1848
|
+
|
|
1331
1849
|
NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
|
1332
1850
|
NotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: __string, location_name: "resourceType"))
|
|
1333
1851
|
NotFoundException.struct_class = Types::NotFoundException
|
|
1334
1852
|
|
|
1853
|
+
NotFoundExceptionResponseContent.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
|
1854
|
+
NotFoundExceptionResponseContent.add_member(:resource_type, Shapes::ShapeRef.new(shape: __string, location_name: "resourceType"))
|
|
1855
|
+
NotFoundExceptionResponseContent.struct_class = Types::NotFoundExceptionResponseContent
|
|
1856
|
+
|
|
1335
1857
|
ParameterConstraints.add_member(:required, Shapes::ShapeRef.new(shape: __boolean, location_name: "required"))
|
|
1336
1858
|
ParameterConstraints.struct_class = Types::ParameterConstraints
|
|
1337
1859
|
|
|
1860
|
+
PortalContent.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "description"))
|
|
1861
|
+
PortalContent.add_member(:display_name, Shapes::ShapeRef.new(shape: __stringMin3Max255, required: true, location_name: "displayName"))
|
|
1862
|
+
PortalContent.add_member(:theme, Shapes::ShapeRef.new(shape: PortalTheme, required: true, location_name: "theme"))
|
|
1863
|
+
PortalContent.struct_class = Types::PortalContent
|
|
1864
|
+
|
|
1865
|
+
PortalProductSummary.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, required: true, location_name: "description"))
|
|
1866
|
+
PortalProductSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: __stringMin1Max255, required: true, location_name: "displayName"))
|
|
1867
|
+
PortalProductSummary.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestampIso8601, required: true, location_name: "lastModified"))
|
|
1868
|
+
PortalProductSummary.add_member(:portal_product_arn, Shapes::ShapeRef.new(shape: __stringMin20Max2048, required: true, location_name: "portalProductArn"))
|
|
1869
|
+
PortalProductSummary.add_member(:portal_product_id, Shapes::ShapeRef.new(shape: __stringMin10Max30PatternAZ09, required: true, location_name: "portalProductId"))
|
|
1870
|
+
PortalProductSummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
1871
|
+
PortalProductSummary.struct_class = Types::PortalProductSummary
|
|
1872
|
+
|
|
1873
|
+
PortalSummary.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, required: true, location_name: "authorization"))
|
|
1874
|
+
PortalSummary.add_member(:endpoint_configuration, Shapes::ShapeRef.new(shape: EndpointConfigurationResponse, required: true, location_name: "endpointConfiguration"))
|
|
1875
|
+
PortalSummary.add_member(:included_portal_product_arns, Shapes::ShapeRef.new(shape: __listOf__stringMin20Max2048, required: true, location_name: "includedPortalProductArns"))
|
|
1876
|
+
PortalSummary.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestampIso8601, required: true, location_name: "lastModified"))
|
|
1877
|
+
PortalSummary.add_member(:last_published, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "lastPublished"))
|
|
1878
|
+
PortalSummary.add_member(:last_published_description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "lastPublishedDescription"))
|
|
1879
|
+
PortalSummary.add_member(:portal_arn, Shapes::ShapeRef.new(shape: __stringMin20Max2048, required: true, location_name: "portalArn"))
|
|
1880
|
+
PortalSummary.add_member(:portal_content, Shapes::ShapeRef.new(shape: PortalContent, required: true, location_name: "portalContent"))
|
|
1881
|
+
PortalSummary.add_member(:portal_id, Shapes::ShapeRef.new(shape: __stringMin10Max30PatternAZ09, required: true, location_name: "portalId"))
|
|
1882
|
+
PortalSummary.add_member(:preview, Shapes::ShapeRef.new(shape: Preview, location_name: "preview"))
|
|
1883
|
+
PortalSummary.add_member(:publish_status, Shapes::ShapeRef.new(shape: PublishStatus, location_name: "publishStatus"))
|
|
1884
|
+
PortalSummary.add_member(:rum_app_monitor_name, Shapes::ShapeRef.new(shape: __stringMin0Max255, location_name: "rumAppMonitorName"))
|
|
1885
|
+
PortalSummary.add_member(:status_exception, Shapes::ShapeRef.new(shape: StatusException, location_name: "statusException"))
|
|
1886
|
+
PortalSummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
1887
|
+
PortalSummary.struct_class = Types::PortalSummary
|
|
1888
|
+
|
|
1889
|
+
PortalTheme.add_member(:custom_colors, Shapes::ShapeRef.new(shape: CustomColors, required: true, location_name: "customColors"))
|
|
1890
|
+
PortalTheme.add_member(:logo_last_uploaded, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "logoLastUploaded"))
|
|
1891
|
+
PortalTheme.struct_class = Types::PortalTheme
|
|
1892
|
+
|
|
1893
|
+
Preview.add_member(:preview_status, Shapes::ShapeRef.new(shape: PreviewStatus, required: true, location_name: "previewStatus"))
|
|
1894
|
+
Preview.add_member(:preview_url, Shapes::ShapeRef.new(shape: __string, location_name: "previewUrl"))
|
|
1895
|
+
Preview.add_member(:status_exception, Shapes::ShapeRef.new(shape: StatusException, location_name: "statusException"))
|
|
1896
|
+
Preview.struct_class = Types::Preview
|
|
1897
|
+
|
|
1898
|
+
PreviewPortalRequest.add_member(:portal_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "portalId"))
|
|
1899
|
+
PreviewPortalRequest.struct_class = Types::PreviewPortalRequest
|
|
1900
|
+
|
|
1901
|
+
PreviewPortalResponse.struct_class = Types::PreviewPortalResponse
|
|
1902
|
+
|
|
1903
|
+
ProductPageSummaryNoBody.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestampIso8601, required: true, location_name: "lastModified"))
|
|
1904
|
+
ProductPageSummaryNoBody.add_member(:page_title, Shapes::ShapeRef.new(shape: __stringMin1Max255, required: true, location_name: "pageTitle"))
|
|
1905
|
+
ProductPageSummaryNoBody.add_member(:product_page_arn, Shapes::ShapeRef.new(shape: __stringMin20Max2048, required: true, location_name: "productPageArn"))
|
|
1906
|
+
ProductPageSummaryNoBody.add_member(:product_page_id, Shapes::ShapeRef.new(shape: __stringMin10Max30PatternAZ09, required: true, location_name: "productPageId"))
|
|
1907
|
+
ProductPageSummaryNoBody.struct_class = Types::ProductPageSummaryNoBody
|
|
1908
|
+
|
|
1909
|
+
ProductRestEndpointPageSummaryNoBody.add_member(:endpoint, Shapes::ShapeRef.new(shape: __stringMin1Max1024, required: true, location_name: "endpoint"))
|
|
1910
|
+
ProductRestEndpointPageSummaryNoBody.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestampIso8601, required: true, location_name: "lastModified"))
|
|
1911
|
+
ProductRestEndpointPageSummaryNoBody.add_member(:operation_name, Shapes::ShapeRef.new(shape: __stringMin1Max255, location_name: "operationName"))
|
|
1912
|
+
ProductRestEndpointPageSummaryNoBody.add_member(:product_rest_endpoint_page_arn, Shapes::ShapeRef.new(shape: __stringMin20Max2048, required: true, location_name: "productRestEndpointPageArn"))
|
|
1913
|
+
ProductRestEndpointPageSummaryNoBody.add_member(:product_rest_endpoint_page_id, Shapes::ShapeRef.new(shape: __stringMin10Max30PatternAZ09, required: true, location_name: "productRestEndpointPageId"))
|
|
1914
|
+
ProductRestEndpointPageSummaryNoBody.add_member(:rest_endpoint_identifier, Shapes::ShapeRef.new(shape: RestEndpointIdentifier, required: true, location_name: "restEndpointIdentifier"))
|
|
1915
|
+
ProductRestEndpointPageSummaryNoBody.add_member(:status, Shapes::ShapeRef.new(shape: Status, required: true, location_name: "status"))
|
|
1916
|
+
ProductRestEndpointPageSummaryNoBody.add_member(:status_exception, Shapes::ShapeRef.new(shape: StatusException, location_name: "statusException"))
|
|
1917
|
+
ProductRestEndpointPageSummaryNoBody.add_member(:try_it_state, Shapes::ShapeRef.new(shape: TryItState, required: true, location_name: "tryItState"))
|
|
1918
|
+
ProductRestEndpointPageSummaryNoBody.struct_class = Types::ProductRestEndpointPageSummaryNoBody
|
|
1919
|
+
|
|
1920
|
+
PublishPortalRequest.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "description"))
|
|
1921
|
+
PublishPortalRequest.add_member(:portal_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "portalId"))
|
|
1922
|
+
PublishPortalRequest.struct_class = Types::PublishPortalRequest
|
|
1923
|
+
|
|
1924
|
+
PublishPortalRequestContent.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "description"))
|
|
1925
|
+
PublishPortalRequestContent.struct_class = Types::PublishPortalRequestContent
|
|
1926
|
+
|
|
1927
|
+
PublishPortalResponse.struct_class = Types::PublishPortalResponse
|
|
1928
|
+
|
|
1929
|
+
PutPortalProductSharingPolicyRequest.add_member(:policy_document, Shapes::ShapeRef.new(shape: __stringMin1Max307200, required: true, location_name: "policyDocument"))
|
|
1930
|
+
PutPortalProductSharingPolicyRequest.add_member(:portal_product_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "portalProductId"))
|
|
1931
|
+
PutPortalProductSharingPolicyRequest.struct_class = Types::PutPortalProductSharingPolicyRequest
|
|
1932
|
+
|
|
1933
|
+
PutPortalProductSharingPolicyRequestContent.add_member(:policy_document, Shapes::ShapeRef.new(shape: __stringMin1Max307200, required: true, location_name: "policyDocument"))
|
|
1934
|
+
PutPortalProductSharingPolicyRequestContent.struct_class = Types::PutPortalProductSharingPolicyRequestContent
|
|
1935
|
+
|
|
1936
|
+
PutPortalProductSharingPolicyResponse.struct_class = Types::PutPortalProductSharingPolicyResponse
|
|
1937
|
+
|
|
1338
1938
|
PutRoutingRuleRequest.add_member(:actions, Shapes::ShapeRef.new(shape: __listOfRoutingRuleAction, required: true, location_name: "actions"))
|
|
1339
1939
|
PutRoutingRuleRequest.add_member(:conditions, Shapes::ShapeRef.new(shape: __listOfRoutingRuleCondition, required: true, location_name: "conditions"))
|
|
1340
1940
|
PutRoutingRuleRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "domainName"))
|
|
@@ -1385,6 +1985,9 @@ module Aws::ApiGatewayV2
|
|
|
1385
1985
|
ResponseParameters.key = Shapes::ShapeRef.new(shape: __string)
|
|
1386
1986
|
ResponseParameters.value = Shapes::ShapeRef.new(shape: IntegrationParameters)
|
|
1387
1987
|
|
|
1988
|
+
RestEndpointIdentifier.add_member(:identifier_parts, Shapes::ShapeRef.new(shape: IdentifierParts, location_name: "identifierParts"))
|
|
1989
|
+
RestEndpointIdentifier.struct_class = Types::RestEndpointIdentifier
|
|
1990
|
+
|
|
1388
1991
|
Route.add_member(:api_gateway_managed, Shapes::ShapeRef.new(shape: __boolean, location_name: "apiGatewayManaged"))
|
|
1389
1992
|
Route.add_member(:api_key_required, Shapes::ShapeRef.new(shape: __boolean, location_name: "apiKeyRequired"))
|
|
1390
1993
|
Route.add_member(:authorization_scopes, Shapes::ShapeRef.new(shape: AuthorizationScopes, location_name: "authorizationScopes"))
|
|
@@ -1469,6 +2072,10 @@ module Aws::ApiGatewayV2
|
|
|
1469
2072
|
RoutingRules.add_member(:routing_rules, Shapes::ShapeRef.new(shape: __listOfRoutingRule, location_name: "routingRules"))
|
|
1470
2073
|
RoutingRules.struct_class = Types::RoutingRules
|
|
1471
2074
|
|
|
2075
|
+
Section.add_member(:product_rest_endpoint_page_arns, Shapes::ShapeRef.new(shape: __listOf__stringMin20Max2048, required: true, location_name: "productRestEndpointPageArns"))
|
|
2076
|
+
Section.add_member(:section_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "sectionName"))
|
|
2077
|
+
Section.struct_class = Types::Section
|
|
2078
|
+
|
|
1472
2079
|
SecurityGroupIdList.member = Shapes::ShapeRef.new(shape: __string)
|
|
1473
2080
|
|
|
1474
2081
|
Stage.add_member(:access_log_settings, Shapes::ShapeRef.new(shape: AccessLogSettings, location_name: "accessLogSettings"))
|
|
@@ -1494,6 +2101,10 @@ module Aws::ApiGatewayV2
|
|
|
1494
2101
|
Stages.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1495
2102
|
Stages.struct_class = Types::Stages
|
|
1496
2103
|
|
|
2104
|
+
StatusException.add_member(:exception, Shapes::ShapeRef.new(shape: __stringMin1Max256, location_name: "exception"))
|
|
2105
|
+
StatusException.add_member(:message, Shapes::ShapeRef.new(shape: __stringMin1Max2048, location_name: "message"))
|
|
2106
|
+
StatusException.struct_class = Types::StatusException
|
|
2107
|
+
|
|
1497
2108
|
SubnetIdList.member = Shapes::ShapeRef.new(shape: __string)
|
|
1498
2109
|
|
|
1499
2110
|
TagResourceInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
@@ -1777,6 +2388,134 @@ module Aws::ApiGatewayV2
|
|
|
1777
2388
|
UpdateModelResponse.add_member(:schema, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And32K, location_name: "schema"))
|
|
1778
2389
|
UpdateModelResponse.struct_class = Types::UpdateModelResponse
|
|
1779
2390
|
|
|
2391
|
+
UpdatePortalProductRequest.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "description"))
|
|
2392
|
+
UpdatePortalProductRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: __stringMin1Max255, location_name: "displayName"))
|
|
2393
|
+
UpdatePortalProductRequest.add_member(:display_order, Shapes::ShapeRef.new(shape: DisplayOrder, location_name: "displayOrder"))
|
|
2394
|
+
UpdatePortalProductRequest.add_member(:portal_product_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "portalProductId"))
|
|
2395
|
+
UpdatePortalProductRequest.struct_class = Types::UpdatePortalProductRequest
|
|
2396
|
+
|
|
2397
|
+
UpdatePortalProductRequestContent.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "description"))
|
|
2398
|
+
UpdatePortalProductRequestContent.add_member(:display_name, Shapes::ShapeRef.new(shape: __stringMin1Max255, location_name: "displayName"))
|
|
2399
|
+
UpdatePortalProductRequestContent.add_member(:display_order, Shapes::ShapeRef.new(shape: DisplayOrder, location_name: "displayOrder"))
|
|
2400
|
+
UpdatePortalProductRequestContent.struct_class = Types::UpdatePortalProductRequestContent
|
|
2401
|
+
|
|
2402
|
+
UpdatePortalProductResponse.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "description"))
|
|
2403
|
+
UpdatePortalProductResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: __stringMin1Max255, location_name: "displayName"))
|
|
2404
|
+
UpdatePortalProductResponse.add_member(:display_order, Shapes::ShapeRef.new(shape: DisplayOrder, location_name: "displayOrder"))
|
|
2405
|
+
UpdatePortalProductResponse.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "lastModified"))
|
|
2406
|
+
UpdatePortalProductResponse.add_member(:portal_product_arn, Shapes::ShapeRef.new(shape: __stringMin20Max2048, location_name: "portalProductArn"))
|
|
2407
|
+
UpdatePortalProductResponse.add_member(:portal_product_id, Shapes::ShapeRef.new(shape: __stringMin10Max30PatternAZ09, location_name: "portalProductId"))
|
|
2408
|
+
UpdatePortalProductResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
2409
|
+
UpdatePortalProductResponse.struct_class = Types::UpdatePortalProductResponse
|
|
2410
|
+
|
|
2411
|
+
UpdatePortalProductResponseContent.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "description"))
|
|
2412
|
+
UpdatePortalProductResponseContent.add_member(:display_name, Shapes::ShapeRef.new(shape: __stringMin1Max255, required: true, location_name: "displayName"))
|
|
2413
|
+
UpdatePortalProductResponseContent.add_member(:display_order, Shapes::ShapeRef.new(shape: DisplayOrder, location_name: "displayOrder"))
|
|
2414
|
+
UpdatePortalProductResponseContent.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestampIso8601, required: true, location_name: "lastModified"))
|
|
2415
|
+
UpdatePortalProductResponseContent.add_member(:portal_product_arn, Shapes::ShapeRef.new(shape: __stringMin20Max2048, required: true, location_name: "portalProductArn"))
|
|
2416
|
+
UpdatePortalProductResponseContent.add_member(:portal_product_id, Shapes::ShapeRef.new(shape: __stringMin10Max30PatternAZ09, required: true, location_name: "portalProductId"))
|
|
2417
|
+
UpdatePortalProductResponseContent.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
2418
|
+
UpdatePortalProductResponseContent.struct_class = Types::UpdatePortalProductResponseContent
|
|
2419
|
+
|
|
2420
|
+
UpdatePortalRequest.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
|
|
2421
|
+
UpdatePortalRequest.add_member(:endpoint_configuration, Shapes::ShapeRef.new(shape: EndpointConfigurationRequest, location_name: "endpointConfiguration"))
|
|
2422
|
+
UpdatePortalRequest.add_member(:included_portal_product_arns, Shapes::ShapeRef.new(shape: __listOf__stringMin20Max2048, location_name: "includedPortalProductArns"))
|
|
2423
|
+
UpdatePortalRequest.add_member(:logo_uri, Shapes::ShapeRef.new(shape: __stringMin0Max1092, location_name: "logoUri"))
|
|
2424
|
+
UpdatePortalRequest.add_member(:portal_content, Shapes::ShapeRef.new(shape: PortalContent, location_name: "portalContent"))
|
|
2425
|
+
UpdatePortalRequest.add_member(:portal_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "portalId"))
|
|
2426
|
+
UpdatePortalRequest.add_member(:rum_app_monitor_name, Shapes::ShapeRef.new(shape: __stringMin0Max255, location_name: "rumAppMonitorName"))
|
|
2427
|
+
UpdatePortalRequest.struct_class = Types::UpdatePortalRequest
|
|
2428
|
+
|
|
2429
|
+
UpdatePortalRequestContent.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
|
|
2430
|
+
UpdatePortalRequestContent.add_member(:endpoint_configuration, Shapes::ShapeRef.new(shape: EndpointConfigurationRequest, location_name: "endpointConfiguration"))
|
|
2431
|
+
UpdatePortalRequestContent.add_member(:included_portal_product_arns, Shapes::ShapeRef.new(shape: __listOf__stringMin20Max2048, location_name: "includedPortalProductArns"))
|
|
2432
|
+
UpdatePortalRequestContent.add_member(:logo_uri, Shapes::ShapeRef.new(shape: __stringMin0Max1092, location_name: "logoUri"))
|
|
2433
|
+
UpdatePortalRequestContent.add_member(:portal_content, Shapes::ShapeRef.new(shape: PortalContent, location_name: "portalContent"))
|
|
2434
|
+
UpdatePortalRequestContent.add_member(:rum_app_monitor_name, Shapes::ShapeRef.new(shape: __stringMin0Max255, location_name: "rumAppMonitorName"))
|
|
2435
|
+
UpdatePortalRequestContent.struct_class = Types::UpdatePortalRequestContent
|
|
2436
|
+
|
|
2437
|
+
UpdatePortalResponse.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
|
|
2438
|
+
UpdatePortalResponse.add_member(:endpoint_configuration, Shapes::ShapeRef.new(shape: EndpointConfigurationResponse, location_name: "endpointConfiguration"))
|
|
2439
|
+
UpdatePortalResponse.add_member(:included_portal_product_arns, Shapes::ShapeRef.new(shape: __listOf__stringMin20Max2048, location_name: "includedPortalProductArns"))
|
|
2440
|
+
UpdatePortalResponse.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "lastModified"))
|
|
2441
|
+
UpdatePortalResponse.add_member(:last_published, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "lastPublished"))
|
|
2442
|
+
UpdatePortalResponse.add_member(:last_published_description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "lastPublishedDescription"))
|
|
2443
|
+
UpdatePortalResponse.add_member(:portal_arn, Shapes::ShapeRef.new(shape: __stringMin20Max2048, location_name: "portalArn"))
|
|
2444
|
+
UpdatePortalResponse.add_member(:portal_content, Shapes::ShapeRef.new(shape: PortalContent, location_name: "portalContent"))
|
|
2445
|
+
UpdatePortalResponse.add_member(:portal_id, Shapes::ShapeRef.new(shape: __stringMin10Max30PatternAZ09, location_name: "portalId"))
|
|
2446
|
+
UpdatePortalResponse.add_member(:preview, Shapes::ShapeRef.new(shape: Preview, location_name: "preview"))
|
|
2447
|
+
UpdatePortalResponse.add_member(:publish_status, Shapes::ShapeRef.new(shape: PublishStatus, location_name: "publishStatus"))
|
|
2448
|
+
UpdatePortalResponse.add_member(:rum_app_monitor_name, Shapes::ShapeRef.new(shape: __stringMin0Max255, location_name: "rumAppMonitorName"))
|
|
2449
|
+
UpdatePortalResponse.add_member(:status_exception, Shapes::ShapeRef.new(shape: StatusException, location_name: "statusException"))
|
|
2450
|
+
UpdatePortalResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
2451
|
+
UpdatePortalResponse.struct_class = Types::UpdatePortalResponse
|
|
2452
|
+
|
|
2453
|
+
UpdatePortalResponseContent.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, required: true, location_name: "authorization"))
|
|
2454
|
+
UpdatePortalResponseContent.add_member(:endpoint_configuration, Shapes::ShapeRef.new(shape: EndpointConfigurationResponse, required: true, location_name: "endpointConfiguration"))
|
|
2455
|
+
UpdatePortalResponseContent.add_member(:included_portal_product_arns, Shapes::ShapeRef.new(shape: __listOf__stringMin20Max2048, required: true, location_name: "includedPortalProductArns"))
|
|
2456
|
+
UpdatePortalResponseContent.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestampIso8601, required: true, location_name: "lastModified"))
|
|
2457
|
+
UpdatePortalResponseContent.add_member(:last_published, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "lastPublished"))
|
|
2458
|
+
UpdatePortalResponseContent.add_member(:last_published_description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "lastPublishedDescription"))
|
|
2459
|
+
UpdatePortalResponseContent.add_member(:portal_arn, Shapes::ShapeRef.new(shape: __stringMin20Max2048, required: true, location_name: "portalArn"))
|
|
2460
|
+
UpdatePortalResponseContent.add_member(:portal_content, Shapes::ShapeRef.new(shape: PortalContent, required: true, location_name: "portalContent"))
|
|
2461
|
+
UpdatePortalResponseContent.add_member(:portal_id, Shapes::ShapeRef.new(shape: __stringMin10Max30PatternAZ09, required: true, location_name: "portalId"))
|
|
2462
|
+
UpdatePortalResponseContent.add_member(:preview, Shapes::ShapeRef.new(shape: Preview, location_name: "preview"))
|
|
2463
|
+
UpdatePortalResponseContent.add_member(:publish_status, Shapes::ShapeRef.new(shape: PublishStatus, location_name: "publishStatus"))
|
|
2464
|
+
UpdatePortalResponseContent.add_member(:rum_app_monitor_name, Shapes::ShapeRef.new(shape: __stringMin0Max255, location_name: "rumAppMonitorName"))
|
|
2465
|
+
UpdatePortalResponseContent.add_member(:status_exception, Shapes::ShapeRef.new(shape: StatusException, location_name: "statusException"))
|
|
2466
|
+
UpdatePortalResponseContent.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
2467
|
+
UpdatePortalResponseContent.struct_class = Types::UpdatePortalResponseContent
|
|
2468
|
+
|
|
2469
|
+
UpdateProductPageRequest.add_member(:display_content, Shapes::ShapeRef.new(shape: DisplayContent, location_name: "displayContent"))
|
|
2470
|
+
UpdateProductPageRequest.add_member(:portal_product_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "portalProductId"))
|
|
2471
|
+
UpdateProductPageRequest.add_member(:product_page_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "productPageId"))
|
|
2472
|
+
UpdateProductPageRequest.struct_class = Types::UpdateProductPageRequest
|
|
2473
|
+
|
|
2474
|
+
UpdateProductPageRequestContent.add_member(:display_content, Shapes::ShapeRef.new(shape: DisplayContent, location_name: "displayContent"))
|
|
2475
|
+
UpdateProductPageRequestContent.struct_class = Types::UpdateProductPageRequestContent
|
|
2476
|
+
|
|
2477
|
+
UpdateProductPageResponse.add_member(:display_content, Shapes::ShapeRef.new(shape: DisplayContent, location_name: "displayContent"))
|
|
2478
|
+
UpdateProductPageResponse.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "lastModified"))
|
|
2479
|
+
UpdateProductPageResponse.add_member(:product_page_arn, Shapes::ShapeRef.new(shape: __stringMin20Max2048, location_name: "productPageArn"))
|
|
2480
|
+
UpdateProductPageResponse.add_member(:product_page_id, Shapes::ShapeRef.new(shape: __stringMin10Max30PatternAZ09, location_name: "productPageId"))
|
|
2481
|
+
UpdateProductPageResponse.struct_class = Types::UpdateProductPageResponse
|
|
2482
|
+
|
|
2483
|
+
UpdateProductPageResponseContent.add_member(:display_content, Shapes::ShapeRef.new(shape: DisplayContent, location_name: "displayContent"))
|
|
2484
|
+
UpdateProductPageResponseContent.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestampIso8601, required: true, location_name: "lastModified"))
|
|
2485
|
+
UpdateProductPageResponseContent.add_member(:product_page_arn, Shapes::ShapeRef.new(shape: __stringMin20Max2048, required: true, location_name: "productPageArn"))
|
|
2486
|
+
UpdateProductPageResponseContent.add_member(:product_page_id, Shapes::ShapeRef.new(shape: __stringMin10Max30PatternAZ09, required: true, location_name: "productPageId"))
|
|
2487
|
+
UpdateProductPageResponseContent.struct_class = Types::UpdateProductPageResponseContent
|
|
2488
|
+
|
|
2489
|
+
UpdateProductRestEndpointPageRequest.add_member(:display_content, Shapes::ShapeRef.new(shape: EndpointDisplayContent, location_name: "displayContent"))
|
|
2490
|
+
UpdateProductRestEndpointPageRequest.add_member(:portal_product_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "portalProductId"))
|
|
2491
|
+
UpdateProductRestEndpointPageRequest.add_member(:product_rest_endpoint_page_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "productRestEndpointPageId"))
|
|
2492
|
+
UpdateProductRestEndpointPageRequest.add_member(:try_it_state, Shapes::ShapeRef.new(shape: TryItState, location_name: "tryItState"))
|
|
2493
|
+
UpdateProductRestEndpointPageRequest.struct_class = Types::UpdateProductRestEndpointPageRequest
|
|
2494
|
+
|
|
2495
|
+
UpdateProductRestEndpointPageRequestContent.add_member(:display_content, Shapes::ShapeRef.new(shape: EndpointDisplayContent, location_name: "displayContent"))
|
|
2496
|
+
UpdateProductRestEndpointPageRequestContent.add_member(:try_it_state, Shapes::ShapeRef.new(shape: TryItState, location_name: "tryItState"))
|
|
2497
|
+
UpdateProductRestEndpointPageRequestContent.struct_class = Types::UpdateProductRestEndpointPageRequestContent
|
|
2498
|
+
|
|
2499
|
+
UpdateProductRestEndpointPageResponse.add_member(:display_content, Shapes::ShapeRef.new(shape: EndpointDisplayContentResponse, location_name: "displayContent"))
|
|
2500
|
+
UpdateProductRestEndpointPageResponse.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "lastModified"))
|
|
2501
|
+
UpdateProductRestEndpointPageResponse.add_member(:product_rest_endpoint_page_arn, Shapes::ShapeRef.new(shape: __stringMin20Max2048, location_name: "productRestEndpointPageArn"))
|
|
2502
|
+
UpdateProductRestEndpointPageResponse.add_member(:product_rest_endpoint_page_id, Shapes::ShapeRef.new(shape: __stringMin10Max30PatternAZ09, location_name: "productRestEndpointPageId"))
|
|
2503
|
+
UpdateProductRestEndpointPageResponse.add_member(:rest_endpoint_identifier, Shapes::ShapeRef.new(shape: RestEndpointIdentifier, location_name: "restEndpointIdentifier"))
|
|
2504
|
+
UpdateProductRestEndpointPageResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
|
|
2505
|
+
UpdateProductRestEndpointPageResponse.add_member(:status_exception, Shapes::ShapeRef.new(shape: StatusException, location_name: "statusException"))
|
|
2506
|
+
UpdateProductRestEndpointPageResponse.add_member(:try_it_state, Shapes::ShapeRef.new(shape: TryItState, location_name: "tryItState"))
|
|
2507
|
+
UpdateProductRestEndpointPageResponse.struct_class = Types::UpdateProductRestEndpointPageResponse
|
|
2508
|
+
|
|
2509
|
+
UpdateProductRestEndpointPageResponseContent.add_member(:display_content, Shapes::ShapeRef.new(shape: EndpointDisplayContentResponse, required: true, location_name: "displayContent"))
|
|
2510
|
+
UpdateProductRestEndpointPageResponseContent.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestampIso8601, required: true, location_name: "lastModified"))
|
|
2511
|
+
UpdateProductRestEndpointPageResponseContent.add_member(:product_rest_endpoint_page_arn, Shapes::ShapeRef.new(shape: __stringMin20Max2048, required: true, location_name: "productRestEndpointPageArn"))
|
|
2512
|
+
UpdateProductRestEndpointPageResponseContent.add_member(:product_rest_endpoint_page_id, Shapes::ShapeRef.new(shape: __stringMin10Max30PatternAZ09, required: true, location_name: "productRestEndpointPageId"))
|
|
2513
|
+
UpdateProductRestEndpointPageResponseContent.add_member(:rest_endpoint_identifier, Shapes::ShapeRef.new(shape: RestEndpointIdentifier, required: true, location_name: "restEndpointIdentifier"))
|
|
2514
|
+
UpdateProductRestEndpointPageResponseContent.add_member(:status, Shapes::ShapeRef.new(shape: Status, required: true, location_name: "status"))
|
|
2515
|
+
UpdateProductRestEndpointPageResponseContent.add_member(:status_exception, Shapes::ShapeRef.new(shape: StatusException, location_name: "statusException"))
|
|
2516
|
+
UpdateProductRestEndpointPageResponseContent.add_member(:try_it_state, Shapes::ShapeRef.new(shape: TryItState, required: true, location_name: "tryItState"))
|
|
2517
|
+
UpdateProductRestEndpointPageResponseContent.struct_class = Types::UpdateProductRestEndpointPageResponseContent
|
|
2518
|
+
|
|
1780
2519
|
UpdateRouteInput.add_member(:api_key_required, Shapes::ShapeRef.new(shape: __boolean, location_name: "apiKeyRequired"))
|
|
1781
2520
|
UpdateRouteInput.add_member(:authorization_scopes, Shapes::ShapeRef.new(shape: AuthorizationScopes, location_name: "authorizationScopes"))
|
|
1782
2521
|
UpdateRouteInput.add_member(:authorization_type, Shapes::ShapeRef.new(shape: AuthorizationType, location_name: "authorizationType"))
|
|
@@ -1929,6 +2668,14 @@ module Aws::ApiGatewayV2
|
|
|
1929
2668
|
|
|
1930
2669
|
__listOfModel.member = Shapes::ShapeRef.new(shape: Model)
|
|
1931
2670
|
|
|
2671
|
+
__listOfPortalProductSummary.member = Shapes::ShapeRef.new(shape: PortalProductSummary)
|
|
2672
|
+
|
|
2673
|
+
__listOfPortalSummary.member = Shapes::ShapeRef.new(shape: PortalSummary)
|
|
2674
|
+
|
|
2675
|
+
__listOfProductPageSummaryNoBody.member = Shapes::ShapeRef.new(shape: ProductPageSummaryNoBody)
|
|
2676
|
+
|
|
2677
|
+
__listOfProductRestEndpointPageSummaryNoBody.member = Shapes::ShapeRef.new(shape: ProductRestEndpointPageSummaryNoBody)
|
|
2678
|
+
|
|
1932
2679
|
__listOfRoute.member = Shapes::ShapeRef.new(shape: Route)
|
|
1933
2680
|
|
|
1934
2681
|
__listOfRouteResponse.member = Shapes::ShapeRef.new(shape: RouteResponse)
|
|
@@ -1941,6 +2688,8 @@ module Aws::ApiGatewayV2
|
|
|
1941
2688
|
|
|
1942
2689
|
__listOfRoutingRuleMatchHeaderValue.member = Shapes::ShapeRef.new(shape: RoutingRuleMatchHeaderValue)
|
|
1943
2690
|
|
|
2691
|
+
__listOfSection.member = Shapes::ShapeRef.new(shape: Section)
|
|
2692
|
+
|
|
1944
2693
|
__listOfSelectionKey.member = Shapes::ShapeRef.new(shape: SelectionKey)
|
|
1945
2694
|
|
|
1946
2695
|
__listOfStage.member = Shapes::ShapeRef.new(shape: Stage)
|
|
@@ -1949,6 +2698,8 @@ module Aws::ApiGatewayV2
|
|
|
1949
2698
|
|
|
1950
2699
|
__listOf__string.member = Shapes::ShapeRef.new(shape: __string)
|
|
1951
2700
|
|
|
2701
|
+
__listOf__stringMin20Max2048.member = Shapes::ShapeRef.new(shape: __stringMin20Max2048)
|
|
2702
|
+
|
|
1952
2703
|
|
|
1953
2704
|
# @api private
|
|
1954
2705
|
API = Seahorse::Model::Api.new.tap do |api|
|
|
@@ -2065,6 +2816,52 @@ module Aws::ApiGatewayV2
|
|
|
2065
2816
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2066
2817
|
end)
|
|
2067
2818
|
|
|
2819
|
+
api.add_operation(:create_portal, Seahorse::Model::Operation.new.tap do |o|
|
|
2820
|
+
o.name = "CreatePortal"
|
|
2821
|
+
o.http_method = "POST"
|
|
2822
|
+
o.http_request_uri = "/v2/portals"
|
|
2823
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePortalRequest)
|
|
2824
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePortalResponse)
|
|
2825
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2826
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
2827
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2828
|
+
end)
|
|
2829
|
+
|
|
2830
|
+
api.add_operation(:create_portal_product, Seahorse::Model::Operation.new.tap do |o|
|
|
2831
|
+
o.name = "CreatePortalProduct"
|
|
2832
|
+
o.http_method = "POST"
|
|
2833
|
+
o.http_request_uri = "/v2/portalproducts"
|
|
2834
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePortalProductRequest)
|
|
2835
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePortalProductResponse)
|
|
2836
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2837
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
2838
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2839
|
+
end)
|
|
2840
|
+
|
|
2841
|
+
api.add_operation(:create_product_page, Seahorse::Model::Operation.new.tap do |o|
|
|
2842
|
+
o.name = "CreateProductPage"
|
|
2843
|
+
o.http_method = "POST"
|
|
2844
|
+
o.http_request_uri = "/v2/portalproducts/{portalProductId}/productpages"
|
|
2845
|
+
o.input = Shapes::ShapeRef.new(shape: CreateProductPageRequest)
|
|
2846
|
+
o.output = Shapes::ShapeRef.new(shape: CreateProductPageResponse)
|
|
2847
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
2848
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2849
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
2850
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2851
|
+
end)
|
|
2852
|
+
|
|
2853
|
+
api.add_operation(:create_product_rest_endpoint_page, Seahorse::Model::Operation.new.tap do |o|
|
|
2854
|
+
o.name = "CreateProductRestEndpointPage"
|
|
2855
|
+
o.http_method = "POST"
|
|
2856
|
+
o.http_request_uri = "/v2/portalproducts/{portalProductId}/productrestendpointpages"
|
|
2857
|
+
o.input = Shapes::ShapeRef.new(shape: CreateProductRestEndpointPageRequest)
|
|
2858
|
+
o.output = Shapes::ShapeRef.new(shape: CreateProductRestEndpointPageResponse)
|
|
2859
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
2860
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2861
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
2862
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2863
|
+
end)
|
|
2864
|
+
|
|
2068
2865
|
api.add_operation(:create_route, Seahorse::Model::Operation.new.tap do |o|
|
|
2069
2866
|
o.name = "CreateRoute"
|
|
2070
2867
|
o.http_method = "POST"
|
|
@@ -2224,6 +3021,65 @@ module Aws::ApiGatewayV2
|
|
|
2224
3021
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2225
3022
|
end)
|
|
2226
3023
|
|
|
3024
|
+
api.add_operation(:delete_portal, Seahorse::Model::Operation.new.tap do |o|
|
|
3025
|
+
o.name = "DeletePortal"
|
|
3026
|
+
o.http_method = "DELETE"
|
|
3027
|
+
o.http_request_uri = "/v2/portals/{portalId}"
|
|
3028
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePortalRequest)
|
|
3029
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
3030
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3031
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
3032
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3033
|
+
end)
|
|
3034
|
+
|
|
3035
|
+
api.add_operation(:delete_portal_product, Seahorse::Model::Operation.new.tap do |o|
|
|
3036
|
+
o.name = "DeletePortalProduct"
|
|
3037
|
+
o.http_method = "DELETE"
|
|
3038
|
+
o.http_request_uri = "/v2/portalproducts/{portalProductId}"
|
|
3039
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePortalProductRequest)
|
|
3040
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
3041
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
3042
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3043
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
3044
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3045
|
+
end)
|
|
3046
|
+
|
|
3047
|
+
api.add_operation(:delete_portal_product_sharing_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
3048
|
+
o.name = "DeletePortalProductSharingPolicy"
|
|
3049
|
+
o.http_method = "DELETE"
|
|
3050
|
+
o.http_request_uri = "/v2/portalproducts/{portalProductId}/sharingpolicy"
|
|
3051
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePortalProductSharingPolicyRequest)
|
|
3052
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
3053
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
3054
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3055
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
3056
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3057
|
+
end)
|
|
3058
|
+
|
|
3059
|
+
api.add_operation(:delete_product_page, Seahorse::Model::Operation.new.tap do |o|
|
|
3060
|
+
o.name = "DeleteProductPage"
|
|
3061
|
+
o.http_method = "DELETE"
|
|
3062
|
+
o.http_request_uri = "/v2/portalproducts/{portalProductId}/productpages/{productPageId}"
|
|
3063
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteProductPageRequest)
|
|
3064
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
3065
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
3066
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3067
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
3068
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3069
|
+
end)
|
|
3070
|
+
|
|
3071
|
+
api.add_operation(:delete_product_rest_endpoint_page, Seahorse::Model::Operation.new.tap do |o|
|
|
3072
|
+
o.name = "DeleteProductRestEndpointPage"
|
|
3073
|
+
o.http_method = "DELETE"
|
|
3074
|
+
o.http_request_uri = "/v2/portalproducts/{portalProductId}/productrestendpointpages/{productRestEndpointPageId}"
|
|
3075
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteProductRestEndpointPageRequest)
|
|
3076
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
3077
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
3078
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3079
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
3080
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3081
|
+
end)
|
|
3082
|
+
|
|
2227
3083
|
api.add_operation(:delete_route, Seahorse::Model::Operation.new.tap do |o|
|
|
2228
3084
|
o.name = "DeleteRoute"
|
|
2229
3085
|
o.http_method = "DELETE"
|
|
@@ -2306,6 +3162,19 @@ module Aws::ApiGatewayV2
|
|
|
2306
3162
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
2307
3163
|
end)
|
|
2308
3164
|
|
|
3165
|
+
api.add_operation(:disable_portal, Seahorse::Model::Operation.new.tap do |o|
|
|
3166
|
+
o.name = "DisablePortal"
|
|
3167
|
+
o.http_method = "DELETE"
|
|
3168
|
+
o.http_request_uri = "/v2/portals/{portalId}/publish"
|
|
3169
|
+
o.input = Shapes::ShapeRef.new(shape: DisablePortalRequest)
|
|
3170
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
3171
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
3172
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3173
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
3174
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
3175
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3176
|
+
end)
|
|
3177
|
+
|
|
2309
3178
|
api.add_operation(:reset_authorizers_cache, Seahorse::Model::Operation.new.tap do |o|
|
|
2310
3179
|
o.name = "ResetAuthorizersCache"
|
|
2311
3180
|
o.http_method = "DELETE"
|
|
@@ -2495,6 +3364,66 @@ module Aws::ApiGatewayV2
|
|
|
2495
3364
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
2496
3365
|
end)
|
|
2497
3366
|
|
|
3367
|
+
api.add_operation(:get_portal, Seahorse::Model::Operation.new.tap do |o|
|
|
3368
|
+
o.name = "GetPortal"
|
|
3369
|
+
o.http_method = "GET"
|
|
3370
|
+
o.http_request_uri = "/v2/portals/{portalId}"
|
|
3371
|
+
o.input = Shapes::ShapeRef.new(shape: GetPortalRequest)
|
|
3372
|
+
o.output = Shapes::ShapeRef.new(shape: GetPortalResponse)
|
|
3373
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
3374
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3375
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
3376
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3377
|
+
end)
|
|
3378
|
+
|
|
3379
|
+
api.add_operation(:get_portal_product, Seahorse::Model::Operation.new.tap do |o|
|
|
3380
|
+
o.name = "GetPortalProduct"
|
|
3381
|
+
o.http_method = "GET"
|
|
3382
|
+
o.http_request_uri = "/v2/portalproducts/{portalProductId}"
|
|
3383
|
+
o.input = Shapes::ShapeRef.new(shape: GetPortalProductRequest)
|
|
3384
|
+
o.output = Shapes::ShapeRef.new(shape: GetPortalProductResponse)
|
|
3385
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
3386
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3387
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
3388
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3389
|
+
end)
|
|
3390
|
+
|
|
3391
|
+
api.add_operation(:get_portal_product_sharing_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
3392
|
+
o.name = "GetPortalProductSharingPolicy"
|
|
3393
|
+
o.http_method = "GET"
|
|
3394
|
+
o.http_request_uri = "/v2/portalproducts/{portalProductId}/sharingpolicy"
|
|
3395
|
+
o.input = Shapes::ShapeRef.new(shape: GetPortalProductSharingPolicyRequest)
|
|
3396
|
+
o.output = Shapes::ShapeRef.new(shape: GetPortalProductSharingPolicyResponse)
|
|
3397
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
3398
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3399
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
3400
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3401
|
+
end)
|
|
3402
|
+
|
|
3403
|
+
api.add_operation(:get_product_page, Seahorse::Model::Operation.new.tap do |o|
|
|
3404
|
+
o.name = "GetProductPage"
|
|
3405
|
+
o.http_method = "GET"
|
|
3406
|
+
o.http_request_uri = "/v2/portalproducts/{portalProductId}/productpages/{productPageId}"
|
|
3407
|
+
o.input = Shapes::ShapeRef.new(shape: GetProductPageRequest)
|
|
3408
|
+
o.output = Shapes::ShapeRef.new(shape: GetProductPageResponse)
|
|
3409
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
3410
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3411
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
3412
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3413
|
+
end)
|
|
3414
|
+
|
|
3415
|
+
api.add_operation(:get_product_rest_endpoint_page, Seahorse::Model::Operation.new.tap do |o|
|
|
3416
|
+
o.name = "GetProductRestEndpointPage"
|
|
3417
|
+
o.http_method = "GET"
|
|
3418
|
+
o.http_request_uri = "/v2/portalproducts/{portalProductId}/productrestendpointpages/{productRestEndpointPageId}"
|
|
3419
|
+
o.input = Shapes::ShapeRef.new(shape: GetProductRestEndpointPageRequest)
|
|
3420
|
+
o.output = Shapes::ShapeRef.new(shape: GetProductRestEndpointPageResponse)
|
|
3421
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
3422
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3423
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
3424
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3425
|
+
end)
|
|
3426
|
+
|
|
2498
3427
|
api.add_operation(:get_route, Seahorse::Model::Operation.new.tap do |o|
|
|
2499
3428
|
o.name = "GetRoute"
|
|
2500
3429
|
o.http_method = "GET"
|
|
@@ -2548,23 +3477,6 @@ module Aws::ApiGatewayV2
|
|
|
2548
3477
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
2549
3478
|
end)
|
|
2550
3479
|
|
|
2551
|
-
api.add_operation(:list_routing_rules, Seahorse::Model::Operation.new.tap do |o|
|
|
2552
|
-
o.name = "ListRoutingRules"
|
|
2553
|
-
o.http_method = "GET"
|
|
2554
|
-
o.http_request_uri = "/v2/domainnames/{domainName}/routingrules"
|
|
2555
|
-
o.input = Shapes::ShapeRef.new(shape: ListRoutingRulesRequest)
|
|
2556
|
-
o.output = Shapes::ShapeRef.new(shape: ListRoutingRulesResponse)
|
|
2557
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
2558
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2559
|
-
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
2560
|
-
o[:pager] = Aws::Pager.new(
|
|
2561
|
-
limit_key: "max_results",
|
|
2562
|
-
tokens: {
|
|
2563
|
-
"next_token" => "next_token"
|
|
2564
|
-
}
|
|
2565
|
-
)
|
|
2566
|
-
end)
|
|
2567
|
-
|
|
2568
3480
|
api.add_operation(:get_stage, Seahorse::Model::Operation.new.tap do |o|
|
|
2569
3481
|
o.name = "GetStage"
|
|
2570
3482
|
o.http_method = "GET"
|
|
@@ -2630,6 +3542,131 @@ module Aws::ApiGatewayV2
|
|
|
2630
3542
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2631
3543
|
end)
|
|
2632
3544
|
|
|
3545
|
+
api.add_operation(:list_portal_products, Seahorse::Model::Operation.new.tap do |o|
|
|
3546
|
+
o.name = "ListPortalProducts"
|
|
3547
|
+
o.http_method = "GET"
|
|
3548
|
+
o.http_request_uri = "/v2/portalproducts"
|
|
3549
|
+
o.input = Shapes::ShapeRef.new(shape: ListPortalProductsRequest)
|
|
3550
|
+
o.output = Shapes::ShapeRef.new(shape: ListPortalProductsResponse)
|
|
3551
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3552
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
3553
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3554
|
+
o[:pager] = Aws::Pager.new(
|
|
3555
|
+
limit_key: "max_results",
|
|
3556
|
+
tokens: {
|
|
3557
|
+
"next_token" => "next_token"
|
|
3558
|
+
}
|
|
3559
|
+
)
|
|
3560
|
+
end)
|
|
3561
|
+
|
|
3562
|
+
api.add_operation(:list_portals, Seahorse::Model::Operation.new.tap do |o|
|
|
3563
|
+
o.name = "ListPortals"
|
|
3564
|
+
o.http_method = "GET"
|
|
3565
|
+
o.http_request_uri = "/v2/portals"
|
|
3566
|
+
o.input = Shapes::ShapeRef.new(shape: ListPortalsRequest)
|
|
3567
|
+
o.output = Shapes::ShapeRef.new(shape: ListPortalsResponse)
|
|
3568
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3569
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
3570
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3571
|
+
o[:pager] = Aws::Pager.new(
|
|
3572
|
+
limit_key: "max_results",
|
|
3573
|
+
tokens: {
|
|
3574
|
+
"next_token" => "next_token"
|
|
3575
|
+
}
|
|
3576
|
+
)
|
|
3577
|
+
end)
|
|
3578
|
+
|
|
3579
|
+
api.add_operation(:list_product_pages, Seahorse::Model::Operation.new.tap do |o|
|
|
3580
|
+
o.name = "ListProductPages"
|
|
3581
|
+
o.http_method = "GET"
|
|
3582
|
+
o.http_request_uri = "/v2/portalproducts/{portalProductId}/productpages"
|
|
3583
|
+
o.input = Shapes::ShapeRef.new(shape: ListProductPagesRequest)
|
|
3584
|
+
o.output = Shapes::ShapeRef.new(shape: ListProductPagesResponse)
|
|
3585
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
3586
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3587
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
3588
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3589
|
+
o[:pager] = Aws::Pager.new(
|
|
3590
|
+
limit_key: "max_results",
|
|
3591
|
+
tokens: {
|
|
3592
|
+
"next_token" => "next_token"
|
|
3593
|
+
}
|
|
3594
|
+
)
|
|
3595
|
+
end)
|
|
3596
|
+
|
|
3597
|
+
api.add_operation(:list_product_rest_endpoint_pages, Seahorse::Model::Operation.new.tap do |o|
|
|
3598
|
+
o.name = "ListProductRestEndpointPages"
|
|
3599
|
+
o.http_method = "GET"
|
|
3600
|
+
o.http_request_uri = "/v2/portalproducts/{portalProductId}/productrestendpointpages"
|
|
3601
|
+
o.input = Shapes::ShapeRef.new(shape: ListProductRestEndpointPagesRequest)
|
|
3602
|
+
o.output = Shapes::ShapeRef.new(shape: ListProductRestEndpointPagesResponse)
|
|
3603
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
3604
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3605
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
3606
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3607
|
+
o[:pager] = Aws::Pager.new(
|
|
3608
|
+
limit_key: "max_results",
|
|
3609
|
+
tokens: {
|
|
3610
|
+
"next_token" => "next_token"
|
|
3611
|
+
}
|
|
3612
|
+
)
|
|
3613
|
+
end)
|
|
3614
|
+
|
|
3615
|
+
api.add_operation(:list_routing_rules, Seahorse::Model::Operation.new.tap do |o|
|
|
3616
|
+
o.name = "ListRoutingRules"
|
|
3617
|
+
o.http_method = "GET"
|
|
3618
|
+
o.http_request_uri = "/v2/domainnames/{domainName}/routingrules"
|
|
3619
|
+
o.input = Shapes::ShapeRef.new(shape: ListRoutingRulesRequest)
|
|
3620
|
+
o.output = Shapes::ShapeRef.new(shape: ListRoutingRulesResponse)
|
|
3621
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
3622
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3623
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
3624
|
+
o[:pager] = Aws::Pager.new(
|
|
3625
|
+
limit_key: "max_results",
|
|
3626
|
+
tokens: {
|
|
3627
|
+
"next_token" => "next_token"
|
|
3628
|
+
}
|
|
3629
|
+
)
|
|
3630
|
+
end)
|
|
3631
|
+
|
|
3632
|
+
api.add_operation(:preview_portal, Seahorse::Model::Operation.new.tap do |o|
|
|
3633
|
+
o.name = "PreviewPortal"
|
|
3634
|
+
o.http_method = "POST"
|
|
3635
|
+
o.http_request_uri = "/v2/portals/{portalId}/preview"
|
|
3636
|
+
o.input = Shapes::ShapeRef.new(shape: PreviewPortalRequest)
|
|
3637
|
+
o.output = Shapes::ShapeRef.new(shape: PreviewPortalResponse)
|
|
3638
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
3639
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3640
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
3641
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
3642
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3643
|
+
end)
|
|
3644
|
+
|
|
3645
|
+
api.add_operation(:publish_portal, Seahorse::Model::Operation.new.tap do |o|
|
|
3646
|
+
o.name = "PublishPortal"
|
|
3647
|
+
o.http_method = "POST"
|
|
3648
|
+
o.http_request_uri = "/v2/portals/{portalId}/publish"
|
|
3649
|
+
o.input = Shapes::ShapeRef.new(shape: PublishPortalRequest)
|
|
3650
|
+
o.output = Shapes::ShapeRef.new(shape: PublishPortalResponse)
|
|
3651
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
3652
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3653
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
3654
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
3655
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3656
|
+
end)
|
|
3657
|
+
|
|
3658
|
+
api.add_operation(:put_portal_product_sharing_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
3659
|
+
o.name = "PutPortalProductSharingPolicy"
|
|
3660
|
+
o.http_method = "PUT"
|
|
3661
|
+
o.http_request_uri = "/v2/portalproducts/{portalProductId}/sharingpolicy"
|
|
3662
|
+
o.input = Shapes::ShapeRef.new(shape: PutPortalProductSharingPolicyRequest)
|
|
3663
|
+
o.output = Shapes::ShapeRef.new(shape: PutPortalProductSharingPolicyResponse)
|
|
3664
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
3665
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3666
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
3667
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3668
|
+
end)
|
|
3669
|
+
|
|
2633
3670
|
api.add_operation(:put_routing_rule, Seahorse::Model::Operation.new.tap do |o|
|
|
2634
3671
|
o.name = "PutRoutingRule"
|
|
2635
3672
|
o.http_method = "PUT"
|
|
@@ -2774,6 +3811,55 @@ module Aws::ApiGatewayV2
|
|
|
2774
3811
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2775
3812
|
end)
|
|
2776
3813
|
|
|
3814
|
+
api.add_operation(:update_portal, Seahorse::Model::Operation.new.tap do |o|
|
|
3815
|
+
o.name = "UpdatePortal"
|
|
3816
|
+
o.http_method = "PATCH"
|
|
3817
|
+
o.http_request_uri = "/v2/portals/{portalId}"
|
|
3818
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePortalRequest)
|
|
3819
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePortalResponse)
|
|
3820
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
3821
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3822
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
3823
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
3824
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3825
|
+
end)
|
|
3826
|
+
|
|
3827
|
+
api.add_operation(:update_portal_product, Seahorse::Model::Operation.new.tap do |o|
|
|
3828
|
+
o.name = "UpdatePortalProduct"
|
|
3829
|
+
o.http_method = "PATCH"
|
|
3830
|
+
o.http_request_uri = "/v2/portalproducts/{portalProductId}"
|
|
3831
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePortalProductRequest)
|
|
3832
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePortalProductResponse)
|
|
3833
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
3834
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3835
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
3836
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3837
|
+
end)
|
|
3838
|
+
|
|
3839
|
+
api.add_operation(:update_product_page, Seahorse::Model::Operation.new.tap do |o|
|
|
3840
|
+
o.name = "UpdateProductPage"
|
|
3841
|
+
o.http_method = "PATCH"
|
|
3842
|
+
o.http_request_uri = "/v2/portalproducts/{portalProductId}/productpages/{productPageId}"
|
|
3843
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateProductPageRequest)
|
|
3844
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateProductPageResponse)
|
|
3845
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
3846
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3847
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
3848
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3849
|
+
end)
|
|
3850
|
+
|
|
3851
|
+
api.add_operation(:update_product_rest_endpoint_page, Seahorse::Model::Operation.new.tap do |o|
|
|
3852
|
+
o.name = "UpdateProductRestEndpointPage"
|
|
3853
|
+
o.http_method = "PATCH"
|
|
3854
|
+
o.http_request_uri = "/v2/portalproducts/{portalProductId}/productrestendpointpages/{productRestEndpointPageId}"
|
|
3855
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateProductRestEndpointPageRequest)
|
|
3856
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateProductRestEndpointPageResponse)
|
|
3857
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
3858
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3859
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
3860
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3861
|
+
end)
|
|
3862
|
+
|
|
2777
3863
|
api.add_operation(:update_route, Seahorse::Model::Operation.new.tap do |o|
|
|
2778
3864
|
o.name = "UpdateRoute"
|
|
2779
3865
|
o.http_method = "PATCH"
|