aws-sdk-cloudfront 1.4.0 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -392,7 +392,7 @@ module Aws::CloudFront
392
392
  CookiePreference.add_member(:whitelisted_names, Shapes::ShapeRef.new(shape: CookieNames, location_name: "WhitelistedNames"))
393
393
  CookiePreference.struct_class = Types::CookiePreference
394
394
 
395
- 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/"}}))
395
+ 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/2018-06-18/"}}))
396
396
  CreateCloudFrontOriginAccessIdentityRequest.struct_class = Types::CreateCloudFrontOriginAccessIdentityRequest
397
397
  CreateCloudFrontOriginAccessIdentityRequest[:payload] = :cloud_front_origin_access_identity_config
398
398
  CreateCloudFrontOriginAccessIdentityRequest[:payload_member] = CreateCloudFrontOriginAccessIdentityRequest.member(:cloud_front_origin_access_identity_config)
@@ -404,7 +404,7 @@ module Aws::CloudFront
404
404
  CreateCloudFrontOriginAccessIdentityResult[:payload] = :cloud_front_origin_access_identity
405
405
  CreateCloudFrontOriginAccessIdentityResult[:payload_member] = CreateCloudFrontOriginAccessIdentityResult.member(:cloud_front_origin_access_identity)
406
406
 
407
- 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/"}}))
407
+ CreateDistributionRequest.add_member(:distribution_config, Shapes::ShapeRef.new(shape: DistributionConfig, required: true, location_name: "DistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2018-06-18/"}}))
408
408
  CreateDistributionRequest.struct_class = Types::CreateDistributionRequest
409
409
  CreateDistributionRequest[:payload] = :distribution_config
410
410
  CreateDistributionRequest[:payload_member] = CreateDistributionRequest.member(:distribution_config)
@@ -416,7 +416,7 @@ module Aws::CloudFront
416
416
  CreateDistributionResult[:payload] = :distribution
417
417
  CreateDistributionResult[:payload_member] = CreateDistributionResult.member(:distribution)
418
418
 
419
- 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/"}}))
419
+ 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/2018-06-18/"}}))
420
420
  CreateDistributionWithTagsRequest.struct_class = Types::CreateDistributionWithTagsRequest
421
421
  CreateDistributionWithTagsRequest[:payload] = :distribution_config_with_tags
422
422
  CreateDistributionWithTagsRequest[:payload_member] = CreateDistributionWithTagsRequest.member(:distribution_config_with_tags)
@@ -428,7 +428,7 @@ module Aws::CloudFront
428
428
  CreateDistributionWithTagsResult[:payload] = :distribution
429
429
  CreateDistributionWithTagsResult[:payload_member] = CreateDistributionWithTagsResult.member(:distribution)
430
430
 
431
- 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/"}}))
431
+ 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/2018-06-18/"}}))
432
432
  CreateFieldLevelEncryptionConfigRequest.struct_class = Types::CreateFieldLevelEncryptionConfigRequest
433
433
  CreateFieldLevelEncryptionConfigRequest[:payload] = :field_level_encryption_config
434
434
  CreateFieldLevelEncryptionConfigRequest[:payload_member] = CreateFieldLevelEncryptionConfigRequest.member(:field_level_encryption_config)
@@ -440,7 +440,7 @@ module Aws::CloudFront
440
440
  CreateFieldLevelEncryptionConfigResult[:payload] = :field_level_encryption
441
441
  CreateFieldLevelEncryptionConfigResult[:payload_member] = CreateFieldLevelEncryptionConfigResult.member(:field_level_encryption)
442
442
 
443
- 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/"}}))
443
+ 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/2018-06-18/"}}))
444
444
  CreateFieldLevelEncryptionProfileRequest.struct_class = Types::CreateFieldLevelEncryptionProfileRequest
445
445
  CreateFieldLevelEncryptionProfileRequest[:payload] = :field_level_encryption_profile_config
446
446
  CreateFieldLevelEncryptionProfileRequest[:payload_member] = CreateFieldLevelEncryptionProfileRequest.member(:field_level_encryption_profile_config)
@@ -453,7 +453,7 @@ module Aws::CloudFront
453
453
  CreateFieldLevelEncryptionProfileResult[:payload_member] = CreateFieldLevelEncryptionProfileResult.member(:field_level_encryption_profile)
454
454
 
455
455
  CreateInvalidationRequest.add_member(:distribution_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DistributionId"))
456
- 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/"}}))
456
+ CreateInvalidationRequest.add_member(:invalidation_batch, Shapes::ShapeRef.new(shape: InvalidationBatch, required: true, location_name: "InvalidationBatch", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2018-06-18/"}}))
457
457
  CreateInvalidationRequest.struct_class = Types::CreateInvalidationRequest
458
458
  CreateInvalidationRequest[:payload] = :invalidation_batch
459
459
  CreateInvalidationRequest[:payload_member] = CreateInvalidationRequest.member(:invalidation_batch)
@@ -464,7 +464,7 @@ module Aws::CloudFront
464
464
  CreateInvalidationResult[:payload] = :invalidation
465
465
  CreateInvalidationResult[:payload_member] = CreateInvalidationResult.member(:invalidation)
466
466
 
467
- 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/"}}))
467
+ CreatePublicKeyRequest.add_member(:public_key_config, Shapes::ShapeRef.new(shape: PublicKeyConfig, required: true, location_name: "PublicKeyConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2018-06-18/"}}))
468
468
  CreatePublicKeyRequest.struct_class = Types::CreatePublicKeyRequest
469
469
  CreatePublicKeyRequest[:payload] = :public_key_config
470
470
  CreatePublicKeyRequest[:payload_member] = CreatePublicKeyRequest.member(:public_key_config)
@@ -476,7 +476,7 @@ module Aws::CloudFront
476
476
  CreatePublicKeyResult[:payload] = :public_key
477
477
  CreatePublicKeyResult[:payload_member] = CreatePublicKeyResult.member(:public_key)
478
478
 
479
- 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/"}}))
479
+ CreateStreamingDistributionRequest.add_member(:streaming_distribution_config, Shapes::ShapeRef.new(shape: StreamingDistributionConfig, required: true, location_name: "StreamingDistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2018-06-18/"}}))
480
480
  CreateStreamingDistributionRequest.struct_class = Types::CreateStreamingDistributionRequest
481
481
  CreateStreamingDistributionRequest[:payload] = :streaming_distribution_config
482
482
  CreateStreamingDistributionRequest[:payload_member] = CreateStreamingDistributionRequest.member(:streaming_distribution_config)
@@ -488,7 +488,7 @@ module Aws::CloudFront
488
488
  CreateStreamingDistributionResult[:payload] = :streaming_distribution
489
489
  CreateStreamingDistributionResult[:payload_member] = CreateStreamingDistributionResult.member(:streaming_distribution)
490
490
 
491
- 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/"}}))
491
+ 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/2018-06-18/"}}))
492
492
  CreateStreamingDistributionWithTagsRequest.struct_class = Types::CreateStreamingDistributionWithTagsRequest
493
493
  CreateStreamingDistributionWithTagsRequest[:payload] = :streaming_distribution_config_with_tags
494
494
  CreateStreamingDistributionWithTagsRequest[:payload_member] = CreateStreamingDistributionWithTagsRequest.member(:streaming_distribution_config_with_tags)
@@ -860,6 +860,7 @@ module Aws::CloudFront
860
860
 
861
861
  LambdaFunctionAssociation.add_member(:lambda_function_arn, Shapes::ShapeRef.new(shape: LambdaFunctionARN, required: true, location_name: "LambdaFunctionARN"))
862
862
  LambdaFunctionAssociation.add_member(:event_type, Shapes::ShapeRef.new(shape: EventType, required: true, location_name: "EventType"))
863
+ LambdaFunctionAssociation.add_member(:include_body, Shapes::ShapeRef.new(shape: boolean, location_name: "IncludeBody"))
863
864
  LambdaFunctionAssociation.struct_class = Types::LambdaFunctionAssociation
864
865
 
865
866
  LambdaFunctionAssociationList.member = Shapes::ShapeRef.new(shape: LambdaFunctionAssociation, location_name: "LambdaFunctionAssociation")
@@ -1117,7 +1118,7 @@ module Aws::CloudFront
1117
1118
  TagList.member = Shapes::ShapeRef.new(shape: Tag, location_name: "Tag")
1118
1119
 
1119
1120
  TagResourceRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location: "querystring", location_name: "Resource"))
1120
- 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/"}}))
1121
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "Tags", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2018-06-18/"}}))
1121
1122
  TagResourceRequest.struct_class = Types::TagResourceRequest
1122
1123
  TagResourceRequest[:payload] = :tags
1123
1124
  TagResourceRequest[:payload_member] = TagResourceRequest.member(:tags)
@@ -1131,12 +1132,12 @@ module Aws::CloudFront
1131
1132
  TrustedSigners.struct_class = Types::TrustedSigners
1132
1133
 
1133
1134
  UntagResourceRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location: "querystring", location_name: "Resource"))
1134
- 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/"}}))
1135
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location_name: "TagKeys", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2018-06-18/"}}))
1135
1136
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
1136
1137
  UntagResourceRequest[:payload] = :tag_keys
1137
1138
  UntagResourceRequest[:payload_member] = UntagResourceRequest.member(:tag_keys)
1138
1139
 
1139
- 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/"}}))
1140
+ 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/2018-06-18/"}}))
1140
1141
  UpdateCloudFrontOriginAccessIdentityRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1141
1142
  UpdateCloudFrontOriginAccessIdentityRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
1142
1143
  UpdateCloudFrontOriginAccessIdentityRequest.struct_class = Types::UpdateCloudFrontOriginAccessIdentityRequest
@@ -1149,7 +1150,7 @@ module Aws::CloudFront
1149
1150
  UpdateCloudFrontOriginAccessIdentityResult[:payload] = :cloud_front_origin_access_identity
1150
1151
  UpdateCloudFrontOriginAccessIdentityResult[:payload_member] = UpdateCloudFrontOriginAccessIdentityResult.member(:cloud_front_origin_access_identity)
1151
1152
 
1152
- 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/"}}))
1153
+ UpdateDistributionRequest.add_member(:distribution_config, Shapes::ShapeRef.new(shape: DistributionConfig, required: true, location_name: "DistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2018-06-18/"}}))
1153
1154
  UpdateDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1154
1155
  UpdateDistributionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
1155
1156
  UpdateDistributionRequest.struct_class = Types::UpdateDistributionRequest
@@ -1162,7 +1163,7 @@ module Aws::CloudFront
1162
1163
  UpdateDistributionResult[:payload] = :distribution
1163
1164
  UpdateDistributionResult[:payload_member] = UpdateDistributionResult.member(:distribution)
1164
1165
 
1165
- 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/"}}))
1166
+ 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/2018-06-18/"}}))
1166
1167
  UpdateFieldLevelEncryptionConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1167
1168
  UpdateFieldLevelEncryptionConfigRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
1168
1169
  UpdateFieldLevelEncryptionConfigRequest.struct_class = Types::UpdateFieldLevelEncryptionConfigRequest
@@ -1175,7 +1176,7 @@ module Aws::CloudFront
1175
1176
  UpdateFieldLevelEncryptionConfigResult[:payload] = :field_level_encryption
1176
1177
  UpdateFieldLevelEncryptionConfigResult[:payload_member] = UpdateFieldLevelEncryptionConfigResult.member(:field_level_encryption)
1177
1178
 
1178
- 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/"}}))
1179
+ 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/2018-06-18/"}}))
1179
1180
  UpdateFieldLevelEncryptionProfileRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1180
1181
  UpdateFieldLevelEncryptionProfileRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
1181
1182
  UpdateFieldLevelEncryptionProfileRequest.struct_class = Types::UpdateFieldLevelEncryptionProfileRequest
@@ -1188,7 +1189,7 @@ module Aws::CloudFront
1188
1189
  UpdateFieldLevelEncryptionProfileResult[:payload] = :field_level_encryption_profile
1189
1190
  UpdateFieldLevelEncryptionProfileResult[:payload_member] = UpdateFieldLevelEncryptionProfileResult.member(:field_level_encryption_profile)
1190
1191
 
1191
- 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/"}}))
1192
+ UpdatePublicKeyRequest.add_member(:public_key_config, Shapes::ShapeRef.new(shape: PublicKeyConfig, required: true, location_name: "PublicKeyConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2018-06-18/"}}))
1192
1193
  UpdatePublicKeyRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1193
1194
  UpdatePublicKeyRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
1194
1195
  UpdatePublicKeyRequest.struct_class = Types::UpdatePublicKeyRequest
@@ -1201,7 +1202,7 @@ module Aws::CloudFront
1201
1202
  UpdatePublicKeyResult[:payload] = :public_key
1202
1203
  UpdatePublicKeyResult[:payload_member] = UpdatePublicKeyResult.member(:public_key)
1203
1204
 
1204
- 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/"}}))
1205
+ UpdateStreamingDistributionRequest.add_member(:streaming_distribution_config, Shapes::ShapeRef.new(shape: StreamingDistributionConfig, required: true, location_name: "StreamingDistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2018-06-18/"}}))
1205
1206
  UpdateStreamingDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1206
1207
  UpdateStreamingDistributionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
1207
1208
  UpdateStreamingDistributionRequest.struct_class = Types::UpdateStreamingDistributionRequest
@@ -1227,7 +1228,7 @@ module Aws::CloudFront
1227
1228
  # @api private
1228
1229
  API = Seahorse::Model::Api.new.tap do |api|
1229
1230
 
1230
- api.version = "2017-10-30"
1231
+ api.version = "2018-06-18"
1231
1232
 
1232
1233
  api.metadata = {
1233
1234
  "endpointPrefix" => "cloudfront",
@@ -1239,7 +1240,7 @@ module Aws::CloudFront
1239
1240
  api.add_operation(:create_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
1240
1241
  o.name = "CreateCloudFrontOriginAccessIdentity"
1241
1242
  o.http_method = "POST"
1242
- o.http_request_uri = "/2017-10-30/origin-access-identity/cloudfront"
1243
+ o.http_request_uri = "/2018-06-18/origin-access-identity/cloudfront"
1243
1244
  o.input = Shapes::ShapeRef.new(shape: CreateCloudFrontOriginAccessIdentityRequest)
1244
1245
  o.output = Shapes::ShapeRef.new(shape: CreateCloudFrontOriginAccessIdentityResult)
1245
1246
  o.errors << Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityAlreadyExists)
@@ -1252,7 +1253,7 @@ module Aws::CloudFront
1252
1253
  api.add_operation(:create_distribution, Seahorse::Model::Operation.new.tap do |o|
1253
1254
  o.name = "CreateDistribution"
1254
1255
  o.http_method = "POST"
1255
- o.http_request_uri = "/2017-10-30/distribution"
1256
+ o.http_request_uri = "/2018-06-18/distribution"
1256
1257
  o.input = Shapes::ShapeRef.new(shape: CreateDistributionRequest)
1257
1258
  o.output = Shapes::ShapeRef.new(shape: CreateDistributionResult)
1258
1259
  o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
@@ -1303,7 +1304,7 @@ module Aws::CloudFront
1303
1304
  api.add_operation(:create_distribution_with_tags, Seahorse::Model::Operation.new.tap do |o|
1304
1305
  o.name = "CreateDistributionWithTags"
1305
1306
  o.http_method = "POST"
1306
- o.http_request_uri = "/2017-10-30/distribution?WithTags"
1307
+ o.http_request_uri = "/2018-06-18/distribution?WithTags"
1307
1308
  o.input = Shapes::ShapeRef.new(shape: CreateDistributionWithTagsRequest)
1308
1309
  o.output = Shapes::ShapeRef.new(shape: CreateDistributionWithTagsResult)
1309
1310
  o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
@@ -1355,7 +1356,7 @@ module Aws::CloudFront
1355
1356
  api.add_operation(:create_field_level_encryption_config, Seahorse::Model::Operation.new.tap do |o|
1356
1357
  o.name = "CreateFieldLevelEncryptionConfig"
1357
1358
  o.http_method = "POST"
1358
- o.http_request_uri = "/2017-10-30/field-level-encryption"
1359
+ o.http_request_uri = "/2018-06-18/field-level-encryption"
1359
1360
  o.input = Shapes::ShapeRef.new(shape: CreateFieldLevelEncryptionConfigRequest)
1360
1361
  o.output = Shapes::ShapeRef.new(shape: CreateFieldLevelEncryptionConfigResult)
1361
1362
  o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
@@ -1371,7 +1372,7 @@ module Aws::CloudFront
1371
1372
  api.add_operation(:create_field_level_encryption_profile, Seahorse::Model::Operation.new.tap do |o|
1372
1373
  o.name = "CreateFieldLevelEncryptionProfile"
1373
1374
  o.http_method = "POST"
1374
- o.http_request_uri = "/2017-10-30/field-level-encryption-profile"
1375
+ o.http_request_uri = "/2018-06-18/field-level-encryption-profile"
1375
1376
  o.input = Shapes::ShapeRef.new(shape: CreateFieldLevelEncryptionProfileRequest)
1376
1377
  o.output = Shapes::ShapeRef.new(shape: CreateFieldLevelEncryptionProfileResult)
1377
1378
  o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
@@ -1387,7 +1388,7 @@ module Aws::CloudFront
1387
1388
  api.add_operation(:create_invalidation, Seahorse::Model::Operation.new.tap do |o|
1388
1389
  o.name = "CreateInvalidation"
1389
1390
  o.http_method = "POST"
1390
- o.http_request_uri = "/2017-10-30/distribution/{DistributionId}/invalidation"
1391
+ o.http_request_uri = "/2018-06-18/distribution/{DistributionId}/invalidation"
1391
1392
  o.input = Shapes::ShapeRef.new(shape: CreateInvalidationRequest)
1392
1393
  o.output = Shapes::ShapeRef.new(shape: CreateInvalidationResult)
1393
1394
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1402,7 +1403,7 @@ module Aws::CloudFront
1402
1403
  api.add_operation(:create_public_key, Seahorse::Model::Operation.new.tap do |o|
1403
1404
  o.name = "CreatePublicKey"
1404
1405
  o.http_method = "POST"
1405
- o.http_request_uri = "/2017-10-30/public-key"
1406
+ o.http_request_uri = "/2018-06-18/public-key"
1406
1407
  o.input = Shapes::ShapeRef.new(shape: CreatePublicKeyRequest)
1407
1408
  o.output = Shapes::ShapeRef.new(shape: CreatePublicKeyResult)
1408
1409
  o.errors << Shapes::ShapeRef.new(shape: PublicKeyAlreadyExists)
@@ -1413,7 +1414,7 @@ module Aws::CloudFront
1413
1414
  api.add_operation(:create_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
1414
1415
  o.name = "CreateStreamingDistribution"
1415
1416
  o.http_method = "POST"
1416
- o.http_request_uri = "/2017-10-30/streaming-distribution"
1417
+ o.http_request_uri = "/2018-06-18/streaming-distribution"
1417
1418
  o.input = Shapes::ShapeRef.new(shape: CreateStreamingDistributionRequest)
1418
1419
  o.output = Shapes::ShapeRef.new(shape: CreateStreamingDistributionResult)
1419
1420
  o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
@@ -1433,7 +1434,7 @@ module Aws::CloudFront
1433
1434
  api.add_operation(:create_streaming_distribution_with_tags, Seahorse::Model::Operation.new.tap do |o|
1434
1435
  o.name = "CreateStreamingDistributionWithTags"
1435
1436
  o.http_method = "POST"
1436
- o.http_request_uri = "/2017-10-30/streaming-distribution?WithTags"
1437
+ o.http_request_uri = "/2018-06-18/streaming-distribution?WithTags"
1437
1438
  o.input = Shapes::ShapeRef.new(shape: CreateStreamingDistributionWithTagsRequest)
1438
1439
  o.output = Shapes::ShapeRef.new(shape: CreateStreamingDistributionWithTagsResult)
1439
1440
  o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
@@ -1454,7 +1455,7 @@ module Aws::CloudFront
1454
1455
  api.add_operation(:delete_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
1455
1456
  o.name = "DeleteCloudFrontOriginAccessIdentity"
1456
1457
  o.http_method = "DELETE"
1457
- o.http_request_uri = "/2017-10-30/origin-access-identity/cloudfront/{Id}"
1458
+ o.http_request_uri = "/2018-06-18/origin-access-identity/cloudfront/{Id}"
1458
1459
  o.input = Shapes::ShapeRef.new(shape: DeleteCloudFrontOriginAccessIdentityRequest)
1459
1460
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1460
1461
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1467,7 +1468,7 @@ module Aws::CloudFront
1467
1468
  api.add_operation(:delete_distribution, Seahorse::Model::Operation.new.tap do |o|
1468
1469
  o.name = "DeleteDistribution"
1469
1470
  o.http_method = "DELETE"
1470
- o.http_request_uri = "/2017-10-30/distribution/{Id}"
1471
+ o.http_request_uri = "/2018-06-18/distribution/{Id}"
1471
1472
  o.input = Shapes::ShapeRef.new(shape: DeleteDistributionRequest)
1472
1473
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1473
1474
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1480,7 +1481,7 @@ module Aws::CloudFront
1480
1481
  api.add_operation(:delete_field_level_encryption_config, Seahorse::Model::Operation.new.tap do |o|
1481
1482
  o.name = "DeleteFieldLevelEncryptionConfig"
1482
1483
  o.http_method = "DELETE"
1483
- o.http_request_uri = "/2017-10-30/field-level-encryption/{Id}"
1484
+ o.http_request_uri = "/2018-06-18/field-level-encryption/{Id}"
1484
1485
  o.input = Shapes::ShapeRef.new(shape: DeleteFieldLevelEncryptionConfigRequest)
1485
1486
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1486
1487
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1493,7 +1494,7 @@ module Aws::CloudFront
1493
1494
  api.add_operation(:delete_field_level_encryption_profile, Seahorse::Model::Operation.new.tap do |o|
1494
1495
  o.name = "DeleteFieldLevelEncryptionProfile"
1495
1496
  o.http_method = "DELETE"
1496
- o.http_request_uri = "/2017-10-30/field-level-encryption-profile/{Id}"
1497
+ o.http_request_uri = "/2018-06-18/field-level-encryption-profile/{Id}"
1497
1498
  o.input = Shapes::ShapeRef.new(shape: DeleteFieldLevelEncryptionProfileRequest)
1498
1499
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1499
1500
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1506,7 +1507,7 @@ module Aws::CloudFront
1506
1507
  api.add_operation(:delete_public_key, Seahorse::Model::Operation.new.tap do |o|
1507
1508
  o.name = "DeletePublicKey"
1508
1509
  o.http_method = "DELETE"
1509
- o.http_request_uri = "/2017-10-30/public-key/{Id}"
1510
+ o.http_request_uri = "/2018-06-18/public-key/{Id}"
1510
1511
  o.input = Shapes::ShapeRef.new(shape: DeletePublicKeyRequest)
1511
1512
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1512
1513
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1519,7 +1520,7 @@ module Aws::CloudFront
1519
1520
  api.add_operation(:delete_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
1520
1521
  o.name = "DeleteStreamingDistribution"
1521
1522
  o.http_method = "DELETE"
1522
- o.http_request_uri = "/2017-10-30/streaming-distribution/{Id}"
1523
+ o.http_request_uri = "/2018-06-18/streaming-distribution/{Id}"
1523
1524
  o.input = Shapes::ShapeRef.new(shape: DeleteStreamingDistributionRequest)
1524
1525
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1525
1526
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1532,7 +1533,7 @@ module Aws::CloudFront
1532
1533
  api.add_operation(:get_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
1533
1534
  o.name = "GetCloudFrontOriginAccessIdentity"
1534
1535
  o.http_method = "GET"
1535
- o.http_request_uri = "/2017-10-30/origin-access-identity/cloudfront/{Id}"
1536
+ o.http_request_uri = "/2018-06-18/origin-access-identity/cloudfront/{Id}"
1536
1537
  o.input = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityRequest)
1537
1538
  o.output = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityResult)
1538
1539
  o.errors << Shapes::ShapeRef.new(shape: NoSuchCloudFrontOriginAccessIdentity)
@@ -1542,7 +1543,7 @@ module Aws::CloudFront
1542
1543
  api.add_operation(:get_cloud_front_origin_access_identity_config, Seahorse::Model::Operation.new.tap do |o|
1543
1544
  o.name = "GetCloudFrontOriginAccessIdentityConfig"
1544
1545
  o.http_method = "GET"
1545
- o.http_request_uri = "/2017-10-30/origin-access-identity/cloudfront/{Id}/config"
1546
+ o.http_request_uri = "/2018-06-18/origin-access-identity/cloudfront/{Id}/config"
1546
1547
  o.input = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityConfigRequest)
1547
1548
  o.output = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityConfigResult)
1548
1549
  o.errors << Shapes::ShapeRef.new(shape: NoSuchCloudFrontOriginAccessIdentity)
@@ -1552,7 +1553,7 @@ module Aws::CloudFront
1552
1553
  api.add_operation(:get_distribution, Seahorse::Model::Operation.new.tap do |o|
1553
1554
  o.name = "GetDistribution"
1554
1555
  o.http_method = "GET"
1555
- o.http_request_uri = "/2017-10-30/distribution/{Id}"
1556
+ o.http_request_uri = "/2018-06-18/distribution/{Id}"
1556
1557
  o.input = Shapes::ShapeRef.new(shape: GetDistributionRequest)
1557
1558
  o.output = Shapes::ShapeRef.new(shape: GetDistributionResult)
1558
1559
  o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
@@ -1562,7 +1563,7 @@ module Aws::CloudFront
1562
1563
  api.add_operation(:get_distribution_config, Seahorse::Model::Operation.new.tap do |o|
1563
1564
  o.name = "GetDistributionConfig"
1564
1565
  o.http_method = "GET"
1565
- o.http_request_uri = "/2017-10-30/distribution/{Id}/config"
1566
+ o.http_request_uri = "/2018-06-18/distribution/{Id}/config"
1566
1567
  o.input = Shapes::ShapeRef.new(shape: GetDistributionConfigRequest)
1567
1568
  o.output = Shapes::ShapeRef.new(shape: GetDistributionConfigResult)
1568
1569
  o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
@@ -1572,7 +1573,7 @@ module Aws::CloudFront
1572
1573
  api.add_operation(:get_field_level_encryption, Seahorse::Model::Operation.new.tap do |o|
1573
1574
  o.name = "GetFieldLevelEncryption"
1574
1575
  o.http_method = "GET"
1575
- o.http_request_uri = "/2017-10-30/field-level-encryption/{Id}"
1576
+ o.http_request_uri = "/2018-06-18/field-level-encryption/{Id}"
1576
1577
  o.input = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionRequest)
1577
1578
  o.output = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionResult)
1578
1579
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1582,7 +1583,7 @@ module Aws::CloudFront
1582
1583
  api.add_operation(:get_field_level_encryption_config, Seahorse::Model::Operation.new.tap do |o|
1583
1584
  o.name = "GetFieldLevelEncryptionConfig"
1584
1585
  o.http_method = "GET"
1585
- o.http_request_uri = "/2017-10-30/field-level-encryption/{Id}/config"
1586
+ o.http_request_uri = "/2018-06-18/field-level-encryption/{Id}/config"
1586
1587
  o.input = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionConfigRequest)
1587
1588
  o.output = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionConfigResult)
1588
1589
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1592,7 +1593,7 @@ module Aws::CloudFront
1592
1593
  api.add_operation(:get_field_level_encryption_profile, Seahorse::Model::Operation.new.tap do |o|
1593
1594
  o.name = "GetFieldLevelEncryptionProfile"
1594
1595
  o.http_method = "GET"
1595
- o.http_request_uri = "/2017-10-30/field-level-encryption-profile/{Id}"
1596
+ o.http_request_uri = "/2018-06-18/field-level-encryption-profile/{Id}"
1596
1597
  o.input = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionProfileRequest)
1597
1598
  o.output = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionProfileResult)
1598
1599
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1602,7 +1603,7 @@ module Aws::CloudFront
1602
1603
  api.add_operation(:get_field_level_encryption_profile_config, Seahorse::Model::Operation.new.tap do |o|
1603
1604
  o.name = "GetFieldLevelEncryptionProfileConfig"
1604
1605
  o.http_method = "GET"
1605
- o.http_request_uri = "/2017-10-30/field-level-encryption-profile/{Id}/config"
1606
+ o.http_request_uri = "/2018-06-18/field-level-encryption-profile/{Id}/config"
1606
1607
  o.input = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionProfileConfigRequest)
1607
1608
  o.output = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionProfileConfigResult)
1608
1609
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1612,7 +1613,7 @@ module Aws::CloudFront
1612
1613
  api.add_operation(:get_invalidation, Seahorse::Model::Operation.new.tap do |o|
1613
1614
  o.name = "GetInvalidation"
1614
1615
  o.http_method = "GET"
1615
- o.http_request_uri = "/2017-10-30/distribution/{DistributionId}/invalidation/{Id}"
1616
+ o.http_request_uri = "/2018-06-18/distribution/{DistributionId}/invalidation/{Id}"
1616
1617
  o.input = Shapes::ShapeRef.new(shape: GetInvalidationRequest)
1617
1618
  o.output = Shapes::ShapeRef.new(shape: GetInvalidationResult)
1618
1619
  o.errors << Shapes::ShapeRef.new(shape: NoSuchInvalidation)
@@ -1623,7 +1624,7 @@ module Aws::CloudFront
1623
1624
  api.add_operation(:get_public_key, Seahorse::Model::Operation.new.tap do |o|
1624
1625
  o.name = "GetPublicKey"
1625
1626
  o.http_method = "GET"
1626
- o.http_request_uri = "/2017-10-30/public-key/{Id}"
1627
+ o.http_request_uri = "/2018-06-18/public-key/{Id}"
1627
1628
  o.input = Shapes::ShapeRef.new(shape: GetPublicKeyRequest)
1628
1629
  o.output = Shapes::ShapeRef.new(shape: GetPublicKeyResult)
1629
1630
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1633,7 +1634,7 @@ module Aws::CloudFront
1633
1634
  api.add_operation(:get_public_key_config, Seahorse::Model::Operation.new.tap do |o|
1634
1635
  o.name = "GetPublicKeyConfig"
1635
1636
  o.http_method = "GET"
1636
- o.http_request_uri = "/2017-10-30/public-key/{Id}/config"
1637
+ o.http_request_uri = "/2018-06-18/public-key/{Id}/config"
1637
1638
  o.input = Shapes::ShapeRef.new(shape: GetPublicKeyConfigRequest)
1638
1639
  o.output = Shapes::ShapeRef.new(shape: GetPublicKeyConfigResult)
1639
1640
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1643,7 +1644,7 @@ module Aws::CloudFront
1643
1644
  api.add_operation(:get_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
1644
1645
  o.name = "GetStreamingDistribution"
1645
1646
  o.http_method = "GET"
1646
- o.http_request_uri = "/2017-10-30/streaming-distribution/{Id}"
1647
+ o.http_request_uri = "/2018-06-18/streaming-distribution/{Id}"
1647
1648
  o.input = Shapes::ShapeRef.new(shape: GetStreamingDistributionRequest)
1648
1649
  o.output = Shapes::ShapeRef.new(shape: GetStreamingDistributionResult)
1649
1650
  o.errors << Shapes::ShapeRef.new(shape: NoSuchStreamingDistribution)
@@ -1653,7 +1654,7 @@ module Aws::CloudFront
1653
1654
  api.add_operation(:get_streaming_distribution_config, Seahorse::Model::Operation.new.tap do |o|
1654
1655
  o.name = "GetStreamingDistributionConfig"
1655
1656
  o.http_method = "GET"
1656
- o.http_request_uri = "/2017-10-30/streaming-distribution/{Id}/config"
1657
+ o.http_request_uri = "/2018-06-18/streaming-distribution/{Id}/config"
1657
1658
  o.input = Shapes::ShapeRef.new(shape: GetStreamingDistributionConfigRequest)
1658
1659
  o.output = Shapes::ShapeRef.new(shape: GetStreamingDistributionConfigResult)
1659
1660
  o.errors << Shapes::ShapeRef.new(shape: NoSuchStreamingDistribution)
@@ -1663,7 +1664,7 @@ module Aws::CloudFront
1663
1664
  api.add_operation(:list_cloud_front_origin_access_identities, Seahorse::Model::Operation.new.tap do |o|
1664
1665
  o.name = "ListCloudFrontOriginAccessIdentities"
1665
1666
  o.http_method = "GET"
1666
- o.http_request_uri = "/2017-10-30/origin-access-identity/cloudfront"
1667
+ o.http_request_uri = "/2018-06-18/origin-access-identity/cloudfront"
1667
1668
  o.input = Shapes::ShapeRef.new(shape: ListCloudFrontOriginAccessIdentitiesRequest)
1668
1669
  o.output = Shapes::ShapeRef.new(shape: ListCloudFrontOriginAccessIdentitiesResult)
1669
1670
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
@@ -1679,7 +1680,7 @@ module Aws::CloudFront
1679
1680
  api.add_operation(:list_distributions, Seahorse::Model::Operation.new.tap do |o|
1680
1681
  o.name = "ListDistributions"
1681
1682
  o.http_method = "GET"
1682
- o.http_request_uri = "/2017-10-30/distribution"
1683
+ o.http_request_uri = "/2018-06-18/distribution"
1683
1684
  o.input = Shapes::ShapeRef.new(shape: ListDistributionsRequest)
1684
1685
  o.output = Shapes::ShapeRef.new(shape: ListDistributionsResult)
1685
1686
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
@@ -1695,7 +1696,7 @@ module Aws::CloudFront
1695
1696
  api.add_operation(:list_distributions_by_web_acl_id, Seahorse::Model::Operation.new.tap do |o|
1696
1697
  o.name = "ListDistributionsByWebACLId"
1697
1698
  o.http_method = "GET"
1698
- o.http_request_uri = "/2017-10-30/distributionsByWebACLId/{WebACLId}"
1699
+ o.http_request_uri = "/2018-06-18/distributionsByWebACLId/{WebACLId}"
1699
1700
  o.input = Shapes::ShapeRef.new(shape: ListDistributionsByWebACLIdRequest)
1700
1701
  o.output = Shapes::ShapeRef.new(shape: ListDistributionsByWebACLIdResult)
1701
1702
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
@@ -1705,7 +1706,7 @@ module Aws::CloudFront
1705
1706
  api.add_operation(:list_field_level_encryption_configs, Seahorse::Model::Operation.new.tap do |o|
1706
1707
  o.name = "ListFieldLevelEncryptionConfigs"
1707
1708
  o.http_method = "GET"
1708
- o.http_request_uri = "/2017-10-30/field-level-encryption"
1709
+ o.http_request_uri = "/2018-06-18/field-level-encryption"
1709
1710
  o.input = Shapes::ShapeRef.new(shape: ListFieldLevelEncryptionConfigsRequest)
1710
1711
  o.output = Shapes::ShapeRef.new(shape: ListFieldLevelEncryptionConfigsResult)
1711
1712
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
@@ -1714,7 +1715,7 @@ module Aws::CloudFront
1714
1715
  api.add_operation(:list_field_level_encryption_profiles, Seahorse::Model::Operation.new.tap do |o|
1715
1716
  o.name = "ListFieldLevelEncryptionProfiles"
1716
1717
  o.http_method = "GET"
1717
- o.http_request_uri = "/2017-10-30/field-level-encryption-profile"
1718
+ o.http_request_uri = "/2018-06-18/field-level-encryption-profile"
1718
1719
  o.input = Shapes::ShapeRef.new(shape: ListFieldLevelEncryptionProfilesRequest)
1719
1720
  o.output = Shapes::ShapeRef.new(shape: ListFieldLevelEncryptionProfilesResult)
1720
1721
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
@@ -1723,7 +1724,7 @@ module Aws::CloudFront
1723
1724
  api.add_operation(:list_invalidations, Seahorse::Model::Operation.new.tap do |o|
1724
1725
  o.name = "ListInvalidations"
1725
1726
  o.http_method = "GET"
1726
- o.http_request_uri = "/2017-10-30/distribution/{DistributionId}/invalidation"
1727
+ o.http_request_uri = "/2018-06-18/distribution/{DistributionId}/invalidation"
1727
1728
  o.input = Shapes::ShapeRef.new(shape: ListInvalidationsRequest)
1728
1729
  o.output = Shapes::ShapeRef.new(shape: ListInvalidationsResult)
1729
1730
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
@@ -1741,7 +1742,7 @@ module Aws::CloudFront
1741
1742
  api.add_operation(:list_public_keys, Seahorse::Model::Operation.new.tap do |o|
1742
1743
  o.name = "ListPublicKeys"
1743
1744
  o.http_method = "GET"
1744
- o.http_request_uri = "/2017-10-30/public-key"
1745
+ o.http_request_uri = "/2018-06-18/public-key"
1745
1746
  o.input = Shapes::ShapeRef.new(shape: ListPublicKeysRequest)
1746
1747
  o.output = Shapes::ShapeRef.new(shape: ListPublicKeysResult)
1747
1748
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
@@ -1750,7 +1751,7 @@ module Aws::CloudFront
1750
1751
  api.add_operation(:list_streaming_distributions, Seahorse::Model::Operation.new.tap do |o|
1751
1752
  o.name = "ListStreamingDistributions"
1752
1753
  o.http_method = "GET"
1753
- o.http_request_uri = "/2017-10-30/streaming-distribution"
1754
+ o.http_request_uri = "/2018-06-18/streaming-distribution"
1754
1755
  o.input = Shapes::ShapeRef.new(shape: ListStreamingDistributionsRequest)
1755
1756
  o.output = Shapes::ShapeRef.new(shape: ListStreamingDistributionsResult)
1756
1757
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
@@ -1766,7 +1767,7 @@ module Aws::CloudFront
1766
1767
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
1767
1768
  o.name = "ListTagsForResource"
1768
1769
  o.http_method = "GET"
1769
- o.http_request_uri = "/2017-10-30/tagging"
1770
+ o.http_request_uri = "/2018-06-18/tagging"
1770
1771
  o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
1771
1772
  o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResult)
1772
1773
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1778,7 +1779,7 @@ module Aws::CloudFront
1778
1779
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1779
1780
  o.name = "TagResource"
1780
1781
  o.http_method = "POST"
1781
- o.http_request_uri = "/2017-10-30/tagging?Operation=Tag"
1782
+ o.http_request_uri = "/2018-06-18/tagging?Operation=Tag"
1782
1783
  o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
1783
1784
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1784
1785
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1790,7 +1791,7 @@ module Aws::CloudFront
1790
1791
  api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1791
1792
  o.name = "UntagResource"
1792
1793
  o.http_method = "POST"
1793
- o.http_request_uri = "/2017-10-30/tagging?Operation=Untag"
1794
+ o.http_request_uri = "/2018-06-18/tagging?Operation=Untag"
1794
1795
  o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
1795
1796
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1796
1797
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1802,7 +1803,7 @@ module Aws::CloudFront
1802
1803
  api.add_operation(:update_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
1803
1804
  o.name = "UpdateCloudFrontOriginAccessIdentity"
1804
1805
  o.http_method = "PUT"
1805
- o.http_request_uri = "/2017-10-30/origin-access-identity/cloudfront/{Id}/config"
1806
+ o.http_request_uri = "/2018-06-18/origin-access-identity/cloudfront/{Id}/config"
1806
1807
  o.input = Shapes::ShapeRef.new(shape: UpdateCloudFrontOriginAccessIdentityRequest)
1807
1808
  o.output = Shapes::ShapeRef.new(shape: UpdateCloudFrontOriginAccessIdentityResult)
1808
1809
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1818,7 +1819,7 @@ module Aws::CloudFront
1818
1819
  api.add_operation(:update_distribution, Seahorse::Model::Operation.new.tap do |o|
1819
1820
  o.name = "UpdateDistribution"
1820
1821
  o.http_method = "PUT"
1821
- o.http_request_uri = "/2017-10-30/distribution/{Id}/config"
1822
+ o.http_request_uri = "/2018-06-18/distribution/{Id}/config"
1822
1823
  o.input = Shapes::ShapeRef.new(shape: UpdateDistributionRequest)
1823
1824
  o.output = Shapes::ShapeRef.new(shape: UpdateDistributionResult)
1824
1825
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1869,7 +1870,7 @@ module Aws::CloudFront
1869
1870
  api.add_operation(:update_field_level_encryption_config, Seahorse::Model::Operation.new.tap do |o|
1870
1871
  o.name = "UpdateFieldLevelEncryptionConfig"
1871
1872
  o.http_method = "PUT"
1872
- o.http_request_uri = "/2017-10-30/field-level-encryption/{Id}/config"
1873
+ o.http_request_uri = "/2018-06-18/field-level-encryption/{Id}/config"
1873
1874
  o.input = Shapes::ShapeRef.new(shape: UpdateFieldLevelEncryptionConfigRequest)
1874
1875
  o.output = Shapes::ShapeRef.new(shape: UpdateFieldLevelEncryptionConfigResult)
1875
1876
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1888,7 +1889,7 @@ module Aws::CloudFront
1888
1889
  api.add_operation(:update_field_level_encryption_profile, Seahorse::Model::Operation.new.tap do |o|
1889
1890
  o.name = "UpdateFieldLevelEncryptionProfile"
1890
1891
  o.http_method = "PUT"
1891
- o.http_request_uri = "/2017-10-30/field-level-encryption-profile/{Id}/config"
1892
+ o.http_request_uri = "/2018-06-18/field-level-encryption-profile/{Id}/config"
1892
1893
  o.input = Shapes::ShapeRef.new(shape: UpdateFieldLevelEncryptionProfileRequest)
1893
1894
  o.output = Shapes::ShapeRef.new(shape: UpdateFieldLevelEncryptionProfileResult)
1894
1895
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1908,7 +1909,7 @@ module Aws::CloudFront
1908
1909
  api.add_operation(:update_public_key, Seahorse::Model::Operation.new.tap do |o|
1909
1910
  o.name = "UpdatePublicKey"
1910
1911
  o.http_method = "PUT"
1911
- o.http_request_uri = "/2017-10-30/public-key/{Id}/config"
1912
+ o.http_request_uri = "/2018-06-18/public-key/{Id}/config"
1912
1913
  o.input = Shapes::ShapeRef.new(shape: UpdatePublicKeyRequest)
1913
1914
  o.output = Shapes::ShapeRef.new(shape: UpdatePublicKeyResult)
1914
1915
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1923,7 +1924,7 @@ module Aws::CloudFront
1923
1924
  api.add_operation(:update_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
1924
1925
  o.name = "UpdateStreamingDistribution"
1925
1926
  o.http_method = "PUT"
1926
- o.http_request_uri = "/2017-10-30/streaming-distribution/{Id}/config"
1927
+ o.http_request_uri = "/2018-06-18/streaming-distribution/{Id}/config"
1927
1928
  o.input = Shapes::ShapeRef.new(shape: UpdateStreamingDistributionRequest)
1928
1929
  o.output = Shapes::ShapeRef.new(shape: UpdateStreamingDistributionResult)
1929
1930
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)