aws-sdk-cloudfront 1.0.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/aws-sdk-cloudfront.rb +48 -0
- data/lib/aws-sdk-cloudfront/client.rb +2638 -0
- data/lib/aws-sdk-cloudfront/client_api.rb +1300 -0
- data/lib/aws-sdk-cloudfront/customizations.rb +2 -0
- data/lib/aws-sdk-cloudfront/errors.rb +23 -0
- data/lib/aws-sdk-cloudfront/resource.rb +25 -0
- data/lib/aws-sdk-cloudfront/types.rb +5111 -0
- data/lib/aws-sdk-cloudfront/url_signer.rb +169 -0
- data/lib/aws-sdk-cloudfront/waiters.rb +125 -0
- metadata +82 -0
@@ -0,0 +1,1300 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing for info on making contributions:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module CloudFront
|
10
|
+
# @api private
|
11
|
+
module ClientApi
|
12
|
+
|
13
|
+
include Seahorse::Model
|
14
|
+
|
15
|
+
AccessDenied = Shapes::StructureShape.new(name: 'AccessDenied')
|
16
|
+
ActiveTrustedSigners = Shapes::StructureShape.new(name: 'ActiveTrustedSigners')
|
17
|
+
AliasList = Shapes::ListShape.new(name: 'AliasList')
|
18
|
+
Aliases = Shapes::StructureShape.new(name: 'Aliases')
|
19
|
+
AllowedMethods = Shapes::StructureShape.new(name: 'AllowedMethods')
|
20
|
+
AwsAccountNumberList = Shapes::ListShape.new(name: 'AwsAccountNumberList')
|
21
|
+
BatchTooLarge = Shapes::StructureShape.new(name: 'BatchTooLarge')
|
22
|
+
CNAMEAlreadyExists = Shapes::StructureShape.new(name: 'CNAMEAlreadyExists')
|
23
|
+
CacheBehavior = Shapes::StructureShape.new(name: 'CacheBehavior')
|
24
|
+
CacheBehaviorList = Shapes::ListShape.new(name: 'CacheBehaviorList')
|
25
|
+
CacheBehaviors = Shapes::StructureShape.new(name: 'CacheBehaviors')
|
26
|
+
CachedMethods = Shapes::StructureShape.new(name: 'CachedMethods')
|
27
|
+
CertificateSource = Shapes::StringShape.new(name: 'CertificateSource')
|
28
|
+
CloudFrontOriginAccessIdentity = Shapes::StructureShape.new(name: 'CloudFrontOriginAccessIdentity')
|
29
|
+
CloudFrontOriginAccessIdentityAlreadyExists = Shapes::StructureShape.new(name: 'CloudFrontOriginAccessIdentityAlreadyExists')
|
30
|
+
CloudFrontOriginAccessIdentityConfig = Shapes::StructureShape.new(name: 'CloudFrontOriginAccessIdentityConfig')
|
31
|
+
CloudFrontOriginAccessIdentityInUse = Shapes::StructureShape.new(name: 'CloudFrontOriginAccessIdentityInUse')
|
32
|
+
CloudFrontOriginAccessIdentityList = Shapes::StructureShape.new(name: 'CloudFrontOriginAccessIdentityList')
|
33
|
+
CloudFrontOriginAccessIdentitySummary = Shapes::StructureShape.new(name: 'CloudFrontOriginAccessIdentitySummary')
|
34
|
+
CloudFrontOriginAccessIdentitySummaryList = Shapes::ListShape.new(name: 'CloudFrontOriginAccessIdentitySummaryList')
|
35
|
+
CookieNameList = Shapes::ListShape.new(name: 'CookieNameList')
|
36
|
+
CookieNames = Shapes::StructureShape.new(name: 'CookieNames')
|
37
|
+
CookiePreference = Shapes::StructureShape.new(name: 'CookiePreference')
|
38
|
+
CreateCloudFrontOriginAccessIdentityRequest = Shapes::StructureShape.new(name: 'CreateCloudFrontOriginAccessIdentityRequest')
|
39
|
+
CreateCloudFrontOriginAccessIdentityResult = Shapes::StructureShape.new(name: 'CreateCloudFrontOriginAccessIdentityResult')
|
40
|
+
CreateDistributionRequest = Shapes::StructureShape.new(name: 'CreateDistributionRequest')
|
41
|
+
CreateDistributionResult = Shapes::StructureShape.new(name: 'CreateDistributionResult')
|
42
|
+
CreateDistributionWithTagsRequest = Shapes::StructureShape.new(name: 'CreateDistributionWithTagsRequest')
|
43
|
+
CreateDistributionWithTagsResult = Shapes::StructureShape.new(name: 'CreateDistributionWithTagsResult')
|
44
|
+
CreateInvalidationRequest = Shapes::StructureShape.new(name: 'CreateInvalidationRequest')
|
45
|
+
CreateInvalidationResult = Shapes::StructureShape.new(name: 'CreateInvalidationResult')
|
46
|
+
CreateStreamingDistributionRequest = Shapes::StructureShape.new(name: 'CreateStreamingDistributionRequest')
|
47
|
+
CreateStreamingDistributionResult = Shapes::StructureShape.new(name: 'CreateStreamingDistributionResult')
|
48
|
+
CreateStreamingDistributionWithTagsRequest = Shapes::StructureShape.new(name: 'CreateStreamingDistributionWithTagsRequest')
|
49
|
+
CreateStreamingDistributionWithTagsResult = Shapes::StructureShape.new(name: 'CreateStreamingDistributionWithTagsResult')
|
50
|
+
CustomErrorResponse = Shapes::StructureShape.new(name: 'CustomErrorResponse')
|
51
|
+
CustomErrorResponseList = Shapes::ListShape.new(name: 'CustomErrorResponseList')
|
52
|
+
CustomErrorResponses = Shapes::StructureShape.new(name: 'CustomErrorResponses')
|
53
|
+
CustomHeaders = Shapes::StructureShape.new(name: 'CustomHeaders')
|
54
|
+
CustomOriginConfig = Shapes::StructureShape.new(name: 'CustomOriginConfig')
|
55
|
+
DefaultCacheBehavior = Shapes::StructureShape.new(name: 'DefaultCacheBehavior')
|
56
|
+
DeleteCloudFrontOriginAccessIdentityRequest = Shapes::StructureShape.new(name: 'DeleteCloudFrontOriginAccessIdentityRequest')
|
57
|
+
DeleteDistributionRequest = Shapes::StructureShape.new(name: 'DeleteDistributionRequest')
|
58
|
+
DeleteStreamingDistributionRequest = Shapes::StructureShape.new(name: 'DeleteStreamingDistributionRequest')
|
59
|
+
Distribution = Shapes::StructureShape.new(name: 'Distribution')
|
60
|
+
DistributionAlreadyExists = Shapes::StructureShape.new(name: 'DistributionAlreadyExists')
|
61
|
+
DistributionConfig = Shapes::StructureShape.new(name: 'DistributionConfig')
|
62
|
+
DistributionConfigWithTags = Shapes::StructureShape.new(name: 'DistributionConfigWithTags')
|
63
|
+
DistributionList = Shapes::StructureShape.new(name: 'DistributionList')
|
64
|
+
DistributionNotDisabled = Shapes::StructureShape.new(name: 'DistributionNotDisabled')
|
65
|
+
DistributionSummary = Shapes::StructureShape.new(name: 'DistributionSummary')
|
66
|
+
DistributionSummaryList = Shapes::ListShape.new(name: 'DistributionSummaryList')
|
67
|
+
ForwardedValues = Shapes::StructureShape.new(name: 'ForwardedValues')
|
68
|
+
GeoRestriction = Shapes::StructureShape.new(name: 'GeoRestriction')
|
69
|
+
GeoRestrictionType = Shapes::StringShape.new(name: 'GeoRestrictionType')
|
70
|
+
GetCloudFrontOriginAccessIdentityConfigRequest = Shapes::StructureShape.new(name: 'GetCloudFrontOriginAccessIdentityConfigRequest')
|
71
|
+
GetCloudFrontOriginAccessIdentityConfigResult = Shapes::StructureShape.new(name: 'GetCloudFrontOriginAccessIdentityConfigResult')
|
72
|
+
GetCloudFrontOriginAccessIdentityRequest = Shapes::StructureShape.new(name: 'GetCloudFrontOriginAccessIdentityRequest')
|
73
|
+
GetCloudFrontOriginAccessIdentityResult = Shapes::StructureShape.new(name: 'GetCloudFrontOriginAccessIdentityResult')
|
74
|
+
GetDistributionConfigRequest = Shapes::StructureShape.new(name: 'GetDistributionConfigRequest')
|
75
|
+
GetDistributionConfigResult = Shapes::StructureShape.new(name: 'GetDistributionConfigResult')
|
76
|
+
GetDistributionRequest = Shapes::StructureShape.new(name: 'GetDistributionRequest')
|
77
|
+
GetDistributionResult = Shapes::StructureShape.new(name: 'GetDistributionResult')
|
78
|
+
GetInvalidationRequest = Shapes::StructureShape.new(name: 'GetInvalidationRequest')
|
79
|
+
GetInvalidationResult = Shapes::StructureShape.new(name: 'GetInvalidationResult')
|
80
|
+
GetStreamingDistributionConfigRequest = Shapes::StructureShape.new(name: 'GetStreamingDistributionConfigRequest')
|
81
|
+
GetStreamingDistributionConfigResult = Shapes::StructureShape.new(name: 'GetStreamingDistributionConfigResult')
|
82
|
+
GetStreamingDistributionRequest = Shapes::StructureShape.new(name: 'GetStreamingDistributionRequest')
|
83
|
+
GetStreamingDistributionResult = Shapes::StructureShape.new(name: 'GetStreamingDistributionResult')
|
84
|
+
HeaderList = Shapes::ListShape.new(name: 'HeaderList')
|
85
|
+
Headers = Shapes::StructureShape.new(name: 'Headers')
|
86
|
+
HttpVersion = Shapes::StringShape.new(name: 'HttpVersion')
|
87
|
+
IllegalUpdate = Shapes::StructureShape.new(name: 'IllegalUpdate')
|
88
|
+
InconsistentQuantities = Shapes::StructureShape.new(name: 'InconsistentQuantities')
|
89
|
+
InvalidArgument = Shapes::StructureShape.new(name: 'InvalidArgument')
|
90
|
+
InvalidDefaultRootObject = Shapes::StructureShape.new(name: 'InvalidDefaultRootObject')
|
91
|
+
InvalidErrorCode = Shapes::StructureShape.new(name: 'InvalidErrorCode')
|
92
|
+
InvalidForwardCookies = Shapes::StructureShape.new(name: 'InvalidForwardCookies')
|
93
|
+
InvalidGeoRestrictionParameter = Shapes::StructureShape.new(name: 'InvalidGeoRestrictionParameter')
|
94
|
+
InvalidHeadersForS3Origin = Shapes::StructureShape.new(name: 'InvalidHeadersForS3Origin')
|
95
|
+
InvalidIfMatchVersion = Shapes::StructureShape.new(name: 'InvalidIfMatchVersion')
|
96
|
+
InvalidLocationCode = Shapes::StructureShape.new(name: 'InvalidLocationCode')
|
97
|
+
InvalidMinimumProtocolVersion = Shapes::StructureShape.new(name: 'InvalidMinimumProtocolVersion')
|
98
|
+
InvalidOrigin = Shapes::StructureShape.new(name: 'InvalidOrigin')
|
99
|
+
InvalidOriginAccessIdentity = Shapes::StructureShape.new(name: 'InvalidOriginAccessIdentity')
|
100
|
+
InvalidProtocolSettings = Shapes::StructureShape.new(name: 'InvalidProtocolSettings')
|
101
|
+
InvalidQueryStringParameters = Shapes::StructureShape.new(name: 'InvalidQueryStringParameters')
|
102
|
+
InvalidRelativePath = Shapes::StructureShape.new(name: 'InvalidRelativePath')
|
103
|
+
InvalidRequiredProtocol = Shapes::StructureShape.new(name: 'InvalidRequiredProtocol')
|
104
|
+
InvalidResponseCode = Shapes::StructureShape.new(name: 'InvalidResponseCode')
|
105
|
+
InvalidTTLOrder = Shapes::StructureShape.new(name: 'InvalidTTLOrder')
|
106
|
+
InvalidTagging = Shapes::StructureShape.new(name: 'InvalidTagging')
|
107
|
+
InvalidViewerCertificate = Shapes::StructureShape.new(name: 'InvalidViewerCertificate')
|
108
|
+
InvalidWebACLId = Shapes::StructureShape.new(name: 'InvalidWebACLId')
|
109
|
+
Invalidation = Shapes::StructureShape.new(name: 'Invalidation')
|
110
|
+
InvalidationBatch = Shapes::StructureShape.new(name: 'InvalidationBatch')
|
111
|
+
InvalidationList = Shapes::StructureShape.new(name: 'InvalidationList')
|
112
|
+
InvalidationSummary = Shapes::StructureShape.new(name: 'InvalidationSummary')
|
113
|
+
InvalidationSummaryList = Shapes::ListShape.new(name: 'InvalidationSummaryList')
|
114
|
+
ItemSelection = Shapes::StringShape.new(name: 'ItemSelection')
|
115
|
+
KeyPairIdList = Shapes::ListShape.new(name: 'KeyPairIdList')
|
116
|
+
KeyPairIds = Shapes::StructureShape.new(name: 'KeyPairIds')
|
117
|
+
ListCloudFrontOriginAccessIdentitiesRequest = Shapes::StructureShape.new(name: 'ListCloudFrontOriginAccessIdentitiesRequest')
|
118
|
+
ListCloudFrontOriginAccessIdentitiesResult = Shapes::StructureShape.new(name: 'ListCloudFrontOriginAccessIdentitiesResult')
|
119
|
+
ListDistributionsByWebACLIdRequest = Shapes::StructureShape.new(name: 'ListDistributionsByWebACLIdRequest')
|
120
|
+
ListDistributionsByWebACLIdResult = Shapes::StructureShape.new(name: 'ListDistributionsByWebACLIdResult')
|
121
|
+
ListDistributionsRequest = Shapes::StructureShape.new(name: 'ListDistributionsRequest')
|
122
|
+
ListDistributionsResult = Shapes::StructureShape.new(name: 'ListDistributionsResult')
|
123
|
+
ListInvalidationsRequest = Shapes::StructureShape.new(name: 'ListInvalidationsRequest')
|
124
|
+
ListInvalidationsResult = Shapes::StructureShape.new(name: 'ListInvalidationsResult')
|
125
|
+
ListStreamingDistributionsRequest = Shapes::StructureShape.new(name: 'ListStreamingDistributionsRequest')
|
126
|
+
ListStreamingDistributionsResult = Shapes::StructureShape.new(name: 'ListStreamingDistributionsResult')
|
127
|
+
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
128
|
+
ListTagsForResourceResult = Shapes::StructureShape.new(name: 'ListTagsForResourceResult')
|
129
|
+
LocationList = Shapes::ListShape.new(name: 'LocationList')
|
130
|
+
LoggingConfig = Shapes::StructureShape.new(name: 'LoggingConfig')
|
131
|
+
Method = Shapes::StringShape.new(name: 'Method')
|
132
|
+
MethodsList = Shapes::ListShape.new(name: 'MethodsList')
|
133
|
+
MinimumProtocolVersion = Shapes::StringShape.new(name: 'MinimumProtocolVersion')
|
134
|
+
MissingBody = Shapes::StructureShape.new(name: 'MissingBody')
|
135
|
+
NoSuchCloudFrontOriginAccessIdentity = Shapes::StructureShape.new(name: 'NoSuchCloudFrontOriginAccessIdentity')
|
136
|
+
NoSuchDistribution = Shapes::StructureShape.new(name: 'NoSuchDistribution')
|
137
|
+
NoSuchInvalidation = Shapes::StructureShape.new(name: 'NoSuchInvalidation')
|
138
|
+
NoSuchOrigin = Shapes::StructureShape.new(name: 'NoSuchOrigin')
|
139
|
+
NoSuchResource = Shapes::StructureShape.new(name: 'NoSuchResource')
|
140
|
+
NoSuchStreamingDistribution = Shapes::StructureShape.new(name: 'NoSuchStreamingDistribution')
|
141
|
+
Origin = Shapes::StructureShape.new(name: 'Origin')
|
142
|
+
OriginCustomHeader = Shapes::StructureShape.new(name: 'OriginCustomHeader')
|
143
|
+
OriginCustomHeadersList = Shapes::ListShape.new(name: 'OriginCustomHeadersList')
|
144
|
+
OriginList = Shapes::ListShape.new(name: 'OriginList')
|
145
|
+
OriginProtocolPolicy = Shapes::StringShape.new(name: 'OriginProtocolPolicy')
|
146
|
+
OriginSslProtocols = Shapes::StructureShape.new(name: 'OriginSslProtocols')
|
147
|
+
Origins = Shapes::StructureShape.new(name: 'Origins')
|
148
|
+
PathList = Shapes::ListShape.new(name: 'PathList')
|
149
|
+
Paths = Shapes::StructureShape.new(name: 'Paths')
|
150
|
+
PreconditionFailed = Shapes::StructureShape.new(name: 'PreconditionFailed')
|
151
|
+
PriceClass = Shapes::StringShape.new(name: 'PriceClass')
|
152
|
+
QueryStringCacheKeys = Shapes::StructureShape.new(name: 'QueryStringCacheKeys')
|
153
|
+
QueryStringCacheKeysList = Shapes::ListShape.new(name: 'QueryStringCacheKeysList')
|
154
|
+
ResourceARN = Shapes::StringShape.new(name: 'ResourceARN')
|
155
|
+
Restrictions = Shapes::StructureShape.new(name: 'Restrictions')
|
156
|
+
S3Origin = Shapes::StructureShape.new(name: 'S3Origin')
|
157
|
+
S3OriginConfig = Shapes::StructureShape.new(name: 'S3OriginConfig')
|
158
|
+
SSLSupportMethod = Shapes::StringShape.new(name: 'SSLSupportMethod')
|
159
|
+
Signer = Shapes::StructureShape.new(name: 'Signer')
|
160
|
+
SignerList = Shapes::ListShape.new(name: 'SignerList')
|
161
|
+
SslProtocol = Shapes::StringShape.new(name: 'SslProtocol')
|
162
|
+
SslProtocolsList = Shapes::ListShape.new(name: 'SslProtocolsList')
|
163
|
+
StreamingDistribution = Shapes::StructureShape.new(name: 'StreamingDistribution')
|
164
|
+
StreamingDistributionAlreadyExists = Shapes::StructureShape.new(name: 'StreamingDistributionAlreadyExists')
|
165
|
+
StreamingDistributionConfig = Shapes::StructureShape.new(name: 'StreamingDistributionConfig')
|
166
|
+
StreamingDistributionConfigWithTags = Shapes::StructureShape.new(name: 'StreamingDistributionConfigWithTags')
|
167
|
+
StreamingDistributionList = Shapes::StructureShape.new(name: 'StreamingDistributionList')
|
168
|
+
StreamingDistributionNotDisabled = Shapes::StructureShape.new(name: 'StreamingDistributionNotDisabled')
|
169
|
+
StreamingDistributionSummary = Shapes::StructureShape.new(name: 'StreamingDistributionSummary')
|
170
|
+
StreamingDistributionSummaryList = Shapes::ListShape.new(name: 'StreamingDistributionSummaryList')
|
171
|
+
StreamingLoggingConfig = Shapes::StructureShape.new(name: 'StreamingLoggingConfig')
|
172
|
+
Tag = Shapes::StructureShape.new(name: 'Tag')
|
173
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
174
|
+
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
175
|
+
TagKeys = Shapes::StructureShape.new(name: 'TagKeys')
|
176
|
+
TagList = Shapes::ListShape.new(name: 'TagList')
|
177
|
+
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
178
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
179
|
+
Tags = Shapes::StructureShape.new(name: 'Tags')
|
180
|
+
TooManyCacheBehaviors = Shapes::StructureShape.new(name: 'TooManyCacheBehaviors')
|
181
|
+
TooManyCertificates = Shapes::StructureShape.new(name: 'TooManyCertificates')
|
182
|
+
TooManyCloudFrontOriginAccessIdentities = Shapes::StructureShape.new(name: 'TooManyCloudFrontOriginAccessIdentities')
|
183
|
+
TooManyCookieNamesInWhiteList = Shapes::StructureShape.new(name: 'TooManyCookieNamesInWhiteList')
|
184
|
+
TooManyDistributionCNAMEs = Shapes::StructureShape.new(name: 'TooManyDistributionCNAMEs')
|
185
|
+
TooManyDistributions = Shapes::StructureShape.new(name: 'TooManyDistributions')
|
186
|
+
TooManyHeadersInForwardedValues = Shapes::StructureShape.new(name: 'TooManyHeadersInForwardedValues')
|
187
|
+
TooManyInvalidationsInProgress = Shapes::StructureShape.new(name: 'TooManyInvalidationsInProgress')
|
188
|
+
TooManyOriginCustomHeaders = Shapes::StructureShape.new(name: 'TooManyOriginCustomHeaders')
|
189
|
+
TooManyOrigins = Shapes::StructureShape.new(name: 'TooManyOrigins')
|
190
|
+
TooManyQueryStringParameters = Shapes::StructureShape.new(name: 'TooManyQueryStringParameters')
|
191
|
+
TooManyStreamingDistributionCNAMEs = Shapes::StructureShape.new(name: 'TooManyStreamingDistributionCNAMEs')
|
192
|
+
TooManyStreamingDistributions = Shapes::StructureShape.new(name: 'TooManyStreamingDistributions')
|
193
|
+
TooManyTrustedSigners = Shapes::StructureShape.new(name: 'TooManyTrustedSigners')
|
194
|
+
TrustedSignerDoesNotExist = Shapes::StructureShape.new(name: 'TrustedSignerDoesNotExist')
|
195
|
+
TrustedSigners = Shapes::StructureShape.new(name: 'TrustedSigners')
|
196
|
+
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
197
|
+
UpdateCloudFrontOriginAccessIdentityRequest = Shapes::StructureShape.new(name: 'UpdateCloudFrontOriginAccessIdentityRequest')
|
198
|
+
UpdateCloudFrontOriginAccessIdentityResult = Shapes::StructureShape.new(name: 'UpdateCloudFrontOriginAccessIdentityResult')
|
199
|
+
UpdateDistributionRequest = Shapes::StructureShape.new(name: 'UpdateDistributionRequest')
|
200
|
+
UpdateDistributionResult = Shapes::StructureShape.new(name: 'UpdateDistributionResult')
|
201
|
+
UpdateStreamingDistributionRequest = Shapes::StructureShape.new(name: 'UpdateStreamingDistributionRequest')
|
202
|
+
UpdateStreamingDistributionResult = Shapes::StructureShape.new(name: 'UpdateStreamingDistributionResult')
|
203
|
+
ViewerCertificate = Shapes::StructureShape.new(name: 'ViewerCertificate')
|
204
|
+
ViewerProtocolPolicy = Shapes::StringShape.new(name: 'ViewerProtocolPolicy')
|
205
|
+
boolean = Shapes::BooleanShape.new(name: 'boolean')
|
206
|
+
integer = Shapes::IntegerShape.new(name: 'integer')
|
207
|
+
long = Shapes::IntegerShape.new(name: 'long')
|
208
|
+
string = Shapes::StringShape.new(name: 'string')
|
209
|
+
timestamp = Shapes::TimestampShape.new(name: 'timestamp')
|
210
|
+
|
211
|
+
ActiveTrustedSigners.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Enabled"))
|
212
|
+
ActiveTrustedSigners.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
213
|
+
ActiveTrustedSigners.add_member(:items, Shapes::ShapeRef.new(shape: SignerList, location_name: "Items"))
|
214
|
+
ActiveTrustedSigners.struct_class = Types::ActiveTrustedSigners
|
215
|
+
|
216
|
+
AliasList.member = Shapes::ShapeRef.new(shape: string, location_name: "CNAME")
|
217
|
+
|
218
|
+
Aliases.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
219
|
+
Aliases.add_member(:items, Shapes::ShapeRef.new(shape: AliasList, location_name: "Items"))
|
220
|
+
Aliases.struct_class = Types::Aliases
|
221
|
+
|
222
|
+
AllowedMethods.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
223
|
+
AllowedMethods.add_member(:items, Shapes::ShapeRef.new(shape: MethodsList, required: true, location_name: "Items"))
|
224
|
+
AllowedMethods.add_member(:cached_methods, Shapes::ShapeRef.new(shape: CachedMethods, location_name: "CachedMethods"))
|
225
|
+
AllowedMethods.struct_class = Types::AllowedMethods
|
226
|
+
|
227
|
+
AwsAccountNumberList.member = Shapes::ShapeRef.new(shape: string, location_name: "AwsAccountNumber")
|
228
|
+
|
229
|
+
CacheBehavior.add_member(:path_pattern, Shapes::ShapeRef.new(shape: string, required: true, location_name: "PathPattern"))
|
230
|
+
CacheBehavior.add_member(:target_origin_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "TargetOriginId"))
|
231
|
+
CacheBehavior.add_member(:forwarded_values, Shapes::ShapeRef.new(shape: ForwardedValues, required: true, location_name: "ForwardedValues"))
|
232
|
+
CacheBehavior.add_member(:trusted_signers, Shapes::ShapeRef.new(shape: TrustedSigners, required: true, location_name: "TrustedSigners"))
|
233
|
+
CacheBehavior.add_member(:viewer_protocol_policy, Shapes::ShapeRef.new(shape: ViewerProtocolPolicy, required: true, location_name: "ViewerProtocolPolicy"))
|
234
|
+
CacheBehavior.add_member(:min_ttl, Shapes::ShapeRef.new(shape: long, required: true, location_name: "MinTTL"))
|
235
|
+
CacheBehavior.add_member(:allowed_methods, Shapes::ShapeRef.new(shape: AllowedMethods, location_name: "AllowedMethods"))
|
236
|
+
CacheBehavior.add_member(:smooth_streaming, Shapes::ShapeRef.new(shape: boolean, location_name: "SmoothStreaming"))
|
237
|
+
CacheBehavior.add_member(:default_ttl, Shapes::ShapeRef.new(shape: long, location_name: "DefaultTTL"))
|
238
|
+
CacheBehavior.add_member(:max_ttl, Shapes::ShapeRef.new(shape: long, location_name: "MaxTTL"))
|
239
|
+
CacheBehavior.add_member(:compress, Shapes::ShapeRef.new(shape: boolean, location_name: "Compress"))
|
240
|
+
CacheBehavior.struct_class = Types::CacheBehavior
|
241
|
+
|
242
|
+
CacheBehaviorList.member = Shapes::ShapeRef.new(shape: CacheBehavior, location_name: "CacheBehavior")
|
243
|
+
|
244
|
+
CacheBehaviors.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
245
|
+
CacheBehaviors.add_member(:items, Shapes::ShapeRef.new(shape: CacheBehaviorList, location_name: "Items"))
|
246
|
+
CacheBehaviors.struct_class = Types::CacheBehaviors
|
247
|
+
|
248
|
+
CachedMethods.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
249
|
+
CachedMethods.add_member(:items, Shapes::ShapeRef.new(shape: MethodsList, required: true, location_name: "Items"))
|
250
|
+
CachedMethods.struct_class = Types::CachedMethods
|
251
|
+
|
252
|
+
CloudFrontOriginAccessIdentity.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
253
|
+
CloudFrontOriginAccessIdentity.add_member(:s3_canonical_user_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "S3CanonicalUserId"))
|
254
|
+
CloudFrontOriginAccessIdentity.add_member(:cloud_front_origin_access_identity_config, Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityConfig, location_name: "CloudFrontOriginAccessIdentityConfig"))
|
255
|
+
CloudFrontOriginAccessIdentity.struct_class = Types::CloudFrontOriginAccessIdentity
|
256
|
+
|
257
|
+
CloudFrontOriginAccessIdentityConfig.add_member(:caller_reference, Shapes::ShapeRef.new(shape: string, required: true, location_name: "CallerReference"))
|
258
|
+
CloudFrontOriginAccessIdentityConfig.add_member(:comment, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Comment"))
|
259
|
+
CloudFrontOriginAccessIdentityConfig.struct_class = Types::CloudFrontOriginAccessIdentityConfig
|
260
|
+
|
261
|
+
CloudFrontOriginAccessIdentityList.add_member(:marker, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Marker"))
|
262
|
+
CloudFrontOriginAccessIdentityList.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
|
263
|
+
CloudFrontOriginAccessIdentityList.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "MaxItems"))
|
264
|
+
CloudFrontOriginAccessIdentityList.add_member(:is_truncated, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "IsTruncated"))
|
265
|
+
CloudFrontOriginAccessIdentityList.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
266
|
+
CloudFrontOriginAccessIdentityList.add_member(:items, Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentitySummaryList, location_name: "Items"))
|
267
|
+
CloudFrontOriginAccessIdentityList.struct_class = Types::CloudFrontOriginAccessIdentityList
|
268
|
+
|
269
|
+
CloudFrontOriginAccessIdentitySummary.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
270
|
+
CloudFrontOriginAccessIdentitySummary.add_member(:s3_canonical_user_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "S3CanonicalUserId"))
|
271
|
+
CloudFrontOriginAccessIdentitySummary.add_member(:comment, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Comment"))
|
272
|
+
CloudFrontOriginAccessIdentitySummary.struct_class = Types::CloudFrontOriginAccessIdentitySummary
|
273
|
+
|
274
|
+
CloudFrontOriginAccessIdentitySummaryList.member = Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentitySummary, location_name: "CloudFrontOriginAccessIdentitySummary")
|
275
|
+
|
276
|
+
CookieNameList.member = Shapes::ShapeRef.new(shape: string, location_name: "Name")
|
277
|
+
|
278
|
+
CookieNames.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
279
|
+
CookieNames.add_member(:items, Shapes::ShapeRef.new(shape: CookieNameList, location_name: "Items"))
|
280
|
+
CookieNames.struct_class = Types::CookieNames
|
281
|
+
|
282
|
+
CookiePreference.add_member(:forward, Shapes::ShapeRef.new(shape: ItemSelection, required: true, location_name: "Forward"))
|
283
|
+
CookiePreference.add_member(:whitelisted_names, Shapes::ShapeRef.new(shape: CookieNames, location_name: "WhitelistedNames"))
|
284
|
+
CookiePreference.struct_class = Types::CookiePreference
|
285
|
+
|
286
|
+
CreateCloudFrontOriginAccessIdentityRequest.add_member(:cloud_front_origin_access_identity_config, Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityConfig, required: true, location_name: "CloudFrontOriginAccessIdentityConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2016-09-29/"}}))
|
287
|
+
CreateCloudFrontOriginAccessIdentityRequest.struct_class = Types::CreateCloudFrontOriginAccessIdentityRequest
|
288
|
+
CreateCloudFrontOriginAccessIdentityRequest[:payload] = :cloud_front_origin_access_identity_config
|
289
|
+
CreateCloudFrontOriginAccessIdentityRequest[:payload_member] = CreateCloudFrontOriginAccessIdentityRequest.member(:cloud_front_origin_access_identity_config)
|
290
|
+
|
291
|
+
CreateCloudFrontOriginAccessIdentityResult.add_member(:cloud_front_origin_access_identity, Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentity, location_name: "CloudFrontOriginAccessIdentity"))
|
292
|
+
CreateCloudFrontOriginAccessIdentityResult.add_member(:location, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "Location"))
|
293
|
+
CreateCloudFrontOriginAccessIdentityResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
294
|
+
CreateCloudFrontOriginAccessIdentityResult.struct_class = Types::CreateCloudFrontOriginAccessIdentityResult
|
295
|
+
CreateCloudFrontOriginAccessIdentityResult[:payload] = :cloud_front_origin_access_identity
|
296
|
+
CreateCloudFrontOriginAccessIdentityResult[:payload_member] = CreateCloudFrontOriginAccessIdentityResult.member(:cloud_front_origin_access_identity)
|
297
|
+
|
298
|
+
CreateDistributionRequest.add_member(:distribution_config, Shapes::ShapeRef.new(shape: DistributionConfig, required: true, location_name: "DistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2016-09-29/"}}))
|
299
|
+
CreateDistributionRequest.struct_class = Types::CreateDistributionRequest
|
300
|
+
CreateDistributionRequest[:payload] = :distribution_config
|
301
|
+
CreateDistributionRequest[:payload_member] = CreateDistributionRequest.member(:distribution_config)
|
302
|
+
|
303
|
+
CreateDistributionResult.add_member(:distribution, Shapes::ShapeRef.new(shape: Distribution, location_name: "Distribution"))
|
304
|
+
CreateDistributionResult.add_member(:location, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "Location"))
|
305
|
+
CreateDistributionResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
306
|
+
CreateDistributionResult.struct_class = Types::CreateDistributionResult
|
307
|
+
CreateDistributionResult[:payload] = :distribution
|
308
|
+
CreateDistributionResult[:payload_member] = CreateDistributionResult.member(:distribution)
|
309
|
+
|
310
|
+
CreateDistributionWithTagsRequest.add_member(:distribution_config_with_tags, Shapes::ShapeRef.new(shape: DistributionConfigWithTags, required: true, location_name: "DistributionConfigWithTags", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2016-09-29/"}}))
|
311
|
+
CreateDistributionWithTagsRequest.struct_class = Types::CreateDistributionWithTagsRequest
|
312
|
+
CreateDistributionWithTagsRequest[:payload] = :distribution_config_with_tags
|
313
|
+
CreateDistributionWithTagsRequest[:payload_member] = CreateDistributionWithTagsRequest.member(:distribution_config_with_tags)
|
314
|
+
|
315
|
+
CreateDistributionWithTagsResult.add_member(:distribution, Shapes::ShapeRef.new(shape: Distribution, location_name: "Distribution"))
|
316
|
+
CreateDistributionWithTagsResult.add_member(:location, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "Location"))
|
317
|
+
CreateDistributionWithTagsResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
318
|
+
CreateDistributionWithTagsResult.struct_class = Types::CreateDistributionWithTagsResult
|
319
|
+
CreateDistributionWithTagsResult[:payload] = :distribution
|
320
|
+
CreateDistributionWithTagsResult[:payload_member] = CreateDistributionWithTagsResult.member(:distribution)
|
321
|
+
|
322
|
+
CreateInvalidationRequest.add_member(:distribution_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DistributionId"))
|
323
|
+
CreateInvalidationRequest.add_member(:invalidation_batch, Shapes::ShapeRef.new(shape: InvalidationBatch, required: true, location_name: "InvalidationBatch", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2016-09-29/"}}))
|
324
|
+
CreateInvalidationRequest.struct_class = Types::CreateInvalidationRequest
|
325
|
+
CreateInvalidationRequest[:payload] = :invalidation_batch
|
326
|
+
CreateInvalidationRequest[:payload_member] = CreateInvalidationRequest.member(:invalidation_batch)
|
327
|
+
|
328
|
+
CreateInvalidationResult.add_member(:location, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "Location"))
|
329
|
+
CreateInvalidationResult.add_member(:invalidation, Shapes::ShapeRef.new(shape: Invalidation, location_name: "Invalidation"))
|
330
|
+
CreateInvalidationResult.struct_class = Types::CreateInvalidationResult
|
331
|
+
CreateInvalidationResult[:payload] = :invalidation
|
332
|
+
CreateInvalidationResult[:payload_member] = CreateInvalidationResult.member(:invalidation)
|
333
|
+
|
334
|
+
CreateStreamingDistributionRequest.add_member(:streaming_distribution_config, Shapes::ShapeRef.new(shape: StreamingDistributionConfig, required: true, location_name: "StreamingDistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2016-09-29/"}}))
|
335
|
+
CreateStreamingDistributionRequest.struct_class = Types::CreateStreamingDistributionRequest
|
336
|
+
CreateStreamingDistributionRequest[:payload] = :streaming_distribution_config
|
337
|
+
CreateStreamingDistributionRequest[:payload_member] = CreateStreamingDistributionRequest.member(:streaming_distribution_config)
|
338
|
+
|
339
|
+
CreateStreamingDistributionResult.add_member(:streaming_distribution, Shapes::ShapeRef.new(shape: StreamingDistribution, location_name: "StreamingDistribution"))
|
340
|
+
CreateStreamingDistributionResult.add_member(:location, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "Location"))
|
341
|
+
CreateStreamingDistributionResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
342
|
+
CreateStreamingDistributionResult.struct_class = Types::CreateStreamingDistributionResult
|
343
|
+
CreateStreamingDistributionResult[:payload] = :streaming_distribution
|
344
|
+
CreateStreamingDistributionResult[:payload_member] = CreateStreamingDistributionResult.member(:streaming_distribution)
|
345
|
+
|
346
|
+
CreateStreamingDistributionWithTagsRequest.add_member(:streaming_distribution_config_with_tags, Shapes::ShapeRef.new(shape: StreamingDistributionConfigWithTags, required: true, location_name: "StreamingDistributionConfigWithTags", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2016-09-29/"}}))
|
347
|
+
CreateStreamingDistributionWithTagsRequest.struct_class = Types::CreateStreamingDistributionWithTagsRequest
|
348
|
+
CreateStreamingDistributionWithTagsRequest[:payload] = :streaming_distribution_config_with_tags
|
349
|
+
CreateStreamingDistributionWithTagsRequest[:payload_member] = CreateStreamingDistributionWithTagsRequest.member(:streaming_distribution_config_with_tags)
|
350
|
+
|
351
|
+
CreateStreamingDistributionWithTagsResult.add_member(:streaming_distribution, Shapes::ShapeRef.new(shape: StreamingDistribution, location_name: "StreamingDistribution"))
|
352
|
+
CreateStreamingDistributionWithTagsResult.add_member(:location, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "Location"))
|
353
|
+
CreateStreamingDistributionWithTagsResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
354
|
+
CreateStreamingDistributionWithTagsResult.struct_class = Types::CreateStreamingDistributionWithTagsResult
|
355
|
+
CreateStreamingDistributionWithTagsResult[:payload] = :streaming_distribution
|
356
|
+
CreateStreamingDistributionWithTagsResult[:payload_member] = CreateStreamingDistributionWithTagsResult.member(:streaming_distribution)
|
357
|
+
|
358
|
+
CustomErrorResponse.add_member(:error_code, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "ErrorCode"))
|
359
|
+
CustomErrorResponse.add_member(:response_page_path, Shapes::ShapeRef.new(shape: string, location_name: "ResponsePagePath"))
|
360
|
+
CustomErrorResponse.add_member(:response_code, Shapes::ShapeRef.new(shape: string, location_name: "ResponseCode"))
|
361
|
+
CustomErrorResponse.add_member(:error_caching_min_ttl, Shapes::ShapeRef.new(shape: long, location_name: "ErrorCachingMinTTL"))
|
362
|
+
CustomErrorResponse.struct_class = Types::CustomErrorResponse
|
363
|
+
|
364
|
+
CustomErrorResponseList.member = Shapes::ShapeRef.new(shape: CustomErrorResponse, location_name: "CustomErrorResponse")
|
365
|
+
|
366
|
+
CustomErrorResponses.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
367
|
+
CustomErrorResponses.add_member(:items, Shapes::ShapeRef.new(shape: CustomErrorResponseList, location_name: "Items"))
|
368
|
+
CustomErrorResponses.struct_class = Types::CustomErrorResponses
|
369
|
+
|
370
|
+
CustomHeaders.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
371
|
+
CustomHeaders.add_member(:items, Shapes::ShapeRef.new(shape: OriginCustomHeadersList, location_name: "Items"))
|
372
|
+
CustomHeaders.struct_class = Types::CustomHeaders
|
373
|
+
|
374
|
+
CustomOriginConfig.add_member(:http_port, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "HTTPPort"))
|
375
|
+
CustomOriginConfig.add_member(:https_port, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "HTTPSPort"))
|
376
|
+
CustomOriginConfig.add_member(:origin_protocol_policy, Shapes::ShapeRef.new(shape: OriginProtocolPolicy, required: true, location_name: "OriginProtocolPolicy"))
|
377
|
+
CustomOriginConfig.add_member(:origin_ssl_protocols, Shapes::ShapeRef.new(shape: OriginSslProtocols, location_name: "OriginSslProtocols"))
|
378
|
+
CustomOriginConfig.struct_class = Types::CustomOriginConfig
|
379
|
+
|
380
|
+
DefaultCacheBehavior.add_member(:target_origin_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "TargetOriginId"))
|
381
|
+
DefaultCacheBehavior.add_member(:forwarded_values, Shapes::ShapeRef.new(shape: ForwardedValues, required: true, location_name: "ForwardedValues"))
|
382
|
+
DefaultCacheBehavior.add_member(:trusted_signers, Shapes::ShapeRef.new(shape: TrustedSigners, required: true, location_name: "TrustedSigners"))
|
383
|
+
DefaultCacheBehavior.add_member(:viewer_protocol_policy, Shapes::ShapeRef.new(shape: ViewerProtocolPolicy, required: true, location_name: "ViewerProtocolPolicy"))
|
384
|
+
DefaultCacheBehavior.add_member(:min_ttl, Shapes::ShapeRef.new(shape: long, required: true, location_name: "MinTTL"))
|
385
|
+
DefaultCacheBehavior.add_member(:allowed_methods, Shapes::ShapeRef.new(shape: AllowedMethods, location_name: "AllowedMethods"))
|
386
|
+
DefaultCacheBehavior.add_member(:smooth_streaming, Shapes::ShapeRef.new(shape: boolean, location_name: "SmoothStreaming"))
|
387
|
+
DefaultCacheBehavior.add_member(:default_ttl, Shapes::ShapeRef.new(shape: long, location_name: "DefaultTTL"))
|
388
|
+
DefaultCacheBehavior.add_member(:max_ttl, Shapes::ShapeRef.new(shape: long, location_name: "MaxTTL"))
|
389
|
+
DefaultCacheBehavior.add_member(:compress, Shapes::ShapeRef.new(shape: boolean, location_name: "Compress"))
|
390
|
+
DefaultCacheBehavior.struct_class = Types::DefaultCacheBehavior
|
391
|
+
|
392
|
+
DeleteCloudFrontOriginAccessIdentityRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
393
|
+
DeleteCloudFrontOriginAccessIdentityRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
394
|
+
DeleteCloudFrontOriginAccessIdentityRequest.struct_class = Types::DeleteCloudFrontOriginAccessIdentityRequest
|
395
|
+
|
396
|
+
DeleteDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
397
|
+
DeleteDistributionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
398
|
+
DeleteDistributionRequest.struct_class = Types::DeleteDistributionRequest
|
399
|
+
|
400
|
+
DeleteStreamingDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
401
|
+
DeleteStreamingDistributionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
402
|
+
DeleteStreamingDistributionRequest.struct_class = Types::DeleteStreamingDistributionRequest
|
403
|
+
|
404
|
+
Distribution.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
405
|
+
Distribution.add_member(:arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ARN"))
|
406
|
+
Distribution.add_member(:status, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Status"))
|
407
|
+
Distribution.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastModifiedTime"))
|
408
|
+
Distribution.add_member(:in_progress_invalidation_batches, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "InProgressInvalidationBatches"))
|
409
|
+
Distribution.add_member(:domain_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "DomainName"))
|
410
|
+
Distribution.add_member(:active_trusted_signers, Shapes::ShapeRef.new(shape: ActiveTrustedSigners, required: true, location_name: "ActiveTrustedSigners"))
|
411
|
+
Distribution.add_member(:distribution_config, Shapes::ShapeRef.new(shape: DistributionConfig, required: true, location_name: "DistributionConfig"))
|
412
|
+
Distribution.struct_class = Types::Distribution
|
413
|
+
|
414
|
+
DistributionConfig.add_member(:caller_reference, Shapes::ShapeRef.new(shape: string, required: true, location_name: "CallerReference"))
|
415
|
+
DistributionConfig.add_member(:aliases, Shapes::ShapeRef.new(shape: Aliases, location_name: "Aliases"))
|
416
|
+
DistributionConfig.add_member(:default_root_object, Shapes::ShapeRef.new(shape: string, location_name: "DefaultRootObject"))
|
417
|
+
DistributionConfig.add_member(:origins, Shapes::ShapeRef.new(shape: Origins, required: true, location_name: "Origins"))
|
418
|
+
DistributionConfig.add_member(:default_cache_behavior, Shapes::ShapeRef.new(shape: DefaultCacheBehavior, required: true, location_name: "DefaultCacheBehavior"))
|
419
|
+
DistributionConfig.add_member(:cache_behaviors, Shapes::ShapeRef.new(shape: CacheBehaviors, location_name: "CacheBehaviors"))
|
420
|
+
DistributionConfig.add_member(:custom_error_responses, Shapes::ShapeRef.new(shape: CustomErrorResponses, location_name: "CustomErrorResponses"))
|
421
|
+
DistributionConfig.add_member(:comment, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Comment"))
|
422
|
+
DistributionConfig.add_member(:logging, Shapes::ShapeRef.new(shape: LoggingConfig, location_name: "Logging"))
|
423
|
+
DistributionConfig.add_member(:price_class, Shapes::ShapeRef.new(shape: PriceClass, location_name: "PriceClass"))
|
424
|
+
DistributionConfig.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Enabled"))
|
425
|
+
DistributionConfig.add_member(:viewer_certificate, Shapes::ShapeRef.new(shape: ViewerCertificate, location_name: "ViewerCertificate"))
|
426
|
+
DistributionConfig.add_member(:restrictions, Shapes::ShapeRef.new(shape: Restrictions, location_name: "Restrictions"))
|
427
|
+
DistributionConfig.add_member(:web_acl_id, Shapes::ShapeRef.new(shape: string, location_name: "WebACLId"))
|
428
|
+
DistributionConfig.add_member(:http_version, Shapes::ShapeRef.new(shape: HttpVersion, location_name: "HttpVersion"))
|
429
|
+
DistributionConfig.add_member(:is_ipv6_enabled, Shapes::ShapeRef.new(shape: boolean, location_name: "IsIPV6Enabled"))
|
430
|
+
DistributionConfig.struct_class = Types::DistributionConfig
|
431
|
+
|
432
|
+
DistributionConfigWithTags.add_member(:distribution_config, Shapes::ShapeRef.new(shape: DistributionConfig, required: true, location_name: "DistributionConfig"))
|
433
|
+
DistributionConfigWithTags.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "Tags"))
|
434
|
+
DistributionConfigWithTags.struct_class = Types::DistributionConfigWithTags
|
435
|
+
|
436
|
+
DistributionList.add_member(:marker, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Marker"))
|
437
|
+
DistributionList.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
|
438
|
+
DistributionList.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "MaxItems"))
|
439
|
+
DistributionList.add_member(:is_truncated, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "IsTruncated"))
|
440
|
+
DistributionList.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
441
|
+
DistributionList.add_member(:items, Shapes::ShapeRef.new(shape: DistributionSummaryList, location_name: "Items"))
|
442
|
+
DistributionList.struct_class = Types::DistributionList
|
443
|
+
|
444
|
+
DistributionSummary.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
445
|
+
DistributionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ARN"))
|
446
|
+
DistributionSummary.add_member(:status, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Status"))
|
447
|
+
DistributionSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastModifiedTime"))
|
448
|
+
DistributionSummary.add_member(:domain_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "DomainName"))
|
449
|
+
DistributionSummary.add_member(:aliases, Shapes::ShapeRef.new(shape: Aliases, required: true, location_name: "Aliases"))
|
450
|
+
DistributionSummary.add_member(:origins, Shapes::ShapeRef.new(shape: Origins, required: true, location_name: "Origins"))
|
451
|
+
DistributionSummary.add_member(:default_cache_behavior, Shapes::ShapeRef.new(shape: DefaultCacheBehavior, required: true, location_name: "DefaultCacheBehavior"))
|
452
|
+
DistributionSummary.add_member(:cache_behaviors, Shapes::ShapeRef.new(shape: CacheBehaviors, required: true, location_name: "CacheBehaviors"))
|
453
|
+
DistributionSummary.add_member(:custom_error_responses, Shapes::ShapeRef.new(shape: CustomErrorResponses, required: true, location_name: "CustomErrorResponses"))
|
454
|
+
DistributionSummary.add_member(:comment, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Comment"))
|
455
|
+
DistributionSummary.add_member(:price_class, Shapes::ShapeRef.new(shape: PriceClass, required: true, location_name: "PriceClass"))
|
456
|
+
DistributionSummary.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Enabled"))
|
457
|
+
DistributionSummary.add_member(:viewer_certificate, Shapes::ShapeRef.new(shape: ViewerCertificate, required: true, location_name: "ViewerCertificate"))
|
458
|
+
DistributionSummary.add_member(:restrictions, Shapes::ShapeRef.new(shape: Restrictions, required: true, location_name: "Restrictions"))
|
459
|
+
DistributionSummary.add_member(:web_acl_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "WebACLId"))
|
460
|
+
DistributionSummary.add_member(:http_version, Shapes::ShapeRef.new(shape: HttpVersion, required: true, location_name: "HttpVersion"))
|
461
|
+
DistributionSummary.add_member(:is_ipv6_enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "IsIPV6Enabled"))
|
462
|
+
DistributionSummary.struct_class = Types::DistributionSummary
|
463
|
+
|
464
|
+
DistributionSummaryList.member = Shapes::ShapeRef.new(shape: DistributionSummary, location_name: "DistributionSummary")
|
465
|
+
|
466
|
+
ForwardedValues.add_member(:query_string, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "QueryString"))
|
467
|
+
ForwardedValues.add_member(:cookies, Shapes::ShapeRef.new(shape: CookiePreference, required: true, location_name: "Cookies"))
|
468
|
+
ForwardedValues.add_member(:headers, Shapes::ShapeRef.new(shape: Headers, location_name: "Headers"))
|
469
|
+
ForwardedValues.add_member(:query_string_cache_keys, Shapes::ShapeRef.new(shape: QueryStringCacheKeys, location_name: "QueryStringCacheKeys"))
|
470
|
+
ForwardedValues.struct_class = Types::ForwardedValues
|
471
|
+
|
472
|
+
GeoRestriction.add_member(:restriction_type, Shapes::ShapeRef.new(shape: GeoRestrictionType, required: true, location_name: "RestrictionType"))
|
473
|
+
GeoRestriction.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
474
|
+
GeoRestriction.add_member(:items, Shapes::ShapeRef.new(shape: LocationList, location_name: "Items"))
|
475
|
+
GeoRestriction.struct_class = Types::GeoRestriction
|
476
|
+
|
477
|
+
GetCloudFrontOriginAccessIdentityConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
478
|
+
GetCloudFrontOriginAccessIdentityConfigRequest.struct_class = Types::GetCloudFrontOriginAccessIdentityConfigRequest
|
479
|
+
|
480
|
+
GetCloudFrontOriginAccessIdentityConfigResult.add_member(:cloud_front_origin_access_identity_config, Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityConfig, location_name: "CloudFrontOriginAccessIdentityConfig"))
|
481
|
+
GetCloudFrontOriginAccessIdentityConfigResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
482
|
+
GetCloudFrontOriginAccessIdentityConfigResult.struct_class = Types::GetCloudFrontOriginAccessIdentityConfigResult
|
483
|
+
GetCloudFrontOriginAccessIdentityConfigResult[:payload] = :cloud_front_origin_access_identity_config
|
484
|
+
GetCloudFrontOriginAccessIdentityConfigResult[:payload_member] = GetCloudFrontOriginAccessIdentityConfigResult.member(:cloud_front_origin_access_identity_config)
|
485
|
+
|
486
|
+
GetCloudFrontOriginAccessIdentityRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
487
|
+
GetCloudFrontOriginAccessIdentityRequest.struct_class = Types::GetCloudFrontOriginAccessIdentityRequest
|
488
|
+
|
489
|
+
GetCloudFrontOriginAccessIdentityResult.add_member(:cloud_front_origin_access_identity, Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentity, location_name: "CloudFrontOriginAccessIdentity"))
|
490
|
+
GetCloudFrontOriginAccessIdentityResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
491
|
+
GetCloudFrontOriginAccessIdentityResult.struct_class = Types::GetCloudFrontOriginAccessIdentityResult
|
492
|
+
GetCloudFrontOriginAccessIdentityResult[:payload] = :cloud_front_origin_access_identity
|
493
|
+
GetCloudFrontOriginAccessIdentityResult[:payload_member] = GetCloudFrontOriginAccessIdentityResult.member(:cloud_front_origin_access_identity)
|
494
|
+
|
495
|
+
GetDistributionConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
496
|
+
GetDistributionConfigRequest.struct_class = Types::GetDistributionConfigRequest
|
497
|
+
|
498
|
+
GetDistributionConfigResult.add_member(:distribution_config, Shapes::ShapeRef.new(shape: DistributionConfig, location_name: "DistributionConfig"))
|
499
|
+
GetDistributionConfigResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
500
|
+
GetDistributionConfigResult.struct_class = Types::GetDistributionConfigResult
|
501
|
+
GetDistributionConfigResult[:payload] = :distribution_config
|
502
|
+
GetDistributionConfigResult[:payload_member] = GetDistributionConfigResult.member(:distribution_config)
|
503
|
+
|
504
|
+
GetDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
505
|
+
GetDistributionRequest.struct_class = Types::GetDistributionRequest
|
506
|
+
|
507
|
+
GetDistributionResult.add_member(:distribution, Shapes::ShapeRef.new(shape: Distribution, location_name: "Distribution"))
|
508
|
+
GetDistributionResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
509
|
+
GetDistributionResult.struct_class = Types::GetDistributionResult
|
510
|
+
GetDistributionResult[:payload] = :distribution
|
511
|
+
GetDistributionResult[:payload_member] = GetDistributionResult.member(:distribution)
|
512
|
+
|
513
|
+
GetInvalidationRequest.add_member(:distribution_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DistributionId"))
|
514
|
+
GetInvalidationRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
515
|
+
GetInvalidationRequest.struct_class = Types::GetInvalidationRequest
|
516
|
+
|
517
|
+
GetInvalidationResult.add_member(:invalidation, Shapes::ShapeRef.new(shape: Invalidation, location_name: "Invalidation"))
|
518
|
+
GetInvalidationResult.struct_class = Types::GetInvalidationResult
|
519
|
+
GetInvalidationResult[:payload] = :invalidation
|
520
|
+
GetInvalidationResult[:payload_member] = GetInvalidationResult.member(:invalidation)
|
521
|
+
|
522
|
+
GetStreamingDistributionConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
523
|
+
GetStreamingDistributionConfigRequest.struct_class = Types::GetStreamingDistributionConfigRequest
|
524
|
+
|
525
|
+
GetStreamingDistributionConfigResult.add_member(:streaming_distribution_config, Shapes::ShapeRef.new(shape: StreamingDistributionConfig, location_name: "StreamingDistributionConfig"))
|
526
|
+
GetStreamingDistributionConfigResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
527
|
+
GetStreamingDistributionConfigResult.struct_class = Types::GetStreamingDistributionConfigResult
|
528
|
+
GetStreamingDistributionConfigResult[:payload] = :streaming_distribution_config
|
529
|
+
GetStreamingDistributionConfigResult[:payload_member] = GetStreamingDistributionConfigResult.member(:streaming_distribution_config)
|
530
|
+
|
531
|
+
GetStreamingDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
532
|
+
GetStreamingDistributionRequest.struct_class = Types::GetStreamingDistributionRequest
|
533
|
+
|
534
|
+
GetStreamingDistributionResult.add_member(:streaming_distribution, Shapes::ShapeRef.new(shape: StreamingDistribution, location_name: "StreamingDistribution"))
|
535
|
+
GetStreamingDistributionResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
536
|
+
GetStreamingDistributionResult.struct_class = Types::GetStreamingDistributionResult
|
537
|
+
GetStreamingDistributionResult[:payload] = :streaming_distribution
|
538
|
+
GetStreamingDistributionResult[:payload_member] = GetStreamingDistributionResult.member(:streaming_distribution)
|
539
|
+
|
540
|
+
HeaderList.member = Shapes::ShapeRef.new(shape: string, location_name: "Name")
|
541
|
+
|
542
|
+
Headers.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
543
|
+
Headers.add_member(:items, Shapes::ShapeRef.new(shape: HeaderList, location_name: "Items"))
|
544
|
+
Headers.struct_class = Types::Headers
|
545
|
+
|
546
|
+
Invalidation.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
547
|
+
Invalidation.add_member(:status, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Status"))
|
548
|
+
Invalidation.add_member(:create_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreateTime"))
|
549
|
+
Invalidation.add_member(:invalidation_batch, Shapes::ShapeRef.new(shape: InvalidationBatch, required: true, location_name: "InvalidationBatch"))
|
550
|
+
Invalidation.struct_class = Types::Invalidation
|
551
|
+
|
552
|
+
InvalidationBatch.add_member(:paths, Shapes::ShapeRef.new(shape: Paths, required: true, location_name: "Paths"))
|
553
|
+
InvalidationBatch.add_member(:caller_reference, Shapes::ShapeRef.new(shape: string, required: true, location_name: "CallerReference"))
|
554
|
+
InvalidationBatch.struct_class = Types::InvalidationBatch
|
555
|
+
|
556
|
+
InvalidationList.add_member(:marker, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Marker"))
|
557
|
+
InvalidationList.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
|
558
|
+
InvalidationList.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "MaxItems"))
|
559
|
+
InvalidationList.add_member(:is_truncated, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "IsTruncated"))
|
560
|
+
InvalidationList.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
561
|
+
InvalidationList.add_member(:items, Shapes::ShapeRef.new(shape: InvalidationSummaryList, location_name: "Items"))
|
562
|
+
InvalidationList.struct_class = Types::InvalidationList
|
563
|
+
|
564
|
+
InvalidationSummary.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
565
|
+
InvalidationSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreateTime"))
|
566
|
+
InvalidationSummary.add_member(:status, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Status"))
|
567
|
+
InvalidationSummary.struct_class = Types::InvalidationSummary
|
568
|
+
|
569
|
+
InvalidationSummaryList.member = Shapes::ShapeRef.new(shape: InvalidationSummary, location_name: "InvalidationSummary")
|
570
|
+
|
571
|
+
KeyPairIdList.member = Shapes::ShapeRef.new(shape: string, location_name: "KeyPairId")
|
572
|
+
|
573
|
+
KeyPairIds.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
574
|
+
KeyPairIds.add_member(:items, Shapes::ShapeRef.new(shape: KeyPairIdList, location_name: "Items"))
|
575
|
+
KeyPairIds.struct_class = Types::KeyPairIds
|
576
|
+
|
577
|
+
ListCloudFrontOriginAccessIdentitiesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
|
578
|
+
ListCloudFrontOriginAccessIdentitiesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
|
579
|
+
ListCloudFrontOriginAccessIdentitiesRequest.struct_class = Types::ListCloudFrontOriginAccessIdentitiesRequest
|
580
|
+
|
581
|
+
ListCloudFrontOriginAccessIdentitiesResult.add_member(:cloud_front_origin_access_identity_list, Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityList, location_name: "CloudFrontOriginAccessIdentityList"))
|
582
|
+
ListCloudFrontOriginAccessIdentitiesResult.struct_class = Types::ListCloudFrontOriginAccessIdentitiesResult
|
583
|
+
ListCloudFrontOriginAccessIdentitiesResult[:payload] = :cloud_front_origin_access_identity_list
|
584
|
+
ListCloudFrontOriginAccessIdentitiesResult[:payload_member] = ListCloudFrontOriginAccessIdentitiesResult.member(:cloud_front_origin_access_identity_list)
|
585
|
+
|
586
|
+
ListDistributionsByWebACLIdRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
|
587
|
+
ListDistributionsByWebACLIdRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
|
588
|
+
ListDistributionsByWebACLIdRequest.add_member(:web_acl_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "WebACLId"))
|
589
|
+
ListDistributionsByWebACLIdRequest.struct_class = Types::ListDistributionsByWebACLIdRequest
|
590
|
+
|
591
|
+
ListDistributionsByWebACLIdResult.add_member(:distribution_list, Shapes::ShapeRef.new(shape: DistributionList, location_name: "DistributionList"))
|
592
|
+
ListDistributionsByWebACLIdResult.struct_class = Types::ListDistributionsByWebACLIdResult
|
593
|
+
ListDistributionsByWebACLIdResult[:payload] = :distribution_list
|
594
|
+
ListDistributionsByWebACLIdResult[:payload_member] = ListDistributionsByWebACLIdResult.member(:distribution_list)
|
595
|
+
|
596
|
+
ListDistributionsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
|
597
|
+
ListDistributionsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
|
598
|
+
ListDistributionsRequest.struct_class = Types::ListDistributionsRequest
|
599
|
+
|
600
|
+
ListDistributionsResult.add_member(:distribution_list, Shapes::ShapeRef.new(shape: DistributionList, location_name: "DistributionList"))
|
601
|
+
ListDistributionsResult.struct_class = Types::ListDistributionsResult
|
602
|
+
ListDistributionsResult[:payload] = :distribution_list
|
603
|
+
ListDistributionsResult[:payload_member] = ListDistributionsResult.member(:distribution_list)
|
604
|
+
|
605
|
+
ListInvalidationsRequest.add_member(:distribution_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DistributionId"))
|
606
|
+
ListInvalidationsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
|
607
|
+
ListInvalidationsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
|
608
|
+
ListInvalidationsRequest.struct_class = Types::ListInvalidationsRequest
|
609
|
+
|
610
|
+
ListInvalidationsResult.add_member(:invalidation_list, Shapes::ShapeRef.new(shape: InvalidationList, location_name: "InvalidationList"))
|
611
|
+
ListInvalidationsResult.struct_class = Types::ListInvalidationsResult
|
612
|
+
ListInvalidationsResult[:payload] = :invalidation_list
|
613
|
+
ListInvalidationsResult[:payload_member] = ListInvalidationsResult.member(:invalidation_list)
|
614
|
+
|
615
|
+
ListStreamingDistributionsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
|
616
|
+
ListStreamingDistributionsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
|
617
|
+
ListStreamingDistributionsRequest.struct_class = Types::ListStreamingDistributionsRequest
|
618
|
+
|
619
|
+
ListStreamingDistributionsResult.add_member(:streaming_distribution_list, Shapes::ShapeRef.new(shape: StreamingDistributionList, location_name: "StreamingDistributionList"))
|
620
|
+
ListStreamingDistributionsResult.struct_class = Types::ListStreamingDistributionsResult
|
621
|
+
ListStreamingDistributionsResult[:payload] = :streaming_distribution_list
|
622
|
+
ListStreamingDistributionsResult[:payload_member] = ListStreamingDistributionsResult.member(:streaming_distribution_list)
|
623
|
+
|
624
|
+
ListTagsForResourceRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location: "querystring", location_name: "Resource"))
|
625
|
+
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
626
|
+
|
627
|
+
ListTagsForResourceResult.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "Tags"))
|
628
|
+
ListTagsForResourceResult.struct_class = Types::ListTagsForResourceResult
|
629
|
+
ListTagsForResourceResult[:payload] = :tags
|
630
|
+
ListTagsForResourceResult[:payload_member] = ListTagsForResourceResult.member(:tags)
|
631
|
+
|
632
|
+
LocationList.member = Shapes::ShapeRef.new(shape: string, location_name: "Location")
|
633
|
+
|
634
|
+
LoggingConfig.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Enabled"))
|
635
|
+
LoggingConfig.add_member(:include_cookies, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "IncludeCookies"))
|
636
|
+
LoggingConfig.add_member(:bucket, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Bucket"))
|
637
|
+
LoggingConfig.add_member(:prefix, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Prefix"))
|
638
|
+
LoggingConfig.struct_class = Types::LoggingConfig
|
639
|
+
|
640
|
+
MethodsList.member = Shapes::ShapeRef.new(shape: Method, location_name: "Method")
|
641
|
+
|
642
|
+
Origin.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
643
|
+
Origin.add_member(:domain_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "DomainName"))
|
644
|
+
Origin.add_member(:origin_path, Shapes::ShapeRef.new(shape: string, location_name: "OriginPath"))
|
645
|
+
Origin.add_member(:custom_headers, Shapes::ShapeRef.new(shape: CustomHeaders, location_name: "CustomHeaders"))
|
646
|
+
Origin.add_member(:s3_origin_config, Shapes::ShapeRef.new(shape: S3OriginConfig, location_name: "S3OriginConfig"))
|
647
|
+
Origin.add_member(:custom_origin_config, Shapes::ShapeRef.new(shape: CustomOriginConfig, location_name: "CustomOriginConfig"))
|
648
|
+
Origin.struct_class = Types::Origin
|
649
|
+
|
650
|
+
OriginCustomHeader.add_member(:header_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "HeaderName"))
|
651
|
+
OriginCustomHeader.add_member(:header_value, Shapes::ShapeRef.new(shape: string, required: true, location_name: "HeaderValue"))
|
652
|
+
OriginCustomHeader.struct_class = Types::OriginCustomHeader
|
653
|
+
|
654
|
+
OriginCustomHeadersList.member = Shapes::ShapeRef.new(shape: OriginCustomHeader, location_name: "OriginCustomHeader")
|
655
|
+
|
656
|
+
OriginList.member = Shapes::ShapeRef.new(shape: Origin, location_name: "Origin")
|
657
|
+
|
658
|
+
OriginSslProtocols.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
659
|
+
OriginSslProtocols.add_member(:items, Shapes::ShapeRef.new(shape: SslProtocolsList, required: true, location_name: "Items"))
|
660
|
+
OriginSslProtocols.struct_class = Types::OriginSslProtocols
|
661
|
+
|
662
|
+
Origins.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
663
|
+
Origins.add_member(:items, Shapes::ShapeRef.new(shape: OriginList, location_name: "Items"))
|
664
|
+
Origins.struct_class = Types::Origins
|
665
|
+
|
666
|
+
PathList.member = Shapes::ShapeRef.new(shape: string, location_name: "Path")
|
667
|
+
|
668
|
+
Paths.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
669
|
+
Paths.add_member(:items, Shapes::ShapeRef.new(shape: PathList, location_name: "Items"))
|
670
|
+
Paths.struct_class = Types::Paths
|
671
|
+
|
672
|
+
QueryStringCacheKeys.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
673
|
+
QueryStringCacheKeys.add_member(:items, Shapes::ShapeRef.new(shape: QueryStringCacheKeysList, location_name: "Items"))
|
674
|
+
QueryStringCacheKeys.struct_class = Types::QueryStringCacheKeys
|
675
|
+
|
676
|
+
QueryStringCacheKeysList.member = Shapes::ShapeRef.new(shape: string, location_name: "Name")
|
677
|
+
|
678
|
+
Restrictions.add_member(:geo_restriction, Shapes::ShapeRef.new(shape: GeoRestriction, required: true, location_name: "GeoRestriction"))
|
679
|
+
Restrictions.struct_class = Types::Restrictions
|
680
|
+
|
681
|
+
S3Origin.add_member(:domain_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "DomainName"))
|
682
|
+
S3Origin.add_member(:origin_access_identity, Shapes::ShapeRef.new(shape: string, required: true, location_name: "OriginAccessIdentity"))
|
683
|
+
S3Origin.struct_class = Types::S3Origin
|
684
|
+
|
685
|
+
S3OriginConfig.add_member(:origin_access_identity, Shapes::ShapeRef.new(shape: string, required: true, location_name: "OriginAccessIdentity"))
|
686
|
+
S3OriginConfig.struct_class = Types::S3OriginConfig
|
687
|
+
|
688
|
+
Signer.add_member(:aws_account_number, Shapes::ShapeRef.new(shape: string, location_name: "AwsAccountNumber"))
|
689
|
+
Signer.add_member(:key_pair_ids, Shapes::ShapeRef.new(shape: KeyPairIds, location_name: "KeyPairIds"))
|
690
|
+
Signer.struct_class = Types::Signer
|
691
|
+
|
692
|
+
SignerList.member = Shapes::ShapeRef.new(shape: Signer, location_name: "Signer")
|
693
|
+
|
694
|
+
SslProtocolsList.member = Shapes::ShapeRef.new(shape: SslProtocol, location_name: "SslProtocol")
|
695
|
+
|
696
|
+
StreamingDistribution.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
697
|
+
StreamingDistribution.add_member(:arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ARN"))
|
698
|
+
StreamingDistribution.add_member(:status, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Status"))
|
699
|
+
StreamingDistribution.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastModifiedTime"))
|
700
|
+
StreamingDistribution.add_member(:domain_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "DomainName"))
|
701
|
+
StreamingDistribution.add_member(:active_trusted_signers, Shapes::ShapeRef.new(shape: ActiveTrustedSigners, required: true, location_name: "ActiveTrustedSigners"))
|
702
|
+
StreamingDistribution.add_member(:streaming_distribution_config, Shapes::ShapeRef.new(shape: StreamingDistributionConfig, required: true, location_name: "StreamingDistributionConfig"))
|
703
|
+
StreamingDistribution.struct_class = Types::StreamingDistribution
|
704
|
+
|
705
|
+
StreamingDistributionConfig.add_member(:caller_reference, Shapes::ShapeRef.new(shape: string, required: true, location_name: "CallerReference"))
|
706
|
+
StreamingDistributionConfig.add_member(:s3_origin, Shapes::ShapeRef.new(shape: S3Origin, required: true, location_name: "S3Origin"))
|
707
|
+
StreamingDistributionConfig.add_member(:aliases, Shapes::ShapeRef.new(shape: Aliases, location_name: "Aliases"))
|
708
|
+
StreamingDistributionConfig.add_member(:comment, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Comment"))
|
709
|
+
StreamingDistributionConfig.add_member(:logging, Shapes::ShapeRef.new(shape: StreamingLoggingConfig, location_name: "Logging"))
|
710
|
+
StreamingDistributionConfig.add_member(:trusted_signers, Shapes::ShapeRef.new(shape: TrustedSigners, required: true, location_name: "TrustedSigners"))
|
711
|
+
StreamingDistributionConfig.add_member(:price_class, Shapes::ShapeRef.new(shape: PriceClass, location_name: "PriceClass"))
|
712
|
+
StreamingDistributionConfig.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Enabled"))
|
713
|
+
StreamingDistributionConfig.struct_class = Types::StreamingDistributionConfig
|
714
|
+
|
715
|
+
StreamingDistributionConfigWithTags.add_member(:streaming_distribution_config, Shapes::ShapeRef.new(shape: StreamingDistributionConfig, required: true, location_name: "StreamingDistributionConfig"))
|
716
|
+
StreamingDistributionConfigWithTags.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "Tags"))
|
717
|
+
StreamingDistributionConfigWithTags.struct_class = Types::StreamingDistributionConfigWithTags
|
718
|
+
|
719
|
+
StreamingDistributionList.add_member(:marker, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Marker"))
|
720
|
+
StreamingDistributionList.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
|
721
|
+
StreamingDistributionList.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "MaxItems"))
|
722
|
+
StreamingDistributionList.add_member(:is_truncated, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "IsTruncated"))
|
723
|
+
StreamingDistributionList.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
724
|
+
StreamingDistributionList.add_member(:items, Shapes::ShapeRef.new(shape: StreamingDistributionSummaryList, location_name: "Items"))
|
725
|
+
StreamingDistributionList.struct_class = Types::StreamingDistributionList
|
726
|
+
|
727
|
+
StreamingDistributionSummary.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
728
|
+
StreamingDistributionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ARN"))
|
729
|
+
StreamingDistributionSummary.add_member(:status, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Status"))
|
730
|
+
StreamingDistributionSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastModifiedTime"))
|
731
|
+
StreamingDistributionSummary.add_member(:domain_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "DomainName"))
|
732
|
+
StreamingDistributionSummary.add_member(:s3_origin, Shapes::ShapeRef.new(shape: S3Origin, required: true, location_name: "S3Origin"))
|
733
|
+
StreamingDistributionSummary.add_member(:aliases, Shapes::ShapeRef.new(shape: Aliases, required: true, location_name: "Aliases"))
|
734
|
+
StreamingDistributionSummary.add_member(:trusted_signers, Shapes::ShapeRef.new(shape: TrustedSigners, required: true, location_name: "TrustedSigners"))
|
735
|
+
StreamingDistributionSummary.add_member(:comment, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Comment"))
|
736
|
+
StreamingDistributionSummary.add_member(:price_class, Shapes::ShapeRef.new(shape: PriceClass, required: true, location_name: "PriceClass"))
|
737
|
+
StreamingDistributionSummary.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Enabled"))
|
738
|
+
StreamingDistributionSummary.struct_class = Types::StreamingDistributionSummary
|
739
|
+
|
740
|
+
StreamingDistributionSummaryList.member = Shapes::ShapeRef.new(shape: StreamingDistributionSummary, location_name: "StreamingDistributionSummary")
|
741
|
+
|
742
|
+
StreamingLoggingConfig.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Enabled"))
|
743
|
+
StreamingLoggingConfig.add_member(:bucket, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Bucket"))
|
744
|
+
StreamingLoggingConfig.add_member(:prefix, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Prefix"))
|
745
|
+
StreamingLoggingConfig.struct_class = Types::StreamingLoggingConfig
|
746
|
+
|
747
|
+
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
|
748
|
+
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "Value"))
|
749
|
+
Tag.struct_class = Types::Tag
|
750
|
+
|
751
|
+
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey, location_name: "Key")
|
752
|
+
|
753
|
+
TagKeys.add_member(:items, Shapes::ShapeRef.new(shape: TagKeyList, location_name: "Items"))
|
754
|
+
TagKeys.struct_class = Types::TagKeys
|
755
|
+
|
756
|
+
TagList.member = Shapes::ShapeRef.new(shape: Tag, location_name: "Tag")
|
757
|
+
|
758
|
+
TagResourceRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location: "querystring", location_name: "Resource"))
|
759
|
+
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "Tags", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2016-09-29/"}}))
|
760
|
+
TagResourceRequest.struct_class = Types::TagResourceRequest
|
761
|
+
TagResourceRequest[:payload] = :tags
|
762
|
+
TagResourceRequest[:payload_member] = TagResourceRequest.member(:tags)
|
763
|
+
|
764
|
+
Tags.add_member(:items, Shapes::ShapeRef.new(shape: TagList, location_name: "Items"))
|
765
|
+
Tags.struct_class = Types::Tags
|
766
|
+
|
767
|
+
TrustedSigners.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Enabled"))
|
768
|
+
TrustedSigners.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
769
|
+
TrustedSigners.add_member(:items, Shapes::ShapeRef.new(shape: AwsAccountNumberList, location_name: "Items"))
|
770
|
+
TrustedSigners.struct_class = Types::TrustedSigners
|
771
|
+
|
772
|
+
UntagResourceRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location: "querystring", location_name: "Resource"))
|
773
|
+
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location_name: "TagKeys", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2016-09-29/"}}))
|
774
|
+
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
775
|
+
UntagResourceRequest[:payload] = :tag_keys
|
776
|
+
UntagResourceRequest[:payload_member] = UntagResourceRequest.member(:tag_keys)
|
777
|
+
|
778
|
+
UpdateCloudFrontOriginAccessIdentityRequest.add_member(:cloud_front_origin_access_identity_config, Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityConfig, required: true, location_name: "CloudFrontOriginAccessIdentityConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2016-09-29/"}}))
|
779
|
+
UpdateCloudFrontOriginAccessIdentityRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
780
|
+
UpdateCloudFrontOriginAccessIdentityRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
781
|
+
UpdateCloudFrontOriginAccessIdentityRequest.struct_class = Types::UpdateCloudFrontOriginAccessIdentityRequest
|
782
|
+
UpdateCloudFrontOriginAccessIdentityRequest[:payload] = :cloud_front_origin_access_identity_config
|
783
|
+
UpdateCloudFrontOriginAccessIdentityRequest[:payload_member] = UpdateCloudFrontOriginAccessIdentityRequest.member(:cloud_front_origin_access_identity_config)
|
784
|
+
|
785
|
+
UpdateCloudFrontOriginAccessIdentityResult.add_member(:cloud_front_origin_access_identity, Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentity, location_name: "CloudFrontOriginAccessIdentity"))
|
786
|
+
UpdateCloudFrontOriginAccessIdentityResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
787
|
+
UpdateCloudFrontOriginAccessIdentityResult.struct_class = Types::UpdateCloudFrontOriginAccessIdentityResult
|
788
|
+
UpdateCloudFrontOriginAccessIdentityResult[:payload] = :cloud_front_origin_access_identity
|
789
|
+
UpdateCloudFrontOriginAccessIdentityResult[:payload_member] = UpdateCloudFrontOriginAccessIdentityResult.member(:cloud_front_origin_access_identity)
|
790
|
+
|
791
|
+
UpdateDistributionRequest.add_member(:distribution_config, Shapes::ShapeRef.new(shape: DistributionConfig, required: true, location_name: "DistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2016-09-29/"}}))
|
792
|
+
UpdateDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
793
|
+
UpdateDistributionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
794
|
+
UpdateDistributionRequest.struct_class = Types::UpdateDistributionRequest
|
795
|
+
UpdateDistributionRequest[:payload] = :distribution_config
|
796
|
+
UpdateDistributionRequest[:payload_member] = UpdateDistributionRequest.member(:distribution_config)
|
797
|
+
|
798
|
+
UpdateDistributionResult.add_member(:distribution, Shapes::ShapeRef.new(shape: Distribution, location_name: "Distribution"))
|
799
|
+
UpdateDistributionResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
800
|
+
UpdateDistributionResult.struct_class = Types::UpdateDistributionResult
|
801
|
+
UpdateDistributionResult[:payload] = :distribution
|
802
|
+
UpdateDistributionResult[:payload_member] = UpdateDistributionResult.member(:distribution)
|
803
|
+
|
804
|
+
UpdateStreamingDistributionRequest.add_member(:streaming_distribution_config, Shapes::ShapeRef.new(shape: StreamingDistributionConfig, required: true, location_name: "StreamingDistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2016-09-29/"}}))
|
805
|
+
UpdateStreamingDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
806
|
+
UpdateStreamingDistributionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
807
|
+
UpdateStreamingDistributionRequest.struct_class = Types::UpdateStreamingDistributionRequest
|
808
|
+
UpdateStreamingDistributionRequest[:payload] = :streaming_distribution_config
|
809
|
+
UpdateStreamingDistributionRequest[:payload_member] = UpdateStreamingDistributionRequest.member(:streaming_distribution_config)
|
810
|
+
|
811
|
+
UpdateStreamingDistributionResult.add_member(:streaming_distribution, Shapes::ShapeRef.new(shape: StreamingDistribution, location_name: "StreamingDistribution"))
|
812
|
+
UpdateStreamingDistributionResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
813
|
+
UpdateStreamingDistributionResult.struct_class = Types::UpdateStreamingDistributionResult
|
814
|
+
UpdateStreamingDistributionResult[:payload] = :streaming_distribution
|
815
|
+
UpdateStreamingDistributionResult[:payload_member] = UpdateStreamingDistributionResult.member(:streaming_distribution)
|
816
|
+
|
817
|
+
ViewerCertificate.add_member(:cloud_front_default_certificate, Shapes::ShapeRef.new(shape: boolean, location_name: "CloudFrontDefaultCertificate"))
|
818
|
+
ViewerCertificate.add_member(:iam_certificate_id, Shapes::ShapeRef.new(shape: string, location_name: "IAMCertificateId"))
|
819
|
+
ViewerCertificate.add_member(:acm_certificate_arn, Shapes::ShapeRef.new(shape: string, location_name: "ACMCertificateArn"))
|
820
|
+
ViewerCertificate.add_member(:ssl_support_method, Shapes::ShapeRef.new(shape: SSLSupportMethod, location_name: "SSLSupportMethod"))
|
821
|
+
ViewerCertificate.add_member(:minimum_protocol_version, Shapes::ShapeRef.new(shape: MinimumProtocolVersion, location_name: "MinimumProtocolVersion"))
|
822
|
+
ViewerCertificate.add_member(:certificate, Shapes::ShapeRef.new(shape: string, deprecated: true, location_name: "Certificate"))
|
823
|
+
ViewerCertificate.add_member(:certificate_source, Shapes::ShapeRef.new(shape: CertificateSource, deprecated: true, location_name: "CertificateSource"))
|
824
|
+
ViewerCertificate.struct_class = Types::ViewerCertificate
|
825
|
+
|
826
|
+
|
827
|
+
# @api private
|
828
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
829
|
+
|
830
|
+
api.version = "2016-09-29"
|
831
|
+
|
832
|
+
api.metadata = {
|
833
|
+
"endpointPrefix" => "cloudfront",
|
834
|
+
"protocol" => "rest-xml",
|
835
|
+
"serviceFullName" => "Amazon CloudFront",
|
836
|
+
"signatureVersion" => "v4",
|
837
|
+
}
|
838
|
+
|
839
|
+
api.add_operation(:create_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
|
840
|
+
o.name = "CreateCloudFrontOriginAccessIdentity"
|
841
|
+
o.http_method = "POST"
|
842
|
+
o.http_request_uri = "/2016-09-29/origin-access-identity/cloudfront"
|
843
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCloudFrontOriginAccessIdentityRequest)
|
844
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCloudFrontOriginAccessIdentityResult)
|
845
|
+
o.errors << Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityAlreadyExists)
|
846
|
+
o.errors << Shapes::ShapeRef.new(shape: MissingBody)
|
847
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyCloudFrontOriginAccessIdentities)
|
848
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
849
|
+
o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
|
850
|
+
end)
|
851
|
+
|
852
|
+
api.add_operation(:create_distribution, Seahorse::Model::Operation.new.tap do |o|
|
853
|
+
o.name = "CreateDistribution"
|
854
|
+
o.http_method = "POST"
|
855
|
+
o.http_request_uri = "/2016-09-29/distribution"
|
856
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDistributionRequest)
|
857
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDistributionResult)
|
858
|
+
o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
|
859
|
+
o.errors << Shapes::ShapeRef.new(shape: DistributionAlreadyExists)
|
860
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOrigin)
|
861
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessIdentity)
|
862
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
863
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTrustedSigners)
|
864
|
+
o.errors << Shapes::ShapeRef.new(shape: TrustedSignerDoesNotExist)
|
865
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidViewerCertificate)
|
866
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidMinimumProtocolVersion)
|
867
|
+
o.errors << Shapes::ShapeRef.new(shape: MissingBody)
|
868
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionCNAMEs)
|
869
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyDistributions)
|
870
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDefaultRootObject)
|
871
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRelativePath)
|
872
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidErrorCode)
|
873
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResponseCode)
|
874
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
875
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequiredProtocol)
|
876
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchOrigin)
|
877
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyOrigins)
|
878
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyCacheBehaviors)
|
879
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyCookieNamesInWhiteList)
|
880
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidForwardCookies)
|
881
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyHeadersInForwardedValues)
|
882
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidHeadersForS3Origin)
|
883
|
+
o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
|
884
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyCertificates)
|
885
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidLocationCode)
|
886
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidGeoRestrictionParameter)
|
887
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidProtocolSettings)
|
888
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTTLOrder)
|
889
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidWebACLId)
|
890
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyOriginCustomHeaders)
|
891
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyQueryStringParameters)
|
892
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidQueryStringParameters)
|
893
|
+
end)
|
894
|
+
|
895
|
+
api.add_operation(:create_distribution_with_tags, Seahorse::Model::Operation.new.tap do |o|
|
896
|
+
o.name = "CreateDistributionWithTags"
|
897
|
+
o.http_method = "POST"
|
898
|
+
o.http_request_uri = "/2016-09-29/distribution?WithTags"
|
899
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDistributionWithTagsRequest)
|
900
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDistributionWithTagsResult)
|
901
|
+
o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
|
902
|
+
o.errors << Shapes::ShapeRef.new(shape: DistributionAlreadyExists)
|
903
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOrigin)
|
904
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessIdentity)
|
905
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
906
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTrustedSigners)
|
907
|
+
o.errors << Shapes::ShapeRef.new(shape: TrustedSignerDoesNotExist)
|
908
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidViewerCertificate)
|
909
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidMinimumProtocolVersion)
|
910
|
+
o.errors << Shapes::ShapeRef.new(shape: MissingBody)
|
911
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionCNAMEs)
|
912
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyDistributions)
|
913
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDefaultRootObject)
|
914
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRelativePath)
|
915
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidErrorCode)
|
916
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResponseCode)
|
917
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
918
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequiredProtocol)
|
919
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchOrigin)
|
920
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyOrigins)
|
921
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyCacheBehaviors)
|
922
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyCookieNamesInWhiteList)
|
923
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidForwardCookies)
|
924
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyHeadersInForwardedValues)
|
925
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidHeadersForS3Origin)
|
926
|
+
o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
|
927
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyCertificates)
|
928
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidLocationCode)
|
929
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidGeoRestrictionParameter)
|
930
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidProtocolSettings)
|
931
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTTLOrder)
|
932
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidWebACLId)
|
933
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyOriginCustomHeaders)
|
934
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTagging)
|
935
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyQueryStringParameters)
|
936
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidQueryStringParameters)
|
937
|
+
end)
|
938
|
+
|
939
|
+
api.add_operation(:create_invalidation, Seahorse::Model::Operation.new.tap do |o|
|
940
|
+
o.name = "CreateInvalidation"
|
941
|
+
o.http_method = "POST"
|
942
|
+
o.http_request_uri = "/2016-09-29/distribution/{DistributionId}/invalidation"
|
943
|
+
o.input = Shapes::ShapeRef.new(shape: CreateInvalidationRequest)
|
944
|
+
o.output = Shapes::ShapeRef.new(shape: CreateInvalidationResult)
|
945
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
946
|
+
o.errors << Shapes::ShapeRef.new(shape: MissingBody)
|
947
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
948
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
|
949
|
+
o.errors << Shapes::ShapeRef.new(shape: BatchTooLarge)
|
950
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyInvalidationsInProgress)
|
951
|
+
o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
|
952
|
+
end)
|
953
|
+
|
954
|
+
api.add_operation(:create_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
|
955
|
+
o.name = "CreateStreamingDistribution"
|
956
|
+
o.http_method = "POST"
|
957
|
+
o.http_request_uri = "/2016-09-29/streaming-distribution"
|
958
|
+
o.input = Shapes::ShapeRef.new(shape: CreateStreamingDistributionRequest)
|
959
|
+
o.output = Shapes::ShapeRef.new(shape: CreateStreamingDistributionResult)
|
960
|
+
o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
|
961
|
+
o.errors << Shapes::ShapeRef.new(shape: StreamingDistributionAlreadyExists)
|
962
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOrigin)
|
963
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessIdentity)
|
964
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
965
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTrustedSigners)
|
966
|
+
o.errors << Shapes::ShapeRef.new(shape: TrustedSignerDoesNotExist)
|
967
|
+
o.errors << Shapes::ShapeRef.new(shape: MissingBody)
|
968
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyStreamingDistributionCNAMEs)
|
969
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyStreamingDistributions)
|
970
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
971
|
+
o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
|
972
|
+
end)
|
973
|
+
|
974
|
+
api.add_operation(:create_streaming_distribution_with_tags, Seahorse::Model::Operation.new.tap do |o|
|
975
|
+
o.name = "CreateStreamingDistributionWithTags"
|
976
|
+
o.http_method = "POST"
|
977
|
+
o.http_request_uri = "/2016-09-29/streaming-distribution?WithTags"
|
978
|
+
o.input = Shapes::ShapeRef.new(shape: CreateStreamingDistributionWithTagsRequest)
|
979
|
+
o.output = Shapes::ShapeRef.new(shape: CreateStreamingDistributionWithTagsResult)
|
980
|
+
o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
|
981
|
+
o.errors << Shapes::ShapeRef.new(shape: StreamingDistributionAlreadyExists)
|
982
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOrigin)
|
983
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessIdentity)
|
984
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
985
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTrustedSigners)
|
986
|
+
o.errors << Shapes::ShapeRef.new(shape: TrustedSignerDoesNotExist)
|
987
|
+
o.errors << Shapes::ShapeRef.new(shape: MissingBody)
|
988
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyStreamingDistributionCNAMEs)
|
989
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyStreamingDistributions)
|
990
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
991
|
+
o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
|
992
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTagging)
|
993
|
+
end)
|
994
|
+
|
995
|
+
api.add_operation(:delete_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
|
996
|
+
o.name = "DeleteCloudFrontOriginAccessIdentity"
|
997
|
+
o.http_method = "DELETE"
|
998
|
+
o.http_request_uri = "/2016-09-29/origin-access-identity/cloudfront/{Id}"
|
999
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteCloudFrontOriginAccessIdentityRequest)
|
1000
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1001
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1002
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
1003
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchCloudFrontOriginAccessIdentity)
|
1004
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
1005
|
+
o.errors << Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityInUse)
|
1006
|
+
end)
|
1007
|
+
|
1008
|
+
api.add_operation(:delete_distribution, Seahorse::Model::Operation.new.tap do |o|
|
1009
|
+
o.name = "DeleteDistribution"
|
1010
|
+
o.http_method = "DELETE"
|
1011
|
+
o.http_request_uri = "/2016-09-29/distribution/{Id}"
|
1012
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDistributionRequest)
|
1013
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1014
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1015
|
+
o.errors << Shapes::ShapeRef.new(shape: DistributionNotDisabled)
|
1016
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
1017
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
|
1018
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
1019
|
+
end)
|
1020
|
+
|
1021
|
+
api.add_operation(:delete_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
|
1022
|
+
o.name = "DeleteStreamingDistribution"
|
1023
|
+
o.http_method = "DELETE"
|
1024
|
+
o.http_request_uri = "/2016-09-29/streaming-distribution/{Id}"
|
1025
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteStreamingDistributionRequest)
|
1026
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1027
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1028
|
+
o.errors << Shapes::ShapeRef.new(shape: StreamingDistributionNotDisabled)
|
1029
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
1030
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchStreamingDistribution)
|
1031
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
1032
|
+
end)
|
1033
|
+
|
1034
|
+
api.add_operation(:get_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
|
1035
|
+
o.name = "GetCloudFrontOriginAccessIdentity"
|
1036
|
+
o.http_method = "GET"
|
1037
|
+
o.http_request_uri = "/2016-09-29/origin-access-identity/cloudfront/{Id}"
|
1038
|
+
o.input = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityRequest)
|
1039
|
+
o.output = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityResult)
|
1040
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchCloudFrontOriginAccessIdentity)
|
1041
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1042
|
+
end)
|
1043
|
+
|
1044
|
+
api.add_operation(:get_cloud_front_origin_access_identity_config, Seahorse::Model::Operation.new.tap do |o|
|
1045
|
+
o.name = "GetCloudFrontOriginAccessIdentityConfig"
|
1046
|
+
o.http_method = "GET"
|
1047
|
+
o.http_request_uri = "/2016-09-29/origin-access-identity/cloudfront/{Id}/config"
|
1048
|
+
o.input = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityConfigRequest)
|
1049
|
+
o.output = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityConfigResult)
|
1050
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchCloudFrontOriginAccessIdentity)
|
1051
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1052
|
+
end)
|
1053
|
+
|
1054
|
+
api.add_operation(:get_distribution, Seahorse::Model::Operation.new.tap do |o|
|
1055
|
+
o.name = "GetDistribution"
|
1056
|
+
o.http_method = "GET"
|
1057
|
+
o.http_request_uri = "/2016-09-29/distribution/{Id}"
|
1058
|
+
o.input = Shapes::ShapeRef.new(shape: GetDistributionRequest)
|
1059
|
+
o.output = Shapes::ShapeRef.new(shape: GetDistributionResult)
|
1060
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
|
1061
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1062
|
+
end)
|
1063
|
+
|
1064
|
+
api.add_operation(:get_distribution_config, Seahorse::Model::Operation.new.tap do |o|
|
1065
|
+
o.name = "GetDistributionConfig"
|
1066
|
+
o.http_method = "GET"
|
1067
|
+
o.http_request_uri = "/2016-09-29/distribution/{Id}/config"
|
1068
|
+
o.input = Shapes::ShapeRef.new(shape: GetDistributionConfigRequest)
|
1069
|
+
o.output = Shapes::ShapeRef.new(shape: GetDistributionConfigResult)
|
1070
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
|
1071
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1072
|
+
end)
|
1073
|
+
|
1074
|
+
api.add_operation(:get_invalidation, Seahorse::Model::Operation.new.tap do |o|
|
1075
|
+
o.name = "GetInvalidation"
|
1076
|
+
o.http_method = "GET"
|
1077
|
+
o.http_request_uri = "/2016-09-29/distribution/{DistributionId}/invalidation/{Id}"
|
1078
|
+
o.input = Shapes::ShapeRef.new(shape: GetInvalidationRequest)
|
1079
|
+
o.output = Shapes::ShapeRef.new(shape: GetInvalidationResult)
|
1080
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchInvalidation)
|
1081
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
|
1082
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1083
|
+
end)
|
1084
|
+
|
1085
|
+
api.add_operation(:get_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
|
1086
|
+
o.name = "GetStreamingDistribution"
|
1087
|
+
o.http_method = "GET"
|
1088
|
+
o.http_request_uri = "/2016-09-29/streaming-distribution/{Id}"
|
1089
|
+
o.input = Shapes::ShapeRef.new(shape: GetStreamingDistributionRequest)
|
1090
|
+
o.output = Shapes::ShapeRef.new(shape: GetStreamingDistributionResult)
|
1091
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchStreamingDistribution)
|
1092
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1093
|
+
end)
|
1094
|
+
|
1095
|
+
api.add_operation(:get_streaming_distribution_config, Seahorse::Model::Operation.new.tap do |o|
|
1096
|
+
o.name = "GetStreamingDistributionConfig"
|
1097
|
+
o.http_method = "GET"
|
1098
|
+
o.http_request_uri = "/2016-09-29/streaming-distribution/{Id}/config"
|
1099
|
+
o.input = Shapes::ShapeRef.new(shape: GetStreamingDistributionConfigRequest)
|
1100
|
+
o.output = Shapes::ShapeRef.new(shape: GetStreamingDistributionConfigResult)
|
1101
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchStreamingDistribution)
|
1102
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1103
|
+
end)
|
1104
|
+
|
1105
|
+
api.add_operation(:list_cloud_front_origin_access_identities, Seahorse::Model::Operation.new.tap do |o|
|
1106
|
+
o.name = "ListCloudFrontOriginAccessIdentities"
|
1107
|
+
o.http_method = "GET"
|
1108
|
+
o.http_request_uri = "/2016-09-29/origin-access-identity/cloudfront"
|
1109
|
+
o.input = Shapes::ShapeRef.new(shape: ListCloudFrontOriginAccessIdentitiesRequest)
|
1110
|
+
o.output = Shapes::ShapeRef.new(shape: ListCloudFrontOriginAccessIdentitiesResult)
|
1111
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1112
|
+
o[:pager] = Aws::Pager.new(
|
1113
|
+
more_results: "cloud_front_origin_access_identity_list.is_truncated",
|
1114
|
+
limit_key: "max_items",
|
1115
|
+
tokens: {
|
1116
|
+
"cloud_front_origin_access_identity_list.next_marker" => "marker"
|
1117
|
+
}
|
1118
|
+
)
|
1119
|
+
end)
|
1120
|
+
|
1121
|
+
api.add_operation(:list_distributions, Seahorse::Model::Operation.new.tap do |o|
|
1122
|
+
o.name = "ListDistributions"
|
1123
|
+
o.http_method = "GET"
|
1124
|
+
o.http_request_uri = "/2016-09-29/distribution"
|
1125
|
+
o.input = Shapes::ShapeRef.new(shape: ListDistributionsRequest)
|
1126
|
+
o.output = Shapes::ShapeRef.new(shape: ListDistributionsResult)
|
1127
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1128
|
+
o[:pager] = Aws::Pager.new(
|
1129
|
+
more_results: "distribution_list.is_truncated",
|
1130
|
+
limit_key: "max_items",
|
1131
|
+
tokens: {
|
1132
|
+
"distribution_list.next_marker" => "marker"
|
1133
|
+
}
|
1134
|
+
)
|
1135
|
+
end)
|
1136
|
+
|
1137
|
+
api.add_operation(:list_distributions_by_web_acl_id, Seahorse::Model::Operation.new.tap do |o|
|
1138
|
+
o.name = "ListDistributionsByWebACLId"
|
1139
|
+
o.http_method = "GET"
|
1140
|
+
o.http_request_uri = "/2016-09-29/distributionsByWebACLId/{WebACLId}"
|
1141
|
+
o.input = Shapes::ShapeRef.new(shape: ListDistributionsByWebACLIdRequest)
|
1142
|
+
o.output = Shapes::ShapeRef.new(shape: ListDistributionsByWebACLIdResult)
|
1143
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1144
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidWebACLId)
|
1145
|
+
end)
|
1146
|
+
|
1147
|
+
api.add_operation(:list_invalidations, Seahorse::Model::Operation.new.tap do |o|
|
1148
|
+
o.name = "ListInvalidations"
|
1149
|
+
o.http_method = "GET"
|
1150
|
+
o.http_request_uri = "/2016-09-29/distribution/{DistributionId}/invalidation"
|
1151
|
+
o.input = Shapes::ShapeRef.new(shape: ListInvalidationsRequest)
|
1152
|
+
o.output = Shapes::ShapeRef.new(shape: ListInvalidationsResult)
|
1153
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1154
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
|
1155
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1156
|
+
o[:pager] = Aws::Pager.new(
|
1157
|
+
more_results: "invalidation_list.is_truncated",
|
1158
|
+
limit_key: "max_items",
|
1159
|
+
tokens: {
|
1160
|
+
"invalidation_list.next_marker" => "marker"
|
1161
|
+
}
|
1162
|
+
)
|
1163
|
+
end)
|
1164
|
+
|
1165
|
+
api.add_operation(:list_streaming_distributions, Seahorse::Model::Operation.new.tap do |o|
|
1166
|
+
o.name = "ListStreamingDistributions"
|
1167
|
+
o.http_method = "GET"
|
1168
|
+
o.http_request_uri = "/2016-09-29/streaming-distribution"
|
1169
|
+
o.input = Shapes::ShapeRef.new(shape: ListStreamingDistributionsRequest)
|
1170
|
+
o.output = Shapes::ShapeRef.new(shape: ListStreamingDistributionsResult)
|
1171
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1172
|
+
o[:pager] = Aws::Pager.new(
|
1173
|
+
more_results: "streaming_distribution_list.is_truncated",
|
1174
|
+
limit_key: "max_items",
|
1175
|
+
tokens: {
|
1176
|
+
"streaming_distribution_list.next_marker" => "marker"
|
1177
|
+
}
|
1178
|
+
)
|
1179
|
+
end)
|
1180
|
+
|
1181
|
+
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
1182
|
+
o.name = "ListTagsForResource"
|
1183
|
+
o.http_method = "GET"
|
1184
|
+
o.http_request_uri = "/2016-09-29/tagging"
|
1185
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
1186
|
+
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResult)
|
1187
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1188
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1189
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTagging)
|
1190
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchResource)
|
1191
|
+
end)
|
1192
|
+
|
1193
|
+
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1194
|
+
o.name = "TagResource"
|
1195
|
+
o.http_method = "POST"
|
1196
|
+
o.http_request_uri = "/2016-09-29/tagging?Operation=Tag"
|
1197
|
+
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
1198
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1199
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1200
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1201
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTagging)
|
1202
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchResource)
|
1203
|
+
end)
|
1204
|
+
|
1205
|
+
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1206
|
+
o.name = "UntagResource"
|
1207
|
+
o.http_method = "POST"
|
1208
|
+
o.http_request_uri = "/2016-09-29/tagging?Operation=Untag"
|
1209
|
+
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
1210
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1211
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1212
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1213
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTagging)
|
1214
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchResource)
|
1215
|
+
end)
|
1216
|
+
|
1217
|
+
api.add_operation(:update_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
|
1218
|
+
o.name = "UpdateCloudFrontOriginAccessIdentity"
|
1219
|
+
o.http_method = "PUT"
|
1220
|
+
o.http_request_uri = "/2016-09-29/origin-access-identity/cloudfront/{Id}/config"
|
1221
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateCloudFrontOriginAccessIdentityRequest)
|
1222
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateCloudFrontOriginAccessIdentityResult)
|
1223
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1224
|
+
o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
|
1225
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
1226
|
+
o.errors << Shapes::ShapeRef.new(shape: MissingBody)
|
1227
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchCloudFrontOriginAccessIdentity)
|
1228
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
1229
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1230
|
+
o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
|
1231
|
+
end)
|
1232
|
+
|
1233
|
+
api.add_operation(:update_distribution, Seahorse::Model::Operation.new.tap do |o|
|
1234
|
+
o.name = "UpdateDistribution"
|
1235
|
+
o.http_method = "PUT"
|
1236
|
+
o.http_request_uri = "/2016-09-29/distribution/{Id}/config"
|
1237
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDistributionRequest)
|
1238
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDistributionResult)
|
1239
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1240
|
+
o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
|
1241
|
+
o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
|
1242
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
1243
|
+
o.errors << Shapes::ShapeRef.new(shape: MissingBody)
|
1244
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
|
1245
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
1246
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionCNAMEs)
|
1247
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDefaultRootObject)
|
1248
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRelativePath)
|
1249
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidErrorCode)
|
1250
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResponseCode)
|
1251
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1252
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessIdentity)
|
1253
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTrustedSigners)
|
1254
|
+
o.errors << Shapes::ShapeRef.new(shape: TrustedSignerDoesNotExist)
|
1255
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidViewerCertificate)
|
1256
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidMinimumProtocolVersion)
|
1257
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequiredProtocol)
|
1258
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchOrigin)
|
1259
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyOrigins)
|
1260
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyCacheBehaviors)
|
1261
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyCookieNamesInWhiteList)
|
1262
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidForwardCookies)
|
1263
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyHeadersInForwardedValues)
|
1264
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidHeadersForS3Origin)
|
1265
|
+
o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
|
1266
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyCertificates)
|
1267
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidLocationCode)
|
1268
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidGeoRestrictionParameter)
|
1269
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTTLOrder)
|
1270
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidWebACLId)
|
1271
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyOriginCustomHeaders)
|
1272
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyQueryStringParameters)
|
1273
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidQueryStringParameters)
|
1274
|
+
end)
|
1275
|
+
|
1276
|
+
api.add_operation(:update_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
|
1277
|
+
o.name = "UpdateStreamingDistribution"
|
1278
|
+
o.http_method = "PUT"
|
1279
|
+
o.http_request_uri = "/2016-09-29/streaming-distribution/{Id}/config"
|
1280
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateStreamingDistributionRequest)
|
1281
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateStreamingDistributionResult)
|
1282
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1283
|
+
o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
|
1284
|
+
o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
|
1285
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
1286
|
+
o.errors << Shapes::ShapeRef.new(shape: MissingBody)
|
1287
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchStreamingDistribution)
|
1288
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
1289
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyStreamingDistributionCNAMEs)
|
1290
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1291
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessIdentity)
|
1292
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTrustedSigners)
|
1293
|
+
o.errors << Shapes::ShapeRef.new(shape: TrustedSignerDoesNotExist)
|
1294
|
+
o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
|
1295
|
+
end)
|
1296
|
+
end
|
1297
|
+
|
1298
|
+
end
|
1299
|
+
end
|
1300
|
+
end
|