aws-sdk-cloudfront 1.10.1 → 1.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-cloudfront.rb +1 -1
- data/lib/aws-sdk-cloudfront/client.rb +184 -49
- data/lib/aws-sdk-cloudfront/client_api.rb +155 -111
- data/lib/aws-sdk-cloudfront/types.rb +537 -411
- metadata +4 -4
@@ -205,6 +205,13 @@ module Aws::CloudFront
|
|
205
205
|
Origin = Shapes::StructureShape.new(name: 'Origin')
|
206
206
|
OriginCustomHeader = Shapes::StructureShape.new(name: 'OriginCustomHeader')
|
207
207
|
OriginCustomHeadersList = Shapes::ListShape.new(name: 'OriginCustomHeadersList')
|
208
|
+
OriginGroup = Shapes::StructureShape.new(name: 'OriginGroup')
|
209
|
+
OriginGroupFailoverCriteria = Shapes::StructureShape.new(name: 'OriginGroupFailoverCriteria')
|
210
|
+
OriginGroupList = Shapes::ListShape.new(name: 'OriginGroupList')
|
211
|
+
OriginGroupMember = Shapes::StructureShape.new(name: 'OriginGroupMember')
|
212
|
+
OriginGroupMemberList = Shapes::ListShape.new(name: 'OriginGroupMemberList')
|
213
|
+
OriginGroupMembers = Shapes::StructureShape.new(name: 'OriginGroupMembers')
|
214
|
+
OriginGroups = Shapes::StructureShape.new(name: 'OriginGroups')
|
208
215
|
OriginList = Shapes::ListShape.new(name: 'OriginList')
|
209
216
|
OriginProtocolPolicy = Shapes::StringShape.new(name: 'OriginProtocolPolicy')
|
210
217
|
OriginSslProtocols = Shapes::StructureShape.new(name: 'OriginSslProtocols')
|
@@ -236,6 +243,8 @@ module Aws::CloudFront
|
|
236
243
|
SignerList = Shapes::ListShape.new(name: 'SignerList')
|
237
244
|
SslProtocol = Shapes::StringShape.new(name: 'SslProtocol')
|
238
245
|
SslProtocolsList = Shapes::ListShape.new(name: 'SslProtocolsList')
|
246
|
+
StatusCodeList = Shapes::ListShape.new(name: 'StatusCodeList')
|
247
|
+
StatusCodes = Shapes::StructureShape.new(name: 'StatusCodes')
|
239
248
|
StreamingDistribution = Shapes::StructureShape.new(name: 'StreamingDistribution')
|
240
249
|
StreamingDistributionAlreadyExists = Shapes::StructureShape.new(name: 'StreamingDistributionAlreadyExists')
|
241
250
|
StreamingDistributionConfig = Shapes::StructureShape.new(name: 'StreamingDistributionConfig')
|
@@ -271,6 +280,7 @@ module Aws::CloudFront
|
|
271
280
|
TooManyInvalidationsInProgress = Shapes::StructureShape.new(name: 'TooManyInvalidationsInProgress')
|
272
281
|
TooManyLambdaFunctionAssociations = Shapes::StructureShape.new(name: 'TooManyLambdaFunctionAssociations')
|
273
282
|
TooManyOriginCustomHeaders = Shapes::StructureShape.new(name: 'TooManyOriginCustomHeaders')
|
283
|
+
TooManyOriginGroupsPerDistribution = Shapes::StructureShape.new(name: 'TooManyOriginGroupsPerDistribution')
|
274
284
|
TooManyOrigins = Shapes::StructureShape.new(name: 'TooManyOrigins')
|
275
285
|
TooManyPublicKeys = Shapes::StructureShape.new(name: 'TooManyPublicKeys')
|
276
286
|
TooManyQueryStringParameters = Shapes::StructureShape.new(name: 'TooManyQueryStringParameters')
|
@@ -392,7 +402,7 @@ module Aws::CloudFront
|
|
392
402
|
CookiePreference.add_member(:whitelisted_names, Shapes::ShapeRef.new(shape: CookieNames, location_name: "WhitelistedNames"))
|
393
403
|
CookiePreference.struct_class = Types::CookiePreference
|
394
404
|
|
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-
|
405
|
+
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/"}}))
|
396
406
|
CreateCloudFrontOriginAccessIdentityRequest.struct_class = Types::CreateCloudFrontOriginAccessIdentityRequest
|
397
407
|
CreateCloudFrontOriginAccessIdentityRequest[:payload] = :cloud_front_origin_access_identity_config
|
398
408
|
CreateCloudFrontOriginAccessIdentityRequest[:payload_member] = CreateCloudFrontOriginAccessIdentityRequest.member(:cloud_front_origin_access_identity_config)
|
@@ -404,7 +414,7 @@ module Aws::CloudFront
|
|
404
414
|
CreateCloudFrontOriginAccessIdentityResult[:payload] = :cloud_front_origin_access_identity
|
405
415
|
CreateCloudFrontOriginAccessIdentityResult[:payload_member] = CreateCloudFrontOriginAccessIdentityResult.member(:cloud_front_origin_access_identity)
|
406
416
|
|
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-
|
417
|
+
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/"}}))
|
408
418
|
CreateDistributionRequest.struct_class = Types::CreateDistributionRequest
|
409
419
|
CreateDistributionRequest[:payload] = :distribution_config
|
410
420
|
CreateDistributionRequest[:payload_member] = CreateDistributionRequest.member(:distribution_config)
|
@@ -416,7 +426,7 @@ module Aws::CloudFront
|
|
416
426
|
CreateDistributionResult[:payload] = :distribution
|
417
427
|
CreateDistributionResult[:payload_member] = CreateDistributionResult.member(:distribution)
|
418
428
|
|
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-
|
429
|
+
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/"}}))
|
420
430
|
CreateDistributionWithTagsRequest.struct_class = Types::CreateDistributionWithTagsRequest
|
421
431
|
CreateDistributionWithTagsRequest[:payload] = :distribution_config_with_tags
|
422
432
|
CreateDistributionWithTagsRequest[:payload_member] = CreateDistributionWithTagsRequest.member(:distribution_config_with_tags)
|
@@ -428,7 +438,7 @@ module Aws::CloudFront
|
|
428
438
|
CreateDistributionWithTagsResult[:payload] = :distribution
|
429
439
|
CreateDistributionWithTagsResult[:payload_member] = CreateDistributionWithTagsResult.member(:distribution)
|
430
440
|
|
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-
|
441
|
+
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/"}}))
|
432
442
|
CreateFieldLevelEncryptionConfigRequest.struct_class = Types::CreateFieldLevelEncryptionConfigRequest
|
433
443
|
CreateFieldLevelEncryptionConfigRequest[:payload] = :field_level_encryption_config
|
434
444
|
CreateFieldLevelEncryptionConfigRequest[:payload_member] = CreateFieldLevelEncryptionConfigRequest.member(:field_level_encryption_config)
|
@@ -440,7 +450,7 @@ module Aws::CloudFront
|
|
440
450
|
CreateFieldLevelEncryptionConfigResult[:payload] = :field_level_encryption
|
441
451
|
CreateFieldLevelEncryptionConfigResult[:payload_member] = CreateFieldLevelEncryptionConfigResult.member(:field_level_encryption)
|
442
452
|
|
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-
|
453
|
+
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/"}}))
|
444
454
|
CreateFieldLevelEncryptionProfileRequest.struct_class = Types::CreateFieldLevelEncryptionProfileRequest
|
445
455
|
CreateFieldLevelEncryptionProfileRequest[:payload] = :field_level_encryption_profile_config
|
446
456
|
CreateFieldLevelEncryptionProfileRequest[:payload_member] = CreateFieldLevelEncryptionProfileRequest.member(:field_level_encryption_profile_config)
|
@@ -453,7 +463,7 @@ module Aws::CloudFront
|
|
453
463
|
CreateFieldLevelEncryptionProfileResult[:payload_member] = CreateFieldLevelEncryptionProfileResult.member(:field_level_encryption_profile)
|
454
464
|
|
455
465
|
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/2018-
|
466
|
+
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/"}}))
|
457
467
|
CreateInvalidationRequest.struct_class = Types::CreateInvalidationRequest
|
458
468
|
CreateInvalidationRequest[:payload] = :invalidation_batch
|
459
469
|
CreateInvalidationRequest[:payload_member] = CreateInvalidationRequest.member(:invalidation_batch)
|
@@ -464,7 +474,7 @@ module Aws::CloudFront
|
|
464
474
|
CreateInvalidationResult[:payload] = :invalidation
|
465
475
|
CreateInvalidationResult[:payload_member] = CreateInvalidationResult.member(:invalidation)
|
466
476
|
|
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-
|
477
|
+
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/"}}))
|
468
478
|
CreatePublicKeyRequest.struct_class = Types::CreatePublicKeyRequest
|
469
479
|
CreatePublicKeyRequest[:payload] = :public_key_config
|
470
480
|
CreatePublicKeyRequest[:payload_member] = CreatePublicKeyRequest.member(:public_key_config)
|
@@ -476,7 +486,7 @@ module Aws::CloudFront
|
|
476
486
|
CreatePublicKeyResult[:payload] = :public_key
|
477
487
|
CreatePublicKeyResult[:payload_member] = CreatePublicKeyResult.member(:public_key)
|
478
488
|
|
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-
|
489
|
+
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/"}}))
|
480
490
|
CreateStreamingDistributionRequest.struct_class = Types::CreateStreamingDistributionRequest
|
481
491
|
CreateStreamingDistributionRequest[:payload] = :streaming_distribution_config
|
482
492
|
CreateStreamingDistributionRequest[:payload_member] = CreateStreamingDistributionRequest.member(:streaming_distribution_config)
|
@@ -488,7 +498,7 @@ module Aws::CloudFront
|
|
488
498
|
CreateStreamingDistributionResult[:payload] = :streaming_distribution
|
489
499
|
CreateStreamingDistributionResult[:payload_member] = CreateStreamingDistributionResult.member(:streaming_distribution)
|
490
500
|
|
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-
|
501
|
+
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/"}}))
|
492
502
|
CreateStreamingDistributionWithTagsRequest.struct_class = Types::CreateStreamingDistributionWithTagsRequest
|
493
503
|
CreateStreamingDistributionWithTagsRequest[:payload] = :streaming_distribution_config_with_tags
|
494
504
|
CreateStreamingDistributionWithTagsRequest[:payload_member] = CreateStreamingDistributionWithTagsRequest.member(:streaming_distribution_config_with_tags)
|
@@ -576,6 +586,7 @@ module Aws::CloudFront
|
|
576
586
|
DistributionConfig.add_member(:aliases, Shapes::ShapeRef.new(shape: Aliases, location_name: "Aliases"))
|
577
587
|
DistributionConfig.add_member(:default_root_object, Shapes::ShapeRef.new(shape: string, location_name: "DefaultRootObject"))
|
578
588
|
DistributionConfig.add_member(:origins, Shapes::ShapeRef.new(shape: Origins, required: true, location_name: "Origins"))
|
589
|
+
DistributionConfig.add_member(:origin_groups, Shapes::ShapeRef.new(shape: OriginGroups, location_name: "OriginGroups"))
|
579
590
|
DistributionConfig.add_member(:default_cache_behavior, Shapes::ShapeRef.new(shape: DefaultCacheBehavior, required: true, location_name: "DefaultCacheBehavior"))
|
580
591
|
DistributionConfig.add_member(:cache_behaviors, Shapes::ShapeRef.new(shape: CacheBehaviors, location_name: "CacheBehaviors"))
|
581
592
|
DistributionConfig.add_member(:custom_error_responses, Shapes::ShapeRef.new(shape: CustomErrorResponses, location_name: "CustomErrorResponses"))
|
@@ -609,6 +620,7 @@ module Aws::CloudFront
|
|
609
620
|
DistributionSummary.add_member(:domain_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "DomainName"))
|
610
621
|
DistributionSummary.add_member(:aliases, Shapes::ShapeRef.new(shape: Aliases, required: true, location_name: "Aliases"))
|
611
622
|
DistributionSummary.add_member(:origins, Shapes::ShapeRef.new(shape: Origins, required: true, location_name: "Origins"))
|
623
|
+
DistributionSummary.add_member(:origin_groups, Shapes::ShapeRef.new(shape: OriginGroups, location_name: "OriginGroups"))
|
612
624
|
DistributionSummary.add_member(:default_cache_behavior, Shapes::ShapeRef.new(shape: DefaultCacheBehavior, required: true, location_name: "DefaultCacheBehavior"))
|
613
625
|
DistributionSummary.add_member(:cache_behaviors, Shapes::ShapeRef.new(shape: CacheBehaviors, required: true, location_name: "CacheBehaviors"))
|
614
626
|
DistributionSummary.add_member(:custom_error_responses, Shapes::ShapeRef.new(shape: CustomErrorResponses, required: true, location_name: "CustomErrorResponses"))
|
@@ -975,6 +987,29 @@ module Aws::CloudFront
|
|
975
987
|
|
976
988
|
OriginCustomHeadersList.member = Shapes::ShapeRef.new(shape: OriginCustomHeader, location_name: "OriginCustomHeader")
|
977
989
|
|
990
|
+
OriginGroup.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
991
|
+
OriginGroup.add_member(:failover_criteria, Shapes::ShapeRef.new(shape: OriginGroupFailoverCriteria, required: true, location_name: "FailoverCriteria"))
|
992
|
+
OriginGroup.add_member(:members, Shapes::ShapeRef.new(shape: OriginGroupMembers, required: true, location_name: "Members"))
|
993
|
+
OriginGroup.struct_class = Types::OriginGroup
|
994
|
+
|
995
|
+
OriginGroupFailoverCriteria.add_member(:status_codes, Shapes::ShapeRef.new(shape: StatusCodes, required: true, location_name: "StatusCodes"))
|
996
|
+
OriginGroupFailoverCriteria.struct_class = Types::OriginGroupFailoverCriteria
|
997
|
+
|
998
|
+
OriginGroupList.member = Shapes::ShapeRef.new(shape: OriginGroup, location_name: "OriginGroup")
|
999
|
+
|
1000
|
+
OriginGroupMember.add_member(:origin_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "OriginId"))
|
1001
|
+
OriginGroupMember.struct_class = Types::OriginGroupMember
|
1002
|
+
|
1003
|
+
OriginGroupMemberList.member = Shapes::ShapeRef.new(shape: OriginGroupMember, location_name: "OriginGroupMember")
|
1004
|
+
|
1005
|
+
OriginGroupMembers.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
1006
|
+
OriginGroupMembers.add_member(:items, Shapes::ShapeRef.new(shape: OriginGroupMemberList, required: true, location_name: "Items"))
|
1007
|
+
OriginGroupMembers.struct_class = Types::OriginGroupMembers
|
1008
|
+
|
1009
|
+
OriginGroups.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
1010
|
+
OriginGroups.add_member(:items, Shapes::ShapeRef.new(shape: OriginGroupList, location_name: "Items"))
|
1011
|
+
OriginGroups.struct_class = Types::OriginGroups
|
1012
|
+
|
978
1013
|
OriginList.member = Shapes::ShapeRef.new(shape: Origin, location_name: "Origin")
|
979
1014
|
|
980
1015
|
OriginSslProtocols.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
@@ -982,7 +1017,7 @@ module Aws::CloudFront
|
|
982
1017
|
OriginSslProtocols.struct_class = Types::OriginSslProtocols
|
983
1018
|
|
984
1019
|
Origins.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
985
|
-
Origins.add_member(:items, Shapes::ShapeRef.new(shape: OriginList, location_name: "Items"))
|
1020
|
+
Origins.add_member(:items, Shapes::ShapeRef.new(shape: OriginList, required: true, location_name: "Items"))
|
986
1021
|
Origins.struct_class = Types::Origins
|
987
1022
|
|
988
1023
|
PathList.member = Shapes::ShapeRef.new(shape: string, location_name: "Path")
|
@@ -1055,6 +1090,12 @@ module Aws::CloudFront
|
|
1055
1090
|
|
1056
1091
|
SslProtocolsList.member = Shapes::ShapeRef.new(shape: SslProtocol, location_name: "SslProtocol")
|
1057
1092
|
|
1093
|
+
StatusCodeList.member = Shapes::ShapeRef.new(shape: integer, location_name: "StatusCode")
|
1094
|
+
|
1095
|
+
StatusCodes.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
1096
|
+
StatusCodes.add_member(:items, Shapes::ShapeRef.new(shape: StatusCodeList, required: true, location_name: "Items"))
|
1097
|
+
StatusCodes.struct_class = Types::StatusCodes
|
1098
|
+
|
1058
1099
|
StreamingDistribution.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
1059
1100
|
StreamingDistribution.add_member(:arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ARN"))
|
1060
1101
|
StreamingDistribution.add_member(:status, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Status"))
|
@@ -1118,7 +1159,7 @@ module Aws::CloudFront
|
|
1118
1159
|
TagList.member = Shapes::ShapeRef.new(shape: Tag, location_name: "Tag")
|
1119
1160
|
|
1120
1161
|
TagResourceRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location: "querystring", location_name: "Resource"))
|
1121
|
-
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "Tags", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2018-
|
1162
|
+
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/"}}))
|
1122
1163
|
TagResourceRequest.struct_class = Types::TagResourceRequest
|
1123
1164
|
TagResourceRequest[:payload] = :tags
|
1124
1165
|
TagResourceRequest[:payload_member] = TagResourceRequest.member(:tags)
|
@@ -1132,12 +1173,12 @@ module Aws::CloudFront
|
|
1132
1173
|
TrustedSigners.struct_class = Types::TrustedSigners
|
1133
1174
|
|
1134
1175
|
UntagResourceRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location: "querystring", location_name: "Resource"))
|
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-
|
1176
|
+
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/"}}))
|
1136
1177
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
1137
1178
|
UntagResourceRequest[:payload] = :tag_keys
|
1138
1179
|
UntagResourceRequest[:payload_member] = UntagResourceRequest.member(:tag_keys)
|
1139
1180
|
|
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-
|
1181
|
+
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/"}}))
|
1141
1182
|
UpdateCloudFrontOriginAccessIdentityRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
1142
1183
|
UpdateCloudFrontOriginAccessIdentityRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
1143
1184
|
UpdateCloudFrontOriginAccessIdentityRequest.struct_class = Types::UpdateCloudFrontOriginAccessIdentityRequest
|
@@ -1150,7 +1191,7 @@ module Aws::CloudFront
|
|
1150
1191
|
UpdateCloudFrontOriginAccessIdentityResult[:payload] = :cloud_front_origin_access_identity
|
1151
1192
|
UpdateCloudFrontOriginAccessIdentityResult[:payload_member] = UpdateCloudFrontOriginAccessIdentityResult.member(:cloud_front_origin_access_identity)
|
1152
1193
|
|
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-
|
1194
|
+
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/"}}))
|
1154
1195
|
UpdateDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
1155
1196
|
UpdateDistributionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
1156
1197
|
UpdateDistributionRequest.struct_class = Types::UpdateDistributionRequest
|
@@ -1163,7 +1204,7 @@ module Aws::CloudFront
|
|
1163
1204
|
UpdateDistributionResult[:payload] = :distribution
|
1164
1205
|
UpdateDistributionResult[:payload_member] = UpdateDistributionResult.member(:distribution)
|
1165
1206
|
|
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-
|
1207
|
+
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/"}}))
|
1167
1208
|
UpdateFieldLevelEncryptionConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
1168
1209
|
UpdateFieldLevelEncryptionConfigRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
1169
1210
|
UpdateFieldLevelEncryptionConfigRequest.struct_class = Types::UpdateFieldLevelEncryptionConfigRequest
|
@@ -1176,7 +1217,7 @@ module Aws::CloudFront
|
|
1176
1217
|
UpdateFieldLevelEncryptionConfigResult[:payload] = :field_level_encryption
|
1177
1218
|
UpdateFieldLevelEncryptionConfigResult[:payload_member] = UpdateFieldLevelEncryptionConfigResult.member(:field_level_encryption)
|
1178
1219
|
|
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-
|
1220
|
+
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/"}}))
|
1180
1221
|
UpdateFieldLevelEncryptionProfileRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
1181
1222
|
UpdateFieldLevelEncryptionProfileRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
1182
1223
|
UpdateFieldLevelEncryptionProfileRequest.struct_class = Types::UpdateFieldLevelEncryptionProfileRequest
|
@@ -1189,7 +1230,7 @@ module Aws::CloudFront
|
|
1189
1230
|
UpdateFieldLevelEncryptionProfileResult[:payload] = :field_level_encryption_profile
|
1190
1231
|
UpdateFieldLevelEncryptionProfileResult[:payload_member] = UpdateFieldLevelEncryptionProfileResult.member(:field_level_encryption_profile)
|
1191
1232
|
|
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-
|
1233
|
+
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/"}}))
|
1193
1234
|
UpdatePublicKeyRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
1194
1235
|
UpdatePublicKeyRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
1195
1236
|
UpdatePublicKeyRequest.struct_class = Types::UpdatePublicKeyRequest
|
@@ -1202,7 +1243,7 @@ module Aws::CloudFront
|
|
1202
1243
|
UpdatePublicKeyResult[:payload] = :public_key
|
1203
1244
|
UpdatePublicKeyResult[:payload_member] = UpdatePublicKeyResult.member(:public_key)
|
1204
1245
|
|
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-
|
1246
|
+
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/"}}))
|
1206
1247
|
UpdateStreamingDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
1207
1248
|
UpdateStreamingDistributionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
1208
1249
|
UpdateStreamingDistributionRequest.struct_class = Types::UpdateStreamingDistributionRequest
|
@@ -1228,10 +1269,10 @@ module Aws::CloudFront
|
|
1228
1269
|
# @api private
|
1229
1270
|
API = Seahorse::Model::Api.new.tap do |api|
|
1230
1271
|
|
1231
|
-
api.version = "2018-
|
1272
|
+
api.version = "2018-11-05"
|
1232
1273
|
|
1233
1274
|
api.metadata = {
|
1234
|
-
"apiVersion" => "2018-
|
1275
|
+
"apiVersion" => "2018-11-05",
|
1235
1276
|
"endpointPrefix" => "cloudfront",
|
1236
1277
|
"globalEndpoint" => "cloudfront.amazonaws.com",
|
1237
1278
|
"protocol" => "rest-xml",
|
@@ -1239,13 +1280,13 @@ module Aws::CloudFront
|
|
1239
1280
|
"serviceFullName" => "Amazon CloudFront",
|
1240
1281
|
"serviceId" => "CloudFront",
|
1241
1282
|
"signatureVersion" => "v4",
|
1242
|
-
"uid" => "cloudfront-2018-
|
1283
|
+
"uid" => "cloudfront-2018-11-05",
|
1243
1284
|
}
|
1244
1285
|
|
1245
1286
|
api.add_operation(:create_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
|
1246
|
-
o.name = "
|
1287
|
+
o.name = "CreateCloudFrontOriginAccessIdentity2018_11_05"
|
1247
1288
|
o.http_method = "POST"
|
1248
|
-
o.http_request_uri = "/2018-
|
1289
|
+
o.http_request_uri = "/2018-11-05/origin-access-identity/cloudfront"
|
1249
1290
|
o.input = Shapes::ShapeRef.new(shape: CreateCloudFrontOriginAccessIdentityRequest)
|
1250
1291
|
o.output = Shapes::ShapeRef.new(shape: CreateCloudFrontOriginAccessIdentityResult)
|
1251
1292
|
o.errors << Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityAlreadyExists)
|
@@ -1256,9 +1297,9 @@ module Aws::CloudFront
|
|
1256
1297
|
end)
|
1257
1298
|
|
1258
1299
|
api.add_operation(:create_distribution, Seahorse::Model::Operation.new.tap do |o|
|
1259
|
-
o.name = "
|
1300
|
+
o.name = "CreateDistribution2018_11_05"
|
1260
1301
|
o.http_method = "POST"
|
1261
|
-
o.http_request_uri = "/2018-
|
1302
|
+
o.http_request_uri = "/2018-11-05/distribution"
|
1262
1303
|
o.input = Shapes::ShapeRef.new(shape: CreateDistributionRequest)
|
1263
1304
|
o.output = Shapes::ShapeRef.new(shape: CreateDistributionResult)
|
1264
1305
|
o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
|
@@ -1281,6 +1322,7 @@ module Aws::CloudFront
|
|
1281
1322
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequiredProtocol)
|
1282
1323
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchOrigin)
|
1283
1324
|
o.errors << Shapes::ShapeRef.new(shape: TooManyOrigins)
|
1325
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyOriginGroupsPerDistribution)
|
1284
1326
|
o.errors << Shapes::ShapeRef.new(shape: TooManyCacheBehaviors)
|
1285
1327
|
o.errors << Shapes::ShapeRef.new(shape: TooManyCookieNamesInWhiteList)
|
1286
1328
|
o.errors << Shapes::ShapeRef.new(shape: InvalidForwardCookies)
|
@@ -1307,9 +1349,9 @@ module Aws::CloudFront
|
|
1307
1349
|
end)
|
1308
1350
|
|
1309
1351
|
api.add_operation(:create_distribution_with_tags, Seahorse::Model::Operation.new.tap do |o|
|
1310
|
-
o.name = "
|
1352
|
+
o.name = "CreateDistributionWithTags2018_11_05"
|
1311
1353
|
o.http_method = "POST"
|
1312
|
-
o.http_request_uri = "/2018-
|
1354
|
+
o.http_request_uri = "/2018-11-05/distribution?WithTags"
|
1313
1355
|
o.input = Shapes::ShapeRef.new(shape: CreateDistributionWithTagsRequest)
|
1314
1356
|
o.output = Shapes::ShapeRef.new(shape: CreateDistributionWithTagsResult)
|
1315
1357
|
o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
|
@@ -1332,6 +1374,7 @@ module Aws::CloudFront
|
|
1332
1374
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequiredProtocol)
|
1333
1375
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchOrigin)
|
1334
1376
|
o.errors << Shapes::ShapeRef.new(shape: TooManyOrigins)
|
1377
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyOriginGroupsPerDistribution)
|
1335
1378
|
o.errors << Shapes::ShapeRef.new(shape: TooManyCacheBehaviors)
|
1336
1379
|
o.errors << Shapes::ShapeRef.new(shape: TooManyCookieNamesInWhiteList)
|
1337
1380
|
o.errors << Shapes::ShapeRef.new(shape: InvalidForwardCookies)
|
@@ -1359,9 +1402,9 @@ module Aws::CloudFront
|
|
1359
1402
|
end)
|
1360
1403
|
|
1361
1404
|
api.add_operation(:create_field_level_encryption_config, Seahorse::Model::Operation.new.tap do |o|
|
1362
|
-
o.name = "
|
1405
|
+
o.name = "CreateFieldLevelEncryptionConfig2018_11_05"
|
1363
1406
|
o.http_method = "POST"
|
1364
|
-
o.http_request_uri = "/2018-
|
1407
|
+
o.http_request_uri = "/2018-11-05/field-level-encryption"
|
1365
1408
|
o.input = Shapes::ShapeRef.new(shape: CreateFieldLevelEncryptionConfigRequest)
|
1366
1409
|
o.output = Shapes::ShapeRef.new(shape: CreateFieldLevelEncryptionConfigResult)
|
1367
1410
|
o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
|
@@ -1375,9 +1418,9 @@ module Aws::CloudFront
|
|
1375
1418
|
end)
|
1376
1419
|
|
1377
1420
|
api.add_operation(:create_field_level_encryption_profile, Seahorse::Model::Operation.new.tap do |o|
|
1378
|
-
o.name = "
|
1421
|
+
o.name = "CreateFieldLevelEncryptionProfile2018_11_05"
|
1379
1422
|
o.http_method = "POST"
|
1380
|
-
o.http_request_uri = "/2018-
|
1423
|
+
o.http_request_uri = "/2018-11-05/field-level-encryption-profile"
|
1381
1424
|
o.input = Shapes::ShapeRef.new(shape: CreateFieldLevelEncryptionProfileRequest)
|
1382
1425
|
o.output = Shapes::ShapeRef.new(shape: CreateFieldLevelEncryptionProfileResult)
|
1383
1426
|
o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
|
@@ -1391,9 +1434,9 @@ module Aws::CloudFront
|
|
1391
1434
|
end)
|
1392
1435
|
|
1393
1436
|
api.add_operation(:create_invalidation, Seahorse::Model::Operation.new.tap do |o|
|
1394
|
-
o.name = "
|
1437
|
+
o.name = "CreateInvalidation2018_11_05"
|
1395
1438
|
o.http_method = "POST"
|
1396
|
-
o.http_request_uri = "/2018-
|
1439
|
+
o.http_request_uri = "/2018-11-05/distribution/{DistributionId}/invalidation"
|
1397
1440
|
o.input = Shapes::ShapeRef.new(shape: CreateInvalidationRequest)
|
1398
1441
|
o.output = Shapes::ShapeRef.new(shape: CreateInvalidationResult)
|
1399
1442
|
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
@@ -1406,9 +1449,9 @@ module Aws::CloudFront
|
|
1406
1449
|
end)
|
1407
1450
|
|
1408
1451
|
api.add_operation(:create_public_key, Seahorse::Model::Operation.new.tap do |o|
|
1409
|
-
o.name = "
|
1452
|
+
o.name = "CreatePublicKey2018_11_05"
|
1410
1453
|
o.http_method = "POST"
|
1411
|
-
o.http_request_uri = "/2018-
|
1454
|
+
o.http_request_uri = "/2018-11-05/public-key"
|
1412
1455
|
o.input = Shapes::ShapeRef.new(shape: CreatePublicKeyRequest)
|
1413
1456
|
o.output = Shapes::ShapeRef.new(shape: CreatePublicKeyResult)
|
1414
1457
|
o.errors << Shapes::ShapeRef.new(shape: PublicKeyAlreadyExists)
|
@@ -1417,9 +1460,9 @@ module Aws::CloudFront
|
|
1417
1460
|
end)
|
1418
1461
|
|
1419
1462
|
api.add_operation(:create_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
|
1420
|
-
o.name = "
|
1463
|
+
o.name = "CreateStreamingDistribution2018_11_05"
|
1421
1464
|
o.http_method = "POST"
|
1422
|
-
o.http_request_uri = "/2018-
|
1465
|
+
o.http_request_uri = "/2018-11-05/streaming-distribution"
|
1423
1466
|
o.input = Shapes::ShapeRef.new(shape: CreateStreamingDistributionRequest)
|
1424
1467
|
o.output = Shapes::ShapeRef.new(shape: CreateStreamingDistributionResult)
|
1425
1468
|
o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
|
@@ -1437,9 +1480,9 @@ module Aws::CloudFront
|
|
1437
1480
|
end)
|
1438
1481
|
|
1439
1482
|
api.add_operation(:create_streaming_distribution_with_tags, Seahorse::Model::Operation.new.tap do |o|
|
1440
|
-
o.name = "
|
1483
|
+
o.name = "CreateStreamingDistributionWithTags2018_11_05"
|
1441
1484
|
o.http_method = "POST"
|
1442
|
-
o.http_request_uri = "/2018-
|
1485
|
+
o.http_request_uri = "/2018-11-05/streaming-distribution?WithTags"
|
1443
1486
|
o.input = Shapes::ShapeRef.new(shape: CreateStreamingDistributionWithTagsRequest)
|
1444
1487
|
o.output = Shapes::ShapeRef.new(shape: CreateStreamingDistributionWithTagsResult)
|
1445
1488
|
o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
|
@@ -1458,9 +1501,9 @@ module Aws::CloudFront
|
|
1458
1501
|
end)
|
1459
1502
|
|
1460
1503
|
api.add_operation(:delete_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
|
1461
|
-
o.name = "
|
1504
|
+
o.name = "DeleteCloudFrontOriginAccessIdentity2018_11_05"
|
1462
1505
|
o.http_method = "DELETE"
|
1463
|
-
o.http_request_uri = "/2018-
|
1506
|
+
o.http_request_uri = "/2018-11-05/origin-access-identity/cloudfront/{Id}"
|
1464
1507
|
o.input = Shapes::ShapeRef.new(shape: DeleteCloudFrontOriginAccessIdentityRequest)
|
1465
1508
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1466
1509
|
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
@@ -1471,9 +1514,9 @@ module Aws::CloudFront
|
|
1471
1514
|
end)
|
1472
1515
|
|
1473
1516
|
api.add_operation(:delete_distribution, Seahorse::Model::Operation.new.tap do |o|
|
1474
|
-
o.name = "
|
1517
|
+
o.name = "DeleteDistribution2018_11_05"
|
1475
1518
|
o.http_method = "DELETE"
|
1476
|
-
o.http_request_uri = "/2018-
|
1519
|
+
o.http_request_uri = "/2018-11-05/distribution/{Id}"
|
1477
1520
|
o.input = Shapes::ShapeRef.new(shape: DeleteDistributionRequest)
|
1478
1521
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1479
1522
|
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
@@ -1484,9 +1527,9 @@ module Aws::CloudFront
|
|
1484
1527
|
end)
|
1485
1528
|
|
1486
1529
|
api.add_operation(:delete_field_level_encryption_config, Seahorse::Model::Operation.new.tap do |o|
|
1487
|
-
o.name = "
|
1530
|
+
o.name = "DeleteFieldLevelEncryptionConfig2018_11_05"
|
1488
1531
|
o.http_method = "DELETE"
|
1489
|
-
o.http_request_uri = "/2018-
|
1532
|
+
o.http_request_uri = "/2018-11-05/field-level-encryption/{Id}"
|
1490
1533
|
o.input = Shapes::ShapeRef.new(shape: DeleteFieldLevelEncryptionConfigRequest)
|
1491
1534
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1492
1535
|
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
@@ -1497,9 +1540,9 @@ module Aws::CloudFront
|
|
1497
1540
|
end)
|
1498
1541
|
|
1499
1542
|
api.add_operation(:delete_field_level_encryption_profile, Seahorse::Model::Operation.new.tap do |o|
|
1500
|
-
o.name = "
|
1543
|
+
o.name = "DeleteFieldLevelEncryptionProfile2018_11_05"
|
1501
1544
|
o.http_method = "DELETE"
|
1502
|
-
o.http_request_uri = "/2018-
|
1545
|
+
o.http_request_uri = "/2018-11-05/field-level-encryption-profile/{Id}"
|
1503
1546
|
o.input = Shapes::ShapeRef.new(shape: DeleteFieldLevelEncryptionProfileRequest)
|
1504
1547
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1505
1548
|
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
@@ -1510,9 +1553,9 @@ module Aws::CloudFront
|
|
1510
1553
|
end)
|
1511
1554
|
|
1512
1555
|
api.add_operation(:delete_public_key, Seahorse::Model::Operation.new.tap do |o|
|
1513
|
-
o.name = "
|
1556
|
+
o.name = "DeletePublicKey2018_11_05"
|
1514
1557
|
o.http_method = "DELETE"
|
1515
|
-
o.http_request_uri = "/2018-
|
1558
|
+
o.http_request_uri = "/2018-11-05/public-key/{Id}"
|
1516
1559
|
o.input = Shapes::ShapeRef.new(shape: DeletePublicKeyRequest)
|
1517
1560
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1518
1561
|
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
@@ -1523,9 +1566,9 @@ module Aws::CloudFront
|
|
1523
1566
|
end)
|
1524
1567
|
|
1525
1568
|
api.add_operation(:delete_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
|
1526
|
-
o.name = "
|
1569
|
+
o.name = "DeleteStreamingDistribution2018_11_05"
|
1527
1570
|
o.http_method = "DELETE"
|
1528
|
-
o.http_request_uri = "/2018-
|
1571
|
+
o.http_request_uri = "/2018-11-05/streaming-distribution/{Id}"
|
1529
1572
|
o.input = Shapes::ShapeRef.new(shape: DeleteStreamingDistributionRequest)
|
1530
1573
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1531
1574
|
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
@@ -1536,9 +1579,9 @@ module Aws::CloudFront
|
|
1536
1579
|
end)
|
1537
1580
|
|
1538
1581
|
api.add_operation(:get_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
|
1539
|
-
o.name = "
|
1582
|
+
o.name = "GetCloudFrontOriginAccessIdentity2018_11_05"
|
1540
1583
|
o.http_method = "GET"
|
1541
|
-
o.http_request_uri = "/2018-
|
1584
|
+
o.http_request_uri = "/2018-11-05/origin-access-identity/cloudfront/{Id}"
|
1542
1585
|
o.input = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityRequest)
|
1543
1586
|
o.output = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityResult)
|
1544
1587
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchCloudFrontOriginAccessIdentity)
|
@@ -1546,9 +1589,9 @@ module Aws::CloudFront
|
|
1546
1589
|
end)
|
1547
1590
|
|
1548
1591
|
api.add_operation(:get_cloud_front_origin_access_identity_config, Seahorse::Model::Operation.new.tap do |o|
|
1549
|
-
o.name = "
|
1592
|
+
o.name = "GetCloudFrontOriginAccessIdentityConfig2018_11_05"
|
1550
1593
|
o.http_method = "GET"
|
1551
|
-
o.http_request_uri = "/2018-
|
1594
|
+
o.http_request_uri = "/2018-11-05/origin-access-identity/cloudfront/{Id}/config"
|
1552
1595
|
o.input = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityConfigRequest)
|
1553
1596
|
o.output = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityConfigResult)
|
1554
1597
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchCloudFrontOriginAccessIdentity)
|
@@ -1556,9 +1599,9 @@ module Aws::CloudFront
|
|
1556
1599
|
end)
|
1557
1600
|
|
1558
1601
|
api.add_operation(:get_distribution, Seahorse::Model::Operation.new.tap do |o|
|
1559
|
-
o.name = "
|
1602
|
+
o.name = "GetDistribution2018_11_05"
|
1560
1603
|
o.http_method = "GET"
|
1561
|
-
o.http_request_uri = "/2018-
|
1604
|
+
o.http_request_uri = "/2018-11-05/distribution/{Id}"
|
1562
1605
|
o.input = Shapes::ShapeRef.new(shape: GetDistributionRequest)
|
1563
1606
|
o.output = Shapes::ShapeRef.new(shape: GetDistributionResult)
|
1564
1607
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
|
@@ -1566,9 +1609,9 @@ module Aws::CloudFront
|
|
1566
1609
|
end)
|
1567
1610
|
|
1568
1611
|
api.add_operation(:get_distribution_config, Seahorse::Model::Operation.new.tap do |o|
|
1569
|
-
o.name = "
|
1612
|
+
o.name = "GetDistributionConfig2018_11_05"
|
1570
1613
|
o.http_method = "GET"
|
1571
|
-
o.http_request_uri = "/2018-
|
1614
|
+
o.http_request_uri = "/2018-11-05/distribution/{Id}/config"
|
1572
1615
|
o.input = Shapes::ShapeRef.new(shape: GetDistributionConfigRequest)
|
1573
1616
|
o.output = Shapes::ShapeRef.new(shape: GetDistributionConfigResult)
|
1574
1617
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
|
@@ -1576,9 +1619,9 @@ module Aws::CloudFront
|
|
1576
1619
|
end)
|
1577
1620
|
|
1578
1621
|
api.add_operation(:get_field_level_encryption, Seahorse::Model::Operation.new.tap do |o|
|
1579
|
-
o.name = "
|
1622
|
+
o.name = "GetFieldLevelEncryption2018_11_05"
|
1580
1623
|
o.http_method = "GET"
|
1581
|
-
o.http_request_uri = "/2018-
|
1624
|
+
o.http_request_uri = "/2018-11-05/field-level-encryption/{Id}"
|
1582
1625
|
o.input = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionRequest)
|
1583
1626
|
o.output = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionResult)
|
1584
1627
|
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
@@ -1586,9 +1629,9 @@ module Aws::CloudFront
|
|
1586
1629
|
end)
|
1587
1630
|
|
1588
1631
|
api.add_operation(:get_field_level_encryption_config, Seahorse::Model::Operation.new.tap do |o|
|
1589
|
-
o.name = "
|
1632
|
+
o.name = "GetFieldLevelEncryptionConfig2018_11_05"
|
1590
1633
|
o.http_method = "GET"
|
1591
|
-
o.http_request_uri = "/2018-
|
1634
|
+
o.http_request_uri = "/2018-11-05/field-level-encryption/{Id}/config"
|
1592
1635
|
o.input = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionConfigRequest)
|
1593
1636
|
o.output = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionConfigResult)
|
1594
1637
|
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
@@ -1596,9 +1639,9 @@ module Aws::CloudFront
|
|
1596
1639
|
end)
|
1597
1640
|
|
1598
1641
|
api.add_operation(:get_field_level_encryption_profile, Seahorse::Model::Operation.new.tap do |o|
|
1599
|
-
o.name = "
|
1642
|
+
o.name = "GetFieldLevelEncryptionProfile2018_11_05"
|
1600
1643
|
o.http_method = "GET"
|
1601
|
-
o.http_request_uri = "/2018-
|
1644
|
+
o.http_request_uri = "/2018-11-05/field-level-encryption-profile/{Id}"
|
1602
1645
|
o.input = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionProfileRequest)
|
1603
1646
|
o.output = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionProfileResult)
|
1604
1647
|
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
@@ -1606,9 +1649,9 @@ module Aws::CloudFront
|
|
1606
1649
|
end)
|
1607
1650
|
|
1608
1651
|
api.add_operation(:get_field_level_encryption_profile_config, Seahorse::Model::Operation.new.tap do |o|
|
1609
|
-
o.name = "
|
1652
|
+
o.name = "GetFieldLevelEncryptionProfileConfig2018_11_05"
|
1610
1653
|
o.http_method = "GET"
|
1611
|
-
o.http_request_uri = "/2018-
|
1654
|
+
o.http_request_uri = "/2018-11-05/field-level-encryption-profile/{Id}/config"
|
1612
1655
|
o.input = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionProfileConfigRequest)
|
1613
1656
|
o.output = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionProfileConfigResult)
|
1614
1657
|
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
@@ -1616,9 +1659,9 @@ module Aws::CloudFront
|
|
1616
1659
|
end)
|
1617
1660
|
|
1618
1661
|
api.add_operation(:get_invalidation, Seahorse::Model::Operation.new.tap do |o|
|
1619
|
-
o.name = "
|
1662
|
+
o.name = "GetInvalidation2018_11_05"
|
1620
1663
|
o.http_method = "GET"
|
1621
|
-
o.http_request_uri = "/2018-
|
1664
|
+
o.http_request_uri = "/2018-11-05/distribution/{DistributionId}/invalidation/{Id}"
|
1622
1665
|
o.input = Shapes::ShapeRef.new(shape: GetInvalidationRequest)
|
1623
1666
|
o.output = Shapes::ShapeRef.new(shape: GetInvalidationResult)
|
1624
1667
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchInvalidation)
|
@@ -1627,9 +1670,9 @@ module Aws::CloudFront
|
|
1627
1670
|
end)
|
1628
1671
|
|
1629
1672
|
api.add_operation(:get_public_key, Seahorse::Model::Operation.new.tap do |o|
|
1630
|
-
o.name = "
|
1673
|
+
o.name = "GetPublicKey2018_11_05"
|
1631
1674
|
o.http_method = "GET"
|
1632
|
-
o.http_request_uri = "/2018-
|
1675
|
+
o.http_request_uri = "/2018-11-05/public-key/{Id}"
|
1633
1676
|
o.input = Shapes::ShapeRef.new(shape: GetPublicKeyRequest)
|
1634
1677
|
o.output = Shapes::ShapeRef.new(shape: GetPublicKeyResult)
|
1635
1678
|
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
@@ -1637,9 +1680,9 @@ module Aws::CloudFront
|
|
1637
1680
|
end)
|
1638
1681
|
|
1639
1682
|
api.add_operation(:get_public_key_config, Seahorse::Model::Operation.new.tap do |o|
|
1640
|
-
o.name = "
|
1683
|
+
o.name = "GetPublicKeyConfig2018_11_05"
|
1641
1684
|
o.http_method = "GET"
|
1642
|
-
o.http_request_uri = "/2018-
|
1685
|
+
o.http_request_uri = "/2018-11-05/public-key/{Id}/config"
|
1643
1686
|
o.input = Shapes::ShapeRef.new(shape: GetPublicKeyConfigRequest)
|
1644
1687
|
o.output = Shapes::ShapeRef.new(shape: GetPublicKeyConfigResult)
|
1645
1688
|
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
@@ -1647,9 +1690,9 @@ module Aws::CloudFront
|
|
1647
1690
|
end)
|
1648
1691
|
|
1649
1692
|
api.add_operation(:get_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
|
1650
|
-
o.name = "
|
1693
|
+
o.name = "GetStreamingDistribution2018_11_05"
|
1651
1694
|
o.http_method = "GET"
|
1652
|
-
o.http_request_uri = "/2018-
|
1695
|
+
o.http_request_uri = "/2018-11-05/streaming-distribution/{Id}"
|
1653
1696
|
o.input = Shapes::ShapeRef.new(shape: GetStreamingDistributionRequest)
|
1654
1697
|
o.output = Shapes::ShapeRef.new(shape: GetStreamingDistributionResult)
|
1655
1698
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchStreamingDistribution)
|
@@ -1657,9 +1700,9 @@ module Aws::CloudFront
|
|
1657
1700
|
end)
|
1658
1701
|
|
1659
1702
|
api.add_operation(:get_streaming_distribution_config, Seahorse::Model::Operation.new.tap do |o|
|
1660
|
-
o.name = "
|
1703
|
+
o.name = "GetStreamingDistributionConfig2018_11_05"
|
1661
1704
|
o.http_method = "GET"
|
1662
|
-
o.http_request_uri = "/2018-
|
1705
|
+
o.http_request_uri = "/2018-11-05/streaming-distribution/{Id}/config"
|
1663
1706
|
o.input = Shapes::ShapeRef.new(shape: GetStreamingDistributionConfigRequest)
|
1664
1707
|
o.output = Shapes::ShapeRef.new(shape: GetStreamingDistributionConfigResult)
|
1665
1708
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchStreamingDistribution)
|
@@ -1667,9 +1710,9 @@ module Aws::CloudFront
|
|
1667
1710
|
end)
|
1668
1711
|
|
1669
1712
|
api.add_operation(:list_cloud_front_origin_access_identities, Seahorse::Model::Operation.new.tap do |o|
|
1670
|
-
o.name = "
|
1713
|
+
o.name = "ListCloudFrontOriginAccessIdentities2018_11_05"
|
1671
1714
|
o.http_method = "GET"
|
1672
|
-
o.http_request_uri = "/2018-
|
1715
|
+
o.http_request_uri = "/2018-11-05/origin-access-identity/cloudfront"
|
1673
1716
|
o.input = Shapes::ShapeRef.new(shape: ListCloudFrontOriginAccessIdentitiesRequest)
|
1674
1717
|
o.output = Shapes::ShapeRef.new(shape: ListCloudFrontOriginAccessIdentitiesResult)
|
1675
1718
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
@@ -1683,9 +1726,9 @@ module Aws::CloudFront
|
|
1683
1726
|
end)
|
1684
1727
|
|
1685
1728
|
api.add_operation(:list_distributions, Seahorse::Model::Operation.new.tap do |o|
|
1686
|
-
o.name = "
|
1729
|
+
o.name = "ListDistributions2018_11_05"
|
1687
1730
|
o.http_method = "GET"
|
1688
|
-
o.http_request_uri = "/2018-
|
1731
|
+
o.http_request_uri = "/2018-11-05/distribution"
|
1689
1732
|
o.input = Shapes::ShapeRef.new(shape: ListDistributionsRequest)
|
1690
1733
|
o.output = Shapes::ShapeRef.new(shape: ListDistributionsResult)
|
1691
1734
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
@@ -1699,9 +1742,9 @@ module Aws::CloudFront
|
|
1699
1742
|
end)
|
1700
1743
|
|
1701
1744
|
api.add_operation(:list_distributions_by_web_acl_id, Seahorse::Model::Operation.new.tap do |o|
|
1702
|
-
o.name = "
|
1745
|
+
o.name = "ListDistributionsByWebACLId2018_11_05"
|
1703
1746
|
o.http_method = "GET"
|
1704
|
-
o.http_request_uri = "/2018-
|
1747
|
+
o.http_request_uri = "/2018-11-05/distributionsByWebACLId/{WebACLId}"
|
1705
1748
|
o.input = Shapes::ShapeRef.new(shape: ListDistributionsByWebACLIdRequest)
|
1706
1749
|
o.output = Shapes::ShapeRef.new(shape: ListDistributionsByWebACLIdResult)
|
1707
1750
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
@@ -1709,27 +1752,27 @@ module Aws::CloudFront
|
|
1709
1752
|
end)
|
1710
1753
|
|
1711
1754
|
api.add_operation(:list_field_level_encryption_configs, Seahorse::Model::Operation.new.tap do |o|
|
1712
|
-
o.name = "
|
1755
|
+
o.name = "ListFieldLevelEncryptionConfigs2018_11_05"
|
1713
1756
|
o.http_method = "GET"
|
1714
|
-
o.http_request_uri = "/2018-
|
1757
|
+
o.http_request_uri = "/2018-11-05/field-level-encryption"
|
1715
1758
|
o.input = Shapes::ShapeRef.new(shape: ListFieldLevelEncryptionConfigsRequest)
|
1716
1759
|
o.output = Shapes::ShapeRef.new(shape: ListFieldLevelEncryptionConfigsResult)
|
1717
1760
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1718
1761
|
end)
|
1719
1762
|
|
1720
1763
|
api.add_operation(:list_field_level_encryption_profiles, Seahorse::Model::Operation.new.tap do |o|
|
1721
|
-
o.name = "
|
1764
|
+
o.name = "ListFieldLevelEncryptionProfiles2018_11_05"
|
1722
1765
|
o.http_method = "GET"
|
1723
|
-
o.http_request_uri = "/2018-
|
1766
|
+
o.http_request_uri = "/2018-11-05/field-level-encryption-profile"
|
1724
1767
|
o.input = Shapes::ShapeRef.new(shape: ListFieldLevelEncryptionProfilesRequest)
|
1725
1768
|
o.output = Shapes::ShapeRef.new(shape: ListFieldLevelEncryptionProfilesResult)
|
1726
1769
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1727
1770
|
end)
|
1728
1771
|
|
1729
1772
|
api.add_operation(:list_invalidations, Seahorse::Model::Operation.new.tap do |o|
|
1730
|
-
o.name = "
|
1773
|
+
o.name = "ListInvalidations2018_11_05"
|
1731
1774
|
o.http_method = "GET"
|
1732
|
-
o.http_request_uri = "/2018-
|
1775
|
+
o.http_request_uri = "/2018-11-05/distribution/{DistributionId}/invalidation"
|
1733
1776
|
o.input = Shapes::ShapeRef.new(shape: ListInvalidationsRequest)
|
1734
1777
|
o.output = Shapes::ShapeRef.new(shape: ListInvalidationsResult)
|
1735
1778
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
@@ -1745,18 +1788,18 @@ module Aws::CloudFront
|
|
1745
1788
|
end)
|
1746
1789
|
|
1747
1790
|
api.add_operation(:list_public_keys, Seahorse::Model::Operation.new.tap do |o|
|
1748
|
-
o.name = "
|
1791
|
+
o.name = "ListPublicKeys2018_11_05"
|
1749
1792
|
o.http_method = "GET"
|
1750
|
-
o.http_request_uri = "/2018-
|
1793
|
+
o.http_request_uri = "/2018-11-05/public-key"
|
1751
1794
|
o.input = Shapes::ShapeRef.new(shape: ListPublicKeysRequest)
|
1752
1795
|
o.output = Shapes::ShapeRef.new(shape: ListPublicKeysResult)
|
1753
1796
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1754
1797
|
end)
|
1755
1798
|
|
1756
1799
|
api.add_operation(:list_streaming_distributions, Seahorse::Model::Operation.new.tap do |o|
|
1757
|
-
o.name = "
|
1800
|
+
o.name = "ListStreamingDistributions2018_11_05"
|
1758
1801
|
o.http_method = "GET"
|
1759
|
-
o.http_request_uri = "/2018-
|
1802
|
+
o.http_request_uri = "/2018-11-05/streaming-distribution"
|
1760
1803
|
o.input = Shapes::ShapeRef.new(shape: ListStreamingDistributionsRequest)
|
1761
1804
|
o.output = Shapes::ShapeRef.new(shape: ListStreamingDistributionsResult)
|
1762
1805
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
@@ -1770,9 +1813,9 @@ module Aws::CloudFront
|
|
1770
1813
|
end)
|
1771
1814
|
|
1772
1815
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
1773
|
-
o.name = "
|
1816
|
+
o.name = "ListTagsForResource2018_11_05"
|
1774
1817
|
o.http_method = "GET"
|
1775
|
-
o.http_request_uri = "/2018-
|
1818
|
+
o.http_request_uri = "/2018-11-05/tagging"
|
1776
1819
|
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
1777
1820
|
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResult)
|
1778
1821
|
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
@@ -1782,9 +1825,9 @@ module Aws::CloudFront
|
|
1782
1825
|
end)
|
1783
1826
|
|
1784
1827
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1785
|
-
o.name = "
|
1828
|
+
o.name = "TagResource2018_11_05"
|
1786
1829
|
o.http_method = "POST"
|
1787
|
-
o.http_request_uri = "/2018-
|
1830
|
+
o.http_request_uri = "/2018-11-05/tagging?Operation=Tag"
|
1788
1831
|
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
1789
1832
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1790
1833
|
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
@@ -1794,9 +1837,9 @@ module Aws::CloudFront
|
|
1794
1837
|
end)
|
1795
1838
|
|
1796
1839
|
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1797
|
-
o.name = "
|
1840
|
+
o.name = "UntagResource2018_11_05"
|
1798
1841
|
o.http_method = "POST"
|
1799
|
-
o.http_request_uri = "/2018-
|
1842
|
+
o.http_request_uri = "/2018-11-05/tagging?Operation=Untag"
|
1800
1843
|
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
1801
1844
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1802
1845
|
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
@@ -1806,9 +1849,9 @@ module Aws::CloudFront
|
|
1806
1849
|
end)
|
1807
1850
|
|
1808
1851
|
api.add_operation(:update_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
|
1809
|
-
o.name = "
|
1852
|
+
o.name = "UpdateCloudFrontOriginAccessIdentity2018_11_05"
|
1810
1853
|
o.http_method = "PUT"
|
1811
|
-
o.http_request_uri = "/2018-
|
1854
|
+
o.http_request_uri = "/2018-11-05/origin-access-identity/cloudfront/{Id}/config"
|
1812
1855
|
o.input = Shapes::ShapeRef.new(shape: UpdateCloudFrontOriginAccessIdentityRequest)
|
1813
1856
|
o.output = Shapes::ShapeRef.new(shape: UpdateCloudFrontOriginAccessIdentityResult)
|
1814
1857
|
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
@@ -1822,9 +1865,9 @@ module Aws::CloudFront
|
|
1822
1865
|
end)
|
1823
1866
|
|
1824
1867
|
api.add_operation(:update_distribution, Seahorse::Model::Operation.new.tap do |o|
|
1825
|
-
o.name = "
|
1868
|
+
o.name = "UpdateDistribution2018_11_05"
|
1826
1869
|
o.http_method = "PUT"
|
1827
|
-
o.http_request_uri = "/2018-
|
1870
|
+
o.http_request_uri = "/2018-11-05/distribution/{Id}/config"
|
1828
1871
|
o.input = Shapes::ShapeRef.new(shape: UpdateDistributionRequest)
|
1829
1872
|
o.output = Shapes::ShapeRef.new(shape: UpdateDistributionResult)
|
1830
1873
|
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
@@ -1848,6 +1891,7 @@ module Aws::CloudFront
|
|
1848
1891
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequiredProtocol)
|
1849
1892
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchOrigin)
|
1850
1893
|
o.errors << Shapes::ShapeRef.new(shape: TooManyOrigins)
|
1894
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyOriginGroupsPerDistribution)
|
1851
1895
|
o.errors << Shapes::ShapeRef.new(shape: TooManyCacheBehaviors)
|
1852
1896
|
o.errors << Shapes::ShapeRef.new(shape: TooManyCookieNamesInWhiteList)
|
1853
1897
|
o.errors << Shapes::ShapeRef.new(shape: InvalidForwardCookies)
|
@@ -1873,9 +1917,9 @@ module Aws::CloudFront
|
|
1873
1917
|
end)
|
1874
1918
|
|
1875
1919
|
api.add_operation(:update_field_level_encryption_config, Seahorse::Model::Operation.new.tap do |o|
|
1876
|
-
o.name = "
|
1920
|
+
o.name = "UpdateFieldLevelEncryptionConfig2018_11_05"
|
1877
1921
|
o.http_method = "PUT"
|
1878
|
-
o.http_request_uri = "/2018-
|
1922
|
+
o.http_request_uri = "/2018-11-05/field-level-encryption/{Id}/config"
|
1879
1923
|
o.input = Shapes::ShapeRef.new(shape: UpdateFieldLevelEncryptionConfigRequest)
|
1880
1924
|
o.output = Shapes::ShapeRef.new(shape: UpdateFieldLevelEncryptionConfigResult)
|
1881
1925
|
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
@@ -1892,9 +1936,9 @@ module Aws::CloudFront
|
|
1892
1936
|
end)
|
1893
1937
|
|
1894
1938
|
api.add_operation(:update_field_level_encryption_profile, Seahorse::Model::Operation.new.tap do |o|
|
1895
|
-
o.name = "
|
1939
|
+
o.name = "UpdateFieldLevelEncryptionProfile2018_11_05"
|
1896
1940
|
o.http_method = "PUT"
|
1897
|
-
o.http_request_uri = "/2018-
|
1941
|
+
o.http_request_uri = "/2018-11-05/field-level-encryption-profile/{Id}/config"
|
1898
1942
|
o.input = Shapes::ShapeRef.new(shape: UpdateFieldLevelEncryptionProfileRequest)
|
1899
1943
|
o.output = Shapes::ShapeRef.new(shape: UpdateFieldLevelEncryptionProfileResult)
|
1900
1944
|
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
@@ -1912,9 +1956,9 @@ module Aws::CloudFront
|
|
1912
1956
|
end)
|
1913
1957
|
|
1914
1958
|
api.add_operation(:update_public_key, Seahorse::Model::Operation.new.tap do |o|
|
1915
|
-
o.name = "
|
1959
|
+
o.name = "UpdatePublicKey2018_11_05"
|
1916
1960
|
o.http_method = "PUT"
|
1917
|
-
o.http_request_uri = "/2018-
|
1961
|
+
o.http_request_uri = "/2018-11-05/public-key/{Id}/config"
|
1918
1962
|
o.input = Shapes::ShapeRef.new(shape: UpdatePublicKeyRequest)
|
1919
1963
|
o.output = Shapes::ShapeRef.new(shape: UpdatePublicKeyResult)
|
1920
1964
|
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
@@ -1927,9 +1971,9 @@ module Aws::CloudFront
|
|
1927
1971
|
end)
|
1928
1972
|
|
1929
1973
|
api.add_operation(:update_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
|
1930
|
-
o.name = "
|
1974
|
+
o.name = "UpdateStreamingDistribution2018_11_05"
|
1931
1975
|
o.http_method = "PUT"
|
1932
|
-
o.http_request_uri = "/2018-
|
1976
|
+
o.http_request_uri = "/2018-11-05/streaming-distribution/{Id}/config"
|
1933
1977
|
o.input = Shapes::ShapeRef.new(shape: UpdateStreamingDistributionRequest)
|
1934
1978
|
o.output = Shapes::ShapeRef.new(shape: UpdateStreamingDistributionResult)
|
1935
1979
|
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|