aws-sdk-cloudfront 1.27.1 → 1.75.2

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.
@@ -1,7 +1,9 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
4
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
7
  #
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
@@ -11,19 +13,39 @@ module Aws::CloudFront
11
13
 
12
14
  include Seahorse::Model
13
15
 
16
+ AccessControlAllowHeadersList = Shapes::ListShape.new(name: 'AccessControlAllowHeadersList')
17
+ AccessControlAllowMethodsList = Shapes::ListShape.new(name: 'AccessControlAllowMethodsList')
18
+ AccessControlAllowOriginsList = Shapes::ListShape.new(name: 'AccessControlAllowOriginsList')
19
+ AccessControlExposeHeadersList = Shapes::ListShape.new(name: 'AccessControlExposeHeadersList')
14
20
  AccessDenied = Shapes::StructureShape.new(name: 'AccessDenied')
21
+ ActiveTrustedKeyGroups = Shapes::StructureShape.new(name: 'ActiveTrustedKeyGroups')
15
22
  ActiveTrustedSigners = Shapes::StructureShape.new(name: 'ActiveTrustedSigners')
16
23
  AliasICPRecordal = Shapes::StructureShape.new(name: 'AliasICPRecordal')
17
24
  AliasICPRecordals = Shapes::ListShape.new(name: 'AliasICPRecordals')
18
25
  AliasList = Shapes::ListShape.new(name: 'AliasList')
19
26
  Aliases = Shapes::StructureShape.new(name: 'Aliases')
20
27
  AllowedMethods = Shapes::StructureShape.new(name: 'AllowedMethods')
28
+ AssociateAliasRequest = Shapes::StructureShape.new(name: 'AssociateAliasRequest')
21
29
  AwsAccountNumberList = Shapes::ListShape.new(name: 'AwsAccountNumberList')
22
30
  BatchTooLarge = Shapes::StructureShape.new(name: 'BatchTooLarge')
23
31
  CNAMEAlreadyExists = Shapes::StructureShape.new(name: 'CNAMEAlreadyExists')
24
32
  CacheBehavior = Shapes::StructureShape.new(name: 'CacheBehavior')
25
33
  CacheBehaviorList = Shapes::ListShape.new(name: 'CacheBehaviorList')
26
34
  CacheBehaviors = Shapes::StructureShape.new(name: 'CacheBehaviors')
35
+ CachePolicy = Shapes::StructureShape.new(name: 'CachePolicy')
36
+ CachePolicyAlreadyExists = Shapes::StructureShape.new(name: 'CachePolicyAlreadyExists')
37
+ CachePolicyConfig = Shapes::StructureShape.new(name: 'CachePolicyConfig')
38
+ CachePolicyCookieBehavior = Shapes::StringShape.new(name: 'CachePolicyCookieBehavior')
39
+ CachePolicyCookiesConfig = Shapes::StructureShape.new(name: 'CachePolicyCookiesConfig')
40
+ CachePolicyHeaderBehavior = Shapes::StringShape.new(name: 'CachePolicyHeaderBehavior')
41
+ CachePolicyHeadersConfig = Shapes::StructureShape.new(name: 'CachePolicyHeadersConfig')
42
+ CachePolicyInUse = Shapes::StructureShape.new(name: 'CachePolicyInUse')
43
+ CachePolicyList = Shapes::StructureShape.new(name: 'CachePolicyList')
44
+ CachePolicyQueryStringBehavior = Shapes::StringShape.new(name: 'CachePolicyQueryStringBehavior')
45
+ CachePolicyQueryStringsConfig = Shapes::StructureShape.new(name: 'CachePolicyQueryStringsConfig')
46
+ CachePolicySummary = Shapes::StructureShape.new(name: 'CachePolicySummary')
47
+ CachePolicySummaryList = Shapes::ListShape.new(name: 'CachePolicySummaryList')
48
+ CachePolicyType = Shapes::StringShape.new(name: 'CachePolicyType')
27
49
  CachedMethods = Shapes::StructureShape.new(name: 'CachedMethods')
28
50
  CannotChangeImmutablePublicKeyFields = Shapes::StructureShape.new(name: 'CannotChangeImmutablePublicKeyFields')
29
51
  CertificateSource = Shapes::StringShape.new(name: 'CertificateSource')
@@ -35,15 +57,34 @@ module Aws::CloudFront
35
57
  CloudFrontOriginAccessIdentitySummary = Shapes::StructureShape.new(name: 'CloudFrontOriginAccessIdentitySummary')
36
58
  CloudFrontOriginAccessIdentitySummaryList = Shapes::ListShape.new(name: 'CloudFrontOriginAccessIdentitySummaryList')
37
59
  CommentType = Shapes::StringShape.new(name: 'CommentType')
60
+ ConflictingAlias = Shapes::StructureShape.new(name: 'ConflictingAlias')
61
+ ConflictingAliases = Shapes::ListShape.new(name: 'ConflictingAliases')
62
+ ConflictingAliasesList = Shapes::StructureShape.new(name: 'ConflictingAliasesList')
38
63
  ContentTypeProfile = Shapes::StructureShape.new(name: 'ContentTypeProfile')
39
64
  ContentTypeProfileConfig = Shapes::StructureShape.new(name: 'ContentTypeProfileConfig')
40
65
  ContentTypeProfileList = Shapes::ListShape.new(name: 'ContentTypeProfileList')
41
66
  ContentTypeProfiles = Shapes::StructureShape.new(name: 'ContentTypeProfiles')
67
+ ContinuousDeploymentPolicy = Shapes::StructureShape.new(name: 'ContinuousDeploymentPolicy')
68
+ ContinuousDeploymentPolicyAlreadyExists = Shapes::StructureShape.new(name: 'ContinuousDeploymentPolicyAlreadyExists')
69
+ ContinuousDeploymentPolicyConfig = Shapes::StructureShape.new(name: 'ContinuousDeploymentPolicyConfig')
70
+ ContinuousDeploymentPolicyInUse = Shapes::StructureShape.new(name: 'ContinuousDeploymentPolicyInUse')
71
+ ContinuousDeploymentPolicyList = Shapes::StructureShape.new(name: 'ContinuousDeploymentPolicyList')
72
+ ContinuousDeploymentPolicySummary = Shapes::StructureShape.new(name: 'ContinuousDeploymentPolicySummary')
73
+ ContinuousDeploymentPolicySummaryList = Shapes::ListShape.new(name: 'ContinuousDeploymentPolicySummaryList')
74
+ ContinuousDeploymentPolicyType = Shapes::StringShape.new(name: 'ContinuousDeploymentPolicyType')
75
+ ContinuousDeploymentSingleHeaderConfig = Shapes::StructureShape.new(name: 'ContinuousDeploymentSingleHeaderConfig')
76
+ ContinuousDeploymentSingleWeightConfig = Shapes::StructureShape.new(name: 'ContinuousDeploymentSingleWeightConfig')
42
77
  CookieNameList = Shapes::ListShape.new(name: 'CookieNameList')
43
78
  CookieNames = Shapes::StructureShape.new(name: 'CookieNames')
44
79
  CookiePreference = Shapes::StructureShape.new(name: 'CookiePreference')
80
+ CopyDistributionRequest = Shapes::StructureShape.new(name: 'CopyDistributionRequest')
81
+ CopyDistributionResult = Shapes::StructureShape.new(name: 'CopyDistributionResult')
82
+ CreateCachePolicyRequest = Shapes::StructureShape.new(name: 'CreateCachePolicyRequest')
83
+ CreateCachePolicyResult = Shapes::StructureShape.new(name: 'CreateCachePolicyResult')
45
84
  CreateCloudFrontOriginAccessIdentityRequest = Shapes::StructureShape.new(name: 'CreateCloudFrontOriginAccessIdentityRequest')
46
85
  CreateCloudFrontOriginAccessIdentityResult = Shapes::StructureShape.new(name: 'CreateCloudFrontOriginAccessIdentityResult')
86
+ CreateContinuousDeploymentPolicyRequest = Shapes::StructureShape.new(name: 'CreateContinuousDeploymentPolicyRequest')
87
+ CreateContinuousDeploymentPolicyResult = Shapes::StructureShape.new(name: 'CreateContinuousDeploymentPolicyResult')
47
88
  CreateDistributionRequest = Shapes::StructureShape.new(name: 'CreateDistributionRequest')
48
89
  CreateDistributionResult = Shapes::StructureShape.new(name: 'CreateDistributionResult')
49
90
  CreateDistributionWithTagsRequest = Shapes::StructureShape.new(name: 'CreateDistributionWithTagsRequest')
@@ -52,10 +93,24 @@ module Aws::CloudFront
52
93
  CreateFieldLevelEncryptionConfigResult = Shapes::StructureShape.new(name: 'CreateFieldLevelEncryptionConfigResult')
53
94
  CreateFieldLevelEncryptionProfileRequest = Shapes::StructureShape.new(name: 'CreateFieldLevelEncryptionProfileRequest')
54
95
  CreateFieldLevelEncryptionProfileResult = Shapes::StructureShape.new(name: 'CreateFieldLevelEncryptionProfileResult')
96
+ CreateFunctionRequest = Shapes::StructureShape.new(name: 'CreateFunctionRequest')
97
+ CreateFunctionResult = Shapes::StructureShape.new(name: 'CreateFunctionResult')
55
98
  CreateInvalidationRequest = Shapes::StructureShape.new(name: 'CreateInvalidationRequest')
56
99
  CreateInvalidationResult = Shapes::StructureShape.new(name: 'CreateInvalidationResult')
100
+ CreateKeyGroupRequest = Shapes::StructureShape.new(name: 'CreateKeyGroupRequest')
101
+ CreateKeyGroupResult = Shapes::StructureShape.new(name: 'CreateKeyGroupResult')
102
+ CreateMonitoringSubscriptionRequest = Shapes::StructureShape.new(name: 'CreateMonitoringSubscriptionRequest')
103
+ CreateMonitoringSubscriptionResult = Shapes::StructureShape.new(name: 'CreateMonitoringSubscriptionResult')
104
+ CreateOriginAccessControlRequest = Shapes::StructureShape.new(name: 'CreateOriginAccessControlRequest')
105
+ CreateOriginAccessControlResult = Shapes::StructureShape.new(name: 'CreateOriginAccessControlResult')
106
+ CreateOriginRequestPolicyRequest = Shapes::StructureShape.new(name: 'CreateOriginRequestPolicyRequest')
107
+ CreateOriginRequestPolicyResult = Shapes::StructureShape.new(name: 'CreateOriginRequestPolicyResult')
57
108
  CreatePublicKeyRequest = Shapes::StructureShape.new(name: 'CreatePublicKeyRequest')
58
109
  CreatePublicKeyResult = Shapes::StructureShape.new(name: 'CreatePublicKeyResult')
110
+ CreateRealtimeLogConfigRequest = Shapes::StructureShape.new(name: 'CreateRealtimeLogConfigRequest')
111
+ CreateRealtimeLogConfigResult = Shapes::StructureShape.new(name: 'CreateRealtimeLogConfigResult')
112
+ CreateResponseHeadersPolicyRequest = Shapes::StructureShape.new(name: 'CreateResponseHeadersPolicyRequest')
113
+ CreateResponseHeadersPolicyResult = Shapes::StructureShape.new(name: 'CreateResponseHeadersPolicyResult')
59
114
  CreateStreamingDistributionRequest = Shapes::StructureShape.new(name: 'CreateStreamingDistributionRequest')
60
115
  CreateStreamingDistributionResult = Shapes::StructureShape.new(name: 'CreateStreamingDistributionResult')
61
116
  CreateStreamingDistributionWithTagsRequest = Shapes::StructureShape.new(name: 'CreateStreamingDistributionWithTagsRequest')
@@ -66,16 +121,30 @@ module Aws::CloudFront
66
121
  CustomHeaders = Shapes::StructureShape.new(name: 'CustomHeaders')
67
122
  CustomOriginConfig = Shapes::StructureShape.new(name: 'CustomOriginConfig')
68
123
  DefaultCacheBehavior = Shapes::StructureShape.new(name: 'DefaultCacheBehavior')
124
+ DeleteCachePolicyRequest = Shapes::StructureShape.new(name: 'DeleteCachePolicyRequest')
69
125
  DeleteCloudFrontOriginAccessIdentityRequest = Shapes::StructureShape.new(name: 'DeleteCloudFrontOriginAccessIdentityRequest')
126
+ DeleteContinuousDeploymentPolicyRequest = Shapes::StructureShape.new(name: 'DeleteContinuousDeploymentPolicyRequest')
70
127
  DeleteDistributionRequest = Shapes::StructureShape.new(name: 'DeleteDistributionRequest')
71
128
  DeleteFieldLevelEncryptionConfigRequest = Shapes::StructureShape.new(name: 'DeleteFieldLevelEncryptionConfigRequest')
72
129
  DeleteFieldLevelEncryptionProfileRequest = Shapes::StructureShape.new(name: 'DeleteFieldLevelEncryptionProfileRequest')
130
+ DeleteFunctionRequest = Shapes::StructureShape.new(name: 'DeleteFunctionRequest')
131
+ DeleteKeyGroupRequest = Shapes::StructureShape.new(name: 'DeleteKeyGroupRequest')
132
+ DeleteMonitoringSubscriptionRequest = Shapes::StructureShape.new(name: 'DeleteMonitoringSubscriptionRequest')
133
+ DeleteMonitoringSubscriptionResult = Shapes::StructureShape.new(name: 'DeleteMonitoringSubscriptionResult')
134
+ DeleteOriginAccessControlRequest = Shapes::StructureShape.new(name: 'DeleteOriginAccessControlRequest')
135
+ DeleteOriginRequestPolicyRequest = Shapes::StructureShape.new(name: 'DeleteOriginRequestPolicyRequest')
73
136
  DeletePublicKeyRequest = Shapes::StructureShape.new(name: 'DeletePublicKeyRequest')
137
+ DeleteRealtimeLogConfigRequest = Shapes::StructureShape.new(name: 'DeleteRealtimeLogConfigRequest')
138
+ DeleteResponseHeadersPolicyRequest = Shapes::StructureShape.new(name: 'DeleteResponseHeadersPolicyRequest')
74
139
  DeleteStreamingDistributionRequest = Shapes::StructureShape.new(name: 'DeleteStreamingDistributionRequest')
140
+ DescribeFunctionRequest = Shapes::StructureShape.new(name: 'DescribeFunctionRequest')
141
+ DescribeFunctionResult = Shapes::StructureShape.new(name: 'DescribeFunctionResult')
75
142
  Distribution = Shapes::StructureShape.new(name: 'Distribution')
76
143
  DistributionAlreadyExists = Shapes::StructureShape.new(name: 'DistributionAlreadyExists')
77
144
  DistributionConfig = Shapes::StructureShape.new(name: 'DistributionConfig')
78
145
  DistributionConfigWithTags = Shapes::StructureShape.new(name: 'DistributionConfigWithTags')
146
+ DistributionIdList = Shapes::StructureShape.new(name: 'DistributionIdList')
147
+ DistributionIdListSummary = Shapes::ListShape.new(name: 'DistributionIdListSummary')
79
148
  DistributionList = Shapes::StructureShape.new(name: 'DistributionList')
80
149
  DistributionNotDisabled = Shapes::StructureShape.new(name: 'DistributionNotDisabled')
81
150
  DistributionSummary = Shapes::StructureShape.new(name: 'DistributionSummary')
@@ -83,6 +152,8 @@ module Aws::CloudFront
83
152
  EncryptionEntities = Shapes::StructureShape.new(name: 'EncryptionEntities')
84
153
  EncryptionEntity = Shapes::StructureShape.new(name: 'EncryptionEntity')
85
154
  EncryptionEntityList = Shapes::ListShape.new(name: 'EncryptionEntityList')
155
+ EndPoint = Shapes::StructureShape.new(name: 'EndPoint')
156
+ EndPointList = Shapes::ListShape.new(name: 'EndPointList')
86
157
  EventType = Shapes::StringShape.new(name: 'EventType')
87
158
  FieldLevelEncryption = Shapes::StructureShape.new(name: 'FieldLevelEncryption')
88
159
  FieldLevelEncryptionConfig = Shapes::StructureShape.new(name: 'FieldLevelEncryptionConfig')
@@ -99,16 +170,44 @@ module Aws::CloudFront
99
170
  FieldLevelEncryptionProfileSummaryList = Shapes::ListShape.new(name: 'FieldLevelEncryptionProfileSummaryList')
100
171
  FieldLevelEncryptionSummary = Shapes::StructureShape.new(name: 'FieldLevelEncryptionSummary')
101
172
  FieldLevelEncryptionSummaryList = Shapes::ListShape.new(name: 'FieldLevelEncryptionSummaryList')
173
+ FieldList = Shapes::ListShape.new(name: 'FieldList')
102
174
  FieldPatternList = Shapes::ListShape.new(name: 'FieldPatternList')
103
175
  FieldPatterns = Shapes::StructureShape.new(name: 'FieldPatterns')
104
176
  Format = Shapes::StringShape.new(name: 'Format')
105
177
  ForwardedValues = Shapes::StructureShape.new(name: 'ForwardedValues')
178
+ FrameOptionsList = Shapes::StringShape.new(name: 'FrameOptionsList')
179
+ FunctionARN = Shapes::StringShape.new(name: 'FunctionARN')
180
+ FunctionAlreadyExists = Shapes::StructureShape.new(name: 'FunctionAlreadyExists')
181
+ FunctionAssociation = Shapes::StructureShape.new(name: 'FunctionAssociation')
182
+ FunctionAssociationList = Shapes::ListShape.new(name: 'FunctionAssociationList')
183
+ FunctionAssociations = Shapes::StructureShape.new(name: 'FunctionAssociations')
184
+ FunctionBlob = Shapes::BlobShape.new(name: 'FunctionBlob')
185
+ FunctionConfig = Shapes::StructureShape.new(name: 'FunctionConfig')
186
+ FunctionEventObject = Shapes::BlobShape.new(name: 'FunctionEventObject')
187
+ FunctionExecutionLogList = Shapes::ListShape.new(name: 'FunctionExecutionLogList')
188
+ FunctionInUse = Shapes::StructureShape.new(name: 'FunctionInUse')
189
+ FunctionList = Shapes::StructureShape.new(name: 'FunctionList')
190
+ FunctionMetadata = Shapes::StructureShape.new(name: 'FunctionMetadata')
191
+ FunctionName = Shapes::StringShape.new(name: 'FunctionName')
192
+ FunctionRuntime = Shapes::StringShape.new(name: 'FunctionRuntime')
193
+ FunctionSizeLimitExceeded = Shapes::StructureShape.new(name: 'FunctionSizeLimitExceeded')
194
+ FunctionStage = Shapes::StringShape.new(name: 'FunctionStage')
195
+ FunctionSummary = Shapes::StructureShape.new(name: 'FunctionSummary')
196
+ FunctionSummaryList = Shapes::ListShape.new(name: 'FunctionSummaryList')
106
197
  GeoRestriction = Shapes::StructureShape.new(name: 'GeoRestriction')
107
198
  GeoRestrictionType = Shapes::StringShape.new(name: 'GeoRestrictionType')
199
+ GetCachePolicyConfigRequest = Shapes::StructureShape.new(name: 'GetCachePolicyConfigRequest')
200
+ GetCachePolicyConfigResult = Shapes::StructureShape.new(name: 'GetCachePolicyConfigResult')
201
+ GetCachePolicyRequest = Shapes::StructureShape.new(name: 'GetCachePolicyRequest')
202
+ GetCachePolicyResult = Shapes::StructureShape.new(name: 'GetCachePolicyResult')
108
203
  GetCloudFrontOriginAccessIdentityConfigRequest = Shapes::StructureShape.new(name: 'GetCloudFrontOriginAccessIdentityConfigRequest')
109
204
  GetCloudFrontOriginAccessIdentityConfigResult = Shapes::StructureShape.new(name: 'GetCloudFrontOriginAccessIdentityConfigResult')
110
205
  GetCloudFrontOriginAccessIdentityRequest = Shapes::StructureShape.new(name: 'GetCloudFrontOriginAccessIdentityRequest')
111
206
  GetCloudFrontOriginAccessIdentityResult = Shapes::StructureShape.new(name: 'GetCloudFrontOriginAccessIdentityResult')
207
+ GetContinuousDeploymentPolicyConfigRequest = Shapes::StructureShape.new(name: 'GetContinuousDeploymentPolicyConfigRequest')
208
+ GetContinuousDeploymentPolicyConfigResult = Shapes::StructureShape.new(name: 'GetContinuousDeploymentPolicyConfigResult')
209
+ GetContinuousDeploymentPolicyRequest = Shapes::StructureShape.new(name: 'GetContinuousDeploymentPolicyRequest')
210
+ GetContinuousDeploymentPolicyResult = Shapes::StructureShape.new(name: 'GetContinuousDeploymentPolicyResult')
112
211
  GetDistributionConfigRequest = Shapes::StructureShape.new(name: 'GetDistributionConfigRequest')
113
212
  GetDistributionConfigResult = Shapes::StructureShape.new(name: 'GetDistributionConfigResult')
114
213
  GetDistributionRequest = Shapes::StructureShape.new(name: 'GetDistributionRequest')
@@ -121,12 +220,34 @@ module Aws::CloudFront
121
220
  GetFieldLevelEncryptionProfileResult = Shapes::StructureShape.new(name: 'GetFieldLevelEncryptionProfileResult')
122
221
  GetFieldLevelEncryptionRequest = Shapes::StructureShape.new(name: 'GetFieldLevelEncryptionRequest')
123
222
  GetFieldLevelEncryptionResult = Shapes::StructureShape.new(name: 'GetFieldLevelEncryptionResult')
223
+ GetFunctionRequest = Shapes::StructureShape.new(name: 'GetFunctionRequest')
224
+ GetFunctionResult = Shapes::StructureShape.new(name: 'GetFunctionResult')
124
225
  GetInvalidationRequest = Shapes::StructureShape.new(name: 'GetInvalidationRequest')
125
226
  GetInvalidationResult = Shapes::StructureShape.new(name: 'GetInvalidationResult')
227
+ GetKeyGroupConfigRequest = Shapes::StructureShape.new(name: 'GetKeyGroupConfigRequest')
228
+ GetKeyGroupConfigResult = Shapes::StructureShape.new(name: 'GetKeyGroupConfigResult')
229
+ GetKeyGroupRequest = Shapes::StructureShape.new(name: 'GetKeyGroupRequest')
230
+ GetKeyGroupResult = Shapes::StructureShape.new(name: 'GetKeyGroupResult')
231
+ GetMonitoringSubscriptionRequest = Shapes::StructureShape.new(name: 'GetMonitoringSubscriptionRequest')
232
+ GetMonitoringSubscriptionResult = Shapes::StructureShape.new(name: 'GetMonitoringSubscriptionResult')
233
+ GetOriginAccessControlConfigRequest = Shapes::StructureShape.new(name: 'GetOriginAccessControlConfigRequest')
234
+ GetOriginAccessControlConfigResult = Shapes::StructureShape.new(name: 'GetOriginAccessControlConfigResult')
235
+ GetOriginAccessControlRequest = Shapes::StructureShape.new(name: 'GetOriginAccessControlRequest')
236
+ GetOriginAccessControlResult = Shapes::StructureShape.new(name: 'GetOriginAccessControlResult')
237
+ GetOriginRequestPolicyConfigRequest = Shapes::StructureShape.new(name: 'GetOriginRequestPolicyConfigRequest')
238
+ GetOriginRequestPolicyConfigResult = Shapes::StructureShape.new(name: 'GetOriginRequestPolicyConfigResult')
239
+ GetOriginRequestPolicyRequest = Shapes::StructureShape.new(name: 'GetOriginRequestPolicyRequest')
240
+ GetOriginRequestPolicyResult = Shapes::StructureShape.new(name: 'GetOriginRequestPolicyResult')
126
241
  GetPublicKeyConfigRequest = Shapes::StructureShape.new(name: 'GetPublicKeyConfigRequest')
127
242
  GetPublicKeyConfigResult = Shapes::StructureShape.new(name: 'GetPublicKeyConfigResult')
128
243
  GetPublicKeyRequest = Shapes::StructureShape.new(name: 'GetPublicKeyRequest')
129
244
  GetPublicKeyResult = Shapes::StructureShape.new(name: 'GetPublicKeyResult')
245
+ GetRealtimeLogConfigRequest = Shapes::StructureShape.new(name: 'GetRealtimeLogConfigRequest')
246
+ GetRealtimeLogConfigResult = Shapes::StructureShape.new(name: 'GetRealtimeLogConfigResult')
247
+ GetResponseHeadersPolicyConfigRequest = Shapes::StructureShape.new(name: 'GetResponseHeadersPolicyConfigRequest')
248
+ GetResponseHeadersPolicyConfigResult = Shapes::StructureShape.new(name: 'GetResponseHeadersPolicyConfigResult')
249
+ GetResponseHeadersPolicyRequest = Shapes::StructureShape.new(name: 'GetResponseHeadersPolicyRequest')
250
+ GetResponseHeadersPolicyResult = Shapes::StructureShape.new(name: 'GetResponseHeadersPolicyResult')
130
251
  GetStreamingDistributionConfigRequest = Shapes::StructureShape.new(name: 'GetStreamingDistributionConfigRequest')
131
252
  GetStreamingDistributionConfigResult = Shapes::StructureShape.new(name: 'GetStreamingDistributionConfigResult')
132
253
  GetStreamingDistributionRequest = Shapes::StructureShape.new(name: 'GetStreamingDistributionRequest')
@@ -135,13 +256,17 @@ module Aws::CloudFront
135
256
  Headers = Shapes::StructureShape.new(name: 'Headers')
136
257
  HttpVersion = Shapes::StringShape.new(name: 'HttpVersion')
137
258
  ICPRecordalStatus = Shapes::StringShape.new(name: 'ICPRecordalStatus')
259
+ IllegalDelete = Shapes::StructureShape.new(name: 'IllegalDelete')
138
260
  IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior = Shapes::StructureShape.new(name: 'IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior')
261
+ IllegalOriginAccessConfiguration = Shapes::StructureShape.new(name: 'IllegalOriginAccessConfiguration')
139
262
  IllegalUpdate = Shapes::StructureShape.new(name: 'IllegalUpdate')
140
263
  InconsistentQuantities = Shapes::StructureShape.new(name: 'InconsistentQuantities')
141
264
  InvalidArgument = Shapes::StructureShape.new(name: 'InvalidArgument')
142
265
  InvalidDefaultRootObject = Shapes::StructureShape.new(name: 'InvalidDefaultRootObject')
266
+ InvalidDomainNameForOriginAccessControl = Shapes::StructureShape.new(name: 'InvalidDomainNameForOriginAccessControl')
143
267
  InvalidErrorCode = Shapes::StructureShape.new(name: 'InvalidErrorCode')
144
268
  InvalidForwardCookies = Shapes::StructureShape.new(name: 'InvalidForwardCookies')
269
+ InvalidFunctionAssociation = Shapes::StructureShape.new(name: 'InvalidFunctionAssociation')
145
270
  InvalidGeoRestrictionParameter = Shapes::StructureShape.new(name: 'InvalidGeoRestrictionParameter')
146
271
  InvalidHeadersForS3Origin = Shapes::StructureShape.new(name: 'InvalidHeadersForS3Origin')
147
272
  InvalidIfMatchVersion = Shapes::StructureShape.new(name: 'InvalidIfMatchVersion')
@@ -149,6 +274,7 @@ module Aws::CloudFront
149
274
  InvalidLocationCode = Shapes::StructureShape.new(name: 'InvalidLocationCode')
150
275
  InvalidMinimumProtocolVersion = Shapes::StructureShape.new(name: 'InvalidMinimumProtocolVersion')
151
276
  InvalidOrigin = Shapes::StructureShape.new(name: 'InvalidOrigin')
277
+ InvalidOriginAccessControl = Shapes::StructureShape.new(name: 'InvalidOriginAccessControl')
152
278
  InvalidOriginAccessIdentity = Shapes::StructureShape.new(name: 'InvalidOriginAccessIdentity')
153
279
  InvalidOriginKeepaliveTimeout = Shapes::StructureShape.new(name: 'InvalidOriginKeepaliveTimeout')
154
280
  InvalidOriginReadTimeout = Shapes::StructureShape.new(name: 'InvalidOriginReadTimeout')
@@ -167,14 +293,39 @@ module Aws::CloudFront
167
293
  InvalidationSummary = Shapes::StructureShape.new(name: 'InvalidationSummary')
168
294
  InvalidationSummaryList = Shapes::ListShape.new(name: 'InvalidationSummaryList')
169
295
  ItemSelection = Shapes::StringShape.new(name: 'ItemSelection')
296
+ KGKeyPairIds = Shapes::StructureShape.new(name: 'KGKeyPairIds')
297
+ KGKeyPairIdsList = Shapes::ListShape.new(name: 'KGKeyPairIdsList')
298
+ KeyGroup = Shapes::StructureShape.new(name: 'KeyGroup')
299
+ KeyGroupAlreadyExists = Shapes::StructureShape.new(name: 'KeyGroupAlreadyExists')
300
+ KeyGroupConfig = Shapes::StructureShape.new(name: 'KeyGroupConfig')
301
+ KeyGroupList = Shapes::StructureShape.new(name: 'KeyGroupList')
302
+ KeyGroupSummary = Shapes::StructureShape.new(name: 'KeyGroupSummary')
303
+ KeyGroupSummaryList = Shapes::ListShape.new(name: 'KeyGroupSummaryList')
170
304
  KeyPairIdList = Shapes::ListShape.new(name: 'KeyPairIdList')
171
305
  KeyPairIds = Shapes::StructureShape.new(name: 'KeyPairIds')
306
+ KinesisStreamConfig = Shapes::StructureShape.new(name: 'KinesisStreamConfig')
172
307
  LambdaFunctionARN = Shapes::StringShape.new(name: 'LambdaFunctionARN')
173
308
  LambdaFunctionAssociation = Shapes::StructureShape.new(name: 'LambdaFunctionAssociation')
174
309
  LambdaFunctionAssociationList = Shapes::ListShape.new(name: 'LambdaFunctionAssociationList')
175
310
  LambdaFunctionAssociations = Shapes::StructureShape.new(name: 'LambdaFunctionAssociations')
311
+ ListCachePoliciesRequest = Shapes::StructureShape.new(name: 'ListCachePoliciesRequest')
312
+ ListCachePoliciesResult = Shapes::StructureShape.new(name: 'ListCachePoliciesResult')
176
313
  ListCloudFrontOriginAccessIdentitiesRequest = Shapes::StructureShape.new(name: 'ListCloudFrontOriginAccessIdentitiesRequest')
177
314
  ListCloudFrontOriginAccessIdentitiesResult = Shapes::StructureShape.new(name: 'ListCloudFrontOriginAccessIdentitiesResult')
315
+ ListConflictingAliasesRequest = Shapes::StructureShape.new(name: 'ListConflictingAliasesRequest')
316
+ ListConflictingAliasesResult = Shapes::StructureShape.new(name: 'ListConflictingAliasesResult')
317
+ ListContinuousDeploymentPoliciesRequest = Shapes::StructureShape.new(name: 'ListContinuousDeploymentPoliciesRequest')
318
+ ListContinuousDeploymentPoliciesResult = Shapes::StructureShape.new(name: 'ListContinuousDeploymentPoliciesResult')
319
+ ListDistributionsByCachePolicyIdRequest = Shapes::StructureShape.new(name: 'ListDistributionsByCachePolicyIdRequest')
320
+ ListDistributionsByCachePolicyIdResult = Shapes::StructureShape.new(name: 'ListDistributionsByCachePolicyIdResult')
321
+ ListDistributionsByKeyGroupRequest = Shapes::StructureShape.new(name: 'ListDistributionsByKeyGroupRequest')
322
+ ListDistributionsByKeyGroupResult = Shapes::StructureShape.new(name: 'ListDistributionsByKeyGroupResult')
323
+ ListDistributionsByOriginRequestPolicyIdRequest = Shapes::StructureShape.new(name: 'ListDistributionsByOriginRequestPolicyIdRequest')
324
+ ListDistributionsByOriginRequestPolicyIdResult = Shapes::StructureShape.new(name: 'ListDistributionsByOriginRequestPolicyIdResult')
325
+ ListDistributionsByRealtimeLogConfigRequest = Shapes::StructureShape.new(name: 'ListDistributionsByRealtimeLogConfigRequest')
326
+ ListDistributionsByRealtimeLogConfigResult = Shapes::StructureShape.new(name: 'ListDistributionsByRealtimeLogConfigResult')
327
+ ListDistributionsByResponseHeadersPolicyIdRequest = Shapes::StructureShape.new(name: 'ListDistributionsByResponseHeadersPolicyIdRequest')
328
+ ListDistributionsByResponseHeadersPolicyIdResult = Shapes::StructureShape.new(name: 'ListDistributionsByResponseHeadersPolicyIdResult')
178
329
  ListDistributionsByWebACLIdRequest = Shapes::StructureShape.new(name: 'ListDistributionsByWebACLIdRequest')
179
330
  ListDistributionsByWebACLIdResult = Shapes::StructureShape.new(name: 'ListDistributionsByWebACLIdResult')
180
331
  ListDistributionsRequest = Shapes::StructureShape.new(name: 'ListDistributionsRequest')
@@ -183,10 +334,22 @@ module Aws::CloudFront
183
334
  ListFieldLevelEncryptionConfigsResult = Shapes::StructureShape.new(name: 'ListFieldLevelEncryptionConfigsResult')
184
335
  ListFieldLevelEncryptionProfilesRequest = Shapes::StructureShape.new(name: 'ListFieldLevelEncryptionProfilesRequest')
185
336
  ListFieldLevelEncryptionProfilesResult = Shapes::StructureShape.new(name: 'ListFieldLevelEncryptionProfilesResult')
337
+ ListFunctionsRequest = Shapes::StructureShape.new(name: 'ListFunctionsRequest')
338
+ ListFunctionsResult = Shapes::StructureShape.new(name: 'ListFunctionsResult')
186
339
  ListInvalidationsRequest = Shapes::StructureShape.new(name: 'ListInvalidationsRequest')
187
340
  ListInvalidationsResult = Shapes::StructureShape.new(name: 'ListInvalidationsResult')
341
+ ListKeyGroupsRequest = Shapes::StructureShape.new(name: 'ListKeyGroupsRequest')
342
+ ListKeyGroupsResult = Shapes::StructureShape.new(name: 'ListKeyGroupsResult')
343
+ ListOriginAccessControlsRequest = Shapes::StructureShape.new(name: 'ListOriginAccessControlsRequest')
344
+ ListOriginAccessControlsResult = Shapes::StructureShape.new(name: 'ListOriginAccessControlsResult')
345
+ ListOriginRequestPoliciesRequest = Shapes::StructureShape.new(name: 'ListOriginRequestPoliciesRequest')
346
+ ListOriginRequestPoliciesResult = Shapes::StructureShape.new(name: 'ListOriginRequestPoliciesResult')
188
347
  ListPublicKeysRequest = Shapes::StructureShape.new(name: 'ListPublicKeysRequest')
189
348
  ListPublicKeysResult = Shapes::StructureShape.new(name: 'ListPublicKeysResult')
349
+ ListRealtimeLogConfigsRequest = Shapes::StructureShape.new(name: 'ListRealtimeLogConfigsRequest')
350
+ ListRealtimeLogConfigsResult = Shapes::StructureShape.new(name: 'ListRealtimeLogConfigsResult')
351
+ ListResponseHeadersPoliciesRequest = Shapes::StructureShape.new(name: 'ListResponseHeadersPoliciesRequest')
352
+ ListResponseHeadersPoliciesResult = Shapes::StructureShape.new(name: 'ListResponseHeadersPoliciesResult')
190
353
  ListStreamingDistributionsRequest = Shapes::StructureShape.new(name: 'ListStreamingDistributionsRequest')
191
354
  ListStreamingDistributionsResult = Shapes::StructureShape.new(name: 'ListStreamingDistributionsResult')
192
355
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
@@ -197,16 +360,36 @@ module Aws::CloudFront
197
360
  MethodsList = Shapes::ListShape.new(name: 'MethodsList')
198
361
  MinimumProtocolVersion = Shapes::StringShape.new(name: 'MinimumProtocolVersion')
199
362
  MissingBody = Shapes::StructureShape.new(name: 'MissingBody')
363
+ MonitoringSubscription = Shapes::StructureShape.new(name: 'MonitoringSubscription')
364
+ MonitoringSubscriptionAlreadyExists = Shapes::StructureShape.new(name: 'MonitoringSubscriptionAlreadyExists')
365
+ NoSuchCachePolicy = Shapes::StructureShape.new(name: 'NoSuchCachePolicy')
200
366
  NoSuchCloudFrontOriginAccessIdentity = Shapes::StructureShape.new(name: 'NoSuchCloudFrontOriginAccessIdentity')
367
+ NoSuchContinuousDeploymentPolicy = Shapes::StructureShape.new(name: 'NoSuchContinuousDeploymentPolicy')
201
368
  NoSuchDistribution = Shapes::StructureShape.new(name: 'NoSuchDistribution')
202
369
  NoSuchFieldLevelEncryptionConfig = Shapes::StructureShape.new(name: 'NoSuchFieldLevelEncryptionConfig')
203
370
  NoSuchFieldLevelEncryptionProfile = Shapes::StructureShape.new(name: 'NoSuchFieldLevelEncryptionProfile')
371
+ NoSuchFunctionExists = Shapes::StructureShape.new(name: 'NoSuchFunctionExists')
204
372
  NoSuchInvalidation = Shapes::StructureShape.new(name: 'NoSuchInvalidation')
373
+ NoSuchMonitoringSubscription = Shapes::StructureShape.new(name: 'NoSuchMonitoringSubscription')
205
374
  NoSuchOrigin = Shapes::StructureShape.new(name: 'NoSuchOrigin')
375
+ NoSuchOriginAccessControl = Shapes::StructureShape.new(name: 'NoSuchOriginAccessControl')
376
+ NoSuchOriginRequestPolicy = Shapes::StructureShape.new(name: 'NoSuchOriginRequestPolicy')
206
377
  NoSuchPublicKey = Shapes::StructureShape.new(name: 'NoSuchPublicKey')
378
+ NoSuchRealtimeLogConfig = Shapes::StructureShape.new(name: 'NoSuchRealtimeLogConfig')
207
379
  NoSuchResource = Shapes::StructureShape.new(name: 'NoSuchResource')
380
+ NoSuchResponseHeadersPolicy = Shapes::StructureShape.new(name: 'NoSuchResponseHeadersPolicy')
208
381
  NoSuchStreamingDistribution = Shapes::StructureShape.new(name: 'NoSuchStreamingDistribution')
209
382
  Origin = Shapes::StructureShape.new(name: 'Origin')
383
+ OriginAccessControl = Shapes::StructureShape.new(name: 'OriginAccessControl')
384
+ OriginAccessControlAlreadyExists = Shapes::StructureShape.new(name: 'OriginAccessControlAlreadyExists')
385
+ OriginAccessControlConfig = Shapes::StructureShape.new(name: 'OriginAccessControlConfig')
386
+ OriginAccessControlInUse = Shapes::StructureShape.new(name: 'OriginAccessControlInUse')
387
+ OriginAccessControlList = Shapes::StructureShape.new(name: 'OriginAccessControlList')
388
+ OriginAccessControlOriginTypes = Shapes::StringShape.new(name: 'OriginAccessControlOriginTypes')
389
+ OriginAccessControlSigningBehaviors = Shapes::StringShape.new(name: 'OriginAccessControlSigningBehaviors')
390
+ OriginAccessControlSigningProtocols = Shapes::StringShape.new(name: 'OriginAccessControlSigningProtocols')
391
+ OriginAccessControlSummary = Shapes::StructureShape.new(name: 'OriginAccessControlSummary')
392
+ OriginAccessControlSummaryList = Shapes::ListShape.new(name: 'OriginAccessControlSummaryList')
210
393
  OriginCustomHeader = Shapes::StructureShape.new(name: 'OriginCustomHeader')
211
394
  OriginCustomHeadersList = Shapes::ListShape.new(name: 'OriginCustomHeadersList')
212
395
  OriginGroup = Shapes::StructureShape.new(name: 'OriginGroup')
@@ -218,8 +401,25 @@ module Aws::CloudFront
218
401
  OriginGroups = Shapes::StructureShape.new(name: 'OriginGroups')
219
402
  OriginList = Shapes::ListShape.new(name: 'OriginList')
220
403
  OriginProtocolPolicy = Shapes::StringShape.new(name: 'OriginProtocolPolicy')
404
+ OriginRequestPolicy = Shapes::StructureShape.new(name: 'OriginRequestPolicy')
405
+ OriginRequestPolicyAlreadyExists = Shapes::StructureShape.new(name: 'OriginRequestPolicyAlreadyExists')
406
+ OriginRequestPolicyConfig = Shapes::StructureShape.new(name: 'OriginRequestPolicyConfig')
407
+ OriginRequestPolicyCookieBehavior = Shapes::StringShape.new(name: 'OriginRequestPolicyCookieBehavior')
408
+ OriginRequestPolicyCookiesConfig = Shapes::StructureShape.new(name: 'OriginRequestPolicyCookiesConfig')
409
+ OriginRequestPolicyHeaderBehavior = Shapes::StringShape.new(name: 'OriginRequestPolicyHeaderBehavior')
410
+ OriginRequestPolicyHeadersConfig = Shapes::StructureShape.new(name: 'OriginRequestPolicyHeadersConfig')
411
+ OriginRequestPolicyInUse = Shapes::StructureShape.new(name: 'OriginRequestPolicyInUse')
412
+ OriginRequestPolicyList = Shapes::StructureShape.new(name: 'OriginRequestPolicyList')
413
+ OriginRequestPolicyQueryStringBehavior = Shapes::StringShape.new(name: 'OriginRequestPolicyQueryStringBehavior')
414
+ OriginRequestPolicyQueryStringsConfig = Shapes::StructureShape.new(name: 'OriginRequestPolicyQueryStringsConfig')
415
+ OriginRequestPolicySummary = Shapes::StructureShape.new(name: 'OriginRequestPolicySummary')
416
+ OriginRequestPolicySummaryList = Shapes::ListShape.new(name: 'OriginRequestPolicySummaryList')
417
+ OriginRequestPolicyType = Shapes::StringShape.new(name: 'OriginRequestPolicyType')
418
+ OriginShield = Shapes::StructureShape.new(name: 'OriginShield')
419
+ OriginShieldRegion = Shapes::StringShape.new(name: 'OriginShieldRegion')
221
420
  OriginSslProtocols = Shapes::StructureShape.new(name: 'OriginSslProtocols')
222
421
  Origins = Shapes::StructureShape.new(name: 'Origins')
422
+ ParametersInCacheKeyAndForwardedToOrigin = Shapes::StructureShape.new(name: 'ParametersInCacheKeyAndForwardedToOrigin')
223
423
  PathList = Shapes::ListShape.new(name: 'PathList')
224
424
  Paths = Shapes::StructureShape.new(name: 'Paths')
225
425
  PreconditionFailed = Shapes::StructureShape.new(name: 'PreconditionFailed')
@@ -227,10 +427,13 @@ module Aws::CloudFront
227
427
  PublicKey = Shapes::StructureShape.new(name: 'PublicKey')
228
428
  PublicKeyAlreadyExists = Shapes::StructureShape.new(name: 'PublicKeyAlreadyExists')
229
429
  PublicKeyConfig = Shapes::StructureShape.new(name: 'PublicKeyConfig')
430
+ PublicKeyIdList = Shapes::ListShape.new(name: 'PublicKeyIdList')
230
431
  PublicKeyInUse = Shapes::StructureShape.new(name: 'PublicKeyInUse')
231
432
  PublicKeyList = Shapes::StructureShape.new(name: 'PublicKeyList')
232
433
  PublicKeySummary = Shapes::StructureShape.new(name: 'PublicKeySummary')
233
434
  PublicKeySummaryList = Shapes::ListShape.new(name: 'PublicKeySummaryList')
435
+ PublishFunctionRequest = Shapes::StructureShape.new(name: 'PublishFunctionRequest')
436
+ PublishFunctionResult = Shapes::StructureShape.new(name: 'PublishFunctionResult')
234
437
  QueryArgProfile = Shapes::StructureShape.new(name: 'QueryArgProfile')
235
438
  QueryArgProfileConfig = Shapes::StructureShape.new(name: 'QueryArgProfileConfig')
236
439
  QueryArgProfileEmpty = Shapes::StructureShape.new(name: 'QueryArgProfileEmpty')
@@ -238,15 +441,60 @@ module Aws::CloudFront
238
441
  QueryArgProfiles = Shapes::StructureShape.new(name: 'QueryArgProfiles')
239
442
  QueryStringCacheKeys = Shapes::StructureShape.new(name: 'QueryStringCacheKeys')
240
443
  QueryStringCacheKeysList = Shapes::ListShape.new(name: 'QueryStringCacheKeysList')
444
+ QueryStringNames = Shapes::StructureShape.new(name: 'QueryStringNames')
445
+ QueryStringNamesList = Shapes::ListShape.new(name: 'QueryStringNamesList')
446
+ RealtimeLogConfig = Shapes::StructureShape.new(name: 'RealtimeLogConfig')
447
+ RealtimeLogConfigAlreadyExists = Shapes::StructureShape.new(name: 'RealtimeLogConfigAlreadyExists')
448
+ RealtimeLogConfigInUse = Shapes::StructureShape.new(name: 'RealtimeLogConfigInUse')
449
+ RealtimeLogConfigList = Shapes::ListShape.new(name: 'RealtimeLogConfigList')
450
+ RealtimeLogConfigOwnerMismatch = Shapes::StructureShape.new(name: 'RealtimeLogConfigOwnerMismatch')
451
+ RealtimeLogConfigs = Shapes::StructureShape.new(name: 'RealtimeLogConfigs')
452
+ RealtimeMetricsSubscriptionConfig = Shapes::StructureShape.new(name: 'RealtimeMetricsSubscriptionConfig')
453
+ RealtimeMetricsSubscriptionStatus = Shapes::StringShape.new(name: 'RealtimeMetricsSubscriptionStatus')
454
+ ReferrerPolicyList = Shapes::StringShape.new(name: 'ReferrerPolicyList')
241
455
  ResourceARN = Shapes::StringShape.new(name: 'ResourceARN')
456
+ ResourceInUse = Shapes::StructureShape.new(name: 'ResourceInUse')
457
+ ResponseHeadersPolicy = Shapes::StructureShape.new(name: 'ResponseHeadersPolicy')
458
+ ResponseHeadersPolicyAccessControlAllowHeaders = Shapes::StructureShape.new(name: 'ResponseHeadersPolicyAccessControlAllowHeaders')
459
+ ResponseHeadersPolicyAccessControlAllowMethods = Shapes::StructureShape.new(name: 'ResponseHeadersPolicyAccessControlAllowMethods')
460
+ ResponseHeadersPolicyAccessControlAllowMethodsValues = Shapes::StringShape.new(name: 'ResponseHeadersPolicyAccessControlAllowMethodsValues')
461
+ ResponseHeadersPolicyAccessControlAllowOrigins = Shapes::StructureShape.new(name: 'ResponseHeadersPolicyAccessControlAllowOrigins')
462
+ ResponseHeadersPolicyAccessControlExposeHeaders = Shapes::StructureShape.new(name: 'ResponseHeadersPolicyAccessControlExposeHeaders')
463
+ ResponseHeadersPolicyAlreadyExists = Shapes::StructureShape.new(name: 'ResponseHeadersPolicyAlreadyExists')
464
+ ResponseHeadersPolicyConfig = Shapes::StructureShape.new(name: 'ResponseHeadersPolicyConfig')
465
+ ResponseHeadersPolicyContentSecurityPolicy = Shapes::StructureShape.new(name: 'ResponseHeadersPolicyContentSecurityPolicy')
466
+ ResponseHeadersPolicyContentTypeOptions = Shapes::StructureShape.new(name: 'ResponseHeadersPolicyContentTypeOptions')
467
+ ResponseHeadersPolicyCorsConfig = Shapes::StructureShape.new(name: 'ResponseHeadersPolicyCorsConfig')
468
+ ResponseHeadersPolicyCustomHeader = Shapes::StructureShape.new(name: 'ResponseHeadersPolicyCustomHeader')
469
+ ResponseHeadersPolicyCustomHeaderList = Shapes::ListShape.new(name: 'ResponseHeadersPolicyCustomHeaderList')
470
+ ResponseHeadersPolicyCustomHeadersConfig = Shapes::StructureShape.new(name: 'ResponseHeadersPolicyCustomHeadersConfig')
471
+ ResponseHeadersPolicyFrameOptions = Shapes::StructureShape.new(name: 'ResponseHeadersPolicyFrameOptions')
472
+ ResponseHeadersPolicyInUse = Shapes::StructureShape.new(name: 'ResponseHeadersPolicyInUse')
473
+ ResponseHeadersPolicyList = Shapes::StructureShape.new(name: 'ResponseHeadersPolicyList')
474
+ ResponseHeadersPolicyReferrerPolicy = Shapes::StructureShape.new(name: 'ResponseHeadersPolicyReferrerPolicy')
475
+ ResponseHeadersPolicyRemoveHeader = Shapes::StructureShape.new(name: 'ResponseHeadersPolicyRemoveHeader')
476
+ ResponseHeadersPolicyRemoveHeaderList = Shapes::ListShape.new(name: 'ResponseHeadersPolicyRemoveHeaderList')
477
+ ResponseHeadersPolicyRemoveHeadersConfig = Shapes::StructureShape.new(name: 'ResponseHeadersPolicyRemoveHeadersConfig')
478
+ ResponseHeadersPolicySecurityHeadersConfig = Shapes::StructureShape.new(name: 'ResponseHeadersPolicySecurityHeadersConfig')
479
+ ResponseHeadersPolicyServerTimingHeadersConfig = Shapes::StructureShape.new(name: 'ResponseHeadersPolicyServerTimingHeadersConfig')
480
+ ResponseHeadersPolicyStrictTransportSecurity = Shapes::StructureShape.new(name: 'ResponseHeadersPolicyStrictTransportSecurity')
481
+ ResponseHeadersPolicySummary = Shapes::StructureShape.new(name: 'ResponseHeadersPolicySummary')
482
+ ResponseHeadersPolicySummaryList = Shapes::ListShape.new(name: 'ResponseHeadersPolicySummaryList')
483
+ ResponseHeadersPolicyType = Shapes::StringShape.new(name: 'ResponseHeadersPolicyType')
484
+ ResponseHeadersPolicyXSSProtection = Shapes::StructureShape.new(name: 'ResponseHeadersPolicyXSSProtection')
242
485
  Restrictions = Shapes::StructureShape.new(name: 'Restrictions')
243
486
  S3Origin = Shapes::StructureShape.new(name: 'S3Origin')
244
487
  S3OriginConfig = Shapes::StructureShape.new(name: 'S3OriginConfig')
245
488
  SSLSupportMethod = Shapes::StringShape.new(name: 'SSLSupportMethod')
489
+ SamplingRate = Shapes::FloatShape.new(name: 'SamplingRate')
490
+ SessionStickinessConfig = Shapes::StructureShape.new(name: 'SessionStickinessConfig')
246
491
  Signer = Shapes::StructureShape.new(name: 'Signer')
247
492
  SignerList = Shapes::ListShape.new(name: 'SignerList')
248
493
  SslProtocol = Shapes::StringShape.new(name: 'SslProtocol')
249
494
  SslProtocolsList = Shapes::ListShape.new(name: 'SslProtocolsList')
495
+ StagingDistributionDnsNameList = Shapes::ListShape.new(name: 'StagingDistributionDnsNameList')
496
+ StagingDistributionDnsNames = Shapes::StructureShape.new(name: 'StagingDistributionDnsNames')
497
+ StagingDistributionInUse = Shapes::StructureShape.new(name: 'StagingDistributionInUse')
250
498
  StatusCodeList = Shapes::ListShape.new(name: 'StatusCodeList')
251
499
  StatusCodes = Shapes::StructureShape.new(name: 'StatusCodes')
252
500
  StreamingDistribution = Shapes::StructureShape.new(name: 'StreamingDistribution')
@@ -266,57 +514,129 @@ module Aws::CloudFront
266
514
  TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
267
515
  TagValue = Shapes::StringShape.new(name: 'TagValue')
268
516
  Tags = Shapes::StructureShape.new(name: 'Tags')
517
+ TestFunctionFailed = Shapes::StructureShape.new(name: 'TestFunctionFailed')
518
+ TestFunctionRequest = Shapes::StructureShape.new(name: 'TestFunctionRequest')
519
+ TestFunctionResult = Shapes::StructureShape.new(name: 'TestFunctionResult')
520
+ TestResult = Shapes::StructureShape.new(name: 'TestResult')
521
+ TooLongCSPInResponseHeadersPolicy = Shapes::StructureShape.new(name: 'TooLongCSPInResponseHeadersPolicy')
269
522
  TooManyCacheBehaviors = Shapes::StructureShape.new(name: 'TooManyCacheBehaviors')
523
+ TooManyCachePolicies = Shapes::StructureShape.new(name: 'TooManyCachePolicies')
270
524
  TooManyCertificates = Shapes::StructureShape.new(name: 'TooManyCertificates')
271
525
  TooManyCloudFrontOriginAccessIdentities = Shapes::StructureShape.new(name: 'TooManyCloudFrontOriginAccessIdentities')
526
+ TooManyContinuousDeploymentPolicies = Shapes::StructureShape.new(name: 'TooManyContinuousDeploymentPolicies')
272
527
  TooManyCookieNamesInWhiteList = Shapes::StructureShape.new(name: 'TooManyCookieNamesInWhiteList')
528
+ TooManyCookiesInCachePolicy = Shapes::StructureShape.new(name: 'TooManyCookiesInCachePolicy')
529
+ TooManyCookiesInOriginRequestPolicy = Shapes::StructureShape.new(name: 'TooManyCookiesInOriginRequestPolicy')
530
+ TooManyCustomHeadersInResponseHeadersPolicy = Shapes::StructureShape.new(name: 'TooManyCustomHeadersInResponseHeadersPolicy')
273
531
  TooManyDistributionCNAMEs = Shapes::StructureShape.new(name: 'TooManyDistributionCNAMEs')
274
532
  TooManyDistributions = Shapes::StructureShape.new(name: 'TooManyDistributions')
533
+ TooManyDistributionsAssociatedToCachePolicy = Shapes::StructureShape.new(name: 'TooManyDistributionsAssociatedToCachePolicy')
275
534
  TooManyDistributionsAssociatedToFieldLevelEncryptionConfig = Shapes::StructureShape.new(name: 'TooManyDistributionsAssociatedToFieldLevelEncryptionConfig')
535
+ TooManyDistributionsAssociatedToKeyGroup = Shapes::StructureShape.new(name: 'TooManyDistributionsAssociatedToKeyGroup')
536
+ TooManyDistributionsAssociatedToOriginAccessControl = Shapes::StructureShape.new(name: 'TooManyDistributionsAssociatedToOriginAccessControl')
537
+ TooManyDistributionsAssociatedToOriginRequestPolicy = Shapes::StructureShape.new(name: 'TooManyDistributionsAssociatedToOriginRequestPolicy')
538
+ TooManyDistributionsAssociatedToResponseHeadersPolicy = Shapes::StructureShape.new(name: 'TooManyDistributionsAssociatedToResponseHeadersPolicy')
539
+ TooManyDistributionsWithFunctionAssociations = Shapes::StructureShape.new(name: 'TooManyDistributionsWithFunctionAssociations')
276
540
  TooManyDistributionsWithLambdaAssociations = Shapes::StructureShape.new(name: 'TooManyDistributionsWithLambdaAssociations')
541
+ TooManyDistributionsWithSingleFunctionARN = Shapes::StructureShape.new(name: 'TooManyDistributionsWithSingleFunctionARN')
277
542
  TooManyFieldLevelEncryptionConfigs = Shapes::StructureShape.new(name: 'TooManyFieldLevelEncryptionConfigs')
278
543
  TooManyFieldLevelEncryptionContentTypeProfiles = Shapes::StructureShape.new(name: 'TooManyFieldLevelEncryptionContentTypeProfiles')
279
544
  TooManyFieldLevelEncryptionEncryptionEntities = Shapes::StructureShape.new(name: 'TooManyFieldLevelEncryptionEncryptionEntities')
280
545
  TooManyFieldLevelEncryptionFieldPatterns = Shapes::StructureShape.new(name: 'TooManyFieldLevelEncryptionFieldPatterns')
281
546
  TooManyFieldLevelEncryptionProfiles = Shapes::StructureShape.new(name: 'TooManyFieldLevelEncryptionProfiles')
282
547
  TooManyFieldLevelEncryptionQueryArgProfiles = Shapes::StructureShape.new(name: 'TooManyFieldLevelEncryptionQueryArgProfiles')
548
+ TooManyFunctionAssociations = Shapes::StructureShape.new(name: 'TooManyFunctionAssociations')
549
+ TooManyFunctions = Shapes::StructureShape.new(name: 'TooManyFunctions')
550
+ TooManyHeadersInCachePolicy = Shapes::StructureShape.new(name: 'TooManyHeadersInCachePolicy')
283
551
  TooManyHeadersInForwardedValues = Shapes::StructureShape.new(name: 'TooManyHeadersInForwardedValues')
552
+ TooManyHeadersInOriginRequestPolicy = Shapes::StructureShape.new(name: 'TooManyHeadersInOriginRequestPolicy')
284
553
  TooManyInvalidationsInProgress = Shapes::StructureShape.new(name: 'TooManyInvalidationsInProgress')
554
+ TooManyKeyGroups = Shapes::StructureShape.new(name: 'TooManyKeyGroups')
555
+ TooManyKeyGroupsAssociatedToDistribution = Shapes::StructureShape.new(name: 'TooManyKeyGroupsAssociatedToDistribution')
285
556
  TooManyLambdaFunctionAssociations = Shapes::StructureShape.new(name: 'TooManyLambdaFunctionAssociations')
557
+ TooManyOriginAccessControls = Shapes::StructureShape.new(name: 'TooManyOriginAccessControls')
286
558
  TooManyOriginCustomHeaders = Shapes::StructureShape.new(name: 'TooManyOriginCustomHeaders')
287
559
  TooManyOriginGroupsPerDistribution = Shapes::StructureShape.new(name: 'TooManyOriginGroupsPerDistribution')
560
+ TooManyOriginRequestPolicies = Shapes::StructureShape.new(name: 'TooManyOriginRequestPolicies')
288
561
  TooManyOrigins = Shapes::StructureShape.new(name: 'TooManyOrigins')
289
562
  TooManyPublicKeys = Shapes::StructureShape.new(name: 'TooManyPublicKeys')
563
+ TooManyPublicKeysInKeyGroup = Shapes::StructureShape.new(name: 'TooManyPublicKeysInKeyGroup')
290
564
  TooManyQueryStringParameters = Shapes::StructureShape.new(name: 'TooManyQueryStringParameters')
565
+ TooManyQueryStringsInCachePolicy = Shapes::StructureShape.new(name: 'TooManyQueryStringsInCachePolicy')
566
+ TooManyQueryStringsInOriginRequestPolicy = Shapes::StructureShape.new(name: 'TooManyQueryStringsInOriginRequestPolicy')
567
+ TooManyRealtimeLogConfigs = Shapes::StructureShape.new(name: 'TooManyRealtimeLogConfigs')
568
+ TooManyRemoveHeadersInResponseHeadersPolicy = Shapes::StructureShape.new(name: 'TooManyRemoveHeadersInResponseHeadersPolicy')
569
+ TooManyResponseHeadersPolicies = Shapes::StructureShape.new(name: 'TooManyResponseHeadersPolicies')
291
570
  TooManyStreamingDistributionCNAMEs = Shapes::StructureShape.new(name: 'TooManyStreamingDistributionCNAMEs')
292
571
  TooManyStreamingDistributions = Shapes::StructureShape.new(name: 'TooManyStreamingDistributions')
293
572
  TooManyTrustedSigners = Shapes::StructureShape.new(name: 'TooManyTrustedSigners')
573
+ TrafficConfig = Shapes::StructureShape.new(name: 'TrafficConfig')
574
+ TrustedKeyGroupDoesNotExist = Shapes::StructureShape.new(name: 'TrustedKeyGroupDoesNotExist')
575
+ TrustedKeyGroupIdList = Shapes::ListShape.new(name: 'TrustedKeyGroupIdList')
576
+ TrustedKeyGroups = Shapes::StructureShape.new(name: 'TrustedKeyGroups')
294
577
  TrustedSignerDoesNotExist = Shapes::StructureShape.new(name: 'TrustedSignerDoesNotExist')
295
578
  TrustedSigners = Shapes::StructureShape.new(name: 'TrustedSigners')
579
+ UnsupportedOperation = Shapes::StructureShape.new(name: 'UnsupportedOperation')
296
580
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
581
+ UpdateCachePolicyRequest = Shapes::StructureShape.new(name: 'UpdateCachePolicyRequest')
582
+ UpdateCachePolicyResult = Shapes::StructureShape.new(name: 'UpdateCachePolicyResult')
297
583
  UpdateCloudFrontOriginAccessIdentityRequest = Shapes::StructureShape.new(name: 'UpdateCloudFrontOriginAccessIdentityRequest')
298
584
  UpdateCloudFrontOriginAccessIdentityResult = Shapes::StructureShape.new(name: 'UpdateCloudFrontOriginAccessIdentityResult')
585
+ UpdateContinuousDeploymentPolicyRequest = Shapes::StructureShape.new(name: 'UpdateContinuousDeploymentPolicyRequest')
586
+ UpdateContinuousDeploymentPolicyResult = Shapes::StructureShape.new(name: 'UpdateContinuousDeploymentPolicyResult')
299
587
  UpdateDistributionRequest = Shapes::StructureShape.new(name: 'UpdateDistributionRequest')
300
588
  UpdateDistributionResult = Shapes::StructureShape.new(name: 'UpdateDistributionResult')
589
+ UpdateDistributionWithStagingConfigRequest = Shapes::StructureShape.new(name: 'UpdateDistributionWithStagingConfigRequest')
590
+ UpdateDistributionWithStagingConfigResult = Shapes::StructureShape.new(name: 'UpdateDistributionWithStagingConfigResult')
301
591
  UpdateFieldLevelEncryptionConfigRequest = Shapes::StructureShape.new(name: 'UpdateFieldLevelEncryptionConfigRequest')
302
592
  UpdateFieldLevelEncryptionConfigResult = Shapes::StructureShape.new(name: 'UpdateFieldLevelEncryptionConfigResult')
303
593
  UpdateFieldLevelEncryptionProfileRequest = Shapes::StructureShape.new(name: 'UpdateFieldLevelEncryptionProfileRequest')
304
594
  UpdateFieldLevelEncryptionProfileResult = Shapes::StructureShape.new(name: 'UpdateFieldLevelEncryptionProfileResult')
595
+ UpdateFunctionRequest = Shapes::StructureShape.new(name: 'UpdateFunctionRequest')
596
+ UpdateFunctionResult = Shapes::StructureShape.new(name: 'UpdateFunctionResult')
597
+ UpdateKeyGroupRequest = Shapes::StructureShape.new(name: 'UpdateKeyGroupRequest')
598
+ UpdateKeyGroupResult = Shapes::StructureShape.new(name: 'UpdateKeyGroupResult')
599
+ UpdateOriginAccessControlRequest = Shapes::StructureShape.new(name: 'UpdateOriginAccessControlRequest')
600
+ UpdateOriginAccessControlResult = Shapes::StructureShape.new(name: 'UpdateOriginAccessControlResult')
601
+ UpdateOriginRequestPolicyRequest = Shapes::StructureShape.new(name: 'UpdateOriginRequestPolicyRequest')
602
+ UpdateOriginRequestPolicyResult = Shapes::StructureShape.new(name: 'UpdateOriginRequestPolicyResult')
305
603
  UpdatePublicKeyRequest = Shapes::StructureShape.new(name: 'UpdatePublicKeyRequest')
306
604
  UpdatePublicKeyResult = Shapes::StructureShape.new(name: 'UpdatePublicKeyResult')
605
+ UpdateRealtimeLogConfigRequest = Shapes::StructureShape.new(name: 'UpdateRealtimeLogConfigRequest')
606
+ UpdateRealtimeLogConfigResult = Shapes::StructureShape.new(name: 'UpdateRealtimeLogConfigResult')
607
+ UpdateResponseHeadersPolicyRequest = Shapes::StructureShape.new(name: 'UpdateResponseHeadersPolicyRequest')
608
+ UpdateResponseHeadersPolicyResult = Shapes::StructureShape.new(name: 'UpdateResponseHeadersPolicyResult')
307
609
  UpdateStreamingDistributionRequest = Shapes::StructureShape.new(name: 'UpdateStreamingDistributionRequest')
308
610
  UpdateStreamingDistributionResult = Shapes::StructureShape.new(name: 'UpdateStreamingDistributionResult')
309
611
  ViewerCertificate = Shapes::StructureShape.new(name: 'ViewerCertificate')
310
612
  ViewerProtocolPolicy = Shapes::StringShape.new(name: 'ViewerProtocolPolicy')
613
+ aliasString = Shapes::StringShape.new(name: 'aliasString')
311
614
  boolean = Shapes::BooleanShape.new(name: 'boolean')
615
+ distributionIdString = Shapes::StringShape.new(name: 'distributionIdString')
616
+ float = Shapes::FloatShape.new(name: 'float')
312
617
  integer = Shapes::IntegerShape.new(name: 'integer')
618
+ listConflictingAliasesMaxItemsInteger = Shapes::IntegerShape.new(name: 'listConflictingAliasesMaxItemsInteger')
313
619
  long = Shapes::IntegerShape.new(name: 'long')
620
+ sensitiveStringType = Shapes::StringShape.new(name: 'sensitiveStringType')
314
621
  string = Shapes::StringShape.new(name: 'string')
315
622
  timestamp = Shapes::TimestampShape.new(name: 'timestamp')
316
623
 
624
+ AccessControlAllowHeadersList.member = Shapes::ShapeRef.new(shape: string, location_name: "Header")
625
+
626
+ AccessControlAllowMethodsList.member = Shapes::ShapeRef.new(shape: ResponseHeadersPolicyAccessControlAllowMethodsValues, location_name: "Method")
627
+
628
+ AccessControlAllowOriginsList.member = Shapes::ShapeRef.new(shape: string, location_name: "Origin")
629
+
630
+ AccessControlExposeHeadersList.member = Shapes::ShapeRef.new(shape: string, location_name: "Header")
631
+
317
632
  AccessDenied.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
318
633
  AccessDenied.struct_class = Types::AccessDenied
319
634
 
635
+ ActiveTrustedKeyGroups.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Enabled"))
636
+ ActiveTrustedKeyGroups.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
637
+ ActiveTrustedKeyGroups.add_member(:items, Shapes::ShapeRef.new(shape: KGKeyPairIdsList, location_name: "Items"))
638
+ ActiveTrustedKeyGroups.struct_class = Types::ActiveTrustedKeyGroups
639
+
320
640
  ActiveTrustedSigners.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Enabled"))
321
641
  ActiveTrustedSigners.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
322
642
  ActiveTrustedSigners.add_member(:items, Shapes::ShapeRef.new(shape: SignerList, location_name: "Items"))
@@ -339,6 +659,10 @@ module Aws::CloudFront
339
659
  AllowedMethods.add_member(:cached_methods, Shapes::ShapeRef.new(shape: CachedMethods, location_name: "CachedMethods"))
340
660
  AllowedMethods.struct_class = Types::AllowedMethods
341
661
 
662
+ AssociateAliasRequest.add_member(:target_distribution_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "TargetDistributionId"))
663
+ AssociateAliasRequest.add_member(:alias, Shapes::ShapeRef.new(shape: string, required: true, location: "querystring", location_name: "Alias"))
664
+ AssociateAliasRequest.struct_class = Types::AssociateAliasRequest
665
+
342
666
  AwsAccountNumberList.member = Shapes::ShapeRef.new(shape: string, location_name: "AwsAccountNumber")
343
667
 
344
668
  BatchTooLarge.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
@@ -349,17 +673,23 @@ module Aws::CloudFront
349
673
 
350
674
  CacheBehavior.add_member(:path_pattern, Shapes::ShapeRef.new(shape: string, required: true, location_name: "PathPattern"))
351
675
  CacheBehavior.add_member(:target_origin_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "TargetOriginId"))
352
- CacheBehavior.add_member(:forwarded_values, Shapes::ShapeRef.new(shape: ForwardedValues, required: true, location_name: "ForwardedValues"))
353
- CacheBehavior.add_member(:trusted_signers, Shapes::ShapeRef.new(shape: TrustedSigners, required: true, location_name: "TrustedSigners"))
676
+ CacheBehavior.add_member(:trusted_signers, Shapes::ShapeRef.new(shape: TrustedSigners, location_name: "TrustedSigners"))
677
+ CacheBehavior.add_member(:trusted_key_groups, Shapes::ShapeRef.new(shape: TrustedKeyGroups, location_name: "TrustedKeyGroups"))
354
678
  CacheBehavior.add_member(:viewer_protocol_policy, Shapes::ShapeRef.new(shape: ViewerProtocolPolicy, required: true, location_name: "ViewerProtocolPolicy"))
355
- CacheBehavior.add_member(:min_ttl, Shapes::ShapeRef.new(shape: long, required: true, location_name: "MinTTL"))
356
679
  CacheBehavior.add_member(:allowed_methods, Shapes::ShapeRef.new(shape: AllowedMethods, location_name: "AllowedMethods"))
357
680
  CacheBehavior.add_member(:smooth_streaming, Shapes::ShapeRef.new(shape: boolean, location_name: "SmoothStreaming"))
358
- CacheBehavior.add_member(:default_ttl, Shapes::ShapeRef.new(shape: long, location_name: "DefaultTTL"))
359
- CacheBehavior.add_member(:max_ttl, Shapes::ShapeRef.new(shape: long, location_name: "MaxTTL"))
360
681
  CacheBehavior.add_member(:compress, Shapes::ShapeRef.new(shape: boolean, location_name: "Compress"))
361
682
  CacheBehavior.add_member(:lambda_function_associations, Shapes::ShapeRef.new(shape: LambdaFunctionAssociations, location_name: "LambdaFunctionAssociations"))
683
+ CacheBehavior.add_member(:function_associations, Shapes::ShapeRef.new(shape: FunctionAssociations, location_name: "FunctionAssociations"))
362
684
  CacheBehavior.add_member(:field_level_encryption_id, Shapes::ShapeRef.new(shape: string, location_name: "FieldLevelEncryptionId"))
685
+ CacheBehavior.add_member(:realtime_log_config_arn, Shapes::ShapeRef.new(shape: string, location_name: "RealtimeLogConfigArn"))
686
+ CacheBehavior.add_member(:cache_policy_id, Shapes::ShapeRef.new(shape: string, location_name: "CachePolicyId"))
687
+ CacheBehavior.add_member(:origin_request_policy_id, Shapes::ShapeRef.new(shape: string, location_name: "OriginRequestPolicyId"))
688
+ CacheBehavior.add_member(:response_headers_policy_id, Shapes::ShapeRef.new(shape: string, location_name: "ResponseHeadersPolicyId"))
689
+ CacheBehavior.add_member(:forwarded_values, Shapes::ShapeRef.new(shape: ForwardedValues, deprecated: true, location_name: "ForwardedValues"))
690
+ CacheBehavior.add_member(:min_ttl, Shapes::ShapeRef.new(shape: long, deprecated: true, location_name: "MinTTL"))
691
+ CacheBehavior.add_member(:default_ttl, Shapes::ShapeRef.new(shape: long, deprecated: true, location_name: "DefaultTTL"))
692
+ CacheBehavior.add_member(:max_ttl, Shapes::ShapeRef.new(shape: long, deprecated: true, location_name: "MaxTTL"))
363
693
  CacheBehavior.struct_class = Types::CacheBehavior
364
694
 
365
695
  CacheBehaviorList.member = Shapes::ShapeRef.new(shape: CacheBehavior, location_name: "CacheBehavior")
@@ -368,6 +698,49 @@ module Aws::CloudFront
368
698
  CacheBehaviors.add_member(:items, Shapes::ShapeRef.new(shape: CacheBehaviorList, location_name: "Items"))
369
699
  CacheBehaviors.struct_class = Types::CacheBehaviors
370
700
 
701
+ CachePolicy.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
702
+ CachePolicy.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastModifiedTime"))
703
+ CachePolicy.add_member(:cache_policy_config, Shapes::ShapeRef.new(shape: CachePolicyConfig, required: true, location_name: "CachePolicyConfig"))
704
+ CachePolicy.struct_class = Types::CachePolicy
705
+
706
+ CachePolicyAlreadyExists.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
707
+ CachePolicyAlreadyExists.struct_class = Types::CachePolicyAlreadyExists
708
+
709
+ CachePolicyConfig.add_member(:comment, Shapes::ShapeRef.new(shape: string, location_name: "Comment"))
710
+ CachePolicyConfig.add_member(:name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Name"))
711
+ CachePolicyConfig.add_member(:default_ttl, Shapes::ShapeRef.new(shape: long, location_name: "DefaultTTL"))
712
+ CachePolicyConfig.add_member(:max_ttl, Shapes::ShapeRef.new(shape: long, location_name: "MaxTTL"))
713
+ CachePolicyConfig.add_member(:min_ttl, Shapes::ShapeRef.new(shape: long, required: true, location_name: "MinTTL"))
714
+ CachePolicyConfig.add_member(:parameters_in_cache_key_and_forwarded_to_origin, Shapes::ShapeRef.new(shape: ParametersInCacheKeyAndForwardedToOrigin, location_name: "ParametersInCacheKeyAndForwardedToOrigin"))
715
+ CachePolicyConfig.struct_class = Types::CachePolicyConfig
716
+
717
+ CachePolicyCookiesConfig.add_member(:cookie_behavior, Shapes::ShapeRef.new(shape: CachePolicyCookieBehavior, required: true, location_name: "CookieBehavior"))
718
+ CachePolicyCookiesConfig.add_member(:cookies, Shapes::ShapeRef.new(shape: CookieNames, location_name: "Cookies"))
719
+ CachePolicyCookiesConfig.struct_class = Types::CachePolicyCookiesConfig
720
+
721
+ CachePolicyHeadersConfig.add_member(:header_behavior, Shapes::ShapeRef.new(shape: CachePolicyHeaderBehavior, required: true, location_name: "HeaderBehavior"))
722
+ CachePolicyHeadersConfig.add_member(:headers, Shapes::ShapeRef.new(shape: Headers, location_name: "Headers"))
723
+ CachePolicyHeadersConfig.struct_class = Types::CachePolicyHeadersConfig
724
+
725
+ CachePolicyInUse.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
726
+ CachePolicyInUse.struct_class = Types::CachePolicyInUse
727
+
728
+ CachePolicyList.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
729
+ CachePolicyList.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "MaxItems"))
730
+ CachePolicyList.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
731
+ CachePolicyList.add_member(:items, Shapes::ShapeRef.new(shape: CachePolicySummaryList, location_name: "Items"))
732
+ CachePolicyList.struct_class = Types::CachePolicyList
733
+
734
+ CachePolicyQueryStringsConfig.add_member(:query_string_behavior, Shapes::ShapeRef.new(shape: CachePolicyQueryStringBehavior, required: true, location_name: "QueryStringBehavior"))
735
+ CachePolicyQueryStringsConfig.add_member(:query_strings, Shapes::ShapeRef.new(shape: QueryStringNames, location_name: "QueryStrings"))
736
+ CachePolicyQueryStringsConfig.struct_class = Types::CachePolicyQueryStringsConfig
737
+
738
+ CachePolicySummary.add_member(:type, Shapes::ShapeRef.new(shape: CachePolicyType, required: true, location_name: "Type"))
739
+ CachePolicySummary.add_member(:cache_policy, Shapes::ShapeRef.new(shape: CachePolicy, required: true, location_name: "CachePolicy"))
740
+ CachePolicySummary.struct_class = Types::CachePolicySummary
741
+
742
+ CachePolicySummaryList.member = Shapes::ShapeRef.new(shape: CachePolicySummary, location_name: "CachePolicySummary")
743
+
371
744
  CachedMethods.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
372
745
  CachedMethods.add_member(:items, Shapes::ShapeRef.new(shape: MethodsList, required: true, location_name: "Items"))
373
746
  CachedMethods.struct_class = Types::CachedMethods
@@ -405,6 +778,19 @@ module Aws::CloudFront
405
778
 
406
779
  CloudFrontOriginAccessIdentitySummaryList.member = Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentitySummary, location_name: "CloudFrontOriginAccessIdentitySummary")
407
780
 
781
+ ConflictingAlias.add_member(:alias, Shapes::ShapeRef.new(shape: string, location_name: "Alias"))
782
+ ConflictingAlias.add_member(:distribution_id, Shapes::ShapeRef.new(shape: string, location_name: "DistributionId"))
783
+ ConflictingAlias.add_member(:account_id, Shapes::ShapeRef.new(shape: string, location_name: "AccountId"))
784
+ ConflictingAlias.struct_class = Types::ConflictingAlias
785
+
786
+ ConflictingAliases.member = Shapes::ShapeRef.new(shape: ConflictingAlias, location_name: "ConflictingAlias")
787
+
788
+ ConflictingAliasesList.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
789
+ ConflictingAliasesList.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location_name: "MaxItems"))
790
+ ConflictingAliasesList.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, location_name: "Quantity"))
791
+ ConflictingAliasesList.add_member(:items, Shapes::ShapeRef.new(shape: ConflictingAliases, location_name: "Items"))
792
+ ConflictingAliasesList.struct_class = Types::ConflictingAliasesList
793
+
408
794
  ContentTypeProfile.add_member(:format, Shapes::ShapeRef.new(shape: Format, required: true, location_name: "Format"))
409
795
  ContentTypeProfile.add_member(:profile_id, Shapes::ShapeRef.new(shape: string, location_name: "ProfileId"))
410
796
  ContentTypeProfile.add_member(:content_type, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ContentType"))
@@ -420,6 +806,41 @@ module Aws::CloudFront
420
806
  ContentTypeProfiles.add_member(:items, Shapes::ShapeRef.new(shape: ContentTypeProfileList, location_name: "Items"))
421
807
  ContentTypeProfiles.struct_class = Types::ContentTypeProfiles
422
808
 
809
+ ContinuousDeploymentPolicy.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
810
+ ContinuousDeploymentPolicy.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastModifiedTime"))
811
+ ContinuousDeploymentPolicy.add_member(:continuous_deployment_policy_config, Shapes::ShapeRef.new(shape: ContinuousDeploymentPolicyConfig, required: true, location_name: "ContinuousDeploymentPolicyConfig"))
812
+ ContinuousDeploymentPolicy.struct_class = Types::ContinuousDeploymentPolicy
813
+
814
+ ContinuousDeploymentPolicyAlreadyExists.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
815
+ ContinuousDeploymentPolicyAlreadyExists.struct_class = Types::ContinuousDeploymentPolicyAlreadyExists
816
+
817
+ ContinuousDeploymentPolicyConfig.add_member(:staging_distribution_dns_names, Shapes::ShapeRef.new(shape: StagingDistributionDnsNames, required: true, location_name: "StagingDistributionDnsNames"))
818
+ ContinuousDeploymentPolicyConfig.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Enabled"))
819
+ ContinuousDeploymentPolicyConfig.add_member(:traffic_config, Shapes::ShapeRef.new(shape: TrafficConfig, location_name: "TrafficConfig"))
820
+ ContinuousDeploymentPolicyConfig.struct_class = Types::ContinuousDeploymentPolicyConfig
821
+
822
+ ContinuousDeploymentPolicyInUse.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
823
+ ContinuousDeploymentPolicyInUse.struct_class = Types::ContinuousDeploymentPolicyInUse
824
+
825
+ ContinuousDeploymentPolicyList.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
826
+ ContinuousDeploymentPolicyList.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "MaxItems"))
827
+ ContinuousDeploymentPolicyList.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
828
+ ContinuousDeploymentPolicyList.add_member(:items, Shapes::ShapeRef.new(shape: ContinuousDeploymentPolicySummaryList, location_name: "Items"))
829
+ ContinuousDeploymentPolicyList.struct_class = Types::ContinuousDeploymentPolicyList
830
+
831
+ ContinuousDeploymentPolicySummary.add_member(:continuous_deployment_policy, Shapes::ShapeRef.new(shape: ContinuousDeploymentPolicy, required: true, location_name: "ContinuousDeploymentPolicy"))
832
+ ContinuousDeploymentPolicySummary.struct_class = Types::ContinuousDeploymentPolicySummary
833
+
834
+ ContinuousDeploymentPolicySummaryList.member = Shapes::ShapeRef.new(shape: ContinuousDeploymentPolicySummary, location_name: "ContinuousDeploymentPolicySummary")
835
+
836
+ ContinuousDeploymentSingleHeaderConfig.add_member(:header, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Header"))
837
+ ContinuousDeploymentSingleHeaderConfig.add_member(:value, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Value"))
838
+ ContinuousDeploymentSingleHeaderConfig.struct_class = Types::ContinuousDeploymentSingleHeaderConfig
839
+
840
+ ContinuousDeploymentSingleWeightConfig.add_member(:weight, Shapes::ShapeRef.new(shape: float, required: true, location_name: "Weight"))
841
+ ContinuousDeploymentSingleWeightConfig.add_member(:session_stickiness_config, Shapes::ShapeRef.new(shape: SessionStickinessConfig, location_name: "SessionStickinessConfig"))
842
+ ContinuousDeploymentSingleWeightConfig.struct_class = Types::ContinuousDeploymentSingleWeightConfig
843
+
423
844
  CookieNameList.member = Shapes::ShapeRef.new(shape: string, location_name: "Name")
424
845
 
425
846
  CookieNames.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
@@ -430,7 +851,32 @@ module Aws::CloudFront
430
851
  CookiePreference.add_member(:whitelisted_names, Shapes::ShapeRef.new(shape: CookieNames, location_name: "WhitelistedNames"))
431
852
  CookiePreference.struct_class = Types::CookiePreference
432
853
 
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/"}}))
854
+ CopyDistributionRequest.add_member(:primary_distribution_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "PrimaryDistributionId"))
855
+ CopyDistributionRequest.add_member(:staging, Shapes::ShapeRef.new(shape: boolean, location: "header", location_name: "Staging"))
856
+ CopyDistributionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
857
+ CopyDistributionRequest.add_member(:caller_reference, Shapes::ShapeRef.new(shape: string, required: true, location_name: "CallerReference"))
858
+ CopyDistributionRequest.struct_class = Types::CopyDistributionRequest
859
+
860
+ CopyDistributionResult.add_member(:distribution, Shapes::ShapeRef.new(shape: Distribution, location_name: "Distribution"))
861
+ CopyDistributionResult.add_member(:location, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "Location"))
862
+ CopyDistributionResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
863
+ CopyDistributionResult.struct_class = Types::CopyDistributionResult
864
+ CopyDistributionResult[:payload] = :distribution
865
+ CopyDistributionResult[:payload_member] = CopyDistributionResult.member(:distribution)
866
+
867
+ CreateCachePolicyRequest.add_member(:cache_policy_config, Shapes::ShapeRef.new(shape: CachePolicyConfig, required: true, location_name: "CachePolicyConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
868
+ CreateCachePolicyRequest.struct_class = Types::CreateCachePolicyRequest
869
+ CreateCachePolicyRequest[:payload] = :cache_policy_config
870
+ CreateCachePolicyRequest[:payload_member] = CreateCachePolicyRequest.member(:cache_policy_config)
871
+
872
+ CreateCachePolicyResult.add_member(:cache_policy, Shapes::ShapeRef.new(shape: CachePolicy, location_name: "CachePolicy"))
873
+ CreateCachePolicyResult.add_member(:location, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "Location"))
874
+ CreateCachePolicyResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
875
+ CreateCachePolicyResult.struct_class = Types::CreateCachePolicyResult
876
+ CreateCachePolicyResult[:payload] = :cache_policy
877
+ CreateCachePolicyResult[:payload_member] = CreateCachePolicyResult.member(:cache_policy)
878
+
879
+ 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/2020-05-31/"}}))
434
880
  CreateCloudFrontOriginAccessIdentityRequest.struct_class = Types::CreateCloudFrontOriginAccessIdentityRequest
435
881
  CreateCloudFrontOriginAccessIdentityRequest[:payload] = :cloud_front_origin_access_identity_config
436
882
  CreateCloudFrontOriginAccessIdentityRequest[:payload_member] = CreateCloudFrontOriginAccessIdentityRequest.member(:cloud_front_origin_access_identity_config)
@@ -442,7 +888,19 @@ module Aws::CloudFront
442
888
  CreateCloudFrontOriginAccessIdentityResult[:payload] = :cloud_front_origin_access_identity
443
889
  CreateCloudFrontOriginAccessIdentityResult[:payload_member] = CreateCloudFrontOriginAccessIdentityResult.member(:cloud_front_origin_access_identity)
444
890
 
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/"}}))
891
+ CreateContinuousDeploymentPolicyRequest.add_member(:continuous_deployment_policy_config, Shapes::ShapeRef.new(shape: ContinuousDeploymentPolicyConfig, required: true, location_name: "ContinuousDeploymentPolicyConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
892
+ CreateContinuousDeploymentPolicyRequest.struct_class = Types::CreateContinuousDeploymentPolicyRequest
893
+ CreateContinuousDeploymentPolicyRequest[:payload] = :continuous_deployment_policy_config
894
+ CreateContinuousDeploymentPolicyRequest[:payload_member] = CreateContinuousDeploymentPolicyRequest.member(:continuous_deployment_policy_config)
895
+
896
+ CreateContinuousDeploymentPolicyResult.add_member(:continuous_deployment_policy, Shapes::ShapeRef.new(shape: ContinuousDeploymentPolicy, location_name: "ContinuousDeploymentPolicy"))
897
+ CreateContinuousDeploymentPolicyResult.add_member(:location, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "Location"))
898
+ CreateContinuousDeploymentPolicyResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
899
+ CreateContinuousDeploymentPolicyResult.struct_class = Types::CreateContinuousDeploymentPolicyResult
900
+ CreateContinuousDeploymentPolicyResult[:payload] = :continuous_deployment_policy
901
+ CreateContinuousDeploymentPolicyResult[:payload_member] = CreateContinuousDeploymentPolicyResult.member(:continuous_deployment_policy)
902
+
903
+ CreateDistributionRequest.add_member(:distribution_config, Shapes::ShapeRef.new(shape: DistributionConfig, required: true, location_name: "DistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
446
904
  CreateDistributionRequest.struct_class = Types::CreateDistributionRequest
447
905
  CreateDistributionRequest[:payload] = :distribution_config
448
906
  CreateDistributionRequest[:payload_member] = CreateDistributionRequest.member(:distribution_config)
@@ -454,7 +912,7 @@ module Aws::CloudFront
454
912
  CreateDistributionResult[:payload] = :distribution
455
913
  CreateDistributionResult[:payload_member] = CreateDistributionResult.member(:distribution)
456
914
 
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/"}}))
915
+ 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/2020-05-31/"}}))
458
916
  CreateDistributionWithTagsRequest.struct_class = Types::CreateDistributionWithTagsRequest
459
917
  CreateDistributionWithTagsRequest[:payload] = :distribution_config_with_tags
460
918
  CreateDistributionWithTagsRequest[:payload_member] = CreateDistributionWithTagsRequest.member(:distribution_config_with_tags)
@@ -466,7 +924,7 @@ module Aws::CloudFront
466
924
  CreateDistributionWithTagsResult[:payload] = :distribution
467
925
  CreateDistributionWithTagsResult[:payload_member] = CreateDistributionWithTagsResult.member(:distribution)
468
926
 
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/"}}))
927
+ 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/2020-05-31/"}}))
470
928
  CreateFieldLevelEncryptionConfigRequest.struct_class = Types::CreateFieldLevelEncryptionConfigRequest
471
929
  CreateFieldLevelEncryptionConfigRequest[:payload] = :field_level_encryption_config
472
930
  CreateFieldLevelEncryptionConfigRequest[:payload_member] = CreateFieldLevelEncryptionConfigRequest.member(:field_level_encryption_config)
@@ -478,7 +936,7 @@ module Aws::CloudFront
478
936
  CreateFieldLevelEncryptionConfigResult[:payload] = :field_level_encryption
479
937
  CreateFieldLevelEncryptionConfigResult[:payload_member] = CreateFieldLevelEncryptionConfigResult.member(:field_level_encryption)
480
938
 
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/"}}))
939
+ 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/2020-05-31/"}}))
482
940
  CreateFieldLevelEncryptionProfileRequest.struct_class = Types::CreateFieldLevelEncryptionProfileRequest
483
941
  CreateFieldLevelEncryptionProfileRequest[:payload] = :field_level_encryption_profile_config
484
942
  CreateFieldLevelEncryptionProfileRequest[:payload_member] = CreateFieldLevelEncryptionProfileRequest.member(:field_level_encryption_profile_config)
@@ -490,8 +948,20 @@ module Aws::CloudFront
490
948
  CreateFieldLevelEncryptionProfileResult[:payload] = :field_level_encryption_profile
491
949
  CreateFieldLevelEncryptionProfileResult[:payload_member] = CreateFieldLevelEncryptionProfileResult.member(:field_level_encryption_profile)
492
950
 
951
+ CreateFunctionRequest.add_member(:name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location_name: "Name"))
952
+ CreateFunctionRequest.add_member(:function_config, Shapes::ShapeRef.new(shape: FunctionConfig, required: true, location_name: "FunctionConfig"))
953
+ CreateFunctionRequest.add_member(:function_code, Shapes::ShapeRef.new(shape: FunctionBlob, required: true, location_name: "FunctionCode"))
954
+ CreateFunctionRequest.struct_class = Types::CreateFunctionRequest
955
+
956
+ CreateFunctionResult.add_member(:function_summary, Shapes::ShapeRef.new(shape: FunctionSummary, location_name: "FunctionSummary"))
957
+ CreateFunctionResult.add_member(:location, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "Location"))
958
+ CreateFunctionResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
959
+ CreateFunctionResult.struct_class = Types::CreateFunctionResult
960
+ CreateFunctionResult[:payload] = :function_summary
961
+ CreateFunctionResult[:payload_member] = CreateFunctionResult.member(:function_summary)
962
+
493
963
  CreateInvalidationRequest.add_member(:distribution_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DistributionId"))
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/"}}))
964
+ CreateInvalidationRequest.add_member(:invalidation_batch, Shapes::ShapeRef.new(shape: InvalidationBatch, required: true, location_name: "InvalidationBatch", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
495
965
  CreateInvalidationRequest.struct_class = Types::CreateInvalidationRequest
496
966
  CreateInvalidationRequest[:payload] = :invalidation_batch
497
967
  CreateInvalidationRequest[:payload_member] = CreateInvalidationRequest.member(:invalidation_batch)
@@ -502,7 +972,54 @@ module Aws::CloudFront
502
972
  CreateInvalidationResult[:payload] = :invalidation
503
973
  CreateInvalidationResult[:payload_member] = CreateInvalidationResult.member(:invalidation)
504
974
 
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/"}}))
975
+ CreateKeyGroupRequest.add_member(:key_group_config, Shapes::ShapeRef.new(shape: KeyGroupConfig, required: true, location_name: "KeyGroupConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
976
+ CreateKeyGroupRequest.struct_class = Types::CreateKeyGroupRequest
977
+ CreateKeyGroupRequest[:payload] = :key_group_config
978
+ CreateKeyGroupRequest[:payload_member] = CreateKeyGroupRequest.member(:key_group_config)
979
+
980
+ CreateKeyGroupResult.add_member(:key_group, Shapes::ShapeRef.new(shape: KeyGroup, location_name: "KeyGroup"))
981
+ CreateKeyGroupResult.add_member(:location, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "Location"))
982
+ CreateKeyGroupResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
983
+ CreateKeyGroupResult.struct_class = Types::CreateKeyGroupResult
984
+ CreateKeyGroupResult[:payload] = :key_group
985
+ CreateKeyGroupResult[:payload_member] = CreateKeyGroupResult.member(:key_group)
986
+
987
+ CreateMonitoringSubscriptionRequest.add_member(:distribution_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DistributionId"))
988
+ CreateMonitoringSubscriptionRequest.add_member(:monitoring_subscription, Shapes::ShapeRef.new(shape: MonitoringSubscription, required: true, location_name: "MonitoringSubscription", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
989
+ CreateMonitoringSubscriptionRequest.struct_class = Types::CreateMonitoringSubscriptionRequest
990
+ CreateMonitoringSubscriptionRequest[:payload] = :monitoring_subscription
991
+ CreateMonitoringSubscriptionRequest[:payload_member] = CreateMonitoringSubscriptionRequest.member(:monitoring_subscription)
992
+
993
+ CreateMonitoringSubscriptionResult.add_member(:monitoring_subscription, Shapes::ShapeRef.new(shape: MonitoringSubscription, location_name: "MonitoringSubscription"))
994
+ CreateMonitoringSubscriptionResult.struct_class = Types::CreateMonitoringSubscriptionResult
995
+ CreateMonitoringSubscriptionResult[:payload] = :monitoring_subscription
996
+ CreateMonitoringSubscriptionResult[:payload_member] = CreateMonitoringSubscriptionResult.member(:monitoring_subscription)
997
+
998
+ CreateOriginAccessControlRequest.add_member(:origin_access_control_config, Shapes::ShapeRef.new(shape: OriginAccessControlConfig, required: true, location_name: "OriginAccessControlConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
999
+ CreateOriginAccessControlRequest.struct_class = Types::CreateOriginAccessControlRequest
1000
+ CreateOriginAccessControlRequest[:payload] = :origin_access_control_config
1001
+ CreateOriginAccessControlRequest[:payload_member] = CreateOriginAccessControlRequest.member(:origin_access_control_config)
1002
+
1003
+ CreateOriginAccessControlResult.add_member(:origin_access_control, Shapes::ShapeRef.new(shape: OriginAccessControl, location_name: "OriginAccessControl"))
1004
+ CreateOriginAccessControlResult.add_member(:location, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "Location"))
1005
+ CreateOriginAccessControlResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
1006
+ CreateOriginAccessControlResult.struct_class = Types::CreateOriginAccessControlResult
1007
+ CreateOriginAccessControlResult[:payload] = :origin_access_control
1008
+ CreateOriginAccessControlResult[:payload_member] = CreateOriginAccessControlResult.member(:origin_access_control)
1009
+
1010
+ CreateOriginRequestPolicyRequest.add_member(:origin_request_policy_config, Shapes::ShapeRef.new(shape: OriginRequestPolicyConfig, required: true, location_name: "OriginRequestPolicyConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
1011
+ CreateOriginRequestPolicyRequest.struct_class = Types::CreateOriginRequestPolicyRequest
1012
+ CreateOriginRequestPolicyRequest[:payload] = :origin_request_policy_config
1013
+ CreateOriginRequestPolicyRequest[:payload_member] = CreateOriginRequestPolicyRequest.member(:origin_request_policy_config)
1014
+
1015
+ CreateOriginRequestPolicyResult.add_member(:origin_request_policy, Shapes::ShapeRef.new(shape: OriginRequestPolicy, location_name: "OriginRequestPolicy"))
1016
+ CreateOriginRequestPolicyResult.add_member(:location, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "Location"))
1017
+ CreateOriginRequestPolicyResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
1018
+ CreateOriginRequestPolicyResult.struct_class = Types::CreateOriginRequestPolicyResult
1019
+ CreateOriginRequestPolicyResult[:payload] = :origin_request_policy
1020
+ CreateOriginRequestPolicyResult[:payload_member] = CreateOriginRequestPolicyResult.member(:origin_request_policy)
1021
+
1022
+ CreatePublicKeyRequest.add_member(:public_key_config, Shapes::ShapeRef.new(shape: PublicKeyConfig, required: true, location_name: "PublicKeyConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
506
1023
  CreatePublicKeyRequest.struct_class = Types::CreatePublicKeyRequest
507
1024
  CreatePublicKeyRequest[:payload] = :public_key_config
508
1025
  CreatePublicKeyRequest[:payload_member] = CreatePublicKeyRequest.member(:public_key_config)
@@ -514,7 +1031,28 @@ module Aws::CloudFront
514
1031
  CreatePublicKeyResult[:payload] = :public_key
515
1032
  CreatePublicKeyResult[:payload_member] = CreatePublicKeyResult.member(:public_key)
516
1033
 
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/"}}))
1034
+ CreateRealtimeLogConfigRequest.add_member(:end_points, Shapes::ShapeRef.new(shape: EndPointList, required: true, location_name: "EndPoints"))
1035
+ CreateRealtimeLogConfigRequest.add_member(:fields, Shapes::ShapeRef.new(shape: FieldList, required: true, location_name: "Fields"))
1036
+ CreateRealtimeLogConfigRequest.add_member(:name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Name"))
1037
+ CreateRealtimeLogConfigRequest.add_member(:sampling_rate, Shapes::ShapeRef.new(shape: long, required: true, location_name: "SamplingRate"))
1038
+ CreateRealtimeLogConfigRequest.struct_class = Types::CreateRealtimeLogConfigRequest
1039
+
1040
+ CreateRealtimeLogConfigResult.add_member(:realtime_log_config, Shapes::ShapeRef.new(shape: RealtimeLogConfig, location_name: "RealtimeLogConfig"))
1041
+ CreateRealtimeLogConfigResult.struct_class = Types::CreateRealtimeLogConfigResult
1042
+
1043
+ CreateResponseHeadersPolicyRequest.add_member(:response_headers_policy_config, Shapes::ShapeRef.new(shape: ResponseHeadersPolicyConfig, required: true, location_name: "ResponseHeadersPolicyConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
1044
+ CreateResponseHeadersPolicyRequest.struct_class = Types::CreateResponseHeadersPolicyRequest
1045
+ CreateResponseHeadersPolicyRequest[:payload] = :response_headers_policy_config
1046
+ CreateResponseHeadersPolicyRequest[:payload_member] = CreateResponseHeadersPolicyRequest.member(:response_headers_policy_config)
1047
+
1048
+ CreateResponseHeadersPolicyResult.add_member(:response_headers_policy, Shapes::ShapeRef.new(shape: ResponseHeadersPolicy, location_name: "ResponseHeadersPolicy"))
1049
+ CreateResponseHeadersPolicyResult.add_member(:location, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "Location"))
1050
+ CreateResponseHeadersPolicyResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
1051
+ CreateResponseHeadersPolicyResult.struct_class = Types::CreateResponseHeadersPolicyResult
1052
+ CreateResponseHeadersPolicyResult[:payload] = :response_headers_policy
1053
+ CreateResponseHeadersPolicyResult[:payload_member] = CreateResponseHeadersPolicyResult.member(:response_headers_policy)
1054
+
1055
+ CreateStreamingDistributionRequest.add_member(:streaming_distribution_config, Shapes::ShapeRef.new(shape: StreamingDistributionConfig, required: true, location_name: "StreamingDistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
518
1056
  CreateStreamingDistributionRequest.struct_class = Types::CreateStreamingDistributionRequest
519
1057
  CreateStreamingDistributionRequest[:payload] = :streaming_distribution_config
520
1058
  CreateStreamingDistributionRequest[:payload_member] = CreateStreamingDistributionRequest.member(:streaming_distribution_config)
@@ -526,7 +1064,7 @@ module Aws::CloudFront
526
1064
  CreateStreamingDistributionResult[:payload] = :streaming_distribution
527
1065
  CreateStreamingDistributionResult[:payload_member] = CreateStreamingDistributionResult.member(:streaming_distribution)
528
1066
 
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/"}}))
1067
+ 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/2020-05-31/"}}))
530
1068
  CreateStreamingDistributionWithTagsRequest.struct_class = Types::CreateStreamingDistributionWithTagsRequest
531
1069
  CreateStreamingDistributionWithTagsRequest[:payload] = :streaming_distribution_config_with_tags
532
1070
  CreateStreamingDistributionWithTagsRequest[:payload_member] = CreateStreamingDistributionWithTagsRequest.member(:streaming_distribution_config_with_tags)
@@ -563,23 +1101,37 @@ module Aws::CloudFront
563
1101
  CustomOriginConfig.struct_class = Types::CustomOriginConfig
564
1102
 
565
1103
  DefaultCacheBehavior.add_member(:target_origin_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "TargetOriginId"))
566
- DefaultCacheBehavior.add_member(:forwarded_values, Shapes::ShapeRef.new(shape: ForwardedValues, required: true, location_name: "ForwardedValues"))
567
- DefaultCacheBehavior.add_member(:trusted_signers, Shapes::ShapeRef.new(shape: TrustedSigners, required: true, location_name: "TrustedSigners"))
1104
+ DefaultCacheBehavior.add_member(:trusted_signers, Shapes::ShapeRef.new(shape: TrustedSigners, location_name: "TrustedSigners"))
1105
+ DefaultCacheBehavior.add_member(:trusted_key_groups, Shapes::ShapeRef.new(shape: TrustedKeyGroups, location_name: "TrustedKeyGroups"))
568
1106
  DefaultCacheBehavior.add_member(:viewer_protocol_policy, Shapes::ShapeRef.new(shape: ViewerProtocolPolicy, required: true, location_name: "ViewerProtocolPolicy"))
569
- DefaultCacheBehavior.add_member(:min_ttl, Shapes::ShapeRef.new(shape: long, required: true, location_name: "MinTTL"))
570
1107
  DefaultCacheBehavior.add_member(:allowed_methods, Shapes::ShapeRef.new(shape: AllowedMethods, location_name: "AllowedMethods"))
571
1108
  DefaultCacheBehavior.add_member(:smooth_streaming, Shapes::ShapeRef.new(shape: boolean, location_name: "SmoothStreaming"))
572
- DefaultCacheBehavior.add_member(:default_ttl, Shapes::ShapeRef.new(shape: long, location_name: "DefaultTTL"))
573
- DefaultCacheBehavior.add_member(:max_ttl, Shapes::ShapeRef.new(shape: long, location_name: "MaxTTL"))
574
1109
  DefaultCacheBehavior.add_member(:compress, Shapes::ShapeRef.new(shape: boolean, location_name: "Compress"))
575
1110
  DefaultCacheBehavior.add_member(:lambda_function_associations, Shapes::ShapeRef.new(shape: LambdaFunctionAssociations, location_name: "LambdaFunctionAssociations"))
1111
+ DefaultCacheBehavior.add_member(:function_associations, Shapes::ShapeRef.new(shape: FunctionAssociations, location_name: "FunctionAssociations"))
576
1112
  DefaultCacheBehavior.add_member(:field_level_encryption_id, Shapes::ShapeRef.new(shape: string, location_name: "FieldLevelEncryptionId"))
1113
+ DefaultCacheBehavior.add_member(:realtime_log_config_arn, Shapes::ShapeRef.new(shape: string, location_name: "RealtimeLogConfigArn"))
1114
+ DefaultCacheBehavior.add_member(:cache_policy_id, Shapes::ShapeRef.new(shape: string, location_name: "CachePolicyId"))
1115
+ DefaultCacheBehavior.add_member(:origin_request_policy_id, Shapes::ShapeRef.new(shape: string, location_name: "OriginRequestPolicyId"))
1116
+ DefaultCacheBehavior.add_member(:response_headers_policy_id, Shapes::ShapeRef.new(shape: string, location_name: "ResponseHeadersPolicyId"))
1117
+ DefaultCacheBehavior.add_member(:forwarded_values, Shapes::ShapeRef.new(shape: ForwardedValues, deprecated: true, location_name: "ForwardedValues"))
1118
+ DefaultCacheBehavior.add_member(:min_ttl, Shapes::ShapeRef.new(shape: long, deprecated: true, location_name: "MinTTL"))
1119
+ DefaultCacheBehavior.add_member(:default_ttl, Shapes::ShapeRef.new(shape: long, deprecated: true, location_name: "DefaultTTL"))
1120
+ DefaultCacheBehavior.add_member(:max_ttl, Shapes::ShapeRef.new(shape: long, deprecated: true, location_name: "MaxTTL"))
577
1121
  DefaultCacheBehavior.struct_class = Types::DefaultCacheBehavior
578
1122
 
1123
+ DeleteCachePolicyRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1124
+ DeleteCachePolicyRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
1125
+ DeleteCachePolicyRequest.struct_class = Types::DeleteCachePolicyRequest
1126
+
579
1127
  DeleteCloudFrontOriginAccessIdentityRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
580
1128
  DeleteCloudFrontOriginAccessIdentityRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
581
1129
  DeleteCloudFrontOriginAccessIdentityRequest.struct_class = Types::DeleteCloudFrontOriginAccessIdentityRequest
582
1130
 
1131
+ DeleteContinuousDeploymentPolicyRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1132
+ DeleteContinuousDeploymentPolicyRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
1133
+ DeleteContinuousDeploymentPolicyRequest.struct_class = Types::DeleteContinuousDeploymentPolicyRequest
1134
+
583
1135
  DeleteDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
584
1136
  DeleteDistributionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
585
1137
  DeleteDistributionRequest.struct_class = Types::DeleteDistributionRequest
@@ -592,21 +1144,61 @@ module Aws::CloudFront
592
1144
  DeleteFieldLevelEncryptionProfileRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
593
1145
  DeleteFieldLevelEncryptionProfileRequest.struct_class = Types::DeleteFieldLevelEncryptionProfileRequest
594
1146
 
1147
+ DeleteFunctionRequest.add_member(:name, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Name"))
1148
+ DeleteFunctionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, required: true, location: "header", location_name: "If-Match"))
1149
+ DeleteFunctionRequest.struct_class = Types::DeleteFunctionRequest
1150
+
1151
+ DeleteKeyGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1152
+ DeleteKeyGroupRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
1153
+ DeleteKeyGroupRequest.struct_class = Types::DeleteKeyGroupRequest
1154
+
1155
+ DeleteMonitoringSubscriptionRequest.add_member(:distribution_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DistributionId"))
1156
+ DeleteMonitoringSubscriptionRequest.struct_class = Types::DeleteMonitoringSubscriptionRequest
1157
+
1158
+ DeleteMonitoringSubscriptionResult.struct_class = Types::DeleteMonitoringSubscriptionResult
1159
+
1160
+ DeleteOriginAccessControlRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1161
+ DeleteOriginAccessControlRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
1162
+ DeleteOriginAccessControlRequest.struct_class = Types::DeleteOriginAccessControlRequest
1163
+
1164
+ DeleteOriginRequestPolicyRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1165
+ DeleteOriginRequestPolicyRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
1166
+ DeleteOriginRequestPolicyRequest.struct_class = Types::DeleteOriginRequestPolicyRequest
1167
+
595
1168
  DeletePublicKeyRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
596
1169
  DeletePublicKeyRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
597
1170
  DeletePublicKeyRequest.struct_class = Types::DeletePublicKeyRequest
598
1171
 
1172
+ DeleteRealtimeLogConfigRequest.add_member(:name, Shapes::ShapeRef.new(shape: string, location_name: "Name"))
1173
+ DeleteRealtimeLogConfigRequest.add_member(:arn, Shapes::ShapeRef.new(shape: string, location_name: "ARN"))
1174
+ DeleteRealtimeLogConfigRequest.struct_class = Types::DeleteRealtimeLogConfigRequest
1175
+
1176
+ DeleteResponseHeadersPolicyRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1177
+ DeleteResponseHeadersPolicyRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
1178
+ DeleteResponseHeadersPolicyRequest.struct_class = Types::DeleteResponseHeadersPolicyRequest
1179
+
599
1180
  DeleteStreamingDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
600
1181
  DeleteStreamingDistributionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
601
1182
  DeleteStreamingDistributionRequest.struct_class = Types::DeleteStreamingDistributionRequest
602
1183
 
1184
+ DescribeFunctionRequest.add_member(:name, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Name"))
1185
+ DescribeFunctionRequest.add_member(:stage, Shapes::ShapeRef.new(shape: FunctionStage, location: "querystring", location_name: "Stage"))
1186
+ DescribeFunctionRequest.struct_class = Types::DescribeFunctionRequest
1187
+
1188
+ DescribeFunctionResult.add_member(:function_summary, Shapes::ShapeRef.new(shape: FunctionSummary, location_name: "FunctionSummary"))
1189
+ DescribeFunctionResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
1190
+ DescribeFunctionResult.struct_class = Types::DescribeFunctionResult
1191
+ DescribeFunctionResult[:payload] = :function_summary
1192
+ DescribeFunctionResult[:payload_member] = DescribeFunctionResult.member(:function_summary)
1193
+
603
1194
  Distribution.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
604
1195
  Distribution.add_member(:arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ARN"))
605
1196
  Distribution.add_member(:status, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Status"))
606
1197
  Distribution.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastModifiedTime"))
607
1198
  Distribution.add_member(:in_progress_invalidation_batches, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "InProgressInvalidationBatches"))
608
1199
  Distribution.add_member(:domain_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "DomainName"))
609
- Distribution.add_member(:active_trusted_signers, Shapes::ShapeRef.new(shape: ActiveTrustedSigners, required: true, location_name: "ActiveTrustedSigners"))
1200
+ Distribution.add_member(:active_trusted_signers, Shapes::ShapeRef.new(shape: ActiveTrustedSigners, location_name: "ActiveTrustedSigners"))
1201
+ Distribution.add_member(:active_trusted_key_groups, Shapes::ShapeRef.new(shape: ActiveTrustedKeyGroups, location_name: "ActiveTrustedKeyGroups"))
610
1202
  Distribution.add_member(:distribution_config, Shapes::ShapeRef.new(shape: DistributionConfig, required: true, location_name: "DistributionConfig"))
611
1203
  Distribution.add_member(:alias_icp_recordals, Shapes::ShapeRef.new(shape: AliasICPRecordals, location_name: "AliasICPRecordals"))
612
1204
  Distribution.struct_class = Types::Distribution
@@ -631,12 +1223,24 @@ module Aws::CloudFront
631
1223
  DistributionConfig.add_member(:web_acl_id, Shapes::ShapeRef.new(shape: string, location_name: "WebACLId"))
632
1224
  DistributionConfig.add_member(:http_version, Shapes::ShapeRef.new(shape: HttpVersion, location_name: "HttpVersion"))
633
1225
  DistributionConfig.add_member(:is_ipv6_enabled, Shapes::ShapeRef.new(shape: boolean, location_name: "IsIPV6Enabled"))
1226
+ DistributionConfig.add_member(:continuous_deployment_policy_id, Shapes::ShapeRef.new(shape: string, location_name: "ContinuousDeploymentPolicyId"))
1227
+ DistributionConfig.add_member(:staging, Shapes::ShapeRef.new(shape: boolean, location_name: "Staging"))
634
1228
  DistributionConfig.struct_class = Types::DistributionConfig
635
1229
 
636
1230
  DistributionConfigWithTags.add_member(:distribution_config, Shapes::ShapeRef.new(shape: DistributionConfig, required: true, location_name: "DistributionConfig"))
637
1231
  DistributionConfigWithTags.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "Tags"))
638
1232
  DistributionConfigWithTags.struct_class = Types::DistributionConfigWithTags
639
1233
 
1234
+ DistributionIdList.add_member(:marker, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Marker"))
1235
+ DistributionIdList.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
1236
+ DistributionIdList.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "MaxItems"))
1237
+ DistributionIdList.add_member(:is_truncated, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "IsTruncated"))
1238
+ DistributionIdList.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
1239
+ DistributionIdList.add_member(:items, Shapes::ShapeRef.new(shape: DistributionIdListSummary, location_name: "Items"))
1240
+ DistributionIdList.struct_class = Types::DistributionIdList
1241
+
1242
+ DistributionIdListSummary.member = Shapes::ShapeRef.new(shape: string, location_name: "DistributionId")
1243
+
640
1244
  DistributionList.add_member(:marker, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Marker"))
641
1245
  DistributionList.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
642
1246
  DistributionList.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "MaxItems"))
@@ -668,6 +1272,7 @@ module Aws::CloudFront
668
1272
  DistributionSummary.add_member(:http_version, Shapes::ShapeRef.new(shape: HttpVersion, required: true, location_name: "HttpVersion"))
669
1273
  DistributionSummary.add_member(:is_ipv6_enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "IsIPV6Enabled"))
670
1274
  DistributionSummary.add_member(:alias_icp_recordals, Shapes::ShapeRef.new(shape: AliasICPRecordals, location_name: "AliasICPRecordals"))
1275
+ DistributionSummary.add_member(:staging, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Staging"))
671
1276
  DistributionSummary.struct_class = Types::DistributionSummary
672
1277
 
673
1278
  DistributionSummaryList.member = Shapes::ShapeRef.new(shape: DistributionSummary, location_name: "DistributionSummary")
@@ -683,6 +1288,12 @@ module Aws::CloudFront
683
1288
 
684
1289
  EncryptionEntityList.member = Shapes::ShapeRef.new(shape: EncryptionEntity, location_name: "EncryptionEntity")
685
1290
 
1291
+ EndPoint.add_member(:stream_type, Shapes::ShapeRef.new(shape: string, required: true, location_name: "StreamType"))
1292
+ EndPoint.add_member(:kinesis_stream_config, Shapes::ShapeRef.new(shape: KinesisStreamConfig, location_name: "KinesisStreamConfig"))
1293
+ EndPoint.struct_class = Types::EndPoint
1294
+
1295
+ EndPointList.member = Shapes::ShapeRef.new(shape: EndPoint)
1296
+
686
1297
  FieldLevelEncryption.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
687
1298
  FieldLevelEncryption.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastModifiedTime"))
688
1299
  FieldLevelEncryption.add_member(:field_level_encryption_config, Shapes::ShapeRef.new(shape: FieldLevelEncryptionConfig, required: true, location_name: "FieldLevelEncryptionConfig"))
@@ -750,6 +1361,8 @@ module Aws::CloudFront
750
1361
 
751
1362
  FieldLevelEncryptionSummaryList.member = Shapes::ShapeRef.new(shape: FieldLevelEncryptionSummary, location_name: "FieldLevelEncryptionSummary")
752
1363
 
1364
+ FieldList.member = Shapes::ShapeRef.new(shape: string, location_name: "Field")
1365
+
753
1366
  FieldPatternList.member = Shapes::ShapeRef.new(shape: string, location_name: "FieldPattern")
754
1367
 
755
1368
  FieldPatterns.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
@@ -762,11 +1375,74 @@ module Aws::CloudFront
762
1375
  ForwardedValues.add_member(:query_string_cache_keys, Shapes::ShapeRef.new(shape: QueryStringCacheKeys, location_name: "QueryStringCacheKeys"))
763
1376
  ForwardedValues.struct_class = Types::ForwardedValues
764
1377
 
1378
+ FunctionAlreadyExists.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1379
+ FunctionAlreadyExists.struct_class = Types::FunctionAlreadyExists
1380
+
1381
+ FunctionAssociation.add_member(:function_arn, Shapes::ShapeRef.new(shape: FunctionARN, required: true, location_name: "FunctionARN"))
1382
+ FunctionAssociation.add_member(:event_type, Shapes::ShapeRef.new(shape: EventType, required: true, location_name: "EventType"))
1383
+ FunctionAssociation.struct_class = Types::FunctionAssociation
1384
+
1385
+ FunctionAssociationList.member = Shapes::ShapeRef.new(shape: FunctionAssociation, location_name: "FunctionAssociation")
1386
+
1387
+ FunctionAssociations.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
1388
+ FunctionAssociations.add_member(:items, Shapes::ShapeRef.new(shape: FunctionAssociationList, location_name: "Items"))
1389
+ FunctionAssociations.struct_class = Types::FunctionAssociations
1390
+
1391
+ FunctionConfig.add_member(:comment, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Comment"))
1392
+ FunctionConfig.add_member(:runtime, Shapes::ShapeRef.new(shape: FunctionRuntime, required: true, location_name: "Runtime"))
1393
+ FunctionConfig.struct_class = Types::FunctionConfig
1394
+
1395
+ FunctionExecutionLogList.member = Shapes::ShapeRef.new(shape: string)
1396
+
1397
+ FunctionInUse.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1398
+ FunctionInUse.struct_class = Types::FunctionInUse
1399
+
1400
+ FunctionList.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
1401
+ FunctionList.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "MaxItems"))
1402
+ FunctionList.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
1403
+ FunctionList.add_member(:items, Shapes::ShapeRef.new(shape: FunctionSummaryList, location_name: "Items"))
1404
+ FunctionList.struct_class = Types::FunctionList
1405
+
1406
+ FunctionMetadata.add_member(:function_arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "FunctionARN"))
1407
+ FunctionMetadata.add_member(:stage, Shapes::ShapeRef.new(shape: FunctionStage, location_name: "Stage"))
1408
+ FunctionMetadata.add_member(:created_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedTime"))
1409
+ FunctionMetadata.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastModifiedTime"))
1410
+ FunctionMetadata.struct_class = Types::FunctionMetadata
1411
+
1412
+ FunctionSizeLimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1413
+ FunctionSizeLimitExceeded.struct_class = Types::FunctionSizeLimitExceeded
1414
+
1415
+ FunctionSummary.add_member(:name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location_name: "Name"))
1416
+ FunctionSummary.add_member(:status, Shapes::ShapeRef.new(shape: string, location_name: "Status"))
1417
+ FunctionSummary.add_member(:function_config, Shapes::ShapeRef.new(shape: FunctionConfig, required: true, location_name: "FunctionConfig"))
1418
+ FunctionSummary.add_member(:function_metadata, Shapes::ShapeRef.new(shape: FunctionMetadata, required: true, location_name: "FunctionMetadata"))
1419
+ FunctionSummary.struct_class = Types::FunctionSummary
1420
+
1421
+ FunctionSummaryList.member = Shapes::ShapeRef.new(shape: FunctionSummary, location_name: "FunctionSummary")
1422
+
765
1423
  GeoRestriction.add_member(:restriction_type, Shapes::ShapeRef.new(shape: GeoRestrictionType, required: true, location_name: "RestrictionType"))
766
1424
  GeoRestriction.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
767
1425
  GeoRestriction.add_member(:items, Shapes::ShapeRef.new(shape: LocationList, location_name: "Items"))
768
1426
  GeoRestriction.struct_class = Types::GeoRestriction
769
1427
 
1428
+ GetCachePolicyConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1429
+ GetCachePolicyConfigRequest.struct_class = Types::GetCachePolicyConfigRequest
1430
+
1431
+ GetCachePolicyConfigResult.add_member(:cache_policy_config, Shapes::ShapeRef.new(shape: CachePolicyConfig, location_name: "CachePolicyConfig"))
1432
+ GetCachePolicyConfigResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
1433
+ GetCachePolicyConfigResult.struct_class = Types::GetCachePolicyConfigResult
1434
+ GetCachePolicyConfigResult[:payload] = :cache_policy_config
1435
+ GetCachePolicyConfigResult[:payload_member] = GetCachePolicyConfigResult.member(:cache_policy_config)
1436
+
1437
+ GetCachePolicyRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1438
+ GetCachePolicyRequest.struct_class = Types::GetCachePolicyRequest
1439
+
1440
+ GetCachePolicyResult.add_member(:cache_policy, Shapes::ShapeRef.new(shape: CachePolicy, location_name: "CachePolicy"))
1441
+ GetCachePolicyResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
1442
+ GetCachePolicyResult.struct_class = Types::GetCachePolicyResult
1443
+ GetCachePolicyResult[:payload] = :cache_policy
1444
+ GetCachePolicyResult[:payload_member] = GetCachePolicyResult.member(:cache_policy)
1445
+
770
1446
  GetCloudFrontOriginAccessIdentityConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
771
1447
  GetCloudFrontOriginAccessIdentityConfigRequest.struct_class = Types::GetCloudFrontOriginAccessIdentityConfigRequest
772
1448
 
@@ -785,6 +1461,24 @@ module Aws::CloudFront
785
1461
  GetCloudFrontOriginAccessIdentityResult[:payload] = :cloud_front_origin_access_identity
786
1462
  GetCloudFrontOriginAccessIdentityResult[:payload_member] = GetCloudFrontOriginAccessIdentityResult.member(:cloud_front_origin_access_identity)
787
1463
 
1464
+ GetContinuousDeploymentPolicyConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1465
+ GetContinuousDeploymentPolicyConfigRequest.struct_class = Types::GetContinuousDeploymentPolicyConfigRequest
1466
+
1467
+ GetContinuousDeploymentPolicyConfigResult.add_member(:continuous_deployment_policy_config, Shapes::ShapeRef.new(shape: ContinuousDeploymentPolicyConfig, location_name: "ContinuousDeploymentPolicyConfig"))
1468
+ GetContinuousDeploymentPolicyConfigResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
1469
+ GetContinuousDeploymentPolicyConfigResult.struct_class = Types::GetContinuousDeploymentPolicyConfigResult
1470
+ GetContinuousDeploymentPolicyConfigResult[:payload] = :continuous_deployment_policy_config
1471
+ GetContinuousDeploymentPolicyConfigResult[:payload_member] = GetContinuousDeploymentPolicyConfigResult.member(:continuous_deployment_policy_config)
1472
+
1473
+ GetContinuousDeploymentPolicyRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1474
+ GetContinuousDeploymentPolicyRequest.struct_class = Types::GetContinuousDeploymentPolicyRequest
1475
+
1476
+ GetContinuousDeploymentPolicyResult.add_member(:continuous_deployment_policy, Shapes::ShapeRef.new(shape: ContinuousDeploymentPolicy, location_name: "ContinuousDeploymentPolicy"))
1477
+ GetContinuousDeploymentPolicyResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
1478
+ GetContinuousDeploymentPolicyResult.struct_class = Types::GetContinuousDeploymentPolicyResult
1479
+ GetContinuousDeploymentPolicyResult[:payload] = :continuous_deployment_policy
1480
+ GetContinuousDeploymentPolicyResult[:payload_member] = GetContinuousDeploymentPolicyResult.member(:continuous_deployment_policy)
1481
+
788
1482
  GetDistributionConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
789
1483
  GetDistributionConfigRequest.struct_class = Types::GetDistributionConfigRequest
790
1484
 
@@ -839,6 +1533,17 @@ module Aws::CloudFront
839
1533
  GetFieldLevelEncryptionResult[:payload] = :field_level_encryption
840
1534
  GetFieldLevelEncryptionResult[:payload_member] = GetFieldLevelEncryptionResult.member(:field_level_encryption)
841
1535
 
1536
+ GetFunctionRequest.add_member(:name, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Name"))
1537
+ GetFunctionRequest.add_member(:stage, Shapes::ShapeRef.new(shape: FunctionStage, location: "querystring", location_name: "Stage"))
1538
+ GetFunctionRequest.struct_class = Types::GetFunctionRequest
1539
+
1540
+ GetFunctionResult.add_member(:function_code, Shapes::ShapeRef.new(shape: FunctionBlob, location_name: "FunctionCode"))
1541
+ GetFunctionResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
1542
+ GetFunctionResult.add_member(:content_type, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "Content-Type"))
1543
+ GetFunctionResult.struct_class = Types::GetFunctionResult
1544
+ GetFunctionResult[:payload] = :function_code
1545
+ GetFunctionResult[:payload_member] = GetFunctionResult.member(:function_code)
1546
+
842
1547
  GetInvalidationRequest.add_member(:distribution_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DistributionId"))
843
1548
  GetInvalidationRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
844
1549
  GetInvalidationRequest.struct_class = Types::GetInvalidationRequest
@@ -848,6 +1553,68 @@ module Aws::CloudFront
848
1553
  GetInvalidationResult[:payload] = :invalidation
849
1554
  GetInvalidationResult[:payload_member] = GetInvalidationResult.member(:invalidation)
850
1555
 
1556
+ GetKeyGroupConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1557
+ GetKeyGroupConfigRequest.struct_class = Types::GetKeyGroupConfigRequest
1558
+
1559
+ GetKeyGroupConfigResult.add_member(:key_group_config, Shapes::ShapeRef.new(shape: KeyGroupConfig, location_name: "KeyGroupConfig"))
1560
+ GetKeyGroupConfigResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
1561
+ GetKeyGroupConfigResult.struct_class = Types::GetKeyGroupConfigResult
1562
+ GetKeyGroupConfigResult[:payload] = :key_group_config
1563
+ GetKeyGroupConfigResult[:payload_member] = GetKeyGroupConfigResult.member(:key_group_config)
1564
+
1565
+ GetKeyGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1566
+ GetKeyGroupRequest.struct_class = Types::GetKeyGroupRequest
1567
+
1568
+ GetKeyGroupResult.add_member(:key_group, Shapes::ShapeRef.new(shape: KeyGroup, location_name: "KeyGroup"))
1569
+ GetKeyGroupResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
1570
+ GetKeyGroupResult.struct_class = Types::GetKeyGroupResult
1571
+ GetKeyGroupResult[:payload] = :key_group
1572
+ GetKeyGroupResult[:payload_member] = GetKeyGroupResult.member(:key_group)
1573
+
1574
+ GetMonitoringSubscriptionRequest.add_member(:distribution_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DistributionId"))
1575
+ GetMonitoringSubscriptionRequest.struct_class = Types::GetMonitoringSubscriptionRequest
1576
+
1577
+ GetMonitoringSubscriptionResult.add_member(:monitoring_subscription, Shapes::ShapeRef.new(shape: MonitoringSubscription, location_name: "MonitoringSubscription"))
1578
+ GetMonitoringSubscriptionResult.struct_class = Types::GetMonitoringSubscriptionResult
1579
+ GetMonitoringSubscriptionResult[:payload] = :monitoring_subscription
1580
+ GetMonitoringSubscriptionResult[:payload_member] = GetMonitoringSubscriptionResult.member(:monitoring_subscription)
1581
+
1582
+ GetOriginAccessControlConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1583
+ GetOriginAccessControlConfigRequest.struct_class = Types::GetOriginAccessControlConfigRequest
1584
+
1585
+ GetOriginAccessControlConfigResult.add_member(:origin_access_control_config, Shapes::ShapeRef.new(shape: OriginAccessControlConfig, location_name: "OriginAccessControlConfig"))
1586
+ GetOriginAccessControlConfigResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
1587
+ GetOriginAccessControlConfigResult.struct_class = Types::GetOriginAccessControlConfigResult
1588
+ GetOriginAccessControlConfigResult[:payload] = :origin_access_control_config
1589
+ GetOriginAccessControlConfigResult[:payload_member] = GetOriginAccessControlConfigResult.member(:origin_access_control_config)
1590
+
1591
+ GetOriginAccessControlRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1592
+ GetOriginAccessControlRequest.struct_class = Types::GetOriginAccessControlRequest
1593
+
1594
+ GetOriginAccessControlResult.add_member(:origin_access_control, Shapes::ShapeRef.new(shape: OriginAccessControl, location_name: "OriginAccessControl"))
1595
+ GetOriginAccessControlResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
1596
+ GetOriginAccessControlResult.struct_class = Types::GetOriginAccessControlResult
1597
+ GetOriginAccessControlResult[:payload] = :origin_access_control
1598
+ GetOriginAccessControlResult[:payload_member] = GetOriginAccessControlResult.member(:origin_access_control)
1599
+
1600
+ GetOriginRequestPolicyConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1601
+ GetOriginRequestPolicyConfigRequest.struct_class = Types::GetOriginRequestPolicyConfigRequest
1602
+
1603
+ GetOriginRequestPolicyConfigResult.add_member(:origin_request_policy_config, Shapes::ShapeRef.new(shape: OriginRequestPolicyConfig, location_name: "OriginRequestPolicyConfig"))
1604
+ GetOriginRequestPolicyConfigResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
1605
+ GetOriginRequestPolicyConfigResult.struct_class = Types::GetOriginRequestPolicyConfigResult
1606
+ GetOriginRequestPolicyConfigResult[:payload] = :origin_request_policy_config
1607
+ GetOriginRequestPolicyConfigResult[:payload_member] = GetOriginRequestPolicyConfigResult.member(:origin_request_policy_config)
1608
+
1609
+ GetOriginRequestPolicyRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1610
+ GetOriginRequestPolicyRequest.struct_class = Types::GetOriginRequestPolicyRequest
1611
+
1612
+ GetOriginRequestPolicyResult.add_member(:origin_request_policy, Shapes::ShapeRef.new(shape: OriginRequestPolicy, location_name: "OriginRequestPolicy"))
1613
+ GetOriginRequestPolicyResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
1614
+ GetOriginRequestPolicyResult.struct_class = Types::GetOriginRequestPolicyResult
1615
+ GetOriginRequestPolicyResult[:payload] = :origin_request_policy
1616
+ GetOriginRequestPolicyResult[:payload_member] = GetOriginRequestPolicyResult.member(:origin_request_policy)
1617
+
851
1618
  GetPublicKeyConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
852
1619
  GetPublicKeyConfigRequest.struct_class = Types::GetPublicKeyConfigRequest
853
1620
 
@@ -866,6 +1633,31 @@ module Aws::CloudFront
866
1633
  GetPublicKeyResult[:payload] = :public_key
867
1634
  GetPublicKeyResult[:payload_member] = GetPublicKeyResult.member(:public_key)
868
1635
 
1636
+ GetRealtimeLogConfigRequest.add_member(:name, Shapes::ShapeRef.new(shape: string, location_name: "Name"))
1637
+ GetRealtimeLogConfigRequest.add_member(:arn, Shapes::ShapeRef.new(shape: string, location_name: "ARN"))
1638
+ GetRealtimeLogConfigRequest.struct_class = Types::GetRealtimeLogConfigRequest
1639
+
1640
+ GetRealtimeLogConfigResult.add_member(:realtime_log_config, Shapes::ShapeRef.new(shape: RealtimeLogConfig, location_name: "RealtimeLogConfig"))
1641
+ GetRealtimeLogConfigResult.struct_class = Types::GetRealtimeLogConfigResult
1642
+
1643
+ GetResponseHeadersPolicyConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1644
+ GetResponseHeadersPolicyConfigRequest.struct_class = Types::GetResponseHeadersPolicyConfigRequest
1645
+
1646
+ GetResponseHeadersPolicyConfigResult.add_member(:response_headers_policy_config, Shapes::ShapeRef.new(shape: ResponseHeadersPolicyConfig, location_name: "ResponseHeadersPolicyConfig"))
1647
+ GetResponseHeadersPolicyConfigResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
1648
+ GetResponseHeadersPolicyConfigResult.struct_class = Types::GetResponseHeadersPolicyConfigResult
1649
+ GetResponseHeadersPolicyConfigResult[:payload] = :response_headers_policy_config
1650
+ GetResponseHeadersPolicyConfigResult[:payload_member] = GetResponseHeadersPolicyConfigResult.member(:response_headers_policy_config)
1651
+
1652
+ GetResponseHeadersPolicyRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1653
+ GetResponseHeadersPolicyRequest.struct_class = Types::GetResponseHeadersPolicyRequest
1654
+
1655
+ GetResponseHeadersPolicyResult.add_member(:response_headers_policy, Shapes::ShapeRef.new(shape: ResponseHeadersPolicy, location_name: "ResponseHeadersPolicy"))
1656
+ GetResponseHeadersPolicyResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
1657
+ GetResponseHeadersPolicyResult.struct_class = Types::GetResponseHeadersPolicyResult
1658
+ GetResponseHeadersPolicyResult[:payload] = :response_headers_policy
1659
+ GetResponseHeadersPolicyResult[:payload_member] = GetResponseHeadersPolicyResult.member(:response_headers_policy)
1660
+
869
1661
  GetStreamingDistributionConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
870
1662
  GetStreamingDistributionConfigRequest.struct_class = Types::GetStreamingDistributionConfigRequest
871
1663
 
@@ -890,9 +1682,15 @@ module Aws::CloudFront
890
1682
  Headers.add_member(:items, Shapes::ShapeRef.new(shape: HeaderList, location_name: "Items"))
891
1683
  Headers.struct_class = Types::Headers
892
1684
 
1685
+ IllegalDelete.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1686
+ IllegalDelete.struct_class = Types::IllegalDelete
1687
+
893
1688
  IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
894
1689
  IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior.struct_class = Types::IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior
895
1690
 
1691
+ IllegalOriginAccessConfiguration.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1692
+ IllegalOriginAccessConfiguration.struct_class = Types::IllegalOriginAccessConfiguration
1693
+
896
1694
  IllegalUpdate.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
897
1695
  IllegalUpdate.struct_class = Types::IllegalUpdate
898
1696
 
@@ -905,12 +1703,18 @@ module Aws::CloudFront
905
1703
  InvalidDefaultRootObject.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
906
1704
  InvalidDefaultRootObject.struct_class = Types::InvalidDefaultRootObject
907
1705
 
1706
+ InvalidDomainNameForOriginAccessControl.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1707
+ InvalidDomainNameForOriginAccessControl.struct_class = Types::InvalidDomainNameForOriginAccessControl
1708
+
908
1709
  InvalidErrorCode.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
909
1710
  InvalidErrorCode.struct_class = Types::InvalidErrorCode
910
1711
 
911
1712
  InvalidForwardCookies.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
912
1713
  InvalidForwardCookies.struct_class = Types::InvalidForwardCookies
913
1714
 
1715
+ InvalidFunctionAssociation.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1716
+ InvalidFunctionAssociation.struct_class = Types::InvalidFunctionAssociation
1717
+
914
1718
  InvalidGeoRestrictionParameter.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
915
1719
  InvalidGeoRestrictionParameter.struct_class = Types::InvalidGeoRestrictionParameter
916
1720
 
@@ -932,6 +1736,9 @@ module Aws::CloudFront
932
1736
  InvalidOrigin.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
933
1737
  InvalidOrigin.struct_class = Types::InvalidOrigin
934
1738
 
1739
+ InvalidOriginAccessControl.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1740
+ InvalidOriginAccessControl.struct_class = Types::InvalidOriginAccessControl
1741
+
935
1742
  InvalidOriginAccessIdentity.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
936
1743
  InvalidOriginAccessIdentity.struct_class = Types::InvalidOriginAccessIdentity
937
1744
 
@@ -993,12 +1800,46 @@ module Aws::CloudFront
993
1800
 
994
1801
  InvalidationSummaryList.member = Shapes::ShapeRef.new(shape: InvalidationSummary, location_name: "InvalidationSummary")
995
1802
 
1803
+ KGKeyPairIds.add_member(:key_group_id, Shapes::ShapeRef.new(shape: string, location_name: "KeyGroupId"))
1804
+ KGKeyPairIds.add_member(:key_pair_ids, Shapes::ShapeRef.new(shape: KeyPairIds, location_name: "KeyPairIds"))
1805
+ KGKeyPairIds.struct_class = Types::KGKeyPairIds
1806
+
1807
+ KGKeyPairIdsList.member = Shapes::ShapeRef.new(shape: KGKeyPairIds, location_name: "KeyGroup")
1808
+
1809
+ KeyGroup.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
1810
+ KeyGroup.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastModifiedTime"))
1811
+ KeyGroup.add_member(:key_group_config, Shapes::ShapeRef.new(shape: KeyGroupConfig, required: true, location_name: "KeyGroupConfig"))
1812
+ KeyGroup.struct_class = Types::KeyGroup
1813
+
1814
+ KeyGroupAlreadyExists.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1815
+ KeyGroupAlreadyExists.struct_class = Types::KeyGroupAlreadyExists
1816
+
1817
+ KeyGroupConfig.add_member(:name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Name"))
1818
+ KeyGroupConfig.add_member(:items, Shapes::ShapeRef.new(shape: PublicKeyIdList, required: true, location_name: "Items"))
1819
+ KeyGroupConfig.add_member(:comment, Shapes::ShapeRef.new(shape: string, location_name: "Comment"))
1820
+ KeyGroupConfig.struct_class = Types::KeyGroupConfig
1821
+
1822
+ KeyGroupList.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
1823
+ KeyGroupList.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "MaxItems"))
1824
+ KeyGroupList.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
1825
+ KeyGroupList.add_member(:items, Shapes::ShapeRef.new(shape: KeyGroupSummaryList, location_name: "Items"))
1826
+ KeyGroupList.struct_class = Types::KeyGroupList
1827
+
1828
+ KeyGroupSummary.add_member(:key_group, Shapes::ShapeRef.new(shape: KeyGroup, required: true, location_name: "KeyGroup"))
1829
+ KeyGroupSummary.struct_class = Types::KeyGroupSummary
1830
+
1831
+ KeyGroupSummaryList.member = Shapes::ShapeRef.new(shape: KeyGroupSummary, location_name: "KeyGroupSummary")
1832
+
996
1833
  KeyPairIdList.member = Shapes::ShapeRef.new(shape: string, location_name: "KeyPairId")
997
1834
 
998
1835
  KeyPairIds.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
999
1836
  KeyPairIds.add_member(:items, Shapes::ShapeRef.new(shape: KeyPairIdList, location_name: "Items"))
1000
1837
  KeyPairIds.struct_class = Types::KeyPairIds
1001
1838
 
1839
+ KinesisStreamConfig.add_member(:role_arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "RoleARN"))
1840
+ KinesisStreamConfig.add_member(:stream_arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "StreamARN"))
1841
+ KinesisStreamConfig.struct_class = Types::KinesisStreamConfig
1842
+
1002
1843
  LambdaFunctionAssociation.add_member(:lambda_function_arn, Shapes::ShapeRef.new(shape: LambdaFunctionARN, required: true, location_name: "LambdaFunctionARN"))
1003
1844
  LambdaFunctionAssociation.add_member(:event_type, Shapes::ShapeRef.new(shape: EventType, required: true, location_name: "EventType"))
1004
1845
  LambdaFunctionAssociation.add_member(:include_body, Shapes::ShapeRef.new(shape: boolean, location_name: "IncludeBody"))
@@ -1010,6 +1851,16 @@ module Aws::CloudFront
1010
1851
  LambdaFunctionAssociations.add_member(:items, Shapes::ShapeRef.new(shape: LambdaFunctionAssociationList, location_name: "Items"))
1011
1852
  LambdaFunctionAssociations.struct_class = Types::LambdaFunctionAssociations
1012
1853
 
1854
+ ListCachePoliciesRequest.add_member(:type, Shapes::ShapeRef.new(shape: CachePolicyType, location: "querystring", location_name: "Type"))
1855
+ ListCachePoliciesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
1856
+ ListCachePoliciesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
1857
+ ListCachePoliciesRequest.struct_class = Types::ListCachePoliciesRequest
1858
+
1859
+ ListCachePoliciesResult.add_member(:cache_policy_list, Shapes::ShapeRef.new(shape: CachePolicyList, location_name: "CachePolicyList"))
1860
+ ListCachePoliciesResult.struct_class = Types::ListCachePoliciesResult
1861
+ ListCachePoliciesResult[:payload] = :cache_policy_list
1862
+ ListCachePoliciesResult[:payload_member] = ListCachePoliciesResult.member(:cache_policy_list)
1863
+
1013
1864
  ListCloudFrontOriginAccessIdentitiesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
1014
1865
  ListCloudFrontOriginAccessIdentitiesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
1015
1866
  ListCloudFrontOriginAccessIdentitiesRequest.struct_class = Types::ListCloudFrontOriginAccessIdentitiesRequest
@@ -1019,6 +1870,77 @@ module Aws::CloudFront
1019
1870
  ListCloudFrontOriginAccessIdentitiesResult[:payload] = :cloud_front_origin_access_identity_list
1020
1871
  ListCloudFrontOriginAccessIdentitiesResult[:payload_member] = ListCloudFrontOriginAccessIdentitiesResult.member(:cloud_front_origin_access_identity_list)
1021
1872
 
1873
+ ListConflictingAliasesRequest.add_member(:distribution_id, Shapes::ShapeRef.new(shape: distributionIdString, required: true, location: "querystring", location_name: "DistributionId"))
1874
+ ListConflictingAliasesRequest.add_member(:alias, Shapes::ShapeRef.new(shape: aliasString, required: true, location: "querystring", location_name: "Alias"))
1875
+ ListConflictingAliasesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
1876
+ ListConflictingAliasesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
1877
+ ListConflictingAliasesRequest.struct_class = Types::ListConflictingAliasesRequest
1878
+
1879
+ ListConflictingAliasesResult.add_member(:conflicting_aliases_list, Shapes::ShapeRef.new(shape: ConflictingAliasesList, location_name: "ConflictingAliasesList"))
1880
+ ListConflictingAliasesResult.struct_class = Types::ListConflictingAliasesResult
1881
+ ListConflictingAliasesResult[:payload] = :conflicting_aliases_list
1882
+ ListConflictingAliasesResult[:payload_member] = ListConflictingAliasesResult.member(:conflicting_aliases_list)
1883
+
1884
+ ListContinuousDeploymentPoliciesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
1885
+ ListContinuousDeploymentPoliciesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
1886
+ ListContinuousDeploymentPoliciesRequest.struct_class = Types::ListContinuousDeploymentPoliciesRequest
1887
+
1888
+ ListContinuousDeploymentPoliciesResult.add_member(:continuous_deployment_policy_list, Shapes::ShapeRef.new(shape: ContinuousDeploymentPolicyList, location_name: "ContinuousDeploymentPolicyList"))
1889
+ ListContinuousDeploymentPoliciesResult.struct_class = Types::ListContinuousDeploymentPoliciesResult
1890
+ ListContinuousDeploymentPoliciesResult[:payload] = :continuous_deployment_policy_list
1891
+ ListContinuousDeploymentPoliciesResult[:payload_member] = ListContinuousDeploymentPoliciesResult.member(:continuous_deployment_policy_list)
1892
+
1893
+ ListDistributionsByCachePolicyIdRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
1894
+ ListDistributionsByCachePolicyIdRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
1895
+ ListDistributionsByCachePolicyIdRequest.add_member(:cache_policy_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "CachePolicyId"))
1896
+ ListDistributionsByCachePolicyIdRequest.struct_class = Types::ListDistributionsByCachePolicyIdRequest
1897
+
1898
+ ListDistributionsByCachePolicyIdResult.add_member(:distribution_id_list, Shapes::ShapeRef.new(shape: DistributionIdList, location_name: "DistributionIdList"))
1899
+ ListDistributionsByCachePolicyIdResult.struct_class = Types::ListDistributionsByCachePolicyIdResult
1900
+ ListDistributionsByCachePolicyIdResult[:payload] = :distribution_id_list
1901
+ ListDistributionsByCachePolicyIdResult[:payload_member] = ListDistributionsByCachePolicyIdResult.member(:distribution_id_list)
1902
+
1903
+ ListDistributionsByKeyGroupRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
1904
+ ListDistributionsByKeyGroupRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
1905
+ ListDistributionsByKeyGroupRequest.add_member(:key_group_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "KeyGroupId"))
1906
+ ListDistributionsByKeyGroupRequest.struct_class = Types::ListDistributionsByKeyGroupRequest
1907
+
1908
+ ListDistributionsByKeyGroupResult.add_member(:distribution_id_list, Shapes::ShapeRef.new(shape: DistributionIdList, location_name: "DistributionIdList"))
1909
+ ListDistributionsByKeyGroupResult.struct_class = Types::ListDistributionsByKeyGroupResult
1910
+ ListDistributionsByKeyGroupResult[:payload] = :distribution_id_list
1911
+ ListDistributionsByKeyGroupResult[:payload_member] = ListDistributionsByKeyGroupResult.member(:distribution_id_list)
1912
+
1913
+ ListDistributionsByOriginRequestPolicyIdRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
1914
+ ListDistributionsByOriginRequestPolicyIdRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
1915
+ ListDistributionsByOriginRequestPolicyIdRequest.add_member(:origin_request_policy_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "OriginRequestPolicyId"))
1916
+ ListDistributionsByOriginRequestPolicyIdRequest.struct_class = Types::ListDistributionsByOriginRequestPolicyIdRequest
1917
+
1918
+ ListDistributionsByOriginRequestPolicyIdResult.add_member(:distribution_id_list, Shapes::ShapeRef.new(shape: DistributionIdList, location_name: "DistributionIdList"))
1919
+ ListDistributionsByOriginRequestPolicyIdResult.struct_class = Types::ListDistributionsByOriginRequestPolicyIdResult
1920
+ ListDistributionsByOriginRequestPolicyIdResult[:payload] = :distribution_id_list
1921
+ ListDistributionsByOriginRequestPolicyIdResult[:payload_member] = ListDistributionsByOriginRequestPolicyIdResult.member(:distribution_id_list)
1922
+
1923
+ ListDistributionsByRealtimeLogConfigRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location_name: "Marker"))
1924
+ ListDistributionsByRealtimeLogConfigRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location_name: "MaxItems"))
1925
+ ListDistributionsByRealtimeLogConfigRequest.add_member(:realtime_log_config_name, Shapes::ShapeRef.new(shape: string, location_name: "RealtimeLogConfigName"))
1926
+ ListDistributionsByRealtimeLogConfigRequest.add_member(:realtime_log_config_arn, Shapes::ShapeRef.new(shape: string, location_name: "RealtimeLogConfigArn"))
1927
+ ListDistributionsByRealtimeLogConfigRequest.struct_class = Types::ListDistributionsByRealtimeLogConfigRequest
1928
+
1929
+ ListDistributionsByRealtimeLogConfigResult.add_member(:distribution_list, Shapes::ShapeRef.new(shape: DistributionList, location_name: "DistributionList"))
1930
+ ListDistributionsByRealtimeLogConfigResult.struct_class = Types::ListDistributionsByRealtimeLogConfigResult
1931
+ ListDistributionsByRealtimeLogConfigResult[:payload] = :distribution_list
1932
+ ListDistributionsByRealtimeLogConfigResult[:payload_member] = ListDistributionsByRealtimeLogConfigResult.member(:distribution_list)
1933
+
1934
+ ListDistributionsByResponseHeadersPolicyIdRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
1935
+ ListDistributionsByResponseHeadersPolicyIdRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
1936
+ ListDistributionsByResponseHeadersPolicyIdRequest.add_member(:response_headers_policy_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "ResponseHeadersPolicyId"))
1937
+ ListDistributionsByResponseHeadersPolicyIdRequest.struct_class = Types::ListDistributionsByResponseHeadersPolicyIdRequest
1938
+
1939
+ ListDistributionsByResponseHeadersPolicyIdResult.add_member(:distribution_id_list, Shapes::ShapeRef.new(shape: DistributionIdList, location_name: "DistributionIdList"))
1940
+ ListDistributionsByResponseHeadersPolicyIdResult.struct_class = Types::ListDistributionsByResponseHeadersPolicyIdResult
1941
+ ListDistributionsByResponseHeadersPolicyIdResult[:payload] = :distribution_id_list
1942
+ ListDistributionsByResponseHeadersPolicyIdResult[:payload_member] = ListDistributionsByResponseHeadersPolicyIdResult.member(:distribution_id_list)
1943
+
1022
1944
  ListDistributionsByWebACLIdRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
1023
1945
  ListDistributionsByWebACLIdRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
1024
1946
  ListDistributionsByWebACLIdRequest.add_member(:web_acl_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "WebACLId"))
@@ -1056,6 +1978,16 @@ module Aws::CloudFront
1056
1978
  ListFieldLevelEncryptionProfilesResult[:payload] = :field_level_encryption_profile_list
1057
1979
  ListFieldLevelEncryptionProfilesResult[:payload_member] = ListFieldLevelEncryptionProfilesResult.member(:field_level_encryption_profile_list)
1058
1980
 
1981
+ ListFunctionsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
1982
+ ListFunctionsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
1983
+ ListFunctionsRequest.add_member(:stage, Shapes::ShapeRef.new(shape: FunctionStage, location: "querystring", location_name: "Stage"))
1984
+ ListFunctionsRequest.struct_class = Types::ListFunctionsRequest
1985
+
1986
+ ListFunctionsResult.add_member(:function_list, Shapes::ShapeRef.new(shape: FunctionList, location_name: "FunctionList"))
1987
+ ListFunctionsResult.struct_class = Types::ListFunctionsResult
1988
+ ListFunctionsResult[:payload] = :function_list
1989
+ ListFunctionsResult[:payload_member] = ListFunctionsResult.member(:function_list)
1990
+
1059
1991
  ListInvalidationsRequest.add_member(:distribution_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DistributionId"))
1060
1992
  ListInvalidationsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
1061
1993
  ListInvalidationsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
@@ -1066,6 +1998,34 @@ module Aws::CloudFront
1066
1998
  ListInvalidationsResult[:payload] = :invalidation_list
1067
1999
  ListInvalidationsResult[:payload_member] = ListInvalidationsResult.member(:invalidation_list)
1068
2000
 
2001
+ ListKeyGroupsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
2002
+ ListKeyGroupsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
2003
+ ListKeyGroupsRequest.struct_class = Types::ListKeyGroupsRequest
2004
+
2005
+ ListKeyGroupsResult.add_member(:key_group_list, Shapes::ShapeRef.new(shape: KeyGroupList, location_name: "KeyGroupList"))
2006
+ ListKeyGroupsResult.struct_class = Types::ListKeyGroupsResult
2007
+ ListKeyGroupsResult[:payload] = :key_group_list
2008
+ ListKeyGroupsResult[:payload_member] = ListKeyGroupsResult.member(:key_group_list)
2009
+
2010
+ ListOriginAccessControlsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
2011
+ ListOriginAccessControlsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
2012
+ ListOriginAccessControlsRequest.struct_class = Types::ListOriginAccessControlsRequest
2013
+
2014
+ ListOriginAccessControlsResult.add_member(:origin_access_control_list, Shapes::ShapeRef.new(shape: OriginAccessControlList, location_name: "OriginAccessControlList"))
2015
+ ListOriginAccessControlsResult.struct_class = Types::ListOriginAccessControlsResult
2016
+ ListOriginAccessControlsResult[:payload] = :origin_access_control_list
2017
+ ListOriginAccessControlsResult[:payload_member] = ListOriginAccessControlsResult.member(:origin_access_control_list)
2018
+
2019
+ ListOriginRequestPoliciesRequest.add_member(:type, Shapes::ShapeRef.new(shape: OriginRequestPolicyType, location: "querystring", location_name: "Type"))
2020
+ ListOriginRequestPoliciesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
2021
+ ListOriginRequestPoliciesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
2022
+ ListOriginRequestPoliciesRequest.struct_class = Types::ListOriginRequestPoliciesRequest
2023
+
2024
+ ListOriginRequestPoliciesResult.add_member(:origin_request_policy_list, Shapes::ShapeRef.new(shape: OriginRequestPolicyList, location_name: "OriginRequestPolicyList"))
2025
+ ListOriginRequestPoliciesResult.struct_class = Types::ListOriginRequestPoliciesResult
2026
+ ListOriginRequestPoliciesResult[:payload] = :origin_request_policy_list
2027
+ ListOriginRequestPoliciesResult[:payload_member] = ListOriginRequestPoliciesResult.member(:origin_request_policy_list)
2028
+
1069
2029
  ListPublicKeysRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
1070
2030
  ListPublicKeysRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
1071
2031
  ListPublicKeysRequest.struct_class = Types::ListPublicKeysRequest
@@ -1075,6 +2035,25 @@ module Aws::CloudFront
1075
2035
  ListPublicKeysResult[:payload] = :public_key_list
1076
2036
  ListPublicKeysResult[:payload_member] = ListPublicKeysResult.member(:public_key_list)
1077
2037
 
2038
+ ListRealtimeLogConfigsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
2039
+ ListRealtimeLogConfigsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
2040
+ ListRealtimeLogConfigsRequest.struct_class = Types::ListRealtimeLogConfigsRequest
2041
+
2042
+ ListRealtimeLogConfigsResult.add_member(:realtime_log_configs, Shapes::ShapeRef.new(shape: RealtimeLogConfigs, location_name: "RealtimeLogConfigs"))
2043
+ ListRealtimeLogConfigsResult.struct_class = Types::ListRealtimeLogConfigsResult
2044
+ ListRealtimeLogConfigsResult[:payload] = :realtime_log_configs
2045
+ ListRealtimeLogConfigsResult[:payload_member] = ListRealtimeLogConfigsResult.member(:realtime_log_configs)
2046
+
2047
+ ListResponseHeadersPoliciesRequest.add_member(:type, Shapes::ShapeRef.new(shape: ResponseHeadersPolicyType, location: "querystring", location_name: "Type"))
2048
+ ListResponseHeadersPoliciesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
2049
+ ListResponseHeadersPoliciesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
2050
+ ListResponseHeadersPoliciesRequest.struct_class = Types::ListResponseHeadersPoliciesRequest
2051
+
2052
+ ListResponseHeadersPoliciesResult.add_member(:response_headers_policy_list, Shapes::ShapeRef.new(shape: ResponseHeadersPolicyList, location_name: "ResponseHeadersPolicyList"))
2053
+ ListResponseHeadersPoliciesResult.struct_class = Types::ListResponseHeadersPoliciesResult
2054
+ ListResponseHeadersPoliciesResult[:payload] = :response_headers_policy_list
2055
+ ListResponseHeadersPoliciesResult[:payload_member] = ListResponseHeadersPoliciesResult.member(:response_headers_policy_list)
2056
+
1078
2057
  ListStreamingDistributionsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
1079
2058
  ListStreamingDistributionsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
1080
2059
  ListStreamingDistributionsRequest.struct_class = Types::ListStreamingDistributionsRequest
@@ -1105,9 +2084,21 @@ module Aws::CloudFront
1105
2084
  MissingBody.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1106
2085
  MissingBody.struct_class = Types::MissingBody
1107
2086
 
2087
+ MonitoringSubscription.add_member(:realtime_metrics_subscription_config, Shapes::ShapeRef.new(shape: RealtimeMetricsSubscriptionConfig, location_name: "RealtimeMetricsSubscriptionConfig"))
2088
+ MonitoringSubscription.struct_class = Types::MonitoringSubscription
2089
+
2090
+ MonitoringSubscriptionAlreadyExists.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2091
+ MonitoringSubscriptionAlreadyExists.struct_class = Types::MonitoringSubscriptionAlreadyExists
2092
+
2093
+ NoSuchCachePolicy.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2094
+ NoSuchCachePolicy.struct_class = Types::NoSuchCachePolicy
2095
+
1108
2096
  NoSuchCloudFrontOriginAccessIdentity.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1109
2097
  NoSuchCloudFrontOriginAccessIdentity.struct_class = Types::NoSuchCloudFrontOriginAccessIdentity
1110
2098
 
2099
+ NoSuchContinuousDeploymentPolicy.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2100
+ NoSuchContinuousDeploymentPolicy.struct_class = Types::NoSuchContinuousDeploymentPolicy
2101
+
1111
2102
  NoSuchDistribution.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1112
2103
  NoSuchDistribution.struct_class = Types::NoSuchDistribution
1113
2104
 
@@ -1117,18 +2108,36 @@ module Aws::CloudFront
1117
2108
  NoSuchFieldLevelEncryptionProfile.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1118
2109
  NoSuchFieldLevelEncryptionProfile.struct_class = Types::NoSuchFieldLevelEncryptionProfile
1119
2110
 
2111
+ NoSuchFunctionExists.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2112
+ NoSuchFunctionExists.struct_class = Types::NoSuchFunctionExists
2113
+
1120
2114
  NoSuchInvalidation.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1121
2115
  NoSuchInvalidation.struct_class = Types::NoSuchInvalidation
1122
2116
 
2117
+ NoSuchMonitoringSubscription.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2118
+ NoSuchMonitoringSubscription.struct_class = Types::NoSuchMonitoringSubscription
2119
+
1123
2120
  NoSuchOrigin.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1124
2121
  NoSuchOrigin.struct_class = Types::NoSuchOrigin
1125
2122
 
2123
+ NoSuchOriginAccessControl.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2124
+ NoSuchOriginAccessControl.struct_class = Types::NoSuchOriginAccessControl
2125
+
2126
+ NoSuchOriginRequestPolicy.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2127
+ NoSuchOriginRequestPolicy.struct_class = Types::NoSuchOriginRequestPolicy
2128
+
1126
2129
  NoSuchPublicKey.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1127
2130
  NoSuchPublicKey.struct_class = Types::NoSuchPublicKey
1128
2131
 
2132
+ NoSuchRealtimeLogConfig.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2133
+ NoSuchRealtimeLogConfig.struct_class = Types::NoSuchRealtimeLogConfig
2134
+
1129
2135
  NoSuchResource.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1130
2136
  NoSuchResource.struct_class = Types::NoSuchResource
1131
2137
 
2138
+ NoSuchResponseHeadersPolicy.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2139
+ NoSuchResponseHeadersPolicy.struct_class = Types::NoSuchResponseHeadersPolicy
2140
+
1132
2141
  NoSuchStreamingDistribution.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1133
2142
  NoSuchStreamingDistribution.struct_class = Types::NoSuchStreamingDistribution
1134
2143
 
@@ -1138,10 +2147,49 @@ module Aws::CloudFront
1138
2147
  Origin.add_member(:custom_headers, Shapes::ShapeRef.new(shape: CustomHeaders, location_name: "CustomHeaders"))
1139
2148
  Origin.add_member(:s3_origin_config, Shapes::ShapeRef.new(shape: S3OriginConfig, location_name: "S3OriginConfig"))
1140
2149
  Origin.add_member(:custom_origin_config, Shapes::ShapeRef.new(shape: CustomOriginConfig, location_name: "CustomOriginConfig"))
2150
+ Origin.add_member(:connection_attempts, Shapes::ShapeRef.new(shape: integer, location_name: "ConnectionAttempts"))
2151
+ Origin.add_member(:connection_timeout, Shapes::ShapeRef.new(shape: integer, location_name: "ConnectionTimeout"))
2152
+ Origin.add_member(:origin_shield, Shapes::ShapeRef.new(shape: OriginShield, location_name: "OriginShield"))
2153
+ Origin.add_member(:origin_access_control_id, Shapes::ShapeRef.new(shape: string, location_name: "OriginAccessControlId"))
1141
2154
  Origin.struct_class = Types::Origin
1142
2155
 
2156
+ OriginAccessControl.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
2157
+ OriginAccessControl.add_member(:origin_access_control_config, Shapes::ShapeRef.new(shape: OriginAccessControlConfig, location_name: "OriginAccessControlConfig"))
2158
+ OriginAccessControl.struct_class = Types::OriginAccessControl
2159
+
2160
+ OriginAccessControlAlreadyExists.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2161
+ OriginAccessControlAlreadyExists.struct_class = Types::OriginAccessControlAlreadyExists
2162
+
2163
+ OriginAccessControlConfig.add_member(:name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Name"))
2164
+ OriginAccessControlConfig.add_member(:description, Shapes::ShapeRef.new(shape: string, location_name: "Description"))
2165
+ OriginAccessControlConfig.add_member(:signing_protocol, Shapes::ShapeRef.new(shape: OriginAccessControlSigningProtocols, required: true, location_name: "SigningProtocol"))
2166
+ OriginAccessControlConfig.add_member(:signing_behavior, Shapes::ShapeRef.new(shape: OriginAccessControlSigningBehaviors, required: true, location_name: "SigningBehavior"))
2167
+ OriginAccessControlConfig.add_member(:origin_access_control_origin_type, Shapes::ShapeRef.new(shape: OriginAccessControlOriginTypes, required: true, location_name: "OriginAccessControlOriginType"))
2168
+ OriginAccessControlConfig.struct_class = Types::OriginAccessControlConfig
2169
+
2170
+ OriginAccessControlInUse.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2171
+ OriginAccessControlInUse.struct_class = Types::OriginAccessControlInUse
2172
+
2173
+ OriginAccessControlList.add_member(:marker, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Marker"))
2174
+ OriginAccessControlList.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
2175
+ OriginAccessControlList.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "MaxItems"))
2176
+ OriginAccessControlList.add_member(:is_truncated, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "IsTruncated"))
2177
+ OriginAccessControlList.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
2178
+ OriginAccessControlList.add_member(:items, Shapes::ShapeRef.new(shape: OriginAccessControlSummaryList, location_name: "Items"))
2179
+ OriginAccessControlList.struct_class = Types::OriginAccessControlList
2180
+
2181
+ OriginAccessControlSummary.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
2182
+ OriginAccessControlSummary.add_member(:description, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Description"))
2183
+ OriginAccessControlSummary.add_member(:name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Name"))
2184
+ OriginAccessControlSummary.add_member(:signing_protocol, Shapes::ShapeRef.new(shape: OriginAccessControlSigningProtocols, required: true, location_name: "SigningProtocol"))
2185
+ OriginAccessControlSummary.add_member(:signing_behavior, Shapes::ShapeRef.new(shape: OriginAccessControlSigningBehaviors, required: true, location_name: "SigningBehavior"))
2186
+ OriginAccessControlSummary.add_member(:origin_access_control_origin_type, Shapes::ShapeRef.new(shape: OriginAccessControlOriginTypes, required: true, location_name: "OriginAccessControlOriginType"))
2187
+ OriginAccessControlSummary.struct_class = Types::OriginAccessControlSummary
2188
+
2189
+ OriginAccessControlSummaryList.member = Shapes::ShapeRef.new(shape: OriginAccessControlSummary, location_name: "OriginAccessControlSummary")
2190
+
1143
2191
  OriginCustomHeader.add_member(:header_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "HeaderName"))
1144
- OriginCustomHeader.add_member(:header_value, Shapes::ShapeRef.new(shape: string, required: true, location_name: "HeaderValue"))
2192
+ OriginCustomHeader.add_member(:header_value, Shapes::ShapeRef.new(shape: sensitiveStringType, required: true, location_name: "HeaderValue"))
1145
2193
  OriginCustomHeader.struct_class = Types::OriginCustomHeader
1146
2194
 
1147
2195
  OriginCustomHeadersList.member = Shapes::ShapeRef.new(shape: OriginCustomHeader, location_name: "OriginCustomHeader")
@@ -1171,6 +2219,52 @@ module Aws::CloudFront
1171
2219
 
1172
2220
  OriginList.member = Shapes::ShapeRef.new(shape: Origin, location_name: "Origin")
1173
2221
 
2222
+ OriginRequestPolicy.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
2223
+ OriginRequestPolicy.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastModifiedTime"))
2224
+ OriginRequestPolicy.add_member(:origin_request_policy_config, Shapes::ShapeRef.new(shape: OriginRequestPolicyConfig, required: true, location_name: "OriginRequestPolicyConfig"))
2225
+ OriginRequestPolicy.struct_class = Types::OriginRequestPolicy
2226
+
2227
+ OriginRequestPolicyAlreadyExists.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2228
+ OriginRequestPolicyAlreadyExists.struct_class = Types::OriginRequestPolicyAlreadyExists
2229
+
2230
+ OriginRequestPolicyConfig.add_member(:comment, Shapes::ShapeRef.new(shape: string, location_name: "Comment"))
2231
+ OriginRequestPolicyConfig.add_member(:name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Name"))
2232
+ OriginRequestPolicyConfig.add_member(:headers_config, Shapes::ShapeRef.new(shape: OriginRequestPolicyHeadersConfig, required: true, location_name: "HeadersConfig"))
2233
+ OriginRequestPolicyConfig.add_member(:cookies_config, Shapes::ShapeRef.new(shape: OriginRequestPolicyCookiesConfig, required: true, location_name: "CookiesConfig"))
2234
+ OriginRequestPolicyConfig.add_member(:query_strings_config, Shapes::ShapeRef.new(shape: OriginRequestPolicyQueryStringsConfig, required: true, location_name: "QueryStringsConfig"))
2235
+ OriginRequestPolicyConfig.struct_class = Types::OriginRequestPolicyConfig
2236
+
2237
+ OriginRequestPolicyCookiesConfig.add_member(:cookie_behavior, Shapes::ShapeRef.new(shape: OriginRequestPolicyCookieBehavior, required: true, location_name: "CookieBehavior"))
2238
+ OriginRequestPolicyCookiesConfig.add_member(:cookies, Shapes::ShapeRef.new(shape: CookieNames, location_name: "Cookies"))
2239
+ OriginRequestPolicyCookiesConfig.struct_class = Types::OriginRequestPolicyCookiesConfig
2240
+
2241
+ OriginRequestPolicyHeadersConfig.add_member(:header_behavior, Shapes::ShapeRef.new(shape: OriginRequestPolicyHeaderBehavior, required: true, location_name: "HeaderBehavior"))
2242
+ OriginRequestPolicyHeadersConfig.add_member(:headers, Shapes::ShapeRef.new(shape: Headers, location_name: "Headers"))
2243
+ OriginRequestPolicyHeadersConfig.struct_class = Types::OriginRequestPolicyHeadersConfig
2244
+
2245
+ OriginRequestPolicyInUse.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2246
+ OriginRequestPolicyInUse.struct_class = Types::OriginRequestPolicyInUse
2247
+
2248
+ OriginRequestPolicyList.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
2249
+ OriginRequestPolicyList.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "MaxItems"))
2250
+ OriginRequestPolicyList.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
2251
+ OriginRequestPolicyList.add_member(:items, Shapes::ShapeRef.new(shape: OriginRequestPolicySummaryList, location_name: "Items"))
2252
+ OriginRequestPolicyList.struct_class = Types::OriginRequestPolicyList
2253
+
2254
+ OriginRequestPolicyQueryStringsConfig.add_member(:query_string_behavior, Shapes::ShapeRef.new(shape: OriginRequestPolicyQueryStringBehavior, required: true, location_name: "QueryStringBehavior"))
2255
+ OriginRequestPolicyQueryStringsConfig.add_member(:query_strings, Shapes::ShapeRef.new(shape: QueryStringNames, location_name: "QueryStrings"))
2256
+ OriginRequestPolicyQueryStringsConfig.struct_class = Types::OriginRequestPolicyQueryStringsConfig
2257
+
2258
+ OriginRequestPolicySummary.add_member(:type, Shapes::ShapeRef.new(shape: OriginRequestPolicyType, required: true, location_name: "Type"))
2259
+ OriginRequestPolicySummary.add_member(:origin_request_policy, Shapes::ShapeRef.new(shape: OriginRequestPolicy, required: true, location_name: "OriginRequestPolicy"))
2260
+ OriginRequestPolicySummary.struct_class = Types::OriginRequestPolicySummary
2261
+
2262
+ OriginRequestPolicySummaryList.member = Shapes::ShapeRef.new(shape: OriginRequestPolicySummary, location_name: "OriginRequestPolicySummary")
2263
+
2264
+ OriginShield.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Enabled"))
2265
+ OriginShield.add_member(:origin_shield_region, Shapes::ShapeRef.new(shape: OriginShieldRegion, location_name: "OriginShieldRegion"))
2266
+ OriginShield.struct_class = Types::OriginShield
2267
+
1174
2268
  OriginSslProtocols.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
1175
2269
  OriginSslProtocols.add_member(:items, Shapes::ShapeRef.new(shape: SslProtocolsList, required: true, location_name: "Items"))
1176
2270
  OriginSslProtocols.struct_class = Types::OriginSslProtocols
@@ -1179,6 +2273,13 @@ module Aws::CloudFront
1179
2273
  Origins.add_member(:items, Shapes::ShapeRef.new(shape: OriginList, required: true, location_name: "Items"))
1180
2274
  Origins.struct_class = Types::Origins
1181
2275
 
2276
+ ParametersInCacheKeyAndForwardedToOrigin.add_member(:enable_accept_encoding_gzip, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "EnableAcceptEncodingGzip"))
2277
+ ParametersInCacheKeyAndForwardedToOrigin.add_member(:enable_accept_encoding_brotli, Shapes::ShapeRef.new(shape: boolean, location_name: "EnableAcceptEncodingBrotli"))
2278
+ ParametersInCacheKeyAndForwardedToOrigin.add_member(:headers_config, Shapes::ShapeRef.new(shape: CachePolicyHeadersConfig, required: true, location_name: "HeadersConfig"))
2279
+ ParametersInCacheKeyAndForwardedToOrigin.add_member(:cookies_config, Shapes::ShapeRef.new(shape: CachePolicyCookiesConfig, required: true, location_name: "CookiesConfig"))
2280
+ ParametersInCacheKeyAndForwardedToOrigin.add_member(:query_strings_config, Shapes::ShapeRef.new(shape: CachePolicyQueryStringsConfig, required: true, location_name: "QueryStringsConfig"))
2281
+ ParametersInCacheKeyAndForwardedToOrigin.struct_class = Types::ParametersInCacheKeyAndForwardedToOrigin
2282
+
1182
2283
  PathList.member = Shapes::ShapeRef.new(shape: string, location_name: "Path")
1183
2284
 
1184
2285
  Paths.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
@@ -1202,6 +2303,8 @@ module Aws::CloudFront
1202
2303
  PublicKeyConfig.add_member(:comment, Shapes::ShapeRef.new(shape: string, location_name: "Comment"))
1203
2304
  PublicKeyConfig.struct_class = Types::PublicKeyConfig
1204
2305
 
2306
+ PublicKeyIdList.member = Shapes::ShapeRef.new(shape: string, location_name: "PublicKey")
2307
+
1205
2308
  PublicKeyInUse.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1206
2309
  PublicKeyInUse.struct_class = Types::PublicKeyInUse
1207
2310
 
@@ -1220,6 +2323,15 @@ module Aws::CloudFront
1220
2323
 
1221
2324
  PublicKeySummaryList.member = Shapes::ShapeRef.new(shape: PublicKeySummary, location_name: "PublicKeySummary")
1222
2325
 
2326
+ PublishFunctionRequest.add_member(:name, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Name"))
2327
+ PublishFunctionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, required: true, location: "header", location_name: "If-Match"))
2328
+ PublishFunctionRequest.struct_class = Types::PublishFunctionRequest
2329
+
2330
+ PublishFunctionResult.add_member(:function_summary, Shapes::ShapeRef.new(shape: FunctionSummary, location_name: "FunctionSummary"))
2331
+ PublishFunctionResult.struct_class = Types::PublishFunctionResult
2332
+ PublishFunctionResult[:payload] = :function_summary
2333
+ PublishFunctionResult[:payload_member] = PublishFunctionResult.member(:function_summary)
2334
+
1223
2335
  QueryArgProfile.add_member(:query_arg, Shapes::ShapeRef.new(shape: string, required: true, location_name: "QueryArg"))
1224
2336
  QueryArgProfile.add_member(:profile_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ProfileId"))
1225
2337
  QueryArgProfile.struct_class = Types::QueryArgProfile
@@ -1243,6 +2355,159 @@ module Aws::CloudFront
1243
2355
 
1244
2356
  QueryStringCacheKeysList.member = Shapes::ShapeRef.new(shape: string, location_name: "Name")
1245
2357
 
2358
+ QueryStringNames.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
2359
+ QueryStringNames.add_member(:items, Shapes::ShapeRef.new(shape: QueryStringNamesList, location_name: "Items"))
2360
+ QueryStringNames.struct_class = Types::QueryStringNames
2361
+
2362
+ QueryStringNamesList.member = Shapes::ShapeRef.new(shape: string, location_name: "Name")
2363
+
2364
+ RealtimeLogConfig.add_member(:arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ARN"))
2365
+ RealtimeLogConfig.add_member(:name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Name"))
2366
+ RealtimeLogConfig.add_member(:sampling_rate, Shapes::ShapeRef.new(shape: long, required: true, location_name: "SamplingRate"))
2367
+ RealtimeLogConfig.add_member(:end_points, Shapes::ShapeRef.new(shape: EndPointList, required: true, location_name: "EndPoints"))
2368
+ RealtimeLogConfig.add_member(:fields, Shapes::ShapeRef.new(shape: FieldList, required: true, location_name: "Fields"))
2369
+ RealtimeLogConfig.struct_class = Types::RealtimeLogConfig
2370
+
2371
+ RealtimeLogConfigAlreadyExists.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2372
+ RealtimeLogConfigAlreadyExists.struct_class = Types::RealtimeLogConfigAlreadyExists
2373
+
2374
+ RealtimeLogConfigInUse.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2375
+ RealtimeLogConfigInUse.struct_class = Types::RealtimeLogConfigInUse
2376
+
2377
+ RealtimeLogConfigList.member = Shapes::ShapeRef.new(shape: RealtimeLogConfig)
2378
+
2379
+ RealtimeLogConfigOwnerMismatch.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2380
+ RealtimeLogConfigOwnerMismatch.struct_class = Types::RealtimeLogConfigOwnerMismatch
2381
+
2382
+ RealtimeLogConfigs.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "MaxItems"))
2383
+ RealtimeLogConfigs.add_member(:items, Shapes::ShapeRef.new(shape: RealtimeLogConfigList, location_name: "Items"))
2384
+ RealtimeLogConfigs.add_member(:is_truncated, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "IsTruncated"))
2385
+ RealtimeLogConfigs.add_member(:marker, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Marker"))
2386
+ RealtimeLogConfigs.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
2387
+ RealtimeLogConfigs.struct_class = Types::RealtimeLogConfigs
2388
+
2389
+ RealtimeMetricsSubscriptionConfig.add_member(:realtime_metrics_subscription_status, Shapes::ShapeRef.new(shape: RealtimeMetricsSubscriptionStatus, required: true, location_name: "RealtimeMetricsSubscriptionStatus"))
2390
+ RealtimeMetricsSubscriptionConfig.struct_class = Types::RealtimeMetricsSubscriptionConfig
2391
+
2392
+ ResourceInUse.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2393
+ ResourceInUse.struct_class = Types::ResourceInUse
2394
+
2395
+ ResponseHeadersPolicy.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
2396
+ ResponseHeadersPolicy.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastModifiedTime"))
2397
+ ResponseHeadersPolicy.add_member(:response_headers_policy_config, Shapes::ShapeRef.new(shape: ResponseHeadersPolicyConfig, required: true, location_name: "ResponseHeadersPolicyConfig"))
2398
+ ResponseHeadersPolicy.struct_class = Types::ResponseHeadersPolicy
2399
+
2400
+ ResponseHeadersPolicyAccessControlAllowHeaders.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
2401
+ ResponseHeadersPolicyAccessControlAllowHeaders.add_member(:items, Shapes::ShapeRef.new(shape: AccessControlAllowHeadersList, required: true, location_name: "Items"))
2402
+ ResponseHeadersPolicyAccessControlAllowHeaders.struct_class = Types::ResponseHeadersPolicyAccessControlAllowHeaders
2403
+
2404
+ ResponseHeadersPolicyAccessControlAllowMethods.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
2405
+ ResponseHeadersPolicyAccessControlAllowMethods.add_member(:items, Shapes::ShapeRef.new(shape: AccessControlAllowMethodsList, required: true, location_name: "Items"))
2406
+ ResponseHeadersPolicyAccessControlAllowMethods.struct_class = Types::ResponseHeadersPolicyAccessControlAllowMethods
2407
+
2408
+ ResponseHeadersPolicyAccessControlAllowOrigins.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
2409
+ ResponseHeadersPolicyAccessControlAllowOrigins.add_member(:items, Shapes::ShapeRef.new(shape: AccessControlAllowOriginsList, required: true, location_name: "Items"))
2410
+ ResponseHeadersPolicyAccessControlAllowOrigins.struct_class = Types::ResponseHeadersPolicyAccessControlAllowOrigins
2411
+
2412
+ ResponseHeadersPolicyAccessControlExposeHeaders.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
2413
+ ResponseHeadersPolicyAccessControlExposeHeaders.add_member(:items, Shapes::ShapeRef.new(shape: AccessControlExposeHeadersList, location_name: "Items"))
2414
+ ResponseHeadersPolicyAccessControlExposeHeaders.struct_class = Types::ResponseHeadersPolicyAccessControlExposeHeaders
2415
+
2416
+ ResponseHeadersPolicyAlreadyExists.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2417
+ ResponseHeadersPolicyAlreadyExists.struct_class = Types::ResponseHeadersPolicyAlreadyExists
2418
+
2419
+ ResponseHeadersPolicyConfig.add_member(:comment, Shapes::ShapeRef.new(shape: string, location_name: "Comment"))
2420
+ ResponseHeadersPolicyConfig.add_member(:name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Name"))
2421
+ ResponseHeadersPolicyConfig.add_member(:cors_config, Shapes::ShapeRef.new(shape: ResponseHeadersPolicyCorsConfig, location_name: "CorsConfig"))
2422
+ ResponseHeadersPolicyConfig.add_member(:security_headers_config, Shapes::ShapeRef.new(shape: ResponseHeadersPolicySecurityHeadersConfig, location_name: "SecurityHeadersConfig"))
2423
+ ResponseHeadersPolicyConfig.add_member(:server_timing_headers_config, Shapes::ShapeRef.new(shape: ResponseHeadersPolicyServerTimingHeadersConfig, location_name: "ServerTimingHeadersConfig"))
2424
+ ResponseHeadersPolicyConfig.add_member(:custom_headers_config, Shapes::ShapeRef.new(shape: ResponseHeadersPolicyCustomHeadersConfig, location_name: "CustomHeadersConfig"))
2425
+ ResponseHeadersPolicyConfig.add_member(:remove_headers_config, Shapes::ShapeRef.new(shape: ResponseHeadersPolicyRemoveHeadersConfig, location_name: "RemoveHeadersConfig"))
2426
+ ResponseHeadersPolicyConfig.struct_class = Types::ResponseHeadersPolicyConfig
2427
+
2428
+ ResponseHeadersPolicyContentSecurityPolicy.add_member(:override, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Override"))
2429
+ ResponseHeadersPolicyContentSecurityPolicy.add_member(:content_security_policy, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ContentSecurityPolicy"))
2430
+ ResponseHeadersPolicyContentSecurityPolicy.struct_class = Types::ResponseHeadersPolicyContentSecurityPolicy
2431
+
2432
+ ResponseHeadersPolicyContentTypeOptions.add_member(:override, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Override"))
2433
+ ResponseHeadersPolicyContentTypeOptions.struct_class = Types::ResponseHeadersPolicyContentTypeOptions
2434
+
2435
+ ResponseHeadersPolicyCorsConfig.add_member(:access_control_allow_origins, Shapes::ShapeRef.new(shape: ResponseHeadersPolicyAccessControlAllowOrigins, required: true, location_name: "AccessControlAllowOrigins"))
2436
+ ResponseHeadersPolicyCorsConfig.add_member(:access_control_allow_headers, Shapes::ShapeRef.new(shape: ResponseHeadersPolicyAccessControlAllowHeaders, required: true, location_name: "AccessControlAllowHeaders"))
2437
+ ResponseHeadersPolicyCorsConfig.add_member(:access_control_allow_methods, Shapes::ShapeRef.new(shape: ResponseHeadersPolicyAccessControlAllowMethods, required: true, location_name: "AccessControlAllowMethods"))
2438
+ ResponseHeadersPolicyCorsConfig.add_member(:access_control_allow_credentials, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "AccessControlAllowCredentials"))
2439
+ ResponseHeadersPolicyCorsConfig.add_member(:access_control_expose_headers, Shapes::ShapeRef.new(shape: ResponseHeadersPolicyAccessControlExposeHeaders, location_name: "AccessControlExposeHeaders"))
2440
+ ResponseHeadersPolicyCorsConfig.add_member(:access_control_max_age_sec, Shapes::ShapeRef.new(shape: integer, location_name: "AccessControlMaxAgeSec"))
2441
+ ResponseHeadersPolicyCorsConfig.add_member(:origin_override, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "OriginOverride"))
2442
+ ResponseHeadersPolicyCorsConfig.struct_class = Types::ResponseHeadersPolicyCorsConfig
2443
+
2444
+ ResponseHeadersPolicyCustomHeader.add_member(:header, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Header"))
2445
+ ResponseHeadersPolicyCustomHeader.add_member(:value, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Value"))
2446
+ ResponseHeadersPolicyCustomHeader.add_member(:override, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Override"))
2447
+ ResponseHeadersPolicyCustomHeader.struct_class = Types::ResponseHeadersPolicyCustomHeader
2448
+
2449
+ ResponseHeadersPolicyCustomHeaderList.member = Shapes::ShapeRef.new(shape: ResponseHeadersPolicyCustomHeader, location_name: "ResponseHeadersPolicyCustomHeader")
2450
+
2451
+ ResponseHeadersPolicyCustomHeadersConfig.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
2452
+ ResponseHeadersPolicyCustomHeadersConfig.add_member(:items, Shapes::ShapeRef.new(shape: ResponseHeadersPolicyCustomHeaderList, location_name: "Items"))
2453
+ ResponseHeadersPolicyCustomHeadersConfig.struct_class = Types::ResponseHeadersPolicyCustomHeadersConfig
2454
+
2455
+ ResponseHeadersPolicyFrameOptions.add_member(:override, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Override"))
2456
+ ResponseHeadersPolicyFrameOptions.add_member(:frame_option, Shapes::ShapeRef.new(shape: FrameOptionsList, required: true, location_name: "FrameOption"))
2457
+ ResponseHeadersPolicyFrameOptions.struct_class = Types::ResponseHeadersPolicyFrameOptions
2458
+
2459
+ ResponseHeadersPolicyInUse.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2460
+ ResponseHeadersPolicyInUse.struct_class = Types::ResponseHeadersPolicyInUse
2461
+
2462
+ ResponseHeadersPolicyList.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
2463
+ ResponseHeadersPolicyList.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "MaxItems"))
2464
+ ResponseHeadersPolicyList.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
2465
+ ResponseHeadersPolicyList.add_member(:items, Shapes::ShapeRef.new(shape: ResponseHeadersPolicySummaryList, location_name: "Items"))
2466
+ ResponseHeadersPolicyList.struct_class = Types::ResponseHeadersPolicyList
2467
+
2468
+ ResponseHeadersPolicyReferrerPolicy.add_member(:override, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Override"))
2469
+ ResponseHeadersPolicyReferrerPolicy.add_member(:referrer_policy, Shapes::ShapeRef.new(shape: ReferrerPolicyList, required: true, location_name: "ReferrerPolicy"))
2470
+ ResponseHeadersPolicyReferrerPolicy.struct_class = Types::ResponseHeadersPolicyReferrerPolicy
2471
+
2472
+ ResponseHeadersPolicyRemoveHeader.add_member(:header, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Header"))
2473
+ ResponseHeadersPolicyRemoveHeader.struct_class = Types::ResponseHeadersPolicyRemoveHeader
2474
+
2475
+ ResponseHeadersPolicyRemoveHeaderList.member = Shapes::ShapeRef.new(shape: ResponseHeadersPolicyRemoveHeader, location_name: "ResponseHeadersPolicyRemoveHeader")
2476
+
2477
+ ResponseHeadersPolicyRemoveHeadersConfig.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
2478
+ ResponseHeadersPolicyRemoveHeadersConfig.add_member(:items, Shapes::ShapeRef.new(shape: ResponseHeadersPolicyRemoveHeaderList, location_name: "Items"))
2479
+ ResponseHeadersPolicyRemoveHeadersConfig.struct_class = Types::ResponseHeadersPolicyRemoveHeadersConfig
2480
+
2481
+ ResponseHeadersPolicySecurityHeadersConfig.add_member(:xss_protection, Shapes::ShapeRef.new(shape: ResponseHeadersPolicyXSSProtection, location_name: "XSSProtection"))
2482
+ ResponseHeadersPolicySecurityHeadersConfig.add_member(:frame_options, Shapes::ShapeRef.new(shape: ResponseHeadersPolicyFrameOptions, location_name: "FrameOptions"))
2483
+ ResponseHeadersPolicySecurityHeadersConfig.add_member(:referrer_policy, Shapes::ShapeRef.new(shape: ResponseHeadersPolicyReferrerPolicy, location_name: "ReferrerPolicy"))
2484
+ ResponseHeadersPolicySecurityHeadersConfig.add_member(:content_security_policy, Shapes::ShapeRef.new(shape: ResponseHeadersPolicyContentSecurityPolicy, location_name: "ContentSecurityPolicy"))
2485
+ ResponseHeadersPolicySecurityHeadersConfig.add_member(:content_type_options, Shapes::ShapeRef.new(shape: ResponseHeadersPolicyContentTypeOptions, location_name: "ContentTypeOptions"))
2486
+ ResponseHeadersPolicySecurityHeadersConfig.add_member(:strict_transport_security, Shapes::ShapeRef.new(shape: ResponseHeadersPolicyStrictTransportSecurity, location_name: "StrictTransportSecurity"))
2487
+ ResponseHeadersPolicySecurityHeadersConfig.struct_class = Types::ResponseHeadersPolicySecurityHeadersConfig
2488
+
2489
+ ResponseHeadersPolicyServerTimingHeadersConfig.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Enabled"))
2490
+ ResponseHeadersPolicyServerTimingHeadersConfig.add_member(:sampling_rate, Shapes::ShapeRef.new(shape: SamplingRate, location_name: "SamplingRate"))
2491
+ ResponseHeadersPolicyServerTimingHeadersConfig.struct_class = Types::ResponseHeadersPolicyServerTimingHeadersConfig
2492
+
2493
+ ResponseHeadersPolicyStrictTransportSecurity.add_member(:override, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Override"))
2494
+ ResponseHeadersPolicyStrictTransportSecurity.add_member(:include_subdomains, Shapes::ShapeRef.new(shape: boolean, location_name: "IncludeSubdomains"))
2495
+ ResponseHeadersPolicyStrictTransportSecurity.add_member(:preload, Shapes::ShapeRef.new(shape: boolean, location_name: "Preload"))
2496
+ ResponseHeadersPolicyStrictTransportSecurity.add_member(:access_control_max_age_sec, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "AccessControlMaxAgeSec"))
2497
+ ResponseHeadersPolicyStrictTransportSecurity.struct_class = Types::ResponseHeadersPolicyStrictTransportSecurity
2498
+
2499
+ ResponseHeadersPolicySummary.add_member(:type, Shapes::ShapeRef.new(shape: ResponseHeadersPolicyType, required: true, location_name: "Type"))
2500
+ ResponseHeadersPolicySummary.add_member(:response_headers_policy, Shapes::ShapeRef.new(shape: ResponseHeadersPolicy, required: true, location_name: "ResponseHeadersPolicy"))
2501
+ ResponseHeadersPolicySummary.struct_class = Types::ResponseHeadersPolicySummary
2502
+
2503
+ ResponseHeadersPolicySummaryList.member = Shapes::ShapeRef.new(shape: ResponseHeadersPolicySummary, location_name: "ResponseHeadersPolicySummary")
2504
+
2505
+ ResponseHeadersPolicyXSSProtection.add_member(:override, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Override"))
2506
+ ResponseHeadersPolicyXSSProtection.add_member(:protection, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Protection"))
2507
+ ResponseHeadersPolicyXSSProtection.add_member(:mode_block, Shapes::ShapeRef.new(shape: boolean, location_name: "ModeBlock"))
2508
+ ResponseHeadersPolicyXSSProtection.add_member(:report_uri, Shapes::ShapeRef.new(shape: string, location_name: "ReportUri"))
2509
+ ResponseHeadersPolicyXSSProtection.struct_class = Types::ResponseHeadersPolicyXSSProtection
2510
+
1246
2511
  Restrictions.add_member(:geo_restriction, Shapes::ShapeRef.new(shape: GeoRestriction, required: true, location_name: "GeoRestriction"))
1247
2512
  Restrictions.struct_class = Types::Restrictions
1248
2513
 
@@ -1253,6 +2518,10 @@ module Aws::CloudFront
1253
2518
  S3OriginConfig.add_member(:origin_access_identity, Shapes::ShapeRef.new(shape: string, required: true, location_name: "OriginAccessIdentity"))
1254
2519
  S3OriginConfig.struct_class = Types::S3OriginConfig
1255
2520
 
2521
+ SessionStickinessConfig.add_member(:idle_ttl, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "IdleTTL"))
2522
+ SessionStickinessConfig.add_member(:maximum_ttl, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "MaximumTTL"))
2523
+ SessionStickinessConfig.struct_class = Types::SessionStickinessConfig
2524
+
1256
2525
  Signer.add_member(:aws_account_number, Shapes::ShapeRef.new(shape: string, location_name: "AwsAccountNumber"))
1257
2526
  Signer.add_member(:key_pair_ids, Shapes::ShapeRef.new(shape: KeyPairIds, location_name: "KeyPairIds"))
1258
2527
  Signer.struct_class = Types::Signer
@@ -1261,6 +2530,15 @@ module Aws::CloudFront
1261
2530
 
1262
2531
  SslProtocolsList.member = Shapes::ShapeRef.new(shape: SslProtocol, location_name: "SslProtocol")
1263
2532
 
2533
+ StagingDistributionDnsNameList.member = Shapes::ShapeRef.new(shape: string, location_name: "DnsName")
2534
+
2535
+ StagingDistributionDnsNames.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
2536
+ StagingDistributionDnsNames.add_member(:items, Shapes::ShapeRef.new(shape: StagingDistributionDnsNameList, location_name: "Items"))
2537
+ StagingDistributionDnsNames.struct_class = Types::StagingDistributionDnsNames
2538
+
2539
+ StagingDistributionInUse.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2540
+ StagingDistributionInUse.struct_class = Types::StagingDistributionInUse
2541
+
1264
2542
  StatusCodeList.member = Shapes::ShapeRef.new(shape: integer, location_name: "StatusCode")
1265
2543
 
1266
2544
  StatusCodes.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
@@ -1336,7 +2614,7 @@ module Aws::CloudFront
1336
2614
  TagList.member = Shapes::ShapeRef.new(shape: Tag, location_name: "Tag")
1337
2615
 
1338
2616
  TagResourceRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location: "querystring", location_name: "Resource"))
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/"}}))
2617
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "Tags", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
1340
2618
  TagResourceRequest.struct_class = Types::TagResourceRequest
1341
2619
  TagResourceRequest[:payload] = :tags
1342
2620
  TagResourceRequest[:payload_member] = TagResourceRequest.member(:tags)
@@ -1344,30 +2622,90 @@ module Aws::CloudFront
1344
2622
  Tags.add_member(:items, Shapes::ShapeRef.new(shape: TagList, location_name: "Items"))
1345
2623
  Tags.struct_class = Types::Tags
1346
2624
 
2625
+ TestFunctionFailed.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2626
+ TestFunctionFailed.struct_class = Types::TestFunctionFailed
2627
+
2628
+ TestFunctionRequest.add_member(:name, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Name"))
2629
+ TestFunctionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, required: true, location: "header", location_name: "If-Match"))
2630
+ TestFunctionRequest.add_member(:stage, Shapes::ShapeRef.new(shape: FunctionStage, location_name: "Stage"))
2631
+ TestFunctionRequest.add_member(:event_object, Shapes::ShapeRef.new(shape: FunctionEventObject, required: true, location_name: "EventObject"))
2632
+ TestFunctionRequest.struct_class = Types::TestFunctionRequest
2633
+
2634
+ TestFunctionResult.add_member(:test_result, Shapes::ShapeRef.new(shape: TestResult, location_name: "TestResult"))
2635
+ TestFunctionResult.struct_class = Types::TestFunctionResult
2636
+ TestFunctionResult[:payload] = :test_result
2637
+ TestFunctionResult[:payload_member] = TestFunctionResult.member(:test_result)
2638
+
2639
+ TestResult.add_member(:function_summary, Shapes::ShapeRef.new(shape: FunctionSummary, location_name: "FunctionSummary"))
2640
+ TestResult.add_member(:compute_utilization, Shapes::ShapeRef.new(shape: string, location_name: "ComputeUtilization"))
2641
+ TestResult.add_member(:function_execution_logs, Shapes::ShapeRef.new(shape: FunctionExecutionLogList, location_name: "FunctionExecutionLogs"))
2642
+ TestResult.add_member(:function_error_message, Shapes::ShapeRef.new(shape: sensitiveStringType, location_name: "FunctionErrorMessage"))
2643
+ TestResult.add_member(:function_output, Shapes::ShapeRef.new(shape: sensitiveStringType, location_name: "FunctionOutput"))
2644
+ TestResult.struct_class = Types::TestResult
2645
+
2646
+ TooLongCSPInResponseHeadersPolicy.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2647
+ TooLongCSPInResponseHeadersPolicy.struct_class = Types::TooLongCSPInResponseHeadersPolicy
2648
+
1347
2649
  TooManyCacheBehaviors.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1348
2650
  TooManyCacheBehaviors.struct_class = Types::TooManyCacheBehaviors
1349
2651
 
2652
+ TooManyCachePolicies.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2653
+ TooManyCachePolicies.struct_class = Types::TooManyCachePolicies
2654
+
1350
2655
  TooManyCertificates.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1351
2656
  TooManyCertificates.struct_class = Types::TooManyCertificates
1352
2657
 
1353
2658
  TooManyCloudFrontOriginAccessIdentities.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1354
2659
  TooManyCloudFrontOriginAccessIdentities.struct_class = Types::TooManyCloudFrontOriginAccessIdentities
1355
2660
 
2661
+ TooManyContinuousDeploymentPolicies.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2662
+ TooManyContinuousDeploymentPolicies.struct_class = Types::TooManyContinuousDeploymentPolicies
2663
+
1356
2664
  TooManyCookieNamesInWhiteList.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1357
2665
  TooManyCookieNamesInWhiteList.struct_class = Types::TooManyCookieNamesInWhiteList
1358
2666
 
2667
+ TooManyCookiesInCachePolicy.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2668
+ TooManyCookiesInCachePolicy.struct_class = Types::TooManyCookiesInCachePolicy
2669
+
2670
+ TooManyCookiesInOriginRequestPolicy.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2671
+ TooManyCookiesInOriginRequestPolicy.struct_class = Types::TooManyCookiesInOriginRequestPolicy
2672
+
2673
+ TooManyCustomHeadersInResponseHeadersPolicy.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2674
+ TooManyCustomHeadersInResponseHeadersPolicy.struct_class = Types::TooManyCustomHeadersInResponseHeadersPolicy
2675
+
1359
2676
  TooManyDistributionCNAMEs.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1360
2677
  TooManyDistributionCNAMEs.struct_class = Types::TooManyDistributionCNAMEs
1361
2678
 
1362
2679
  TooManyDistributions.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1363
2680
  TooManyDistributions.struct_class = Types::TooManyDistributions
1364
2681
 
2682
+ TooManyDistributionsAssociatedToCachePolicy.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2683
+ TooManyDistributionsAssociatedToCachePolicy.struct_class = Types::TooManyDistributionsAssociatedToCachePolicy
2684
+
1365
2685
  TooManyDistributionsAssociatedToFieldLevelEncryptionConfig.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1366
2686
  TooManyDistributionsAssociatedToFieldLevelEncryptionConfig.struct_class = Types::TooManyDistributionsAssociatedToFieldLevelEncryptionConfig
1367
2687
 
2688
+ TooManyDistributionsAssociatedToKeyGroup.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2689
+ TooManyDistributionsAssociatedToKeyGroup.struct_class = Types::TooManyDistributionsAssociatedToKeyGroup
2690
+
2691
+ TooManyDistributionsAssociatedToOriginAccessControl.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2692
+ TooManyDistributionsAssociatedToOriginAccessControl.struct_class = Types::TooManyDistributionsAssociatedToOriginAccessControl
2693
+
2694
+ TooManyDistributionsAssociatedToOriginRequestPolicy.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2695
+ TooManyDistributionsAssociatedToOriginRequestPolicy.struct_class = Types::TooManyDistributionsAssociatedToOriginRequestPolicy
2696
+
2697
+ TooManyDistributionsAssociatedToResponseHeadersPolicy.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2698
+ TooManyDistributionsAssociatedToResponseHeadersPolicy.struct_class = Types::TooManyDistributionsAssociatedToResponseHeadersPolicy
2699
+
2700
+ TooManyDistributionsWithFunctionAssociations.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2701
+ TooManyDistributionsWithFunctionAssociations.struct_class = Types::TooManyDistributionsWithFunctionAssociations
2702
+
1368
2703
  TooManyDistributionsWithLambdaAssociations.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1369
2704
  TooManyDistributionsWithLambdaAssociations.struct_class = Types::TooManyDistributionsWithLambdaAssociations
1370
2705
 
2706
+ TooManyDistributionsWithSingleFunctionARN.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2707
+ TooManyDistributionsWithSingleFunctionARN.struct_class = Types::TooManyDistributionsWithSingleFunctionARN
2708
+
1371
2709
  TooManyFieldLevelEncryptionConfigs.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1372
2710
  TooManyFieldLevelEncryptionConfigs.struct_class = Types::TooManyFieldLevelEncryptionConfigs
1373
2711
 
@@ -1386,30 +2724,72 @@ module Aws::CloudFront
1386
2724
  TooManyFieldLevelEncryptionQueryArgProfiles.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1387
2725
  TooManyFieldLevelEncryptionQueryArgProfiles.struct_class = Types::TooManyFieldLevelEncryptionQueryArgProfiles
1388
2726
 
2727
+ TooManyFunctionAssociations.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2728
+ TooManyFunctionAssociations.struct_class = Types::TooManyFunctionAssociations
2729
+
2730
+ TooManyFunctions.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2731
+ TooManyFunctions.struct_class = Types::TooManyFunctions
2732
+
2733
+ TooManyHeadersInCachePolicy.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2734
+ TooManyHeadersInCachePolicy.struct_class = Types::TooManyHeadersInCachePolicy
2735
+
1389
2736
  TooManyHeadersInForwardedValues.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1390
2737
  TooManyHeadersInForwardedValues.struct_class = Types::TooManyHeadersInForwardedValues
1391
2738
 
2739
+ TooManyHeadersInOriginRequestPolicy.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2740
+ TooManyHeadersInOriginRequestPolicy.struct_class = Types::TooManyHeadersInOriginRequestPolicy
2741
+
1392
2742
  TooManyInvalidationsInProgress.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1393
2743
  TooManyInvalidationsInProgress.struct_class = Types::TooManyInvalidationsInProgress
1394
2744
 
2745
+ TooManyKeyGroups.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2746
+ TooManyKeyGroups.struct_class = Types::TooManyKeyGroups
2747
+
2748
+ TooManyKeyGroupsAssociatedToDistribution.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2749
+ TooManyKeyGroupsAssociatedToDistribution.struct_class = Types::TooManyKeyGroupsAssociatedToDistribution
2750
+
1395
2751
  TooManyLambdaFunctionAssociations.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1396
2752
  TooManyLambdaFunctionAssociations.struct_class = Types::TooManyLambdaFunctionAssociations
1397
2753
 
2754
+ TooManyOriginAccessControls.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2755
+ TooManyOriginAccessControls.struct_class = Types::TooManyOriginAccessControls
2756
+
1398
2757
  TooManyOriginCustomHeaders.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1399
2758
  TooManyOriginCustomHeaders.struct_class = Types::TooManyOriginCustomHeaders
1400
2759
 
1401
2760
  TooManyOriginGroupsPerDistribution.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1402
2761
  TooManyOriginGroupsPerDistribution.struct_class = Types::TooManyOriginGroupsPerDistribution
1403
2762
 
2763
+ TooManyOriginRequestPolicies.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2764
+ TooManyOriginRequestPolicies.struct_class = Types::TooManyOriginRequestPolicies
2765
+
1404
2766
  TooManyOrigins.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1405
2767
  TooManyOrigins.struct_class = Types::TooManyOrigins
1406
2768
 
1407
2769
  TooManyPublicKeys.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1408
2770
  TooManyPublicKeys.struct_class = Types::TooManyPublicKeys
1409
2771
 
2772
+ TooManyPublicKeysInKeyGroup.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2773
+ TooManyPublicKeysInKeyGroup.struct_class = Types::TooManyPublicKeysInKeyGroup
2774
+
1410
2775
  TooManyQueryStringParameters.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1411
2776
  TooManyQueryStringParameters.struct_class = Types::TooManyQueryStringParameters
1412
2777
 
2778
+ TooManyQueryStringsInCachePolicy.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2779
+ TooManyQueryStringsInCachePolicy.struct_class = Types::TooManyQueryStringsInCachePolicy
2780
+
2781
+ TooManyQueryStringsInOriginRequestPolicy.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2782
+ TooManyQueryStringsInOriginRequestPolicy.struct_class = Types::TooManyQueryStringsInOriginRequestPolicy
2783
+
2784
+ TooManyRealtimeLogConfigs.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2785
+ TooManyRealtimeLogConfigs.struct_class = Types::TooManyRealtimeLogConfigs
2786
+
2787
+ TooManyRemoveHeadersInResponseHeadersPolicy.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2788
+ TooManyRemoveHeadersInResponseHeadersPolicy.struct_class = Types::TooManyRemoveHeadersInResponseHeadersPolicy
2789
+
2790
+ TooManyResponseHeadersPolicies.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2791
+ TooManyResponseHeadersPolicies.struct_class = Types::TooManyResponseHeadersPolicies
2792
+
1413
2793
  TooManyStreamingDistributionCNAMEs.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1414
2794
  TooManyStreamingDistributionCNAMEs.struct_class = Types::TooManyStreamingDistributionCNAMEs
1415
2795
 
@@ -1419,6 +2799,21 @@ module Aws::CloudFront
1419
2799
  TooManyTrustedSigners.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1420
2800
  TooManyTrustedSigners.struct_class = Types::TooManyTrustedSigners
1421
2801
 
2802
+ TrafficConfig.add_member(:single_weight_config, Shapes::ShapeRef.new(shape: ContinuousDeploymentSingleWeightConfig, location_name: "SingleWeightConfig"))
2803
+ TrafficConfig.add_member(:single_header_config, Shapes::ShapeRef.new(shape: ContinuousDeploymentSingleHeaderConfig, location_name: "SingleHeaderConfig"))
2804
+ TrafficConfig.add_member(:type, Shapes::ShapeRef.new(shape: ContinuousDeploymentPolicyType, required: true, location_name: "Type"))
2805
+ TrafficConfig.struct_class = Types::TrafficConfig
2806
+
2807
+ TrustedKeyGroupDoesNotExist.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2808
+ TrustedKeyGroupDoesNotExist.struct_class = Types::TrustedKeyGroupDoesNotExist
2809
+
2810
+ TrustedKeyGroupIdList.member = Shapes::ShapeRef.new(shape: string, location_name: "KeyGroup")
2811
+
2812
+ TrustedKeyGroups.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Enabled"))
2813
+ TrustedKeyGroups.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
2814
+ TrustedKeyGroups.add_member(:items, Shapes::ShapeRef.new(shape: TrustedKeyGroupIdList, location_name: "Items"))
2815
+ TrustedKeyGroups.struct_class = Types::TrustedKeyGroups
2816
+
1422
2817
  TrustedSignerDoesNotExist.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1423
2818
  TrustedSignerDoesNotExist.struct_class = Types::TrustedSignerDoesNotExist
1424
2819
 
@@ -1427,13 +2822,29 @@ module Aws::CloudFront
1427
2822
  TrustedSigners.add_member(:items, Shapes::ShapeRef.new(shape: AwsAccountNumberList, location_name: "Items"))
1428
2823
  TrustedSigners.struct_class = Types::TrustedSigners
1429
2824
 
2825
+ UnsupportedOperation.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
2826
+ UnsupportedOperation.struct_class = Types::UnsupportedOperation
2827
+
1430
2828
  UntagResourceRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location: "querystring", location_name: "Resource"))
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/"}}))
2829
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location_name: "TagKeys", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
1432
2830
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
1433
2831
  UntagResourceRequest[:payload] = :tag_keys
1434
2832
  UntagResourceRequest[:payload_member] = UntagResourceRequest.member(:tag_keys)
1435
2833
 
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/"}}))
2834
+ UpdateCachePolicyRequest.add_member(:cache_policy_config, Shapes::ShapeRef.new(shape: CachePolicyConfig, required: true, location_name: "CachePolicyConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
2835
+ UpdateCachePolicyRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
2836
+ UpdateCachePolicyRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
2837
+ UpdateCachePolicyRequest.struct_class = Types::UpdateCachePolicyRequest
2838
+ UpdateCachePolicyRequest[:payload] = :cache_policy_config
2839
+ UpdateCachePolicyRequest[:payload_member] = UpdateCachePolicyRequest.member(:cache_policy_config)
2840
+
2841
+ UpdateCachePolicyResult.add_member(:cache_policy, Shapes::ShapeRef.new(shape: CachePolicy, location_name: "CachePolicy"))
2842
+ UpdateCachePolicyResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
2843
+ UpdateCachePolicyResult.struct_class = Types::UpdateCachePolicyResult
2844
+ UpdateCachePolicyResult[:payload] = :cache_policy
2845
+ UpdateCachePolicyResult[:payload_member] = UpdateCachePolicyResult.member(:cache_policy)
2846
+
2847
+ 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/2020-05-31/"}}))
1437
2848
  UpdateCloudFrontOriginAccessIdentityRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1438
2849
  UpdateCloudFrontOriginAccessIdentityRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
1439
2850
  UpdateCloudFrontOriginAccessIdentityRequest.struct_class = Types::UpdateCloudFrontOriginAccessIdentityRequest
@@ -1446,7 +2857,20 @@ module Aws::CloudFront
1446
2857
  UpdateCloudFrontOriginAccessIdentityResult[:payload] = :cloud_front_origin_access_identity
1447
2858
  UpdateCloudFrontOriginAccessIdentityResult[:payload_member] = UpdateCloudFrontOriginAccessIdentityResult.member(:cloud_front_origin_access_identity)
1448
2859
 
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/"}}))
2860
+ UpdateContinuousDeploymentPolicyRequest.add_member(:continuous_deployment_policy_config, Shapes::ShapeRef.new(shape: ContinuousDeploymentPolicyConfig, required: true, location_name: "ContinuousDeploymentPolicyConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
2861
+ UpdateContinuousDeploymentPolicyRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
2862
+ UpdateContinuousDeploymentPolicyRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
2863
+ UpdateContinuousDeploymentPolicyRequest.struct_class = Types::UpdateContinuousDeploymentPolicyRequest
2864
+ UpdateContinuousDeploymentPolicyRequest[:payload] = :continuous_deployment_policy_config
2865
+ UpdateContinuousDeploymentPolicyRequest[:payload_member] = UpdateContinuousDeploymentPolicyRequest.member(:continuous_deployment_policy_config)
2866
+
2867
+ UpdateContinuousDeploymentPolicyResult.add_member(:continuous_deployment_policy, Shapes::ShapeRef.new(shape: ContinuousDeploymentPolicy, location_name: "ContinuousDeploymentPolicy"))
2868
+ UpdateContinuousDeploymentPolicyResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
2869
+ UpdateContinuousDeploymentPolicyResult.struct_class = Types::UpdateContinuousDeploymentPolicyResult
2870
+ UpdateContinuousDeploymentPolicyResult[:payload] = :continuous_deployment_policy
2871
+ UpdateContinuousDeploymentPolicyResult[:payload_member] = UpdateContinuousDeploymentPolicyResult.member(:continuous_deployment_policy)
2872
+
2873
+ UpdateDistributionRequest.add_member(:distribution_config, Shapes::ShapeRef.new(shape: DistributionConfig, required: true, location_name: "DistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
1450
2874
  UpdateDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1451
2875
  UpdateDistributionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
1452
2876
  UpdateDistributionRequest.struct_class = Types::UpdateDistributionRequest
@@ -1459,7 +2883,18 @@ module Aws::CloudFront
1459
2883
  UpdateDistributionResult[:payload] = :distribution
1460
2884
  UpdateDistributionResult[:payload_member] = UpdateDistributionResult.member(:distribution)
1461
2885
 
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/"}}))
2886
+ UpdateDistributionWithStagingConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
2887
+ UpdateDistributionWithStagingConfigRequest.add_member(:staging_distribution_id, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "StagingDistributionId"))
2888
+ UpdateDistributionWithStagingConfigRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
2889
+ UpdateDistributionWithStagingConfigRequest.struct_class = Types::UpdateDistributionWithStagingConfigRequest
2890
+
2891
+ UpdateDistributionWithStagingConfigResult.add_member(:distribution, Shapes::ShapeRef.new(shape: Distribution, location_name: "Distribution"))
2892
+ UpdateDistributionWithStagingConfigResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
2893
+ UpdateDistributionWithStagingConfigResult.struct_class = Types::UpdateDistributionWithStagingConfigResult
2894
+ UpdateDistributionWithStagingConfigResult[:payload] = :distribution
2895
+ UpdateDistributionWithStagingConfigResult[:payload_member] = UpdateDistributionWithStagingConfigResult.member(:distribution)
2896
+
2897
+ 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/2020-05-31/"}}))
1463
2898
  UpdateFieldLevelEncryptionConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1464
2899
  UpdateFieldLevelEncryptionConfigRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
1465
2900
  UpdateFieldLevelEncryptionConfigRequest.struct_class = Types::UpdateFieldLevelEncryptionConfigRequest
@@ -1472,7 +2907,7 @@ module Aws::CloudFront
1472
2907
  UpdateFieldLevelEncryptionConfigResult[:payload] = :field_level_encryption
1473
2908
  UpdateFieldLevelEncryptionConfigResult[:payload_member] = UpdateFieldLevelEncryptionConfigResult.member(:field_level_encryption)
1474
2909
 
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/"}}))
2910
+ 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/2020-05-31/"}}))
1476
2911
  UpdateFieldLevelEncryptionProfileRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1477
2912
  UpdateFieldLevelEncryptionProfileRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
1478
2913
  UpdateFieldLevelEncryptionProfileRequest.struct_class = Types::UpdateFieldLevelEncryptionProfileRequest
@@ -1485,7 +2920,58 @@ module Aws::CloudFront
1485
2920
  UpdateFieldLevelEncryptionProfileResult[:payload] = :field_level_encryption_profile
1486
2921
  UpdateFieldLevelEncryptionProfileResult[:payload_member] = UpdateFieldLevelEncryptionProfileResult.member(:field_level_encryption_profile)
1487
2922
 
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/"}}))
2923
+ UpdateFunctionRequest.add_member(:name, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Name"))
2924
+ UpdateFunctionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, required: true, location: "header", location_name: "If-Match"))
2925
+ UpdateFunctionRequest.add_member(:function_config, Shapes::ShapeRef.new(shape: FunctionConfig, required: true, location_name: "FunctionConfig"))
2926
+ UpdateFunctionRequest.add_member(:function_code, Shapes::ShapeRef.new(shape: FunctionBlob, required: true, location_name: "FunctionCode"))
2927
+ UpdateFunctionRequest.struct_class = Types::UpdateFunctionRequest
2928
+
2929
+ UpdateFunctionResult.add_member(:function_summary, Shapes::ShapeRef.new(shape: FunctionSummary, location_name: "FunctionSummary"))
2930
+ UpdateFunctionResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETtag"))
2931
+ UpdateFunctionResult.struct_class = Types::UpdateFunctionResult
2932
+ UpdateFunctionResult[:payload] = :function_summary
2933
+ UpdateFunctionResult[:payload_member] = UpdateFunctionResult.member(:function_summary)
2934
+
2935
+ UpdateKeyGroupRequest.add_member(:key_group_config, Shapes::ShapeRef.new(shape: KeyGroupConfig, required: true, location_name: "KeyGroupConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
2936
+ UpdateKeyGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
2937
+ UpdateKeyGroupRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
2938
+ UpdateKeyGroupRequest.struct_class = Types::UpdateKeyGroupRequest
2939
+ UpdateKeyGroupRequest[:payload] = :key_group_config
2940
+ UpdateKeyGroupRequest[:payload_member] = UpdateKeyGroupRequest.member(:key_group_config)
2941
+
2942
+ UpdateKeyGroupResult.add_member(:key_group, Shapes::ShapeRef.new(shape: KeyGroup, location_name: "KeyGroup"))
2943
+ UpdateKeyGroupResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
2944
+ UpdateKeyGroupResult.struct_class = Types::UpdateKeyGroupResult
2945
+ UpdateKeyGroupResult[:payload] = :key_group
2946
+ UpdateKeyGroupResult[:payload_member] = UpdateKeyGroupResult.member(:key_group)
2947
+
2948
+ UpdateOriginAccessControlRequest.add_member(:origin_access_control_config, Shapes::ShapeRef.new(shape: OriginAccessControlConfig, required: true, location_name: "OriginAccessControlConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
2949
+ UpdateOriginAccessControlRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
2950
+ UpdateOriginAccessControlRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
2951
+ UpdateOriginAccessControlRequest.struct_class = Types::UpdateOriginAccessControlRequest
2952
+ UpdateOriginAccessControlRequest[:payload] = :origin_access_control_config
2953
+ UpdateOriginAccessControlRequest[:payload_member] = UpdateOriginAccessControlRequest.member(:origin_access_control_config)
2954
+
2955
+ UpdateOriginAccessControlResult.add_member(:origin_access_control, Shapes::ShapeRef.new(shape: OriginAccessControl, location_name: "OriginAccessControl"))
2956
+ UpdateOriginAccessControlResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
2957
+ UpdateOriginAccessControlResult.struct_class = Types::UpdateOriginAccessControlResult
2958
+ UpdateOriginAccessControlResult[:payload] = :origin_access_control
2959
+ UpdateOriginAccessControlResult[:payload_member] = UpdateOriginAccessControlResult.member(:origin_access_control)
2960
+
2961
+ UpdateOriginRequestPolicyRequest.add_member(:origin_request_policy_config, Shapes::ShapeRef.new(shape: OriginRequestPolicyConfig, required: true, location_name: "OriginRequestPolicyConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
2962
+ UpdateOriginRequestPolicyRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
2963
+ UpdateOriginRequestPolicyRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
2964
+ UpdateOriginRequestPolicyRequest.struct_class = Types::UpdateOriginRequestPolicyRequest
2965
+ UpdateOriginRequestPolicyRequest[:payload] = :origin_request_policy_config
2966
+ UpdateOriginRequestPolicyRequest[:payload_member] = UpdateOriginRequestPolicyRequest.member(:origin_request_policy_config)
2967
+
2968
+ UpdateOriginRequestPolicyResult.add_member(:origin_request_policy, Shapes::ShapeRef.new(shape: OriginRequestPolicy, location_name: "OriginRequestPolicy"))
2969
+ UpdateOriginRequestPolicyResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
2970
+ UpdateOriginRequestPolicyResult.struct_class = Types::UpdateOriginRequestPolicyResult
2971
+ UpdateOriginRequestPolicyResult[:payload] = :origin_request_policy
2972
+ UpdateOriginRequestPolicyResult[:payload_member] = UpdateOriginRequestPolicyResult.member(:origin_request_policy)
2973
+
2974
+ UpdatePublicKeyRequest.add_member(:public_key_config, Shapes::ShapeRef.new(shape: PublicKeyConfig, required: true, location_name: "PublicKeyConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
1489
2975
  UpdatePublicKeyRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1490
2976
  UpdatePublicKeyRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
1491
2977
  UpdatePublicKeyRequest.struct_class = Types::UpdatePublicKeyRequest
@@ -1498,7 +2984,30 @@ module Aws::CloudFront
1498
2984
  UpdatePublicKeyResult[:payload] = :public_key
1499
2985
  UpdatePublicKeyResult[:payload_member] = UpdatePublicKeyResult.member(:public_key)
1500
2986
 
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/"}}))
2987
+ UpdateRealtimeLogConfigRequest.add_member(:end_points, Shapes::ShapeRef.new(shape: EndPointList, location_name: "EndPoints"))
2988
+ UpdateRealtimeLogConfigRequest.add_member(:fields, Shapes::ShapeRef.new(shape: FieldList, location_name: "Fields"))
2989
+ UpdateRealtimeLogConfigRequest.add_member(:name, Shapes::ShapeRef.new(shape: string, location_name: "Name"))
2990
+ UpdateRealtimeLogConfigRequest.add_member(:arn, Shapes::ShapeRef.new(shape: string, location_name: "ARN"))
2991
+ UpdateRealtimeLogConfigRequest.add_member(:sampling_rate, Shapes::ShapeRef.new(shape: long, location_name: "SamplingRate"))
2992
+ UpdateRealtimeLogConfigRequest.struct_class = Types::UpdateRealtimeLogConfigRequest
2993
+
2994
+ UpdateRealtimeLogConfigResult.add_member(:realtime_log_config, Shapes::ShapeRef.new(shape: RealtimeLogConfig, location_name: "RealtimeLogConfig"))
2995
+ UpdateRealtimeLogConfigResult.struct_class = Types::UpdateRealtimeLogConfigResult
2996
+
2997
+ UpdateResponseHeadersPolicyRequest.add_member(:response_headers_policy_config, Shapes::ShapeRef.new(shape: ResponseHeadersPolicyConfig, required: true, location_name: "ResponseHeadersPolicyConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
2998
+ UpdateResponseHeadersPolicyRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
2999
+ UpdateResponseHeadersPolicyRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
3000
+ UpdateResponseHeadersPolicyRequest.struct_class = Types::UpdateResponseHeadersPolicyRequest
3001
+ UpdateResponseHeadersPolicyRequest[:payload] = :response_headers_policy_config
3002
+ UpdateResponseHeadersPolicyRequest[:payload_member] = UpdateResponseHeadersPolicyRequest.member(:response_headers_policy_config)
3003
+
3004
+ UpdateResponseHeadersPolicyResult.add_member(:response_headers_policy, Shapes::ShapeRef.new(shape: ResponseHeadersPolicy, location_name: "ResponseHeadersPolicy"))
3005
+ UpdateResponseHeadersPolicyResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
3006
+ UpdateResponseHeadersPolicyResult.struct_class = Types::UpdateResponseHeadersPolicyResult
3007
+ UpdateResponseHeadersPolicyResult[:payload] = :response_headers_policy
3008
+ UpdateResponseHeadersPolicyResult[:payload_member] = UpdateResponseHeadersPolicyResult.member(:response_headers_policy)
3009
+
3010
+ UpdateStreamingDistributionRequest.add_member(:streaming_distribution_config, Shapes::ShapeRef.new(shape: StreamingDistributionConfig, required: true, location_name: "StreamingDistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
1502
3011
  UpdateStreamingDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
1503
3012
  UpdateStreamingDistributionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
1504
3013
  UpdateStreamingDistributionRequest.struct_class = Types::UpdateStreamingDistributionRequest
@@ -1524,10 +3033,10 @@ module Aws::CloudFront
1524
3033
  # @api private
1525
3034
  API = Seahorse::Model::Api.new.tap do |api|
1526
3035
 
1527
- api.version = "2019-03-26"
3036
+ api.version = "2020-05-31"
1528
3037
 
1529
3038
  api.metadata = {
1530
- "apiVersion" => "2019-03-26",
3039
+ "apiVersion" => "2020-05-31",
1531
3040
  "endpointPrefix" => "cloudfront",
1532
3041
  "globalEndpoint" => "cloudfront.amazonaws.com",
1533
3042
  "protocol" => "rest-xml",
@@ -1535,32 +3044,41 @@ module Aws::CloudFront
1535
3044
  "serviceFullName" => "Amazon CloudFront",
1536
3045
  "serviceId" => "CloudFront",
1537
3046
  "signatureVersion" => "v4",
1538
- "uid" => "cloudfront-2019-03-26",
3047
+ "uid" => "cloudfront-2020-05-31",
1539
3048
  }
1540
3049
 
1541
- api.add_operation(:create_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
1542
- o.name = "CreateCloudFrontOriginAccessIdentity2019_03_26"
1543
- o.http_method = "POST"
1544
- o.http_request_uri = "/2019-03-26/origin-access-identity/cloudfront"
1545
- o.input = Shapes::ShapeRef.new(shape: CreateCloudFrontOriginAccessIdentityRequest)
1546
- o.output = Shapes::ShapeRef.new(shape: CreateCloudFrontOriginAccessIdentityResult)
1547
- o.errors << Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityAlreadyExists)
1548
- o.errors << Shapes::ShapeRef.new(shape: MissingBody)
1549
- o.errors << Shapes::ShapeRef.new(shape: TooManyCloudFrontOriginAccessIdentities)
3050
+ api.add_operation(:associate_alias, Seahorse::Model::Operation.new.tap do |o|
3051
+ o.name = "AssociateAlias2020_05_31"
3052
+ o.http_method = "PUT"
3053
+ o.http_request_uri = "/2020-05-31/distribution/{TargetDistributionId}/associate-alias"
3054
+ o.input = Shapes::ShapeRef.new(shape: AssociateAliasRequest)
3055
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1550
3056
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
1551
- o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
3057
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
3058
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionCNAMEs)
3059
+ o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
3060
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
1552
3061
  end)
1553
3062
 
1554
- api.add_operation(:create_distribution, Seahorse::Model::Operation.new.tap do |o|
1555
- o.name = "CreateDistribution2019_03_26"
3063
+ api.add_operation(:copy_distribution, Seahorse::Model::Operation.new.tap do |o|
3064
+ o.name = "CopyDistribution2020_05_31"
1556
3065
  o.http_method = "POST"
1557
- o.http_request_uri = "/2019-03-26/distribution"
1558
- o.input = Shapes::ShapeRef.new(shape: CreateDistributionRequest)
1559
- o.output = Shapes::ShapeRef.new(shape: CreateDistributionResult)
3066
+ o.http_request_uri = "/2020-05-31/distribution/{PrimaryDistributionId}/copy"
3067
+ o.input = Shapes::ShapeRef.new(shape: CopyDistributionRequest,
3068
+ location_name: "CopyDistributionRequest",
3069
+ metadata: {
3070
+ "xmlNamespace" => {"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
3071
+ }
3072
+ )
3073
+ o.output = Shapes::ShapeRef.new(shape: CopyDistributionResult)
1560
3074
  o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
1561
3075
  o.errors << Shapes::ShapeRef.new(shape: DistributionAlreadyExists)
1562
3076
  o.errors << Shapes::ShapeRef.new(shape: InvalidOrigin)
1563
3077
  o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessIdentity)
3078
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessControl)
3079
+ o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
3080
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
3081
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
1564
3082
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
1565
3083
  o.errors << Shapes::ShapeRef.new(shape: TooManyTrustedSigners)
1566
3084
  o.errors << Shapes::ShapeRef.new(shape: TrustedSignerDoesNotExist)
@@ -1594,25 +3112,86 @@ module Aws::CloudFront
1594
3112
  o.errors << Shapes::ShapeRef.new(shape: TooManyQueryStringParameters)
1595
3113
  o.errors << Shapes::ShapeRef.new(shape: InvalidQueryStringParameters)
1596
3114
  o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsWithLambdaAssociations)
3115
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsWithSingleFunctionARN)
1597
3116
  o.errors << Shapes::ShapeRef.new(shape: TooManyLambdaFunctionAssociations)
1598
3117
  o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaFunctionAssociation)
3118
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsWithFunctionAssociations)
3119
+ o.errors << Shapes::ShapeRef.new(shape: TooManyFunctionAssociations)
3120
+ o.errors << Shapes::ShapeRef.new(shape: InvalidFunctionAssociation)
1599
3121
  o.errors << Shapes::ShapeRef.new(shape: InvalidOriginReadTimeout)
1600
3122
  o.errors << Shapes::ShapeRef.new(shape: InvalidOriginKeepaliveTimeout)
1601
3123
  o.errors << Shapes::ShapeRef.new(shape: NoSuchFieldLevelEncryptionConfig)
1602
3124
  o.errors << Shapes::ShapeRef.new(shape: IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior)
1603
3125
  o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToFieldLevelEncryptionConfig)
3126
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchCachePolicy)
3127
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToCachePolicy)
3128
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchResponseHeadersPolicy)
3129
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToResponseHeadersPolicy)
3130
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchOriginRequestPolicy)
3131
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToOriginRequestPolicy)
3132
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToKeyGroup)
3133
+ o.errors << Shapes::ShapeRef.new(shape: TooManyKeyGroupsAssociatedToDistribution)
3134
+ o.errors << Shapes::ShapeRef.new(shape: TrustedKeyGroupDoesNotExist)
3135
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchRealtimeLogConfig)
3136
+ o.errors << Shapes::ShapeRef.new(shape: RealtimeLogConfigOwnerMismatch)
1604
3137
  end)
1605
3138
 
1606
- api.add_operation(:create_distribution_with_tags, Seahorse::Model::Operation.new.tap do |o|
1607
- o.name = "CreateDistributionWithTags2019_03_26"
3139
+ api.add_operation(:create_cache_policy, Seahorse::Model::Operation.new.tap do |o|
3140
+ o.name = "CreateCachePolicy2020_05_31"
1608
3141
  o.http_method = "POST"
1609
- o.http_request_uri = "/2019-03-26/distribution?WithTags"
1610
- o.input = Shapes::ShapeRef.new(shape: CreateDistributionWithTagsRequest)
1611
- o.output = Shapes::ShapeRef.new(shape: CreateDistributionWithTagsResult)
3142
+ o.http_request_uri = "/2020-05-31/cache-policy"
3143
+ o.input = Shapes::ShapeRef.new(shape: CreateCachePolicyRequest)
3144
+ o.output = Shapes::ShapeRef.new(shape: CreateCachePolicyResult)
3145
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
3146
+ o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
3147
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
3148
+ o.errors << Shapes::ShapeRef.new(shape: CachePolicyAlreadyExists)
3149
+ o.errors << Shapes::ShapeRef.new(shape: TooManyCachePolicies)
3150
+ o.errors << Shapes::ShapeRef.new(shape: TooManyHeadersInCachePolicy)
3151
+ o.errors << Shapes::ShapeRef.new(shape: TooManyCookiesInCachePolicy)
3152
+ o.errors << Shapes::ShapeRef.new(shape: TooManyQueryStringsInCachePolicy)
3153
+ end)
3154
+
3155
+ api.add_operation(:create_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
3156
+ o.name = "CreateCloudFrontOriginAccessIdentity2020_05_31"
3157
+ o.http_method = "POST"
3158
+ o.http_request_uri = "/2020-05-31/origin-access-identity/cloudfront"
3159
+ o.input = Shapes::ShapeRef.new(shape: CreateCloudFrontOriginAccessIdentityRequest)
3160
+ o.output = Shapes::ShapeRef.new(shape: CreateCloudFrontOriginAccessIdentityResult)
3161
+ o.errors << Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityAlreadyExists)
3162
+ o.errors << Shapes::ShapeRef.new(shape: MissingBody)
3163
+ o.errors << Shapes::ShapeRef.new(shape: TooManyCloudFrontOriginAccessIdentities)
3164
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
3165
+ o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
3166
+ end)
3167
+
3168
+ api.add_operation(:create_continuous_deployment_policy, Seahorse::Model::Operation.new.tap do |o|
3169
+ o.name = "CreateContinuousDeploymentPolicy2020_05_31"
3170
+ o.http_method = "POST"
3171
+ o.http_request_uri = "/2020-05-31/continuous-deployment-policy"
3172
+ o.input = Shapes::ShapeRef.new(shape: CreateContinuousDeploymentPolicyRequest)
3173
+ o.output = Shapes::ShapeRef.new(shape: CreateContinuousDeploymentPolicyResult)
3174
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
3175
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
3176
+ o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
3177
+ o.errors << Shapes::ShapeRef.new(shape: ContinuousDeploymentPolicyAlreadyExists)
3178
+ o.errors << Shapes::ShapeRef.new(shape: TooManyContinuousDeploymentPolicies)
3179
+ o.errors << Shapes::ShapeRef.new(shape: StagingDistributionInUse)
3180
+ end)
3181
+
3182
+ api.add_operation(:create_distribution, Seahorse::Model::Operation.new.tap do |o|
3183
+ o.name = "CreateDistribution2020_05_31"
3184
+ o.http_method = "POST"
3185
+ o.http_request_uri = "/2020-05-31/distribution"
3186
+ o.input = Shapes::ShapeRef.new(shape: CreateDistributionRequest)
3187
+ o.output = Shapes::ShapeRef.new(shape: CreateDistributionResult)
1612
3188
  o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
1613
3189
  o.errors << Shapes::ShapeRef.new(shape: DistributionAlreadyExists)
1614
3190
  o.errors << Shapes::ShapeRef.new(shape: InvalidOrigin)
1615
3191
  o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessIdentity)
3192
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessControl)
3193
+ o.errors << Shapes::ShapeRef.new(shape: IllegalOriginAccessConfiguration)
3194
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToOriginAccessControl)
1616
3195
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
1617
3196
  o.errors << Shapes::ShapeRef.new(shape: TooManyTrustedSigners)
1618
3197
  o.errors << Shapes::ShapeRef.new(shape: TrustedSignerDoesNotExist)
@@ -1643,23 +3222,112 @@ module Aws::CloudFront
1643
3222
  o.errors << Shapes::ShapeRef.new(shape: InvalidTTLOrder)
1644
3223
  o.errors << Shapes::ShapeRef.new(shape: InvalidWebACLId)
1645
3224
  o.errors << Shapes::ShapeRef.new(shape: TooManyOriginCustomHeaders)
1646
- o.errors << Shapes::ShapeRef.new(shape: InvalidTagging)
1647
3225
  o.errors << Shapes::ShapeRef.new(shape: TooManyQueryStringParameters)
1648
3226
  o.errors << Shapes::ShapeRef.new(shape: InvalidQueryStringParameters)
1649
3227
  o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsWithLambdaAssociations)
3228
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsWithSingleFunctionARN)
1650
3229
  o.errors << Shapes::ShapeRef.new(shape: TooManyLambdaFunctionAssociations)
1651
3230
  o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaFunctionAssociation)
3231
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsWithFunctionAssociations)
3232
+ o.errors << Shapes::ShapeRef.new(shape: TooManyFunctionAssociations)
3233
+ o.errors << Shapes::ShapeRef.new(shape: InvalidFunctionAssociation)
1652
3234
  o.errors << Shapes::ShapeRef.new(shape: InvalidOriginReadTimeout)
1653
3235
  o.errors << Shapes::ShapeRef.new(shape: InvalidOriginKeepaliveTimeout)
1654
3236
  o.errors << Shapes::ShapeRef.new(shape: NoSuchFieldLevelEncryptionConfig)
1655
3237
  o.errors << Shapes::ShapeRef.new(shape: IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior)
1656
3238
  o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToFieldLevelEncryptionConfig)
3239
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchCachePolicy)
3240
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToCachePolicy)
3241
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchResponseHeadersPolicy)
3242
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToResponseHeadersPolicy)
3243
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchOriginRequestPolicy)
3244
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToOriginRequestPolicy)
3245
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToKeyGroup)
3246
+ o.errors << Shapes::ShapeRef.new(shape: TooManyKeyGroupsAssociatedToDistribution)
3247
+ o.errors << Shapes::ShapeRef.new(shape: TrustedKeyGroupDoesNotExist)
3248
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchRealtimeLogConfig)
3249
+ o.errors << Shapes::ShapeRef.new(shape: RealtimeLogConfigOwnerMismatch)
3250
+ o.errors << Shapes::ShapeRef.new(shape: ContinuousDeploymentPolicyInUse)
3251
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchContinuousDeploymentPolicy)
3252
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDomainNameForOriginAccessControl)
1657
3253
  end)
1658
3254
 
1659
- api.add_operation(:create_field_level_encryption_config, Seahorse::Model::Operation.new.tap do |o|
1660
- o.name = "CreateFieldLevelEncryptionConfig2019_03_26"
3255
+ api.add_operation(:create_distribution_with_tags, Seahorse::Model::Operation.new.tap do |o|
3256
+ o.name = "CreateDistributionWithTags2020_05_31"
3257
+ o.http_method = "POST"
3258
+ o.http_request_uri = "/2020-05-31/distribution?WithTags"
3259
+ o.input = Shapes::ShapeRef.new(shape: CreateDistributionWithTagsRequest)
3260
+ o.output = Shapes::ShapeRef.new(shape: CreateDistributionWithTagsResult)
3261
+ o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
3262
+ o.errors << Shapes::ShapeRef.new(shape: DistributionAlreadyExists)
3263
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOrigin)
3264
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessIdentity)
3265
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessControl)
3266
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
3267
+ o.errors << Shapes::ShapeRef.new(shape: TooManyTrustedSigners)
3268
+ o.errors << Shapes::ShapeRef.new(shape: TrustedSignerDoesNotExist)
3269
+ o.errors << Shapes::ShapeRef.new(shape: InvalidViewerCertificate)
3270
+ o.errors << Shapes::ShapeRef.new(shape: InvalidMinimumProtocolVersion)
3271
+ o.errors << Shapes::ShapeRef.new(shape: MissingBody)
3272
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionCNAMEs)
3273
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributions)
3274
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDefaultRootObject)
3275
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRelativePath)
3276
+ o.errors << Shapes::ShapeRef.new(shape: InvalidErrorCode)
3277
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResponseCode)
3278
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
3279
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequiredProtocol)
3280
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchOrigin)
3281
+ o.errors << Shapes::ShapeRef.new(shape: TooManyOrigins)
3282
+ o.errors << Shapes::ShapeRef.new(shape: TooManyOriginGroupsPerDistribution)
3283
+ o.errors << Shapes::ShapeRef.new(shape: TooManyCacheBehaviors)
3284
+ o.errors << Shapes::ShapeRef.new(shape: TooManyCookieNamesInWhiteList)
3285
+ o.errors << Shapes::ShapeRef.new(shape: InvalidForwardCookies)
3286
+ o.errors << Shapes::ShapeRef.new(shape: TooManyHeadersInForwardedValues)
3287
+ o.errors << Shapes::ShapeRef.new(shape: InvalidHeadersForS3Origin)
3288
+ o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
3289
+ o.errors << Shapes::ShapeRef.new(shape: TooManyCertificates)
3290
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLocationCode)
3291
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGeoRestrictionParameter)
3292
+ o.errors << Shapes::ShapeRef.new(shape: InvalidProtocolSettings)
3293
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTTLOrder)
3294
+ o.errors << Shapes::ShapeRef.new(shape: InvalidWebACLId)
3295
+ o.errors << Shapes::ShapeRef.new(shape: TooManyOriginCustomHeaders)
3296
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTagging)
3297
+ o.errors << Shapes::ShapeRef.new(shape: TooManyQueryStringParameters)
3298
+ o.errors << Shapes::ShapeRef.new(shape: InvalidQueryStringParameters)
3299
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsWithLambdaAssociations)
3300
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsWithSingleFunctionARN)
3301
+ o.errors << Shapes::ShapeRef.new(shape: TooManyLambdaFunctionAssociations)
3302
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaFunctionAssociation)
3303
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsWithFunctionAssociations)
3304
+ o.errors << Shapes::ShapeRef.new(shape: TooManyFunctionAssociations)
3305
+ o.errors << Shapes::ShapeRef.new(shape: InvalidFunctionAssociation)
3306
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOriginReadTimeout)
3307
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOriginKeepaliveTimeout)
3308
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchFieldLevelEncryptionConfig)
3309
+ o.errors << Shapes::ShapeRef.new(shape: IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior)
3310
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToFieldLevelEncryptionConfig)
3311
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchCachePolicy)
3312
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToCachePolicy)
3313
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchResponseHeadersPolicy)
3314
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToResponseHeadersPolicy)
3315
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchOriginRequestPolicy)
3316
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToOriginRequestPolicy)
3317
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToKeyGroup)
3318
+ o.errors << Shapes::ShapeRef.new(shape: TooManyKeyGroupsAssociatedToDistribution)
3319
+ o.errors << Shapes::ShapeRef.new(shape: TrustedKeyGroupDoesNotExist)
3320
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchRealtimeLogConfig)
3321
+ o.errors << Shapes::ShapeRef.new(shape: RealtimeLogConfigOwnerMismatch)
3322
+ o.errors << Shapes::ShapeRef.new(shape: ContinuousDeploymentPolicyInUse)
3323
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchContinuousDeploymentPolicy)
3324
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDomainNameForOriginAccessControl)
3325
+ end)
3326
+
3327
+ api.add_operation(:create_field_level_encryption_config, Seahorse::Model::Operation.new.tap do |o|
3328
+ o.name = "CreateFieldLevelEncryptionConfig2020_05_31"
1661
3329
  o.http_method = "POST"
1662
- o.http_request_uri = "/2019-03-26/field-level-encryption"
3330
+ o.http_request_uri = "/2020-05-31/field-level-encryption"
1663
3331
  o.input = Shapes::ShapeRef.new(shape: CreateFieldLevelEncryptionConfigRequest)
1664
3332
  o.output = Shapes::ShapeRef.new(shape: CreateFieldLevelEncryptionConfigResult)
1665
3333
  o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
@@ -1673,9 +3341,9 @@ module Aws::CloudFront
1673
3341
  end)
1674
3342
 
1675
3343
  api.add_operation(:create_field_level_encryption_profile, Seahorse::Model::Operation.new.tap do |o|
1676
- o.name = "CreateFieldLevelEncryptionProfile2019_03_26"
3344
+ o.name = "CreateFieldLevelEncryptionProfile2020_05_31"
1677
3345
  o.http_method = "POST"
1678
- o.http_request_uri = "/2019-03-26/field-level-encryption-profile"
3346
+ o.http_request_uri = "/2020-05-31/field-level-encryption-profile"
1679
3347
  o.input = Shapes::ShapeRef.new(shape: CreateFieldLevelEncryptionProfileRequest)
1680
3348
  o.output = Shapes::ShapeRef.new(shape: CreateFieldLevelEncryptionProfileResult)
1681
3349
  o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
@@ -1688,10 +3356,28 @@ module Aws::CloudFront
1688
3356
  o.errors << Shapes::ShapeRef.new(shape: TooManyFieldLevelEncryptionFieldPatterns)
1689
3357
  end)
1690
3358
 
3359
+ api.add_operation(:create_function, Seahorse::Model::Operation.new.tap do |o|
3360
+ o.name = "CreateFunction2020_05_31"
3361
+ o.http_method = "POST"
3362
+ o.http_request_uri = "/2020-05-31/function"
3363
+ o.input = Shapes::ShapeRef.new(shape: CreateFunctionRequest,
3364
+ location_name: "CreateFunctionRequest",
3365
+ metadata: {
3366
+ "xmlNamespace" => {"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
3367
+ }
3368
+ )
3369
+ o.output = Shapes::ShapeRef.new(shape: CreateFunctionResult)
3370
+ o.errors << Shapes::ShapeRef.new(shape: TooManyFunctions)
3371
+ o.errors << Shapes::ShapeRef.new(shape: FunctionAlreadyExists)
3372
+ o.errors << Shapes::ShapeRef.new(shape: FunctionSizeLimitExceeded)
3373
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
3374
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
3375
+ end)
3376
+
1691
3377
  api.add_operation(:create_invalidation, Seahorse::Model::Operation.new.tap do |o|
1692
- o.name = "CreateInvalidation2019_03_26"
3378
+ o.name = "CreateInvalidation2020_05_31"
1693
3379
  o.http_method = "POST"
1694
- o.http_request_uri = "/2019-03-26/distribution/{DistributionId}/invalidation"
3380
+ o.http_request_uri = "/2020-05-31/distribution/{DistributionId}/invalidation"
1695
3381
  o.input = Shapes::ShapeRef.new(shape: CreateInvalidationRequest)
1696
3382
  o.output = Shapes::ShapeRef.new(shape: CreateInvalidationResult)
1697
3383
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1703,10 +3389,61 @@ module Aws::CloudFront
1703
3389
  o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
1704
3390
  end)
1705
3391
 
3392
+ api.add_operation(:create_key_group, Seahorse::Model::Operation.new.tap do |o|
3393
+ o.name = "CreateKeyGroup2020_05_31"
3394
+ o.http_method = "POST"
3395
+ o.http_request_uri = "/2020-05-31/key-group"
3396
+ o.input = Shapes::ShapeRef.new(shape: CreateKeyGroupRequest)
3397
+ o.output = Shapes::ShapeRef.new(shape: CreateKeyGroupResult)
3398
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
3399
+ o.errors << Shapes::ShapeRef.new(shape: KeyGroupAlreadyExists)
3400
+ o.errors << Shapes::ShapeRef.new(shape: TooManyKeyGroups)
3401
+ o.errors << Shapes::ShapeRef.new(shape: TooManyPublicKeysInKeyGroup)
3402
+ end)
3403
+
3404
+ api.add_operation(:create_monitoring_subscription, Seahorse::Model::Operation.new.tap do |o|
3405
+ o.name = "CreateMonitoringSubscription2020_05_31"
3406
+ o.http_method = "POST"
3407
+ o.http_request_uri = "/2020-05-31/distributions/{DistributionId}/monitoring-subscription/"
3408
+ o.input = Shapes::ShapeRef.new(shape: CreateMonitoringSubscriptionRequest)
3409
+ o.output = Shapes::ShapeRef.new(shape: CreateMonitoringSubscriptionResult)
3410
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
3411
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
3412
+ o.errors << Shapes::ShapeRef.new(shape: MonitoringSubscriptionAlreadyExists)
3413
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
3414
+ end)
3415
+
3416
+ api.add_operation(:create_origin_access_control, Seahorse::Model::Operation.new.tap do |o|
3417
+ o.name = "CreateOriginAccessControl2020_05_31"
3418
+ o.http_method = "POST"
3419
+ o.http_request_uri = "/2020-05-31/origin-access-control"
3420
+ o.input = Shapes::ShapeRef.new(shape: CreateOriginAccessControlRequest)
3421
+ o.output = Shapes::ShapeRef.new(shape: CreateOriginAccessControlResult)
3422
+ o.errors << Shapes::ShapeRef.new(shape: OriginAccessControlAlreadyExists)
3423
+ o.errors << Shapes::ShapeRef.new(shape: TooManyOriginAccessControls)
3424
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
3425
+ end)
3426
+
3427
+ api.add_operation(:create_origin_request_policy, Seahorse::Model::Operation.new.tap do |o|
3428
+ o.name = "CreateOriginRequestPolicy2020_05_31"
3429
+ o.http_method = "POST"
3430
+ o.http_request_uri = "/2020-05-31/origin-request-policy"
3431
+ o.input = Shapes::ShapeRef.new(shape: CreateOriginRequestPolicyRequest)
3432
+ o.output = Shapes::ShapeRef.new(shape: CreateOriginRequestPolicyResult)
3433
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
3434
+ o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
3435
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
3436
+ o.errors << Shapes::ShapeRef.new(shape: OriginRequestPolicyAlreadyExists)
3437
+ o.errors << Shapes::ShapeRef.new(shape: TooManyOriginRequestPolicies)
3438
+ o.errors << Shapes::ShapeRef.new(shape: TooManyHeadersInOriginRequestPolicy)
3439
+ o.errors << Shapes::ShapeRef.new(shape: TooManyCookiesInOriginRequestPolicy)
3440
+ o.errors << Shapes::ShapeRef.new(shape: TooManyQueryStringsInOriginRequestPolicy)
3441
+ end)
3442
+
1706
3443
  api.add_operation(:create_public_key, Seahorse::Model::Operation.new.tap do |o|
1707
- o.name = "CreatePublicKey2019_03_26"
3444
+ o.name = "CreatePublicKey2020_05_31"
1708
3445
  o.http_method = "POST"
1709
- o.http_request_uri = "/2019-03-26/public-key"
3446
+ o.http_request_uri = "/2020-05-31/public-key"
1710
3447
  o.input = Shapes::ShapeRef.new(shape: CreatePublicKeyRequest)
1711
3448
  o.output = Shapes::ShapeRef.new(shape: CreatePublicKeyResult)
1712
3449
  o.errors << Shapes::ShapeRef.new(shape: PublicKeyAlreadyExists)
@@ -1714,16 +3451,50 @@ module Aws::CloudFront
1714
3451
  o.errors << Shapes::ShapeRef.new(shape: TooManyPublicKeys)
1715
3452
  end)
1716
3453
 
3454
+ api.add_operation(:create_realtime_log_config, Seahorse::Model::Operation.new.tap do |o|
3455
+ o.name = "CreateRealtimeLogConfig2020_05_31"
3456
+ o.http_method = "POST"
3457
+ o.http_request_uri = "/2020-05-31/realtime-log-config"
3458
+ o.input = Shapes::ShapeRef.new(shape: CreateRealtimeLogConfigRequest,
3459
+ location_name: "CreateRealtimeLogConfigRequest",
3460
+ metadata: {
3461
+ "xmlNamespace" => {"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
3462
+ }
3463
+ )
3464
+ o.output = Shapes::ShapeRef.new(shape: CreateRealtimeLogConfigResult)
3465
+ o.errors << Shapes::ShapeRef.new(shape: RealtimeLogConfigAlreadyExists)
3466
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRealtimeLogConfigs)
3467
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
3468
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
3469
+ end)
3470
+
3471
+ api.add_operation(:create_response_headers_policy, Seahorse::Model::Operation.new.tap do |o|
3472
+ o.name = "CreateResponseHeadersPolicy2020_05_31"
3473
+ o.http_method = "POST"
3474
+ o.http_request_uri = "/2020-05-31/response-headers-policy"
3475
+ o.input = Shapes::ShapeRef.new(shape: CreateResponseHeadersPolicyRequest)
3476
+ o.output = Shapes::ShapeRef.new(shape: CreateResponseHeadersPolicyResult)
3477
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
3478
+ o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
3479
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
3480
+ o.errors << Shapes::ShapeRef.new(shape: ResponseHeadersPolicyAlreadyExists)
3481
+ o.errors << Shapes::ShapeRef.new(shape: TooManyResponseHeadersPolicies)
3482
+ o.errors << Shapes::ShapeRef.new(shape: TooManyCustomHeadersInResponseHeadersPolicy)
3483
+ o.errors << Shapes::ShapeRef.new(shape: TooLongCSPInResponseHeadersPolicy)
3484
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRemoveHeadersInResponseHeadersPolicy)
3485
+ end)
3486
+
1717
3487
  api.add_operation(:create_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
1718
- o.name = "CreateStreamingDistribution2019_03_26"
3488
+ o.name = "CreateStreamingDistribution2020_05_31"
1719
3489
  o.http_method = "POST"
1720
- o.http_request_uri = "/2019-03-26/streaming-distribution"
3490
+ o.http_request_uri = "/2020-05-31/streaming-distribution"
1721
3491
  o.input = Shapes::ShapeRef.new(shape: CreateStreamingDistributionRequest)
1722
3492
  o.output = Shapes::ShapeRef.new(shape: CreateStreamingDistributionResult)
1723
3493
  o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
1724
3494
  o.errors << Shapes::ShapeRef.new(shape: StreamingDistributionAlreadyExists)
1725
3495
  o.errors << Shapes::ShapeRef.new(shape: InvalidOrigin)
1726
3496
  o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessIdentity)
3497
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessControl)
1727
3498
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
1728
3499
  o.errors << Shapes::ShapeRef.new(shape: TooManyTrustedSigners)
1729
3500
  o.errors << Shapes::ShapeRef.new(shape: TrustedSignerDoesNotExist)
@@ -1735,15 +3506,16 @@ module Aws::CloudFront
1735
3506
  end)
1736
3507
 
1737
3508
  api.add_operation(:create_streaming_distribution_with_tags, Seahorse::Model::Operation.new.tap do |o|
1738
- o.name = "CreateStreamingDistributionWithTags2019_03_26"
3509
+ o.name = "CreateStreamingDistributionWithTags2020_05_31"
1739
3510
  o.http_method = "POST"
1740
- o.http_request_uri = "/2019-03-26/streaming-distribution?WithTags"
3511
+ o.http_request_uri = "/2020-05-31/streaming-distribution?WithTags"
1741
3512
  o.input = Shapes::ShapeRef.new(shape: CreateStreamingDistributionWithTagsRequest)
1742
3513
  o.output = Shapes::ShapeRef.new(shape: CreateStreamingDistributionWithTagsResult)
1743
3514
  o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
1744
3515
  o.errors << Shapes::ShapeRef.new(shape: StreamingDistributionAlreadyExists)
1745
3516
  o.errors << Shapes::ShapeRef.new(shape: InvalidOrigin)
1746
3517
  o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessIdentity)
3518
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessControl)
1747
3519
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
1748
3520
  o.errors << Shapes::ShapeRef.new(shape: TooManyTrustedSigners)
1749
3521
  o.errors << Shapes::ShapeRef.new(shape: TrustedSignerDoesNotExist)
@@ -1755,10 +3527,24 @@ module Aws::CloudFront
1755
3527
  o.errors << Shapes::ShapeRef.new(shape: InvalidTagging)
1756
3528
  end)
1757
3529
 
3530
+ api.add_operation(:delete_cache_policy, Seahorse::Model::Operation.new.tap do |o|
3531
+ o.name = "DeleteCachePolicy2020_05_31"
3532
+ o.http_method = "DELETE"
3533
+ o.http_request_uri = "/2020-05-31/cache-policy/{Id}"
3534
+ o.input = Shapes::ShapeRef.new(shape: DeleteCachePolicyRequest)
3535
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
3536
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
3537
+ o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
3538
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchCachePolicy)
3539
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
3540
+ o.errors << Shapes::ShapeRef.new(shape: IllegalDelete)
3541
+ o.errors << Shapes::ShapeRef.new(shape: CachePolicyInUse)
3542
+ end)
3543
+
1758
3544
  api.add_operation(:delete_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
1759
- o.name = "DeleteCloudFrontOriginAccessIdentity2019_03_26"
3545
+ o.name = "DeleteCloudFrontOriginAccessIdentity2020_05_31"
1760
3546
  o.http_method = "DELETE"
1761
- o.http_request_uri = "/2019-03-26/origin-access-identity/cloudfront/{Id}"
3547
+ o.http_request_uri = "/2020-05-31/origin-access-identity/cloudfront/{Id}"
1762
3548
  o.input = Shapes::ShapeRef.new(shape: DeleteCloudFrontOriginAccessIdentityRequest)
1763
3549
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1764
3550
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1768,10 +3554,24 @@ module Aws::CloudFront
1768
3554
  o.errors << Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityInUse)
1769
3555
  end)
1770
3556
 
3557
+ api.add_operation(:delete_continuous_deployment_policy, Seahorse::Model::Operation.new.tap do |o|
3558
+ o.name = "DeleteContinuousDeploymentPolicy2020_05_31"
3559
+ o.http_method = "DELETE"
3560
+ o.http_request_uri = "/2020-05-31/continuous-deployment-policy/{Id}"
3561
+ o.input = Shapes::ShapeRef.new(shape: DeleteContinuousDeploymentPolicyRequest)
3562
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
3563
+ o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
3564
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
3565
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
3566
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
3567
+ o.errors << Shapes::ShapeRef.new(shape: ContinuousDeploymentPolicyInUse)
3568
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchContinuousDeploymentPolicy)
3569
+ end)
3570
+
1771
3571
  api.add_operation(:delete_distribution, Seahorse::Model::Operation.new.tap do |o|
1772
- o.name = "DeleteDistribution2019_03_26"
3572
+ o.name = "DeleteDistribution2020_05_31"
1773
3573
  o.http_method = "DELETE"
1774
- o.http_request_uri = "/2019-03-26/distribution/{Id}"
3574
+ o.http_request_uri = "/2020-05-31/distribution/{Id}"
1775
3575
  o.input = Shapes::ShapeRef.new(shape: DeleteDistributionRequest)
1776
3576
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1777
3577
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1782,9 +3582,9 @@ module Aws::CloudFront
1782
3582
  end)
1783
3583
 
1784
3584
  api.add_operation(:delete_field_level_encryption_config, Seahorse::Model::Operation.new.tap do |o|
1785
- o.name = "DeleteFieldLevelEncryptionConfig2019_03_26"
3585
+ o.name = "DeleteFieldLevelEncryptionConfig2020_05_31"
1786
3586
  o.http_method = "DELETE"
1787
- o.http_request_uri = "/2019-03-26/field-level-encryption/{Id}"
3587
+ o.http_request_uri = "/2020-05-31/field-level-encryption/{Id}"
1788
3588
  o.input = Shapes::ShapeRef.new(shape: DeleteFieldLevelEncryptionConfigRequest)
1789
3589
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1790
3590
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1795,9 +3595,9 @@ module Aws::CloudFront
1795
3595
  end)
1796
3596
 
1797
3597
  api.add_operation(:delete_field_level_encryption_profile, Seahorse::Model::Operation.new.tap do |o|
1798
- o.name = "DeleteFieldLevelEncryptionProfile2019_03_26"
3598
+ o.name = "DeleteFieldLevelEncryptionProfile2020_05_31"
1799
3599
  o.http_method = "DELETE"
1800
- o.http_request_uri = "/2019-03-26/field-level-encryption-profile/{Id}"
3600
+ o.http_request_uri = "/2020-05-31/field-level-encryption-profile/{Id}"
1801
3601
  o.input = Shapes::ShapeRef.new(shape: DeleteFieldLevelEncryptionProfileRequest)
1802
3602
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1803
3603
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1807,10 +3607,74 @@ module Aws::CloudFront
1807
3607
  o.errors << Shapes::ShapeRef.new(shape: FieldLevelEncryptionProfileInUse)
1808
3608
  end)
1809
3609
 
3610
+ api.add_operation(:delete_function, Seahorse::Model::Operation.new.tap do |o|
3611
+ o.name = "DeleteFunction2020_05_31"
3612
+ o.http_method = "DELETE"
3613
+ o.http_request_uri = "/2020-05-31/function/{Name}"
3614
+ o.input = Shapes::ShapeRef.new(shape: DeleteFunctionRequest)
3615
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
3616
+ o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
3617
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchFunctionExists)
3618
+ o.errors << Shapes::ShapeRef.new(shape: FunctionInUse)
3619
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
3620
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
3621
+ end)
3622
+
3623
+ api.add_operation(:delete_key_group, Seahorse::Model::Operation.new.tap do |o|
3624
+ o.name = "DeleteKeyGroup2020_05_31"
3625
+ o.http_method = "DELETE"
3626
+ o.http_request_uri = "/2020-05-31/key-group/{Id}"
3627
+ o.input = Shapes::ShapeRef.new(shape: DeleteKeyGroupRequest)
3628
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
3629
+ o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
3630
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchResource)
3631
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
3632
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
3633
+ end)
3634
+
3635
+ api.add_operation(:delete_monitoring_subscription, Seahorse::Model::Operation.new.tap do |o|
3636
+ o.name = "DeleteMonitoringSubscription2020_05_31"
3637
+ o.http_method = "DELETE"
3638
+ o.http_request_uri = "/2020-05-31/distributions/{DistributionId}/monitoring-subscription/"
3639
+ o.input = Shapes::ShapeRef.new(shape: DeleteMonitoringSubscriptionRequest)
3640
+ o.output = Shapes::ShapeRef.new(shape: DeleteMonitoringSubscriptionResult)
3641
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
3642
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
3643
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchMonitoringSubscription)
3644
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
3645
+ end)
3646
+
3647
+ api.add_operation(:delete_origin_access_control, Seahorse::Model::Operation.new.tap do |o|
3648
+ o.name = "DeleteOriginAccessControl2020_05_31"
3649
+ o.http_method = "DELETE"
3650
+ o.http_request_uri = "/2020-05-31/origin-access-control/{Id}"
3651
+ o.input = Shapes::ShapeRef.new(shape: DeleteOriginAccessControlRequest)
3652
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
3653
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
3654
+ o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
3655
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchOriginAccessControl)
3656
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
3657
+ o.errors << Shapes::ShapeRef.new(shape: OriginAccessControlInUse)
3658
+ end)
3659
+
3660
+ api.add_operation(:delete_origin_request_policy, Seahorse::Model::Operation.new.tap do |o|
3661
+ o.name = "DeleteOriginRequestPolicy2020_05_31"
3662
+ o.http_method = "DELETE"
3663
+ o.http_request_uri = "/2020-05-31/origin-request-policy/{Id}"
3664
+ o.input = Shapes::ShapeRef.new(shape: DeleteOriginRequestPolicyRequest)
3665
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
3666
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
3667
+ o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
3668
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchOriginRequestPolicy)
3669
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
3670
+ o.errors << Shapes::ShapeRef.new(shape: IllegalDelete)
3671
+ o.errors << Shapes::ShapeRef.new(shape: OriginRequestPolicyInUse)
3672
+ end)
3673
+
1810
3674
  api.add_operation(:delete_public_key, Seahorse::Model::Operation.new.tap do |o|
1811
- o.name = "DeletePublicKey2019_03_26"
3675
+ o.name = "DeletePublicKey2020_05_31"
1812
3676
  o.http_method = "DELETE"
1813
- o.http_request_uri = "/2019-03-26/public-key/{Id}"
3677
+ o.http_request_uri = "/2020-05-31/public-key/{Id}"
1814
3678
  o.input = Shapes::ShapeRef.new(shape: DeletePublicKeyRequest)
1815
3679
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1816
3680
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1820,10 +3684,41 @@ module Aws::CloudFront
1820
3684
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
1821
3685
  end)
1822
3686
 
3687
+ api.add_operation(:delete_realtime_log_config, Seahorse::Model::Operation.new.tap do |o|
3688
+ o.name = "DeleteRealtimeLogConfig2020_05_31"
3689
+ o.http_method = "POST"
3690
+ o.http_request_uri = "/2020-05-31/delete-realtime-log-config/"
3691
+ o.input = Shapes::ShapeRef.new(shape: DeleteRealtimeLogConfigRequest,
3692
+ location_name: "DeleteRealtimeLogConfigRequest",
3693
+ metadata: {
3694
+ "xmlNamespace" => {"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
3695
+ }
3696
+ )
3697
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
3698
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchRealtimeLogConfig)
3699
+ o.errors << Shapes::ShapeRef.new(shape: RealtimeLogConfigInUse)
3700
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
3701
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
3702
+ end)
3703
+
3704
+ api.add_operation(:delete_response_headers_policy, Seahorse::Model::Operation.new.tap do |o|
3705
+ o.name = "DeleteResponseHeadersPolicy2020_05_31"
3706
+ o.http_method = "DELETE"
3707
+ o.http_request_uri = "/2020-05-31/response-headers-policy/{Id}"
3708
+ o.input = Shapes::ShapeRef.new(shape: DeleteResponseHeadersPolicyRequest)
3709
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
3710
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
3711
+ o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
3712
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchResponseHeadersPolicy)
3713
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
3714
+ o.errors << Shapes::ShapeRef.new(shape: IllegalDelete)
3715
+ o.errors << Shapes::ShapeRef.new(shape: ResponseHeadersPolicyInUse)
3716
+ end)
3717
+
1823
3718
  api.add_operation(:delete_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
1824
- o.name = "DeleteStreamingDistribution2019_03_26"
3719
+ o.name = "DeleteStreamingDistribution2020_05_31"
1825
3720
  o.http_method = "DELETE"
1826
- o.http_request_uri = "/2019-03-26/streaming-distribution/{Id}"
3721
+ o.http_request_uri = "/2020-05-31/streaming-distribution/{Id}"
1827
3722
  o.input = Shapes::ShapeRef.new(shape: DeleteStreamingDistributionRequest)
1828
3723
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1829
3724
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1833,10 +3728,40 @@ module Aws::CloudFront
1833
3728
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
1834
3729
  end)
1835
3730
 
3731
+ api.add_operation(:describe_function, Seahorse::Model::Operation.new.tap do |o|
3732
+ o.name = "DescribeFunction2020_05_31"
3733
+ o.http_method = "GET"
3734
+ o.http_request_uri = "/2020-05-31/function/{Name}/describe"
3735
+ o.input = Shapes::ShapeRef.new(shape: DescribeFunctionRequest)
3736
+ o.output = Shapes::ShapeRef.new(shape: DescribeFunctionResult)
3737
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchFunctionExists)
3738
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
3739
+ end)
3740
+
3741
+ api.add_operation(:get_cache_policy, Seahorse::Model::Operation.new.tap do |o|
3742
+ o.name = "GetCachePolicy2020_05_31"
3743
+ o.http_method = "GET"
3744
+ o.http_request_uri = "/2020-05-31/cache-policy/{Id}"
3745
+ o.input = Shapes::ShapeRef.new(shape: GetCachePolicyRequest)
3746
+ o.output = Shapes::ShapeRef.new(shape: GetCachePolicyResult)
3747
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
3748
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchCachePolicy)
3749
+ end)
3750
+
3751
+ api.add_operation(:get_cache_policy_config, Seahorse::Model::Operation.new.tap do |o|
3752
+ o.name = "GetCachePolicyConfig2020_05_31"
3753
+ o.http_method = "GET"
3754
+ o.http_request_uri = "/2020-05-31/cache-policy/{Id}/config"
3755
+ o.input = Shapes::ShapeRef.new(shape: GetCachePolicyConfigRequest)
3756
+ o.output = Shapes::ShapeRef.new(shape: GetCachePolicyConfigResult)
3757
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
3758
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchCachePolicy)
3759
+ end)
3760
+
1836
3761
  api.add_operation(:get_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
1837
- o.name = "GetCloudFrontOriginAccessIdentity2019_03_26"
3762
+ o.name = "GetCloudFrontOriginAccessIdentity2020_05_31"
1838
3763
  o.http_method = "GET"
1839
- o.http_request_uri = "/2019-03-26/origin-access-identity/cloudfront/{Id}"
3764
+ o.http_request_uri = "/2020-05-31/origin-access-identity/cloudfront/{Id}"
1840
3765
  o.input = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityRequest)
1841
3766
  o.output = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityResult)
1842
3767
  o.errors << Shapes::ShapeRef.new(shape: NoSuchCloudFrontOriginAccessIdentity)
@@ -1844,19 +3769,39 @@ module Aws::CloudFront
1844
3769
  end)
1845
3770
 
1846
3771
  api.add_operation(:get_cloud_front_origin_access_identity_config, Seahorse::Model::Operation.new.tap do |o|
1847
- o.name = "GetCloudFrontOriginAccessIdentityConfig2019_03_26"
3772
+ o.name = "GetCloudFrontOriginAccessIdentityConfig2020_05_31"
1848
3773
  o.http_method = "GET"
1849
- o.http_request_uri = "/2019-03-26/origin-access-identity/cloudfront/{Id}/config"
3774
+ o.http_request_uri = "/2020-05-31/origin-access-identity/cloudfront/{Id}/config"
1850
3775
  o.input = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityConfigRequest)
1851
3776
  o.output = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityConfigResult)
1852
3777
  o.errors << Shapes::ShapeRef.new(shape: NoSuchCloudFrontOriginAccessIdentity)
1853
3778
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
1854
3779
  end)
1855
3780
 
3781
+ api.add_operation(:get_continuous_deployment_policy, Seahorse::Model::Operation.new.tap do |o|
3782
+ o.name = "GetContinuousDeploymentPolicy2020_05_31"
3783
+ o.http_method = "GET"
3784
+ o.http_request_uri = "/2020-05-31/continuous-deployment-policy/{Id}"
3785
+ o.input = Shapes::ShapeRef.new(shape: GetContinuousDeploymentPolicyRequest)
3786
+ o.output = Shapes::ShapeRef.new(shape: GetContinuousDeploymentPolicyResult)
3787
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
3788
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchContinuousDeploymentPolicy)
3789
+ end)
3790
+
3791
+ api.add_operation(:get_continuous_deployment_policy_config, Seahorse::Model::Operation.new.tap do |o|
3792
+ o.name = "GetContinuousDeploymentPolicyConfig2020_05_31"
3793
+ o.http_method = "GET"
3794
+ o.http_request_uri = "/2020-05-31/continuous-deployment-policy/{Id}/config"
3795
+ o.input = Shapes::ShapeRef.new(shape: GetContinuousDeploymentPolicyConfigRequest)
3796
+ o.output = Shapes::ShapeRef.new(shape: GetContinuousDeploymentPolicyConfigResult)
3797
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
3798
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchContinuousDeploymentPolicy)
3799
+ end)
3800
+
1856
3801
  api.add_operation(:get_distribution, Seahorse::Model::Operation.new.tap do |o|
1857
- o.name = "GetDistribution2019_03_26"
3802
+ o.name = "GetDistribution2020_05_31"
1858
3803
  o.http_method = "GET"
1859
- o.http_request_uri = "/2019-03-26/distribution/{Id}"
3804
+ o.http_request_uri = "/2020-05-31/distribution/{Id}"
1860
3805
  o.input = Shapes::ShapeRef.new(shape: GetDistributionRequest)
1861
3806
  o.output = Shapes::ShapeRef.new(shape: GetDistributionResult)
1862
3807
  o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
@@ -1864,9 +3809,9 @@ module Aws::CloudFront
1864
3809
  end)
1865
3810
 
1866
3811
  api.add_operation(:get_distribution_config, Seahorse::Model::Operation.new.tap do |o|
1867
- o.name = "GetDistributionConfig2019_03_26"
3812
+ o.name = "GetDistributionConfig2020_05_31"
1868
3813
  o.http_method = "GET"
1869
- o.http_request_uri = "/2019-03-26/distribution/{Id}/config"
3814
+ o.http_request_uri = "/2020-05-31/distribution/{Id}/config"
1870
3815
  o.input = Shapes::ShapeRef.new(shape: GetDistributionConfigRequest)
1871
3816
  o.output = Shapes::ShapeRef.new(shape: GetDistributionConfigResult)
1872
3817
  o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
@@ -1874,9 +3819,9 @@ module Aws::CloudFront
1874
3819
  end)
1875
3820
 
1876
3821
  api.add_operation(:get_field_level_encryption, Seahorse::Model::Operation.new.tap do |o|
1877
- o.name = "GetFieldLevelEncryption2019_03_26"
3822
+ o.name = "GetFieldLevelEncryption2020_05_31"
1878
3823
  o.http_method = "GET"
1879
- o.http_request_uri = "/2019-03-26/field-level-encryption/{Id}"
3824
+ o.http_request_uri = "/2020-05-31/field-level-encryption/{Id}"
1880
3825
  o.input = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionRequest)
1881
3826
  o.output = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionResult)
1882
3827
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1884,9 +3829,9 @@ module Aws::CloudFront
1884
3829
  end)
1885
3830
 
1886
3831
  api.add_operation(:get_field_level_encryption_config, Seahorse::Model::Operation.new.tap do |o|
1887
- o.name = "GetFieldLevelEncryptionConfig2019_03_26"
3832
+ o.name = "GetFieldLevelEncryptionConfig2020_05_31"
1888
3833
  o.http_method = "GET"
1889
- o.http_request_uri = "/2019-03-26/field-level-encryption/{Id}/config"
3834
+ o.http_request_uri = "/2020-05-31/field-level-encryption/{Id}/config"
1890
3835
  o.input = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionConfigRequest)
1891
3836
  o.output = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionConfigResult)
1892
3837
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1894,9 +3839,9 @@ module Aws::CloudFront
1894
3839
  end)
1895
3840
 
1896
3841
  api.add_operation(:get_field_level_encryption_profile, Seahorse::Model::Operation.new.tap do |o|
1897
- o.name = "GetFieldLevelEncryptionProfile2019_03_26"
3842
+ o.name = "GetFieldLevelEncryptionProfile2020_05_31"
1898
3843
  o.http_method = "GET"
1899
- o.http_request_uri = "/2019-03-26/field-level-encryption-profile/{Id}"
3844
+ o.http_request_uri = "/2020-05-31/field-level-encryption-profile/{Id}"
1900
3845
  o.input = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionProfileRequest)
1901
3846
  o.output = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionProfileResult)
1902
3847
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1904,19 +3849,29 @@ module Aws::CloudFront
1904
3849
  end)
1905
3850
 
1906
3851
  api.add_operation(:get_field_level_encryption_profile_config, Seahorse::Model::Operation.new.tap do |o|
1907
- o.name = "GetFieldLevelEncryptionProfileConfig2019_03_26"
3852
+ o.name = "GetFieldLevelEncryptionProfileConfig2020_05_31"
1908
3853
  o.http_method = "GET"
1909
- o.http_request_uri = "/2019-03-26/field-level-encryption-profile/{Id}/config"
3854
+ o.http_request_uri = "/2020-05-31/field-level-encryption-profile/{Id}/config"
1910
3855
  o.input = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionProfileConfigRequest)
1911
3856
  o.output = Shapes::ShapeRef.new(shape: GetFieldLevelEncryptionProfileConfigResult)
1912
3857
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
1913
3858
  o.errors << Shapes::ShapeRef.new(shape: NoSuchFieldLevelEncryptionProfile)
1914
3859
  end)
1915
3860
 
3861
+ api.add_operation(:get_function, Seahorse::Model::Operation.new.tap do |o|
3862
+ o.name = "GetFunction2020_05_31"
3863
+ o.http_method = "GET"
3864
+ o.http_request_uri = "/2020-05-31/function/{Name}"
3865
+ o.input = Shapes::ShapeRef.new(shape: GetFunctionRequest)
3866
+ o.output = Shapes::ShapeRef.new(shape: GetFunctionResult)
3867
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchFunctionExists)
3868
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
3869
+ end)
3870
+
1916
3871
  api.add_operation(:get_invalidation, Seahorse::Model::Operation.new.tap do |o|
1917
- o.name = "GetInvalidation2019_03_26"
3872
+ o.name = "GetInvalidation2020_05_31"
1918
3873
  o.http_method = "GET"
1919
- o.http_request_uri = "/2019-03-26/distribution/{DistributionId}/invalidation/{Id}"
3874
+ o.http_request_uri = "/2020-05-31/distribution/{DistributionId}/invalidation/{Id}"
1920
3875
  o.input = Shapes::ShapeRef.new(shape: GetInvalidationRequest)
1921
3876
  o.output = Shapes::ShapeRef.new(shape: GetInvalidationResult)
1922
3877
  o.errors << Shapes::ShapeRef.new(shape: NoSuchInvalidation)
@@ -1924,10 +3879,80 @@ module Aws::CloudFront
1924
3879
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
1925
3880
  end)
1926
3881
 
3882
+ api.add_operation(:get_key_group, Seahorse::Model::Operation.new.tap do |o|
3883
+ o.name = "GetKeyGroup2020_05_31"
3884
+ o.http_method = "GET"
3885
+ o.http_request_uri = "/2020-05-31/key-group/{Id}"
3886
+ o.input = Shapes::ShapeRef.new(shape: GetKeyGroupRequest)
3887
+ o.output = Shapes::ShapeRef.new(shape: GetKeyGroupResult)
3888
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchResource)
3889
+ end)
3890
+
3891
+ api.add_operation(:get_key_group_config, Seahorse::Model::Operation.new.tap do |o|
3892
+ o.name = "GetKeyGroupConfig2020_05_31"
3893
+ o.http_method = "GET"
3894
+ o.http_request_uri = "/2020-05-31/key-group/{Id}/config"
3895
+ o.input = Shapes::ShapeRef.new(shape: GetKeyGroupConfigRequest)
3896
+ o.output = Shapes::ShapeRef.new(shape: GetKeyGroupConfigResult)
3897
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchResource)
3898
+ end)
3899
+
3900
+ api.add_operation(:get_monitoring_subscription, Seahorse::Model::Operation.new.tap do |o|
3901
+ o.name = "GetMonitoringSubscription2020_05_31"
3902
+ o.http_method = "GET"
3903
+ o.http_request_uri = "/2020-05-31/distributions/{DistributionId}/monitoring-subscription/"
3904
+ o.input = Shapes::ShapeRef.new(shape: GetMonitoringSubscriptionRequest)
3905
+ o.output = Shapes::ShapeRef.new(shape: GetMonitoringSubscriptionResult)
3906
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
3907
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
3908
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchMonitoringSubscription)
3909
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
3910
+ end)
3911
+
3912
+ api.add_operation(:get_origin_access_control, Seahorse::Model::Operation.new.tap do |o|
3913
+ o.name = "GetOriginAccessControl2020_05_31"
3914
+ o.http_method = "GET"
3915
+ o.http_request_uri = "/2020-05-31/origin-access-control/{Id}"
3916
+ o.input = Shapes::ShapeRef.new(shape: GetOriginAccessControlRequest)
3917
+ o.output = Shapes::ShapeRef.new(shape: GetOriginAccessControlResult)
3918
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchOriginAccessControl)
3919
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
3920
+ end)
3921
+
3922
+ api.add_operation(:get_origin_access_control_config, Seahorse::Model::Operation.new.tap do |o|
3923
+ o.name = "GetOriginAccessControlConfig2020_05_31"
3924
+ o.http_method = "GET"
3925
+ o.http_request_uri = "/2020-05-31/origin-access-control/{Id}/config"
3926
+ o.input = Shapes::ShapeRef.new(shape: GetOriginAccessControlConfigRequest)
3927
+ o.output = Shapes::ShapeRef.new(shape: GetOriginAccessControlConfigResult)
3928
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchOriginAccessControl)
3929
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
3930
+ end)
3931
+
3932
+ api.add_operation(:get_origin_request_policy, Seahorse::Model::Operation.new.tap do |o|
3933
+ o.name = "GetOriginRequestPolicy2020_05_31"
3934
+ o.http_method = "GET"
3935
+ o.http_request_uri = "/2020-05-31/origin-request-policy/{Id}"
3936
+ o.input = Shapes::ShapeRef.new(shape: GetOriginRequestPolicyRequest)
3937
+ o.output = Shapes::ShapeRef.new(shape: GetOriginRequestPolicyResult)
3938
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
3939
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchOriginRequestPolicy)
3940
+ end)
3941
+
3942
+ api.add_operation(:get_origin_request_policy_config, Seahorse::Model::Operation.new.tap do |o|
3943
+ o.name = "GetOriginRequestPolicyConfig2020_05_31"
3944
+ o.http_method = "GET"
3945
+ o.http_request_uri = "/2020-05-31/origin-request-policy/{Id}/config"
3946
+ o.input = Shapes::ShapeRef.new(shape: GetOriginRequestPolicyConfigRequest)
3947
+ o.output = Shapes::ShapeRef.new(shape: GetOriginRequestPolicyConfigResult)
3948
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
3949
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchOriginRequestPolicy)
3950
+ end)
3951
+
1927
3952
  api.add_operation(:get_public_key, Seahorse::Model::Operation.new.tap do |o|
1928
- o.name = "GetPublicKey2019_03_26"
3953
+ o.name = "GetPublicKey2020_05_31"
1929
3954
  o.http_method = "GET"
1930
- o.http_request_uri = "/2019-03-26/public-key/{Id}"
3955
+ o.http_request_uri = "/2020-05-31/public-key/{Id}"
1931
3956
  o.input = Shapes::ShapeRef.new(shape: GetPublicKeyRequest)
1932
3957
  o.output = Shapes::ShapeRef.new(shape: GetPublicKeyResult)
1933
3958
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -1935,19 +3960,55 @@ module Aws::CloudFront
1935
3960
  end)
1936
3961
 
1937
3962
  api.add_operation(:get_public_key_config, Seahorse::Model::Operation.new.tap do |o|
1938
- o.name = "GetPublicKeyConfig2019_03_26"
3963
+ o.name = "GetPublicKeyConfig2020_05_31"
1939
3964
  o.http_method = "GET"
1940
- o.http_request_uri = "/2019-03-26/public-key/{Id}/config"
3965
+ o.http_request_uri = "/2020-05-31/public-key/{Id}/config"
1941
3966
  o.input = Shapes::ShapeRef.new(shape: GetPublicKeyConfigRequest)
1942
3967
  o.output = Shapes::ShapeRef.new(shape: GetPublicKeyConfigResult)
1943
3968
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
1944
3969
  o.errors << Shapes::ShapeRef.new(shape: NoSuchPublicKey)
1945
3970
  end)
1946
3971
 
3972
+ api.add_operation(:get_realtime_log_config, Seahorse::Model::Operation.new.tap do |o|
3973
+ o.name = "GetRealtimeLogConfig2020_05_31"
3974
+ o.http_method = "POST"
3975
+ o.http_request_uri = "/2020-05-31/get-realtime-log-config/"
3976
+ o.input = Shapes::ShapeRef.new(shape: GetRealtimeLogConfigRequest,
3977
+ location_name: "GetRealtimeLogConfigRequest",
3978
+ metadata: {
3979
+ "xmlNamespace" => {"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
3980
+ }
3981
+ )
3982
+ o.output = Shapes::ShapeRef.new(shape: GetRealtimeLogConfigResult)
3983
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchRealtimeLogConfig)
3984
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
3985
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
3986
+ end)
3987
+
3988
+ api.add_operation(:get_response_headers_policy, Seahorse::Model::Operation.new.tap do |o|
3989
+ o.name = "GetResponseHeadersPolicy2020_05_31"
3990
+ o.http_method = "GET"
3991
+ o.http_request_uri = "/2020-05-31/response-headers-policy/{Id}"
3992
+ o.input = Shapes::ShapeRef.new(shape: GetResponseHeadersPolicyRequest)
3993
+ o.output = Shapes::ShapeRef.new(shape: GetResponseHeadersPolicyResult)
3994
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
3995
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchResponseHeadersPolicy)
3996
+ end)
3997
+
3998
+ api.add_operation(:get_response_headers_policy_config, Seahorse::Model::Operation.new.tap do |o|
3999
+ o.name = "GetResponseHeadersPolicyConfig2020_05_31"
4000
+ o.http_method = "GET"
4001
+ o.http_request_uri = "/2020-05-31/response-headers-policy/{Id}/config"
4002
+ o.input = Shapes::ShapeRef.new(shape: GetResponseHeadersPolicyConfigRequest)
4003
+ o.output = Shapes::ShapeRef.new(shape: GetResponseHeadersPolicyConfigResult)
4004
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4005
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchResponseHeadersPolicy)
4006
+ end)
4007
+
1947
4008
  api.add_operation(:get_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
1948
- o.name = "GetStreamingDistribution2019_03_26"
4009
+ o.name = "GetStreamingDistribution2020_05_31"
1949
4010
  o.http_method = "GET"
1950
- o.http_request_uri = "/2019-03-26/streaming-distribution/{Id}"
4011
+ o.http_request_uri = "/2020-05-31/streaming-distribution/{Id}"
1951
4012
  o.input = Shapes::ShapeRef.new(shape: GetStreamingDistributionRequest)
1952
4013
  o.output = Shapes::ShapeRef.new(shape: GetStreamingDistributionResult)
1953
4014
  o.errors << Shapes::ShapeRef.new(shape: NoSuchStreamingDistribution)
@@ -1955,19 +4016,30 @@ module Aws::CloudFront
1955
4016
  end)
1956
4017
 
1957
4018
  api.add_operation(:get_streaming_distribution_config, Seahorse::Model::Operation.new.tap do |o|
1958
- o.name = "GetStreamingDistributionConfig2019_03_26"
4019
+ o.name = "GetStreamingDistributionConfig2020_05_31"
1959
4020
  o.http_method = "GET"
1960
- o.http_request_uri = "/2019-03-26/streaming-distribution/{Id}/config"
4021
+ o.http_request_uri = "/2020-05-31/streaming-distribution/{Id}/config"
1961
4022
  o.input = Shapes::ShapeRef.new(shape: GetStreamingDistributionConfigRequest)
1962
4023
  o.output = Shapes::ShapeRef.new(shape: GetStreamingDistributionConfigResult)
1963
4024
  o.errors << Shapes::ShapeRef.new(shape: NoSuchStreamingDistribution)
1964
4025
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
1965
4026
  end)
1966
4027
 
4028
+ api.add_operation(:list_cache_policies, Seahorse::Model::Operation.new.tap do |o|
4029
+ o.name = "ListCachePolicies2020_05_31"
4030
+ o.http_method = "GET"
4031
+ o.http_request_uri = "/2020-05-31/cache-policy"
4032
+ o.input = Shapes::ShapeRef.new(shape: ListCachePoliciesRequest)
4033
+ o.output = Shapes::ShapeRef.new(shape: ListCachePoliciesResult)
4034
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4035
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchCachePolicy)
4036
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4037
+ end)
4038
+
1967
4039
  api.add_operation(:list_cloud_front_origin_access_identities, Seahorse::Model::Operation.new.tap do |o|
1968
- o.name = "ListCloudFrontOriginAccessIdentities2019_03_26"
4040
+ o.name = "ListCloudFrontOriginAccessIdentities2020_05_31"
1969
4041
  o.http_method = "GET"
1970
- o.http_request_uri = "/2019-03-26/origin-access-identity/cloudfront"
4042
+ o.http_request_uri = "/2020-05-31/origin-access-identity/cloudfront"
1971
4043
  o.input = Shapes::ShapeRef.new(shape: ListCloudFrontOriginAccessIdentitiesRequest)
1972
4044
  o.output = Shapes::ShapeRef.new(shape: ListCloudFrontOriginAccessIdentitiesResult)
1973
4045
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
@@ -1980,10 +4052,31 @@ module Aws::CloudFront
1980
4052
  )
1981
4053
  end)
1982
4054
 
4055
+ api.add_operation(:list_conflicting_aliases, Seahorse::Model::Operation.new.tap do |o|
4056
+ o.name = "ListConflictingAliases2020_05_31"
4057
+ o.http_method = "GET"
4058
+ o.http_request_uri = "/2020-05-31/conflicting-alias"
4059
+ o.input = Shapes::ShapeRef.new(shape: ListConflictingAliasesRequest)
4060
+ o.output = Shapes::ShapeRef.new(shape: ListConflictingAliasesResult)
4061
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4062
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
4063
+ end)
4064
+
4065
+ api.add_operation(:list_continuous_deployment_policies, Seahorse::Model::Operation.new.tap do |o|
4066
+ o.name = "ListContinuousDeploymentPolicies2020_05_31"
4067
+ o.http_method = "GET"
4068
+ o.http_request_uri = "/2020-05-31/continuous-deployment-policy"
4069
+ o.input = Shapes::ShapeRef.new(shape: ListContinuousDeploymentPoliciesRequest)
4070
+ o.output = Shapes::ShapeRef.new(shape: ListContinuousDeploymentPoliciesResult)
4071
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4072
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4073
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchContinuousDeploymentPolicy)
4074
+ end)
4075
+
1983
4076
  api.add_operation(:list_distributions, Seahorse::Model::Operation.new.tap do |o|
1984
- o.name = "ListDistributions2019_03_26"
4077
+ o.name = "ListDistributions2020_05_31"
1985
4078
  o.http_method = "GET"
1986
- o.http_request_uri = "/2019-03-26/distribution"
4079
+ o.http_request_uri = "/2020-05-31/distribution"
1987
4080
  o.input = Shapes::ShapeRef.new(shape: ListDistributionsRequest)
1988
4081
  o.output = Shapes::ShapeRef.new(shape: ListDistributionsResult)
1989
4082
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
@@ -1996,10 +4089,67 @@ module Aws::CloudFront
1996
4089
  )
1997
4090
  end)
1998
4091
 
4092
+ api.add_operation(:list_distributions_by_cache_policy_id, Seahorse::Model::Operation.new.tap do |o|
4093
+ o.name = "ListDistributionsByCachePolicyId2020_05_31"
4094
+ o.http_method = "GET"
4095
+ o.http_request_uri = "/2020-05-31/distributionsByCachePolicyId/{CachePolicyId}"
4096
+ o.input = Shapes::ShapeRef.new(shape: ListDistributionsByCachePolicyIdRequest)
4097
+ o.output = Shapes::ShapeRef.new(shape: ListDistributionsByCachePolicyIdResult)
4098
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchCachePolicy)
4099
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4100
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4101
+ end)
4102
+
4103
+ api.add_operation(:list_distributions_by_key_group, Seahorse::Model::Operation.new.tap do |o|
4104
+ o.name = "ListDistributionsByKeyGroup2020_05_31"
4105
+ o.http_method = "GET"
4106
+ o.http_request_uri = "/2020-05-31/distributionsByKeyGroupId/{KeyGroupId}"
4107
+ o.input = Shapes::ShapeRef.new(shape: ListDistributionsByKeyGroupRequest)
4108
+ o.output = Shapes::ShapeRef.new(shape: ListDistributionsByKeyGroupResult)
4109
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchResource)
4110
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4111
+ end)
4112
+
4113
+ api.add_operation(:list_distributions_by_origin_request_policy_id, Seahorse::Model::Operation.new.tap do |o|
4114
+ o.name = "ListDistributionsByOriginRequestPolicyId2020_05_31"
4115
+ o.http_method = "GET"
4116
+ o.http_request_uri = "/2020-05-31/distributionsByOriginRequestPolicyId/{OriginRequestPolicyId}"
4117
+ o.input = Shapes::ShapeRef.new(shape: ListDistributionsByOriginRequestPolicyIdRequest)
4118
+ o.output = Shapes::ShapeRef.new(shape: ListDistributionsByOriginRequestPolicyIdResult)
4119
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchOriginRequestPolicy)
4120
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4121
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4122
+ end)
4123
+
4124
+ api.add_operation(:list_distributions_by_realtime_log_config, Seahorse::Model::Operation.new.tap do |o|
4125
+ o.name = "ListDistributionsByRealtimeLogConfig2020_05_31"
4126
+ o.http_method = "POST"
4127
+ o.http_request_uri = "/2020-05-31/distributionsByRealtimeLogConfig/"
4128
+ o.input = Shapes::ShapeRef.new(shape: ListDistributionsByRealtimeLogConfigRequest,
4129
+ location_name: "ListDistributionsByRealtimeLogConfigRequest",
4130
+ metadata: {
4131
+ "xmlNamespace" => {"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
4132
+ }
4133
+ )
4134
+ o.output = Shapes::ShapeRef.new(shape: ListDistributionsByRealtimeLogConfigResult)
4135
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4136
+ end)
4137
+
4138
+ api.add_operation(:list_distributions_by_response_headers_policy_id, Seahorse::Model::Operation.new.tap do |o|
4139
+ o.name = "ListDistributionsByResponseHeadersPolicyId2020_05_31"
4140
+ o.http_method = "GET"
4141
+ o.http_request_uri = "/2020-05-31/distributionsByResponseHeadersPolicyId/{ResponseHeadersPolicyId}"
4142
+ o.input = Shapes::ShapeRef.new(shape: ListDistributionsByResponseHeadersPolicyIdRequest)
4143
+ o.output = Shapes::ShapeRef.new(shape: ListDistributionsByResponseHeadersPolicyIdResult)
4144
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchResponseHeadersPolicy)
4145
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4146
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4147
+ end)
4148
+
1999
4149
  api.add_operation(:list_distributions_by_web_acl_id, Seahorse::Model::Operation.new.tap do |o|
2000
- o.name = "ListDistributionsByWebACLId2019_03_26"
4150
+ o.name = "ListDistributionsByWebACLId2020_05_31"
2001
4151
  o.http_method = "GET"
2002
- o.http_request_uri = "/2019-03-26/distributionsByWebACLId/{WebACLId}"
4152
+ o.http_request_uri = "/2020-05-31/distributionsByWebACLId/{WebACLId}"
2003
4153
  o.input = Shapes::ShapeRef.new(shape: ListDistributionsByWebACLIdRequest)
2004
4154
  o.output = Shapes::ShapeRef.new(shape: ListDistributionsByWebACLIdResult)
2005
4155
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
@@ -2007,27 +4157,37 @@ module Aws::CloudFront
2007
4157
  end)
2008
4158
 
2009
4159
  api.add_operation(:list_field_level_encryption_configs, Seahorse::Model::Operation.new.tap do |o|
2010
- o.name = "ListFieldLevelEncryptionConfigs2019_03_26"
4160
+ o.name = "ListFieldLevelEncryptionConfigs2020_05_31"
2011
4161
  o.http_method = "GET"
2012
- o.http_request_uri = "/2019-03-26/field-level-encryption"
4162
+ o.http_request_uri = "/2020-05-31/field-level-encryption"
2013
4163
  o.input = Shapes::ShapeRef.new(shape: ListFieldLevelEncryptionConfigsRequest)
2014
4164
  o.output = Shapes::ShapeRef.new(shape: ListFieldLevelEncryptionConfigsResult)
2015
4165
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
2016
4166
  end)
2017
4167
 
2018
4168
  api.add_operation(:list_field_level_encryption_profiles, Seahorse::Model::Operation.new.tap do |o|
2019
- o.name = "ListFieldLevelEncryptionProfiles2019_03_26"
4169
+ o.name = "ListFieldLevelEncryptionProfiles2020_05_31"
2020
4170
  o.http_method = "GET"
2021
- o.http_request_uri = "/2019-03-26/field-level-encryption-profile"
4171
+ o.http_request_uri = "/2020-05-31/field-level-encryption-profile"
2022
4172
  o.input = Shapes::ShapeRef.new(shape: ListFieldLevelEncryptionProfilesRequest)
2023
4173
  o.output = Shapes::ShapeRef.new(shape: ListFieldLevelEncryptionProfilesResult)
2024
4174
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
2025
4175
  end)
2026
4176
 
4177
+ api.add_operation(:list_functions, Seahorse::Model::Operation.new.tap do |o|
4178
+ o.name = "ListFunctions2020_05_31"
4179
+ o.http_method = "GET"
4180
+ o.http_request_uri = "/2020-05-31/function"
4181
+ o.input = Shapes::ShapeRef.new(shape: ListFunctionsRequest)
4182
+ o.output = Shapes::ShapeRef.new(shape: ListFunctionsResult)
4183
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4184
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
4185
+ end)
4186
+
2027
4187
  api.add_operation(:list_invalidations, Seahorse::Model::Operation.new.tap do |o|
2028
- o.name = "ListInvalidations2019_03_26"
4188
+ o.name = "ListInvalidations2020_05_31"
2029
4189
  o.http_method = "GET"
2030
- o.http_request_uri = "/2019-03-26/distribution/{DistributionId}/invalidation"
4190
+ o.http_request_uri = "/2020-05-31/distribution/{DistributionId}/invalidation"
2031
4191
  o.input = Shapes::ShapeRef.new(shape: ListInvalidationsRequest)
2032
4192
  o.output = Shapes::ShapeRef.new(shape: ListInvalidationsResult)
2033
4193
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
@@ -2042,19 +4202,70 @@ module Aws::CloudFront
2042
4202
  )
2043
4203
  end)
2044
4204
 
4205
+ api.add_operation(:list_key_groups, Seahorse::Model::Operation.new.tap do |o|
4206
+ o.name = "ListKeyGroups2020_05_31"
4207
+ o.http_method = "GET"
4208
+ o.http_request_uri = "/2020-05-31/key-group"
4209
+ o.input = Shapes::ShapeRef.new(shape: ListKeyGroupsRequest)
4210
+ o.output = Shapes::ShapeRef.new(shape: ListKeyGroupsResult)
4211
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4212
+ end)
4213
+
4214
+ api.add_operation(:list_origin_access_controls, Seahorse::Model::Operation.new.tap do |o|
4215
+ o.name = "ListOriginAccessControls2020_05_31"
4216
+ o.http_method = "GET"
4217
+ o.http_request_uri = "/2020-05-31/origin-access-control"
4218
+ o.input = Shapes::ShapeRef.new(shape: ListOriginAccessControlsRequest)
4219
+ o.output = Shapes::ShapeRef.new(shape: ListOriginAccessControlsResult)
4220
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4221
+ end)
4222
+
4223
+ api.add_operation(:list_origin_request_policies, Seahorse::Model::Operation.new.tap do |o|
4224
+ o.name = "ListOriginRequestPolicies2020_05_31"
4225
+ o.http_method = "GET"
4226
+ o.http_request_uri = "/2020-05-31/origin-request-policy"
4227
+ o.input = Shapes::ShapeRef.new(shape: ListOriginRequestPoliciesRequest)
4228
+ o.output = Shapes::ShapeRef.new(shape: ListOriginRequestPoliciesResult)
4229
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4230
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchOriginRequestPolicy)
4231
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4232
+ end)
4233
+
2045
4234
  api.add_operation(:list_public_keys, Seahorse::Model::Operation.new.tap do |o|
2046
- o.name = "ListPublicKeys2019_03_26"
4235
+ o.name = "ListPublicKeys2020_05_31"
2047
4236
  o.http_method = "GET"
2048
- o.http_request_uri = "/2019-03-26/public-key"
4237
+ o.http_request_uri = "/2020-05-31/public-key"
2049
4238
  o.input = Shapes::ShapeRef.new(shape: ListPublicKeysRequest)
2050
4239
  o.output = Shapes::ShapeRef.new(shape: ListPublicKeysResult)
2051
4240
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
2052
4241
  end)
2053
4242
 
4243
+ api.add_operation(:list_realtime_log_configs, Seahorse::Model::Operation.new.tap do |o|
4244
+ o.name = "ListRealtimeLogConfigs2020_05_31"
4245
+ o.http_method = "GET"
4246
+ o.http_request_uri = "/2020-05-31/realtime-log-config"
4247
+ o.input = Shapes::ShapeRef.new(shape: ListRealtimeLogConfigsRequest)
4248
+ o.output = Shapes::ShapeRef.new(shape: ListRealtimeLogConfigsResult)
4249
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4250
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4251
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchRealtimeLogConfig)
4252
+ end)
4253
+
4254
+ api.add_operation(:list_response_headers_policies, Seahorse::Model::Operation.new.tap do |o|
4255
+ o.name = "ListResponseHeadersPolicies2020_05_31"
4256
+ o.http_method = "GET"
4257
+ o.http_request_uri = "/2020-05-31/response-headers-policy"
4258
+ o.input = Shapes::ShapeRef.new(shape: ListResponseHeadersPoliciesRequest)
4259
+ o.output = Shapes::ShapeRef.new(shape: ListResponseHeadersPoliciesResult)
4260
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4261
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchResponseHeadersPolicy)
4262
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4263
+ end)
4264
+
2054
4265
  api.add_operation(:list_streaming_distributions, Seahorse::Model::Operation.new.tap do |o|
2055
- o.name = "ListStreamingDistributions2019_03_26"
4266
+ o.name = "ListStreamingDistributions2020_05_31"
2056
4267
  o.http_method = "GET"
2057
- o.http_request_uri = "/2019-03-26/streaming-distribution"
4268
+ o.http_request_uri = "/2020-05-31/streaming-distribution"
2058
4269
  o.input = Shapes::ShapeRef.new(shape: ListStreamingDistributionsRequest)
2059
4270
  o.output = Shapes::ShapeRef.new(shape: ListStreamingDistributionsResult)
2060
4271
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
@@ -2068,9 +4279,9 @@ module Aws::CloudFront
2068
4279
  end)
2069
4280
 
2070
4281
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
2071
- o.name = "ListTagsForResource2019_03_26"
4282
+ o.name = "ListTagsForResource2020_05_31"
2072
4283
  o.http_method = "GET"
2073
- o.http_request_uri = "/2019-03-26/tagging"
4284
+ o.http_request_uri = "/2020-05-31/tagging"
2074
4285
  o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
2075
4286
  o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResult)
2076
4287
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -2079,10 +4290,23 @@ module Aws::CloudFront
2079
4290
  o.errors << Shapes::ShapeRef.new(shape: NoSuchResource)
2080
4291
  end)
2081
4292
 
4293
+ api.add_operation(:publish_function, Seahorse::Model::Operation.new.tap do |o|
4294
+ o.name = "PublishFunction2020_05_31"
4295
+ o.http_method = "POST"
4296
+ o.http_request_uri = "/2020-05-31/function/{Name}/publish"
4297
+ o.input = Shapes::ShapeRef.new(shape: PublishFunctionRequest)
4298
+ o.output = Shapes::ShapeRef.new(shape: PublishFunctionResult)
4299
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4300
+ o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
4301
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchFunctionExists)
4302
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
4303
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
4304
+ end)
4305
+
2082
4306
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
2083
- o.name = "TagResource2019_03_26"
4307
+ o.name = "TagResource2020_05_31"
2084
4308
  o.http_method = "POST"
2085
- o.http_request_uri = "/2019-03-26/tagging?Operation=Tag"
4309
+ o.http_request_uri = "/2020-05-31/tagging?Operation=Tag"
2086
4310
  o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
2087
4311
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2088
4312
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -2091,10 +4315,28 @@ module Aws::CloudFront
2091
4315
  o.errors << Shapes::ShapeRef.new(shape: NoSuchResource)
2092
4316
  end)
2093
4317
 
4318
+ api.add_operation(:test_function, Seahorse::Model::Operation.new.tap do |o|
4319
+ o.name = "TestFunction2020_05_31"
4320
+ o.http_method = "POST"
4321
+ o.http_request_uri = "/2020-05-31/function/{Name}/test"
4322
+ o.input = Shapes::ShapeRef.new(shape: TestFunctionRequest,
4323
+ location_name: "TestFunctionRequest",
4324
+ metadata: {
4325
+ "xmlNamespace" => {"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
4326
+ }
4327
+ )
4328
+ o.output = Shapes::ShapeRef.new(shape: TestFunctionResult)
4329
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4330
+ o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
4331
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchFunctionExists)
4332
+ o.errors << Shapes::ShapeRef.new(shape: TestFunctionFailed)
4333
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
4334
+ end)
4335
+
2094
4336
  api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
2095
- o.name = "UntagResource2019_03_26"
4337
+ o.name = "UntagResource2020_05_31"
2096
4338
  o.http_method = "POST"
2097
- o.http_request_uri = "/2019-03-26/tagging?Operation=Untag"
4339
+ o.http_request_uri = "/2020-05-31/tagging?Operation=Untag"
2098
4340
  o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
2099
4341
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2100
4342
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -2103,10 +4345,29 @@ module Aws::CloudFront
2103
4345
  o.errors << Shapes::ShapeRef.new(shape: NoSuchResource)
2104
4346
  end)
2105
4347
 
4348
+ api.add_operation(:update_cache_policy, Seahorse::Model::Operation.new.tap do |o|
4349
+ o.name = "UpdateCachePolicy2020_05_31"
4350
+ o.http_method = "PUT"
4351
+ o.http_request_uri = "/2020-05-31/cache-policy/{Id}"
4352
+ o.input = Shapes::ShapeRef.new(shape: UpdateCachePolicyRequest)
4353
+ o.output = Shapes::ShapeRef.new(shape: UpdateCachePolicyResult)
4354
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4355
+ o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
4356
+ o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
4357
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4358
+ o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
4359
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchCachePolicy)
4360
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
4361
+ o.errors << Shapes::ShapeRef.new(shape: CachePolicyAlreadyExists)
4362
+ o.errors << Shapes::ShapeRef.new(shape: TooManyHeadersInCachePolicy)
4363
+ o.errors << Shapes::ShapeRef.new(shape: TooManyCookiesInCachePolicy)
4364
+ o.errors << Shapes::ShapeRef.new(shape: TooManyQueryStringsInCachePolicy)
4365
+ end)
4366
+
2106
4367
  api.add_operation(:update_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
2107
- o.name = "UpdateCloudFrontOriginAccessIdentity2019_03_26"
4368
+ o.name = "UpdateCloudFrontOriginAccessIdentity2020_05_31"
2108
4369
  o.http_method = "PUT"
2109
- o.http_request_uri = "/2019-03-26/origin-access-identity/cloudfront/{Id}/config"
4370
+ o.http_request_uri = "/2020-05-31/origin-access-identity/cloudfront/{Id}/config"
2110
4371
  o.input = Shapes::ShapeRef.new(shape: UpdateCloudFrontOriginAccessIdentityRequest)
2111
4372
  o.output = Shapes::ShapeRef.new(shape: UpdateCloudFrontOriginAccessIdentityResult)
2112
4373
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -2119,10 +4380,25 @@ module Aws::CloudFront
2119
4380
  o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
2120
4381
  end)
2121
4382
 
4383
+ api.add_operation(:update_continuous_deployment_policy, Seahorse::Model::Operation.new.tap do |o|
4384
+ o.name = "UpdateContinuousDeploymentPolicy2020_05_31"
4385
+ o.http_method = "PUT"
4386
+ o.http_request_uri = "/2020-05-31/continuous-deployment-policy/{Id}"
4387
+ o.input = Shapes::ShapeRef.new(shape: UpdateContinuousDeploymentPolicyRequest)
4388
+ o.output = Shapes::ShapeRef.new(shape: UpdateContinuousDeploymentPolicyResult)
4389
+ o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
4390
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4391
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4392
+ o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
4393
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
4394
+ o.errors << Shapes::ShapeRef.new(shape: StagingDistributionInUse)
4395
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchContinuousDeploymentPolicy)
4396
+ end)
4397
+
2122
4398
  api.add_operation(:update_distribution, Seahorse::Model::Operation.new.tap do |o|
2123
- o.name = "UpdateDistribution2019_03_26"
4399
+ o.name = "UpdateDistribution2020_05_31"
2124
4400
  o.http_method = "PUT"
2125
- o.http_request_uri = "/2019-03-26/distribution/{Id}/config"
4401
+ o.http_request_uri = "/2020-05-31/distribution/{Id}/config"
2126
4402
  o.input = Shapes::ShapeRef.new(shape: UpdateDistributionRequest)
2127
4403
  o.output = Shapes::ShapeRef.new(shape: UpdateDistributionResult)
2128
4404
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -2139,6 +4415,80 @@ module Aws::CloudFront
2139
4415
  o.errors << Shapes::ShapeRef.new(shape: InvalidResponseCode)
2140
4416
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
2141
4417
  o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessIdentity)
4418
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessControl)
4419
+ o.errors << Shapes::ShapeRef.new(shape: TooManyTrustedSigners)
4420
+ o.errors << Shapes::ShapeRef.new(shape: TrustedSignerDoesNotExist)
4421
+ o.errors << Shapes::ShapeRef.new(shape: InvalidViewerCertificate)
4422
+ o.errors << Shapes::ShapeRef.new(shape: InvalidMinimumProtocolVersion)
4423
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequiredProtocol)
4424
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchOrigin)
4425
+ o.errors << Shapes::ShapeRef.new(shape: TooManyOrigins)
4426
+ o.errors << Shapes::ShapeRef.new(shape: TooManyOriginGroupsPerDistribution)
4427
+ o.errors << Shapes::ShapeRef.new(shape: TooManyCacheBehaviors)
4428
+ o.errors << Shapes::ShapeRef.new(shape: TooManyCookieNamesInWhiteList)
4429
+ o.errors << Shapes::ShapeRef.new(shape: InvalidForwardCookies)
4430
+ o.errors << Shapes::ShapeRef.new(shape: TooManyHeadersInForwardedValues)
4431
+ o.errors << Shapes::ShapeRef.new(shape: InvalidHeadersForS3Origin)
4432
+ o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
4433
+ o.errors << Shapes::ShapeRef.new(shape: TooManyCertificates)
4434
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLocationCode)
4435
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGeoRestrictionParameter)
4436
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTTLOrder)
4437
+ o.errors << Shapes::ShapeRef.new(shape: InvalidWebACLId)
4438
+ o.errors << Shapes::ShapeRef.new(shape: TooManyOriginCustomHeaders)
4439
+ o.errors << Shapes::ShapeRef.new(shape: TooManyQueryStringParameters)
4440
+ o.errors << Shapes::ShapeRef.new(shape: InvalidQueryStringParameters)
4441
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsWithLambdaAssociations)
4442
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsWithSingleFunctionARN)
4443
+ o.errors << Shapes::ShapeRef.new(shape: TooManyLambdaFunctionAssociations)
4444
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaFunctionAssociation)
4445
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsWithFunctionAssociations)
4446
+ o.errors << Shapes::ShapeRef.new(shape: TooManyFunctionAssociations)
4447
+ o.errors << Shapes::ShapeRef.new(shape: InvalidFunctionAssociation)
4448
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOriginReadTimeout)
4449
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOriginKeepaliveTimeout)
4450
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchFieldLevelEncryptionConfig)
4451
+ o.errors << Shapes::ShapeRef.new(shape: IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior)
4452
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToFieldLevelEncryptionConfig)
4453
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchCachePolicy)
4454
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToCachePolicy)
4455
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchResponseHeadersPolicy)
4456
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToResponseHeadersPolicy)
4457
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchOriginRequestPolicy)
4458
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToOriginRequestPolicy)
4459
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToKeyGroup)
4460
+ o.errors << Shapes::ShapeRef.new(shape: TooManyKeyGroupsAssociatedToDistribution)
4461
+ o.errors << Shapes::ShapeRef.new(shape: TrustedKeyGroupDoesNotExist)
4462
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchRealtimeLogConfig)
4463
+ o.errors << Shapes::ShapeRef.new(shape: RealtimeLogConfigOwnerMismatch)
4464
+ o.errors << Shapes::ShapeRef.new(shape: ContinuousDeploymentPolicyInUse)
4465
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchContinuousDeploymentPolicy)
4466
+ o.errors << Shapes::ShapeRef.new(shape: StagingDistributionInUse)
4467
+ o.errors << Shapes::ShapeRef.new(shape: IllegalOriginAccessConfiguration)
4468
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDomainNameForOriginAccessControl)
4469
+ end)
4470
+
4471
+ api.add_operation(:update_distribution_with_staging_config, Seahorse::Model::Operation.new.tap do |o|
4472
+ o.name = "UpdateDistributionWithStagingConfig2020_05_31"
4473
+ o.http_method = "PUT"
4474
+ o.http_request_uri = "/2020-05-31/distribution/{Id}/promote-staging-config"
4475
+ o.input = Shapes::ShapeRef.new(shape: UpdateDistributionWithStagingConfigRequest)
4476
+ o.output = Shapes::ShapeRef.new(shape: UpdateDistributionWithStagingConfigResult)
4477
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4478
+ o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
4479
+ o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
4480
+ o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
4481
+ o.errors << Shapes::ShapeRef.new(shape: MissingBody)
4482
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
4483
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
4484
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionCNAMEs)
4485
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDefaultRootObject)
4486
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRelativePath)
4487
+ o.errors << Shapes::ShapeRef.new(shape: InvalidErrorCode)
4488
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResponseCode)
4489
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4490
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessIdentity)
4491
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessControl)
2142
4492
  o.errors << Shapes::ShapeRef.new(shape: TooManyTrustedSigners)
2143
4493
  o.errors << Shapes::ShapeRef.new(shape: TrustedSignerDoesNotExist)
2144
4494
  o.errors << Shapes::ShapeRef.new(shape: InvalidViewerCertificate)
@@ -2162,19 +4512,34 @@ module Aws::CloudFront
2162
4512
  o.errors << Shapes::ShapeRef.new(shape: TooManyQueryStringParameters)
2163
4513
  o.errors << Shapes::ShapeRef.new(shape: InvalidQueryStringParameters)
2164
4514
  o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsWithLambdaAssociations)
4515
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsWithSingleFunctionARN)
2165
4516
  o.errors << Shapes::ShapeRef.new(shape: TooManyLambdaFunctionAssociations)
2166
4517
  o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaFunctionAssociation)
4518
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsWithFunctionAssociations)
4519
+ o.errors << Shapes::ShapeRef.new(shape: TooManyFunctionAssociations)
4520
+ o.errors << Shapes::ShapeRef.new(shape: InvalidFunctionAssociation)
2167
4521
  o.errors << Shapes::ShapeRef.new(shape: InvalidOriginReadTimeout)
2168
4522
  o.errors << Shapes::ShapeRef.new(shape: InvalidOriginKeepaliveTimeout)
2169
4523
  o.errors << Shapes::ShapeRef.new(shape: NoSuchFieldLevelEncryptionConfig)
2170
4524
  o.errors << Shapes::ShapeRef.new(shape: IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior)
2171
4525
  o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToFieldLevelEncryptionConfig)
4526
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchCachePolicy)
4527
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToCachePolicy)
4528
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchResponseHeadersPolicy)
4529
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToResponseHeadersPolicy)
4530
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchOriginRequestPolicy)
4531
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToOriginRequestPolicy)
4532
+ o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToKeyGroup)
4533
+ o.errors << Shapes::ShapeRef.new(shape: TooManyKeyGroupsAssociatedToDistribution)
4534
+ o.errors << Shapes::ShapeRef.new(shape: TrustedKeyGroupDoesNotExist)
4535
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchRealtimeLogConfig)
4536
+ o.errors << Shapes::ShapeRef.new(shape: RealtimeLogConfigOwnerMismatch)
2172
4537
  end)
2173
4538
 
2174
4539
  api.add_operation(:update_field_level_encryption_config, Seahorse::Model::Operation.new.tap do |o|
2175
- o.name = "UpdateFieldLevelEncryptionConfig2019_03_26"
4540
+ o.name = "UpdateFieldLevelEncryptionConfig2020_05_31"
2176
4541
  o.http_method = "PUT"
2177
- o.http_request_uri = "/2019-03-26/field-level-encryption/{Id}/config"
4542
+ o.http_request_uri = "/2020-05-31/field-level-encryption/{Id}/config"
2178
4543
  o.input = Shapes::ShapeRef.new(shape: UpdateFieldLevelEncryptionConfigRequest)
2179
4544
  o.output = Shapes::ShapeRef.new(shape: UpdateFieldLevelEncryptionConfigResult)
2180
4545
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -2191,9 +4556,9 @@ module Aws::CloudFront
2191
4556
  end)
2192
4557
 
2193
4558
  api.add_operation(:update_field_level_encryption_profile, Seahorse::Model::Operation.new.tap do |o|
2194
- o.name = "UpdateFieldLevelEncryptionProfile2019_03_26"
4559
+ o.name = "UpdateFieldLevelEncryptionProfile2020_05_31"
2195
4560
  o.http_method = "PUT"
2196
- o.http_request_uri = "/2019-03-26/field-level-encryption-profile/{Id}/config"
4561
+ o.http_request_uri = "/2020-05-31/field-level-encryption-profile/{Id}/config"
2197
4562
  o.input = Shapes::ShapeRef.new(shape: UpdateFieldLevelEncryptionProfileRequest)
2198
4563
  o.output = Shapes::ShapeRef.new(shape: UpdateFieldLevelEncryptionProfileResult)
2199
4564
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -2210,10 +4575,77 @@ module Aws::CloudFront
2210
4575
  o.errors << Shapes::ShapeRef.new(shape: TooManyFieldLevelEncryptionFieldPatterns)
2211
4576
  end)
2212
4577
 
4578
+ api.add_operation(:update_function, Seahorse::Model::Operation.new.tap do |o|
4579
+ o.name = "UpdateFunction2020_05_31"
4580
+ o.http_method = "PUT"
4581
+ o.http_request_uri = "/2020-05-31/function/{Name}"
4582
+ o.input = Shapes::ShapeRef.new(shape: UpdateFunctionRequest,
4583
+ location_name: "UpdateFunctionRequest",
4584
+ metadata: {
4585
+ "xmlNamespace" => {"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
4586
+ }
4587
+ )
4588
+ o.output = Shapes::ShapeRef.new(shape: UpdateFunctionResult)
4589
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4590
+ o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
4591
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchFunctionExists)
4592
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
4593
+ o.errors << Shapes::ShapeRef.new(shape: FunctionSizeLimitExceeded)
4594
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
4595
+ end)
4596
+
4597
+ api.add_operation(:update_key_group, Seahorse::Model::Operation.new.tap do |o|
4598
+ o.name = "UpdateKeyGroup2020_05_31"
4599
+ o.http_method = "PUT"
4600
+ o.http_request_uri = "/2020-05-31/key-group/{Id}"
4601
+ o.input = Shapes::ShapeRef.new(shape: UpdateKeyGroupRequest)
4602
+ o.output = Shapes::ShapeRef.new(shape: UpdateKeyGroupResult)
4603
+ o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
4604
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchResource)
4605
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
4606
+ o.errors << Shapes::ShapeRef.new(shape: KeyGroupAlreadyExists)
4607
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4608
+ o.errors << Shapes::ShapeRef.new(shape: TooManyPublicKeysInKeyGroup)
4609
+ end)
4610
+
4611
+ api.add_operation(:update_origin_access_control, Seahorse::Model::Operation.new.tap do |o|
4612
+ o.name = "UpdateOriginAccessControl2020_05_31"
4613
+ o.http_method = "PUT"
4614
+ o.http_request_uri = "/2020-05-31/origin-access-control/{Id}/config"
4615
+ o.input = Shapes::ShapeRef.new(shape: UpdateOriginAccessControlRequest)
4616
+ o.output = Shapes::ShapeRef.new(shape: UpdateOriginAccessControlResult)
4617
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4618
+ o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
4619
+ o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
4620
+ o.errors << Shapes::ShapeRef.new(shape: OriginAccessControlAlreadyExists)
4621
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchOriginAccessControl)
4622
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
4623
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4624
+ end)
4625
+
4626
+ api.add_operation(:update_origin_request_policy, Seahorse::Model::Operation.new.tap do |o|
4627
+ o.name = "UpdateOriginRequestPolicy2020_05_31"
4628
+ o.http_method = "PUT"
4629
+ o.http_request_uri = "/2020-05-31/origin-request-policy/{Id}"
4630
+ o.input = Shapes::ShapeRef.new(shape: UpdateOriginRequestPolicyRequest)
4631
+ o.output = Shapes::ShapeRef.new(shape: UpdateOriginRequestPolicyResult)
4632
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4633
+ o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
4634
+ o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
4635
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4636
+ o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
4637
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchOriginRequestPolicy)
4638
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
4639
+ o.errors << Shapes::ShapeRef.new(shape: OriginRequestPolicyAlreadyExists)
4640
+ o.errors << Shapes::ShapeRef.new(shape: TooManyHeadersInOriginRequestPolicy)
4641
+ o.errors << Shapes::ShapeRef.new(shape: TooManyCookiesInOriginRequestPolicy)
4642
+ o.errors << Shapes::ShapeRef.new(shape: TooManyQueryStringsInOriginRequestPolicy)
4643
+ end)
4644
+
2213
4645
  api.add_operation(:update_public_key, Seahorse::Model::Operation.new.tap do |o|
2214
- o.name = "UpdatePublicKey2019_03_26"
4646
+ o.name = "UpdatePublicKey2020_05_31"
2215
4647
  o.http_method = "PUT"
2216
- o.http_request_uri = "/2019-03-26/public-key/{Id}/config"
4648
+ o.http_request_uri = "/2020-05-31/public-key/{Id}/config"
2217
4649
  o.input = Shapes::ShapeRef.new(shape: UpdatePublicKeyRequest)
2218
4650
  o.output = Shapes::ShapeRef.new(shape: UpdatePublicKeyResult)
2219
4651
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -2225,10 +4657,45 @@ module Aws::CloudFront
2225
4657
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
2226
4658
  end)
2227
4659
 
4660
+ api.add_operation(:update_realtime_log_config, Seahorse::Model::Operation.new.tap do |o|
4661
+ o.name = "UpdateRealtimeLogConfig2020_05_31"
4662
+ o.http_method = "PUT"
4663
+ o.http_request_uri = "/2020-05-31/realtime-log-config/"
4664
+ o.input = Shapes::ShapeRef.new(shape: UpdateRealtimeLogConfigRequest,
4665
+ location_name: "UpdateRealtimeLogConfigRequest",
4666
+ metadata: {
4667
+ "xmlNamespace" => {"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
4668
+ }
4669
+ )
4670
+ o.output = Shapes::ShapeRef.new(shape: UpdateRealtimeLogConfigResult)
4671
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchRealtimeLogConfig)
4672
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4673
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4674
+ end)
4675
+
4676
+ api.add_operation(:update_response_headers_policy, Seahorse::Model::Operation.new.tap do |o|
4677
+ o.name = "UpdateResponseHeadersPolicy2020_05_31"
4678
+ o.http_method = "PUT"
4679
+ o.http_request_uri = "/2020-05-31/response-headers-policy/{Id}"
4680
+ o.input = Shapes::ShapeRef.new(shape: UpdateResponseHeadersPolicyRequest)
4681
+ o.output = Shapes::ShapeRef.new(shape: UpdateResponseHeadersPolicyResult)
4682
+ o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4683
+ o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
4684
+ o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
4685
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4686
+ o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
4687
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchResponseHeadersPolicy)
4688
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
4689
+ o.errors << Shapes::ShapeRef.new(shape: ResponseHeadersPolicyAlreadyExists)
4690
+ o.errors << Shapes::ShapeRef.new(shape: TooManyCustomHeadersInResponseHeadersPolicy)
4691
+ o.errors << Shapes::ShapeRef.new(shape: TooLongCSPInResponseHeadersPolicy)
4692
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRemoveHeadersInResponseHeadersPolicy)
4693
+ end)
4694
+
2228
4695
  api.add_operation(:update_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
2229
- o.name = "UpdateStreamingDistribution2019_03_26"
4696
+ o.name = "UpdateStreamingDistribution2020_05_31"
2230
4697
  o.http_method = "PUT"
2231
- o.http_request_uri = "/2019-03-26/streaming-distribution/{Id}/config"
4698
+ o.http_request_uri = "/2020-05-31/streaming-distribution/{Id}/config"
2232
4699
  o.input = Shapes::ShapeRef.new(shape: UpdateStreamingDistributionRequest)
2233
4700
  o.output = Shapes::ShapeRef.new(shape: UpdateStreamingDistributionResult)
2234
4701
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
@@ -2241,6 +4708,7 @@ module Aws::CloudFront
2241
4708
  o.errors << Shapes::ShapeRef.new(shape: TooManyStreamingDistributionCNAMEs)
2242
4709
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
2243
4710
  o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessIdentity)
4711
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessControl)
2244
4712
  o.errors << Shapes::ShapeRef.new(shape: TooManyTrustedSigners)
2245
4713
  o.errors << Shapes::ShapeRef.new(shape: TrustedSignerDoesNotExist)
2246
4714
  o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)