aws-sdk-cloudfront 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,6 +23,7 @@ module Aws::CloudFront
23
23
  CacheBehaviorList = Shapes::ListShape.new(name: 'CacheBehaviorList')
24
24
  CacheBehaviors = Shapes::StructureShape.new(name: 'CacheBehaviors')
25
25
  CachedMethods = Shapes::StructureShape.new(name: 'CachedMethods')
26
+ CannotChangeImmutablePublicKeyFields = Shapes::StructureShape.new(name: 'CannotChangeImmutablePublicKeyFields')
26
27
  CertificateSource = Shapes::StringShape.new(name: 'CertificateSource')
27
28
  CloudFrontOriginAccessIdentity = Shapes::StructureShape.new(name: 'CloudFrontOriginAccessIdentity')
28
29
  CloudFrontOriginAccessIdentityAlreadyExists = Shapes::StructureShape.new(name: 'CloudFrontOriginAccessIdentityAlreadyExists')
@@ -31,6 +32,10 @@ module Aws::CloudFront
31
32
  CloudFrontOriginAccessIdentityList = Shapes::StructureShape.new(name: 'CloudFrontOriginAccessIdentityList')
32
33
  CloudFrontOriginAccessIdentitySummary = Shapes::StructureShape.new(name: 'CloudFrontOriginAccessIdentitySummary')
33
34
  CloudFrontOriginAccessIdentitySummaryList = Shapes::ListShape.new(name: 'CloudFrontOriginAccessIdentitySummaryList')
35
+ ContentTypeProfile = Shapes::StructureShape.new(name: 'ContentTypeProfile')
36
+ ContentTypeProfileConfig = Shapes::StructureShape.new(name: 'ContentTypeProfileConfig')
37
+ ContentTypeProfileList = Shapes::ListShape.new(name: 'ContentTypeProfileList')
38
+ ContentTypeProfiles = Shapes::StructureShape.new(name: 'ContentTypeProfiles')
34
39
  CookieNameList = Shapes::ListShape.new(name: 'CookieNameList')
35
40
  CookieNames = Shapes::StructureShape.new(name: 'CookieNames')
36
41
  CookiePreference = Shapes::StructureShape.new(name: 'CookiePreference')
@@ -40,8 +45,14 @@ module Aws::CloudFront
40
45
  CreateDistributionResult = Shapes::StructureShape.new(name: 'CreateDistributionResult')
41
46
  CreateDistributionWithTagsRequest = Shapes::StructureShape.new(name: 'CreateDistributionWithTagsRequest')
42
47
  CreateDistributionWithTagsResult = Shapes::StructureShape.new(name: 'CreateDistributionWithTagsResult')
48
+ CreateFieldLevelEncryptionConfigRequest = Shapes::StructureShape.new(name: 'CreateFieldLevelEncryptionConfigRequest')
49
+ CreateFieldLevelEncryptionConfigResult = Shapes::StructureShape.new(name: 'CreateFieldLevelEncryptionConfigResult')
50
+ CreateFieldLevelEncryptionProfileRequest = Shapes::StructureShape.new(name: 'CreateFieldLevelEncryptionProfileRequest')
51
+ CreateFieldLevelEncryptionProfileResult = Shapes::StructureShape.new(name: 'CreateFieldLevelEncryptionProfileResult')
43
52
  CreateInvalidationRequest = Shapes::StructureShape.new(name: 'CreateInvalidationRequest')
44
53
  CreateInvalidationResult = Shapes::StructureShape.new(name: 'CreateInvalidationResult')
54
+ CreatePublicKeyRequest = Shapes::StructureShape.new(name: 'CreatePublicKeyRequest')
55
+ CreatePublicKeyResult = Shapes::StructureShape.new(name: 'CreatePublicKeyResult')
45
56
  CreateStreamingDistributionRequest = Shapes::StructureShape.new(name: 'CreateStreamingDistributionRequest')
46
57
  CreateStreamingDistributionResult = Shapes::StructureShape.new(name: 'CreateStreamingDistributionResult')
47
58
  CreateStreamingDistributionWithTagsRequest = Shapes::StructureShape.new(name: 'CreateStreamingDistributionWithTagsRequest')
@@ -54,6 +65,9 @@ module Aws::CloudFront
54
65
  DefaultCacheBehavior = Shapes::StructureShape.new(name: 'DefaultCacheBehavior')
55
66
  DeleteCloudFrontOriginAccessIdentityRequest = Shapes::StructureShape.new(name: 'DeleteCloudFrontOriginAccessIdentityRequest')
56
67
  DeleteDistributionRequest = Shapes::StructureShape.new(name: 'DeleteDistributionRequest')
68
+ DeleteFieldLevelEncryptionConfigRequest = Shapes::StructureShape.new(name: 'DeleteFieldLevelEncryptionConfigRequest')
69
+ DeleteFieldLevelEncryptionProfileRequest = Shapes::StructureShape.new(name: 'DeleteFieldLevelEncryptionProfileRequest')
70
+ DeletePublicKeyRequest = Shapes::StructureShape.new(name: 'DeletePublicKeyRequest')
57
71
  DeleteServiceLinkedRoleRequest = Shapes::StructureShape.new(name: 'DeleteServiceLinkedRoleRequest')
58
72
  DeleteStreamingDistributionRequest = Shapes::StructureShape.new(name: 'DeleteStreamingDistributionRequest')
59
73
  Distribution = Shapes::StructureShape.new(name: 'Distribution')
@@ -64,7 +78,28 @@ module Aws::CloudFront
64
78
  DistributionNotDisabled = Shapes::StructureShape.new(name: 'DistributionNotDisabled')
65
79
  DistributionSummary = Shapes::StructureShape.new(name: 'DistributionSummary')
66
80
  DistributionSummaryList = Shapes::ListShape.new(name: 'DistributionSummaryList')
81
+ EncryptionEntities = Shapes::StructureShape.new(name: 'EncryptionEntities')
82
+ EncryptionEntity = Shapes::StructureShape.new(name: 'EncryptionEntity')
83
+ EncryptionEntityList = Shapes::ListShape.new(name: 'EncryptionEntityList')
67
84
  EventType = Shapes::StringShape.new(name: 'EventType')
85
+ FieldLevelEncryption = Shapes::StructureShape.new(name: 'FieldLevelEncryption')
86
+ FieldLevelEncryptionConfig = Shapes::StructureShape.new(name: 'FieldLevelEncryptionConfig')
87
+ FieldLevelEncryptionConfigAlreadyExists = Shapes::StructureShape.new(name: 'FieldLevelEncryptionConfigAlreadyExists')
88
+ FieldLevelEncryptionConfigInUse = Shapes::StructureShape.new(name: 'FieldLevelEncryptionConfigInUse')
89
+ FieldLevelEncryptionList = Shapes::StructureShape.new(name: 'FieldLevelEncryptionList')
90
+ FieldLevelEncryptionProfile = Shapes::StructureShape.new(name: 'FieldLevelEncryptionProfile')
91
+ FieldLevelEncryptionProfileAlreadyExists = Shapes::StructureShape.new(name: 'FieldLevelEncryptionProfileAlreadyExists')
92
+ FieldLevelEncryptionProfileConfig = Shapes::StructureShape.new(name: 'FieldLevelEncryptionProfileConfig')
93
+ FieldLevelEncryptionProfileInUse = Shapes::StructureShape.new(name: 'FieldLevelEncryptionProfileInUse')
94
+ FieldLevelEncryptionProfileList = Shapes::StructureShape.new(name: 'FieldLevelEncryptionProfileList')
95
+ FieldLevelEncryptionProfileSizeExceeded = Shapes::StructureShape.new(name: 'FieldLevelEncryptionProfileSizeExceeded')
96
+ FieldLevelEncryptionProfileSummary = Shapes::StructureShape.new(name: 'FieldLevelEncryptionProfileSummary')
97
+ FieldLevelEncryptionProfileSummaryList = Shapes::ListShape.new(name: 'FieldLevelEncryptionProfileSummaryList')
98
+ FieldLevelEncryptionSummary = Shapes::StructureShape.new(name: 'FieldLevelEncryptionSummary')
99
+ FieldLevelEncryptionSummaryList = Shapes::ListShape.new(name: 'FieldLevelEncryptionSummaryList')
100
+ FieldPatternList = Shapes::ListShape.new(name: 'FieldPatternList')
101
+ FieldPatterns = Shapes::StructureShape.new(name: 'FieldPatterns')
102
+ Format = Shapes::StringShape.new(name: 'Format')
68
103
  ForwardedValues = Shapes::StructureShape.new(name: 'ForwardedValues')
69
104
  GeoRestriction = Shapes::StructureShape.new(name: 'GeoRestriction')
70
105
  GeoRestrictionType = Shapes::StringShape.new(name: 'GeoRestrictionType')
@@ -76,8 +111,20 @@ module Aws::CloudFront
76
111
  GetDistributionConfigResult = Shapes::StructureShape.new(name: 'GetDistributionConfigResult')
77
112
  GetDistributionRequest = Shapes::StructureShape.new(name: 'GetDistributionRequest')
78
113
  GetDistributionResult = Shapes::StructureShape.new(name: 'GetDistributionResult')
114
+ GetFieldLevelEncryptionConfigRequest = Shapes::StructureShape.new(name: 'GetFieldLevelEncryptionConfigRequest')
115
+ GetFieldLevelEncryptionConfigResult = Shapes::StructureShape.new(name: 'GetFieldLevelEncryptionConfigResult')
116
+ GetFieldLevelEncryptionProfileConfigRequest = Shapes::StructureShape.new(name: 'GetFieldLevelEncryptionProfileConfigRequest')
117
+ GetFieldLevelEncryptionProfileConfigResult = Shapes::StructureShape.new(name: 'GetFieldLevelEncryptionProfileConfigResult')
118
+ GetFieldLevelEncryptionProfileRequest = Shapes::StructureShape.new(name: 'GetFieldLevelEncryptionProfileRequest')
119
+ GetFieldLevelEncryptionProfileResult = Shapes::StructureShape.new(name: 'GetFieldLevelEncryptionProfileResult')
120
+ GetFieldLevelEncryptionRequest = Shapes::StructureShape.new(name: 'GetFieldLevelEncryptionRequest')
121
+ GetFieldLevelEncryptionResult = Shapes::StructureShape.new(name: 'GetFieldLevelEncryptionResult')
79
122
  GetInvalidationRequest = Shapes::StructureShape.new(name: 'GetInvalidationRequest')
80
123
  GetInvalidationResult = Shapes::StructureShape.new(name: 'GetInvalidationResult')
124
+ GetPublicKeyConfigRequest = Shapes::StructureShape.new(name: 'GetPublicKeyConfigRequest')
125
+ GetPublicKeyConfigResult = Shapes::StructureShape.new(name: 'GetPublicKeyConfigResult')
126
+ GetPublicKeyRequest = Shapes::StructureShape.new(name: 'GetPublicKeyRequest')
127
+ GetPublicKeyResult = Shapes::StructureShape.new(name: 'GetPublicKeyResult')
81
128
  GetStreamingDistributionConfigRequest = Shapes::StructureShape.new(name: 'GetStreamingDistributionConfigRequest')
82
129
  GetStreamingDistributionConfigResult = Shapes::StructureShape.new(name: 'GetStreamingDistributionConfigResult')
83
130
  GetStreamingDistributionRequest = Shapes::StructureShape.new(name: 'GetStreamingDistributionRequest')
@@ -85,6 +132,7 @@ module Aws::CloudFront
85
132
  HeaderList = Shapes::ListShape.new(name: 'HeaderList')
86
133
  Headers = Shapes::StructureShape.new(name: 'Headers')
87
134
  HttpVersion = Shapes::StringShape.new(name: 'HttpVersion')
135
+ IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior = Shapes::StructureShape.new(name: 'IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior')
88
136
  IllegalUpdate = Shapes::StructureShape.new(name: 'IllegalUpdate')
89
137
  InconsistentQuantities = Shapes::StructureShape.new(name: 'InconsistentQuantities')
90
138
  InvalidArgument = Shapes::StructureShape.new(name: 'InvalidArgument')
@@ -118,6 +166,7 @@ module Aws::CloudFront
118
166
  ItemSelection = Shapes::StringShape.new(name: 'ItemSelection')
119
167
  KeyPairIdList = Shapes::ListShape.new(name: 'KeyPairIdList')
120
168
  KeyPairIds = Shapes::StructureShape.new(name: 'KeyPairIds')
169
+ LambdaFunctionARN = Shapes::StringShape.new(name: 'LambdaFunctionARN')
121
170
  LambdaFunctionAssociation = Shapes::StructureShape.new(name: 'LambdaFunctionAssociation')
122
171
  LambdaFunctionAssociationList = Shapes::ListShape.new(name: 'LambdaFunctionAssociationList')
123
172
  LambdaFunctionAssociations = Shapes::StructureShape.new(name: 'LambdaFunctionAssociations')
@@ -127,8 +176,14 @@ module Aws::CloudFront
127
176
  ListDistributionsByWebACLIdResult = Shapes::StructureShape.new(name: 'ListDistributionsByWebACLIdResult')
128
177
  ListDistributionsRequest = Shapes::StructureShape.new(name: 'ListDistributionsRequest')
129
178
  ListDistributionsResult = Shapes::StructureShape.new(name: 'ListDistributionsResult')
179
+ ListFieldLevelEncryptionConfigsRequest = Shapes::StructureShape.new(name: 'ListFieldLevelEncryptionConfigsRequest')
180
+ ListFieldLevelEncryptionConfigsResult = Shapes::StructureShape.new(name: 'ListFieldLevelEncryptionConfigsResult')
181
+ ListFieldLevelEncryptionProfilesRequest = Shapes::StructureShape.new(name: 'ListFieldLevelEncryptionProfilesRequest')
182
+ ListFieldLevelEncryptionProfilesResult = Shapes::StructureShape.new(name: 'ListFieldLevelEncryptionProfilesResult')
130
183
  ListInvalidationsRequest = Shapes::StructureShape.new(name: 'ListInvalidationsRequest')
131
184
  ListInvalidationsResult = Shapes::StructureShape.new(name: 'ListInvalidationsResult')
185
+ ListPublicKeysRequest = Shapes::StructureShape.new(name: 'ListPublicKeysRequest')
186
+ ListPublicKeysResult = Shapes::StructureShape.new(name: 'ListPublicKeysResult')
132
187
  ListStreamingDistributionsRequest = Shapes::StructureShape.new(name: 'ListStreamingDistributionsRequest')
133
188
  ListStreamingDistributionsResult = Shapes::StructureShape.new(name: 'ListStreamingDistributionsResult')
134
189
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
@@ -141,8 +196,11 @@ module Aws::CloudFront
141
196
  MissingBody = Shapes::StructureShape.new(name: 'MissingBody')
142
197
  NoSuchCloudFrontOriginAccessIdentity = Shapes::StructureShape.new(name: 'NoSuchCloudFrontOriginAccessIdentity')
143
198
  NoSuchDistribution = Shapes::StructureShape.new(name: 'NoSuchDistribution')
199
+ NoSuchFieldLevelEncryptionConfig = Shapes::StructureShape.new(name: 'NoSuchFieldLevelEncryptionConfig')
200
+ NoSuchFieldLevelEncryptionProfile = Shapes::StructureShape.new(name: 'NoSuchFieldLevelEncryptionProfile')
144
201
  NoSuchInvalidation = Shapes::StructureShape.new(name: 'NoSuchInvalidation')
145
202
  NoSuchOrigin = Shapes::StructureShape.new(name: 'NoSuchOrigin')
203
+ NoSuchPublicKey = Shapes::StructureShape.new(name: 'NoSuchPublicKey')
146
204
  NoSuchResource = Shapes::StructureShape.new(name: 'NoSuchResource')
147
205
  NoSuchStreamingDistribution = Shapes::StructureShape.new(name: 'NoSuchStreamingDistribution')
148
206
  Origin = Shapes::StructureShape.new(name: 'Origin')
@@ -156,6 +214,18 @@ module Aws::CloudFront
156
214
  Paths = Shapes::StructureShape.new(name: 'Paths')
157
215
  PreconditionFailed = Shapes::StructureShape.new(name: 'PreconditionFailed')
158
216
  PriceClass = Shapes::StringShape.new(name: 'PriceClass')
217
+ PublicKey = Shapes::StructureShape.new(name: 'PublicKey')
218
+ PublicKeyAlreadyExists = Shapes::StructureShape.new(name: 'PublicKeyAlreadyExists')
219
+ PublicKeyConfig = Shapes::StructureShape.new(name: 'PublicKeyConfig')
220
+ PublicKeyInUse = Shapes::StructureShape.new(name: 'PublicKeyInUse')
221
+ PublicKeyList = Shapes::StructureShape.new(name: 'PublicKeyList')
222
+ PublicKeySummary = Shapes::StructureShape.new(name: 'PublicKeySummary')
223
+ PublicKeySummaryList = Shapes::ListShape.new(name: 'PublicKeySummaryList')
224
+ QueryArgProfile = Shapes::StructureShape.new(name: 'QueryArgProfile')
225
+ QueryArgProfileConfig = Shapes::StructureShape.new(name: 'QueryArgProfileConfig')
226
+ QueryArgProfileEmpty = Shapes::StructureShape.new(name: 'QueryArgProfileEmpty')
227
+ QueryArgProfileList = Shapes::ListShape.new(name: 'QueryArgProfileList')
228
+ QueryArgProfiles = Shapes::StructureShape.new(name: 'QueryArgProfiles')
159
229
  QueryStringCacheKeys = Shapes::StructureShape.new(name: 'QueryStringCacheKeys')
160
230
  QueryStringCacheKeysList = Shapes::ListShape.new(name: 'QueryStringCacheKeysList')
161
231
  ResourceARN = Shapes::StringShape.new(name: 'ResourceARN')
@@ -191,12 +261,20 @@ module Aws::CloudFront
191
261
  TooManyCookieNamesInWhiteList = Shapes::StructureShape.new(name: 'TooManyCookieNamesInWhiteList')
192
262
  TooManyDistributionCNAMEs = Shapes::StructureShape.new(name: 'TooManyDistributionCNAMEs')
193
263
  TooManyDistributions = Shapes::StructureShape.new(name: 'TooManyDistributions')
264
+ TooManyDistributionsAssociatedToFieldLevelEncryptionConfig = Shapes::StructureShape.new(name: 'TooManyDistributionsAssociatedToFieldLevelEncryptionConfig')
194
265
  TooManyDistributionsWithLambdaAssociations = Shapes::StructureShape.new(name: 'TooManyDistributionsWithLambdaAssociations')
266
+ TooManyFieldLevelEncryptionConfigs = Shapes::StructureShape.new(name: 'TooManyFieldLevelEncryptionConfigs')
267
+ TooManyFieldLevelEncryptionContentTypeProfiles = Shapes::StructureShape.new(name: 'TooManyFieldLevelEncryptionContentTypeProfiles')
268
+ TooManyFieldLevelEncryptionEncryptionEntities = Shapes::StructureShape.new(name: 'TooManyFieldLevelEncryptionEncryptionEntities')
269
+ TooManyFieldLevelEncryptionFieldPatterns = Shapes::StructureShape.new(name: 'TooManyFieldLevelEncryptionFieldPatterns')
270
+ TooManyFieldLevelEncryptionProfiles = Shapes::StructureShape.new(name: 'TooManyFieldLevelEncryptionProfiles')
271
+ TooManyFieldLevelEncryptionQueryArgProfiles = Shapes::StructureShape.new(name: 'TooManyFieldLevelEncryptionQueryArgProfiles')
195
272
  TooManyHeadersInForwardedValues = Shapes::StructureShape.new(name: 'TooManyHeadersInForwardedValues')
196
273
  TooManyInvalidationsInProgress = Shapes::StructureShape.new(name: 'TooManyInvalidationsInProgress')
197
274
  TooManyLambdaFunctionAssociations = Shapes::StructureShape.new(name: 'TooManyLambdaFunctionAssociations')
198
275
  TooManyOriginCustomHeaders = Shapes::StructureShape.new(name: 'TooManyOriginCustomHeaders')
199
276
  TooManyOrigins = Shapes::StructureShape.new(name: 'TooManyOrigins')
277
+ TooManyPublicKeys = Shapes::StructureShape.new(name: 'TooManyPublicKeys')
200
278
  TooManyQueryStringParameters = Shapes::StructureShape.new(name: 'TooManyQueryStringParameters')
201
279
  TooManyStreamingDistributionCNAMEs = Shapes::StructureShape.new(name: 'TooManyStreamingDistributionCNAMEs')
202
280
  TooManyStreamingDistributions = Shapes::StructureShape.new(name: 'TooManyStreamingDistributions')
@@ -208,6 +286,12 @@ module Aws::CloudFront
208
286
  UpdateCloudFrontOriginAccessIdentityResult = Shapes::StructureShape.new(name: 'UpdateCloudFrontOriginAccessIdentityResult')
209
287
  UpdateDistributionRequest = Shapes::StructureShape.new(name: 'UpdateDistributionRequest')
210
288
  UpdateDistributionResult = Shapes::StructureShape.new(name: 'UpdateDistributionResult')
289
+ UpdateFieldLevelEncryptionConfigRequest = Shapes::StructureShape.new(name: 'UpdateFieldLevelEncryptionConfigRequest')
290
+ UpdateFieldLevelEncryptionConfigResult = Shapes::StructureShape.new(name: 'UpdateFieldLevelEncryptionConfigResult')
291
+ UpdateFieldLevelEncryptionProfileRequest = Shapes::StructureShape.new(name: 'UpdateFieldLevelEncryptionProfileRequest')
292
+ UpdateFieldLevelEncryptionProfileResult = Shapes::StructureShape.new(name: 'UpdateFieldLevelEncryptionProfileResult')
293
+ UpdatePublicKeyRequest = Shapes::StructureShape.new(name: 'UpdatePublicKeyRequest')
294
+ UpdatePublicKeyResult = Shapes::StructureShape.new(name: 'UpdatePublicKeyResult')
211
295
  UpdateStreamingDistributionRequest = Shapes::StructureShape.new(name: 'UpdateStreamingDistributionRequest')
212
296
  UpdateStreamingDistributionResult = Shapes::StructureShape.new(name: 'UpdateStreamingDistributionResult')
213
297
  ViewerCertificate = Shapes::StructureShape.new(name: 'ViewerCertificate')
@@ -248,6 +332,7 @@ module Aws::CloudFront
248
332
  CacheBehavior.add_member(:max_ttl, Shapes::ShapeRef.new(shape: long, location_name: "MaxTTL"))
249
333
  CacheBehavior.add_member(:compress, Shapes::ShapeRef.new(shape: boolean, location_name: "Compress"))
250
334
  CacheBehavior.add_member(:lambda_function_associations, Shapes::ShapeRef.new(shape: LambdaFunctionAssociations, location_name: "LambdaFunctionAssociations"))
335
+ CacheBehavior.add_member(:field_level_encryption_id, Shapes::ShapeRef.new(shape: string, location_name: "FieldLevelEncryptionId"))
251
336
  CacheBehavior.struct_class = Types::CacheBehavior
252
337
 
253
338
  CacheBehaviorList.member = Shapes::ShapeRef.new(shape: CacheBehavior, location_name: "CacheBehavior")
@@ -284,6 +369,21 @@ module Aws::CloudFront
284
369
 
285
370
  CloudFrontOriginAccessIdentitySummaryList.member = Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentitySummary, location_name: "CloudFrontOriginAccessIdentitySummary")
286
371
 
372
+ ContentTypeProfile.add_member(:format, Shapes::ShapeRef.new(shape: Format, required: true, location_name: "Format"))
373
+ ContentTypeProfile.add_member(:profile_id, Shapes::ShapeRef.new(shape: string, location_name: "ProfileId"))
374
+ ContentTypeProfile.add_member(:content_type, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ContentType"))
375
+ ContentTypeProfile.struct_class = Types::ContentTypeProfile
376
+
377
+ ContentTypeProfileConfig.add_member(:forward_when_content_type_is_unknown, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "ForwardWhenContentTypeIsUnknown"))
378
+ ContentTypeProfileConfig.add_member(:content_type_profiles, Shapes::ShapeRef.new(shape: ContentTypeProfiles, location_name: "ContentTypeProfiles"))
379
+ ContentTypeProfileConfig.struct_class = Types::ContentTypeProfileConfig
380
+
381
+ ContentTypeProfileList.member = Shapes::ShapeRef.new(shape: ContentTypeProfile, location_name: "ContentTypeProfile")
382
+
383
+ ContentTypeProfiles.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
384
+ ContentTypeProfiles.add_member(:items, Shapes::ShapeRef.new(shape: ContentTypeProfileList, location_name: "Items"))
385
+ ContentTypeProfiles.struct_class = Types::ContentTypeProfiles
386
+
287
387
  CookieNameList.member = Shapes::ShapeRef.new(shape: string, location_name: "Name")
288
388
 
289
389
  CookieNames.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
@@ -294,7 +394,7 @@ module Aws::CloudFront
294
394
  CookiePreference.add_member(:whitelisted_names, Shapes::ShapeRef.new(shape: CookieNames, location_name: "WhitelistedNames"))
295
395
  CookiePreference.struct_class = Types::CookiePreference
296
396
 
297
- 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/2017-03-25/"}}))
397
+ 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/2017-10-30/"}}))
298
398
  CreateCloudFrontOriginAccessIdentityRequest.struct_class = Types::CreateCloudFrontOriginAccessIdentityRequest
299
399
  CreateCloudFrontOriginAccessIdentityRequest[:payload] = :cloud_front_origin_access_identity_config
300
400
  CreateCloudFrontOriginAccessIdentityRequest[:payload_member] = CreateCloudFrontOriginAccessIdentityRequest.member(:cloud_front_origin_access_identity_config)
@@ -306,7 +406,7 @@ module Aws::CloudFront
306
406
  CreateCloudFrontOriginAccessIdentityResult[:payload] = :cloud_front_origin_access_identity
307
407
  CreateCloudFrontOriginAccessIdentityResult[:payload_member] = CreateCloudFrontOriginAccessIdentityResult.member(:cloud_front_origin_access_identity)
308
408
 
309
- CreateDistributionRequest.add_member(:distribution_config, Shapes::ShapeRef.new(shape: DistributionConfig, required: true, location_name: "DistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-03-25/"}}))
409
+ CreateDistributionRequest.add_member(:distribution_config, Shapes::ShapeRef.new(shape: DistributionConfig, required: true, location_name: "DistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-10-30/"}}))
310
410
  CreateDistributionRequest.struct_class = Types::CreateDistributionRequest
311
411
  CreateDistributionRequest[:payload] = :distribution_config
312
412
  CreateDistributionRequest[:payload_member] = CreateDistributionRequest.member(:distribution_config)
@@ -318,7 +418,7 @@ module Aws::CloudFront
318
418
  CreateDistributionResult[:payload] = :distribution
319
419
  CreateDistributionResult[:payload_member] = CreateDistributionResult.member(:distribution)
320
420
 
321
- 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/2017-03-25/"}}))
421
+ 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/2017-10-30/"}}))
322
422
  CreateDistributionWithTagsRequest.struct_class = Types::CreateDistributionWithTagsRequest
323
423
  CreateDistributionWithTagsRequest[:payload] = :distribution_config_with_tags
324
424
  CreateDistributionWithTagsRequest[:payload_member] = CreateDistributionWithTagsRequest.member(:distribution_config_with_tags)
@@ -330,8 +430,32 @@ module Aws::CloudFront
330
430
  CreateDistributionWithTagsResult[:payload] = :distribution
331
431
  CreateDistributionWithTagsResult[:payload_member] = CreateDistributionWithTagsResult.member(:distribution)
332
432
 
433
+ CreateFieldLevelEncryptionConfigRequest.add_member(:field_level_encryption_config, Shapes::ShapeRef.new(shape: FieldLevelEncryptionConfig, required: true, location_name: "FieldLevelEncryptionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-10-30/"}}))
434
+ CreateFieldLevelEncryptionConfigRequest.struct_class = Types::CreateFieldLevelEncryptionConfigRequest
435
+ CreateFieldLevelEncryptionConfigRequest[:payload] = :field_level_encryption_config
436
+ CreateFieldLevelEncryptionConfigRequest[:payload_member] = CreateFieldLevelEncryptionConfigRequest.member(:field_level_encryption_config)
437
+
438
+ CreateFieldLevelEncryptionConfigResult.add_member(:field_level_encryption, Shapes::ShapeRef.new(shape: FieldLevelEncryption, location_name: "FieldLevelEncryption"))
439
+ CreateFieldLevelEncryptionConfigResult.add_member(:location, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "Location"))
440
+ CreateFieldLevelEncryptionConfigResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
441
+ CreateFieldLevelEncryptionConfigResult.struct_class = Types::CreateFieldLevelEncryptionConfigResult
442
+ CreateFieldLevelEncryptionConfigResult[:payload] = :field_level_encryption
443
+ CreateFieldLevelEncryptionConfigResult[:payload_member] = CreateFieldLevelEncryptionConfigResult.member(:field_level_encryption)
444
+
445
+ CreateFieldLevelEncryptionProfileRequest.add_member(:field_level_encryption_profile_config, Shapes::ShapeRef.new(shape: FieldLevelEncryptionProfileConfig, required: true, location_name: "FieldLevelEncryptionProfileConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-10-30/"}}))
446
+ CreateFieldLevelEncryptionProfileRequest.struct_class = Types::CreateFieldLevelEncryptionProfileRequest
447
+ CreateFieldLevelEncryptionProfileRequest[:payload] = :field_level_encryption_profile_config
448
+ CreateFieldLevelEncryptionProfileRequest[:payload_member] = CreateFieldLevelEncryptionProfileRequest.member(:field_level_encryption_profile_config)
449
+
450
+ CreateFieldLevelEncryptionProfileResult.add_member(:field_level_encryption_profile, Shapes::ShapeRef.new(shape: FieldLevelEncryptionProfile, location_name: "FieldLevelEncryptionProfile"))
451
+ CreateFieldLevelEncryptionProfileResult.add_member(:location, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "Location"))
452
+ CreateFieldLevelEncryptionProfileResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
453
+ CreateFieldLevelEncryptionProfileResult.struct_class = Types::CreateFieldLevelEncryptionProfileResult
454
+ CreateFieldLevelEncryptionProfileResult[:payload] = :field_level_encryption_profile
455
+ CreateFieldLevelEncryptionProfileResult[:payload_member] = CreateFieldLevelEncryptionProfileResult.member(:field_level_encryption_profile)
456
+
333
457
  CreateInvalidationRequest.add_member(:distribution_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DistributionId"))
334
- CreateInvalidationRequest.add_member(:invalidation_batch, Shapes::ShapeRef.new(shape: InvalidationBatch, required: true, location_name: "InvalidationBatch", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-03-25/"}}))
458
+ CreateInvalidationRequest.add_member(:invalidation_batch, Shapes::ShapeRef.new(shape: InvalidationBatch, required: true, location_name: "InvalidationBatch", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-10-30/"}}))
335
459
  CreateInvalidationRequest.struct_class = Types::CreateInvalidationRequest
336
460
  CreateInvalidationRequest[:payload] = :invalidation_batch
337
461
  CreateInvalidationRequest[:payload_member] = CreateInvalidationRequest.member(:invalidation_batch)
@@ -342,7 +466,19 @@ module Aws::CloudFront
342
466
  CreateInvalidationResult[:payload] = :invalidation
343
467
  CreateInvalidationResult[:payload_member] = CreateInvalidationResult.member(:invalidation)
344
468
 
345
- CreateStreamingDistributionRequest.add_member(:streaming_distribution_config, Shapes::ShapeRef.new(shape: StreamingDistributionConfig, required: true, location_name: "StreamingDistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-03-25/"}}))
469
+ CreatePublicKeyRequest.add_member(:public_key_config, Shapes::ShapeRef.new(shape: PublicKeyConfig, required: true, location_name: "PublicKeyConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-10-30/"}}))
470
+ CreatePublicKeyRequest.struct_class = Types::CreatePublicKeyRequest
471
+ CreatePublicKeyRequest[:payload] = :public_key_config
472
+ CreatePublicKeyRequest[:payload_member] = CreatePublicKeyRequest.member(:public_key_config)
473
+
474
+ CreatePublicKeyResult.add_member(:public_key, Shapes::ShapeRef.new(shape: PublicKey, location_name: "PublicKey"))
475
+ CreatePublicKeyResult.add_member(:location, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "Location"))
476
+ CreatePublicKeyResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
477
+ CreatePublicKeyResult.struct_class = Types::CreatePublicKeyResult
478
+ CreatePublicKeyResult[:payload] = :public_key
479
+ CreatePublicKeyResult[:payload_member] = CreatePublicKeyResult.member(:public_key)
480
+
481
+ CreateStreamingDistributionRequest.add_member(:streaming_distribution_config, Shapes::ShapeRef.new(shape: StreamingDistributionConfig, required: true, location_name: "StreamingDistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-10-30/"}}))
346
482
  CreateStreamingDistributionRequest.struct_class = Types::CreateStreamingDistributionRequest
347
483
  CreateStreamingDistributionRequest[:payload] = :streaming_distribution_config
348
484
  CreateStreamingDistributionRequest[:payload_member] = CreateStreamingDistributionRequest.member(:streaming_distribution_config)
@@ -354,7 +490,7 @@ module Aws::CloudFront
354
490
  CreateStreamingDistributionResult[:payload] = :streaming_distribution
355
491
  CreateStreamingDistributionResult[:payload_member] = CreateStreamingDistributionResult.member(:streaming_distribution)
356
492
 
357
- 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/2017-03-25/"}}))
493
+ 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/2017-10-30/"}}))
358
494
  CreateStreamingDistributionWithTagsRequest.struct_class = Types::CreateStreamingDistributionWithTagsRequest
359
495
  CreateStreamingDistributionWithTagsRequest[:payload] = :streaming_distribution_config_with_tags
360
496
  CreateStreamingDistributionWithTagsRequest[:payload_member] = CreateStreamingDistributionWithTagsRequest.member(:streaming_distribution_config_with_tags)
@@ -401,6 +537,7 @@ module Aws::CloudFront
401
537
  DefaultCacheBehavior.add_member(:max_ttl, Shapes::ShapeRef.new(shape: long, location_name: "MaxTTL"))
402
538
  DefaultCacheBehavior.add_member(:compress, Shapes::ShapeRef.new(shape: boolean, location_name: "Compress"))
403
539
  DefaultCacheBehavior.add_member(:lambda_function_associations, Shapes::ShapeRef.new(shape: LambdaFunctionAssociations, location_name: "LambdaFunctionAssociations"))
540
+ DefaultCacheBehavior.add_member(:field_level_encryption_id, Shapes::ShapeRef.new(shape: string, location_name: "FieldLevelEncryptionId"))
404
541
  DefaultCacheBehavior.struct_class = Types::DefaultCacheBehavior
405
542
 
406
543
  DeleteCloudFrontOriginAccessIdentityRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
@@ -411,6 +548,18 @@ module Aws::CloudFront
411
548
  DeleteDistributionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
412
549
  DeleteDistributionRequest.struct_class = Types::DeleteDistributionRequest
413
550
 
551
+ DeleteFieldLevelEncryptionConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
552
+ DeleteFieldLevelEncryptionConfigRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
553
+ DeleteFieldLevelEncryptionConfigRequest.struct_class = Types::DeleteFieldLevelEncryptionConfigRequest
554
+
555
+ DeleteFieldLevelEncryptionProfileRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
556
+ DeleteFieldLevelEncryptionProfileRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
557
+ DeleteFieldLevelEncryptionProfileRequest.struct_class = Types::DeleteFieldLevelEncryptionProfileRequest
558
+
559
+ DeletePublicKeyRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
560
+ DeletePublicKeyRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
561
+ DeletePublicKeyRequest.struct_class = Types::DeletePublicKeyRequest
562
+
414
563
  DeleteServiceLinkedRoleRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "RoleName"))
415
564
  DeleteServiceLinkedRoleRequest.struct_class = Types::DeleteServiceLinkedRoleRequest
416
565
 
@@ -480,6 +629,75 @@ module Aws::CloudFront
480
629
 
481
630
  DistributionSummaryList.member = Shapes::ShapeRef.new(shape: DistributionSummary, location_name: "DistributionSummary")
482
631
 
632
+ EncryptionEntities.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
633
+ EncryptionEntities.add_member(:items, Shapes::ShapeRef.new(shape: EncryptionEntityList, location_name: "Items"))
634
+ EncryptionEntities.struct_class = Types::EncryptionEntities
635
+
636
+ EncryptionEntity.add_member(:public_key_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "PublicKeyId"))
637
+ EncryptionEntity.add_member(:provider_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ProviderId"))
638
+ EncryptionEntity.add_member(:field_patterns, Shapes::ShapeRef.new(shape: FieldPatterns, required: true, location_name: "FieldPatterns"))
639
+ EncryptionEntity.struct_class = Types::EncryptionEntity
640
+
641
+ EncryptionEntityList.member = Shapes::ShapeRef.new(shape: EncryptionEntity, location_name: "EncryptionEntity")
642
+
643
+ FieldLevelEncryption.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
644
+ FieldLevelEncryption.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastModifiedTime"))
645
+ FieldLevelEncryption.add_member(:field_level_encryption_config, Shapes::ShapeRef.new(shape: FieldLevelEncryptionConfig, required: true, location_name: "FieldLevelEncryptionConfig"))
646
+ FieldLevelEncryption.struct_class = Types::FieldLevelEncryption
647
+
648
+ FieldLevelEncryptionConfig.add_member(:caller_reference, Shapes::ShapeRef.new(shape: string, required: true, location_name: "CallerReference"))
649
+ FieldLevelEncryptionConfig.add_member(:comment, Shapes::ShapeRef.new(shape: string, location_name: "Comment"))
650
+ FieldLevelEncryptionConfig.add_member(:query_arg_profile_config, Shapes::ShapeRef.new(shape: QueryArgProfileConfig, location_name: "QueryArgProfileConfig"))
651
+ FieldLevelEncryptionConfig.add_member(:content_type_profile_config, Shapes::ShapeRef.new(shape: ContentTypeProfileConfig, location_name: "ContentTypeProfileConfig"))
652
+ FieldLevelEncryptionConfig.struct_class = Types::FieldLevelEncryptionConfig
653
+
654
+ FieldLevelEncryptionList.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
655
+ FieldLevelEncryptionList.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "MaxItems"))
656
+ FieldLevelEncryptionList.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
657
+ FieldLevelEncryptionList.add_member(:items, Shapes::ShapeRef.new(shape: FieldLevelEncryptionSummaryList, location_name: "Items"))
658
+ FieldLevelEncryptionList.struct_class = Types::FieldLevelEncryptionList
659
+
660
+ FieldLevelEncryptionProfile.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
661
+ FieldLevelEncryptionProfile.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastModifiedTime"))
662
+ FieldLevelEncryptionProfile.add_member(:field_level_encryption_profile_config, Shapes::ShapeRef.new(shape: FieldLevelEncryptionProfileConfig, required: true, location_name: "FieldLevelEncryptionProfileConfig"))
663
+ FieldLevelEncryptionProfile.struct_class = Types::FieldLevelEncryptionProfile
664
+
665
+ FieldLevelEncryptionProfileConfig.add_member(:name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Name"))
666
+ FieldLevelEncryptionProfileConfig.add_member(:caller_reference, Shapes::ShapeRef.new(shape: string, required: true, location_name: "CallerReference"))
667
+ FieldLevelEncryptionProfileConfig.add_member(:comment, Shapes::ShapeRef.new(shape: string, location_name: "Comment"))
668
+ FieldLevelEncryptionProfileConfig.add_member(:encryption_entities, Shapes::ShapeRef.new(shape: EncryptionEntities, required: true, location_name: "EncryptionEntities"))
669
+ FieldLevelEncryptionProfileConfig.struct_class = Types::FieldLevelEncryptionProfileConfig
670
+
671
+ FieldLevelEncryptionProfileList.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
672
+ FieldLevelEncryptionProfileList.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "MaxItems"))
673
+ FieldLevelEncryptionProfileList.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
674
+ FieldLevelEncryptionProfileList.add_member(:items, Shapes::ShapeRef.new(shape: FieldLevelEncryptionProfileSummaryList, location_name: "Items"))
675
+ FieldLevelEncryptionProfileList.struct_class = Types::FieldLevelEncryptionProfileList
676
+
677
+ FieldLevelEncryptionProfileSummary.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
678
+ FieldLevelEncryptionProfileSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastModifiedTime"))
679
+ FieldLevelEncryptionProfileSummary.add_member(:name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Name"))
680
+ FieldLevelEncryptionProfileSummary.add_member(:encryption_entities, Shapes::ShapeRef.new(shape: EncryptionEntities, required: true, location_name: "EncryptionEntities"))
681
+ FieldLevelEncryptionProfileSummary.add_member(:comment, Shapes::ShapeRef.new(shape: string, location_name: "Comment"))
682
+ FieldLevelEncryptionProfileSummary.struct_class = Types::FieldLevelEncryptionProfileSummary
683
+
684
+ FieldLevelEncryptionProfileSummaryList.member = Shapes::ShapeRef.new(shape: FieldLevelEncryptionProfileSummary, location_name: "FieldLevelEncryptionProfileSummary")
685
+
686
+ FieldLevelEncryptionSummary.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
687
+ FieldLevelEncryptionSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastModifiedTime"))
688
+ FieldLevelEncryptionSummary.add_member(:comment, Shapes::ShapeRef.new(shape: string, location_name: "Comment"))
689
+ FieldLevelEncryptionSummary.add_member(:query_arg_profile_config, Shapes::ShapeRef.new(shape: QueryArgProfileConfig, location_name: "QueryArgProfileConfig"))
690
+ FieldLevelEncryptionSummary.add_member(:content_type_profile_config, Shapes::ShapeRef.new(shape: ContentTypeProfileConfig, location_name: "ContentTypeProfileConfig"))
691
+ FieldLevelEncryptionSummary.struct_class = Types::FieldLevelEncryptionSummary
692
+
693
+ FieldLevelEncryptionSummaryList.member = Shapes::ShapeRef.new(shape: FieldLevelEncryptionSummary, location_name: "FieldLevelEncryptionSummary")
694
+
695
+ FieldPatternList.member = Shapes::ShapeRef.new(shape: string, location_name: "FieldPattern")
696
+
697
+ FieldPatterns.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
698
+ FieldPatterns.add_member(:items, Shapes::ShapeRef.new(shape: FieldPatternList, location_name: "Items"))
699
+ FieldPatterns.struct_class = Types::FieldPatterns
700
+
483
701
  ForwardedValues.add_member(:query_string, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "QueryString"))
484
702
  ForwardedValues.add_member(:cookies, Shapes::ShapeRef.new(shape: CookiePreference, required: true, location_name: "Cookies"))
485
703
  ForwardedValues.add_member(:headers, Shapes::ShapeRef.new(shape: Headers, location_name: "Headers"))
@@ -527,6 +745,42 @@ module Aws::CloudFront
527
745
  GetDistributionResult[:payload] = :distribution
528
746
  GetDistributionResult[:payload_member] = GetDistributionResult.member(:distribution)
529
747
 
748
+ GetFieldLevelEncryptionConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
749
+ GetFieldLevelEncryptionConfigRequest.struct_class = Types::GetFieldLevelEncryptionConfigRequest
750
+
751
+ GetFieldLevelEncryptionConfigResult.add_member(:field_level_encryption_config, Shapes::ShapeRef.new(shape: FieldLevelEncryptionConfig, location_name: "FieldLevelEncryptionConfig"))
752
+ GetFieldLevelEncryptionConfigResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
753
+ GetFieldLevelEncryptionConfigResult.struct_class = Types::GetFieldLevelEncryptionConfigResult
754
+ GetFieldLevelEncryptionConfigResult[:payload] = :field_level_encryption_config
755
+ GetFieldLevelEncryptionConfigResult[:payload_member] = GetFieldLevelEncryptionConfigResult.member(:field_level_encryption_config)
756
+
757
+ GetFieldLevelEncryptionProfileConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
758
+ GetFieldLevelEncryptionProfileConfigRequest.struct_class = Types::GetFieldLevelEncryptionProfileConfigRequest
759
+
760
+ GetFieldLevelEncryptionProfileConfigResult.add_member(:field_level_encryption_profile_config, Shapes::ShapeRef.new(shape: FieldLevelEncryptionProfileConfig, location_name: "FieldLevelEncryptionProfileConfig"))
761
+ GetFieldLevelEncryptionProfileConfigResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
762
+ GetFieldLevelEncryptionProfileConfigResult.struct_class = Types::GetFieldLevelEncryptionProfileConfigResult
763
+ GetFieldLevelEncryptionProfileConfigResult[:payload] = :field_level_encryption_profile_config
764
+ GetFieldLevelEncryptionProfileConfigResult[:payload_member] = GetFieldLevelEncryptionProfileConfigResult.member(:field_level_encryption_profile_config)
765
+
766
+ GetFieldLevelEncryptionProfileRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
767
+ GetFieldLevelEncryptionProfileRequest.struct_class = Types::GetFieldLevelEncryptionProfileRequest
768
+
769
+ GetFieldLevelEncryptionProfileResult.add_member(:field_level_encryption_profile, Shapes::ShapeRef.new(shape: FieldLevelEncryptionProfile, location_name: "FieldLevelEncryptionProfile"))
770
+ GetFieldLevelEncryptionProfileResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
771
+ GetFieldLevelEncryptionProfileResult.struct_class = Types::GetFieldLevelEncryptionProfileResult
772
+ GetFieldLevelEncryptionProfileResult[:payload] = :field_level_encryption_profile
773
+ GetFieldLevelEncryptionProfileResult[:payload_member] = GetFieldLevelEncryptionProfileResult.member(:field_level_encryption_profile)
774
+
775
+ GetFieldLevelEncryptionRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
776
+ GetFieldLevelEncryptionRequest.struct_class = Types::GetFieldLevelEncryptionRequest
777
+
778
+ GetFieldLevelEncryptionResult.add_member(:field_level_encryption, Shapes::ShapeRef.new(shape: FieldLevelEncryption, location_name: "FieldLevelEncryption"))
779
+ GetFieldLevelEncryptionResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
780
+ GetFieldLevelEncryptionResult.struct_class = Types::GetFieldLevelEncryptionResult
781
+ GetFieldLevelEncryptionResult[:payload] = :field_level_encryption
782
+ GetFieldLevelEncryptionResult[:payload_member] = GetFieldLevelEncryptionResult.member(:field_level_encryption)
783
+
530
784
  GetInvalidationRequest.add_member(:distribution_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DistributionId"))
531
785
  GetInvalidationRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
532
786
  GetInvalidationRequest.struct_class = Types::GetInvalidationRequest
@@ -536,6 +790,24 @@ module Aws::CloudFront
536
790
  GetInvalidationResult[:payload] = :invalidation
537
791
  GetInvalidationResult[:payload_member] = GetInvalidationResult.member(:invalidation)
538
792
 
793
+ GetPublicKeyConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
794
+ GetPublicKeyConfigRequest.struct_class = Types::GetPublicKeyConfigRequest
795
+
796
+ GetPublicKeyConfigResult.add_member(:public_key_config, Shapes::ShapeRef.new(shape: PublicKeyConfig, location_name: "PublicKeyConfig"))
797
+ GetPublicKeyConfigResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
798
+ GetPublicKeyConfigResult.struct_class = Types::GetPublicKeyConfigResult
799
+ GetPublicKeyConfigResult[:payload] = :public_key_config
800
+ GetPublicKeyConfigResult[:payload_member] = GetPublicKeyConfigResult.member(:public_key_config)
801
+
802
+ GetPublicKeyRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
803
+ GetPublicKeyRequest.struct_class = Types::GetPublicKeyRequest
804
+
805
+ GetPublicKeyResult.add_member(:public_key, Shapes::ShapeRef.new(shape: PublicKey, location_name: "PublicKey"))
806
+ GetPublicKeyResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
807
+ GetPublicKeyResult.struct_class = Types::GetPublicKeyResult
808
+ GetPublicKeyResult[:payload] = :public_key
809
+ GetPublicKeyResult[:payload_member] = GetPublicKeyResult.member(:public_key)
810
+
539
811
  GetStreamingDistributionConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
540
812
  GetStreamingDistributionConfigRequest.struct_class = Types::GetStreamingDistributionConfigRequest
541
813
 
@@ -591,8 +863,8 @@ module Aws::CloudFront
591
863
  KeyPairIds.add_member(:items, Shapes::ShapeRef.new(shape: KeyPairIdList, location_name: "Items"))
592
864
  KeyPairIds.struct_class = Types::KeyPairIds
593
865
 
594
- LambdaFunctionAssociation.add_member(:lambda_function_arn, Shapes::ShapeRef.new(shape: string, location_name: "LambdaFunctionARN"))
595
- LambdaFunctionAssociation.add_member(:event_type, Shapes::ShapeRef.new(shape: EventType, location_name: "EventType"))
866
+ LambdaFunctionAssociation.add_member(:lambda_function_arn, Shapes::ShapeRef.new(shape: LambdaFunctionARN, required: true, location_name: "LambdaFunctionARN"))
867
+ LambdaFunctionAssociation.add_member(:event_type, Shapes::ShapeRef.new(shape: EventType, required: true, location_name: "EventType"))
596
868
  LambdaFunctionAssociation.struct_class = Types::LambdaFunctionAssociation
597
869
 
598
870
  LambdaFunctionAssociationList.member = Shapes::ShapeRef.new(shape: LambdaFunctionAssociation, location_name: "LambdaFunctionAssociation")
@@ -629,6 +901,24 @@ module Aws::CloudFront
629
901
  ListDistributionsResult[:payload] = :distribution_list
630
902
  ListDistributionsResult[:payload_member] = ListDistributionsResult.member(:distribution_list)
631
903
 
904
+ ListFieldLevelEncryptionConfigsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
905
+ ListFieldLevelEncryptionConfigsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
906
+ ListFieldLevelEncryptionConfigsRequest.struct_class = Types::ListFieldLevelEncryptionConfigsRequest
907
+
908
+ ListFieldLevelEncryptionConfigsResult.add_member(:field_level_encryption_list, Shapes::ShapeRef.new(shape: FieldLevelEncryptionList, location_name: "FieldLevelEncryptionList"))
909
+ ListFieldLevelEncryptionConfigsResult.struct_class = Types::ListFieldLevelEncryptionConfigsResult
910
+ ListFieldLevelEncryptionConfigsResult[:payload] = :field_level_encryption_list
911
+ ListFieldLevelEncryptionConfigsResult[:payload_member] = ListFieldLevelEncryptionConfigsResult.member(:field_level_encryption_list)
912
+
913
+ ListFieldLevelEncryptionProfilesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
914
+ ListFieldLevelEncryptionProfilesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
915
+ ListFieldLevelEncryptionProfilesRequest.struct_class = Types::ListFieldLevelEncryptionProfilesRequest
916
+
917
+ ListFieldLevelEncryptionProfilesResult.add_member(:field_level_encryption_profile_list, Shapes::ShapeRef.new(shape: FieldLevelEncryptionProfileList, location_name: "FieldLevelEncryptionProfileList"))
918
+ ListFieldLevelEncryptionProfilesResult.struct_class = Types::ListFieldLevelEncryptionProfilesResult
919
+ ListFieldLevelEncryptionProfilesResult[:payload] = :field_level_encryption_profile_list
920
+ ListFieldLevelEncryptionProfilesResult[:payload_member] = ListFieldLevelEncryptionProfilesResult.member(:field_level_encryption_profile_list)
921
+
632
922
  ListInvalidationsRequest.add_member(:distribution_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DistributionId"))
633
923
  ListInvalidationsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
634
924
  ListInvalidationsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
@@ -639,6 +929,15 @@ module Aws::CloudFront
639
929
  ListInvalidationsResult[:payload] = :invalidation_list
640
930
  ListInvalidationsResult[:payload_member] = ListInvalidationsResult.member(:invalidation_list)
641
931
 
932
+ ListPublicKeysRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
933
+ ListPublicKeysRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
934
+ ListPublicKeysRequest.struct_class = Types::ListPublicKeysRequest
935
+
936
+ ListPublicKeysResult.add_member(:public_key_list, Shapes::ShapeRef.new(shape: PublicKeyList, location_name: "PublicKeyList"))
937
+ ListPublicKeysResult.struct_class = Types::ListPublicKeysResult
938
+ ListPublicKeysResult[:payload] = :public_key_list
939
+ ListPublicKeysResult[:payload_member] = ListPublicKeysResult.member(:public_key_list)
940
+
642
941
  ListStreamingDistributionsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
643
942
  ListStreamingDistributionsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
644
943
  ListStreamingDistributionsRequest.struct_class = Types::ListStreamingDistributionsRequest
@@ -696,6 +995,46 @@ module Aws::CloudFront
696
995
  Paths.add_member(:items, Shapes::ShapeRef.new(shape: PathList, location_name: "Items"))
697
996
  Paths.struct_class = Types::Paths
698
997
 
998
+ PublicKey.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
999
+ PublicKey.add_member(:created_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedTime"))
1000
+ PublicKey.add_member(:public_key_config, Shapes::ShapeRef.new(shape: PublicKeyConfig, required: true, location_name: "PublicKeyConfig"))
1001
+ PublicKey.struct_class = Types::PublicKey
1002
+
1003
+ PublicKeyConfig.add_member(:caller_reference, Shapes::ShapeRef.new(shape: string, required: true, location_name: "CallerReference"))
1004
+ PublicKeyConfig.add_member(:name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Name"))
1005
+ PublicKeyConfig.add_member(:encoded_key, Shapes::ShapeRef.new(shape: string, required: true, location_name: "EncodedKey"))
1006
+ PublicKeyConfig.add_member(:comment, Shapes::ShapeRef.new(shape: string, location_name: "Comment"))
1007
+ PublicKeyConfig.struct_class = Types::PublicKeyConfig
1008
+
1009
+ PublicKeyList.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
1010
+ PublicKeyList.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "MaxItems"))
1011
+ PublicKeyList.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
1012
+ PublicKeyList.add_member(:items, Shapes::ShapeRef.new(shape: PublicKeySummaryList, location_name: "Items"))
1013
+ PublicKeyList.struct_class = Types::PublicKeyList
1014
+
1015
+ PublicKeySummary.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
1016
+ PublicKeySummary.add_member(:name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Name"))
1017
+ PublicKeySummary.add_member(:created_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedTime"))
1018
+ PublicKeySummary.add_member(:encoded_key, Shapes::ShapeRef.new(shape: string, required: true, location_name: "EncodedKey"))
1019
+ PublicKeySummary.add_member(:comment, Shapes::ShapeRef.new(shape: string, location_name: "Comment"))
1020
+ PublicKeySummary.struct_class = Types::PublicKeySummary
1021
+
1022
+ PublicKeySummaryList.member = Shapes::ShapeRef.new(shape: PublicKeySummary, location_name: "PublicKeySummary")
1023
+
1024
+ QueryArgProfile.add_member(:query_arg, Shapes::ShapeRef.new(shape: string, required: true, location_name: "QueryArg"))
1025
+ QueryArgProfile.add_member(:profile_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ProfileId"))
1026
+ QueryArgProfile.struct_class = Types::QueryArgProfile
1027
+
1028
+ QueryArgProfileConfig.add_member(:forward_when_query_arg_profile_is_unknown, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "ForwardWhenQueryArgProfileIsUnknown"))
1029
+ QueryArgProfileConfig.add_member(:query_arg_profiles, Shapes::ShapeRef.new(shape: QueryArgProfiles, location_name: "QueryArgProfiles"))
1030
+ QueryArgProfileConfig.struct_class = Types::QueryArgProfileConfig
1031
+
1032
+ QueryArgProfileList.member = Shapes::ShapeRef.new(shape: QueryArgProfile, location_name: "QueryArgProfile")
1033
+
1034
+ QueryArgProfiles.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
1035
+ QueryArgProfiles.add_member(:items, Shapes::ShapeRef.new(shape: QueryArgProfileList, location_name: "Items"))
1036
+ QueryArgProfiles.struct_class = Types::QueryArgProfiles
1037
+
699
1038
  QueryStringCacheKeys.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
700
1039
  QueryStringCacheKeys.add_member(:items, Shapes::ShapeRef.new(shape: QueryStringCacheKeysList, location_name: "Items"))
701
1040
  QueryStringCacheKeys.struct_class = Types::QueryStringCacheKeys
@@ -783,7 +1122,7 @@ module Aws::CloudFront
783
1122
  TagList.member = Shapes::ShapeRef.new(shape: Tag, location_name: "Tag")
784
1123
 
785
1124
  TagResourceRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location: "querystring", location_name: "Resource"))
786
- TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "Tags", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-03-25/"}}))
1125
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "Tags", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-10-30/"}}))
787
1126
  TagResourceRequest.struct_class = Types::TagResourceRequest
788
1127
  TagResourceRequest[:payload] = :tags
789
1128
  TagResourceRequest[:payload_member] = TagResourceRequest.member(:tags)
@@ -797,12 +1136,12 @@ module Aws::CloudFront
797
1136
  TrustedSigners.struct_class = Types::TrustedSigners
798
1137
 
799
1138
  UntagResourceRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location: "querystring", location_name: "Resource"))
800
- UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location_name: "TagKeys", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-03-25/"}}))
1139
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location_name: "TagKeys", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-10-30/"}}))
801
1140
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
802
1141
  UntagResourceRequest[:payload] = :tag_keys
803
1142
  UntagResourceRequest[:payload_member] = UntagResourceRequest.member(:tag_keys)
804
1143
 
805
- 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/2017-03-25/"}}))
1144
+ 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/2017-10-30/"}}))
806
1145
  UpdateCloudFrontOriginAccessIdentityRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
807
1146
  UpdateCloudFrontOriginAccessIdentityRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
808
1147
  UpdateCloudFrontOriginAccessIdentityRequest.struct_class = Types::UpdateCloudFrontOriginAccessIdentityRequest
@@ -815,7 +1154,7 @@ module Aws::CloudFront
815
1154
  UpdateCloudFrontOriginAccessIdentityResult[:payload] = :cloud_front_origin_access_identity
816
1155
  UpdateCloudFrontOriginAccessIdentityResult[:payload_member] = UpdateCloudFrontOriginAccessIdentityResult.member(:cloud_front_origin_access_identity)
817
1156
 
818
- UpdateDistributionRequest.add_member(:distribution_config, Shapes::ShapeRef.new(shape: DistributionConfig, required: true, location_name: "DistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-03-25/"}}))
1157
+ UpdateDistributionRequest.add_member(:distribution_config, Shapes::ShapeRef.new(shape: DistributionConfig, required: true, location_name: "DistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-10-30/"}}))
819
1158
  UpdateDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
820
1159
  UpdateDistributionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
821
1160
  UpdateDistributionRequest.struct_class = Types::UpdateDistributionRequest
@@ -828,7 +1167,46 @@ module Aws::CloudFront
828
1167
  UpdateDistributionResult[:payload] = :distribution
829
1168
  UpdateDistributionResult[:payload_member] = UpdateDistributionResult.member(:distribution)
830
1169
 
831
- UpdateStreamingDistributionRequest.add_member(:streaming_distribution_config, Shapes::ShapeRef.new(shape: StreamingDistributionConfig, required: true, location_name: "StreamingDistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-03-25/"}}))
1170
+ UpdateFieldLevelEncryptionConfigRequest.add_member(:field_level_encryption_config, Shapes::ShapeRef.new(shape: FieldLevelEncryptionConfig, required: true, location_name: "FieldLevelEncryptionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-10-30/"}}))
1171
+ UpdateFieldLevelEncryptionConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1172
+ UpdateFieldLevelEncryptionConfigRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
1173
+ UpdateFieldLevelEncryptionConfigRequest.struct_class = Types::UpdateFieldLevelEncryptionConfigRequest
1174
+ UpdateFieldLevelEncryptionConfigRequest[:payload] = :field_level_encryption_config
1175
+ UpdateFieldLevelEncryptionConfigRequest[:payload_member] = UpdateFieldLevelEncryptionConfigRequest.member(:field_level_encryption_config)
1176
+
1177
+ UpdateFieldLevelEncryptionConfigResult.add_member(:field_level_encryption, Shapes::ShapeRef.new(shape: FieldLevelEncryption, location_name: "FieldLevelEncryption"))
1178
+ UpdateFieldLevelEncryptionConfigResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
1179
+ UpdateFieldLevelEncryptionConfigResult.struct_class = Types::UpdateFieldLevelEncryptionConfigResult
1180
+ UpdateFieldLevelEncryptionConfigResult[:payload] = :field_level_encryption
1181
+ UpdateFieldLevelEncryptionConfigResult[:payload_member] = UpdateFieldLevelEncryptionConfigResult.member(:field_level_encryption)
1182
+
1183
+ UpdateFieldLevelEncryptionProfileRequest.add_member(:field_level_encryption_profile_config, Shapes::ShapeRef.new(shape: FieldLevelEncryptionProfileConfig, required: true, location_name: "FieldLevelEncryptionProfileConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-10-30/"}}))
1184
+ UpdateFieldLevelEncryptionProfileRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1185
+ UpdateFieldLevelEncryptionProfileRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
1186
+ UpdateFieldLevelEncryptionProfileRequest.struct_class = Types::UpdateFieldLevelEncryptionProfileRequest
1187
+ UpdateFieldLevelEncryptionProfileRequest[:payload] = :field_level_encryption_profile_config
1188
+ UpdateFieldLevelEncryptionProfileRequest[:payload_member] = UpdateFieldLevelEncryptionProfileRequest.member(:field_level_encryption_profile_config)
1189
+
1190
+ UpdateFieldLevelEncryptionProfileResult.add_member(:field_level_encryption_profile, Shapes::ShapeRef.new(shape: FieldLevelEncryptionProfile, location_name: "FieldLevelEncryptionProfile"))
1191
+ UpdateFieldLevelEncryptionProfileResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
1192
+ UpdateFieldLevelEncryptionProfileResult.struct_class = Types::UpdateFieldLevelEncryptionProfileResult
1193
+ UpdateFieldLevelEncryptionProfileResult[:payload] = :field_level_encryption_profile
1194
+ UpdateFieldLevelEncryptionProfileResult[:payload_member] = UpdateFieldLevelEncryptionProfileResult.member(:field_level_encryption_profile)
1195
+
1196
+ UpdatePublicKeyRequest.add_member(:public_key_config, Shapes::ShapeRef.new(shape: PublicKeyConfig, required: true, location_name: "PublicKeyConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-10-30/"}}))
1197
+ UpdatePublicKeyRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1198
+ UpdatePublicKeyRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
1199
+ UpdatePublicKeyRequest.struct_class = Types::UpdatePublicKeyRequest
1200
+ UpdatePublicKeyRequest[:payload] = :public_key_config
1201
+ UpdatePublicKeyRequest[:payload_member] = UpdatePublicKeyRequest.member(:public_key_config)
1202
+
1203
+ UpdatePublicKeyResult.add_member(:public_key, Shapes::ShapeRef.new(shape: PublicKey, location_name: "PublicKey"))
1204
+ UpdatePublicKeyResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
1205
+ UpdatePublicKeyResult.struct_class = Types::UpdatePublicKeyResult
1206
+ UpdatePublicKeyResult[:payload] = :public_key
1207
+ UpdatePublicKeyResult[:payload_member] = UpdatePublicKeyResult.member(:public_key)
1208
+
1209
+ UpdateStreamingDistributionRequest.add_member(:streaming_distribution_config, Shapes::ShapeRef.new(shape: StreamingDistributionConfig, required: true, location_name: "StreamingDistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-10-30/"}}))
832
1210
  UpdateStreamingDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
833
1211
  UpdateStreamingDistributionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
834
1212
  UpdateStreamingDistributionRequest.struct_class = Types::UpdateStreamingDistributionRequest
@@ -854,7 +1232,7 @@ module Aws::CloudFront
854
1232
  # @api private
855
1233
  API = Seahorse::Model::Api.new.tap do |api|
856
1234
 
857
- api.version = "2017-03-25"
1235
+ api.version = "2017-10-30"
858
1236
 
859
1237
  api.metadata = {
860
1238
  "endpointPrefix" => "cloudfront",
@@ -866,7 +1244,7 @@ module Aws::CloudFront
866
1244
  api.add_operation(:create_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
867
1245
  o.name = "CreateCloudFrontOriginAccessIdentity"
868
1246
  o.http_method = "POST"
869
- o.http_request_uri = "/2017-03-25/origin-access-identity/cloudfront"
1247
+ o.http_request_uri = "/2017-10-30/origin-access-identity/cloudfront"
870
1248
  o.input = Shapes::ShapeRef.new(shape: CreateCloudFrontOriginAccessIdentityRequest)
871
1249
  o.output = Shapes::ShapeRef.new(shape: CreateCloudFrontOriginAccessIdentityResult)
872
1250
  o.errors << Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityAlreadyExists)
@@ -879,7 +1257,7 @@ module Aws::CloudFront
879
1257
  api.add_operation(:create_distribution, Seahorse::Model::Operation.new.tap do |o|
880
1258
  o.name = "CreateDistribution"
881
1259
  o.http_method = "POST"
882
- o.http_request_uri = "/2017-03-25/distribution"
1260
+ o.http_request_uri = "/2017-10-30/distribution"
883
1261
  o.input = Shapes::ShapeRef.new(shape: CreateDistributionRequest)
884
1262
  o.output = Shapes::ShapeRef.new(shape: CreateDistributionResult)
885
1263
  o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
@@ -922,12 +1300,15 @@ module Aws::CloudFront
922
1300
  o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaFunctionAssociation)
923
1301
  o.errors << Shapes::ShapeRef.new(shape: InvalidOriginReadTimeout)
924
1302
  o.errors << Shapes::ShapeRef.new(shape: InvalidOriginKeepaliveTimeout)
1303
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchFieldLevelEncryptionConfig)
1304
+ o.errors << Shapes::ShapeRef.new(shape: IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior)
1305
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToFieldLevelEncryptionConfig)
925
1306
  end)
926
1307
 
927
1308
  api.add_operation(:create_distribution_with_tags, Seahorse::Model::Operation.new.tap do |o|
928
1309
  o.name = "CreateDistributionWithTags"
929
1310
  o.http_method = "POST"
930
- o.http_request_uri = "/2017-03-25/distribution?WithTags"
1311
+ o.http_request_uri = "/2017-10-30/distribution?WithTags"
931
1312
  o.input = Shapes::ShapeRef.new(shape: CreateDistributionWithTagsRequest)
932
1313
  o.output = Shapes::ShapeRef.new(shape: CreateDistributionWithTagsResult)
933
1314
  o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
@@ -971,12 +1352,47 @@ module Aws::CloudFront
971
1352
  o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaFunctionAssociation)
972
1353
  o.errors << Shapes::ShapeRef.new(shape: InvalidOriginReadTimeout)
973
1354
  o.errors << Shapes::ShapeRef.new(shape: InvalidOriginKeepaliveTimeout)
1355
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchFieldLevelEncryptionConfig)
1356
+ o.errors << Shapes::ShapeRef.new(shape: IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior)
1357
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToFieldLevelEncryptionConfig)
1358
+ end)
1359
+
1360
+ api.add_operation(:create_field_level_encryption_config, Seahorse::Model::Operation.new.tap do |o|
1361
+ o.name = "CreateFieldLevelEncryptionConfig"
1362
+ o.http_method = "POST"
1363
+ o.http_request_uri = "/2017-10-30/field-level-encryption"
1364
+ o.input = Shapes::ShapeRef.new(shape: CreateFieldLevelEncryptionConfigRequest)
1365
+ o.output = Shapes::ShapeRef.new(shape: CreateFieldLevelEncryptionConfigResult)
1366
+ o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
1367
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
1368
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchFieldLevelEncryptionProfile)
1369
+ o.errors << Shapes::ShapeRef.new(shape: FieldLevelEncryptionConfigAlreadyExists)
1370
+ o.errors << Shapes::ShapeRef.new(shape: TooManyFieldLevelEncryptionConfigs)
1371
+ o.errors << Shapes::ShapeRef.new(shape: TooManyFieldLevelEncryptionQueryArgProfiles)
1372
+ o.errors << Shapes::ShapeRef.new(shape: TooManyFieldLevelEncryptionContentTypeProfiles)
1373
+ o.errors << Shapes::ShapeRef.new(shape: QueryArgProfileEmpty)
1374
+ end)
1375
+
1376
+ api.add_operation(:create_field_level_encryption_profile, Seahorse::Model::Operation.new.tap do |o|
1377
+ o.name = "CreateFieldLevelEncryptionProfile"
1378
+ o.http_method = "POST"
1379
+ o.http_request_uri = "/2017-10-30/field-level-encryption-profile"
1380
+ o.input = Shapes::ShapeRef.new(shape: CreateFieldLevelEncryptionProfileRequest)
1381
+ o.output = Shapes::ShapeRef.new(shape: CreateFieldLevelEncryptionProfileResult)
1382
+ o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
1383
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
1384
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchPublicKey)
1385
+ o.errors << Shapes::ShapeRef.new(shape: FieldLevelEncryptionProfileAlreadyExists)
1386
+ o.errors << Shapes::ShapeRef.new(shape: FieldLevelEncryptionProfileSizeExceeded)
1387
+ o.errors << Shapes::ShapeRef.new(shape: TooManyFieldLevelEncryptionProfiles)
1388
+ o.errors << Shapes::ShapeRef.new(shape: TooManyFieldLevelEncryptionEncryptionEntities)
1389
+ o.errors << Shapes::ShapeRef.new(shape: TooManyFieldLevelEncryptionFieldPatterns)
974
1390
  end)
975
1391
 
976
1392
  api.add_operation(:create_invalidation, Seahorse::Model::Operation.new.tap do |o|
977
1393
  o.name = "CreateInvalidation"
978
1394
  o.http_method = "POST"
979
- o.http_request_uri = "/2017-03-25/distribution/{DistributionId}/invalidation"
1395
+ o.http_request_uri = "/2017-10-30/distribution/{DistributionId}/invalidation"
980
1396
  o.input = Shapes::ShapeRef.new(shape: CreateInvalidationRequest)
981
1397
  o.output = Shapes::ShapeRef.new(shape: CreateInvalidationResult)
982
1398
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -988,10 +1404,21 @@ module Aws::CloudFront
988
1404
  o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
989
1405
  end)
990
1406
 
1407
+ api.add_operation(:create_public_key, Seahorse::Model::Operation.new.tap do |o|
1408
+ o.name = "CreatePublicKey"
1409
+ o.http_method = "POST"
1410
+ o.http_request_uri = "/2017-10-30/public-key"
1411
+ o.input = Shapes::ShapeRef.new(shape: CreatePublicKeyRequest)
1412
+ o.output = Shapes::ShapeRef.new(shape: CreatePublicKeyResult)
1413
+ o.errors << Shapes::ShapeRef.new(shape: PublicKeyAlreadyExists)
1414
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
1415
+ o.errors << Shapes::ShapeRef.new(shape: TooManyPublicKeys)
1416
+ end)
1417
+
991
1418
  api.add_operation(:create_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
992
1419
  o.name = "CreateStreamingDistribution"
993
1420
  o.http_method = "POST"
994
- o.http_request_uri = "/2017-03-25/streaming-distribution"
1421
+ o.http_request_uri = "/2017-10-30/streaming-distribution"
995
1422
  o.input = Shapes::ShapeRef.new(shape: CreateStreamingDistributionRequest)
996
1423
  o.output = Shapes::ShapeRef.new(shape: CreateStreamingDistributionResult)
997
1424
  o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
@@ -1011,7 +1438,7 @@ module Aws::CloudFront
1011
1438
  api.add_operation(:create_streaming_distribution_with_tags, Seahorse::Model::Operation.new.tap do |o|
1012
1439
  o.name = "CreateStreamingDistributionWithTags"
1013
1440
  o.http_method = "POST"
1014
- o.http_request_uri = "/2017-03-25/streaming-distribution?WithTags"
1441
+ o.http_request_uri = "/2017-10-30/streaming-distribution?WithTags"
1015
1442
  o.input = Shapes::ShapeRef.new(shape: CreateStreamingDistributionWithTagsRequest)
1016
1443
  o.output = Shapes::ShapeRef.new(shape: CreateStreamingDistributionWithTagsResult)
1017
1444
  o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
@@ -1032,7 +1459,7 @@ module Aws::CloudFront
1032
1459
  api.add_operation(:delete_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
1033
1460
  o.name = "DeleteCloudFrontOriginAccessIdentity"
1034
1461
  o.http_method = "DELETE"
1035
- o.http_request_uri = "/2017-03-25/origin-access-identity/cloudfront/{Id}"
1462
+ o.http_request_uri = "/2017-10-30/origin-access-identity/cloudfront/{Id}"
1036
1463
  o.input = Shapes::ShapeRef.new(shape: DeleteCloudFrontOriginAccessIdentityRequest)
1037
1464
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1038
1465
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1045,7 +1472,7 @@ module Aws::CloudFront
1045
1472
  api.add_operation(:delete_distribution, Seahorse::Model::Operation.new.tap do |o|
1046
1473
  o.name = "DeleteDistribution"
1047
1474
  o.http_method = "DELETE"
1048
- o.http_request_uri = "/2017-03-25/distribution/{Id}"
1475
+ o.http_request_uri = "/2017-10-30/distribution/{Id}"
1049
1476
  o.input = Shapes::ShapeRef.new(shape: DeleteDistributionRequest)
1050
1477
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1051
1478
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1055,10 +1482,49 @@ module Aws::CloudFront
1055
1482
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
1056
1483
  end)
1057
1484
 
1485
+ api.add_operation(:delete_field_level_encryption_config, Seahorse::Model::Operation.new.tap do |o|
1486
+ o.name = "DeleteFieldLevelEncryptionConfig"
1487
+ o.http_method = "DELETE"
1488
+ o.http_request_uri = "/2017-10-30/field-level-encryption/{Id}"
1489
+ o.input = Shapes::ShapeRef.new(shape: DeleteFieldLevelEncryptionConfigRequest)
1490
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1491
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
1492
+ o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
1493
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchFieldLevelEncryptionConfig)
1494
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
1495
+ o.errors << Shapes::ShapeRef.new(shape: FieldLevelEncryptionConfigInUse)
1496
+ end)
1497
+
1498
+ api.add_operation(:delete_field_level_encryption_profile, Seahorse::Model::Operation.new.tap do |o|
1499
+ o.name = "DeleteFieldLevelEncryptionProfile"
1500
+ o.http_method = "DELETE"
1501
+ o.http_request_uri = "/2017-10-30/field-level-encryption-profile/{Id}"
1502
+ o.input = Shapes::ShapeRef.new(shape: DeleteFieldLevelEncryptionProfileRequest)
1503
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1504
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
1505
+ o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
1506
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchFieldLevelEncryptionProfile)
1507
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
1508
+ o.errors << Shapes::ShapeRef.new(shape: FieldLevelEncryptionProfileInUse)
1509
+ end)
1510
+
1511
+ api.add_operation(:delete_public_key, Seahorse::Model::Operation.new.tap do |o|
1512
+ o.name = "DeletePublicKey"
1513
+ o.http_method = "DELETE"
1514
+ o.http_request_uri = "/2017-10-30/public-key/{Id}"
1515
+ o.input = Shapes::ShapeRef.new(shape: DeletePublicKeyRequest)
1516
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1517
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
1518
+ o.errors << Shapes::ShapeRef.new(shape: PublicKeyInUse)
1519
+ o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
1520
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchPublicKey)
1521
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
1522
+ end)
1523
+
1058
1524
  api.add_operation(:delete_service_linked_role, Seahorse::Model::Operation.new.tap do |o|
1059
1525
  o.name = "DeleteServiceLinkedRole"
1060
1526
  o.http_method = "DELETE"
1061
- o.http_request_uri = "/2017-03-25/service-linked-role/{RoleName}"
1527
+ o.http_request_uri = "/2017-10-30/service-linked-role/{RoleName}"
1062
1528
  o.input = Shapes::ShapeRef.new(shape: DeleteServiceLinkedRoleRequest)
1063
1529
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1064
1530
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
@@ -1070,7 +1536,7 @@ module Aws::CloudFront
1070
1536
  api.add_operation(:delete_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
1071
1537
  o.name = "DeleteStreamingDistribution"
1072
1538
  o.http_method = "DELETE"
1073
- o.http_request_uri = "/2017-03-25/streaming-distribution/{Id}"
1539
+ o.http_request_uri = "/2017-10-30/streaming-distribution/{Id}"
1074
1540
  o.input = Shapes::ShapeRef.new(shape: DeleteStreamingDistributionRequest)
1075
1541
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1076
1542
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1083,7 +1549,7 @@ module Aws::CloudFront
1083
1549
  api.add_operation(:get_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
1084
1550
  o.name = "GetCloudFrontOriginAccessIdentity"
1085
1551
  o.http_method = "GET"
1086
- o.http_request_uri = "/2017-03-25/origin-access-identity/cloudfront/{Id}"
1552
+ o.http_request_uri = "/2017-10-30/origin-access-identity/cloudfront/{Id}"
1087
1553
  o.input = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityRequest)
1088
1554
  o.output = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityResult)
1089
1555
  o.errors << Shapes::ShapeRef.new(shape: NoSuchCloudFrontOriginAccessIdentity)
@@ -1093,7 +1559,7 @@ module Aws::CloudFront
1093
1559
  api.add_operation(:get_cloud_front_origin_access_identity_config, Seahorse::Model::Operation.new.tap do |o|
1094
1560
  o.name = "GetCloudFrontOriginAccessIdentityConfig"
1095
1561
  o.http_method = "GET"
1096
- o.http_request_uri = "/2017-03-25/origin-access-identity/cloudfront/{Id}/config"
1562
+ o.http_request_uri = "/2017-10-30/origin-access-identity/cloudfront/{Id}/config"
1097
1563
  o.input = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityConfigRequest)
1098
1564
  o.output = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityConfigResult)
1099
1565
  o.errors << Shapes::ShapeRef.new(shape: NoSuchCloudFrontOriginAccessIdentity)
@@ -1103,7 +1569,7 @@ module Aws::CloudFront
1103
1569
  api.add_operation(:get_distribution, Seahorse::Model::Operation.new.tap do |o|
1104
1570
  o.name = "GetDistribution"
1105
1571
  o.http_method = "GET"
1106
- o.http_request_uri = "/2017-03-25/distribution/{Id}"
1572
+ o.http_request_uri = "/2017-10-30/distribution/{Id}"
1107
1573
  o.input = Shapes::ShapeRef.new(shape: GetDistributionRequest)
1108
1574
  o.output = Shapes::ShapeRef.new(shape: GetDistributionResult)
1109
1575
  o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
@@ -1113,17 +1579,57 @@ module Aws::CloudFront
1113
1579
  api.add_operation(:get_distribution_config, Seahorse::Model::Operation.new.tap do |o|
1114
1580
  o.name = "GetDistributionConfig"
1115
1581
  o.http_method = "GET"
1116
- o.http_request_uri = "/2017-03-25/distribution/{Id}/config"
1582
+ o.http_request_uri = "/2017-10-30/distribution/{Id}/config"
1117
1583
  o.input = Shapes::ShapeRef.new(shape: GetDistributionConfigRequest)
1118
1584
  o.output = Shapes::ShapeRef.new(shape: GetDistributionConfigResult)
1119
1585
  o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
1120
1586
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
1121
1587
  end)
1122
1588
 
1589
+ api.add_operation(:get_field_level_encryption, Seahorse::Model::Operation.new.tap do |o|
1590
+ o.name = "GetFieldLevelEncryption"
1591
+ o.http_method = "GET"
1592
+ o.http_request_uri = "/2017-10-30/field-level-encryption/{Id}"
1593
+ o.input = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionRequest)
1594
+ o.output = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionResult)
1595
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
1596
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchFieldLevelEncryptionConfig)
1597
+ end)
1598
+
1599
+ api.add_operation(:get_field_level_encryption_config, Seahorse::Model::Operation.new.tap do |o|
1600
+ o.name = "GetFieldLevelEncryptionConfig"
1601
+ o.http_method = "GET"
1602
+ o.http_request_uri = "/2017-10-30/field-level-encryption/{Id}/config"
1603
+ o.input = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionConfigRequest)
1604
+ o.output = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionConfigResult)
1605
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
1606
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchFieldLevelEncryptionConfig)
1607
+ end)
1608
+
1609
+ api.add_operation(:get_field_level_encryption_profile, Seahorse::Model::Operation.new.tap do |o|
1610
+ o.name = "GetFieldLevelEncryptionProfile"
1611
+ o.http_method = "GET"
1612
+ o.http_request_uri = "/2017-10-30/field-level-encryption-profile/{Id}"
1613
+ o.input = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionProfileRequest)
1614
+ o.output = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionProfileResult)
1615
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
1616
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchFieldLevelEncryptionProfile)
1617
+ end)
1618
+
1619
+ api.add_operation(:get_field_level_encryption_profile_config, Seahorse::Model::Operation.new.tap do |o|
1620
+ o.name = "GetFieldLevelEncryptionProfileConfig"
1621
+ o.http_method = "GET"
1622
+ o.http_request_uri = "/2017-10-30/field-level-encryption-profile/{Id}/config"
1623
+ o.input = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionProfileConfigRequest)
1624
+ o.output = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionProfileConfigResult)
1625
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
1626
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchFieldLevelEncryptionProfile)
1627
+ end)
1628
+
1123
1629
  api.add_operation(:get_invalidation, Seahorse::Model::Operation.new.tap do |o|
1124
1630
  o.name = "GetInvalidation"
1125
1631
  o.http_method = "GET"
1126
- o.http_request_uri = "/2017-03-25/distribution/{DistributionId}/invalidation/{Id}"
1632
+ o.http_request_uri = "/2017-10-30/distribution/{DistributionId}/invalidation/{Id}"
1127
1633
  o.input = Shapes::ShapeRef.new(shape: GetInvalidationRequest)
1128
1634
  o.output = Shapes::ShapeRef.new(shape: GetInvalidationResult)
1129
1635
  o.errors << Shapes::ShapeRef.new(shape: NoSuchInvalidation)
@@ -1131,10 +1637,30 @@ module Aws::CloudFront
1131
1637
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
1132
1638
  end)
1133
1639
 
1640
+ api.add_operation(:get_public_key, Seahorse::Model::Operation.new.tap do |o|
1641
+ o.name = "GetPublicKey"
1642
+ o.http_method = "GET"
1643
+ o.http_request_uri = "/2017-10-30/public-key/{Id}"
1644
+ o.input = Shapes::ShapeRef.new(shape: GetPublicKeyRequest)
1645
+ o.output = Shapes::ShapeRef.new(shape: GetPublicKeyResult)
1646
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
1647
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchPublicKey)
1648
+ end)
1649
+
1650
+ api.add_operation(:get_public_key_config, Seahorse::Model::Operation.new.tap do |o|
1651
+ o.name = "GetPublicKeyConfig"
1652
+ o.http_method = "GET"
1653
+ o.http_request_uri = "/2017-10-30/public-key/{Id}/config"
1654
+ o.input = Shapes::ShapeRef.new(shape: GetPublicKeyConfigRequest)
1655
+ o.output = Shapes::ShapeRef.new(shape: GetPublicKeyConfigResult)
1656
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
1657
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchPublicKey)
1658
+ end)
1659
+
1134
1660
  api.add_operation(:get_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
1135
1661
  o.name = "GetStreamingDistribution"
1136
1662
  o.http_method = "GET"
1137
- o.http_request_uri = "/2017-03-25/streaming-distribution/{Id}"
1663
+ o.http_request_uri = "/2017-10-30/streaming-distribution/{Id}"
1138
1664
  o.input = Shapes::ShapeRef.new(shape: GetStreamingDistributionRequest)
1139
1665
  o.output = Shapes::ShapeRef.new(shape: GetStreamingDistributionResult)
1140
1666
  o.errors << Shapes::ShapeRef.new(shape: NoSuchStreamingDistribution)
@@ -1144,7 +1670,7 @@ module Aws::CloudFront
1144
1670
  api.add_operation(:get_streaming_distribution_config, Seahorse::Model::Operation.new.tap do |o|
1145
1671
  o.name = "GetStreamingDistributionConfig"
1146
1672
  o.http_method = "GET"
1147
- o.http_request_uri = "/2017-03-25/streaming-distribution/{Id}/config"
1673
+ o.http_request_uri = "/2017-10-30/streaming-distribution/{Id}/config"
1148
1674
  o.input = Shapes::ShapeRef.new(shape: GetStreamingDistributionConfigRequest)
1149
1675
  o.output = Shapes::ShapeRef.new(shape: GetStreamingDistributionConfigResult)
1150
1676
  o.errors << Shapes::ShapeRef.new(shape: NoSuchStreamingDistribution)
@@ -1154,7 +1680,7 @@ module Aws::CloudFront
1154
1680
  api.add_operation(:list_cloud_front_origin_access_identities, Seahorse::Model::Operation.new.tap do |o|
1155
1681
  o.name = "ListCloudFrontOriginAccessIdentities"
1156
1682
  o.http_method = "GET"
1157
- o.http_request_uri = "/2017-03-25/origin-access-identity/cloudfront"
1683
+ o.http_request_uri = "/2017-10-30/origin-access-identity/cloudfront"
1158
1684
  o.input = Shapes::ShapeRef.new(shape: ListCloudFrontOriginAccessIdentitiesRequest)
1159
1685
  o.output = Shapes::ShapeRef.new(shape: ListCloudFrontOriginAccessIdentitiesResult)
1160
1686
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
@@ -1170,7 +1696,7 @@ module Aws::CloudFront
1170
1696
  api.add_operation(:list_distributions, Seahorse::Model::Operation.new.tap do |o|
1171
1697
  o.name = "ListDistributions"
1172
1698
  o.http_method = "GET"
1173
- o.http_request_uri = "/2017-03-25/distribution"
1699
+ o.http_request_uri = "/2017-10-30/distribution"
1174
1700
  o.input = Shapes::ShapeRef.new(shape: ListDistributionsRequest)
1175
1701
  o.output = Shapes::ShapeRef.new(shape: ListDistributionsResult)
1176
1702
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
@@ -1186,17 +1712,35 @@ module Aws::CloudFront
1186
1712
  api.add_operation(:list_distributions_by_web_acl_id, Seahorse::Model::Operation.new.tap do |o|
1187
1713
  o.name = "ListDistributionsByWebACLId"
1188
1714
  o.http_method = "GET"
1189
- o.http_request_uri = "/2017-03-25/distributionsByWebACLId/{WebACLId}"
1715
+ o.http_request_uri = "/2017-10-30/distributionsByWebACLId/{WebACLId}"
1190
1716
  o.input = Shapes::ShapeRef.new(shape: ListDistributionsByWebACLIdRequest)
1191
1717
  o.output = Shapes::ShapeRef.new(shape: ListDistributionsByWebACLIdResult)
1192
1718
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
1193
1719
  o.errors << Shapes::ShapeRef.new(shape: InvalidWebACLId)
1194
1720
  end)
1195
1721
 
1722
+ api.add_operation(:list_field_level_encryption_configs, Seahorse::Model::Operation.new.tap do |o|
1723
+ o.name = "ListFieldLevelEncryptionConfigs"
1724
+ o.http_method = "GET"
1725
+ o.http_request_uri = "/2017-10-30/field-level-encryption"
1726
+ o.input = Shapes::ShapeRef.new(shape: ListFieldLevelEncryptionConfigsRequest)
1727
+ o.output = Shapes::ShapeRef.new(shape: ListFieldLevelEncryptionConfigsResult)
1728
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
1729
+ end)
1730
+
1731
+ api.add_operation(:list_field_level_encryption_profiles, Seahorse::Model::Operation.new.tap do |o|
1732
+ o.name = "ListFieldLevelEncryptionProfiles"
1733
+ o.http_method = "GET"
1734
+ o.http_request_uri = "/2017-10-30/field-level-encryption-profile"
1735
+ o.input = Shapes::ShapeRef.new(shape: ListFieldLevelEncryptionProfilesRequest)
1736
+ o.output = Shapes::ShapeRef.new(shape: ListFieldLevelEncryptionProfilesResult)
1737
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
1738
+ end)
1739
+
1196
1740
  api.add_operation(:list_invalidations, Seahorse::Model::Operation.new.tap do |o|
1197
1741
  o.name = "ListInvalidations"
1198
1742
  o.http_method = "GET"
1199
- o.http_request_uri = "/2017-03-25/distribution/{DistributionId}/invalidation"
1743
+ o.http_request_uri = "/2017-10-30/distribution/{DistributionId}/invalidation"
1200
1744
  o.input = Shapes::ShapeRef.new(shape: ListInvalidationsRequest)
1201
1745
  o.output = Shapes::ShapeRef.new(shape: ListInvalidationsResult)
1202
1746
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
@@ -1211,10 +1755,19 @@ module Aws::CloudFront
1211
1755
  )
1212
1756
  end)
1213
1757
 
1758
+ api.add_operation(:list_public_keys, Seahorse::Model::Operation.new.tap do |o|
1759
+ o.name = "ListPublicKeys"
1760
+ o.http_method = "GET"
1761
+ o.http_request_uri = "/2017-10-30/public-key"
1762
+ o.input = Shapes::ShapeRef.new(shape: ListPublicKeysRequest)
1763
+ o.output = Shapes::ShapeRef.new(shape: ListPublicKeysResult)
1764
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
1765
+ end)
1766
+
1214
1767
  api.add_operation(:list_streaming_distributions, Seahorse::Model::Operation.new.tap do |o|
1215
1768
  o.name = "ListStreamingDistributions"
1216
1769
  o.http_method = "GET"
1217
- o.http_request_uri = "/2017-03-25/streaming-distribution"
1770
+ o.http_request_uri = "/2017-10-30/streaming-distribution"
1218
1771
  o.input = Shapes::ShapeRef.new(shape: ListStreamingDistributionsRequest)
1219
1772
  o.output = Shapes::ShapeRef.new(shape: ListStreamingDistributionsResult)
1220
1773
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
@@ -1230,7 +1783,7 @@ module Aws::CloudFront
1230
1783
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
1231
1784
  o.name = "ListTagsForResource"
1232
1785
  o.http_method = "GET"
1233
- o.http_request_uri = "/2017-03-25/tagging"
1786
+ o.http_request_uri = "/2017-10-30/tagging"
1234
1787
  o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
1235
1788
  o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResult)
1236
1789
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1242,7 +1795,7 @@ module Aws::CloudFront
1242
1795
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1243
1796
  o.name = "TagResource"
1244
1797
  o.http_method = "POST"
1245
- o.http_request_uri = "/2017-03-25/tagging?Operation=Tag"
1798
+ o.http_request_uri = "/2017-10-30/tagging?Operation=Tag"
1246
1799
  o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
1247
1800
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1248
1801
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1254,7 +1807,7 @@ module Aws::CloudFront
1254
1807
  api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1255
1808
  o.name = "UntagResource"
1256
1809
  o.http_method = "POST"
1257
- o.http_request_uri = "/2017-03-25/tagging?Operation=Untag"
1810
+ o.http_request_uri = "/2017-10-30/tagging?Operation=Untag"
1258
1811
  o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
1259
1812
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1260
1813
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1266,7 +1819,7 @@ module Aws::CloudFront
1266
1819
  api.add_operation(:update_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
1267
1820
  o.name = "UpdateCloudFrontOriginAccessIdentity"
1268
1821
  o.http_method = "PUT"
1269
- o.http_request_uri = "/2017-03-25/origin-access-identity/cloudfront/{Id}/config"
1822
+ o.http_request_uri = "/2017-10-30/origin-access-identity/cloudfront/{Id}/config"
1270
1823
  o.input = Shapes::ShapeRef.new(shape: UpdateCloudFrontOriginAccessIdentityRequest)
1271
1824
  o.output = Shapes::ShapeRef.new(shape: UpdateCloudFrontOriginAccessIdentityResult)
1272
1825
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1282,7 +1835,7 @@ module Aws::CloudFront
1282
1835
  api.add_operation(:update_distribution, Seahorse::Model::Operation.new.tap do |o|
1283
1836
  o.name = "UpdateDistribution"
1284
1837
  o.http_method = "PUT"
1285
- o.http_request_uri = "/2017-03-25/distribution/{Id}/config"
1838
+ o.http_request_uri = "/2017-10-30/distribution/{Id}/config"
1286
1839
  o.input = Shapes::ShapeRef.new(shape: UpdateDistributionRequest)
1287
1840
  o.output = Shapes::ShapeRef.new(shape: UpdateDistributionResult)
1288
1841
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1325,12 +1878,69 @@ module Aws::CloudFront
1325
1878
  o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaFunctionAssociation)
1326
1879
  o.errors << Shapes::ShapeRef.new(shape: InvalidOriginReadTimeout)
1327
1880
  o.errors << Shapes::ShapeRef.new(shape: InvalidOriginKeepaliveTimeout)
1881
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchFieldLevelEncryptionConfig)
1882
+ o.errors << Shapes::ShapeRef.new(shape: IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior)
1883
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToFieldLevelEncryptionConfig)
1884
+ end)
1885
+
1886
+ api.add_operation(:update_field_level_encryption_config, Seahorse::Model::Operation.new.tap do |o|
1887
+ o.name = "UpdateFieldLevelEncryptionConfig"
1888
+ o.http_method = "PUT"
1889
+ o.http_request_uri = "/2017-10-30/field-level-encryption/{Id}/config"
1890
+ o.input = Shapes::ShapeRef.new(shape: UpdateFieldLevelEncryptionConfigRequest)
1891
+ o.output = Shapes::ShapeRef.new(shape: UpdateFieldLevelEncryptionConfigResult)
1892
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
1893
+ o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
1894
+ o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
1895
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
1896
+ o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
1897
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchFieldLevelEncryptionProfile)
1898
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchFieldLevelEncryptionConfig)
1899
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
1900
+ o.errors << Shapes::ShapeRef.new(shape: TooManyFieldLevelEncryptionQueryArgProfiles)
1901
+ o.errors << Shapes::ShapeRef.new(shape: TooManyFieldLevelEncryptionContentTypeProfiles)
1902
+ o.errors << Shapes::ShapeRef.new(shape: QueryArgProfileEmpty)
1903
+ end)
1904
+
1905
+ api.add_operation(:update_field_level_encryption_profile, Seahorse::Model::Operation.new.tap do |o|
1906
+ o.name = "UpdateFieldLevelEncryptionProfile"
1907
+ o.http_method = "PUT"
1908
+ o.http_request_uri = "/2017-10-30/field-level-encryption-profile/{Id}/config"
1909
+ o.input = Shapes::ShapeRef.new(shape: UpdateFieldLevelEncryptionProfileRequest)
1910
+ o.output = Shapes::ShapeRef.new(shape: UpdateFieldLevelEncryptionProfileResult)
1911
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
1912
+ o.errors << Shapes::ShapeRef.new(shape: FieldLevelEncryptionProfileAlreadyExists)
1913
+ o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
1914
+ o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
1915
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
1916
+ o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
1917
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchPublicKey)
1918
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchFieldLevelEncryptionProfile)
1919
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
1920
+ o.errors << Shapes::ShapeRef.new(shape: FieldLevelEncryptionProfileSizeExceeded)
1921
+ o.errors << Shapes::ShapeRef.new(shape: TooManyFieldLevelEncryptionEncryptionEntities)
1922
+ o.errors << Shapes::ShapeRef.new(shape: TooManyFieldLevelEncryptionFieldPatterns)
1923
+ end)
1924
+
1925
+ api.add_operation(:update_public_key, Seahorse::Model::Operation.new.tap do |o|
1926
+ o.name = "UpdatePublicKey"
1927
+ o.http_method = "PUT"
1928
+ o.http_request_uri = "/2017-10-30/public-key/{Id}/config"
1929
+ o.input = Shapes::ShapeRef.new(shape: UpdatePublicKeyRequest)
1930
+ o.output = Shapes::ShapeRef.new(shape: UpdatePublicKeyResult)
1931
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
1932
+ o.errors << Shapes::ShapeRef.new(shape: CannotChangeImmutablePublicKeyFields)
1933
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
1934
+ o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
1935
+ o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
1936
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchPublicKey)
1937
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
1328
1938
  end)
1329
1939
 
1330
1940
  api.add_operation(:update_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
1331
1941
  o.name = "UpdateStreamingDistribution"
1332
1942
  o.http_method = "PUT"
1333
- o.http_request_uri = "/2017-03-25/streaming-distribution/{Id}/config"
1943
+ o.http_request_uri = "/2017-10-30/streaming-distribution/{Id}/config"
1334
1944
  o.input = Shapes::ShapeRef.new(shape: UpdateStreamingDistributionRequest)
1335
1945
  o.output = Shapes::ShapeRef.new(shape: UpdateStreamingDistributionResult)
1336
1946
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)