aws-sdk-cloudfront 1.18.0 → 1.19.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.
@@ -13,6 +13,8 @@ module Aws::CloudFront
13
13
 
14
14
  AccessDenied = Shapes::StructureShape.new(name: 'AccessDenied')
15
15
  ActiveTrustedSigners = Shapes::StructureShape.new(name: 'ActiveTrustedSigners')
16
+ AliasICPRecordal = Shapes::StructureShape.new(name: 'AliasICPRecordal')
17
+ AliasICPRecordals = Shapes::ListShape.new(name: 'AliasICPRecordals')
16
18
  AliasList = Shapes::ListShape.new(name: 'AliasList')
17
19
  Aliases = Shapes::StructureShape.new(name: 'Aliases')
18
20
  AllowedMethods = Shapes::StructureShape.new(name: 'AllowedMethods')
@@ -32,6 +34,7 @@ module Aws::CloudFront
32
34
  CloudFrontOriginAccessIdentityList = Shapes::StructureShape.new(name: 'CloudFrontOriginAccessIdentityList')
33
35
  CloudFrontOriginAccessIdentitySummary = Shapes::StructureShape.new(name: 'CloudFrontOriginAccessIdentitySummary')
34
36
  CloudFrontOriginAccessIdentitySummaryList = Shapes::ListShape.new(name: 'CloudFrontOriginAccessIdentitySummaryList')
37
+ CommentType = Shapes::StringShape.new(name: 'CommentType')
35
38
  ContentTypeProfile = Shapes::StructureShape.new(name: 'ContentTypeProfile')
36
39
  ContentTypeProfileConfig = Shapes::StructureShape.new(name: 'ContentTypeProfileConfig')
37
40
  ContentTypeProfileList = Shapes::ListShape.new(name: 'ContentTypeProfileList')
@@ -131,6 +134,7 @@ module Aws::CloudFront
131
134
  HeaderList = Shapes::ListShape.new(name: 'HeaderList')
132
135
  Headers = Shapes::StructureShape.new(name: 'Headers')
133
136
  HttpVersion = Shapes::StringShape.new(name: 'HttpVersion')
137
+ ICPRecordalStatus = Shapes::StringShape.new(name: 'ICPRecordalStatus')
134
138
  IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior = Shapes::StructureShape.new(name: 'IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior')
135
139
  IllegalUpdate = Shapes::StructureShape.new(name: 'IllegalUpdate')
136
140
  InconsistentQuantities = Shapes::StructureShape.new(name: 'InconsistentQuantities')
@@ -318,6 +322,12 @@ module Aws::CloudFront
318
322
  ActiveTrustedSigners.add_member(:items, Shapes::ShapeRef.new(shape: SignerList, location_name: "Items"))
319
323
  ActiveTrustedSigners.struct_class = Types::ActiveTrustedSigners
320
324
 
325
+ AliasICPRecordal.add_member(:cname, Shapes::ShapeRef.new(shape: string, location_name: "CNAME"))
326
+ AliasICPRecordal.add_member(:icp_recordal_status, Shapes::ShapeRef.new(shape: ICPRecordalStatus, location_name: "ICPRecordalStatus"))
327
+ AliasICPRecordal.struct_class = Types::AliasICPRecordal
328
+
329
+ AliasICPRecordals.member = Shapes::ShapeRef.new(shape: AliasICPRecordal, location_name: "AliasICPRecordal")
330
+
321
331
  AliasList.member = Shapes::ShapeRef.new(shape: string, location_name: "CNAME")
322
332
 
323
333
  Aliases.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
@@ -420,7 +430,7 @@ module Aws::CloudFront
420
430
  CookiePreference.add_member(:whitelisted_names, Shapes::ShapeRef.new(shape: CookieNames, location_name: "WhitelistedNames"))
421
431
  CookiePreference.struct_class = Types::CookiePreference
422
432
 
423
- 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-11-05/"}}))
433
+ 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/2019-03-26/"}}))
424
434
  CreateCloudFrontOriginAccessIdentityRequest.struct_class = Types::CreateCloudFrontOriginAccessIdentityRequest
425
435
  CreateCloudFrontOriginAccessIdentityRequest[:payload] = :cloud_front_origin_access_identity_config
426
436
  CreateCloudFrontOriginAccessIdentityRequest[:payload_member] = CreateCloudFrontOriginAccessIdentityRequest.member(:cloud_front_origin_access_identity_config)
@@ -432,7 +442,7 @@ module Aws::CloudFront
432
442
  CreateCloudFrontOriginAccessIdentityResult[:payload] = :cloud_front_origin_access_identity
433
443
  CreateCloudFrontOriginAccessIdentityResult[:payload_member] = CreateCloudFrontOriginAccessIdentityResult.member(:cloud_front_origin_access_identity)
434
444
 
435
- CreateDistributionRequest.add_member(:distribution_config, Shapes::ShapeRef.new(shape: DistributionConfig, required: true, location_name: "DistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2018-11-05/"}}))
445
+ CreateDistributionRequest.add_member(:distribution_config, Shapes::ShapeRef.new(shape: DistributionConfig, required: true, location_name: "DistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2019-03-26/"}}))
436
446
  CreateDistributionRequest.struct_class = Types::CreateDistributionRequest
437
447
  CreateDistributionRequest[:payload] = :distribution_config
438
448
  CreateDistributionRequest[:payload_member] = CreateDistributionRequest.member(:distribution_config)
@@ -444,7 +454,7 @@ module Aws::CloudFront
444
454
  CreateDistributionResult[:payload] = :distribution
445
455
  CreateDistributionResult[:payload_member] = CreateDistributionResult.member(:distribution)
446
456
 
447
- 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-11-05/"}}))
457
+ 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/2019-03-26/"}}))
448
458
  CreateDistributionWithTagsRequest.struct_class = Types::CreateDistributionWithTagsRequest
449
459
  CreateDistributionWithTagsRequest[:payload] = :distribution_config_with_tags
450
460
  CreateDistributionWithTagsRequest[:payload_member] = CreateDistributionWithTagsRequest.member(:distribution_config_with_tags)
@@ -456,7 +466,7 @@ module Aws::CloudFront
456
466
  CreateDistributionWithTagsResult[:payload] = :distribution
457
467
  CreateDistributionWithTagsResult[:payload_member] = CreateDistributionWithTagsResult.member(:distribution)
458
468
 
459
- 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-11-05/"}}))
469
+ 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/2019-03-26/"}}))
460
470
  CreateFieldLevelEncryptionConfigRequest.struct_class = Types::CreateFieldLevelEncryptionConfigRequest
461
471
  CreateFieldLevelEncryptionConfigRequest[:payload] = :field_level_encryption_config
462
472
  CreateFieldLevelEncryptionConfigRequest[:payload_member] = CreateFieldLevelEncryptionConfigRequest.member(:field_level_encryption_config)
@@ -468,7 +478,7 @@ module Aws::CloudFront
468
478
  CreateFieldLevelEncryptionConfigResult[:payload] = :field_level_encryption
469
479
  CreateFieldLevelEncryptionConfigResult[:payload_member] = CreateFieldLevelEncryptionConfigResult.member(:field_level_encryption)
470
480
 
471
- 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-11-05/"}}))
481
+ 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/2019-03-26/"}}))
472
482
  CreateFieldLevelEncryptionProfileRequest.struct_class = Types::CreateFieldLevelEncryptionProfileRequest
473
483
  CreateFieldLevelEncryptionProfileRequest[:payload] = :field_level_encryption_profile_config
474
484
  CreateFieldLevelEncryptionProfileRequest[:payload_member] = CreateFieldLevelEncryptionProfileRequest.member(:field_level_encryption_profile_config)
@@ -481,7 +491,7 @@ module Aws::CloudFront
481
491
  CreateFieldLevelEncryptionProfileResult[:payload_member] = CreateFieldLevelEncryptionProfileResult.member(:field_level_encryption_profile)
482
492
 
483
493
  CreateInvalidationRequest.add_member(:distribution_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DistributionId"))
484
- CreateInvalidationRequest.add_member(:invalidation_batch, Shapes::ShapeRef.new(shape: InvalidationBatch, required: true, location_name: "InvalidationBatch", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2018-11-05/"}}))
494
+ CreateInvalidationRequest.add_member(:invalidation_batch, Shapes::ShapeRef.new(shape: InvalidationBatch, required: true, location_name: "InvalidationBatch", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2019-03-26/"}}))
485
495
  CreateInvalidationRequest.struct_class = Types::CreateInvalidationRequest
486
496
  CreateInvalidationRequest[:payload] = :invalidation_batch
487
497
  CreateInvalidationRequest[:payload_member] = CreateInvalidationRequest.member(:invalidation_batch)
@@ -492,7 +502,7 @@ module Aws::CloudFront
492
502
  CreateInvalidationResult[:payload] = :invalidation
493
503
  CreateInvalidationResult[:payload_member] = CreateInvalidationResult.member(:invalidation)
494
504
 
495
- 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-11-05/"}}))
505
+ CreatePublicKeyRequest.add_member(:public_key_config, Shapes::ShapeRef.new(shape: PublicKeyConfig, required: true, location_name: "PublicKeyConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2019-03-26/"}}))
496
506
  CreatePublicKeyRequest.struct_class = Types::CreatePublicKeyRequest
497
507
  CreatePublicKeyRequest[:payload] = :public_key_config
498
508
  CreatePublicKeyRequest[:payload_member] = CreatePublicKeyRequest.member(:public_key_config)
@@ -504,7 +514,7 @@ module Aws::CloudFront
504
514
  CreatePublicKeyResult[:payload] = :public_key
505
515
  CreatePublicKeyResult[:payload_member] = CreatePublicKeyResult.member(:public_key)
506
516
 
507
- 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-11-05/"}}))
517
+ CreateStreamingDistributionRequest.add_member(:streaming_distribution_config, Shapes::ShapeRef.new(shape: StreamingDistributionConfig, required: true, location_name: "StreamingDistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2019-03-26/"}}))
508
518
  CreateStreamingDistributionRequest.struct_class = Types::CreateStreamingDistributionRequest
509
519
  CreateStreamingDistributionRequest[:payload] = :streaming_distribution_config
510
520
  CreateStreamingDistributionRequest[:payload_member] = CreateStreamingDistributionRequest.member(:streaming_distribution_config)
@@ -516,7 +526,7 @@ module Aws::CloudFront
516
526
  CreateStreamingDistributionResult[:payload] = :streaming_distribution
517
527
  CreateStreamingDistributionResult[:payload_member] = CreateStreamingDistributionResult.member(:streaming_distribution)
518
528
 
519
- 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-11-05/"}}))
529
+ 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/2019-03-26/"}}))
520
530
  CreateStreamingDistributionWithTagsRequest.struct_class = Types::CreateStreamingDistributionWithTagsRequest
521
531
  CreateStreamingDistributionWithTagsRequest[:payload] = :streaming_distribution_config_with_tags
522
532
  CreateStreamingDistributionWithTagsRequest[:payload_member] = CreateStreamingDistributionWithTagsRequest.member(:streaming_distribution_config_with_tags)
@@ -598,6 +608,7 @@ module Aws::CloudFront
598
608
  Distribution.add_member(:domain_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "DomainName"))
599
609
  Distribution.add_member(:active_trusted_signers, Shapes::ShapeRef.new(shape: ActiveTrustedSigners, required: true, location_name: "ActiveTrustedSigners"))
600
610
  Distribution.add_member(:distribution_config, Shapes::ShapeRef.new(shape: DistributionConfig, required: true, location_name: "DistributionConfig"))
611
+ Distribution.add_member(:alias_icp_recordals, Shapes::ShapeRef.new(shape: AliasICPRecordals, location_name: "AliasICPRecordals"))
601
612
  Distribution.struct_class = Types::Distribution
602
613
 
603
614
  DistributionAlreadyExists.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
@@ -611,7 +622,7 @@ module Aws::CloudFront
611
622
  DistributionConfig.add_member(:default_cache_behavior, Shapes::ShapeRef.new(shape: DefaultCacheBehavior, required: true, location_name: "DefaultCacheBehavior"))
612
623
  DistributionConfig.add_member(:cache_behaviors, Shapes::ShapeRef.new(shape: CacheBehaviors, location_name: "CacheBehaviors"))
613
624
  DistributionConfig.add_member(:custom_error_responses, Shapes::ShapeRef.new(shape: CustomErrorResponses, location_name: "CustomErrorResponses"))
614
- DistributionConfig.add_member(:comment, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Comment"))
625
+ DistributionConfig.add_member(:comment, Shapes::ShapeRef.new(shape: CommentType, required: true, location_name: "Comment"))
615
626
  DistributionConfig.add_member(:logging, Shapes::ShapeRef.new(shape: LoggingConfig, location_name: "Logging"))
616
627
  DistributionConfig.add_member(:price_class, Shapes::ShapeRef.new(shape: PriceClass, location_name: "PriceClass"))
617
628
  DistributionConfig.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Enabled"))
@@ -656,6 +667,7 @@ module Aws::CloudFront
656
667
  DistributionSummary.add_member(:web_acl_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "WebACLId"))
657
668
  DistributionSummary.add_member(:http_version, Shapes::ShapeRef.new(shape: HttpVersion, required: true, location_name: "HttpVersion"))
658
669
  DistributionSummary.add_member(:is_ipv6_enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "IsIPV6Enabled"))
670
+ DistributionSummary.add_member(:alias_icp_recordals, Shapes::ShapeRef.new(shape: AliasICPRecordals, location_name: "AliasICPRecordals"))
659
671
  DistributionSummary.struct_class = Types::DistributionSummary
660
672
 
661
673
  DistributionSummaryList.member = Shapes::ShapeRef.new(shape: DistributionSummary, location_name: "DistributionSummary")
@@ -1324,7 +1336,7 @@ module Aws::CloudFront
1324
1336
  TagList.member = Shapes::ShapeRef.new(shape: Tag, location_name: "Tag")
1325
1337
 
1326
1338
  TagResourceRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location: "querystring", location_name: "Resource"))
1327
- TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "Tags", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2018-11-05/"}}))
1339
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "Tags", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2019-03-26/"}}))
1328
1340
  TagResourceRequest.struct_class = Types::TagResourceRequest
1329
1341
  TagResourceRequest[:payload] = :tags
1330
1342
  TagResourceRequest[:payload_member] = TagResourceRequest.member(:tags)
@@ -1416,12 +1428,12 @@ module Aws::CloudFront
1416
1428
  TrustedSigners.struct_class = Types::TrustedSigners
1417
1429
 
1418
1430
  UntagResourceRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location: "querystring", location_name: "Resource"))
1419
- UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location_name: "TagKeys", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2018-11-05/"}}))
1431
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location_name: "TagKeys", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2019-03-26/"}}))
1420
1432
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
1421
1433
  UntagResourceRequest[:payload] = :tag_keys
1422
1434
  UntagResourceRequest[:payload_member] = UntagResourceRequest.member(:tag_keys)
1423
1435
 
1424
- 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-11-05/"}}))
1436
+ 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/2019-03-26/"}}))
1425
1437
  UpdateCloudFrontOriginAccessIdentityRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1426
1438
  UpdateCloudFrontOriginAccessIdentityRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
1427
1439
  UpdateCloudFrontOriginAccessIdentityRequest.struct_class = Types::UpdateCloudFrontOriginAccessIdentityRequest
@@ -1434,7 +1446,7 @@ module Aws::CloudFront
1434
1446
  UpdateCloudFrontOriginAccessIdentityResult[:payload] = :cloud_front_origin_access_identity
1435
1447
  UpdateCloudFrontOriginAccessIdentityResult[:payload_member] = UpdateCloudFrontOriginAccessIdentityResult.member(:cloud_front_origin_access_identity)
1436
1448
 
1437
- UpdateDistributionRequest.add_member(:distribution_config, Shapes::ShapeRef.new(shape: DistributionConfig, required: true, location_name: "DistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2018-11-05/"}}))
1449
+ UpdateDistributionRequest.add_member(:distribution_config, Shapes::ShapeRef.new(shape: DistributionConfig, required: true, location_name: "DistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2019-03-26/"}}))
1438
1450
  UpdateDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1439
1451
  UpdateDistributionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
1440
1452
  UpdateDistributionRequest.struct_class = Types::UpdateDistributionRequest
@@ -1447,7 +1459,7 @@ module Aws::CloudFront
1447
1459
  UpdateDistributionResult[:payload] = :distribution
1448
1460
  UpdateDistributionResult[:payload_member] = UpdateDistributionResult.member(:distribution)
1449
1461
 
1450
- 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-11-05/"}}))
1462
+ 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/2019-03-26/"}}))
1451
1463
  UpdateFieldLevelEncryptionConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1452
1464
  UpdateFieldLevelEncryptionConfigRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
1453
1465
  UpdateFieldLevelEncryptionConfigRequest.struct_class = Types::UpdateFieldLevelEncryptionConfigRequest
@@ -1460,7 +1472,7 @@ module Aws::CloudFront
1460
1472
  UpdateFieldLevelEncryptionConfigResult[:payload] = :field_level_encryption
1461
1473
  UpdateFieldLevelEncryptionConfigResult[:payload_member] = UpdateFieldLevelEncryptionConfigResult.member(:field_level_encryption)
1462
1474
 
1463
- 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-11-05/"}}))
1475
+ 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/2019-03-26/"}}))
1464
1476
  UpdateFieldLevelEncryptionProfileRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1465
1477
  UpdateFieldLevelEncryptionProfileRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
1466
1478
  UpdateFieldLevelEncryptionProfileRequest.struct_class = Types::UpdateFieldLevelEncryptionProfileRequest
@@ -1473,7 +1485,7 @@ module Aws::CloudFront
1473
1485
  UpdateFieldLevelEncryptionProfileResult[:payload] = :field_level_encryption_profile
1474
1486
  UpdateFieldLevelEncryptionProfileResult[:payload_member] = UpdateFieldLevelEncryptionProfileResult.member(:field_level_encryption_profile)
1475
1487
 
1476
- 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-11-05/"}}))
1488
+ UpdatePublicKeyRequest.add_member(:public_key_config, Shapes::ShapeRef.new(shape: PublicKeyConfig, required: true, location_name: "PublicKeyConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2019-03-26/"}}))
1477
1489
  UpdatePublicKeyRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1478
1490
  UpdatePublicKeyRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
1479
1491
  UpdatePublicKeyRequest.struct_class = Types::UpdatePublicKeyRequest
@@ -1486,7 +1498,7 @@ module Aws::CloudFront
1486
1498
  UpdatePublicKeyResult[:payload] = :public_key
1487
1499
  UpdatePublicKeyResult[:payload_member] = UpdatePublicKeyResult.member(:public_key)
1488
1500
 
1489
- 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-11-05/"}}))
1501
+ UpdateStreamingDistributionRequest.add_member(:streaming_distribution_config, Shapes::ShapeRef.new(shape: StreamingDistributionConfig, required: true, location_name: "StreamingDistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2019-03-26/"}}))
1490
1502
  UpdateStreamingDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1491
1503
  UpdateStreamingDistributionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
1492
1504
  UpdateStreamingDistributionRequest.struct_class = Types::UpdateStreamingDistributionRequest
@@ -1512,10 +1524,10 @@ module Aws::CloudFront
1512
1524
  # @api private
1513
1525
  API = Seahorse::Model::Api.new.tap do |api|
1514
1526
 
1515
- api.version = "2018-11-05"
1527
+ api.version = "2019-03-26"
1516
1528
 
1517
1529
  api.metadata = {
1518
- "apiVersion" => "2018-11-05",
1530
+ "apiVersion" => "2019-03-26",
1519
1531
  "endpointPrefix" => "cloudfront",
1520
1532
  "globalEndpoint" => "cloudfront.amazonaws.com",
1521
1533
  "protocol" => "rest-xml",
@@ -1523,13 +1535,13 @@ module Aws::CloudFront
1523
1535
  "serviceFullName" => "Amazon CloudFront",
1524
1536
  "serviceId" => "CloudFront",
1525
1537
  "signatureVersion" => "v4",
1526
- "uid" => "cloudfront-2018-11-05",
1538
+ "uid" => "cloudfront-2019-03-26",
1527
1539
  }
1528
1540
 
1529
1541
  api.add_operation(:create_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
1530
- o.name = "CreateCloudFrontOriginAccessIdentity2018_11_05"
1542
+ o.name = "CreateCloudFrontOriginAccessIdentity2019_03_26"
1531
1543
  o.http_method = "POST"
1532
- o.http_request_uri = "/2018-11-05/origin-access-identity/cloudfront"
1544
+ o.http_request_uri = "/2019-03-26/origin-access-identity/cloudfront"
1533
1545
  o.input = Shapes::ShapeRef.new(shape: CreateCloudFrontOriginAccessIdentityRequest)
1534
1546
  o.output = Shapes::ShapeRef.new(shape: CreateCloudFrontOriginAccessIdentityResult)
1535
1547
  o.errors << Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityAlreadyExists)
@@ -1540,9 +1552,9 @@ module Aws::CloudFront
1540
1552
  end)
1541
1553
 
1542
1554
  api.add_operation(:create_distribution, Seahorse::Model::Operation.new.tap do |o|
1543
- o.name = "CreateDistribution2018_11_05"
1555
+ o.name = "CreateDistribution2019_03_26"
1544
1556
  o.http_method = "POST"
1545
- o.http_request_uri = "/2018-11-05/distribution"
1557
+ o.http_request_uri = "/2019-03-26/distribution"
1546
1558
  o.input = Shapes::ShapeRef.new(shape: CreateDistributionRequest)
1547
1559
  o.output = Shapes::ShapeRef.new(shape: CreateDistributionResult)
1548
1560
  o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
@@ -1592,9 +1604,9 @@ module Aws::CloudFront
1592
1604
  end)
1593
1605
 
1594
1606
  api.add_operation(:create_distribution_with_tags, Seahorse::Model::Operation.new.tap do |o|
1595
- o.name = "CreateDistributionWithTags2018_11_05"
1607
+ o.name = "CreateDistributionWithTags2019_03_26"
1596
1608
  o.http_method = "POST"
1597
- o.http_request_uri = "/2018-11-05/distribution?WithTags"
1609
+ o.http_request_uri = "/2019-03-26/distribution?WithTags"
1598
1610
  o.input = Shapes::ShapeRef.new(shape: CreateDistributionWithTagsRequest)
1599
1611
  o.output = Shapes::ShapeRef.new(shape: CreateDistributionWithTagsResult)
1600
1612
  o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
@@ -1645,9 +1657,9 @@ module Aws::CloudFront
1645
1657
  end)
1646
1658
 
1647
1659
  api.add_operation(:create_field_level_encryption_config, Seahorse::Model::Operation.new.tap do |o|
1648
- o.name = "CreateFieldLevelEncryptionConfig2018_11_05"
1660
+ o.name = "CreateFieldLevelEncryptionConfig2019_03_26"
1649
1661
  o.http_method = "POST"
1650
- o.http_request_uri = "/2018-11-05/field-level-encryption"
1662
+ o.http_request_uri = "/2019-03-26/field-level-encryption"
1651
1663
  o.input = Shapes::ShapeRef.new(shape: CreateFieldLevelEncryptionConfigRequest)
1652
1664
  o.output = Shapes::ShapeRef.new(shape: CreateFieldLevelEncryptionConfigResult)
1653
1665
  o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
@@ -1661,9 +1673,9 @@ module Aws::CloudFront
1661
1673
  end)
1662
1674
 
1663
1675
  api.add_operation(:create_field_level_encryption_profile, Seahorse::Model::Operation.new.tap do |o|
1664
- o.name = "CreateFieldLevelEncryptionProfile2018_11_05"
1676
+ o.name = "CreateFieldLevelEncryptionProfile2019_03_26"
1665
1677
  o.http_method = "POST"
1666
- o.http_request_uri = "/2018-11-05/field-level-encryption-profile"
1678
+ o.http_request_uri = "/2019-03-26/field-level-encryption-profile"
1667
1679
  o.input = Shapes::ShapeRef.new(shape: CreateFieldLevelEncryptionProfileRequest)
1668
1680
  o.output = Shapes::ShapeRef.new(shape: CreateFieldLevelEncryptionProfileResult)
1669
1681
  o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
@@ -1677,9 +1689,9 @@ module Aws::CloudFront
1677
1689
  end)
1678
1690
 
1679
1691
  api.add_operation(:create_invalidation, Seahorse::Model::Operation.new.tap do |o|
1680
- o.name = "CreateInvalidation2018_11_05"
1692
+ o.name = "CreateInvalidation2019_03_26"
1681
1693
  o.http_method = "POST"
1682
- o.http_request_uri = "/2018-11-05/distribution/{DistributionId}/invalidation"
1694
+ o.http_request_uri = "/2019-03-26/distribution/{DistributionId}/invalidation"
1683
1695
  o.input = Shapes::ShapeRef.new(shape: CreateInvalidationRequest)
1684
1696
  o.output = Shapes::ShapeRef.new(shape: CreateInvalidationResult)
1685
1697
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1692,9 +1704,9 @@ module Aws::CloudFront
1692
1704
  end)
1693
1705
 
1694
1706
  api.add_operation(:create_public_key, Seahorse::Model::Operation.new.tap do |o|
1695
- o.name = "CreatePublicKey2018_11_05"
1707
+ o.name = "CreatePublicKey2019_03_26"
1696
1708
  o.http_method = "POST"
1697
- o.http_request_uri = "/2018-11-05/public-key"
1709
+ o.http_request_uri = "/2019-03-26/public-key"
1698
1710
  o.input = Shapes::ShapeRef.new(shape: CreatePublicKeyRequest)
1699
1711
  o.output = Shapes::ShapeRef.new(shape: CreatePublicKeyResult)
1700
1712
  o.errors << Shapes::ShapeRef.new(shape: PublicKeyAlreadyExists)
@@ -1703,9 +1715,9 @@ module Aws::CloudFront
1703
1715
  end)
1704
1716
 
1705
1717
  api.add_operation(:create_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
1706
- o.name = "CreateStreamingDistribution2018_11_05"
1718
+ o.name = "CreateStreamingDistribution2019_03_26"
1707
1719
  o.http_method = "POST"
1708
- o.http_request_uri = "/2018-11-05/streaming-distribution"
1720
+ o.http_request_uri = "/2019-03-26/streaming-distribution"
1709
1721
  o.input = Shapes::ShapeRef.new(shape: CreateStreamingDistributionRequest)
1710
1722
  o.output = Shapes::ShapeRef.new(shape: CreateStreamingDistributionResult)
1711
1723
  o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
@@ -1723,9 +1735,9 @@ module Aws::CloudFront
1723
1735
  end)
1724
1736
 
1725
1737
  api.add_operation(:create_streaming_distribution_with_tags, Seahorse::Model::Operation.new.tap do |o|
1726
- o.name = "CreateStreamingDistributionWithTags2018_11_05"
1738
+ o.name = "CreateStreamingDistributionWithTags2019_03_26"
1727
1739
  o.http_method = "POST"
1728
- o.http_request_uri = "/2018-11-05/streaming-distribution?WithTags"
1740
+ o.http_request_uri = "/2019-03-26/streaming-distribution?WithTags"
1729
1741
  o.input = Shapes::ShapeRef.new(shape: CreateStreamingDistributionWithTagsRequest)
1730
1742
  o.output = Shapes::ShapeRef.new(shape: CreateStreamingDistributionWithTagsResult)
1731
1743
  o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
@@ -1744,9 +1756,9 @@ module Aws::CloudFront
1744
1756
  end)
1745
1757
 
1746
1758
  api.add_operation(:delete_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
1747
- o.name = "DeleteCloudFrontOriginAccessIdentity2018_11_05"
1759
+ o.name = "DeleteCloudFrontOriginAccessIdentity2019_03_26"
1748
1760
  o.http_method = "DELETE"
1749
- o.http_request_uri = "/2018-11-05/origin-access-identity/cloudfront/{Id}"
1761
+ o.http_request_uri = "/2019-03-26/origin-access-identity/cloudfront/{Id}"
1750
1762
  o.input = Shapes::ShapeRef.new(shape: DeleteCloudFrontOriginAccessIdentityRequest)
1751
1763
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1752
1764
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1757,9 +1769,9 @@ module Aws::CloudFront
1757
1769
  end)
1758
1770
 
1759
1771
  api.add_operation(:delete_distribution, Seahorse::Model::Operation.new.tap do |o|
1760
- o.name = "DeleteDistribution2018_11_05"
1772
+ o.name = "DeleteDistribution2019_03_26"
1761
1773
  o.http_method = "DELETE"
1762
- o.http_request_uri = "/2018-11-05/distribution/{Id}"
1774
+ o.http_request_uri = "/2019-03-26/distribution/{Id}"
1763
1775
  o.input = Shapes::ShapeRef.new(shape: DeleteDistributionRequest)
1764
1776
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1765
1777
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1770,9 +1782,9 @@ module Aws::CloudFront
1770
1782
  end)
1771
1783
 
1772
1784
  api.add_operation(:delete_field_level_encryption_config, Seahorse::Model::Operation.new.tap do |o|
1773
- o.name = "DeleteFieldLevelEncryptionConfig2018_11_05"
1785
+ o.name = "DeleteFieldLevelEncryptionConfig2019_03_26"
1774
1786
  o.http_method = "DELETE"
1775
- o.http_request_uri = "/2018-11-05/field-level-encryption/{Id}"
1787
+ o.http_request_uri = "/2019-03-26/field-level-encryption/{Id}"
1776
1788
  o.input = Shapes::ShapeRef.new(shape: DeleteFieldLevelEncryptionConfigRequest)
1777
1789
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1778
1790
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1783,9 +1795,9 @@ module Aws::CloudFront
1783
1795
  end)
1784
1796
 
1785
1797
  api.add_operation(:delete_field_level_encryption_profile, Seahorse::Model::Operation.new.tap do |o|
1786
- o.name = "DeleteFieldLevelEncryptionProfile2018_11_05"
1798
+ o.name = "DeleteFieldLevelEncryptionProfile2019_03_26"
1787
1799
  o.http_method = "DELETE"
1788
- o.http_request_uri = "/2018-11-05/field-level-encryption-profile/{Id}"
1800
+ o.http_request_uri = "/2019-03-26/field-level-encryption-profile/{Id}"
1789
1801
  o.input = Shapes::ShapeRef.new(shape: DeleteFieldLevelEncryptionProfileRequest)
1790
1802
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1791
1803
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1796,9 +1808,9 @@ module Aws::CloudFront
1796
1808
  end)
1797
1809
 
1798
1810
  api.add_operation(:delete_public_key, Seahorse::Model::Operation.new.tap do |o|
1799
- o.name = "DeletePublicKey2018_11_05"
1811
+ o.name = "DeletePublicKey2019_03_26"
1800
1812
  o.http_method = "DELETE"
1801
- o.http_request_uri = "/2018-11-05/public-key/{Id}"
1813
+ o.http_request_uri = "/2019-03-26/public-key/{Id}"
1802
1814
  o.input = Shapes::ShapeRef.new(shape: DeletePublicKeyRequest)
1803
1815
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1804
1816
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1809,9 +1821,9 @@ module Aws::CloudFront
1809
1821
  end)
1810
1822
 
1811
1823
  api.add_operation(:delete_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
1812
- o.name = "DeleteStreamingDistribution2018_11_05"
1824
+ o.name = "DeleteStreamingDistribution2019_03_26"
1813
1825
  o.http_method = "DELETE"
1814
- o.http_request_uri = "/2018-11-05/streaming-distribution/{Id}"
1826
+ o.http_request_uri = "/2019-03-26/streaming-distribution/{Id}"
1815
1827
  o.input = Shapes::ShapeRef.new(shape: DeleteStreamingDistributionRequest)
1816
1828
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1817
1829
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1822,9 +1834,9 @@ module Aws::CloudFront
1822
1834
  end)
1823
1835
 
1824
1836
  api.add_operation(:get_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
1825
- o.name = "GetCloudFrontOriginAccessIdentity2018_11_05"
1837
+ o.name = "GetCloudFrontOriginAccessIdentity2019_03_26"
1826
1838
  o.http_method = "GET"
1827
- o.http_request_uri = "/2018-11-05/origin-access-identity/cloudfront/{Id}"
1839
+ o.http_request_uri = "/2019-03-26/origin-access-identity/cloudfront/{Id}"
1828
1840
  o.input = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityRequest)
1829
1841
  o.output = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityResult)
1830
1842
  o.errors << Shapes::ShapeRef.new(shape: NoSuchCloudFrontOriginAccessIdentity)
@@ -1832,9 +1844,9 @@ module Aws::CloudFront
1832
1844
  end)
1833
1845
 
1834
1846
  api.add_operation(:get_cloud_front_origin_access_identity_config, Seahorse::Model::Operation.new.tap do |o|
1835
- o.name = "GetCloudFrontOriginAccessIdentityConfig2018_11_05"
1847
+ o.name = "GetCloudFrontOriginAccessIdentityConfig2019_03_26"
1836
1848
  o.http_method = "GET"
1837
- o.http_request_uri = "/2018-11-05/origin-access-identity/cloudfront/{Id}/config"
1849
+ o.http_request_uri = "/2019-03-26/origin-access-identity/cloudfront/{Id}/config"
1838
1850
  o.input = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityConfigRequest)
1839
1851
  o.output = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityConfigResult)
1840
1852
  o.errors << Shapes::ShapeRef.new(shape: NoSuchCloudFrontOriginAccessIdentity)
@@ -1842,9 +1854,9 @@ module Aws::CloudFront
1842
1854
  end)
1843
1855
 
1844
1856
  api.add_operation(:get_distribution, Seahorse::Model::Operation.new.tap do |o|
1845
- o.name = "GetDistribution2018_11_05"
1857
+ o.name = "GetDistribution2019_03_26"
1846
1858
  o.http_method = "GET"
1847
- o.http_request_uri = "/2018-11-05/distribution/{Id}"
1859
+ o.http_request_uri = "/2019-03-26/distribution/{Id}"
1848
1860
  o.input = Shapes::ShapeRef.new(shape: GetDistributionRequest)
1849
1861
  o.output = Shapes::ShapeRef.new(shape: GetDistributionResult)
1850
1862
  o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
@@ -1852,9 +1864,9 @@ module Aws::CloudFront
1852
1864
  end)
1853
1865
 
1854
1866
  api.add_operation(:get_distribution_config, Seahorse::Model::Operation.new.tap do |o|
1855
- o.name = "GetDistributionConfig2018_11_05"
1867
+ o.name = "GetDistributionConfig2019_03_26"
1856
1868
  o.http_method = "GET"
1857
- o.http_request_uri = "/2018-11-05/distribution/{Id}/config"
1869
+ o.http_request_uri = "/2019-03-26/distribution/{Id}/config"
1858
1870
  o.input = Shapes::ShapeRef.new(shape: GetDistributionConfigRequest)
1859
1871
  o.output = Shapes::ShapeRef.new(shape: GetDistributionConfigResult)
1860
1872
  o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
@@ -1862,9 +1874,9 @@ module Aws::CloudFront
1862
1874
  end)
1863
1875
 
1864
1876
  api.add_operation(:get_field_level_encryption, Seahorse::Model::Operation.new.tap do |o|
1865
- o.name = "GetFieldLevelEncryption2018_11_05"
1877
+ o.name = "GetFieldLevelEncryption2019_03_26"
1866
1878
  o.http_method = "GET"
1867
- o.http_request_uri = "/2018-11-05/field-level-encryption/{Id}"
1879
+ o.http_request_uri = "/2019-03-26/field-level-encryption/{Id}"
1868
1880
  o.input = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionRequest)
1869
1881
  o.output = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionResult)
1870
1882
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1872,9 +1884,9 @@ module Aws::CloudFront
1872
1884
  end)
1873
1885
 
1874
1886
  api.add_operation(:get_field_level_encryption_config, Seahorse::Model::Operation.new.tap do |o|
1875
- o.name = "GetFieldLevelEncryptionConfig2018_11_05"
1887
+ o.name = "GetFieldLevelEncryptionConfig2019_03_26"
1876
1888
  o.http_method = "GET"
1877
- o.http_request_uri = "/2018-11-05/field-level-encryption/{Id}/config"
1889
+ o.http_request_uri = "/2019-03-26/field-level-encryption/{Id}/config"
1878
1890
  o.input = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionConfigRequest)
1879
1891
  o.output = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionConfigResult)
1880
1892
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1882,9 +1894,9 @@ module Aws::CloudFront
1882
1894
  end)
1883
1895
 
1884
1896
  api.add_operation(:get_field_level_encryption_profile, Seahorse::Model::Operation.new.tap do |o|
1885
- o.name = "GetFieldLevelEncryptionProfile2018_11_05"
1897
+ o.name = "GetFieldLevelEncryptionProfile2019_03_26"
1886
1898
  o.http_method = "GET"
1887
- o.http_request_uri = "/2018-11-05/field-level-encryption-profile/{Id}"
1899
+ o.http_request_uri = "/2019-03-26/field-level-encryption-profile/{Id}"
1888
1900
  o.input = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionProfileRequest)
1889
1901
  o.output = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionProfileResult)
1890
1902
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1892,9 +1904,9 @@ module Aws::CloudFront
1892
1904
  end)
1893
1905
 
1894
1906
  api.add_operation(:get_field_level_encryption_profile_config, Seahorse::Model::Operation.new.tap do |o|
1895
- o.name = "GetFieldLevelEncryptionProfileConfig2018_11_05"
1907
+ o.name = "GetFieldLevelEncryptionProfileConfig2019_03_26"
1896
1908
  o.http_method = "GET"
1897
- o.http_request_uri = "/2018-11-05/field-level-encryption-profile/{Id}/config"
1909
+ o.http_request_uri = "/2019-03-26/field-level-encryption-profile/{Id}/config"
1898
1910
  o.input = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionProfileConfigRequest)
1899
1911
  o.output = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionProfileConfigResult)
1900
1912
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1902,9 +1914,9 @@ module Aws::CloudFront
1902
1914
  end)
1903
1915
 
1904
1916
  api.add_operation(:get_invalidation, Seahorse::Model::Operation.new.tap do |o|
1905
- o.name = "GetInvalidation2018_11_05"
1917
+ o.name = "GetInvalidation2019_03_26"
1906
1918
  o.http_method = "GET"
1907
- o.http_request_uri = "/2018-11-05/distribution/{DistributionId}/invalidation/{Id}"
1919
+ o.http_request_uri = "/2019-03-26/distribution/{DistributionId}/invalidation/{Id}"
1908
1920
  o.input = Shapes::ShapeRef.new(shape: GetInvalidationRequest)
1909
1921
  o.output = Shapes::ShapeRef.new(shape: GetInvalidationResult)
1910
1922
  o.errors << Shapes::ShapeRef.new(shape: NoSuchInvalidation)
@@ -1913,9 +1925,9 @@ module Aws::CloudFront
1913
1925
  end)
1914
1926
 
1915
1927
  api.add_operation(:get_public_key, Seahorse::Model::Operation.new.tap do |o|
1916
- o.name = "GetPublicKey2018_11_05"
1928
+ o.name = "GetPublicKey2019_03_26"
1917
1929
  o.http_method = "GET"
1918
- o.http_request_uri = "/2018-11-05/public-key/{Id}"
1930
+ o.http_request_uri = "/2019-03-26/public-key/{Id}"
1919
1931
  o.input = Shapes::ShapeRef.new(shape: GetPublicKeyRequest)
1920
1932
  o.output = Shapes::ShapeRef.new(shape: GetPublicKeyResult)
1921
1933
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1923,9 +1935,9 @@ module Aws::CloudFront
1923
1935
  end)
1924
1936
 
1925
1937
  api.add_operation(:get_public_key_config, Seahorse::Model::Operation.new.tap do |o|
1926
- o.name = "GetPublicKeyConfig2018_11_05"
1938
+ o.name = "GetPublicKeyConfig2019_03_26"
1927
1939
  o.http_method = "GET"
1928
- o.http_request_uri = "/2018-11-05/public-key/{Id}/config"
1940
+ o.http_request_uri = "/2019-03-26/public-key/{Id}/config"
1929
1941
  o.input = Shapes::ShapeRef.new(shape: GetPublicKeyConfigRequest)
1930
1942
  o.output = Shapes::ShapeRef.new(shape: GetPublicKeyConfigResult)
1931
1943
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1933,9 +1945,9 @@ module Aws::CloudFront
1933
1945
  end)
1934
1946
 
1935
1947
  api.add_operation(:get_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
1936
- o.name = "GetStreamingDistribution2018_11_05"
1948
+ o.name = "GetStreamingDistribution2019_03_26"
1937
1949
  o.http_method = "GET"
1938
- o.http_request_uri = "/2018-11-05/streaming-distribution/{Id}"
1950
+ o.http_request_uri = "/2019-03-26/streaming-distribution/{Id}"
1939
1951
  o.input = Shapes::ShapeRef.new(shape: GetStreamingDistributionRequest)
1940
1952
  o.output = Shapes::ShapeRef.new(shape: GetStreamingDistributionResult)
1941
1953
  o.errors << Shapes::ShapeRef.new(shape: NoSuchStreamingDistribution)
@@ -1943,9 +1955,9 @@ module Aws::CloudFront
1943
1955
  end)
1944
1956
 
1945
1957
  api.add_operation(:get_streaming_distribution_config, Seahorse::Model::Operation.new.tap do |o|
1946
- o.name = "GetStreamingDistributionConfig2018_11_05"
1958
+ o.name = "GetStreamingDistributionConfig2019_03_26"
1947
1959
  o.http_method = "GET"
1948
- o.http_request_uri = "/2018-11-05/streaming-distribution/{Id}/config"
1960
+ o.http_request_uri = "/2019-03-26/streaming-distribution/{Id}/config"
1949
1961
  o.input = Shapes::ShapeRef.new(shape: GetStreamingDistributionConfigRequest)
1950
1962
  o.output = Shapes::ShapeRef.new(shape: GetStreamingDistributionConfigResult)
1951
1963
  o.errors << Shapes::ShapeRef.new(shape: NoSuchStreamingDistribution)
@@ -1953,9 +1965,9 @@ module Aws::CloudFront
1953
1965
  end)
1954
1966
 
1955
1967
  api.add_operation(:list_cloud_front_origin_access_identities, Seahorse::Model::Operation.new.tap do |o|
1956
- o.name = "ListCloudFrontOriginAccessIdentities2018_11_05"
1968
+ o.name = "ListCloudFrontOriginAccessIdentities2019_03_26"
1957
1969
  o.http_method = "GET"
1958
- o.http_request_uri = "/2018-11-05/origin-access-identity/cloudfront"
1970
+ o.http_request_uri = "/2019-03-26/origin-access-identity/cloudfront"
1959
1971
  o.input = Shapes::ShapeRef.new(shape: ListCloudFrontOriginAccessIdentitiesRequest)
1960
1972
  o.output = Shapes::ShapeRef.new(shape: ListCloudFrontOriginAccessIdentitiesResult)
1961
1973
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
@@ -1969,9 +1981,9 @@ module Aws::CloudFront
1969
1981
  end)
1970
1982
 
1971
1983
  api.add_operation(:list_distributions, Seahorse::Model::Operation.new.tap do |o|
1972
- o.name = "ListDistributions2018_11_05"
1984
+ o.name = "ListDistributions2019_03_26"
1973
1985
  o.http_method = "GET"
1974
- o.http_request_uri = "/2018-11-05/distribution"
1986
+ o.http_request_uri = "/2019-03-26/distribution"
1975
1987
  o.input = Shapes::ShapeRef.new(shape: ListDistributionsRequest)
1976
1988
  o.output = Shapes::ShapeRef.new(shape: ListDistributionsResult)
1977
1989
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
@@ -1985,9 +1997,9 @@ module Aws::CloudFront
1985
1997
  end)
1986
1998
 
1987
1999
  api.add_operation(:list_distributions_by_web_acl_id, Seahorse::Model::Operation.new.tap do |o|
1988
- o.name = "ListDistributionsByWebACLId2018_11_05"
2000
+ o.name = "ListDistributionsByWebACLId2019_03_26"
1989
2001
  o.http_method = "GET"
1990
- o.http_request_uri = "/2018-11-05/distributionsByWebACLId/{WebACLId}"
2002
+ o.http_request_uri = "/2019-03-26/distributionsByWebACLId/{WebACLId}"
1991
2003
  o.input = Shapes::ShapeRef.new(shape: ListDistributionsByWebACLIdRequest)
1992
2004
  o.output = Shapes::ShapeRef.new(shape: ListDistributionsByWebACLIdResult)
1993
2005
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
@@ -1995,27 +2007,27 @@ module Aws::CloudFront
1995
2007
  end)
1996
2008
 
1997
2009
  api.add_operation(:list_field_level_encryption_configs, Seahorse::Model::Operation.new.tap do |o|
1998
- o.name = "ListFieldLevelEncryptionConfigs2018_11_05"
2010
+ o.name = "ListFieldLevelEncryptionConfigs2019_03_26"
1999
2011
  o.http_method = "GET"
2000
- o.http_request_uri = "/2018-11-05/field-level-encryption"
2012
+ o.http_request_uri = "/2019-03-26/field-level-encryption"
2001
2013
  o.input = Shapes::ShapeRef.new(shape: ListFieldLevelEncryptionConfigsRequest)
2002
2014
  o.output = Shapes::ShapeRef.new(shape: ListFieldLevelEncryptionConfigsResult)
2003
2015
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
2004
2016
  end)
2005
2017
 
2006
2018
  api.add_operation(:list_field_level_encryption_profiles, Seahorse::Model::Operation.new.tap do |o|
2007
- o.name = "ListFieldLevelEncryptionProfiles2018_11_05"
2019
+ o.name = "ListFieldLevelEncryptionProfiles2019_03_26"
2008
2020
  o.http_method = "GET"
2009
- o.http_request_uri = "/2018-11-05/field-level-encryption-profile"
2021
+ o.http_request_uri = "/2019-03-26/field-level-encryption-profile"
2010
2022
  o.input = Shapes::ShapeRef.new(shape: ListFieldLevelEncryptionProfilesRequest)
2011
2023
  o.output = Shapes::ShapeRef.new(shape: ListFieldLevelEncryptionProfilesResult)
2012
2024
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
2013
2025
  end)
2014
2026
 
2015
2027
  api.add_operation(:list_invalidations, Seahorse::Model::Operation.new.tap do |o|
2016
- o.name = "ListInvalidations2018_11_05"
2028
+ o.name = "ListInvalidations2019_03_26"
2017
2029
  o.http_method = "GET"
2018
- o.http_request_uri = "/2018-11-05/distribution/{DistributionId}/invalidation"
2030
+ o.http_request_uri = "/2019-03-26/distribution/{DistributionId}/invalidation"
2019
2031
  o.input = Shapes::ShapeRef.new(shape: ListInvalidationsRequest)
2020
2032
  o.output = Shapes::ShapeRef.new(shape: ListInvalidationsResult)
2021
2033
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
@@ -2031,18 +2043,18 @@ module Aws::CloudFront
2031
2043
  end)
2032
2044
 
2033
2045
  api.add_operation(:list_public_keys, Seahorse::Model::Operation.new.tap do |o|
2034
- o.name = "ListPublicKeys2018_11_05"
2046
+ o.name = "ListPublicKeys2019_03_26"
2035
2047
  o.http_method = "GET"
2036
- o.http_request_uri = "/2018-11-05/public-key"
2048
+ o.http_request_uri = "/2019-03-26/public-key"
2037
2049
  o.input = Shapes::ShapeRef.new(shape: ListPublicKeysRequest)
2038
2050
  o.output = Shapes::ShapeRef.new(shape: ListPublicKeysResult)
2039
2051
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
2040
2052
  end)
2041
2053
 
2042
2054
  api.add_operation(:list_streaming_distributions, Seahorse::Model::Operation.new.tap do |o|
2043
- o.name = "ListStreamingDistributions2018_11_05"
2055
+ o.name = "ListStreamingDistributions2019_03_26"
2044
2056
  o.http_method = "GET"
2045
- o.http_request_uri = "/2018-11-05/streaming-distribution"
2057
+ o.http_request_uri = "/2019-03-26/streaming-distribution"
2046
2058
  o.input = Shapes::ShapeRef.new(shape: ListStreamingDistributionsRequest)
2047
2059
  o.output = Shapes::ShapeRef.new(shape: ListStreamingDistributionsResult)
2048
2060
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
@@ -2056,9 +2068,9 @@ module Aws::CloudFront
2056
2068
  end)
2057
2069
 
2058
2070
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
2059
- o.name = "ListTagsForResource2018_11_05"
2071
+ o.name = "ListTagsForResource2019_03_26"
2060
2072
  o.http_method = "GET"
2061
- o.http_request_uri = "/2018-11-05/tagging"
2073
+ o.http_request_uri = "/2019-03-26/tagging"
2062
2074
  o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
2063
2075
  o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResult)
2064
2076
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -2068,9 +2080,9 @@ module Aws::CloudFront
2068
2080
  end)
2069
2081
 
2070
2082
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
2071
- o.name = "TagResource2018_11_05"
2083
+ o.name = "TagResource2019_03_26"
2072
2084
  o.http_method = "POST"
2073
- o.http_request_uri = "/2018-11-05/tagging?Operation=Tag"
2085
+ o.http_request_uri = "/2019-03-26/tagging?Operation=Tag"
2074
2086
  o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
2075
2087
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2076
2088
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -2080,9 +2092,9 @@ module Aws::CloudFront
2080
2092
  end)
2081
2093
 
2082
2094
  api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
2083
- o.name = "UntagResource2018_11_05"
2095
+ o.name = "UntagResource2019_03_26"
2084
2096
  o.http_method = "POST"
2085
- o.http_request_uri = "/2018-11-05/tagging?Operation=Untag"
2097
+ o.http_request_uri = "/2019-03-26/tagging?Operation=Untag"
2086
2098
  o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
2087
2099
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2088
2100
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -2092,9 +2104,9 @@ module Aws::CloudFront
2092
2104
  end)
2093
2105
 
2094
2106
  api.add_operation(:update_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
2095
- o.name = "UpdateCloudFrontOriginAccessIdentity2018_11_05"
2107
+ o.name = "UpdateCloudFrontOriginAccessIdentity2019_03_26"
2096
2108
  o.http_method = "PUT"
2097
- o.http_request_uri = "/2018-11-05/origin-access-identity/cloudfront/{Id}/config"
2109
+ o.http_request_uri = "/2019-03-26/origin-access-identity/cloudfront/{Id}/config"
2098
2110
  o.input = Shapes::ShapeRef.new(shape: UpdateCloudFrontOriginAccessIdentityRequest)
2099
2111
  o.output = Shapes::ShapeRef.new(shape: UpdateCloudFrontOriginAccessIdentityResult)
2100
2112
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -2108,9 +2120,9 @@ module Aws::CloudFront
2108
2120
  end)
2109
2121
 
2110
2122
  api.add_operation(:update_distribution, Seahorse::Model::Operation.new.tap do |o|
2111
- o.name = "UpdateDistribution2018_11_05"
2123
+ o.name = "UpdateDistribution2019_03_26"
2112
2124
  o.http_method = "PUT"
2113
- o.http_request_uri = "/2018-11-05/distribution/{Id}/config"
2125
+ o.http_request_uri = "/2019-03-26/distribution/{Id}/config"
2114
2126
  o.input = Shapes::ShapeRef.new(shape: UpdateDistributionRequest)
2115
2127
  o.output = Shapes::ShapeRef.new(shape: UpdateDistributionResult)
2116
2128
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -2160,9 +2172,9 @@ module Aws::CloudFront
2160
2172
  end)
2161
2173
 
2162
2174
  api.add_operation(:update_field_level_encryption_config, Seahorse::Model::Operation.new.tap do |o|
2163
- o.name = "UpdateFieldLevelEncryptionConfig2018_11_05"
2175
+ o.name = "UpdateFieldLevelEncryptionConfig2019_03_26"
2164
2176
  o.http_method = "PUT"
2165
- o.http_request_uri = "/2018-11-05/field-level-encryption/{Id}/config"
2177
+ o.http_request_uri = "/2019-03-26/field-level-encryption/{Id}/config"
2166
2178
  o.input = Shapes::ShapeRef.new(shape: UpdateFieldLevelEncryptionConfigRequest)
2167
2179
  o.output = Shapes::ShapeRef.new(shape: UpdateFieldLevelEncryptionConfigResult)
2168
2180
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -2179,9 +2191,9 @@ module Aws::CloudFront
2179
2191
  end)
2180
2192
 
2181
2193
  api.add_operation(:update_field_level_encryption_profile, Seahorse::Model::Operation.new.tap do |o|
2182
- o.name = "UpdateFieldLevelEncryptionProfile2018_11_05"
2194
+ o.name = "UpdateFieldLevelEncryptionProfile2019_03_26"
2183
2195
  o.http_method = "PUT"
2184
- o.http_request_uri = "/2018-11-05/field-level-encryption-profile/{Id}/config"
2196
+ o.http_request_uri = "/2019-03-26/field-level-encryption-profile/{Id}/config"
2185
2197
  o.input = Shapes::ShapeRef.new(shape: UpdateFieldLevelEncryptionProfileRequest)
2186
2198
  o.output = Shapes::ShapeRef.new(shape: UpdateFieldLevelEncryptionProfileResult)
2187
2199
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -2199,9 +2211,9 @@ module Aws::CloudFront
2199
2211
  end)
2200
2212
 
2201
2213
  api.add_operation(:update_public_key, Seahorse::Model::Operation.new.tap do |o|
2202
- o.name = "UpdatePublicKey2018_11_05"
2214
+ o.name = "UpdatePublicKey2019_03_26"
2203
2215
  o.http_method = "PUT"
2204
- o.http_request_uri = "/2018-11-05/public-key/{Id}/config"
2216
+ o.http_request_uri = "/2019-03-26/public-key/{Id}/config"
2205
2217
  o.input = Shapes::ShapeRef.new(shape: UpdatePublicKeyRequest)
2206
2218
  o.output = Shapes::ShapeRef.new(shape: UpdatePublicKeyResult)
2207
2219
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -2214,9 +2226,9 @@ module Aws::CloudFront
2214
2226
  end)
2215
2227
 
2216
2228
  api.add_operation(:update_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
2217
- o.name = "UpdateStreamingDistribution2018_11_05"
2229
+ o.name = "UpdateStreamingDistribution2019_03_26"
2218
2230
  o.http_method = "PUT"
2219
- o.http_request_uri = "/2018-11-05/streaming-distribution/{Id}/config"
2231
+ o.http_request_uri = "/2019-03-26/streaming-distribution/{Id}/config"
2220
2232
  o.input = Shapes::ShapeRef.new(shape: UpdateStreamingDistributionRequest)
2221
2233
  o.output = Shapes::ShapeRef.new(shape: UpdateStreamingDistributionResult)
2222
2234
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)