@aws-sdk/client-cloudfront 3.804.0 → 3.808.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. package/README.md +1 -6
  2. package/dist-cjs/runtimeConfig.js +6 -6
  3. package/dist-es/runtimeConfig.js +6 -6
  4. package/dist-types/CloudFront.d.ts +1 -5
  5. package/dist-types/CloudFrontClient.d.ts +1 -5
  6. package/dist-types/commands/AssociateAliasCommand.d.ts +1 -11
  7. package/dist-types/commands/AssociateDistributionTenantWebACLCommand.d.ts +1 -2
  8. package/dist-types/commands/AssociateDistributionWebACLCommand.d.ts +1 -2
  9. package/dist-types/commands/CopyDistributionCommand.d.ts +26 -90
  10. package/dist-types/commands/CreateAnycastIpListCommand.d.ts +1 -2
  11. package/dist-types/commands/CreateCachePolicyCommand.d.ts +7 -39
  12. package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +5 -16
  13. package/dist-types/commands/CreateConnectionGroupCommand.d.ts +1 -2
  14. package/dist-types/commands/CreateContinuousDeploymentPolicyCommand.d.ts +3 -13
  15. package/dist-types/commands/CreateDistributionCommand.d.ts +27 -69
  16. package/dist-types/commands/CreateDistributionTenantCommand.d.ts +1 -2
  17. package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +28 -83
  18. package/dist-types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +4 -8
  19. package/dist-types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +3 -6
  20. package/dist-types/commands/CreateFunctionCommand.d.ts +4 -19
  21. package/dist-types/commands/CreateInvalidationCommand.d.ts +3 -6
  22. package/dist-types/commands/CreateInvalidationForDistributionTenantCommand.d.ts +3 -6
  23. package/dist-types/commands/CreateKeyGroupCommand.d.ts +4 -17
  24. package/dist-types/commands/CreateKeyValueStoreCommand.d.ts +1 -2
  25. package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +1 -4
  26. package/dist-types/commands/CreateOriginAccessControlCommand.d.ts +2 -11
  27. package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +7 -44
  28. package/dist-types/commands/CreatePublicKeyCommand.d.ts +1 -2
  29. package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +3 -11
  30. package/dist-types/commands/CreateResponseHeadersPolicyCommand.d.ts +7 -32
  31. package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +5 -11
  32. package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +5 -11
  33. package/dist-types/commands/CreateVpcOriginCommand.d.ts +2 -4
  34. package/dist-types/commands/DeleteAnycastIpListCommand.d.ts +1 -2
  35. package/dist-types/commands/DeleteCachePolicyCommand.d.ts +3 -11
  36. package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +1 -2
  37. package/dist-types/commands/DeleteConnectionGroupCommand.d.ts +1 -2
  38. package/dist-types/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +3 -8
  39. package/dist-types/commands/DeleteDistributionCommand.d.ts +2 -4
  40. package/dist-types/commands/DeleteDistributionTenantCommand.d.ts +2 -4
  41. package/dist-types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +1 -2
  42. package/dist-types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +1 -2
  43. package/dist-types/commands/DeleteFunctionCommand.d.ts +3 -11
  44. package/dist-types/commands/DeleteKeyGroupCommand.d.ts +2 -9
  45. package/dist-types/commands/DeleteKeyValueStoreCommand.d.ts +1 -2
  46. package/dist-types/commands/DeleteOriginAccessControlCommand.d.ts +3 -8
  47. package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +3 -11
  48. package/dist-types/commands/DeletePublicKeyCommand.d.ts +1 -2
  49. package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +2 -9
  50. package/dist-types/commands/DeleteResponseHeadersPolicyCommand.d.ts +3 -11
  51. package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +3 -53
  52. package/dist-types/commands/DeleteVpcOriginCommand.d.ts +1 -2
  53. package/dist-types/commands/DescribeFunctionCommand.d.ts +1 -5
  54. package/dist-types/commands/DisassociateDistributionTenantWebACLCommand.d.ts +1 -2
  55. package/dist-types/commands/DisassociateDistributionWebACLCommand.d.ts +1 -2
  56. package/dist-types/commands/GetCachePolicyCommand.d.ts +1 -14
  57. package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +1 -6
  58. package/dist-types/commands/GetContinuousDeploymentPolicyCommand.d.ts +1 -2
  59. package/dist-types/commands/GetFunctionCommand.d.ts +1 -4
  60. package/dist-types/commands/GetKeyGroupCommand.d.ts +1 -7
  61. package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +1 -6
  62. package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +1 -2
  63. package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +1 -15
  64. package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +1 -7
  65. package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +1 -4
  66. package/dist-types/commands/GetResponseHeadersPolicyCommand.d.ts +1 -8
  67. package/dist-types/commands/GetResponseHeadersPolicyConfigCommand.d.ts +1 -7
  68. package/dist-types/commands/GetStreamingDistributionCommand.d.ts +1 -2
  69. package/dist-types/commands/ListCachePoliciesCommand.d.ts +1 -8
  70. package/dist-types/commands/ListConflictingAliasesCommand.d.ts +1 -23
  71. package/dist-types/commands/ListContinuousDeploymentPoliciesCommand.d.ts +1 -6
  72. package/dist-types/commands/ListDistributionTenantsByCustomizationCommand.d.ts +1 -2
  73. package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +1 -7
  74. package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +1 -7
  75. package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +1 -7
  76. package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +1 -10
  77. package/dist-types/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +1 -7
  78. package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +1 -5
  79. package/dist-types/commands/ListDomainConflictsCommand.d.ts +1 -2
  80. package/dist-types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +1 -2
  81. package/dist-types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +1 -2
  82. package/dist-types/commands/ListFunctionsCommand.d.ts +1 -8
  83. package/dist-types/commands/ListKeyGroupsCommand.d.ts +1 -6
  84. package/dist-types/commands/ListOriginAccessControlsCommand.d.ts +1 -11
  85. package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +1 -8
  86. package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +1 -6
  87. package/dist-types/commands/ListResponseHeadersPoliciesCommand.d.ts +1 -8
  88. package/dist-types/commands/PublishFunctionCommand.d.ts +2 -12
  89. package/dist-types/commands/TestFunctionCommand.d.ts +1 -10
  90. package/dist-types/commands/UpdateCachePolicyCommand.d.ts +7 -33
  91. package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +3 -6
  92. package/dist-types/commands/UpdateConnectionGroupCommand.d.ts +2 -4
  93. package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +3 -26
  94. package/dist-types/commands/UpdateDistributionCommand.d.ts +26 -99
  95. package/dist-types/commands/UpdateDistributionTenantCommand.d.ts +2 -4
  96. package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +23 -82
  97. package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +1 -2
  98. package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +4 -8
  99. package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +4 -8
  100. package/dist-types/commands/UpdateFunctionCommand.d.ts +3 -10
  101. package/dist-types/commands/UpdateKeyGroupCommand.d.ts +4 -25
  102. package/dist-types/commands/UpdateKeyValueStoreCommand.d.ts +1 -2
  103. package/dist-types/commands/UpdateOriginAccessControlCommand.d.ts +1 -2
  104. package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +7 -35
  105. package/dist-types/commands/UpdatePublicKeyCommand.d.ts +2 -4
  106. package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +1 -21
  107. package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +7 -38
  108. package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +3 -6
  109. package/dist-types/commands/UpdateVpcOriginCommand.d.ts +3 -6
  110. package/dist-types/index.d.ts +1 -5
  111. package/dist-types/models/models_0.d.ts +324 -2005
  112. package/dist-types/models/models_1.d.ts +297 -1243
  113. package/dist-types/models/models_2.d.ts +45 -119
  114. package/package.json +15 -15
@@ -2,10 +2,7 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-cli
2
2
  import { CloudFrontServiceException as __BaseException } from "./CloudFrontServiceException";
3
3
  import { ActiveTrustedSigners, Aliases, AliasICPRecordal, AnycastIpList, AnycastIpListCollection, CacheBehaviors, CachePolicy, CachePolicyConfig, CachePolicyList, CachePolicyType, CloudFrontOriginAccessIdentity, CloudFrontOriginAccessIdentityConfig, ConnectionGroup, ConnectionMode, ContentTypeProfileConfig, ContinuousDeploymentPolicy, ContinuousDeploymentPolicyConfig, CookieNames, CustomErrorResponses, Customizations, DefaultCacheBehavior, Distribution, DistributionConfig, DistributionTenant, DomainResult, EncryptionEntities, FieldLevelEncryption, FieldLevelEncryptionConfig, FieldLevelEncryptionProfile, FieldLevelEncryptionProfileConfig, FunctionStage, FunctionSummary, Headers, HttpVersion, Invalidation, KeyGroup, KeyGroupConfig, KeyValueStore, MonitoringSubscription, OriginAccessControl, OriginAccessControlConfig, OriginAccessControlOriginTypes, OriginAccessControlSigningBehaviors, OriginAccessControlSigningProtocols, OriginGroups, OriginProtocolPolicy, Origins, OriginSslProtocols, PriceClass, QueryArgProfileConfig, QueryStringNames, ResponseHeadersPolicyAccessControlAllowMethodsValues, Restrictions, Tags, TrustedSigners, ValidationTokenHost, ViewerCertificate } from "./models_0";
4
4
  /**
5
- * <p>The number of origin access controls in your Amazon Web Services account exceeds the maximum
6
- * allowed.</p>
7
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
8
- * <i>Amazon CloudFront Developer Guide</i>.</p>
5
+ * <p>The number of origin access controls in your Amazon Web Services account exceeds the maximum allowed.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
9
6
  * @public
10
7
  */
11
8
  export declare class TooManyOriginAccessControls extends __BaseException {
@@ -32,43 +29,12 @@ export declare const OriginRequestPolicyCookieBehavior: {
32
29
  */
33
30
  export type OriginRequestPolicyCookieBehavior = (typeof OriginRequestPolicyCookieBehavior)[keyof typeof OriginRequestPolicyCookieBehavior];
34
31
  /**
35
- * <p>An object that determines whether any cookies in viewer requests (and if so, which
36
- * cookies) are included in requests that CloudFront sends to the origin.</p>
32
+ * <p>An object that determines whether any cookies in viewer requests (and if so, which cookies) are included in requests that CloudFront sends to the origin.</p>
37
33
  * @public
38
34
  */
39
35
  export interface OriginRequestPolicyCookiesConfig {
40
36
  /**
41
- * <p>Determines whether cookies in viewer requests are included in requests that CloudFront sends
42
- * to the origin. Valid values are:</p>
43
- * <ul>
44
- * <li>
45
- * <p>
46
- * <code>none</code> – No cookies in viewer requests are included in requests that CloudFront sends
47
- * to the origin. Even when this field is set to <code>none</code>, any cookies
48
- * that are listed in a <code>CachePolicy</code>
49
- * <i>are</i> included
50
- * in origin requests.</p>
51
- * </li>
52
- * <li>
53
- * <p>
54
- * <code>whitelist</code> – Only the cookies in viewer requests that are listed in the
55
- * <code>CookieNames</code> type are included in requests that CloudFront sends to the
56
- * origin.</p>
57
- * </li>
58
- * <li>
59
- * <p>
60
- * <code>all</code> – All cookies in viewer requests are included in requests
61
- * that CloudFront sends to the origin.</p>
62
- * </li>
63
- * <li>
64
- * <p>
65
- * <code>allExcept</code> – All cookies in viewer requests are included in
66
- * requests that CloudFront sends to the origin, <i>
67
- * <b>except</b>
68
- * </i> for those listed in the <code>CookieNames</code>
69
- * type, which are not included.</p>
70
- * </li>
71
- * </ul>
37
+ * <p>Determines whether cookies in viewer requests are included in requests that CloudFront sends to the origin. Valid values are:</p> <ul> <li> <p> <code>none</code> – No cookies in viewer requests are included in requests that CloudFront sends to the origin. Even when this field is set to <code>none</code>, any cookies that are listed in a <code>CachePolicy</code> <i>are</i> included in origin requests.</p> </li> <li> <p> <code>whitelist</code> – Only the cookies in viewer requests that are listed in the <code>CookieNames</code> type are included in requests that CloudFront sends to the origin.</p> </li> <li> <p> <code>all</code> – All cookies in viewer requests are included in requests that CloudFront sends to the origin.</p> </li> <li> <p> <code>allExcept</code> – All cookies in viewer requests are included in requests that CloudFront sends to the origin, <i> <b>except</b> </i> for those listed in the <code>CookieNames</code> type, which are not included.</p> </li> </ul>
72
38
  * @public
73
39
  */
74
40
  CookieBehavior: OriginRequestPolicyCookieBehavior | undefined;
@@ -94,49 +60,12 @@ export declare const OriginRequestPolicyHeaderBehavior: {
94
60
  */
95
61
  export type OriginRequestPolicyHeaderBehavior = (typeof OriginRequestPolicyHeaderBehavior)[keyof typeof OriginRequestPolicyHeaderBehavior];
96
62
  /**
97
- * <p>An object that determines whether any HTTP headers (and if so, which headers) are
98
- * included in requests that CloudFront sends to the origin.</p>
63
+ * <p>An object that determines whether any HTTP headers (and if so, which headers) are included in requests that CloudFront sends to the origin.</p>
99
64
  * @public
100
65
  */
101
66
  export interface OriginRequestPolicyHeadersConfig {
102
67
  /**
103
- * <p>Determines whether any HTTP headers are included in requests that CloudFront sends to the
104
- * origin. Valid values are:</p>
105
- * <ul>
106
- * <li>
107
- * <p>
108
- * <code>none</code> – No HTTP headers in viewer requests are included in requests that CloudFront
109
- * sends to the origin. Even when this field is set to <code>none</code>, any
110
- * headers that are listed in a <code>CachePolicy</code>
111
- * <i>are</i>
112
- * included in origin requests.</p>
113
- * </li>
114
- * <li>
115
- * <p>
116
- * <code>whitelist</code> – Only the HTTP headers that are listed in the <code>Headers</code>
117
- * type are included in requests that CloudFront sends to the origin.</p>
118
- * </li>
119
- * <li>
120
- * <p>
121
- * <code>allViewer</code> – All HTTP headers in viewer requests are included in
122
- * requests that CloudFront sends to the origin.</p>
123
- * </li>
124
- * <li>
125
- * <p>
126
- * <code>allViewerAndWhitelistCloudFront</code> – All HTTP headers in viewer
127
- * requests and the additional CloudFront headers that are listed in the
128
- * <code>Headers</code> type are included in requests that CloudFront sends to the
129
- * origin. The additional headers are added by CloudFront.</p>
130
- * </li>
131
- * <li>
132
- * <p>
133
- * <code>allExcept</code> – All HTTP headers in viewer requests are included in
134
- * requests that CloudFront sends to the origin, <i>
135
- * <b>except</b>
136
- * </i> for those listed in the <code>Headers</code> type,
137
- * which are not included.</p>
138
- * </li>
139
- * </ul>
68
+ * <p>Determines whether any HTTP headers are included in requests that CloudFront sends to the origin. Valid values are:</p> <ul> <li> <p> <code>none</code> – No HTTP headers in viewer requests are included in requests that CloudFront sends to the origin. Even when this field is set to <code>none</code>, any headers that are listed in a <code>CachePolicy</code> <i>are</i> included in origin requests.</p> </li> <li> <p> <code>whitelist</code> – Only the HTTP headers that are listed in the <code>Headers</code> type are included in requests that CloudFront sends to the origin.</p> </li> <li> <p> <code>allViewer</code> – All HTTP headers in viewer requests are included in requests that CloudFront sends to the origin.</p> </li> <li> <p> <code>allViewerAndWhitelistCloudFront</code> – All HTTP headers in viewer requests and the additional CloudFront headers that are listed in the <code>Headers</code> type are included in requests that CloudFront sends to the origin. The additional headers are added by CloudFront.</p> </li> <li> <p> <code>allExcept</code> – All HTTP headers in viewer requests are included in requests that CloudFront sends to the origin, <i> <b>except</b> </i> for those listed in the <code>Headers</code> type, which are not included.</p> </li> </ul>
140
69
  * @public
141
70
  */
142
71
  HeaderBehavior: OriginRequestPolicyHeaderBehavior | undefined;
@@ -161,96 +90,28 @@ export declare const OriginRequestPolicyQueryStringBehavior: {
161
90
  */
162
91
  export type OriginRequestPolicyQueryStringBehavior = (typeof OriginRequestPolicyQueryStringBehavior)[keyof typeof OriginRequestPolicyQueryStringBehavior];
163
92
  /**
164
- * <p>An object that determines whether any URL query strings in viewer requests (and if so,
165
- * which query strings) are included in requests that CloudFront sends to the origin.</p>
93
+ * <p>An object that determines whether any URL query strings in viewer requests (and if so, which query strings) are included in requests that CloudFront sends to the origin.</p>
166
94
  * @public
167
95
  */
168
96
  export interface OriginRequestPolicyQueryStringsConfig {
169
97
  /**
170
- * <p>Determines whether any URL query strings in viewer requests are included in requests
171
- * that CloudFront sends to the origin. Valid values are:</p>
172
- * <ul>
173
- * <li>
174
- * <p>
175
- * <code>none</code> – No query strings in viewer requests are included in requests that CloudFront
176
- * sends to the origin. Even when this field is set to <code>none</code>, any query
177
- * strings that are listed in a <code>CachePolicy</code>
178
- * <i>are</i>
179
- * included in origin requests.</p>
180
- * </li>
181
- * <li>
182
- * <p>
183
- * <code>whitelist</code> – Only the query strings in viewer requests that are listed in the
184
- * <code>QueryStringNames</code> type are included in requests that CloudFront sends to
185
- * the origin.</p>
186
- * </li>
187
- * <li>
188
- * <p>
189
- * <code>all</code> – All query strings in viewer requests are included in requests that CloudFront
190
- * sends to the origin.</p>
191
- * </li>
192
- * <li>
193
- * <p>
194
- * <code>allExcept</code> – All query strings in viewer requests are included in
195
- * requests that CloudFront sends to the origin, <i>
196
- * <b>except</b>
197
- * </i> for those listed in the
198
- * <code>QueryStringNames</code> type, which are not included.</p>
199
- * </li>
200
- * </ul>
98
+ * <p>Determines whether any URL query strings in viewer requests are included in requests that CloudFront sends to the origin. Valid values are:</p> <ul> <li> <p> <code>none</code> – No query strings in viewer requests are included in requests that CloudFront sends to the origin. Even when this field is set to <code>none</code>, any query strings that are listed in a <code>CachePolicy</code> <i>are</i> included in origin requests.</p> </li> <li> <p> <code>whitelist</code> – Only the query strings in viewer requests that are listed in the <code>QueryStringNames</code> type are included in requests that CloudFront sends to the origin.</p> </li> <li> <p> <code>all</code> – All query strings in viewer requests are included in requests that CloudFront sends to the origin.</p> </li> <li> <p> <code>allExcept</code> – All query strings in viewer requests are included in requests that CloudFront sends to the origin, <i> <b>except</b> </i> for those listed in the <code>QueryStringNames</code> type, which are not included.</p> </li> </ul>
201
99
  * @public
202
100
  */
203
101
  QueryStringBehavior: OriginRequestPolicyQueryStringBehavior | undefined;
204
102
  /**
205
- * <p>Contains the specific query strings in viewer requests that either <i>
206
- * <b>are</b>
207
- * </i> or <i>
208
- * <b>are
209
- * not</b>
210
- * </i> included in requests that CloudFront sends to the origin. The
211
- * behavior depends on whether the <code>QueryStringBehavior</code> field in the
212
- * <code>OriginRequestPolicyQueryStringsConfig</code> type is set to <code>whitelist</code>
213
- * (the listed query strings <i>
214
- * <b>are</b>
215
- * </i>
216
- * included) or <code>allExcept</code> (the listed query strings <i>
217
- * <b>are not</b>
218
- * </i> included, but all other query strings
219
- * are).</p>
103
+ * <p>Contains the specific query strings in viewer requests that either <i> <b>are</b> </i> or <i> <b>are not</b> </i> included in requests that CloudFront sends to the origin. The behavior depends on whether the <code>QueryStringBehavior</code> field in the <code>OriginRequestPolicyQueryStringsConfig</code> type is set to <code>whitelist</code> (the listed query strings <i> <b>are</b> </i> included) or <code>allExcept</code> (the listed query strings <i> <b>are not</b> </i> included, but all other query strings are).</p>
220
104
  * @public
221
105
  */
222
106
  QueryStrings?: QueryStringNames | undefined;
223
107
  }
224
108
  /**
225
- * <p>An origin request policy configuration.</p>
226
- * <p>This configuration determines the values that CloudFront includes in requests that it sends
227
- * to the origin. Each request that CloudFront sends to the origin includes the following:</p>
228
- * <ul>
229
- * <li>
230
- * <p>The request body and the URL path (without the domain name) from the viewer
231
- * request.</p>
232
- * </li>
233
- * <li>
234
- * <p>The headers that CloudFront automatically includes in every origin request,
235
- * including <code>Host</code>, <code>User-Agent</code>, and
236
- * <code>X-Amz-Cf-Id</code>.</p>
237
- * </li>
238
- * <li>
239
- * <p>All HTTP headers, cookies, and URL query strings that are specified in the
240
- * cache policy or the origin request policy. These can include items from the
241
- * viewer request and, in the case of headers, additional ones that are added by
242
- * CloudFront.</p>
243
- * </li>
244
- * </ul>
245
- * <p>CloudFront sends a request when it can't find an object in its cache that matches the
246
- * request. If you want to send values to the origin and also include them in the cache
247
- * key, use <code>CachePolicy</code>.</p>
109
+ * <p>An origin request policy configuration.</p> <p>This configuration determines the values that CloudFront includes in requests that it sends to the origin. Each request that CloudFront sends to the origin includes the following:</p> <ul> <li> <p>The request body and the URL path (without the domain name) from the viewer request.</p> </li> <li> <p>The headers that CloudFront automatically includes in every origin request, including <code>Host</code>, <code>User-Agent</code>, and <code>X-Amz-Cf-Id</code>.</p> </li> <li> <p>All HTTP headers, cookies, and URL query strings that are specified in the cache policy or the origin request policy. These can include items from the viewer request and, in the case of headers, additional ones that are added by CloudFront.</p> </li> </ul> <p>CloudFront sends a request when it can't find an object in its cache that matches the request. If you want to send values to the origin and also include them in the cache key, use <code>CachePolicy</code>.</p>
248
110
  * @public
249
111
  */
250
112
  export interface OriginRequestPolicyConfig {
251
113
  /**
252
- * <p>A comment to describe the origin request policy. The comment cannot be longer than 128
253
- * characters.</p>
114
+ * <p>A comment to describe the origin request policy. The comment cannot be longer than 128 characters.</p>
254
115
  * @public
255
116
  */
256
117
  Comment?: string | undefined;
@@ -260,8 +121,7 @@ export interface OriginRequestPolicyConfig {
260
121
  */
261
122
  Name: string | undefined;
262
123
  /**
263
- * <p>The HTTP headers to include in origin requests. These can include headers from viewer
264
- * requests and additional headers added by CloudFront.</p>
124
+ * <p>The HTTP headers to include in origin requests. These can include headers from viewer requests and additional headers added by CloudFront.</p>
265
125
  * @public
266
126
  */
267
127
  HeadersConfig: OriginRequestPolicyHeadersConfig | undefined;
@@ -287,30 +147,7 @@ export interface CreateOriginRequestPolicyRequest {
287
147
  OriginRequestPolicyConfig: OriginRequestPolicyConfig | undefined;
288
148
  }
289
149
  /**
290
- * <p>An origin request policy.</p>
291
- * <p>When it's attached to a cache behavior, the origin request policy determines the
292
- * values that CloudFront includes in requests that it sends to the origin. Each request that
293
- * CloudFront sends to the origin includes the following:</p>
294
- * <ul>
295
- * <li>
296
- * <p>The request body and the URL path (without the domain name) from the viewer
297
- * request.</p>
298
- * </li>
299
- * <li>
300
- * <p>The headers that CloudFront automatically includes in every origin request,
301
- * including <code>Host</code>, <code>User-Agent</code>, and
302
- * <code>X-Amz-Cf-Id</code>.</p>
303
- * </li>
304
- * <li>
305
- * <p>All HTTP headers, cookies, and URL query strings that are specified in the
306
- * cache policy or the origin request policy. These can include items from the
307
- * viewer request and, in the case of headers, additional ones that are added by
308
- * CloudFront.</p>
309
- * </li>
310
- * </ul>
311
- * <p>CloudFront sends a request when it can't find an object in its cache that matches the
312
- * request. If you want to send values to the origin and also include them in the cache
313
- * key, use <code>CachePolicy</code>.</p>
150
+ * <p>An origin request policy.</p> <p>When it's attached to a cache behavior, the origin request policy determines the values that CloudFront includes in requests that it sends to the origin. Each request that CloudFront sends to the origin includes the following:</p> <ul> <li> <p>The request body and the URL path (without the domain name) from the viewer request.</p> </li> <li> <p>The headers that CloudFront automatically includes in every origin request, including <code>Host</code>, <code>User-Agent</code>, and <code>X-Amz-Cf-Id</code>.</p> </li> <li> <p>All HTTP headers, cookies, and URL query strings that are specified in the cache policy or the origin request policy. These can include items from the viewer request and, in the case of headers, additional ones that are added by CloudFront.</p> </li> </ul> <p>CloudFront sends a request when it can't find an object in its cache that matches the request. If you want to send values to the origin and also include them in the cache key, use <code>CachePolicy</code>.</p>
314
151
  * @public
315
152
  */
316
153
  export interface OriginRequestPolicy {
@@ -351,9 +188,7 @@ export interface CreateOriginRequestPolicyResult {
351
188
  ETag?: string | undefined;
352
189
  }
353
190
  /**
354
- * <p>An origin request policy with this name already exists. You must provide a unique
355
- * name. To modify an existing origin request policy, use
356
- * <code>UpdateOriginRequestPolicy</code>.</p>
191
+ * <p>An origin request policy with this name already exists. You must provide a unique name. To modify an existing origin request policy, use <code>UpdateOriginRequestPolicy</code>.</p>
357
192
  * @public
358
193
  */
359
194
  export declare class OriginRequestPolicyAlreadyExists extends __BaseException {
@@ -366,9 +201,7 @@ export declare class OriginRequestPolicyAlreadyExists extends __BaseException {
366
201
  constructor(opts: __ExceptionOptionType<OriginRequestPolicyAlreadyExists, __BaseException>);
367
202
  }
368
203
  /**
369
- * <p>The number of cookies in the origin request policy exceeds the maximum. For more
370
- * information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
371
- * <i>Amazon CloudFront Developer Guide</i>.</p>
204
+ * <p>The number of cookies in the origin request policy exceeds the maximum. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
372
205
  * @public
373
206
  */
374
207
  export declare class TooManyCookiesInOriginRequestPolicy extends __BaseException {
@@ -381,9 +214,7 @@ export declare class TooManyCookiesInOriginRequestPolicy extends __BaseException
381
214
  constructor(opts: __ExceptionOptionType<TooManyCookiesInOriginRequestPolicy, __BaseException>);
382
215
  }
383
216
  /**
384
- * <p>The number of headers in the origin request policy exceeds the maximum. For more
385
- * information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
386
- * <i>Amazon CloudFront Developer Guide</i>.</p>
217
+ * <p>The number of headers in the origin request policy exceeds the maximum. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
387
218
  * @public
388
219
  */
389
220
  export declare class TooManyHeadersInOriginRequestPolicy extends __BaseException {
@@ -396,9 +227,7 @@ export declare class TooManyHeadersInOriginRequestPolicy extends __BaseException
396
227
  constructor(opts: __ExceptionOptionType<TooManyHeadersInOriginRequestPolicy, __BaseException>);
397
228
  }
398
229
  /**
399
- * <p>You have reached the maximum number of origin request policies for this Amazon Web Services account.
400
- * For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
401
- * <i>Amazon CloudFront Developer Guide</i>.</p>
230
+ * <p>You have reached the maximum number of origin request policies for this Amazon Web Services account. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
402
231
  * @public
403
232
  */
404
233
  export declare class TooManyOriginRequestPolicies extends __BaseException {
@@ -411,9 +240,7 @@ export declare class TooManyOriginRequestPolicies extends __BaseException {
411
240
  constructor(opts: __ExceptionOptionType<TooManyOriginRequestPolicies, __BaseException>);
412
241
  }
413
242
  /**
414
- * <p>The number of query strings in the origin request policy exceeds the maximum. For more
415
- * information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
416
- * <i>Amazon CloudFront Developer Guide</i>.</p>
243
+ * <p>The number of query strings in the origin request policy exceeds the maximum. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
417
244
  * @public
418
245
  */
419
246
  export declare class TooManyQueryStringsInOriginRequestPolicy extends __BaseException {
@@ -431,8 +258,7 @@ export declare class TooManyQueryStringsInOriginRequestPolicy extends __BaseExce
431
258
  */
432
259
  export interface PublicKeyConfig {
433
260
  /**
434
- * <p>A string included in the request to help make sure that the request can't be
435
- * replayed.</p>
261
+ * <p>A string included in the request to help make sure that the request can't be replayed.</p>
436
262
  * @public
437
263
  */
438
264
  CallerReference: string | undefined;
@@ -447,8 +273,7 @@ export interface PublicKeyConfig {
447
273
  */
448
274
  EncodedKey: string | undefined;
449
275
  /**
450
- * <p>A comment to describe the public key. The comment cannot be longer than 128
451
- * characters.</p>
276
+ * <p>A comment to describe the public key. The comment cannot be longer than 128 characters.</p>
452
277
  * @public
453
278
  */
454
279
  Comment?: string | undefined;
@@ -518,8 +343,7 @@ export declare class PublicKeyAlreadyExists extends __BaseException {
518
343
  constructor(opts: __ExceptionOptionType<PublicKeyAlreadyExists, __BaseException>);
519
344
  }
520
345
  /**
521
- * <p>The maximum number of public keys for field-level encryption have been created. To
522
- * create a new public key, delete one of the existing keys.</p>
346
+ * <p>The maximum number of public keys for field-level encryption have been created. To create a new public key, delete one of the existing keys.</p>
523
347
  * @public
524
348
  */
525
349
  export declare class TooManyPublicKeys extends __BaseException {
@@ -532,22 +356,17 @@ export declare class TooManyPublicKeys extends __BaseException {
532
356
  constructor(opts: __ExceptionOptionType<TooManyPublicKeys, __BaseException>);
533
357
  }
534
358
  /**
535
- * <p>Contains information about the Amazon Kinesis data stream where you are sending real-time
536
- * log data.</p>
359
+ * <p>Contains information about the Amazon Kinesis data stream where you are sending real-time log data.</p>
537
360
  * @public
538
361
  */
539
362
  export interface KinesisStreamConfig {
540
363
  /**
541
- * <p>The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that CloudFront can use to
542
- * send real-time log data to your Kinesis data stream.</p>
543
- * <p>For more information the IAM role, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html#understand-real-time-log-config-iam-role">Real-time log configuration IAM role</a> in the
544
- * <i>Amazon CloudFront Developer Guide</i>.</p>
364
+ * <p>The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that CloudFront can use to send real-time log data to your Kinesis data stream.</p> <p>For more information the IAM role, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html#understand-real-time-log-config-iam-role">Real-time log configuration IAM role</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
545
365
  * @public
546
366
  */
547
367
  RoleARN: string | undefined;
548
368
  /**
549
- * <p>The Amazon Resource Name (ARN) of the Kinesis data stream where you are sending
550
- * real-time log data.</p>
369
+ * <p>The Amazon Resource Name (ARN) of the Kinesis data stream where you are sending real-time log data.</p>
551
370
  * @public
552
371
  */
553
372
  StreamARN: string | undefined;
@@ -558,14 +377,12 @@ export interface KinesisStreamConfig {
558
377
  */
559
378
  export interface EndPoint {
560
379
  /**
561
- * <p>The type of data stream where you are sending real-time log data. The only valid value
562
- * is <code>Kinesis</code>.</p>
380
+ * <p>The type of data stream where you are sending real-time log data. The only valid value is <code>Kinesis</code>.</p>
563
381
  * @public
564
382
  */
565
383
  StreamType: string | undefined;
566
384
  /**
567
- * <p>Contains information about the Amazon Kinesis data stream where you are sending real-time
568
- * log data in a real-time log configuration.</p>
385
+ * <p>Contains information about the Amazon Kinesis data stream where you are sending real-time log data in a real-time log configuration.</p>
569
386
  * @public
570
387
  */
571
388
  KinesisStreamConfig?: KinesisStreamConfig | undefined;
@@ -575,15 +392,12 @@ export interface EndPoint {
575
392
  */
576
393
  export interface CreateRealtimeLogConfigRequest {
577
394
  /**
578
- * <p>Contains information about the Amazon Kinesis data stream where you are sending real-time
579
- * log data.</p>
395
+ * <p>Contains information about the Amazon Kinesis data stream where you are sending real-time log data.</p>
580
396
  * @public
581
397
  */
582
398
  EndPoints: EndPoint[] | undefined;
583
399
  /**
584
- * <p>A list of fields to include in each real-time log record.</p>
585
- * <p>For more information about fields, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html#understand-real-time-log-config-fields">Real-time log configuration fields</a> in the
586
- * <i>Amazon CloudFront Developer Guide</i>.</p>
400
+ * <p>A list of fields to include in each real-time log record.</p> <p>For more information about fields, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html#understand-real-time-log-config-fields">Real-time log configuration fields</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
587
401
  * @public
588
402
  */
589
403
  Fields: string[] | undefined;
@@ -614,24 +428,17 @@ export interface RealtimeLogConfig {
614
428
  */
615
429
  Name: string | undefined;
616
430
  /**
617
- * <p>The sampling rate for this real-time log configuration. The sampling rate determines
618
- * the percentage of viewer requests that are represented in the real-time log data. The
619
- * sampling rate is an integer between 1 and 100, inclusive.</p>
431
+ * <p>The sampling rate for this real-time log configuration. The sampling rate determines the percentage of viewer requests that are represented in the real-time log data. The sampling rate is an integer between 1 and 100, inclusive.</p>
620
432
  * @public
621
433
  */
622
434
  SamplingRate: number | undefined;
623
435
  /**
624
- * <p>Contains information about the Amazon Kinesis data stream where you are sending real-time
625
- * log data for this real-time log configuration.</p>
436
+ * <p>Contains information about the Amazon Kinesis data stream where you are sending real-time log data for this real-time log configuration.</p>
626
437
  * @public
627
438
  */
628
439
  EndPoints: EndPoint[] | undefined;
629
440
  /**
630
- * <p>A list of fields that are included in each real-time log record. In an API response,
631
- * the fields are provided in the same order in which they are sent to the Amazon Kinesis data
632
- * stream.</p>
633
- * <p>For more information about fields, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html#understand-real-time-log-config-fields">Real-time log configuration fields</a> in the
634
- * <i>Amazon CloudFront Developer Guide</i>.</p>
441
+ * <p>A list of fields that are included in each real-time log record. In an API response, the fields are provided in the same order in which they are sent to the Amazon Kinesis data stream.</p> <p>For more information about fields, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html#understand-real-time-log-config-fields">Real-time log configuration fields</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
635
442
  * @public
636
443
  */
637
444
  Fields: string[] | undefined;
@@ -647,9 +454,7 @@ export interface CreateRealtimeLogConfigResult {
647
454
  RealtimeLogConfig?: RealtimeLogConfig | undefined;
648
455
  }
649
456
  /**
650
- * <p>A real-time log configuration with this name already exists. You must provide a unique
651
- * name. To modify an existing real-time log configuration, use
652
- * <code>UpdateRealtimeLogConfig</code>.</p>
457
+ * <p>A real-time log configuration with this name already exists. You must provide a unique name. To modify an existing real-time log configuration, use <code>UpdateRealtimeLogConfig</code>.</p>
653
458
  * @public
654
459
  */
655
460
  export declare class RealtimeLogConfigAlreadyExists extends __BaseException {
@@ -662,9 +467,7 @@ export declare class RealtimeLogConfigAlreadyExists extends __BaseException {
662
467
  constructor(opts: __ExceptionOptionType<RealtimeLogConfigAlreadyExists, __BaseException>);
663
468
  }
664
469
  /**
665
- * <p>You have reached the maximum number of real-time log configurations for this
666
- * Amazon Web Services account. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
667
- * <i>Amazon CloudFront Developer Guide</i>.</p>
470
+ * <p>You have reached the maximum number of real-time log configurations for this Amazon Web Services account. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
668
471
  * @public
669
472
  */
670
473
  export declare class TooManyRealtimeLogConfigs extends __BaseException {
@@ -677,10 +480,7 @@ export declare class TooManyRealtimeLogConfigs extends __BaseException {
677
480
  constructor(opts: __ExceptionOptionType<TooManyRealtimeLogConfigs, __BaseException>);
678
481
  }
679
482
  /**
680
- * <p>A list of HTTP header names that CloudFront includes as values for the
681
- * <code>Access-Control-Allow-Headers</code> HTTP response header.</p>
682
- * <p>For more information about the <code>Access-Control-Allow-Headers</code> HTTP response
683
- * header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Headers">Access-Control-Allow-Headers</a> in the MDN Web Docs.</p>
483
+ * <p>A list of HTTP header names that CloudFront includes as values for the <code>Access-Control-Allow-Headers</code> HTTP response header.</p> <p>For more information about the <code>Access-Control-Allow-Headers</code> HTTP response header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Headers">Access-Control-Allow-Headers</a> in the MDN Web Docs.</p>
684
484
  * @public
685
485
  */
686
486
  export interface ResponseHeadersPolicyAccessControlAllowHeaders {
@@ -690,17 +490,13 @@ export interface ResponseHeadersPolicyAccessControlAllowHeaders {
690
490
  */
691
491
  Quantity: number | undefined;
692
492
  /**
693
- * <p>The list of HTTP header names. You can specify <code>*</code> to allow all
694
- * headers.</p>
493
+ * <p>The list of HTTP header names. You can specify <code>*</code> to allow all headers.</p>
695
494
  * @public
696
495
  */
697
496
  Items: string[] | undefined;
698
497
  }
699
498
  /**
700
- * <p>A list of HTTP methods that CloudFront includes as values for the
701
- * <code>Access-Control-Allow-Methods</code> HTTP response header.</p>
702
- * <p>For more information about the <code>Access-Control-Allow-Methods</code> HTTP response
703
- * header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Methods">Access-Control-Allow-Methods</a> in the MDN Web Docs.</p>
499
+ * <p>A list of HTTP methods that CloudFront includes as values for the <code>Access-Control-Allow-Methods</code> HTTP response header.</p> <p>For more information about the <code>Access-Control-Allow-Methods</code> HTTP response header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Methods">Access-Control-Allow-Methods</a> in the MDN Web Docs.</p>
704
500
  * @public
705
501
  */
706
502
  export interface ResponseHeadersPolicyAccessControlAllowMethods {
@@ -710,61 +506,13 @@ export interface ResponseHeadersPolicyAccessControlAllowMethods {
710
506
  */
711
507
  Quantity: number | undefined;
712
508
  /**
713
- * <p>The list of HTTP methods. Valid values are:</p>
714
- * <ul>
715
- * <li>
716
- * <p>
717
- * <code>GET</code>
718
- * </p>
719
- * </li>
720
- * <li>
721
- * <p>
722
- * <code>DELETE</code>
723
- * </p>
724
- * </li>
725
- * <li>
726
- * <p>
727
- * <code>HEAD</code>
728
- * </p>
729
- * </li>
730
- * <li>
731
- * <p>
732
- * <code>OPTIONS</code>
733
- * </p>
734
- * </li>
735
- * <li>
736
- * <p>
737
- * <code>PATCH</code>
738
- * </p>
739
- * </li>
740
- * <li>
741
- * <p>
742
- * <code>POST</code>
743
- * </p>
744
- * </li>
745
- * <li>
746
- * <p>
747
- * <code>PUT</code>
748
- * </p>
749
- * </li>
750
- * <li>
751
- * <p>
752
- * <code>ALL</code>
753
- * </p>
754
- * </li>
755
- * </ul>
756
- * <p>
757
- * <code>ALL</code> is a special value that includes all of the listed HTTP
758
- * methods.</p>
509
+ * <p>The list of HTTP methods. Valid values are:</p> <ul> <li> <p> <code>GET</code> </p> </li> <li> <p> <code>DELETE</code> </p> </li> <li> <p> <code>HEAD</code> </p> </li> <li> <p> <code>OPTIONS</code> </p> </li> <li> <p> <code>PATCH</code> </p> </li> <li> <p> <code>POST</code> </p> </li> <li> <p> <code>PUT</code> </p> </li> <li> <p> <code>ALL</code> </p> </li> </ul> <p> <code>ALL</code> is a special value that includes all of the listed HTTP methods.</p>
759
510
  * @public
760
511
  */
761
512
  Items: ResponseHeadersPolicyAccessControlAllowMethodsValues[] | undefined;
762
513
  }
763
514
  /**
764
- * <p>A list of origins (domain names) that CloudFront can use as the value for the
765
- * <code>Access-Control-Allow-Origin</code> HTTP response header.</p>
766
- * <p>For more information about the <code>Access-Control-Allow-Origin</code> HTTP response
767
- * header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin">Access-Control-Allow-Origin</a> in the MDN Web Docs.</p>
515
+ * <p>A list of origins (domain names) that CloudFront can use as the value for the <code>Access-Control-Allow-Origin</code> HTTP response header.</p> <p>For more information about the <code>Access-Control-Allow-Origin</code> HTTP response header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin">Access-Control-Allow-Origin</a> in the MDN Web Docs.</p>
768
516
  * @public
769
517
  */
770
518
  export interface ResponseHeadersPolicyAccessControlAllowOrigins {
@@ -774,17 +522,13 @@ export interface ResponseHeadersPolicyAccessControlAllowOrigins {
774
522
  */
775
523
  Quantity: number | undefined;
776
524
  /**
777
- * <p>The list of origins (domain names). You can specify <code>*</code> to allow all
778
- * origins.</p>
525
+ * <p>The list of origins (domain names). You can specify <code>*</code> to allow all origins.</p>
779
526
  * @public
780
527
  */
781
528
  Items: string[] | undefined;
782
529
  }
783
530
  /**
784
- * <p>A list of HTTP headers that CloudFront includes as values for the
785
- * <code>Access-Control-Expose-Headers</code> HTTP response header.</p>
786
- * <p>For more information about the <code>Access-Control-Expose-Headers</code> HTTP
787
- * response header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Expose-Headers">Access-Control-Expose-Headers</a> in the MDN Web Docs.</p>
531
+ * <p>A list of HTTP headers that CloudFront includes as values for the <code>Access-Control-Expose-Headers</code> HTTP response header.</p> <p>For more information about the <code>Access-Control-Expose-Headers</code> HTTP response header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Expose-Headers">Access-Control-Expose-Headers</a> in the MDN Web Docs.</p>
788
532
  * @public
789
533
  */
790
534
  export interface ResponseHeadersPolicyAccessControlExposeHeaders {
@@ -800,74 +544,48 @@ export interface ResponseHeadersPolicyAccessControlExposeHeaders {
800
544
  Items?: string[] | undefined;
801
545
  }
802
546
  /**
803
- * <p>A configuration for a set of HTTP response headers that are used for cross-origin
804
- * resource sharing (CORS). CloudFront adds these headers to HTTP responses that it sends for
805
- * CORS requests that match a cache behavior associated with this response headers
806
- * policy.</p>
807
- * <p>For more information about CORS, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS">Cross-Origin Resource
808
- * Sharing (CORS)</a> in the MDN Web Docs.</p>
547
+ * <p>A configuration for a set of HTTP response headers that are used for cross-origin resource sharing (CORS). CloudFront adds these headers to HTTP responses that it sends for CORS requests that match a cache behavior associated with this response headers policy.</p> <p>For more information about CORS, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS">Cross-Origin Resource Sharing (CORS)</a> in the MDN Web Docs.</p>
809
548
  * @public
810
549
  */
811
550
  export interface ResponseHeadersPolicyCorsConfig {
812
551
  /**
813
- * <p>A list of origins (domain names) that CloudFront can use as the value for the
814
- * <code>Access-Control-Allow-Origin</code> HTTP response header.</p>
815
- * <p>For more information about the <code>Access-Control-Allow-Origin</code> HTTP response
816
- * header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin">Access-Control-Allow-Origin</a> in the MDN Web Docs.</p>
552
+ * <p>A list of origins (domain names) that CloudFront can use as the value for the <code>Access-Control-Allow-Origin</code> HTTP response header.</p> <p>For more information about the <code>Access-Control-Allow-Origin</code> HTTP response header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin">Access-Control-Allow-Origin</a> in the MDN Web Docs.</p>
817
553
  * @public
818
554
  */
819
555
  AccessControlAllowOrigins: ResponseHeadersPolicyAccessControlAllowOrigins | undefined;
820
556
  /**
821
- * <p>A list of HTTP header names that CloudFront includes as values for the
822
- * <code>Access-Control-Allow-Headers</code> HTTP response header.</p>
823
- * <p>For more information about the <code>Access-Control-Allow-Headers</code> HTTP response
824
- * header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Headers">Access-Control-Allow-Headers</a> in the MDN Web Docs.</p>
557
+ * <p>A list of HTTP header names that CloudFront includes as values for the <code>Access-Control-Allow-Headers</code> HTTP response header.</p> <p>For more information about the <code>Access-Control-Allow-Headers</code> HTTP response header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Headers">Access-Control-Allow-Headers</a> in the MDN Web Docs.</p>
825
558
  * @public
826
559
  */
827
560
  AccessControlAllowHeaders: ResponseHeadersPolicyAccessControlAllowHeaders | undefined;
828
561
  /**
829
- * <p>A list of HTTP methods that CloudFront includes as values for the
830
- * <code>Access-Control-Allow-Methods</code> HTTP response header.</p>
831
- * <p>For more information about the <code>Access-Control-Allow-Methods</code> HTTP response
832
- * header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Methods">Access-Control-Allow-Methods</a> in the MDN Web Docs.</p>
562
+ * <p>A list of HTTP methods that CloudFront includes as values for the <code>Access-Control-Allow-Methods</code> HTTP response header.</p> <p>For more information about the <code>Access-Control-Allow-Methods</code> HTTP response header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Methods">Access-Control-Allow-Methods</a> in the MDN Web Docs.</p>
833
563
  * @public
834
564
  */
835
565
  AccessControlAllowMethods: ResponseHeadersPolicyAccessControlAllowMethods | undefined;
836
566
  /**
837
- * <p>A Boolean that CloudFront uses as the value for the
838
- * <code>Access-Control-Allow-Credentials</code> HTTP response header.</p>
839
- * <p>For more information about the <code>Access-Control-Allow-Credentials</code> HTTP
840
- * response header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Credentials">Access-Control-Allow-Credentials</a> in the MDN Web Docs.</p>
567
+ * <p>A Boolean that CloudFront uses as the value for the <code>Access-Control-Allow-Credentials</code> HTTP response header.</p> <p>For more information about the <code>Access-Control-Allow-Credentials</code> HTTP response header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Credentials">Access-Control-Allow-Credentials</a> in the MDN Web Docs.</p>
841
568
  * @public
842
569
  */
843
570
  AccessControlAllowCredentials: boolean | undefined;
844
571
  /**
845
- * <p>A list of HTTP headers that CloudFront includes as values for the
846
- * <code>Access-Control-Expose-Headers</code> HTTP response header.</p>
847
- * <p>For more information about the <code>Access-Control-Expose-Headers</code> HTTP
848
- * response header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Expose-Headers">Access-Control-Expose-Headers</a> in the MDN Web Docs.</p>
572
+ * <p>A list of HTTP headers that CloudFront includes as values for the <code>Access-Control-Expose-Headers</code> HTTP response header.</p> <p>For more information about the <code>Access-Control-Expose-Headers</code> HTTP response header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Expose-Headers">Access-Control-Expose-Headers</a> in the MDN Web Docs.</p>
849
573
  * @public
850
574
  */
851
575
  AccessControlExposeHeaders?: ResponseHeadersPolicyAccessControlExposeHeaders | undefined;
852
576
  /**
853
- * <p>A number that CloudFront uses as the value for the <code>Access-Control-Max-Age</code> HTTP
854
- * response header.</p>
855
- * <p>For more information about the <code>Access-Control-Max-Age</code> HTTP response
856
- * header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Max-Age">Access-Control-Max-Age</a> in the MDN Web Docs.</p>
577
+ * <p>A number that CloudFront uses as the value for the <code>Access-Control-Max-Age</code> HTTP response header.</p> <p>For more information about the <code>Access-Control-Max-Age</code> HTTP response header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Max-Age">Access-Control-Max-Age</a> in the MDN Web Docs.</p>
857
578
  * @public
858
579
  */
859
580
  AccessControlMaxAgeSec?: number | undefined;
860
581
  /**
861
- * <p>A Boolean that determines whether CloudFront overrides HTTP response headers received from
862
- * the origin with the ones specified in this response headers policy.</p>
582
+ * <p>A Boolean that determines whether CloudFront overrides HTTP response headers received from the origin with the ones specified in this response headers policy.</p>
863
583
  * @public
864
584
  */
865
585
  OriginOverride: boolean | undefined;
866
586
  }
867
587
  /**
868
- * <p>An HTTP response header name and its value. CloudFront includes this header in HTTP
869
- * responses that it sends for requests that match a cache behavior that's associated with
870
- * this response headers policy.</p>
588
+ * <p>An HTTP response header name and its value. CloudFront includes this header in HTTP responses that it sends for requests that match a cache behavior that's associated with this response headers policy.</p>
871
589
  * @public
872
590
  */
873
591
  export interface ResponseHeadersPolicyCustomHeader {
@@ -882,16 +600,13 @@ export interface ResponseHeadersPolicyCustomHeader {
882
600
  */
883
601
  Value: string | undefined;
884
602
  /**
885
- * <p>A Boolean that determines whether CloudFront overrides a response header with the same name
886
- * received from the origin with the header specified here.</p>
603
+ * <p>A Boolean that determines whether CloudFront overrides a response header with the same name received from the origin with the header specified here.</p>
887
604
  * @public
888
605
  */
889
606
  Override: boolean | undefined;
890
607
  }
891
608
  /**
892
- * <p>A list of HTTP response header names and their values. CloudFront includes these headers in
893
- * HTTP responses that it sends for requests that match a cache behavior that's associated
894
- * with this response headers policy.</p>
609
+ * <p>A list of HTTP response header names and their values. CloudFront includes these headers in HTTP responses that it sends for requests that match a cache behavior that's associated with this response headers policy.</p>
895
610
  * @public
896
611
  */
897
612
  export interface ResponseHeadersPolicyCustomHeadersConfig {
@@ -907,8 +622,7 @@ export interface ResponseHeadersPolicyCustomHeadersConfig {
907
622
  Items?: ResponseHeadersPolicyCustomHeader[] | undefined;
908
623
  }
909
624
  /**
910
- * <p>The name of an HTTP header that CloudFront removes from HTTP responses to requests that match the
911
- * cache behavior that this response headers policy is attached to.</p>
625
+ * <p>The name of an HTTP header that CloudFront removes from HTTP responses to requests that match the cache behavior that this response headers policy is attached to.</p>
912
626
  * @public
913
627
  */
914
628
  export interface ResponseHeadersPolicyRemoveHeader {
@@ -919,8 +633,7 @@ export interface ResponseHeadersPolicyRemoveHeader {
919
633
  Header: string | undefined;
920
634
  }
921
635
  /**
922
- * <p>A list of HTTP header names that CloudFront removes from HTTP responses to requests that match the
923
- * cache behavior that this response headers policy is attached to.</p>
636
+ * <p>A list of HTTP header names that CloudFront removes from HTTP responses to requests that match the cache behavior that this response headers policy is attached to.</p>
924
637
  * @public
925
638
  */
926
639
  export interface ResponseHeadersPolicyRemoveHeadersConfig {
@@ -936,39 +649,28 @@ export interface ResponseHeadersPolicyRemoveHeadersConfig {
936
649
  Items?: ResponseHeadersPolicyRemoveHeader[] | undefined;
937
650
  }
938
651
  /**
939
- * <p>The policy directives and their values that CloudFront includes as values for the
940
- * <code>Content-Security-Policy</code> HTTP response header.</p>
941
- * <p>For more information about the <code>Content-Security-Policy</code> HTTP response
942
- * header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy">Content-Security-Policy</a> in the MDN Web Docs.</p>
652
+ * <p>The policy directives and their values that CloudFront includes as values for the <code>Content-Security-Policy</code> HTTP response header.</p> <p>For more information about the <code>Content-Security-Policy</code> HTTP response header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy">Content-Security-Policy</a> in the MDN Web Docs.</p>
943
653
  * @public
944
654
  */
945
655
  export interface ResponseHeadersPolicyContentSecurityPolicy {
946
656
  /**
947
- * <p>A Boolean that determines whether CloudFront overrides the
948
- * <code>Content-Security-Policy</code> HTTP response header received from the origin
949
- * with the one specified in this response headers policy.</p>
657
+ * <p>A Boolean that determines whether CloudFront overrides the <code>Content-Security-Policy</code> HTTP response header received from the origin with the one specified in this response headers policy.</p>
950
658
  * @public
951
659
  */
952
660
  Override: boolean | undefined;
953
661
  /**
954
- * <p>The policy directives and their values that CloudFront includes as values for the
955
- * <code>Content-Security-Policy</code> HTTP response header.</p>
662
+ * <p>The policy directives and their values that CloudFront includes as values for the <code>Content-Security-Policy</code> HTTP response header.</p>
956
663
  * @public
957
664
  */
958
665
  ContentSecurityPolicy: string | undefined;
959
666
  }
960
667
  /**
961
- * <p>Determines whether CloudFront includes the <code>X-Content-Type-Options</code> HTTP response
962
- * header with its value set to <code>nosniff</code>.</p>
963
- * <p>For more information about the <code>X-Content-Type-Options</code> HTTP response
964
- * header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Content-Type-Options">X-Content-Type-Options</a> in the MDN Web Docs.</p>
668
+ * <p>Determines whether CloudFront includes the <code>X-Content-Type-Options</code> HTTP response header with its value set to <code>nosniff</code>.</p> <p>For more information about the <code>X-Content-Type-Options</code> HTTP response header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Content-Type-Options">X-Content-Type-Options</a> in the MDN Web Docs.</p>
965
669
  * @public
966
670
  */
967
671
  export interface ResponseHeadersPolicyContentTypeOptions {
968
672
  /**
969
- * <p>A Boolean that determines whether CloudFront overrides the
970
- * <code>X-Content-Type-Options</code> HTTP response header received from the origin
971
- * with the one specified in this response headers policy.</p>
673
+ * <p>A Boolean that determines whether CloudFront overrides the <code>X-Content-Type-Options</code> HTTP response header received from the origin with the one specified in this response headers policy.</p>
972
674
  * @public
973
675
  */
974
676
  Override: boolean | undefined;
@@ -986,24 +688,17 @@ export declare const FrameOptionsList: {
986
688
  */
987
689
  export type FrameOptionsList = (typeof FrameOptionsList)[keyof typeof FrameOptionsList];
988
690
  /**
989
- * <p>Determines whether CloudFront includes the <code>X-Frame-Options</code> HTTP response header
990
- * and the header's value.</p>
991
- * <p>For more information about the <code>X-Frame-Options</code> HTTP response header, see
992
- * <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options">X-Frame-Options</a> in the MDN Web Docs.</p>
691
+ * <p>Determines whether CloudFront includes the <code>X-Frame-Options</code> HTTP response header and the header's value.</p> <p>For more information about the <code>X-Frame-Options</code> HTTP response header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options">X-Frame-Options</a> in the MDN Web Docs.</p>
993
692
  * @public
994
693
  */
995
694
  export interface ResponseHeadersPolicyFrameOptions {
996
695
  /**
997
- * <p>A Boolean that determines whether CloudFront overrides the <code>X-Frame-Options</code> HTTP
998
- * response header received from the origin with the one specified in this response headers
999
- * policy.</p>
696
+ * <p>A Boolean that determines whether CloudFront overrides the <code>X-Frame-Options</code> HTTP response header received from the origin with the one specified in this response headers policy.</p>
1000
697
  * @public
1001
698
  */
1002
699
  Override: boolean | undefined;
1003
700
  /**
1004
- * <p>The value of the <code>X-Frame-Options</code> HTTP response header. Valid values are
1005
- * <code>DENY</code> and <code>SAMEORIGIN</code>.</p>
1006
- * <p>For more information about these values, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options">X-Frame-Options</a> in the MDN Web Docs.</p>
701
+ * <p>The value of the <code>X-Frame-Options</code> HTTP response header. Valid values are <code>DENY</code> and <code>SAMEORIGIN</code>.</p> <p>For more information about these values, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options">X-Frame-Options</a> in the MDN Web Docs.</p>
1007
702
  * @public
1008
703
  */
1009
704
  FrameOption: FrameOptionsList | undefined;
@@ -1027,258 +722,142 @@ export declare const ReferrerPolicyList: {
1027
722
  */
1028
723
  export type ReferrerPolicyList = (typeof ReferrerPolicyList)[keyof typeof ReferrerPolicyList];
1029
724
  /**
1030
- * <p>Determines whether CloudFront includes the <code>Referrer-Policy</code> HTTP response header
1031
- * and the header's value.</p>
1032
- * <p>For more information about the <code>Referrer-Policy</code> HTTP response header, see
1033
- * <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy">Referrer-Policy</a> in the MDN Web Docs.</p>
725
+ * <p>Determines whether CloudFront includes the <code>Referrer-Policy</code> HTTP response header and the header's value.</p> <p>For more information about the <code>Referrer-Policy</code> HTTP response header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy">Referrer-Policy</a> in the MDN Web Docs.</p>
1034
726
  * @public
1035
727
  */
1036
728
  export interface ResponseHeadersPolicyReferrerPolicy {
1037
729
  /**
1038
- * <p>A Boolean that determines whether CloudFront overrides the <code>Referrer-Policy</code> HTTP
1039
- * response header received from the origin with the one specified in this response headers
1040
- * policy.</p>
730
+ * <p>A Boolean that determines whether CloudFront overrides the <code>Referrer-Policy</code> HTTP response header received from the origin with the one specified in this response headers policy.</p>
1041
731
  * @public
1042
732
  */
1043
733
  Override: boolean | undefined;
1044
734
  /**
1045
- * <p>The value of the <code>Referrer-Policy</code> HTTP response header. Valid values
1046
- * are:</p>
1047
- * <ul>
1048
- * <li>
1049
- * <p>
1050
- * <code>no-referrer</code>
1051
- * </p>
1052
- * </li>
1053
- * <li>
1054
- * <p>
1055
- * <code>no-referrer-when-downgrade</code>
1056
- * </p>
1057
- * </li>
1058
- * <li>
1059
- * <p>
1060
- * <code>origin</code>
1061
- * </p>
1062
- * </li>
1063
- * <li>
1064
- * <p>
1065
- * <code>origin-when-cross-origin</code>
1066
- * </p>
1067
- * </li>
1068
- * <li>
1069
- * <p>
1070
- * <code>same-origin</code>
1071
- * </p>
1072
- * </li>
1073
- * <li>
1074
- * <p>
1075
- * <code>strict-origin</code>
1076
- * </p>
1077
- * </li>
1078
- * <li>
1079
- * <p>
1080
- * <code>strict-origin-when-cross-origin</code>
1081
- * </p>
1082
- * </li>
1083
- * <li>
1084
- * <p>
1085
- * <code>unsafe-url</code>
1086
- * </p>
1087
- * </li>
1088
- * </ul>
1089
- * <p>For more information about these values, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy">Referrer-Policy</a> in the MDN Web Docs.</p>
735
+ * <p>The value of the <code>Referrer-Policy</code> HTTP response header. Valid values are:</p> <ul> <li> <p> <code>no-referrer</code> </p> </li> <li> <p> <code>no-referrer-when-downgrade</code> </p> </li> <li> <p> <code>origin</code> </p> </li> <li> <p> <code>origin-when-cross-origin</code> </p> </li> <li> <p> <code>same-origin</code> </p> </li> <li> <p> <code>strict-origin</code> </p> </li> <li> <p> <code>strict-origin-when-cross-origin</code> </p> </li> <li> <p> <code>unsafe-url</code> </p> </li> </ul> <p>For more information about these values, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy">Referrer-Policy</a> in the MDN Web Docs.</p>
1090
736
  * @public
1091
737
  */
1092
738
  ReferrerPolicy: ReferrerPolicyList | undefined;
1093
739
  }
1094
740
  /**
1095
- * <p>Determines whether CloudFront includes the <code>Strict-Transport-Security</code> HTTP
1096
- * response header and the header's value.</p>
1097
- * <p>For more information about the <code>Strict-Transport-Security</code> HTTP response
1098
- * header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security">Strict-Transport-Security</a> in the MDN Web Docs.</p>
741
+ * <p>Determines whether CloudFront includes the <code>Strict-Transport-Security</code> HTTP response header and the header's value.</p> <p>For more information about the <code>Strict-Transport-Security</code> HTTP response header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security">Strict-Transport-Security</a> in the MDN Web Docs.</p>
1099
742
  * @public
1100
743
  */
1101
744
  export interface ResponseHeadersPolicyStrictTransportSecurity {
1102
745
  /**
1103
- * <p>A Boolean that determines whether CloudFront overrides the
1104
- * <code>Strict-Transport-Security</code> HTTP response header received from the origin
1105
- * with the one specified in this response headers policy.</p>
746
+ * <p>A Boolean that determines whether CloudFront overrides the <code>Strict-Transport-Security</code> HTTP response header received from the origin with the one specified in this response headers policy.</p>
1106
747
  * @public
1107
748
  */
1108
749
  Override: boolean | undefined;
1109
750
  /**
1110
- * <p>A Boolean that determines whether CloudFront includes the <code>includeSubDomains</code>
1111
- * directive in the <code>Strict-Transport-Security</code> HTTP response header.</p>
751
+ * <p>A Boolean that determines whether CloudFront includes the <code>includeSubDomains</code> directive in the <code>Strict-Transport-Security</code> HTTP response header.</p>
1112
752
  * @public
1113
753
  */
1114
754
  IncludeSubdomains?: boolean | undefined;
1115
755
  /**
1116
- * <p>A Boolean that determines whether CloudFront includes the <code>preload</code> directive in
1117
- * the <code>Strict-Transport-Security</code> HTTP response header.</p>
756
+ * <p>A Boolean that determines whether CloudFront includes the <code>preload</code> directive in the <code>Strict-Transport-Security</code> HTTP response header.</p>
1118
757
  * @public
1119
758
  */
1120
759
  Preload?: boolean | undefined;
1121
760
  /**
1122
- * <p>A number that CloudFront uses as the value for the <code>max-age</code> directive in the
1123
- * <code>Strict-Transport-Security</code> HTTP response header.</p>
761
+ * <p>A number that CloudFront uses as the value for the <code>max-age</code> directive in the <code>Strict-Transport-Security</code> HTTP response header.</p>
1124
762
  * @public
1125
763
  */
1126
764
  AccessControlMaxAgeSec: number | undefined;
1127
765
  }
1128
766
  /**
1129
- * <p>Determines whether CloudFront includes the <code>X-XSS-Protection</code> HTTP response
1130
- * header and the header's value.</p>
1131
- * <p>For more information about the <code>X-XSS-Protection</code> HTTP response header, see
1132
- * <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection">X-XSS-Protection</a> in the MDN Web Docs.</p>
767
+ * <p>Determines whether CloudFront includes the <code>X-XSS-Protection</code> HTTP response header and the header's value.</p> <p>For more information about the <code>X-XSS-Protection</code> HTTP response header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection">X-XSS-Protection</a> in the MDN Web Docs.</p>
1133
768
  * @public
1134
769
  */
1135
770
  export interface ResponseHeadersPolicyXSSProtection {
1136
771
  /**
1137
- * <p>A Boolean that determines whether CloudFront overrides the <code>X-XSS-Protection</code>
1138
- * HTTP response header received from the origin with the one specified in this response
1139
- * headers policy.</p>
772
+ * <p>A Boolean that determines whether CloudFront overrides the <code>X-XSS-Protection</code> HTTP response header received from the origin with the one specified in this response headers policy.</p>
1140
773
  * @public
1141
774
  */
1142
775
  Override: boolean | undefined;
1143
776
  /**
1144
- * <p>A Boolean that determines the value of the <code>X-XSS-Protection</code> HTTP response
1145
- * header. When this setting is <code>true</code>, the value of the
1146
- * <code>X-XSS-Protection</code> header is <code>1</code>. When this setting is
1147
- * <code>false</code>, the value of the <code>X-XSS-Protection</code> header is
1148
- * <code>0</code>.</p>
1149
- * <p>For more information about these settings, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection">X-XSS-Protection</a> in the MDN Web Docs.</p>
777
+ * <p>A Boolean that determines the value of the <code>X-XSS-Protection</code> HTTP response header. When this setting is <code>true</code>, the value of the <code>X-XSS-Protection</code> header is <code>1</code>. When this setting is <code>false</code>, the value of the <code>X-XSS-Protection</code> header is <code>0</code>.</p> <p>For more information about these settings, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection">X-XSS-Protection</a> in the MDN Web Docs.</p>
1150
778
  * @public
1151
779
  */
1152
780
  Protection: boolean | undefined;
1153
781
  /**
1154
- * <p>A Boolean that determines whether CloudFront includes the <code>mode=block</code> directive
1155
- * in the <code>X-XSS-Protection</code> header.</p>
1156
- * <p>For more information about this directive, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection">X-XSS-Protection</a> in the MDN Web Docs.</p>
782
+ * <p>A Boolean that determines whether CloudFront includes the <code>mode=block</code> directive in the <code>X-XSS-Protection</code> header.</p> <p>For more information about this directive, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection">X-XSS-Protection</a> in the MDN Web Docs.</p>
1157
783
  * @public
1158
784
  */
1159
785
  ModeBlock?: boolean | undefined;
1160
786
  /**
1161
- * <p>A reporting URI, which CloudFront uses as the value of the <code>report</code> directive in
1162
- * the <code>X-XSS-Protection</code> header.</p>
1163
- * <p>You cannot specify a <code>ReportUri</code> when <code>ModeBlock</code> is
1164
- * <code>true</code>.</p>
1165
- * <p>For more information about using a reporting URL, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection">X-XSS-Protection</a> in the MDN Web Docs.</p>
787
+ * <p>A reporting URI, which CloudFront uses as the value of the <code>report</code> directive in the <code>X-XSS-Protection</code> header.</p> <p>You cannot specify a <code>ReportUri</code> when <code>ModeBlock</code> is <code>true</code>.</p> <p>For more information about using a reporting URL, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection">X-XSS-Protection</a> in the MDN Web Docs.</p>
1166
788
  * @public
1167
789
  */
1168
790
  ReportUri?: string | undefined;
1169
791
  }
1170
792
  /**
1171
- * <p>A configuration for a set of security-related HTTP response headers. CloudFront adds these
1172
- * headers to HTTP responses that it sends for requests that match a cache behavior
1173
- * associated with this response headers policy.</p>
793
+ * <p>A configuration for a set of security-related HTTP response headers. CloudFront adds these headers to HTTP responses that it sends for requests that match a cache behavior associated with this response headers policy.</p>
1174
794
  * @public
1175
795
  */
1176
796
  export interface ResponseHeadersPolicySecurityHeadersConfig {
1177
797
  /**
1178
- * <p>Determines whether CloudFront includes the <code>X-XSS-Protection</code> HTTP response
1179
- * header and the header's value.</p>
1180
- * <p>For more information about the <code>X-XSS-Protection</code> HTTP response header, see
1181
- * <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection">X-XSS-Protection</a> in the MDN Web Docs.</p>
798
+ * <p>Determines whether CloudFront includes the <code>X-XSS-Protection</code> HTTP response header and the header's value.</p> <p>For more information about the <code>X-XSS-Protection</code> HTTP response header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection">X-XSS-Protection</a> in the MDN Web Docs.</p>
1182
799
  * @public
1183
800
  */
1184
801
  XSSProtection?: ResponseHeadersPolicyXSSProtection | undefined;
1185
802
  /**
1186
- * <p>Determines whether CloudFront includes the <code>X-Frame-Options</code> HTTP response header
1187
- * and the header's value.</p>
1188
- * <p>For more information about the <code>X-Frame-Options</code> HTTP response header, see
1189
- * <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options">X-Frame-Options</a> in the MDN Web Docs.</p>
803
+ * <p>Determines whether CloudFront includes the <code>X-Frame-Options</code> HTTP response header and the header's value.</p> <p>For more information about the <code>X-Frame-Options</code> HTTP response header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options">X-Frame-Options</a> in the MDN Web Docs.</p>
1190
804
  * @public
1191
805
  */
1192
806
  FrameOptions?: ResponseHeadersPolicyFrameOptions | undefined;
1193
807
  /**
1194
- * <p>Determines whether CloudFront includes the <code>Referrer-Policy</code> HTTP response header
1195
- * and the header's value.</p>
1196
- * <p>For more information about the <code>Referrer-Policy</code> HTTP response header, see
1197
- * <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy">Referrer-Policy</a> in the MDN Web Docs.</p>
808
+ * <p>Determines whether CloudFront includes the <code>Referrer-Policy</code> HTTP response header and the header's value.</p> <p>For more information about the <code>Referrer-Policy</code> HTTP response header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy">Referrer-Policy</a> in the MDN Web Docs.</p>
1198
809
  * @public
1199
810
  */
1200
811
  ReferrerPolicy?: ResponseHeadersPolicyReferrerPolicy | undefined;
1201
812
  /**
1202
- * <p>The policy directives and their values that CloudFront includes as values for the
1203
- * <code>Content-Security-Policy</code> HTTP response header.</p>
1204
- * <p>For more information about the <code>Content-Security-Policy</code> HTTP response
1205
- * header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy">Content-Security-Policy</a> in the MDN Web Docs.</p>
813
+ * <p>The policy directives and their values that CloudFront includes as values for the <code>Content-Security-Policy</code> HTTP response header.</p> <p>For more information about the <code>Content-Security-Policy</code> HTTP response header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy">Content-Security-Policy</a> in the MDN Web Docs.</p>
1206
814
  * @public
1207
815
  */
1208
816
  ContentSecurityPolicy?: ResponseHeadersPolicyContentSecurityPolicy | undefined;
1209
817
  /**
1210
- * <p>Determines whether CloudFront includes the <code>X-Content-Type-Options</code> HTTP response
1211
- * header with its value set to <code>nosniff</code>.</p>
1212
- * <p>For more information about the <code>X-Content-Type-Options</code> HTTP response
1213
- * header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Content-Type-Options">X-Content-Type-Options</a> in the MDN Web Docs.</p>
818
+ * <p>Determines whether CloudFront includes the <code>X-Content-Type-Options</code> HTTP response header with its value set to <code>nosniff</code>.</p> <p>For more information about the <code>X-Content-Type-Options</code> HTTP response header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Content-Type-Options">X-Content-Type-Options</a> in the MDN Web Docs.</p>
1214
819
  * @public
1215
820
  */
1216
821
  ContentTypeOptions?: ResponseHeadersPolicyContentTypeOptions | undefined;
1217
822
  /**
1218
- * <p>Determines whether CloudFront includes the <code>Strict-Transport-Security</code> HTTP
1219
- * response header and the header's value.</p>
1220
- * <p>For more information about the <code>Strict-Transport-Security</code> HTTP response
1221
- * header, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/understanding-response-headers-policies.html#understanding-response-headers-policies-security">Security headers</a> in the <i>Amazon CloudFront Developer Guide</i> and <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security">Strict-Transport-Security</a> in the MDN Web Docs.</p>
823
+ * <p>Determines whether CloudFront includes the <code>Strict-Transport-Security</code> HTTP response header and the header's value.</p> <p>For more information about the <code>Strict-Transport-Security</code> HTTP response header, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/understanding-response-headers-policies.html#understanding-response-headers-policies-security">Security headers</a> in the <i>Amazon CloudFront Developer Guide</i> and <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security">Strict-Transport-Security</a> in the MDN Web Docs.</p>
1222
824
  * @public
1223
825
  */
1224
826
  StrictTransportSecurity?: ResponseHeadersPolicyStrictTransportSecurity | undefined;
1225
827
  }
1226
828
  /**
1227
- * <p>A configuration for enabling the <code>Server-Timing</code> header in HTTP responses
1228
- * sent from CloudFront. CloudFront adds this header to HTTP responses that it sends in response to
1229
- * requests that match a cache behavior that's associated with this response headers
1230
- * policy.</p>
1231
- * <p>You can use the <code>Server-Timing</code> header to view metrics that can help you
1232
- * gain insights about the behavior and performance of CloudFront. For example, you can see which
1233
- * cache layer served a cache hit, or the first byte latency from the origin when there was
1234
- * a cache miss. You can use the metrics in the <code>Server-Timing</code> header to
1235
- * troubleshoot issues or test the efficiency of your CloudFront configuration. For more
1236
- * information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/understanding-response-headers-policies.html#server-timing-header">Server-Timing header</a> in the
1237
- * <i>Amazon CloudFront Developer Guide</i>.</p>
829
+ * <p>A configuration for enabling the <code>Server-Timing</code> header in HTTP responses sent from CloudFront. CloudFront adds this header to HTTP responses that it sends in response to requests that match a cache behavior that's associated with this response headers policy.</p> <p>You can use the <code>Server-Timing</code> header to view metrics that can help you gain insights about the behavior and performance of CloudFront. For example, you can see which cache layer served a cache hit, or the first byte latency from the origin when there was a cache miss. You can use the metrics in the <code>Server-Timing</code> header to troubleshoot issues or test the efficiency of your CloudFront configuration. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/understanding-response-headers-policies.html#server-timing-header">Server-Timing header</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
1238
830
  * @public
1239
831
  */
1240
832
  export interface ResponseHeadersPolicyServerTimingHeadersConfig {
1241
833
  /**
1242
- * <p>A Boolean that determines whether CloudFront adds the <code>Server-Timing</code> header to
1243
- * HTTP responses that it sends in response to requests that match a cache behavior that's
1244
- * associated with this response headers policy.</p>
834
+ * <p>A Boolean that determines whether CloudFront adds the <code>Server-Timing</code> header to HTTP responses that it sends in response to requests that match a cache behavior that's associated with this response headers policy.</p>
1245
835
  * @public
1246
836
  */
1247
837
  Enabled: boolean | undefined;
1248
838
  /**
1249
- * <p>A number 0–100 (inclusive) that specifies the percentage of responses that you want
1250
- * CloudFront to add the <code>Server-Timing</code> header to. When you set the sampling rate to
1251
- * 100, CloudFront adds the <code>Server-Timing</code> header to the HTTP response for every
1252
- * request that matches the cache behavior that this response headers policy is attached
1253
- * to. When you set it to 50, CloudFront adds the header to 50% of the responses for requests
1254
- * that match the cache behavior. You can set the sampling rate to any number 0–100 with up
1255
- * to four decimal places.</p>
839
+ * <p>A number 0–100 (inclusive) that specifies the percentage of responses that you want CloudFront to add the <code>Server-Timing</code> header to. When you set the sampling rate to 100, CloudFront adds the <code>Server-Timing</code> header to the HTTP response for every request that matches the cache behavior that this response headers policy is attached to. When you set it to 50, CloudFront adds the header to 50% of the responses for requests that match the cache behavior. You can set the sampling rate to any number 0–100 with up to four decimal places.</p>
1256
840
  * @public
1257
841
  */
1258
842
  SamplingRate?: number | undefined;
1259
843
  }
1260
844
  /**
1261
- * <p>A response headers policy configuration.</p>
1262
- * <p>A response headers policy configuration contains metadata about the response headers policy,
1263
- * and configurations for sets of HTTP response headers.</p>
845
+ * <p>A response headers policy configuration.</p> <p>A response headers policy configuration contains metadata about the response headers policy, and configurations for sets of HTTP response headers.</p>
1264
846
  * @public
1265
847
  */
1266
848
  export interface ResponseHeadersPolicyConfig {
1267
849
  /**
1268
- * <p>A comment to describe the response headers policy.</p>
1269
- * <p>The comment cannot be longer than 128 characters.</p>
850
+ * <p>A comment to describe the response headers policy.</p> <p>The comment cannot be longer than 128 characters.</p>
1270
851
  * @public
1271
852
  */
1272
853
  Comment?: string | undefined;
1273
854
  /**
1274
- * <p>A name to identify the response headers policy.</p>
1275
- * <p>The name must be unique for response headers policies in this Amazon Web Services account.</p>
855
+ * <p>A name to identify the response headers policy.</p> <p>The name must be unique for response headers policies in this Amazon Web Services account.</p>
1276
856
  * @public
1277
857
  */
1278
858
  Name: string | undefined;
1279
859
  /**
1280
- * <p>A configuration for a set of HTTP response headers that are used for cross-origin
1281
- * resource sharing (CORS).</p>
860
+ * <p>A configuration for a set of HTTP response headers that are used for cross-origin resource sharing (CORS).</p>
1282
861
  * @public
1283
862
  */
1284
863
  CorsConfig?: ResponseHeadersPolicyCorsConfig | undefined;
@@ -1288,8 +867,7 @@ export interface ResponseHeadersPolicyConfig {
1288
867
  */
1289
868
  SecurityHeadersConfig?: ResponseHeadersPolicySecurityHeadersConfig | undefined;
1290
869
  /**
1291
- * <p>A configuration for enabling the <code>Server-Timing</code> header in HTTP responses
1292
- * sent from CloudFront.</p>
870
+ * <p>A configuration for enabling the <code>Server-Timing</code> header in HTTP responses sent from CloudFront.</p>
1293
871
  * @public
1294
872
  */
1295
873
  ServerTimingHeadersConfig?: ResponseHeadersPolicyServerTimingHeadersConfig | undefined;
@@ -1309,22 +887,13 @@ export interface ResponseHeadersPolicyConfig {
1309
887
  */
1310
888
  export interface CreateResponseHeadersPolicyRequest {
1311
889
  /**
1312
- * <p>Contains metadata about the response headers policy, and a set of configurations that
1313
- * specify the HTTP headers.</p>
890
+ * <p>Contains metadata about the response headers policy, and a set of configurations that specify the HTTP headers.</p>
1314
891
  * @public
1315
892
  */
1316
893
  ResponseHeadersPolicyConfig: ResponseHeadersPolicyConfig | undefined;
1317
894
  }
1318
895
  /**
1319
- * <p>A response headers policy.</p>
1320
- * <p>A response headers policy contains information about a set of HTTP response headers.</p>
1321
- * <p>After you create a response headers policy, you can use its ID to attach it to one or more
1322
- * cache behaviors in a CloudFront distribution. When it's attached to a cache behavior, the
1323
- * response headers policy affects the HTTP headers that CloudFront includes in HTTP responses to
1324
- * requests that match the cache behavior. CloudFront adds or removes response headers according
1325
- * to the configuration of the response headers policy.</p>
1326
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/modifying-response-headers.html">Adding or removing HTTP headers in CloudFront responses</a> in the
1327
- * <i>Amazon CloudFront Developer Guide</i>.</p>
896
+ * <p>A response headers policy.</p> <p>A response headers policy contains information about a set of HTTP response headers.</p> <p>After you create a response headers policy, you can use its ID to attach it to one or more cache behaviors in a CloudFront distribution. When it's attached to a cache behavior, the response headers policy affects the HTTP headers that CloudFront includes in HTTP responses to requests that match the cache behavior. CloudFront adds or removes response headers according to the configuration of the response headers policy.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/modifying-response-headers.html">Adding or removing HTTP headers in CloudFront responses</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
1328
897
  * @public
1329
898
  */
1330
899
  export interface ResponseHeadersPolicy {
@@ -1365,9 +934,7 @@ export interface CreateResponseHeadersPolicyResult {
1365
934
  ETag?: string | undefined;
1366
935
  }
1367
936
  /**
1368
- * <p>A response headers policy with this name already exists. You must provide a unique
1369
- * name. To modify an existing response headers policy, use
1370
- * <code>UpdateResponseHeadersPolicy</code>.</p>
937
+ * <p>A response headers policy with this name already exists. You must provide a unique name. To modify an existing response headers policy, use <code>UpdateResponseHeadersPolicy</code>.</p>
1371
938
  * @public
1372
939
  */
1373
940
  export declare class ResponseHeadersPolicyAlreadyExists extends __BaseException {
@@ -1380,10 +947,7 @@ export declare class ResponseHeadersPolicyAlreadyExists extends __BaseException
1380
947
  constructor(opts: __ExceptionOptionType<ResponseHeadersPolicyAlreadyExists, __BaseException>);
1381
948
  }
1382
949
  /**
1383
- * <p>The length of the <code>Content-Security-Policy</code> header value in the response
1384
- * headers policy exceeds the maximum.</p>
1385
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
1386
- * <i>Amazon CloudFront Developer Guide</i>.</p>
950
+ * <p>The length of the <code>Content-Security-Policy</code> header value in the response headers policy exceeds the maximum.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
1387
951
  * @public
1388
952
  */
1389
953
  export declare class TooLongCSPInResponseHeadersPolicy extends __BaseException {
@@ -1396,10 +960,7 @@ export declare class TooLongCSPInResponseHeadersPolicy extends __BaseException {
1396
960
  constructor(opts: __ExceptionOptionType<TooLongCSPInResponseHeadersPolicy, __BaseException>);
1397
961
  }
1398
962
  /**
1399
- * <p>The number of custom headers in the response headers policy exceeds the
1400
- * maximum.</p>
1401
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
1402
- * <i>Amazon CloudFront Developer Guide</i>.</p>
963
+ * <p>The number of custom headers in the response headers policy exceeds the maximum.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
1403
964
  * @public
1404
965
  */
1405
966
  export declare class TooManyCustomHeadersInResponseHeadersPolicy extends __BaseException {
@@ -1412,10 +973,7 @@ export declare class TooManyCustomHeadersInResponseHeadersPolicy extends __BaseE
1412
973
  constructor(opts: __ExceptionOptionType<TooManyCustomHeadersInResponseHeadersPolicy, __BaseException>);
1413
974
  }
1414
975
  /**
1415
- * <p>The number of headers in <code>RemoveHeadersConfig</code> in the response headers
1416
- * policy exceeds the maximum.</p>
1417
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
1418
- * <i>Amazon CloudFront Developer Guide</i>.</p>
976
+ * <p>The number of headers in <code>RemoveHeadersConfig</code> in the response headers policy exceeds the maximum.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
1419
977
  * @public
1420
978
  */
1421
979
  export declare class TooManyRemoveHeadersInResponseHeadersPolicy extends __BaseException {
@@ -1428,10 +986,7 @@ export declare class TooManyRemoveHeadersInResponseHeadersPolicy extends __BaseE
1428
986
  constructor(opts: __ExceptionOptionType<TooManyRemoveHeadersInResponseHeadersPolicy, __BaseException>);
1429
987
  }
1430
988
  /**
1431
- * <p>You have reached the maximum number of response headers policies for this
1432
- * Amazon Web Services account.</p>
1433
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
1434
- * <i>Amazon CloudFront Developer Guide</i>.</p>
989
+ * <p>You have reached the maximum number of response headers policies for this Amazon Web Services account.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
1435
990
  * @public
1436
991
  */
1437
992
  export declare class TooManyResponseHeadersPolicies extends __BaseException {
@@ -1444,40 +999,28 @@ export declare class TooManyResponseHeadersPolicies extends __BaseException {
1444
999
  constructor(opts: __ExceptionOptionType<TooManyResponseHeadersPolicies, __BaseException>);
1445
1000
  }
1446
1001
  /**
1447
- * <p>A complex type that controls whether access logs are written for this streaming
1448
- * distribution.</p>
1002
+ * <p>A complex type that controls whether access logs are written for this streaming distribution.</p>
1449
1003
  * @public
1450
1004
  */
1451
1005
  export interface StreamingLoggingConfig {
1452
1006
  /**
1453
- * <p>Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't
1454
- * want to enable logging when you create a streaming distribution or if you want to
1455
- * disable logging for an existing streaming distribution, specify <code>false</code> for
1456
- * <code>Enabled</code>, and specify <code>empty Bucket</code> and <code>Prefix</code>
1457
- * elements. If you specify <code>false</code> for <code>Enabled</code> but you specify
1458
- * values for <code>Bucket</code> and <code>Prefix</code>, the values are automatically
1459
- * deleted.</p>
1007
+ * <p>Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify <code>false</code> for <code>Enabled</code>, and specify <code>empty Bucket</code> and <code>Prefix</code> elements. If you specify <code>false</code> for <code>Enabled</code> but you specify values for <code>Bucket</code> and <code>Prefix</code>, the values are automatically deleted.</p>
1460
1008
  * @public
1461
1009
  */
1462
1010
  Enabled: boolean | undefined;
1463
1011
  /**
1464
- * <p>The Amazon S3 bucket to store the access logs in, for example,
1465
- * <code>amzn-s3-demo-bucket.s3.amazonaws.com</code>.</p>
1012
+ * <p>The Amazon S3 bucket to store the access logs in, for example, <code>amzn-s3-demo-bucket.s3.amazonaws.com</code>.</p>
1466
1013
  * @public
1467
1014
  */
1468
1015
  Bucket: string | undefined;
1469
1016
  /**
1470
- * <p>An optional string that you want CloudFront to prefix to the access log filenames for this
1471
- * streaming distribution, for example, <code>myprefix/</code>. If you want to enable
1472
- * logging, but you don't want to specify a prefix, you still must include an empty
1473
- * <code>Prefix</code> element in the <code>Logging</code> element.</p>
1017
+ * <p>An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, <code>myprefix/</code>. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty <code>Prefix</code> element in the <code>Logging</code> element.</p>
1474
1018
  * @public
1475
1019
  */
1476
1020
  Prefix: string | undefined;
1477
1021
  }
1478
1022
  /**
1479
- * <p>A complex type that contains information about the Amazon S3 bucket from which you want
1480
- * CloudFront to get your media files for distribution.</p>
1023
+ * <p>A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.</p>
1481
1024
  * @public
1482
1025
  */
1483
1026
  export interface S3Origin {
@@ -1487,18 +1030,7 @@ export interface S3Origin {
1487
1030
  */
1488
1031
  DomainName: string | undefined;
1489
1032
  /**
1490
- * <p>The CloudFront origin access identity to associate with the distribution. Use an origin
1491
- * access identity to configure the distribution so that end users can only access objects
1492
- * in an Amazon S3 bucket through CloudFront.</p>
1493
- * <p>If you want end users to be able to access objects using either the CloudFront URL or the
1494
- * Amazon S3 URL, specify an empty <code>OriginAccessIdentity</code> element.</p>
1495
- * <p>To delete the origin access identity from an existing distribution, update the
1496
- * distribution configuration and include an empty <code>OriginAccessIdentity</code>
1497
- * element.</p>
1498
- * <p>To replace the origin access identity, update the distribution configuration and
1499
- * specify the new origin access identity.</p>
1500
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html">Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content</a> in
1501
- * the <i> Amazon CloudFront Developer Guide</i>.</p>
1033
+ * <p>The CloudFront origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront.</p> <p>If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty <code>OriginAccessIdentity</code> element.</p> <p>To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty <code>OriginAccessIdentity</code> element.</p> <p>To replace the origin access identity, update the distribution configuration and specify the new origin access identity.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html">Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content</a> in the <i> Amazon CloudFront Developer Guide</i>.</p>
1502
1034
  * @public
1503
1035
  */
1504
1036
  OriginAccessIdentity: string | undefined;
@@ -1509,26 +1041,17 @@ export interface S3Origin {
1509
1041
  */
1510
1042
  export interface StreamingDistributionConfig {
1511
1043
  /**
1512
- * <p>A unique value (for example, a date-time stamp) that ensures that the request can't be
1513
- * replayed.</p>
1514
- * <p>If the value of <code>CallerReference</code> is new (regardless of the content of the
1515
- * <code>StreamingDistributionConfig</code> object), CloudFront creates a new
1516
- * distribution.</p>
1517
- * <p>If <code>CallerReference</code> is a value that you already sent in a previous request
1518
- * to create a distribution, CloudFront returns a <code>DistributionAlreadyExists</code>
1519
- * error.</p>
1044
+ * <p>A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.</p> <p>If the value of <code>CallerReference</code> is new (regardless of the content of the <code>StreamingDistributionConfig</code> object), CloudFront creates a new distribution.</p> <p>If <code>CallerReference</code> is a value that you already sent in a previous request to create a distribution, CloudFront returns a <code>DistributionAlreadyExists</code> error.</p>
1520
1045
  * @public
1521
1046
  */
1522
1047
  CallerReference: string | undefined;
1523
1048
  /**
1524
- * <p>A complex type that contains information about the Amazon S3 bucket from which you want
1525
- * CloudFront to get your media files for distribution.</p>
1049
+ * <p>A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.</p>
1526
1050
  * @public
1527
1051
  */
1528
1052
  S3Origin: S3Origin | undefined;
1529
1053
  /**
1530
- * <p>A complex type that contains information about CNAMEs (alternate domain names), if
1531
- * any, for this streaming distribution.</p>
1054
+ * <p>A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.</p>
1532
1055
  * @public
1533
1056
  */
1534
1057
  Aliases?: Aliases | undefined;
@@ -1538,29 +1061,22 @@ export interface StreamingDistributionConfig {
1538
1061
  */
1539
1062
  Comment: string | undefined;
1540
1063
  /**
1541
- * <p>A complex type that controls whether access logs are written for the streaming
1542
- * distribution.</p>
1064
+ * <p>A complex type that controls whether access logs are written for the streaming distribution.</p>
1543
1065
  * @public
1544
1066
  */
1545
1067
  Logging?: StreamingLoggingConfig | undefined;
1546
1068
  /**
1547
- * <p>A complex type that specifies any Amazon Web Services accounts that you want to permit to create
1548
- * signed URLs for private content. If you want the distribution to use signed URLs,
1549
- * include this element; if you want the distribution to use public URLs, remove this
1550
- * element. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">Serving Private
1551
- * Content through CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
1069
+ * <p>A complex type that specifies any Amazon Web Services accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">Serving Private Content through CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
1552
1070
  * @public
1553
1071
  */
1554
1072
  TrustedSigners: TrustedSigners | undefined;
1555
1073
  /**
1556
- * <p>A complex type that contains information about price class for this streaming
1557
- * distribution.</p>
1074
+ * <p>A complex type that contains information about price class for this streaming distribution.</p>
1558
1075
  * @public
1559
1076
  */
1560
1077
  PriceClass?: PriceClass | undefined;
1561
1078
  /**
1562
- * <p>Whether the streaming distribution is enabled to accept user requests for
1563
- * content.</p>
1079
+ * <p>Whether the streaming distribution is enabled to accept user requests for content.</p>
1564
1080
  * @public
1565
1081
  */
1566
1082
  Enabled: boolean | undefined;
@@ -1577,27 +1093,22 @@ export interface CreateStreamingDistributionRequest {
1577
1093
  StreamingDistributionConfig: StreamingDistributionConfig | undefined;
1578
1094
  }
1579
1095
  /**
1580
- * <p>A streaming distribution tells CloudFront where you want RTMP content to be delivered from,
1581
- * and the details about how to track and manage content delivery.</p>
1096
+ * <p>A streaming distribution tells CloudFront where you want RTMP content to be delivered from, and the details about how to track and manage content delivery.</p>
1582
1097
  * @public
1583
1098
  */
1584
1099
  export interface StreamingDistribution {
1585
1100
  /**
1586
- * <p>The identifier for the RTMP distribution. For example:
1587
- * <code>EGTXBD79EXAMPLE</code>.</p>
1101
+ * <p>The identifier for the RTMP distribution. For example: <code>EGTXBD79EXAMPLE</code>.</p>
1588
1102
  * @public
1589
1103
  */
1590
1104
  Id: string | undefined;
1591
1105
  /**
1592
- * <p>The ARN (Amazon Resource Name) for the distribution. For example:
1593
- * <code>arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5</code>, where
1594
- * <code>123456789012</code> is your Amazon Web Services account ID.</p>
1106
+ * <p>The ARN (Amazon Resource Name) for the distribution. For example: <code>arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5</code>, where <code>123456789012</code> is your Amazon Web Services account ID.</p>
1595
1107
  * @public
1596
1108
  */
1597
1109
  ARN: string | undefined;
1598
1110
  /**
1599
- * <p>The current status of the RTMP distribution. When the status is <code>Deployed</code>,
1600
- * the distribution's information is propagated to all CloudFront edge locations.</p>
1111
+ * <p>The current status of the RTMP distribution. When the status is <code>Deployed</code>, the distribution's information is propagated to all CloudFront edge locations.</p>
1601
1112
  * @public
1602
1113
  */
1603
1114
  Status: string | undefined;
@@ -1607,23 +1118,12 @@ export interface StreamingDistribution {
1607
1118
  */
1608
1119
  LastModifiedTime?: Date | undefined;
1609
1120
  /**
1610
- * <p>The domain name that corresponds to the streaming distribution, for example,
1611
- * <code>s5c39gqb8ow64r.cloudfront.net</code>.</p>
1121
+ * <p>The domain name that corresponds to the streaming distribution, for example, <code>s5c39gqb8ow64r.cloudfront.net</code>.</p>
1612
1122
  * @public
1613
1123
  */
1614
1124
  DomainName: string | undefined;
1615
1125
  /**
1616
- * <p>A complex type that lists the Amazon Web Services accounts, if any, that you included in the
1617
- * <code>TrustedSigners</code> complex type for this distribution. These are the
1618
- * accounts that you want to allow to create signed URLs for private content.</p>
1619
- * <p>The <code>Signer</code> complex type lists the Amazon Web Services account number of the trusted
1620
- * signer or <code>self</code> if the signer is the Amazon Web Services account that created the
1621
- * distribution. The <code>Signer</code> element also includes the IDs of any active CloudFront
1622
- * key pairs that are associated with the trusted signer's Amazon Web Services account. If no
1623
- * <code>KeyPairId</code> element appears for a <code>Signer</code>, that signer can't
1624
- * create signed URLs.</p>
1625
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">Serving Private
1626
- * Content through CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
1126
+ * <p>A complex type that lists the Amazon Web Services accounts, if any, that you included in the <code>TrustedSigners</code> complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.</p> <p>The <code>Signer</code> complex type lists the Amazon Web Services account number of the trusted signer or <code>self</code> if the signer is the Amazon Web Services account that created the distribution. The <code>Signer</code> element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's Amazon Web Services account. If no <code>KeyPairId</code> element appears for a <code>Signer</code>, that signer can't create signed URLs.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">Serving Private Content through CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
1627
1127
  * @public
1628
1128
  */
1629
1129
  ActiveTrustedSigners: ActiveTrustedSigners | undefined;
@@ -1644,8 +1144,7 @@ export interface CreateStreamingDistributionResult {
1644
1144
  */
1645
1145
  StreamingDistribution?: StreamingDistribution | undefined;
1646
1146
  /**
1647
- * <p>The fully qualified URI of the new streaming distribution resource just
1648
- * created.</p>
1147
+ * <p>The fully qualified URI of the new streaming distribution resource just created.</p>
1649
1148
  * @public
1650
1149
  */
1651
1150
  Location?: string | undefined;
@@ -1656,8 +1155,7 @@ export interface CreateStreamingDistributionResult {
1656
1155
  ETag?: string | undefined;
1657
1156
  }
1658
1157
  /**
1659
- * <p>The caller reference you attempted to create the streaming distribution with is
1660
- * associated with another distribution</p>
1158
+ * <p>The caller reference you attempted to create the streaming distribution with is associated with another distribution</p>
1661
1159
  * @public
1662
1160
  */
1663
1161
  export declare class StreamingDistributionAlreadyExists extends __BaseException {
@@ -1683,8 +1181,7 @@ export declare class TooManyStreamingDistributionCNAMEs extends __BaseException
1683
1181
  constructor(opts: __ExceptionOptionType<TooManyStreamingDistributionCNAMEs, __BaseException>);
1684
1182
  }
1685
1183
  /**
1686
- * <p>Processing your request would cause you to exceed the maximum number of streaming
1687
- * distributions allowed.</p>
1184
+ * <p>Processing your request would cause you to exceed the maximum number of streaming distributions allowed.</p>
1688
1185
  * @public
1689
1186
  */
1690
1187
  export declare class TooManyStreamingDistributions extends __BaseException {
@@ -1697,8 +1194,7 @@ export declare class TooManyStreamingDistributions extends __BaseException {
1697
1194
  constructor(opts: __ExceptionOptionType<TooManyStreamingDistributions, __BaseException>);
1698
1195
  }
1699
1196
  /**
1700
- * <p>A streaming distribution Configuration and a list of tags to be associated with the
1701
- * streaming distribution.</p>
1197
+ * <p>A streaming distribution Configuration and a list of tags to be associated with the streaming distribution.</p>
1702
1198
  * @public
1703
1199
  */
1704
1200
  export interface StreamingDistributionConfigWithTags {
@@ -1735,8 +1231,7 @@ export interface CreateStreamingDistributionWithTagsResult {
1735
1231
  */
1736
1232
  StreamingDistribution?: StreamingDistribution | undefined;
1737
1233
  /**
1738
- * <p>The fully qualified URI of the new streaming distribution resource just
1739
- * created.</p>
1234
+ * <p>The fully qualified URI of the new streaming distribution resource just created.</p>
1740
1235
  * @public
1741
1236
  */
1742
1237
  Location?: string | undefined;
@@ -1777,8 +1272,7 @@ export interface VpcOriginEndpointConfig {
1777
1272
  */
1778
1273
  OriginProtocolPolicy: OriginProtocolPolicy | undefined;
1779
1274
  /**
1780
- * <p>A complex type that contains information about the SSL/TLS protocols that CloudFront can use
1781
- * when establishing an HTTPS connection with your origin.</p>
1275
+ * <p>A complex type that contains information about the SSL/TLS protocols that CloudFront can use when establishing an HTTPS connection with your origin.</p>
1782
1276
  * @public
1783
1277
  */
1784
1278
  OriginSslProtocols?: OriginSslProtocols | undefined;
@@ -1864,8 +1358,7 @@ export interface DeleteAnycastIpListRequest {
1864
1358
  */
1865
1359
  Id: string | undefined;
1866
1360
  /**
1867
- * <p>The current version (<code>ETag</code> value) of the Anycast static IP list that
1868
- * you are deleting.</p>
1361
+ * <p>The current version (<code>ETag</code> value) of the Anycast static IP list that you are deleting.</p>
1869
1362
  * @public
1870
1363
  */
1871
1364
  IfMatch: string | undefined;
@@ -1888,16 +1381,12 @@ export declare class IllegalDelete extends __BaseException {
1888
1381
  */
1889
1382
  export interface DeleteCachePolicyRequest {
1890
1383
  /**
1891
- * <p>The unique identifier for the cache policy that you are deleting. To get the
1892
- * identifier, you can use <code>ListCachePolicies</code>.</p>
1384
+ * <p>The unique identifier for the cache policy that you are deleting. To get the identifier, you can use <code>ListCachePolicies</code>.</p>
1893
1385
  * @public
1894
1386
  */
1895
1387
  Id: string | undefined;
1896
1388
  /**
1897
- * <p>The version of the cache policy that you are deleting. The version is the cache
1898
- * policy's <code>ETag</code> value, which you can get using
1899
- * <code>ListCachePolicies</code>, <code>GetCachePolicy</code>, or
1900
- * <code>GetCachePolicyConfig</code>.</p>
1389
+ * <p>The version of the cache policy that you are deleting. The version is the cache policy's <code>ETag</code> value, which you can get using <code>ListCachePolicies</code>, <code>GetCachePolicy</code>, or <code>GetCachePolicyConfig</code>.</p>
1901
1390
  * @public
1902
1391
  */
1903
1392
  IfMatch?: string | undefined;
@@ -1926,9 +1415,7 @@ export interface DeleteCloudFrontOriginAccessIdentityRequest {
1926
1415
  */
1927
1416
  Id: string | undefined;
1928
1417
  /**
1929
- * <p>The value of the <code>ETag</code> header you received from a previous
1930
- * <code>GET</code> or <code>PUT</code> request. For example:
1931
- * <code>E2QWRUHAPOMQZL</code>.</p>
1418
+ * <p>The value of the <code>ETag</code> header you received from a previous <code>GET</code> or <code>PUT</code> request. For example: <code>E2QWRUHAPOMQZL</code>.</p>
1932
1419
  * @public
1933
1420
  */
1934
1421
  IfMatch?: string | undefined;
@@ -1984,61 +1471,13 @@ export interface DeleteContinuousDeploymentPolicyRequest {
1984
1471
  */
1985
1472
  Id: string | undefined;
1986
1473
  /**
1987
- * <p>The current version (<code>ETag</code> value) of the continuous deployment policy that
1988
- * you are deleting.</p>
1474
+ * <p>The current version (<code>ETag</code> value) of the continuous deployment policy that you are deleting.</p>
1989
1475
  * @public
1990
1476
  */
1991
1477
  IfMatch?: string | undefined;
1992
1478
  }
1993
1479
  /**
1994
- * <p>This action deletes a web distribution. To delete a web distribution using the CloudFront
1995
- * API, perform the following steps.</p>
1996
- * <p>
1997
- * <b>To delete a web distribution using the CloudFront API:</b>
1998
- * </p>
1999
- * <ol>
2000
- * <li>
2001
- * <p>Disable the web distribution</p>
2002
- * </li>
2003
- * <li>
2004
- * <p>Submit a <code>GET Distribution Config</code> request to get the current
2005
- * configuration and the <code>Etag</code> header for the distribution.</p>
2006
- * </li>
2007
- * <li>
2008
- * <p>Update the XML document that was returned in the response to your <code>GET
2009
- * Distribution Config</code> request to change the value of
2010
- * <code>Enabled</code> to <code>false</code>.</p>
2011
- * </li>
2012
- * <li>
2013
- * <p>Submit a <code>PUT Distribution Config</code> request to update the
2014
- * configuration for your distribution. In the request body, include the XML
2015
- * document that you updated in Step 3. Set the value of the HTTP
2016
- * <code>If-Match</code> header to the value of the <code>ETag</code> header
2017
- * that CloudFront returned when you submitted the <code>GET Distribution Config</code>
2018
- * request in Step 2.</p>
2019
- * </li>
2020
- * <li>
2021
- * <p>Review the response to the <code>PUT Distribution Config</code> request to
2022
- * confirm that the distribution was successfully disabled.</p>
2023
- * </li>
2024
- * <li>
2025
- * <p>Submit a <code>GET Distribution</code> request to confirm that your changes
2026
- * have propagated. When propagation is complete, the value of <code>Status</code>
2027
- * is <code>Deployed</code>.</p>
2028
- * </li>
2029
- * <li>
2030
- * <p>Submit a <code>DELETE Distribution</code> request. Set the value of the HTTP
2031
- * <code>If-Match</code> header to the value of the <code>ETag</code> header
2032
- * that CloudFront returned when you submitted the <code>GET Distribution Config</code>
2033
- * request in Step 6.</p>
2034
- * </li>
2035
- * <li>
2036
- * <p>Review the response to your <code>DELETE Distribution</code> request to
2037
- * confirm that the distribution was successfully deleted.</p>
2038
- * </li>
2039
- * </ol>
2040
- * <p>For information about deleting a distribution using the CloudFront console, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/HowToDeleteDistribution.html">Deleting a
2041
- * Distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
1480
+ * <p>This action deletes a web distribution. To delete a web distribution using the CloudFront API, perform the following steps.</p> <p> <b>To delete a web distribution using the CloudFront API:</b> </p> <ol> <li> <p>Disable the web distribution</p> </li> <li> <p>Submit a <code>GET Distribution Config</code> request to get the current configuration and the <code>Etag</code> header for the distribution.</p> </li> <li> <p>Update the XML document that was returned in the response to your <code>GET Distribution Config</code> request to change the value of <code>Enabled</code> to <code>false</code>.</p> </li> <li> <p>Submit a <code>PUT Distribution Config</code> request to update the configuration for your distribution. In the request body, include the XML document that you updated in Step 3. Set the value of the HTTP <code>If-Match</code> header to the value of the <code>ETag</code> header that CloudFront returned when you submitted the <code>GET Distribution Config</code> request in Step 2.</p> </li> <li> <p>Review the response to the <code>PUT Distribution Config</code> request to confirm that the distribution was successfully disabled.</p> </li> <li> <p>Submit a <code>GET Distribution</code> request to confirm that your changes have propagated. When propagation is complete, the value of <code>Status</code> is <code>Deployed</code>.</p> </li> <li> <p>Submit a <code>DELETE Distribution</code> request. Set the value of the HTTP <code>If-Match</code> header to the value of the <code>ETag</code> header that CloudFront returned when you submitted the <code>GET Distribution Config</code> request in Step 6.</p> </li> <li> <p>Review the response to your <code>DELETE Distribution</code> request to confirm that the distribution was successfully deleted.</p> </li> </ol> <p>For information about deleting a distribution using the CloudFront console, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/HowToDeleteDistribution.html">Deleting a Distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
2042
1481
  * @public
2043
1482
  */
2044
1483
  export interface DeleteDistributionRequest {
@@ -2048,15 +1487,13 @@ export interface DeleteDistributionRequest {
2048
1487
  */
2049
1488
  Id: string | undefined;
2050
1489
  /**
2051
- * <p>The value of the <code>ETag</code> header that you received when you disabled the
2052
- * distribution. For example: <code>E2QWRUHAPOMQZL</code>.</p>
1490
+ * <p>The value of the <code>ETag</code> header that you received when you disabled the distribution. For example: <code>E2QWRUHAPOMQZL</code>.</p>
2053
1491
  * @public
2054
1492
  */
2055
1493
  IfMatch?: string | undefined;
2056
1494
  }
2057
1495
  /**
2058
- * <p>The specified CloudFront distribution is not disabled. You must disable the distribution
2059
- * before you can delete it.</p>
1496
+ * <p>The specified CloudFront distribution is not disabled. You must disable the distribution before you can delete it.</p>
2060
1497
  * @public
2061
1498
  */
2062
1499
  export declare class DistributionNotDisabled extends __BaseException {
@@ -2091,8 +1528,7 @@ export interface DeleteDistributionTenantRequest {
2091
1528
  */
2092
1529
  Id: string | undefined;
2093
1530
  /**
2094
- * <p>The value of the <code>ETag</code> header that you received when retrieving the distribution tenant. This value is returned in the response of the
2095
- * <code>GetDistributionTenant</code> API operation.</p>
1531
+ * <p>The value of the <code>ETag</code> header that you received when retrieving the distribution tenant. This value is returned in the response of the <code>GetDistributionTenant</code> API operation.</p>
2096
1532
  * @public
2097
1533
  */
2098
1534
  IfMatch: string | undefined;
@@ -2107,8 +1543,7 @@ export interface DeleteFieldLevelEncryptionConfigRequest {
2107
1543
  */
2108
1544
  Id: string | undefined;
2109
1545
  /**
2110
- * <p>The value of the <code>ETag</code> header that you received when retrieving the
2111
- * configuration identity to delete. For example: <code>E2QWRUHAPOMQZL</code>.</p>
1546
+ * <p>The value of the <code>ETag</code> header that you received when retrieving the configuration identity to delete. For example: <code>E2QWRUHAPOMQZL</code>.</p>
2112
1547
  * @public
2113
1548
  */
2114
1549
  IfMatch?: string | undefined;
@@ -2136,8 +1571,7 @@ export interface DeleteFieldLevelEncryptionProfileRequest {
2136
1571
  */
2137
1572
  Id: string | undefined;
2138
1573
  /**
2139
- * <p>The value of the <code>ETag</code> header that you received when retrieving the
2140
- * profile to delete. For example: <code>E2QWRUHAPOMQZL</code>.</p>
1574
+ * <p>The value of the <code>ETag</code> header that you received when retrieving the profile to delete. For example: <code>E2QWRUHAPOMQZL</code>.</p>
2141
1575
  * @public
2142
1576
  */
2143
1577
  IfMatch?: string | undefined;
@@ -2165,15 +1599,13 @@ export interface DeleteFunctionRequest {
2165
1599
  */
2166
1600
  Name: string | undefined;
2167
1601
  /**
2168
- * <p>The current version (<code>ETag</code> value) of the function that you are deleting,
2169
- * which you can get using <code>DescribeFunction</code>.</p>
1602
+ * <p>The current version (<code>ETag</code> value) of the function that you are deleting, which you can get using <code>DescribeFunction</code>.</p>
2170
1603
  * @public
2171
1604
  */
2172
1605
  IfMatch: string | undefined;
2173
1606
  }
2174
1607
  /**
2175
- * <p>Cannot delete the function because it's attached to one or more cache
2176
- * behaviors.</p>
1608
+ * <p>Cannot delete the function because it's attached to one or more cache behaviors.</p>
2177
1609
  * @public
2178
1610
  */
2179
1611
  export declare class FunctionInUse extends __BaseException {
@@ -2203,15 +1635,12 @@ export declare class NoSuchFunctionExists extends __BaseException {
2203
1635
  */
2204
1636
  export interface DeleteKeyGroupRequest {
2205
1637
  /**
2206
- * <p>The identifier of the key group that you are deleting. To get the identifier, use
2207
- * <code>ListKeyGroups</code>.</p>
1638
+ * <p>The identifier of the key group that you are deleting. To get the identifier, use <code>ListKeyGroups</code>.</p>
2208
1639
  * @public
2209
1640
  */
2210
1641
  Id: string | undefined;
2211
1642
  /**
2212
- * <p>The version of the key group that you are deleting. The version is the key group's
2213
- * <code>ETag</code> value. To get the <code>ETag</code>, use <code>GetKeyGroup</code>
2214
- * or <code>GetKeyGroupConfig</code>.</p>
1643
+ * <p>The version of the key group that you are deleting. The version is the key group's <code>ETag</code> value. To get the <code>ETag</code>, use <code>GetKeyGroup</code> or <code>GetKeyGroupConfig</code>.</p>
2215
1644
  * @public
2216
1645
  */
2217
1646
  IfMatch?: string | undefined;
@@ -2282,8 +1711,7 @@ export interface DeleteOriginAccessControlRequest {
2282
1711
  */
2283
1712
  Id: string | undefined;
2284
1713
  /**
2285
- * <p>The current version (<code>ETag</code> value) of the origin access control that you
2286
- * are deleting.</p>
1714
+ * <p>The current version (<code>ETag</code> value) of the origin access control that you are deleting.</p>
2287
1715
  * @public
2288
1716
  */
2289
1717
  IfMatch?: string | undefined;
@@ -2302,8 +1730,7 @@ export declare class NoSuchOriginAccessControl extends __BaseException {
2302
1730
  constructor(opts: __ExceptionOptionType<NoSuchOriginAccessControl, __BaseException>);
2303
1731
  }
2304
1732
  /**
2305
- * <p>Cannot delete the origin access control because it's in use by one or more
2306
- * distributions.</p>
1733
+ * <p>Cannot delete the origin access control because it's in use by one or more distributions.</p>
2307
1734
  * @public
2308
1735
  */
2309
1736
  export declare class OriginAccessControlInUse extends __BaseException {
@@ -2320,23 +1747,18 @@ export declare class OriginAccessControlInUse extends __BaseException {
2320
1747
  */
2321
1748
  export interface DeleteOriginRequestPolicyRequest {
2322
1749
  /**
2323
- * <p>The unique identifier for the origin request policy that you are deleting. To get the
2324
- * identifier, you can use <code>ListOriginRequestPolicies</code>.</p>
1750
+ * <p>The unique identifier for the origin request policy that you are deleting. To get the identifier, you can use <code>ListOriginRequestPolicies</code>.</p>
2325
1751
  * @public
2326
1752
  */
2327
1753
  Id: string | undefined;
2328
1754
  /**
2329
- * <p>The version of the origin request policy that you are deleting. The version is the
2330
- * origin request policy's <code>ETag</code> value, which you can get using
2331
- * <code>ListOriginRequestPolicies</code>, <code>GetOriginRequestPolicy</code>, or
2332
- * <code>GetOriginRequestPolicyConfig</code>.</p>
1755
+ * <p>The version of the origin request policy that you are deleting. The version is the origin request policy's <code>ETag</code> value, which you can get using <code>ListOriginRequestPolicies</code>, <code>GetOriginRequestPolicy</code>, or <code>GetOriginRequestPolicyConfig</code>.</p>
2333
1756
  * @public
2334
1757
  */
2335
1758
  IfMatch?: string | undefined;
2336
1759
  }
2337
1760
  /**
2338
- * <p>Cannot delete the origin request policy because it is attached to one or more cache
2339
- * behaviors.</p>
1761
+ * <p>Cannot delete the origin request policy because it is attached to one or more cache behaviors.</p>
2340
1762
  * @public
2341
1763
  */
2342
1764
  export declare class OriginRequestPolicyInUse extends __BaseException {
@@ -2358,8 +1780,7 @@ export interface DeletePublicKeyRequest {
2358
1780
  */
2359
1781
  Id: string | undefined;
2360
1782
  /**
2361
- * <p>The value of the <code>ETag</code> header that you received when retrieving the public
2362
- * key identity to delete. For example: <code>E2QWRUHAPOMQZL</code>.</p>
1783
+ * <p>The value of the <code>ETag</code> header that you received when retrieving the public key identity to delete. For example: <code>E2QWRUHAPOMQZL</code>.</p>
2363
1784
  * @public
2364
1785
  */
2365
1786
  IfMatch?: string | undefined;
@@ -2393,8 +1814,7 @@ export interface DeleteRealtimeLogConfigRequest {
2393
1814
  ARN?: string | undefined;
2394
1815
  }
2395
1816
  /**
2396
- * <p>Cannot delete the real-time log configuration because it is attached to one or more
2397
- * cache behaviors.</p>
1817
+ * <p>Cannot delete the real-time log configuration because it is attached to one or more cache behaviors.</p>
2398
1818
  * @public
2399
1819
  */
2400
1820
  export declare class RealtimeLogConfigInUse extends __BaseException {
@@ -2411,24 +1831,18 @@ export declare class RealtimeLogConfigInUse extends __BaseException {
2411
1831
  */
2412
1832
  export interface DeleteResponseHeadersPolicyRequest {
2413
1833
  /**
2414
- * <p>The identifier for the response headers policy that you are deleting.</p>
2415
- * <p>To get the identifier, you can use <code>ListResponseHeadersPolicies</code>.</p>
1834
+ * <p>The identifier for the response headers policy that you are deleting.</p> <p>To get the identifier, you can use <code>ListResponseHeadersPolicies</code>.</p>
2416
1835
  * @public
2417
1836
  */
2418
1837
  Id: string | undefined;
2419
1838
  /**
2420
- * <p>The version of the response headers policy that you are deleting.</p>
2421
- * <p>The version is the response headers policy's <code>ETag</code> value, which you can
2422
- * get using <code>ListResponseHeadersPolicies</code>,
2423
- * <code>GetResponseHeadersPolicy</code>, or
2424
- * <code>GetResponseHeadersPolicyConfig</code>.</p>
1839
+ * <p>The version of the response headers policy that you are deleting.</p> <p>The version is the response headers policy's <code>ETag</code> value, which you can get using <code>ListResponseHeadersPolicies</code>, <code>GetResponseHeadersPolicy</code>, or <code>GetResponseHeadersPolicyConfig</code>.</p>
2425
1840
  * @public
2426
1841
  */
2427
1842
  IfMatch?: string | undefined;
2428
1843
  }
2429
1844
  /**
2430
- * <p>Cannot delete the response headers policy because it is attached to one or more cache
2431
- * behaviors in a CloudFront distribution.</p>
1845
+ * <p>Cannot delete the response headers policy because it is attached to one or more cache behaviors in a CloudFront distribution.</p>
2432
1846
  * @public
2433
1847
  */
2434
1848
  export declare class ResponseHeadersPolicyInUse extends __BaseException {
@@ -2451,8 +1865,7 @@ export interface DeleteStreamingDistributionRequest {
2451
1865
  */
2452
1866
  Id: string | undefined;
2453
1867
  /**
2454
- * <p>The value of the <code>ETag</code> header that you received when you disabled the
2455
- * streaming distribution. For example: <code>E2QWRUHAPOMQZL</code>.</p>
1868
+ * <p>The value of the <code>ETag</code> header that you received when you disabled the streaming distribution. For example: <code>E2QWRUHAPOMQZL</code>.</p>
2456
1869
  * @public
2457
1870
  */
2458
1871
  IfMatch?: string | undefined;
@@ -2471,8 +1884,7 @@ export declare class NoSuchStreamingDistribution extends __BaseException {
2471
1884
  constructor(opts: __ExceptionOptionType<NoSuchStreamingDistribution, __BaseException>);
2472
1885
  }
2473
1886
  /**
2474
- * <p>The specified CloudFront distribution is not disabled. You must disable the distribution
2475
- * before you can delete it.</p>
1887
+ * <p>The specified CloudFront distribution is not disabled. You must disable the distribution before you can delete it.</p>
2476
1888
  * @public
2477
1889
  */
2478
1890
  export declare class StreamingDistributionNotDisabled extends __BaseException {
@@ -2579,8 +1991,7 @@ export interface DisassociateDistributionTenantWebACLRequest {
2579
1991
  */
2580
1992
  Id: string | undefined;
2581
1993
  /**
2582
- * <p>The current version of the distribution tenant that you're disassociating from the WAF web ACL. This is the <code>ETag</code> value returned in the response to the
2583
- * <code>GetDistributionTenant</code> API operation.</p>
1994
+ * <p>The current version of the distribution tenant that you're disassociating from the WAF web ACL. This is the <code>ETag</code> value returned in the response to the <code>GetDistributionTenant</code> API operation.</p>
2584
1995
  * @public
2585
1996
  */
2586
1997
  IfMatch?: string | undefined;
@@ -2660,11 +2071,7 @@ export interface GetAnycastIpListResult {
2660
2071
  */
2661
2072
  export interface GetCachePolicyRequest {
2662
2073
  /**
2663
- * <p>The unique identifier for the cache policy. If the cache policy is attached to a
2664
- * distribution's cache behavior, you can get the policy's identifier using
2665
- * <code>ListDistributions</code> or <code>GetDistribution</code>. If the cache policy
2666
- * is not attached to a cache behavior, you can get the identifier using
2667
- * <code>ListCachePolicies</code>.</p>
2074
+ * <p>The unique identifier for the cache policy. If the cache policy is attached to a distribution's cache behavior, you can get the policy's identifier using <code>ListDistributions</code> or <code>GetDistribution</code>. If the cache policy is not attached to a cache behavior, you can get the identifier using <code>ListCachePolicies</code>.</p>
2668
2075
  * @public
2669
2076
  */
2670
2077
  Id: string | undefined;
@@ -2689,11 +2096,7 @@ export interface GetCachePolicyResult {
2689
2096
  */
2690
2097
  export interface GetCachePolicyConfigRequest {
2691
2098
  /**
2692
- * <p>The unique identifier for the cache policy. If the cache policy is attached to a
2693
- * distribution's cache behavior, you can get the policy's identifier using
2694
- * <code>ListDistributions</code> or <code>GetDistribution</code>. If the cache policy
2695
- * is not attached to a cache behavior, you can get the identifier using
2696
- * <code>ListCachePolicies</code>.</p>
2099
+ * <p>The unique identifier for the cache policy. If the cache policy is attached to a distribution's cache behavior, you can get the policy's identifier using <code>ListDistributions</code> or <code>GetDistribution</code>. If the cache policy is not attached to a cache behavior, you can get the identifier using <code>ListCachePolicies</code>.</p>
2697
2100
  * @public
2698
2101
  */
2699
2102
  Id: string | undefined;
@@ -2735,15 +2138,13 @@ export interface GetCloudFrontOriginAccessIdentityResult {
2735
2138
  */
2736
2139
  CloudFrontOriginAccessIdentity?: CloudFrontOriginAccessIdentity | undefined;
2737
2140
  /**
2738
- * <p>The current version of the origin access identity's information. For example:
2739
- * <code>E2QWRUHAPOMQZL</code>.</p>
2141
+ * <p>The current version of the origin access identity's information. For example: <code>E2QWRUHAPOMQZL</code>.</p>
2740
2142
  * @public
2741
2143
  */
2742
2144
  ETag?: string | undefined;
2743
2145
  }
2744
2146
  /**
2745
- * <p>The origin access identity's configuration information. For more information, see
2746
- * <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CloudFrontOriginAccessIdentityConfig.html">CloudFrontOriginAccessIdentityConfig</a>.</p>
2147
+ * <p>The origin access identity's configuration information. For more information, see <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CloudFrontOriginAccessIdentityConfig.html">CloudFrontOriginAccessIdentityConfig</a>.</p>
2747
2148
  * @public
2748
2149
  */
2749
2150
  export interface GetCloudFrontOriginAccessIdentityConfigRequest {
@@ -2764,8 +2165,7 @@ export interface GetCloudFrontOriginAccessIdentityConfigResult {
2764
2165
  */
2765
2166
  CloudFrontOriginAccessIdentityConfig?: CloudFrontOriginAccessIdentityConfig | undefined;
2766
2167
  /**
2767
- * <p>The current version of the configuration. For example:
2768
- * <code>E2QWRUHAPOMQZL</code>.</p>
2168
+ * <p>The current version of the configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
2769
2169
  * @public
2770
2170
  */
2771
2171
  ETag?: string | undefined;
@@ -2840,8 +2240,7 @@ export interface GetContinuousDeploymentPolicyResult {
2840
2240
  */
2841
2241
  ContinuousDeploymentPolicy?: ContinuousDeploymentPolicy | undefined;
2842
2242
  /**
2843
- * <p>The version identifier for the current version of the continuous deployment
2844
- * policy.</p>
2243
+ * <p>The version identifier for the current version of the continuous deployment policy.</p>
2845
2244
  * @public
2846
2245
  */
2847
2246
  ETag?: string | undefined;
@@ -2851,8 +2250,7 @@ export interface GetContinuousDeploymentPolicyResult {
2851
2250
  */
2852
2251
  export interface GetContinuousDeploymentPolicyConfigRequest {
2853
2252
  /**
2854
- * <p>The identifier of the continuous deployment policy whose configuration you are
2855
- * getting.</p>
2253
+ * <p>The identifier of the continuous deployment policy whose configuration you are getting.</p>
2856
2254
  * @public
2857
2255
  */
2858
2256
  Id: string | undefined;
@@ -2867,8 +2265,7 @@ export interface GetContinuousDeploymentPolicyConfigResult {
2867
2265
  */
2868
2266
  ContinuousDeploymentPolicyConfig?: ContinuousDeploymentPolicyConfig | undefined;
2869
2267
  /**
2870
- * <p>The version identifier for the current version of the continuous deployment
2871
- * policy.</p>
2268
+ * <p>The version identifier for the current version of the continuous deployment policy.</p>
2872
2269
  * @public
2873
2270
  */
2874
2271
  ETag?: string | undefined;
@@ -2879,8 +2276,7 @@ export interface GetContinuousDeploymentPolicyConfigResult {
2879
2276
  */
2880
2277
  export interface GetDistributionRequest {
2881
2278
  /**
2882
- * <p>The distribution's ID. If the ID is empty, an empty distribution configuration is
2883
- * returned.</p>
2279
+ * <p>The distribution's ID. If the ID is empty, an empty distribution configuration is returned.</p>
2884
2280
  * @public
2885
2281
  */
2886
2282
  Id: string | undefined;
@@ -2896,8 +2292,7 @@ export interface GetDistributionResult {
2896
2292
  */
2897
2293
  Distribution?: Distribution | undefined;
2898
2294
  /**
2899
- * <p>The current version of the distribution's information. For example:
2900
- * <code>E2QWRUHAPOMQZL</code>.</p>
2295
+ * <p>The current version of the distribution's information. For example: <code>E2QWRUHAPOMQZL</code>.</p>
2901
2296
  * @public
2902
2297
  */
2903
2298
  ETag?: string | undefined;
@@ -2908,8 +2303,7 @@ export interface GetDistributionResult {
2908
2303
  */
2909
2304
  export interface GetDistributionConfigRequest {
2910
2305
  /**
2911
- * <p>The distribution's ID. If the ID is empty, an empty distribution configuration is
2912
- * returned.</p>
2306
+ * <p>The distribution's ID. If the ID is empty, an empty distribution configuration is returned.</p>
2913
2307
  * @public
2914
2308
  */
2915
2309
  Id: string | undefined;
@@ -2925,8 +2319,7 @@ export interface GetDistributionConfigResult {
2925
2319
  */
2926
2320
  DistributionConfig?: DistributionConfig | undefined;
2927
2321
  /**
2928
- * <p>The current version of the configuration. For example:
2929
- * <code>E2QWRUHAPOMQZL</code>.</p>
2322
+ * <p>The current version of the configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
2930
2323
  * @public
2931
2324
  */
2932
2325
  ETag?: string | undefined;
@@ -2936,7 +2329,7 @@ export interface GetDistributionConfigResult {
2936
2329
  */
2937
2330
  export interface GetDistributionTenantRequest {
2938
2331
  /**
2939
- * <p>The ID of the distribution tenant. You can specify the ARN ID, or name of the distribution tenant.</p>
2332
+ * <p>The identifier of the distribution tenant. You can specify the ARN, ID, or name of the distribution tenant.</p>
2940
2333
  * @public
2941
2334
  */
2942
2335
  Identifier: string | undefined;
@@ -3001,8 +2394,7 @@ export interface GetFieldLevelEncryptionResult {
3001
2394
  */
3002
2395
  FieldLevelEncryption?: FieldLevelEncryption | undefined;
3003
2396
  /**
3004
- * <p>The current version of the field level encryption configuration. For example:
3005
- * <code>E2QWRUHAPOMQZL</code>.</p>
2397
+ * <p>The current version of the field level encryption configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
3006
2398
  * @public
3007
2399
  */
3008
2400
  ETag?: string | undefined;
@@ -3027,8 +2419,7 @@ export interface GetFieldLevelEncryptionConfigResult {
3027
2419
  */
3028
2420
  FieldLevelEncryptionConfig?: FieldLevelEncryptionConfig | undefined;
3029
2421
  /**
3030
- * <p>The current version of the field level encryption configuration. For example:
3031
- * <code>E2QWRUHAPOMQZL</code>.</p>
2422
+ * <p>The current version of the field level encryption configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
3032
2423
  * @public
3033
2424
  */
3034
2425
  ETag?: string | undefined;
@@ -3053,8 +2444,7 @@ export interface GetFieldLevelEncryptionProfileResult {
3053
2444
  */
3054
2445
  FieldLevelEncryptionProfile?: FieldLevelEncryptionProfile | undefined;
3055
2446
  /**
3056
- * <p>The current version of the field level encryption profile. For example:
3057
- * <code>E2QWRUHAPOMQZL</code>.</p>
2447
+ * <p>The current version of the field level encryption profile. For example: <code>E2QWRUHAPOMQZL</code>.</p>
3058
2448
  * @public
3059
2449
  */
3060
2450
  ETag?: string | undefined;
@@ -3079,8 +2469,7 @@ export interface GetFieldLevelEncryptionProfileConfigResult {
3079
2469
  */
3080
2470
  FieldLevelEncryptionProfileConfig?: FieldLevelEncryptionProfileConfig | undefined;
3081
2471
  /**
3082
- * <p>The current version of the field-level encryption profile configuration result. For
3083
- * example: <code>E2QWRUHAPOMQZL</code>.</p>
2472
+ * <p>The current version of the field-level encryption profile configuration result. For example: <code>E2QWRUHAPOMQZL</code>.</p>
3084
2473
  * @public
3085
2474
  */
3086
2475
  ETag?: string | undefined;
@@ -3131,8 +2520,7 @@ export interface GetInvalidationRequest {
3131
2520
  */
3132
2521
  DistributionId: string | undefined;
3133
2522
  /**
3134
- * <p>The identifier for the invalidation request, for example,
3135
- * <code>IDFDVBD632BHDS5</code>.</p>
2523
+ * <p>The identifier for the invalidation request, for example, <code>IDFDVBD632BHDS5</code>.</p>
3136
2524
  * @public
3137
2525
  */
3138
2526
  Id: string | undefined;
@@ -3143,8 +2531,7 @@ export interface GetInvalidationRequest {
3143
2531
  */
3144
2532
  export interface GetInvalidationResult {
3145
2533
  /**
3146
- * <p>The invalidation's information. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/InvalidationDatatype.html">Invalidation
3147
- * Complex Type</a>.</p>
2534
+ * <p>The invalidation's information. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/InvalidationDatatype.html">Invalidation Complex Type</a>.</p>
3148
2535
  * @public
3149
2536
  */
3150
2537
  Invalidation?: Invalidation | undefined;
@@ -3192,8 +2579,7 @@ export interface GetInvalidationForDistributionTenantResult {
3192
2579
  */
3193
2580
  export interface GetKeyGroupRequest {
3194
2581
  /**
3195
- * <p>The identifier of the key group that you are getting. To get the identifier, use
3196
- * <code>ListKeyGroups</code>.</p>
2582
+ * <p>The identifier of the key group that you are getting. To get the identifier, use <code>ListKeyGroups</code>.</p>
3197
2583
  * @public
3198
2584
  */
3199
2585
  Id: string | undefined;
@@ -3218,8 +2604,7 @@ export interface GetKeyGroupResult {
3218
2604
  */
3219
2605
  export interface GetKeyGroupConfigRequest {
3220
2606
  /**
3221
- * <p>The identifier of the key group whose configuration you are getting. To get the
3222
- * identifier, use <code>ListKeyGroups</code>.</p>
2607
+ * <p>The identifier of the key group whose configuration you are getting. To get the identifier, use <code>ListKeyGroups</code>.</p>
3223
2608
  * @public
3224
2609
  */
3225
2610
  Id: string | undefined;
@@ -3244,7 +2629,7 @@ export interface GetKeyGroupConfigResult {
3244
2629
  */
3245
2630
  export interface GetManagedCertificateDetailsRequest {
3246
2631
  /**
3247
- * <p>The identifier of the multi-tenant distribution.</p>
2632
+ * <p>The identifier of the distribution tenant. You can specify the ARN, ID, or name of the distribution tenant.</p>
3248
2633
  * @public
3249
2634
  */
3250
2635
  Identifier: string | undefined;
@@ -3298,26 +2683,12 @@ export interface ManagedCertificateDetails {
3298
2683
  */
3299
2684
  CertificateArn?: string | undefined;
3300
2685
  /**
3301
- * <p>The status of the CloudFront managed ACM certificate.</p>
3302
- * <note>
3303
- * <p>Your distribution tenant will be updated with the latest certificate status. When calling the <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistributionTenant.html">UpdateDistributionTenant</a> operation, use the latest value for the <code>ETag</code>.</p>
3304
- * </note>
2686
+ * <p>The status of the CloudFront managed ACM certificate.</p> <note> <p>Your distribution tenant will be updated with the latest certificate status. When calling the <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistributionTenant.html">UpdateDistributionTenant</a> operation, use the latest value for the <code>ETag</code>.</p> </note>
3305
2687
  * @public
3306
2688
  */
3307
2689
  CertificateStatus?: ManagedCertificateStatus | undefined;
3308
2690
  /**
3309
- * <p>Contains details about the validation token host of the specified CloudFront managed ACM certificate.</p>
3310
- * <ul>
3311
- * <li>
3312
- * <p>For <code>cloudfront</code>, CloudFront will automatically serve the validation token. Choose this mode if you can point the domain's DNS to CloudFront immediately.</p>
3313
- * </li>
3314
- * <li>
3315
- * <p>For <code>self-hosted</code>, you serve the validation token from your existing infrastructure. Choose this mode when you need to maintain current traffic flow while your certificate is being issued. You can place the validation token at the well-known path on your existing web server, wait for ACM to validate and issue the certificate, and then update your DNS to point to CloudFront.</p>
3316
- * </li>
3317
- * </ul>
3318
- * <note>
3319
- * <p>This setting only affects the initial certificate request. Once the DNS points to CloudFront, all future certificate renewals are automatically handled through CloudFront.</p>
3320
- * </note>
2691
+ * <p>Contains details about the validation token host of the specified CloudFront managed ACM certificate.</p> <ul> <li> <p>For <code>cloudfront</code>, CloudFront will automatically serve the validation token. Choose this mode if you can point the domain's DNS to CloudFront immediately.</p> </li> <li> <p>For <code>self-hosted</code>, you serve the validation token from your existing infrastructure. Choose this mode when you need to maintain current traffic flow while your certificate is being issued. You can place the validation token at the well-known path on your existing web server, wait for ACM to validate and issue the certificate, and then update your DNS to point to CloudFront.</p> </li> </ul> <note> <p>This setting only affects the initial certificate request. Once the DNS points to CloudFront, all future certificate renewals are automatically handled through CloudFront.</p> </note>
3321
2692
  * @public
3322
2693
  */
3323
2694
  ValidationTokenHost?: ValidationTokenHost | undefined;
@@ -3352,8 +2723,7 @@ export interface GetMonitoringSubscriptionRequest {
3352
2723
  */
3353
2724
  export interface GetMonitoringSubscriptionResult {
3354
2725
  /**
3355
- * <p>A monitoring subscription. This structure contains information about whether
3356
- * additional CloudWatch metrics are enabled for a given CloudFront distribution.</p>
2726
+ * <p>A monitoring subscription. This structure contains information about whether additional CloudWatch metrics are enabled for a given CloudFront distribution.</p>
3357
2727
  * @public
3358
2728
  */
3359
2729
  MonitoringSubscription?: MonitoringSubscription | undefined;
@@ -3413,11 +2783,7 @@ export interface GetOriginAccessControlConfigResult {
3413
2783
  */
3414
2784
  export interface GetOriginRequestPolicyRequest {
3415
2785
  /**
3416
- * <p>The unique identifier for the origin request policy. If the origin request policy is
3417
- * attached to a distribution's cache behavior, you can get the policy's identifier using
3418
- * <code>ListDistributions</code> or <code>GetDistribution</code>. If the origin
3419
- * request policy is not attached to a cache behavior, you can get the identifier using
3420
- * <code>ListOriginRequestPolicies</code>.</p>
2786
+ * <p>The unique identifier for the origin request policy. If the origin request policy is attached to a distribution's cache behavior, you can get the policy's identifier using <code>ListDistributions</code> or <code>GetDistribution</code>. If the origin request policy is not attached to a cache behavior, you can get the identifier using <code>ListOriginRequestPolicies</code>.</p>
3421
2787
  * @public
3422
2788
  */
3423
2789
  Id: string | undefined;
@@ -3442,11 +2808,7 @@ export interface GetOriginRequestPolicyResult {
3442
2808
  */
3443
2809
  export interface GetOriginRequestPolicyConfigRequest {
3444
2810
  /**
3445
- * <p>The unique identifier for the origin request policy. If the origin request policy is
3446
- * attached to a distribution's cache behavior, you can get the policy's identifier using
3447
- * <code>ListDistributions</code> or <code>GetDistribution</code>. If the origin
3448
- * request policy is not attached to a cache behavior, you can get the identifier using
3449
- * <code>ListOriginRequestPolicies</code>.</p>
2811
+ * <p>The unique identifier for the origin request policy. If the origin request policy is attached to a distribution's cache behavior, you can get the policy's identifier using <code>ListDistributions</code> or <code>GetDistribution</code>. If the origin request policy is not attached to a cache behavior, you can get the identifier using <code>ListOriginRequestPolicies</code>.</p>
3450
2812
  * @public
3451
2813
  */
3452
2814
  Id: string | undefined;
@@ -3546,12 +2908,7 @@ export interface GetRealtimeLogConfigResult {
3546
2908
  */
3547
2909
  export interface GetResponseHeadersPolicyRequest {
3548
2910
  /**
3549
- * <p>The identifier for the response headers policy.</p>
3550
- * <p>If the response headers policy is attached to a distribution's cache behavior, you can
3551
- * get the policy's identifier using <code>ListDistributions</code> or
3552
- * <code>GetDistribution</code>. If the response headers policy is not attached to a
3553
- * cache behavior, you can get the identifier using
3554
- * <code>ListResponseHeadersPolicies</code>.</p>
2911
+ * <p>The identifier for the response headers policy.</p> <p>If the response headers policy is attached to a distribution's cache behavior, you can get the policy's identifier using <code>ListDistributions</code> or <code>GetDistribution</code>. If the response headers policy is not attached to a cache behavior, you can get the identifier using <code>ListResponseHeadersPolicies</code>.</p>
3555
2912
  * @public
3556
2913
  */
3557
2914
  Id: string | undefined;
@@ -3576,12 +2933,7 @@ export interface GetResponseHeadersPolicyResult {
3576
2933
  */
3577
2934
  export interface GetResponseHeadersPolicyConfigRequest {
3578
2935
  /**
3579
- * <p>The identifier for the response headers policy.</p>
3580
- * <p>If the response headers policy is attached to a distribution's cache behavior, you can
3581
- * get the policy's identifier using <code>ListDistributions</code> or
3582
- * <code>GetDistribution</code>. If the response headers policy is not attached to a
3583
- * cache behavior, you can get the identifier using
3584
- * <code>ListResponseHeadersPolicies</code>.</p>
2936
+ * <p>The identifier for the response headers policy.</p> <p>If the response headers policy is attached to a distribution's cache behavior, you can get the policy's identifier using <code>ListDistributions</code> or <code>GetDistribution</code>. If the response headers policy is not attached to a cache behavior, you can get the identifier using <code>ListResponseHeadersPolicies</code>.</p>
3585
2937
  * @public
3586
2938
  */
3587
2939
  Id: string | undefined;
@@ -3623,8 +2975,7 @@ export interface GetStreamingDistributionResult {
3623
2975
  */
3624
2976
  StreamingDistribution?: StreamingDistribution | undefined;
3625
2977
  /**
3626
- * <p>The current version of the streaming distribution's information. For example:
3627
- * <code>E2QWRUHAPOMQZL</code>.</p>
2978
+ * <p>The current version of the streaming distribution's information. For example: <code>E2QWRUHAPOMQZL</code>.</p>
3628
2979
  * @public
3629
2980
  */
3630
2981
  ETag?: string | undefined;
@@ -3651,8 +3002,7 @@ export interface GetStreamingDistributionConfigResult {
3651
3002
  */
3652
3003
  StreamingDistributionConfig?: StreamingDistributionConfig | undefined;
3653
3004
  /**
3654
- * <p>The current version of the configuration. For example: <code>E2QWRUHAPOMQZL</code>.
3655
- * </p>
3005
+ * <p>The current version of the configuration. For example: <code>E2QWRUHAPOMQZL</code>. </p>
3656
3006
  * @public
3657
3007
  */
3658
3008
  ETag?: string | undefined;
@@ -3687,15 +3037,12 @@ export interface GetVpcOriginResult {
3687
3037
  */
3688
3038
  export interface ListAnycastIpListsRequest {
3689
3039
  /**
3690
- * <p>Use this field when paginating results to indicate where to begin in your list. The response includes items in the list that occur
3691
- * after the marker. To get the next page of the list, set this field's value to the value
3692
- * of <code>NextMarker</code> from the current page's response.</p>
3040
+ * <p>Use this field when paginating results to indicate where to begin in your list. The response includes items in the list that occur after the marker. To get the next page of the list, set this field's value to the value of <code>NextMarker</code> from the current page's response.</p>
3693
3041
  * @public
3694
3042
  */
3695
3043
  Marker?: string | undefined;
3696
3044
  /**
3697
- * <p>The maximum number of Anycast static IP lists that you want returned in the
3698
- * response.</p>
3045
+ * <p>The maximum number of Anycast static IP lists that you want returned in the response.</p>
3699
3046
  * @public
3700
3047
  */
3701
3048
  MaxItems?: number | undefined;
@@ -3715,28 +3062,12 @@ export interface ListAnycastIpListsResult {
3715
3062
  */
3716
3063
  export interface ListCachePoliciesRequest {
3717
3064
  /**
3718
- * <p>A filter to return only the specified kinds of cache policies. Valid values
3719
- * are:</p>
3720
- * <ul>
3721
- * <li>
3722
- * <p>
3723
- * <code>managed</code> – Returns only the managed policies created by
3724
- * Amazon Web Services.</p>
3725
- * </li>
3726
- * <li>
3727
- * <p>
3728
- * <code>custom</code> – Returns only the custom policies created in your
3729
- * Amazon Web Services account.</p>
3730
- * </li>
3731
- * </ul>
3065
+ * <p>A filter to return only the specified kinds of cache policies. Valid values are:</p> <ul> <li> <p> <code>managed</code> – Returns only the managed policies created by Amazon Web Services.</p> </li> <li> <p> <code>custom</code> – Returns only the custom policies created in your Amazon Web Services account.</p> </li> </ul>
3732
3066
  * @public
3733
3067
  */
3734
3068
  Type?: CachePolicyType | undefined;
3735
3069
  /**
3736
- * <p>Use this field when paginating results to indicate where to begin in your list of
3737
- * cache policies. The response includes cache policies in the list that occur after the
3738
- * marker. To get the next page of the list, set this field's value to the value of
3739
- * <code>NextMarker</code> from the current page's response.</p>
3070
+ * <p>Use this field when paginating results to indicate where to begin in your list of cache policies. The response includes cache policies in the list that occur after the marker. To get the next page of the list, set this field's value to the value of <code>NextMarker</code> from the current page's response.</p>
3740
3071
  * @public
3741
3072
  */
3742
3073
  Marker?: string | undefined;
@@ -3762,11 +3093,7 @@ export interface ListCachePoliciesResult {
3762
3093
  */
3763
3094
  export interface ListCloudFrontOriginAccessIdentitiesRequest {
3764
3095
  /**
3765
- * <p>Use this when paginating results to indicate where to begin in your list of origin
3766
- * access identities. The results include identities in the list that occur after the
3767
- * marker. To get the next page of results, set the <code>Marker</code> to the value of the
3768
- * <code>NextMarker</code> from the current page's response (which is also the ID of
3769
- * the last identity on that page).</p>
3096
+ * <p>Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the <code>Marker</code> to the value of the <code>NextMarker</code> from the current page's response (which is also the ID of the last identity on that page).</p>
3770
3097
  * @public
3771
3098
  */
3772
3099
  Marker?: string | undefined;
@@ -3782,49 +3109,33 @@ export interface ListCloudFrontOriginAccessIdentitiesRequest {
3782
3109
  */
3783
3110
  export interface CloudFrontOriginAccessIdentitySummary {
3784
3111
  /**
3785
- * <p>The ID for the origin access identity. For example:
3786
- * <code>E74FTE3AJFJ256A</code>.</p>
3112
+ * <p>The ID for the origin access identity. For example: <code>E74FTE3AJFJ256A</code>.</p>
3787
3113
  * @public
3788
3114
  */
3789
3115
  Id: string | undefined;
3790
3116
  /**
3791
- * <p>The Amazon S3 canonical user ID for the origin access identity, which you use when giving
3792
- * the origin access identity read permission to an object in Amazon S3.</p>
3117
+ * <p>The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.</p>
3793
3118
  * @public
3794
3119
  */
3795
3120
  S3CanonicalUserId: string | undefined;
3796
3121
  /**
3797
- * <p>The comment for this origin access identity, as originally specified when
3798
- * created.</p>
3122
+ * <p>The comment for this origin access identity, as originally specified when created.</p>
3799
3123
  * @public
3800
3124
  */
3801
3125
  Comment: string | undefined;
3802
3126
  }
3803
3127
  /**
3804
- * <p>Lists the origin access identities for CloudFront.Send a <code>GET</code> request to the
3805
- * <code>/<i>CloudFront API
3806
- * version</i>/origin-access-identity/cloudfront</code> resource. The response
3807
- * includes a <code>CloudFrontOriginAccessIdentityList</code> element with zero or more
3808
- * <code>CloudFrontOriginAccessIdentitySummary</code> child elements. By default, your
3809
- * entire list of origin access identities is returned in one single page. If the list is
3810
- * long, you can paginate it using the <code>MaxItems</code> and <code>Marker</code>
3811
- * parameters.</p>
3128
+ * <p>Lists the origin access identities for CloudFront.Send a <code>GET</code> request to the <code>/<i>CloudFront API version</i>/origin-access-identity/cloudfront</code> resource. The response includes a <code>CloudFrontOriginAccessIdentityList</code> element with zero or more <code>CloudFrontOriginAccessIdentitySummary</code> child elements. By default, your entire list of origin access identities is returned in one single page. If the list is long, you can paginate it using the <code>MaxItems</code> and <code>Marker</code> parameters.</p>
3812
3129
  * @public
3813
3130
  */
3814
3131
  export interface CloudFrontOriginAccessIdentityList {
3815
3132
  /**
3816
- * <p>Use this when paginating results to indicate where to begin in your list of origin
3817
- * access identities. The results include identities in the list that occur after the
3818
- * marker. To get the next page of results, set the <code>Marker</code> to the value of the
3819
- * <code>NextMarker</code> from the current page's response (which is also the ID of
3820
- * the last identity on that page).</p>
3133
+ * <p>Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the <code>Marker</code> to the value of the <code>NextMarker</code> from the current page's response (which is also the ID of the last identity on that page).</p>
3821
3134
  * @public
3822
3135
  */
3823
3136
  Marker: string | undefined;
3824
3137
  /**
3825
- * <p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains
3826
- * the value you can use for the <code>Marker</code> request parameter to continue listing
3827
- * your origin access identities where they left off.</p>
3138
+ * <p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value you can use for the <code>Marker</code> request parameter to continue listing your origin access identities where they left off.</p>
3828
3139
  * @public
3829
3140
  */
3830
3141
  NextMarker?: string | undefined;
@@ -3834,22 +3145,17 @@ export interface CloudFrontOriginAccessIdentityList {
3834
3145
  */
3835
3146
  MaxItems: number | undefined;
3836
3147
  /**
3837
- * <p>A flag that indicates whether more origin access identities remain to be listed. If
3838
- * your results were truncated, you can make a follow-up pagination request using the
3839
- * <code>Marker</code> request parameter to retrieve more items in the list.</p>
3148
+ * <p>A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the <code>Marker</code> request parameter to retrieve more items in the list.</p>
3840
3149
  * @public
3841
3150
  */
3842
3151
  IsTruncated: boolean | undefined;
3843
3152
  /**
3844
- * <p>The number of CloudFront origin access identities that were created by the current
3845
- * Amazon Web Services account.</p>
3153
+ * <p>The number of CloudFront origin access identities that were created by the current Amazon Web Services account.</p>
3846
3154
  * @public
3847
3155
  */
3848
3156
  Quantity: number | undefined;
3849
3157
  /**
3850
- * <p>A complex type that contains one <code>CloudFrontOriginAccessIdentitySummary</code>
3851
- * element for each origin access identity that was created by the current
3852
- * Amazon Web Services account.</p>
3158
+ * <p>A complex type that contains one <code>CloudFrontOriginAccessIdentitySummary</code> element for each origin access identity that was created by the current Amazon Web Services account.</p>
3853
3159
  * @public
3854
3160
  */
3855
3161
  Items?: CloudFrontOriginAccessIdentitySummary[] | undefined;
@@ -3870,8 +3176,7 @@ export interface ListCloudFrontOriginAccessIdentitiesResult {
3870
3176
  */
3871
3177
  export interface ListConflictingAliasesRequest {
3872
3178
  /**
3873
- * <p>The ID of a distribution in your account that has an attached SSL/TLS certificate that
3874
- * includes the provided alias.</p>
3179
+ * <p>The ID of a distribution in your account that has an attached SSL/TLS certificate that includes the provided alias.</p>
3875
3180
  * @public
3876
3181
  */
3877
3182
  DistributionId: string | undefined;
@@ -3881,10 +3186,7 @@ export interface ListConflictingAliasesRequest {
3881
3186
  */
3882
3187
  Alias: string | undefined;
3883
3188
  /**
3884
- * <p>Use this field when paginating results to indicate where to begin in the list of
3885
- * conflicting aliases. The response includes conflicting aliases in the list that occur
3886
- * after the marker. To get the next page of the list, set this field's value to the value
3887
- * of <code>NextMarker</code> from the current page's response.</p>
3189
+ * <p>Use this field when paginating results to indicate where to begin in the list of conflicting aliases. The response includes conflicting aliases in the list that occur after the marker. To get the next page of the list, set this field's value to the value of <code>NextMarker</code> from the current page's response.</p>
3888
3190
  * @public
3889
3191
  */
3890
3192
  Marker?: string | undefined;
@@ -3895,10 +3197,7 @@ export interface ListConflictingAliasesRequest {
3895
3197
  MaxItems?: number | undefined;
3896
3198
  }
3897
3199
  /**
3898
- * <p>An alias (also called a CNAME) and the CloudFront distribution and Amazon Web Services account ID that
3899
- * it's associated with. The distribution and account IDs are partially hidden, which
3900
- * allows you to identify the distributions and accounts that you own, but helps to protect
3901
- * the information of ones that you don't own.</p>
3200
+ * <p>An alias (also called a CNAME) and the CloudFront distribution and Amazon Web Services account ID that it's associated with. The distribution and account IDs are partially hidden, which allows you to identify the distributions and accounts that you own, but helps to protect the information of ones that you don't own.</p>
3902
3201
  * @public
3903
3202
  */
3904
3203
  export interface ConflictingAlias {
@@ -3913,24 +3212,18 @@ export interface ConflictingAlias {
3913
3212
  */
3914
3213
  DistributionId?: string | undefined;
3915
3214
  /**
3916
- * <p>The (partially hidden) ID of the Amazon Web Services account that owns the distribution that's
3917
- * associated with the alias.</p>
3215
+ * <p>The (partially hidden) ID of the Amazon Web Services account that owns the distribution that's associated with the alias.</p>
3918
3216
  * @public
3919
3217
  */
3920
3218
  AccountId?: string | undefined;
3921
3219
  }
3922
3220
  /**
3923
- * <p>A list of aliases (also called CNAMEs) and the CloudFront distributions and Amazon Web Services accounts
3924
- * that they are associated with. In the list, the distribution and account IDs are
3925
- * partially hidden, which allows you to identify the distributions and accounts that you
3926
- * own, but helps to protect the information of ones that you don't own.</p>
3221
+ * <p>A list of aliases (also called CNAMEs) and the CloudFront distributions and Amazon Web Services accounts that they are associated with. In the list, the distribution and account IDs are partially hidden, which allows you to identify the distributions and accounts that you own, but helps to protect the information of ones that you don't own.</p>
3927
3222
  * @public
3928
3223
  */
3929
3224
  export interface ConflictingAliasesList {
3930
3225
  /**
3931
- * <p>If there are more items in the list than are in this response, this element is
3932
- * present. It contains the value that you should use in the <code>Marker</code> field of a
3933
- * subsequent request to continue listing conflicting aliases where you left off.</p>
3226
+ * <p>If there are more items in the list than are in this response, this element is present. It contains the value that you should use in the <code>Marker</code> field of a subsequent request to continue listing conflicting aliases where you left off.</p>
3934
3227
  * @public
3935
3228
  */
3936
3229
  NextMarker?: string | undefined;
@@ -4072,16 +3365,12 @@ export interface ListConnectionGroupsResult {
4072
3365
  */
4073
3366
  export interface ListContinuousDeploymentPoliciesRequest {
4074
3367
  /**
4075
- * <p>Use this field when paginating results to indicate where to begin in your list of
4076
- * continuous deployment policies. The response includes policies in the list that occur
4077
- * after the marker. To get the next page of the list, set this field's value to the value
4078
- * of <code>NextMarker</code> from the current page's response.</p>
3368
+ * <p>Use this field when paginating results to indicate where to begin in your list of continuous deployment policies. The response includes policies in the list that occur after the marker. To get the next page of the list, set this field's value to the value of <code>NextMarker</code> from the current page's response.</p>
4079
3369
  * @public
4080
3370
  */
4081
3371
  Marker?: string | undefined;
4082
3372
  /**
4083
- * <p>The maximum number of continuous deployment policies that you want returned in the
4084
- * response.</p>
3373
+ * <p>The maximum number of continuous deployment policies that you want returned in the response.</p>
4085
3374
  * @public
4086
3375
  */
4087
3376
  MaxItems?: number | undefined;
@@ -4103,20 +3392,17 @@ export interface ContinuousDeploymentPolicySummary {
4103
3392
  */
4104
3393
  export interface ContinuousDeploymentPolicyList {
4105
3394
  /**
4106
- * <p>Indicates the next page of continuous deployment policies. To get the next page of the
4107
- * list, use this value in the <code>Marker</code> field of your request.</p>
3395
+ * <p>Indicates the next page of continuous deployment policies. To get the next page of the list, use this value in the <code>Marker</code> field of your request.</p>
4108
3396
  * @public
4109
3397
  */
4110
3398
  NextMarker?: string | undefined;
4111
3399
  /**
4112
- * <p>The maximum number of continuous deployment policies that were specified in your
4113
- * request.</p>
3400
+ * <p>The maximum number of continuous deployment policies that were specified in your request.</p>
4114
3401
  * @public
4115
3402
  */
4116
3403
  MaxItems: number | undefined;
4117
3404
  /**
4118
- * <p>The total number of continuous deployment policies in your Amazon Web Services account, regardless
4119
- * of the <code>MaxItems</code> value.</p>
3405
+ * <p>The total number of continuous deployment policies in your Amazon Web Services account, regardless of the <code>MaxItems</code> value.</p>
4120
3406
  * @public
4121
3407
  */
4122
3408
  Quantity: number | undefined;
@@ -4142,11 +3428,7 @@ export interface ListContinuousDeploymentPoliciesResult {
4142
3428
  */
4143
3429
  export interface ListDistributionsRequest {
4144
3430
  /**
4145
- * <p>Use this when paginating results to indicate where to begin in your list of
4146
- * distributions. The results include distributions in the list that occur after the
4147
- * marker. To get the next page of results, set the <code>Marker</code> to the value of the
4148
- * <code>NextMarker</code> from the current page's response (which is also the ID of
4149
- * the last distribution on that page).</p>
3431
+ * <p>Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the <code>Marker</code> to the value of the <code>NextMarker</code> from the current page's response (which is also the ID of the last distribution on that page).</p>
4150
3432
  * @public
4151
3433
  */
4152
3434
  Marker?: string | undefined;
@@ -4167,9 +3449,7 @@ export interface DistributionSummary {
4167
3449
  */
4168
3450
  Id: string | undefined;
4169
3451
  /**
4170
- * <p>The ARN (Amazon Resource Name) for the distribution. For example:
4171
- * <code>arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5</code>, where
4172
- * <code>123456789012</code> is your Amazon Web Services account ID.</p>
3452
+ * <p>The ARN (Amazon Resource Name) for the distribution. For example: <code>arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5</code>, where <code>123456789012</code> is your Amazon Web Services account ID.</p>
4173
3453
  * @public
4174
3454
  */
4175
3455
  ARN: string | undefined;
@@ -4179,8 +3459,7 @@ export interface DistributionSummary {
4179
3459
  */
4180
3460
  ETag?: string | undefined;
4181
3461
  /**
4182
- * <p>The current status of the distribution. When the status is <code>Deployed</code>, the
4183
- * distribution's information is propagated to all CloudFront edge locations.</p>
3462
+ * <p>The current status of the distribution. When the status is <code>Deployed</code>, the distribution's information is propagated to all CloudFront edge locations.</p>
4184
3463
  * @public
4185
3464
  */
4186
3465
  Status: string | undefined;
@@ -4190,14 +3469,12 @@ export interface DistributionSummary {
4190
3469
  */
4191
3470
  LastModifiedTime: Date | undefined;
4192
3471
  /**
4193
- * <p>The domain name that corresponds to the distribution, for example,
4194
- * <code>d111111abcdef8.cloudfront.net</code>.</p>
3472
+ * <p>The domain name that corresponds to the distribution, for example, <code>d111111abcdef8.cloudfront.net</code>.</p>
4195
3473
  * @public
4196
3474
  */
4197
3475
  DomainName: string | undefined;
4198
3476
  /**
4199
- * <p>A complex type that contains information about CNAMEs (alternate domain names), if
4200
- * any, for this distribution.</p>
3477
+ * <p>A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.</p>
4201
3478
  * @public
4202
3479
  */
4203
3480
  Aliases: Aliases | undefined;
@@ -4207,16 +3484,12 @@ export interface DistributionSummary {
4207
3484
  */
4208
3485
  Origins: Origins | undefined;
4209
3486
  /**
4210
- * <p>A complex type that contains information about origin groups for this
4211
- * distribution.</p>
3487
+ * <p>A complex type that contains information about origin groups for this distribution.</p>
4212
3488
  * @public
4213
3489
  */
4214
3490
  OriginGroups?: OriginGroups | undefined;
4215
3491
  /**
4216
- * <p>A complex type that describes the default cache behavior if you don't specify a
4217
- * <code>CacheBehavior</code> element or if files don't match any of the values of
4218
- * <code>PathPattern</code> in <code>CacheBehavior</code> elements. You must create
4219
- * exactly one default cache behavior.</p>
3492
+ * <p>A complex type that describes the default cache behavior if you don't specify a <code>CacheBehavior</code> element or if files don't match any of the values of <code>PathPattern</code> in <code>CacheBehavior</code> elements. You must create exactly one default cache behavior.</p>
4220
3493
  * @public
4221
3494
  */
4222
3495
  DefaultCacheBehavior: DefaultCacheBehavior | undefined;
@@ -4226,8 +3499,7 @@ export interface DistributionSummary {
4226
3499
  */
4227
3500
  CacheBehaviors: CacheBehaviors | undefined;
4228
3501
  /**
4229
- * <p>A complex type that contains zero or more <code>CustomErrorResponses</code>
4230
- * elements.</p>
3502
+ * <p>A complex type that contains zero or more <code>CustomErrorResponses</code> elements.</p>
4231
3503
  * @public
4232
3504
  */
4233
3505
  CustomErrorResponses: CustomErrorResponses | undefined;
@@ -4237,8 +3509,7 @@ export interface DistributionSummary {
4237
3509
  */
4238
3510
  Comment: string | undefined;
4239
3511
  /**
4240
- * <p>A complex type that contains information about price class for this streaming
4241
- * distribution.</p>
3512
+ * <p>A complex type that contains information about price class for this streaming distribution.</p>
4242
3513
  * @public
4243
3514
  */
4244
3515
  PriceClass: PriceClass | undefined;
@@ -4248,14 +3519,12 @@ export interface DistributionSummary {
4248
3519
  */
4249
3520
  Enabled: boolean | undefined;
4250
3521
  /**
4251
- * <p>A complex type that determines the distribution's SSL/TLS configuration for
4252
- * communicating with viewers.</p>
3522
+ * <p>A complex type that determines the distribution's SSL/TLS configuration for communicating with viewers.</p>
4253
3523
  * @public
4254
3524
  */
4255
3525
  ViewerCertificate: ViewerCertificate | undefined;
4256
3526
  /**
4257
- * <p>A complex type that identifies ways in which you want to restrict distribution of your
4258
- * content.</p>
3527
+ * <p>A complex type that identifies ways in which you want to restrict distribution of your content.</p>
4259
3528
  * @public
4260
3529
  */
4261
3530
  Restrictions: Restrictions | undefined;
@@ -4265,32 +3534,22 @@ export interface DistributionSummary {
4265
3534
  */
4266
3535
  WebACLId: string | undefined;
4267
3536
  /**
4268
- * <p>Specify the maximum HTTP version that you want viewers to use to communicate with
4269
- * CloudFront. The default value for new web distributions is <code>http2</code>. Viewers that
4270
- * don't support <code>HTTP/2</code> will automatically use an earlier version.</p>
3537
+ * <p>Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is <code>http2</code>. Viewers that don't support <code>HTTP/2</code> will automatically use an earlier version.</p>
4271
3538
  * @public
4272
3539
  */
4273
3540
  HttpVersion: HttpVersion | undefined;
4274
3541
  /**
4275
- * <p>Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your
4276
- * distribution.</p>
3542
+ * <p>Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.</p>
4277
3543
  * @public
4278
3544
  */
4279
3545
  IsIPV6Enabled: boolean | undefined;
4280
3546
  /**
4281
- * <p>Amazon Web Services services in China customers must file for an Internet Content Provider (ICP)
4282
- * recordal if they want to serve content publicly on an alternate domain name, also known
4283
- * as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal
4284
- * status for CNAMEs associated with distributions.</p>
4285
- * <p>For more information about ICP recordals, see <a href="https://docs.amazonaws.cn/en_us/aws/latest/userguide/accounts-and-credentials.html"> Signup, Accounts, and Credentials</a> in <i>Getting Started with Amazon Web Services
4286
- * services in China</i>.</p>
3547
+ * <p>Amazon Web Services services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.</p> <p>For more information about ICP recordals, see <a href="https://docs.amazonaws.cn/en_us/aws/latest/userguide/accounts-and-credentials.html"> Signup, Accounts, and Credentials</a> in <i>Getting Started with Amazon Web Services services in China</i>.</p>
4287
3548
  * @public
4288
3549
  */
4289
3550
  AliasICPRecordals?: AliasICPRecordal[] | undefined;
4290
3551
  /**
4291
- * <p>A Boolean that indicates whether this is a staging distribution. When this value is
4292
- * <code>true</code>, this is a staging distribution. When this value is
4293
- * <code>false</code>, this is not a staging distribution.</p>
3552
+ * <p>A Boolean that indicates whether this is a staging distribution. When this value is <code>true</code>, this is a staging distribution. When this value is <code>false</code>, this is not a staging distribution.</p>
4294
3553
  * @public
4295
3554
  */
4296
3555
  Staging: boolean | undefined;
@@ -4316,9 +3575,7 @@ export interface DistributionList {
4316
3575
  */
4317
3576
  Marker: string | undefined;
4318
3577
  /**
4319
- * <p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains
4320
- * the value you can use for the <code>Marker</code> request parameter to continue listing
4321
- * your distributions where they left off.</p>
3578
+ * <p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value you can use for the <code>Marker</code> request parameter to continue listing your distributions where they left off.</p>
4322
3579
  * @public
4323
3580
  */
4324
3581
  NextMarker?: string | undefined;
@@ -4328,10 +3585,7 @@ export interface DistributionList {
4328
3585
  */
4329
3586
  MaxItems: number | undefined;
4330
3587
  /**
4331
- * <p>A flag that indicates whether more distributions remain to be listed. If your results
4332
- * were truncated, you can make a follow-up pagination request using the
4333
- * <code>Marker</code> request parameter to retrieve more distributions in the
4334
- * list.</p>
3588
+ * <p>A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the <code>Marker</code> request parameter to retrieve more distributions in the list.</p>
4335
3589
  * @public
4336
3590
  */
4337
3591
  IsTruncated: boolean | undefined;
@@ -4341,8 +3595,7 @@ export interface DistributionList {
4341
3595
  */
4342
3596
  Quantity: number | undefined;
4343
3597
  /**
4344
- * <p>A complex type that contains one <code>DistributionSummary</code> element for each
4345
- * distribution that was created by the current Amazon Web Services account.</p>
3598
+ * <p>A complex type that contains one <code>DistributionSummary</code> element for each distribution that was created by the current Amazon Web Services account.</p>
4346
3599
  * @public
4347
3600
  */
4348
3601
  Items?: DistributionSummary[] | undefined;
@@ -4363,15 +3616,12 @@ export interface ListDistributionsResult {
4363
3616
  */
4364
3617
  export interface ListDistributionsByAnycastIpListIdRequest {
4365
3618
  /**
4366
- * <p>Use this field when paginating results to indicate where to begin in your list. The response includes items in the list that occur
4367
- * after the marker. To get the next page of the list, set this field's value to the value
4368
- * of <code>NextMarker</code> from the current page's response.</p>
3619
+ * <p>Use this field when paginating results to indicate where to begin in your list. The response includes items in the list that occur after the marker. To get the next page of the list, set this field's value to the value of <code>NextMarker</code> from the current page's response.</p>
4369
3620
  * @public
4370
3621
  */
4371
3622
  Marker?: string | undefined;
4372
3623
  /**
4373
- * <p>The maximum number of distributions that you want returned in the
4374
- * response.</p>
3624
+ * <p>The maximum number of distributions that you want returned in the response.</p>
4375
3625
  * @public
4376
3626
  */
4377
3627
  MaxItems?: number | undefined;
@@ -4396,10 +3646,7 @@ export interface ListDistributionsByAnycastIpListIdResult {
4396
3646
  */
4397
3647
  export interface ListDistributionsByCachePolicyIdRequest {
4398
3648
  /**
4399
- * <p>Use this field when paginating results to indicate where to begin in your list of
4400
- * distribution IDs. The response includes distribution IDs in the list that occur after
4401
- * the marker. To get the next page of the list, set this field's value to the value of
4402
- * <code>NextMarker</code> from the current page's response.</p>
3649
+ * <p>Use this field when paginating results to indicate where to begin in your list of distribution IDs. The response includes distribution IDs in the list that occur after the marker. To get the next page of the list, set this field's value to the value of <code>NextMarker</code> from the current page's response.</p>
4403
3650
  * @public
4404
3651
  */
4405
3652
  Marker?: string | undefined;
@@ -4425,8 +3672,7 @@ export interface DistributionIdList {
4425
3672
  */
4426
3673
  Marker: string | undefined;
4427
3674
  /**
4428
- * <p>Contains the value that you should use in the <code>Marker</code> field of a
4429
- * subsequent request to continue listing distribution IDs where you left off.</p>
3675
+ * <p>Contains the value that you should use in the <code>Marker</code> field of a subsequent request to continue listing distribution IDs where you left off.</p>
4430
3676
  * @public
4431
3677
  */
4432
3678
  NextMarker?: string | undefined;
@@ -4436,9 +3682,7 @@ export interface DistributionIdList {
4436
3682
  */
4437
3683
  MaxItems: number | undefined;
4438
3684
  /**
4439
- * <p>A flag that indicates whether more distribution IDs remain to be listed. If your
4440
- * results were truncated, you can make a subsequent request using the <code>Marker</code>
4441
- * request field to retrieve more distribution IDs in the list.</p>
3685
+ * <p>A flag that indicates whether more distribution IDs remain to be listed. If your results were truncated, you can make a subsequent request using the <code>Marker</code> request field to retrieve more distribution IDs in the list.</p>
4442
3686
  * @public
4443
3687
  */
4444
3688
  IsTruncated: boolean | undefined;
@@ -4498,10 +3742,7 @@ export interface ListDistributionsByConnectionModeResult {
4498
3742
  */
4499
3743
  export interface ListDistributionsByKeyGroupRequest {
4500
3744
  /**
4501
- * <p>Use this field when paginating results to indicate where to begin in your list of
4502
- * distribution IDs. The response includes distribution IDs in the list that occur after
4503
- * the marker. To get the next page of the list, set this field's value to the value of
4504
- * <code>NextMarker</code> from the current page's response.</p>
3745
+ * <p>Use this field when paginating results to indicate where to begin in your list of distribution IDs. The response includes distribution IDs in the list that occur after the marker. To get the next page of the list, set this field's value to the value of <code>NextMarker</code> from the current page's response.</p>
4505
3746
  * @public
4506
3747
  */
4507
3748
  Marker?: string | undefined;
@@ -4531,10 +3772,7 @@ export interface ListDistributionsByKeyGroupResult {
4531
3772
  */
4532
3773
  export interface ListDistributionsByOriginRequestPolicyIdRequest {
4533
3774
  /**
4534
- * <p>Use this field when paginating results to indicate where to begin in your list of
4535
- * distribution IDs. The response includes distribution IDs in the list that occur after
4536
- * the marker. To get the next page of the list, set this field's value to the value of
4537
- * <code>NextMarker</code> from the current page's response.</p>
3775
+ * <p>Use this field when paginating results to indicate where to begin in your list of distribution IDs. The response includes distribution IDs in the list that occur after the marker. To get the next page of the list, set this field's value to the value of <code>NextMarker</code> from the current page's response.</p>
4538
3776
  * @public
4539
3777
  */
4540
3778
  Marker?: string | undefined;
@@ -4544,8 +3782,7 @@ export interface ListDistributionsByOriginRequestPolicyIdRequest {
4544
3782
  */
4545
3783
  MaxItems?: number | undefined;
4546
3784
  /**
4547
- * <p>The ID of the origin request policy whose associated distribution IDs you want to
4548
- * list.</p>
3785
+ * <p>The ID of the origin request policy whose associated distribution IDs you want to list.</p>
4549
3786
  * @public
4550
3787
  */
4551
3788
  OriginRequestPolicyId: string | undefined;
@@ -4565,10 +3802,7 @@ export interface ListDistributionsByOriginRequestPolicyIdResult {
4565
3802
  */
4566
3803
  export interface ListDistributionsByRealtimeLogConfigRequest {
4567
3804
  /**
4568
- * <p>Use this field when paginating results to indicate where to begin in your list of
4569
- * distributions. The response includes distributions in the list that occur after the
4570
- * marker. To get the next page of the list, set this field's value to the value of
4571
- * <code>NextMarker</code> from the current page's response.</p>
3805
+ * <p>Use this field when paginating results to indicate where to begin in your list of distributions. The response includes distributions in the list that occur after the marker. To get the next page of the list, set this field's value to the value of <code>NextMarker</code> from the current page's response.</p>
4572
3806
  * @public
4573
3807
  */
4574
3808
  Marker?: string | undefined;
@@ -4578,14 +3812,12 @@ export interface ListDistributionsByRealtimeLogConfigRequest {
4578
3812
  */
4579
3813
  MaxItems?: number | undefined;
4580
3814
  /**
4581
- * <p>The name of the real-time log configuration whose associated distributions you want to
4582
- * list.</p>
3815
+ * <p>The name of the real-time log configuration whose associated distributions you want to list.</p>
4583
3816
  * @public
4584
3817
  */
4585
3818
  RealtimeLogConfigName?: string | undefined;
4586
3819
  /**
4587
- * <p>The Amazon Resource Name (ARN) of the real-time log configuration whose associated
4588
- * distributions you want to list.</p>
3820
+ * <p>The Amazon Resource Name (ARN) of the real-time log configuration whose associated distributions you want to list.</p>
4589
3821
  * @public
4590
3822
  */
4591
3823
  RealtimeLogConfigArn?: string | undefined;
@@ -4605,10 +3837,7 @@ export interface ListDistributionsByRealtimeLogConfigResult {
4605
3837
  */
4606
3838
  export interface ListDistributionsByResponseHeadersPolicyIdRequest {
4607
3839
  /**
4608
- * <p>Use this field when paginating results to indicate where to begin in your list of
4609
- * distribution IDs. The response includes distribution IDs in the list that occur after
4610
- * the marker. To get the next page of the list, set this field's value to the value of
4611
- * <code>NextMarker</code> from the current page's response.</p>
3840
+ * <p>Use this field when paginating results to indicate where to begin in your list of distribution IDs. The response includes distribution IDs in the list that occur after the marker. To get the next page of the list, set this field's value to the value of <code>NextMarker</code> from the current page's response.</p>
4612
3841
  * @public
4613
3842
  */
4614
3843
  Marker?: string | undefined;
@@ -4618,8 +3847,7 @@ export interface ListDistributionsByResponseHeadersPolicyIdRequest {
4618
3847
  */
4619
3848
  MaxItems?: number | undefined;
4620
3849
  /**
4621
- * <p>The ID of the response headers policy whose associated distribution IDs you want to
4622
- * list.</p>
3850
+ * <p>The ID of the response headers policy whose associated distribution IDs you want to list.</p>
4623
3851
  * @public
4624
3852
  */
4625
3853
  ResponseHeadersPolicyId: string | undefined;
@@ -4665,41 +3893,28 @@ export interface ListDistributionsByVpcOriginIdResult {
4665
3893
  DistributionIdList?: DistributionIdList | undefined;
4666
3894
  }
4667
3895
  /**
4668
- * <p>The request to list distributions that are associated with a specified WAF web
4669
- * ACL.</p>
3896
+ * <p>The request to list distributions that are associated with a specified WAF web ACL.</p>
4670
3897
  * @public
4671
3898
  */
4672
3899
  export interface ListDistributionsByWebACLIdRequest {
4673
3900
  /**
4674
- * <p>Use <code>Marker</code> and <code>MaxItems</code> to control pagination of results. If
4675
- * you have more than <code>MaxItems</code> distributions that satisfy the request, the
4676
- * response includes a <code>NextMarker</code> element. To get the next page of results,
4677
- * submit another request. For the value of <code>Marker</code>, specify the value of
4678
- * <code>NextMarker</code> from the last response. (For the first request, omit
4679
- * <code>Marker</code>.)</p>
3901
+ * <p>Use <code>Marker</code> and <code>MaxItems</code> to control pagination of results. If you have more than <code>MaxItems</code> distributions that satisfy the request, the response includes a <code>NextMarker</code> element. To get the next page of results, submit another request. For the value of <code>Marker</code>, specify the value of <code>NextMarker</code> from the last response. (For the first request, omit <code>Marker</code>.)</p>
4680
3902
  * @public
4681
3903
  */
4682
3904
  Marker?: string | undefined;
4683
3905
  /**
4684
- * <p>The maximum number of distributions that you want CloudFront to return in the response body.
4685
- * The maximum and default values are both 100.</p>
3906
+ * <p>The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.</p>
4686
3907
  * @public
4687
3908
  */
4688
3909
  MaxItems?: number | undefined;
4689
3910
  /**
4690
- * <p>The ID of the WAF web ACL that you want to list the associated distributions. If you
4691
- * specify "null" for the ID, the request returns a list of the distributions that aren't
4692
- * associated with a web ACL. </p>
4693
- * <p>For WAFV2, this is the ARN of the web ACL, such as
4694
- * <code>arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111</code>.</p>
4695
- * <p>For WAF Classic, this is the ID of the web ACL, such as <code>a1b2c3d4-5678-90ab-cdef-EXAMPLE11111</code>.</p>
3911
+ * <p>The ID of the WAF web ACL that you want to list the associated distributions. If you specify "null" for the ID, the request returns a list of the distributions that aren't associated with a web ACL. </p> <p>For WAFV2, this is the ARN of the web ACL, such as <code>arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111</code>.</p> <p>For WAF Classic, this is the ID of the web ACL, such as <code>a1b2c3d4-5678-90ab-cdef-EXAMPLE11111</code>.</p>
4696
3912
  * @public
4697
3913
  */
4698
3914
  WebACLId: string | undefined;
4699
3915
  }
4700
3916
  /**
4701
- * <p>The response to a request to list the distributions that are associated with a
4702
- * specified WAF web ACL.</p>
3917
+ * <p>The response to a request to list the distributions that are associated with a specified WAF web ACL.</p>
4703
3918
  * @public
4704
3919
  */
4705
3920
  export interface ListDistributionsByWebACLIdResult {
@@ -4892,8 +4107,7 @@ export interface ListDomainConflictsRequest {
4892
4107
  */
4893
4108
  Domain: string | undefined;
4894
4109
  /**
4895
- * <p>The distribution resource identifier. This can be the distribution or distribution tenant that has a
4896
- * valid certificate, which covers the domain that you specify.</p>
4110
+ * <p>The distribution resource identifier. This can be the distribution or distribution tenant that has a valid certificate, which covers the domain that you specify.</p>
4897
4111
  * @public
4898
4112
  */
4899
4113
  DomainControlValidationResource: DistributionResourceId | undefined;
@@ -4966,17 +4180,12 @@ export interface ListDomainConflictsResult {
4966
4180
  */
4967
4181
  export interface ListFieldLevelEncryptionConfigsRequest {
4968
4182
  /**
4969
- * <p>Use this when paginating results to indicate where to begin in your list of
4970
- * configurations. The results include configurations in the list that occur after the
4971
- * marker. To get the next page of results, set the <code>Marker</code> to the value of the
4972
- * <code>NextMarker</code> from the current page's response (which is also the ID of
4973
- * the last configuration on that page).</p>
4183
+ * <p>Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the <code>Marker</code> to the value of the <code>NextMarker</code> from the current page's response (which is also the ID of the last configuration on that page).</p>
4974
4184
  * @public
4975
4185
  */
4976
4186
  Marker?: string | undefined;
4977
4187
  /**
4978
- * <p>The maximum number of field-level encryption configurations you want in the response
4979
- * body.</p>
4188
+ * <p>The maximum number of field-level encryption configurations you want in the response body.</p>
4980
4189
  * @public
4981
4190
  */
4982
4191
  MaxItems?: number | undefined;
@@ -4997,8 +4206,7 @@ export interface FieldLevelEncryptionSummary {
4997
4206
  */
4998
4207
  LastModifiedTime: Date | undefined;
4999
4208
  /**
5000
- * <p>An optional comment about the field-level encryption item. The comment cannot be
5001
- * longer than 128 characters.</p>
4209
+ * <p>An optional comment about the field-level encryption item. The comment cannot be longer than 128 characters.</p>
5002
4210
  * @public
5003
4211
  */
5004
4212
  Comment?: string | undefined;
@@ -5019,9 +4227,7 @@ export interface FieldLevelEncryptionSummary {
5019
4227
  */
5020
4228
  export interface FieldLevelEncryptionList {
5021
4229
  /**
5022
- * <p>If there are more elements to be listed, this element is present and contains the
5023
- * value that you can use for the <code>Marker</code> request parameter to continue listing
5024
- * your configurations where you left off.</p>
4230
+ * <p>If there are more elements to be listed, this element is present and contains the value that you can use for the <code>Marker</code> request parameter to continue listing your configurations where you left off.</p>
5025
4231
  * @public
5026
4232
  */
5027
4233
  NextMarker?: string | undefined;
@@ -5046,8 +4252,7 @@ export interface FieldLevelEncryptionList {
5046
4252
  */
5047
4253
  export interface ListFieldLevelEncryptionConfigsResult {
5048
4254
  /**
5049
- * <p>Returns a list of all field-level encryption configurations that have been created in
5050
- * CloudFront for this account.</p>
4255
+ * <p>Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.</p>
5051
4256
  * @public
5052
4257
  */
5053
4258
  FieldLevelEncryptionList?: FieldLevelEncryptionList | undefined;
@@ -5057,17 +4262,12 @@ export interface ListFieldLevelEncryptionConfigsResult {
5057
4262
  */
5058
4263
  export interface ListFieldLevelEncryptionProfilesRequest {
5059
4264
  /**
5060
- * <p>Use this when paginating results to indicate where to begin in your list of profiles.
5061
- * The results include profiles in the list that occur after the marker. To get the next
5062
- * page of results, set the <code>Marker</code> to the value of the <code>NextMarker</code>
5063
- * from the current page's response (which is also the ID of the last profile on that
5064
- * page).</p>
4265
+ * <p>Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that occur after the marker. To get the next page of results, set the <code>Marker</code> to the value of the <code>NextMarker</code> from the current page's response (which is also the ID of the last profile on that page).</p>
5065
4266
  * @public
5066
4267
  */
5067
4268
  Marker?: string | undefined;
5068
4269
  /**
5069
- * <p>The maximum number of field-level encryption profiles you want in the response body.
5070
- * </p>
4270
+ * <p>The maximum number of field-level encryption profiles you want in the response body. </p>
5071
4271
  * @public
5072
4272
  */
5073
4273
  MaxItems?: number | undefined;
@@ -5083,7 +4283,7 @@ export interface FieldLevelEncryptionProfileSummary {
5083
4283
  */
5084
4284
  Id: string | undefined;
5085
4285
  /**
5086
- * <p>The time when the field-level encryption profile summary was last updated.</p>
4286
+ * <p>The time when the field-level encryption profile summary was last updated.</p>
5087
4287
  * @public
5088
4288
  */
5089
4289
  LastModifiedTime: Date | undefined;
@@ -5093,15 +4293,12 @@ export interface FieldLevelEncryptionProfileSummary {
5093
4293
  */
5094
4294
  Name: string | undefined;
5095
4295
  /**
5096
- * <p>A complex data type of encryption entities for the field-level encryption profile that
5097
- * include the public key ID, provider, and field patterns for specifying which fields to
5098
- * encrypt with this key.</p>
4296
+ * <p>A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.</p>
5099
4297
  * @public
5100
4298
  */
5101
4299
  EncryptionEntities: EncryptionEntities | undefined;
5102
4300
  /**
5103
- * <p>An optional comment for the field-level encryption profile summary. The comment cannot
5104
- * be longer than 128 characters.</p>
4301
+ * <p>An optional comment for the field-level encryption profile summary. The comment cannot be longer than 128 characters.</p>
5105
4302
  * @public
5106
4303
  */
5107
4304
  Comment?: string | undefined;
@@ -5112,15 +4309,12 @@ export interface FieldLevelEncryptionProfileSummary {
5112
4309
  */
5113
4310
  export interface FieldLevelEncryptionProfileList {
5114
4311
  /**
5115
- * <p>If there are more elements to be listed, this element is present and contains the
5116
- * value that you can use for the <code>Marker</code> request parameter to continue listing
5117
- * your profiles where you left off.</p>
4312
+ * <p>If there are more elements to be listed, this element is present and contains the value that you can use for the <code>Marker</code> request parameter to continue listing your profiles where you left off.</p>
5118
4313
  * @public
5119
4314
  */
5120
4315
  NextMarker?: string | undefined;
5121
4316
  /**
5122
- * <p>The maximum number of field-level encryption profiles you want in the response body.
5123
- * </p>
4317
+ * <p>The maximum number of field-level encryption profiles you want in the response body. </p>
5124
4318
  * @public
5125
4319
  */
5126
4320
  MaxItems: number | undefined;
@@ -5140,8 +4334,7 @@ export interface FieldLevelEncryptionProfileList {
5140
4334
  */
5141
4335
  export interface ListFieldLevelEncryptionProfilesResult {
5142
4336
  /**
5143
- * <p>Returns a list of the field-level encryption profiles that have been created in CloudFront
5144
- * for this account.</p>
4337
+ * <p>Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.</p>
5145
4338
  * @public
5146
4339
  */
5147
4340
  FieldLevelEncryptionProfileList?: FieldLevelEncryptionProfileList | undefined;
@@ -5151,10 +4344,7 @@ export interface ListFieldLevelEncryptionProfilesResult {
5151
4344
  */
5152
4345
  export interface ListFunctionsRequest {
5153
4346
  /**
5154
- * <p>Use this field when paginating results to indicate where to begin in your list of
5155
- * functions. The response includes functions in the list that occur after the marker. To
5156
- * get the next page of the list, set this field's value to the value of
5157
- * <code>NextMarker</code> from the current page's response.</p>
4347
+ * <p>Use this field when paginating results to indicate where to begin in your list of functions. The response includes functions in the list that occur after the marker. To get the next page of the list, set this field's value to the value of <code>NextMarker</code> from the current page's response.</p>
5158
4348
  * @public
5159
4349
  */
5160
4350
  Marker?: string | undefined;
@@ -5164,8 +4354,7 @@ export interface ListFunctionsRequest {
5164
4354
  */
5165
4355
  MaxItems?: number | undefined;
5166
4356
  /**
5167
- * <p>An optional filter to return only the functions that are in the specified stage,
5168
- * either <code>DEVELOPMENT</code> or <code>LIVE</code>.</p>
4357
+ * <p>An optional filter to return only the functions that are in the specified stage, either <code>DEVELOPMENT</code> or <code>LIVE</code>.</p>
5169
4358
  * @public
5170
4359
  */
5171
4360
  Stage?: FunctionStage | undefined;
@@ -5176,9 +4365,7 @@ export interface ListFunctionsRequest {
5176
4365
  */
5177
4366
  export interface FunctionList {
5178
4367
  /**
5179
- * <p>If there are more items in the list than are in this response, this element is
5180
- * present. It contains the value that you should use in the <code>Marker</code> field of a
5181
- * subsequent request to continue listing functions where you left off.</p>
4368
+ * <p>If there are more items in the list than are in this response, this element is present. It contains the value that you should use in the <code>Marker</code> field of a subsequent request to continue listing functions where you left off.</p>
5182
4369
  * @public
5183
4370
  */
5184
4371
  NextMarker?: string | undefined;
@@ -5219,13 +4406,7 @@ export interface ListInvalidationsRequest {
5219
4406
  */
5220
4407
  DistributionId: string | undefined;
5221
4408
  /**
5222
- * <p>Use this parameter when paginating results to indicate where to begin in your list of
5223
- * invalidation batches. Because the results are returned in decreasing order from most
5224
- * recent to oldest, the most recent results are on the first page, the second page will
5225
- * contain earlier results, and so on. To get the next page of results, set
5226
- * <code>Marker</code> to the value of the <code>NextMarker</code> from the current
5227
- * page's response. This value is the same as the ID of the last invalidation batch on that
5228
- * page.</p>
4409
+ * <p>Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set <code>Marker</code> to the value of the <code>NextMarker</code> from the current page's response. This value is the same as the ID of the last invalidation batch on that page.</p>
5229
4410
  * @public
5230
4411
  */
5231
4412
  Marker?: string | undefined;
@@ -5257,9 +4438,7 @@ export interface InvalidationSummary {
5257
4438
  Status: string | undefined;
5258
4439
  }
5259
4440
  /**
5260
- * <p>The <code>InvalidationList</code> complex type describes the list of invalidation
5261
- * objects. For more information about invalidation, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html">Invalidating Objects
5262
- * (Web Distributions Only)</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
4441
+ * <p>The <code>InvalidationList</code> complex type describes the list of invalidation objects. For more information about invalidation, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html">Invalidating Objects (Web Distributions Only)</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
5263
4442
  * @public
5264
4443
  */
5265
4444
  export interface InvalidationList {
@@ -5269,9 +4448,7 @@ export interface InvalidationList {
5269
4448
  */
5270
4449
  Marker: string | undefined;
5271
4450
  /**
5272
- * <p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains
5273
- * the value that you can use for the <code>Marker</code> request parameter to continue
5274
- * listing your invalidation batches where they left off.</p>
4451
+ * <p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value that you can use for the <code>Marker</code> request parameter to continue listing your invalidation batches where they left off.</p>
5275
4452
  * @public
5276
4453
  */
5277
4454
  NextMarker?: string | undefined;
@@ -5281,22 +4458,17 @@ export interface InvalidationList {
5281
4458
  */
5282
4459
  MaxItems: number | undefined;
5283
4460
  /**
5284
- * <p>A flag that indicates whether more invalidation batch requests remain to be listed. If
5285
- * your results were truncated, you can make a follow-up pagination request using the
5286
- * <code>Marker</code> request parameter to retrieve more invalidation batches in the
5287
- * list.</p>
4461
+ * <p>A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the <code>Marker</code> request parameter to retrieve more invalidation batches in the list.</p>
5288
4462
  * @public
5289
4463
  */
5290
4464
  IsTruncated: boolean | undefined;
5291
4465
  /**
5292
- * <p>The number of invalidation batches that were created by the current Amazon Web Services account.
5293
- * </p>
4466
+ * <p>The number of invalidation batches that were created by the current Amazon Web Services account. </p>
5294
4467
  * @public
5295
4468
  */
5296
4469
  Quantity: number | undefined;
5297
4470
  /**
5298
- * <p>A complex type that contains one <code>InvalidationSummary</code> element for each
5299
- * invalidation batch created by the current Amazon Web Services account.</p>
4471
+ * <p>A complex type that contains one <code>InvalidationSummary</code> element for each invalidation batch created by the current Amazon Web Services account.</p>
5300
4472
  * @public
5301
4473
  */
5302
4474
  Items?: InvalidationSummary[] | undefined;
@@ -5322,13 +4494,7 @@ export interface ListInvalidationsForDistributionTenantRequest {
5322
4494
  */
5323
4495
  Id: string | undefined;
5324
4496
  /**
5325
- * <p>Use this parameter when paginating results to indicate where to begin in your list of
5326
- * invalidation batches. Because the results are returned in decreasing order from most
5327
- * recent to oldest, the most recent results are on the first page, the second page will
5328
- * contain earlier results, and so on. To get the next page of results, set
5329
- * <code>Marker</code> to the value of the <code>NextMarker</code> from the current
5330
- * page's response. This value is the same as the ID of the last invalidation batch on that
5331
- * page.</p>
4497
+ * <p>Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set <code>Marker</code> to the value of the <code>NextMarker</code> from the current page's response. This value is the same as the ID of the last invalidation batch on that page.</p>
5332
4498
  * @public
5333
4499
  */
5334
4500
  Marker?: string | undefined;
@@ -5343,9 +4509,7 @@ export interface ListInvalidationsForDistributionTenantRequest {
5343
4509
  */
5344
4510
  export interface ListInvalidationsForDistributionTenantResult {
5345
4511
  /**
5346
- * <p>The <code>InvalidationList</code> complex type describes the list of invalidation
5347
- * objects. For more information about invalidation, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html">Invalidating Objects
5348
- * (Web Distributions Only)</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
4512
+ * <p>The <code>InvalidationList</code> complex type describes the list of invalidation objects. For more information about invalidation, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html">Invalidating Objects (Web Distributions Only)</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
5349
4513
  * @public
5350
4514
  */
5351
4515
  InvalidationList?: InvalidationList | undefined;
@@ -5355,10 +4519,7 @@ export interface ListInvalidationsForDistributionTenantResult {
5355
4519
  */
5356
4520
  export interface ListKeyGroupsRequest {
5357
4521
  /**
5358
- * <p>Use this field when paginating results to indicate where to begin in your list of key
5359
- * groups. The response includes key groups in the list that occur after the marker. To get
5360
- * the next page of the list, set this field's value to the value of
5361
- * <code>NextMarker</code> from the current page's response.</p>
4522
+ * <p>Use this field when paginating results to indicate where to begin in your list of key groups. The response includes key groups in the list that occur after the marker. To get the next page of the list, set this field's value to the value of <code>NextMarker</code> from the current page's response.</p>
5362
4523
  * @public
5363
4524
  */
5364
4525
  Marker?: string | undefined;
@@ -5385,9 +4546,7 @@ export interface KeyGroupSummary {
5385
4546
  */
5386
4547
  export interface KeyGroupList {
5387
4548
  /**
5388
- * <p>If there are more items in the list than are in this response, this element is
5389
- * present. It contains the value that you should use in the <code>Marker</code> field of a
5390
- * subsequent request to continue listing key groups.</p>
4549
+ * <p>If there are more items in the list than are in this response, this element is present. It contains the value that you should use in the <code>Marker</code> field of a subsequent request to continue listing key groups.</p>
5391
4550
  * @public
5392
4551
  */
5393
4552
  NextMarker?: string | undefined;
@@ -5478,10 +4637,7 @@ export interface ListKeyValueStoresResult {
5478
4637
  */
5479
4638
  export interface ListOriginAccessControlsRequest {
5480
4639
  /**
5481
- * <p>Use this field when paginating results to indicate where to begin in your list of
5482
- * origin access controls. The response includes the items in the list that occur after the
5483
- * marker. To get the next page of the list, set this field's value to the value of
5484
- * <code>NextMarker</code> from the current page's response.</p>
4640
+ * <p>Use this field when paginating results to indicate where to begin in your list of origin access controls. The response includes the items in the list that occur after the marker. To get the next page of the list, set this field's value to the value of <code>NextMarker</code> from the current page's response.</p>
5485
4641
  * @public
5486
4642
  */
5487
4643
  Marker?: string | undefined;
@@ -5512,34 +4668,12 @@ export interface OriginAccessControlSummary {
5512
4668
  */
5513
4669
  Name: string | undefined;
5514
4670
  /**
5515
- * <p>The signing protocol of the origin access control. The signing protocol determines how
5516
- * CloudFront signs (authenticates) requests. The only valid value is <code>sigv4</code>.</p>
4671
+ * <p>The signing protocol of the origin access control. The signing protocol determines how CloudFront signs (authenticates) requests. The only valid value is <code>sigv4</code>.</p>
5517
4672
  * @public
5518
4673
  */
5519
4674
  SigningProtocol: OriginAccessControlSigningProtocols | undefined;
5520
4675
  /**
5521
- * <p>A value that specifies which requests CloudFront signs (adds authentication information to).
5522
- * This field can have one of the following values:</p>
5523
- * <ul>
5524
- * <li>
5525
- * <p>
5526
- * <code>never</code> – CloudFront doesn't sign any origin requests.</p>
5527
- * </li>
5528
- * <li>
5529
- * <p>
5530
- * <code>always</code> – CloudFront signs all origin requests, overwriting the
5531
- * <code>Authorization</code> header from the viewer request if
5532
- * necessary.</p>
5533
- * </li>
5534
- * <li>
5535
- * <p>
5536
- * <code>no-override</code> – If the viewer request doesn't contain the
5537
- * <code>Authorization</code> header, CloudFront signs the origin request. If the
5538
- * viewer request contains the <code>Authorization</code> header, CloudFront doesn't sign
5539
- * the origin request, but instead passes along the <code>Authorization</code>
5540
- * header that it received in the viewer request.</p>
5541
- * </li>
5542
- * </ul>
4676
+ * <p>A value that specifies which requests CloudFront signs (adds authentication information to). This field can have one of the following values:</p> <ul> <li> <p> <code>never</code> – CloudFront doesn't sign any origin requests.</p> </li> <li> <p> <code>always</code> – CloudFront signs all origin requests, overwriting the <code>Authorization</code> header from the viewer request if necessary.</p> </li> <li> <p> <code>no-override</code> – If the viewer request doesn't contain the <code>Authorization</code> header, CloudFront signs the origin request. If the viewer request contains the <code>Authorization</code> header, CloudFront doesn't sign the origin request, but instead passes along the <code>Authorization</code> header that it received in the viewer request.</p> </li> </ul>
5543
4677
  * @public
5544
4678
  */
5545
4679
  SigningBehavior: OriginAccessControlSigningBehaviors | undefined;
@@ -5560,9 +4694,7 @@ export interface OriginAccessControlList {
5560
4694
  */
5561
4695
  Marker: string | undefined;
5562
4696
  /**
5563
- * <p>If there are more items in the list than are in this response, this element is
5564
- * present. It contains the value to use in the <code>Marker</code> field of another
5565
- * request to continue listing origin access controls.</p>
4697
+ * <p>If there are more items in the list than are in this response, this element is present. It contains the value to use in the <code>Marker</code> field of another request to continue listing origin access controls.</p>
5566
4698
  * @public
5567
4699
  */
5568
4700
  NextMarker?: string | undefined;
@@ -5572,8 +4704,7 @@ export interface OriginAccessControlList {
5572
4704
  */
5573
4705
  MaxItems: number | undefined;
5574
4706
  /**
5575
- * <p>If there are more items in the list than are in this response, this value is
5576
- * <code>true</code>.</p>
4707
+ * <p>If there are more items in the list than are in this response, this value is <code>true</code>.</p>
5577
4708
  * @public
5578
4709
  */
5579
4710
  IsTruncated: boolean | undefined;
@@ -5615,28 +4746,12 @@ export type OriginRequestPolicyType = (typeof OriginRequestPolicyType)[keyof typ
5615
4746
  */
5616
4747
  export interface ListOriginRequestPoliciesRequest {
5617
4748
  /**
5618
- * <p>A filter to return only the specified kinds of origin request policies. Valid values
5619
- * are:</p>
5620
- * <ul>
5621
- * <li>
5622
- * <p>
5623
- * <code>managed</code> – Returns only the managed policies created by
5624
- * Amazon Web Services.</p>
5625
- * </li>
5626
- * <li>
5627
- * <p>
5628
- * <code>custom</code> – Returns only the custom policies created in your
5629
- * Amazon Web Services account.</p>
5630
- * </li>
5631
- * </ul>
4749
+ * <p>A filter to return only the specified kinds of origin request policies. Valid values are:</p> <ul> <li> <p> <code>managed</code> – Returns only the managed policies created by Amazon Web Services.</p> </li> <li> <p> <code>custom</code> – Returns only the custom policies created in your Amazon Web Services account.</p> </li> </ul>
5632
4750
  * @public
5633
4751
  */
5634
4752
  Type?: OriginRequestPolicyType | undefined;
5635
4753
  /**
5636
- * <p>Use this field when paginating results to indicate where to begin in your list of
5637
- * origin request policies. The response includes origin request policies in the list that
5638
- * occur after the marker. To get the next page of the list, set this field's value to the
5639
- * value of <code>NextMarker</code> from the current page's response.</p>
4754
+ * <p>Use this field when paginating results to indicate where to begin in your list of origin request policies. The response includes origin request policies in the list that occur after the marker. To get the next page of the list, set this field's value to the value of <code>NextMarker</code> from the current page's response.</p>
5640
4755
  * @public
5641
4756
  */
5642
4757
  Marker?: string | undefined;
@@ -5652,8 +4767,7 @@ export interface ListOriginRequestPoliciesRequest {
5652
4767
  */
5653
4768
  export interface OriginRequestPolicySummary {
5654
4769
  /**
5655
- * <p>The type of origin request policy, either <code>managed</code> (created by Amazon Web Services) or
5656
- * <code>custom</code> (created in this Amazon Web Services account).</p>
4770
+ * <p>The type of origin request policy, either <code>managed</code> (created by Amazon Web Services) or <code>custom</code> (created in this Amazon Web Services account).</p>
5657
4771
  * @public
5658
4772
  */
5659
4773
  Type: OriginRequestPolicyType | undefined;
@@ -5669,10 +4783,7 @@ export interface OriginRequestPolicySummary {
5669
4783
  */
5670
4784
  export interface OriginRequestPolicyList {
5671
4785
  /**
5672
- * <p>If there are more items in the list than are in this response, this element is
5673
- * present. It contains the value that you should use in the <code>Marker</code> field of a
5674
- * subsequent request to continue listing origin request policies where you left
5675
- * off.</p>
4786
+ * <p>If there are more items in the list than are in this response, this element is present. It contains the value that you should use in the <code>Marker</code> field of a subsequent request to continue listing origin request policies where you left off.</p>
5676
4787
  * @public
5677
4788
  */
5678
4789
  NextMarker?: string | undefined;
@@ -5707,11 +4818,7 @@ export interface ListOriginRequestPoliciesResult {
5707
4818
  */
5708
4819
  export interface ListPublicKeysRequest {
5709
4820
  /**
5710
- * <p>Use this when paginating results to indicate where to begin in your list of public
5711
- * keys. The results include public keys in the list that occur after the marker. To get
5712
- * the next page of results, set the <code>Marker</code> to the value of the
5713
- * <code>NextMarker</code> from the current page's response (which is also the ID of
5714
- * the last public key on that page).</p>
4821
+ * <p>Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the <code>Marker</code> to the value of the <code>NextMarker</code> from the current page's response (which is also the ID of the last public key on that page).</p>
5715
4822
  * @public
5716
4823
  */
5717
4824
  Marker?: string | undefined;
@@ -5747,8 +4854,7 @@ export interface PublicKeySummary {
5747
4854
  */
5748
4855
  EncodedKey: string | undefined;
5749
4856
  /**
5750
- * <p>A comment to describe the public key. The comment cannot be longer than 128
5751
- * characters.</p>
4857
+ * <p>A comment to describe the public key. The comment cannot be longer than 128 characters.</p>
5752
4858
  * @public
5753
4859
  */
5754
4860
  Comment?: string | undefined;
@@ -5759,9 +4865,7 @@ export interface PublicKeySummary {
5759
4865
  */
5760
4866
  export interface PublicKeyList {
5761
4867
  /**
5762
- * <p>If there are more elements to be listed, this element is present and contains the
5763
- * value that you can use for the <code>Marker</code> request parameter to continue listing
5764
- * your public keys where you left off.</p>
4868
+ * <p>If there are more elements to be listed, this element is present and contains the value that you can use for the <code>Marker</code> request parameter to continue listing your public keys where you left off.</p>
5765
4869
  * @public
5766
4870
  */
5767
4871
  NextMarker?: string | undefined;
@@ -5786,8 +4890,7 @@ export interface PublicKeyList {
5786
4890
  */
5787
4891
  export interface ListPublicKeysResult {
5788
4892
  /**
5789
- * <p>Returns a list of all public keys that have been added to CloudFront for this
5790
- * account.</p>
4893
+ * <p>Returns a list of all public keys that have been added to CloudFront for this account.</p>
5791
4894
  * @public
5792
4895
  */
5793
4896
  PublicKeyList?: PublicKeyList | undefined;
@@ -5797,16 +4900,12 @@ export interface ListPublicKeysResult {
5797
4900
  */
5798
4901
  export interface ListRealtimeLogConfigsRequest {
5799
4902
  /**
5800
- * <p>The maximum number of real-time log configurations that you want in the
5801
- * response.</p>
4903
+ * <p>The maximum number of real-time log configurations that you want in the response.</p>
5802
4904
  * @public
5803
4905
  */
5804
4906
  MaxItems?: number | undefined;
5805
4907
  /**
5806
- * <p>Use this field when paginating results to indicate where to begin in your list of
5807
- * real-time log configurations. The response includes real-time log configurations in the
5808
- * list that occur after the marker. To get the next page of the list, set this field's
5809
- * value to the value of <code>NextMarker</code> from the current page's response.</p>
4908
+ * <p>Use this field when paginating results to indicate where to begin in your list of real-time log configurations. The response includes real-time log configurations in the list that occur after the marker. To get the next page of the list, set this field's value to the value of <code>NextMarker</code> from the current page's response.</p>
5810
4909
  * @public
5811
4910
  */
5812
4911
  Marker?: string | undefined;
@@ -5827,22 +4926,17 @@ export interface RealtimeLogConfigs {
5827
4926
  */
5828
4927
  Items?: RealtimeLogConfig[] | undefined;
5829
4928
  /**
5830
- * <p>A flag that indicates whether there are more real-time log configurations than are
5831
- * contained in this list.</p>
4929
+ * <p>A flag that indicates whether there are more real-time log configurations than are contained in this list.</p>
5832
4930
  * @public
5833
4931
  */
5834
4932
  IsTruncated: boolean | undefined;
5835
4933
  /**
5836
- * <p>This parameter indicates where this list of real-time log configurations begins. This
5837
- * list includes real-time log configurations that occur after the marker.</p>
4934
+ * <p>This parameter indicates where this list of real-time log configurations begins. This list includes real-time log configurations that occur after the marker.</p>
5838
4935
  * @public
5839
4936
  */
5840
4937
  Marker: string | undefined;
5841
4938
  /**
5842
- * <p>If there are more items in the list than are in this response, this element is
5843
- * present. It contains the value that you should use in the <code>Marker</code> field of a
5844
- * subsequent request to continue listing real-time log configurations where you left off.
5845
- * </p>
4939
+ * <p>If there are more items in the list than are in this response, this element is present. It contains the value that you should use in the <code>Marker</code> field of a subsequent request to continue listing real-time log configurations where you left off. </p>
5846
4940
  * @public
5847
4941
  */
5848
4942
  NextMarker?: string | undefined;
@@ -5874,33 +4968,17 @@ export type ResponseHeadersPolicyType = (typeof ResponseHeadersPolicyType)[keyof
5874
4968
  */
5875
4969
  export interface ListResponseHeadersPoliciesRequest {
5876
4970
  /**
5877
- * <p>A filter to get only the specified kind of response headers policies. Valid values
5878
- * are:</p>
5879
- * <ul>
5880
- * <li>
5881
- * <p>
5882
- * <code>managed</code> – Gets only the managed policies created by Amazon Web Services.</p>
5883
- * </li>
5884
- * <li>
5885
- * <p>
5886
- * <code>custom</code> – Gets only the custom policies created in your
5887
- * Amazon Web Services account.</p>
5888
- * </li>
5889
- * </ul>
4971
+ * <p>A filter to get only the specified kind of response headers policies. Valid values are:</p> <ul> <li> <p> <code>managed</code> – Gets only the managed policies created by Amazon Web Services.</p> </li> <li> <p> <code>custom</code> – Gets only the custom policies created in your Amazon Web Services account.</p> </li> </ul>
5890
4972
  * @public
5891
4973
  */
5892
4974
  Type?: ResponseHeadersPolicyType | undefined;
5893
4975
  /**
5894
- * <p>Use this field when paginating results to indicate where to begin in your list of
5895
- * response headers policies. The response includes response headers policies in the list
5896
- * that occur after the marker. To get the next page of the list, set this field's value to
5897
- * the value of <code>NextMarker</code> from the current page's response.</p>
4976
+ * <p>Use this field when paginating results to indicate where to begin in your list of response headers policies. The response includes response headers policies in the list that occur after the marker. To get the next page of the list, set this field's value to the value of <code>NextMarker</code> from the current page's response.</p>
5898
4977
  * @public
5899
4978
  */
5900
4979
  Marker?: string | undefined;
5901
4980
  /**
5902
- * <p>The maximum number of response headers policies that you want to get in the
5903
- * response.</p>
4981
+ * <p>The maximum number of response headers policies that you want to get in the response.</p>
5904
4982
  * @public
5905
4983
  */
5906
4984
  MaxItems?: number | undefined;
@@ -5911,8 +4989,7 @@ export interface ListResponseHeadersPoliciesRequest {
5911
4989
  */
5912
4990
  export interface ResponseHeadersPolicySummary {
5913
4991
  /**
5914
- * <p>The type of response headers policy, either <code>managed</code> (created by Amazon Web Services) or
5915
- * <code>custom</code> (created in this Amazon Web Services account).</p>
4992
+ * <p>The type of response headers policy, either <code>managed</code> (created by Amazon Web Services) or <code>custom</code> (created in this Amazon Web Services account).</p>
5916
4993
  * @public
5917
4994
  */
5918
4995
  Type: ResponseHeadersPolicyType | undefined;
@@ -5928,10 +5005,7 @@ export interface ResponseHeadersPolicySummary {
5928
5005
  */
5929
5006
  export interface ResponseHeadersPolicyList {
5930
5007
  /**
5931
- * <p>If there are more items in the list than are in this response, this element is
5932
- * present. It contains the value that you should use in the <code>Marker</code> field of a
5933
- * subsequent request to continue listing response headers policies where you left
5934
- * off.</p>
5008
+ * <p>If there are more items in the list than are in this response, this element is present. It contains the value that you should use in the <code>Marker</code> field of a subsequent request to continue listing response headers policies where you left off.</p>
5935
5009
  * @public
5936
5010
  */
5937
5011
  NextMarker?: string | undefined;
@@ -5988,16 +5062,12 @@ export interface StreamingDistributionSummary {
5988
5062
  */
5989
5063
  Id: string | undefined;
5990
5064
  /**
5991
- * <p>The ARN (Amazon Resource Name) for the streaming distribution. For example:
5992
- * <code>arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5</code>,
5993
- * where <code>123456789012</code> is your Amazon Web Services account ID.</p>
5065
+ * <p>The ARN (Amazon Resource Name) for the streaming distribution. For example: <code>arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5</code>, where <code>123456789012</code> is your Amazon Web Services account ID.</p>
5994
5066
  * @public
5995
5067
  */
5996
5068
  ARN: string | undefined;
5997
5069
  /**
5998
- * <p>Indicates the current status of the distribution. When the status is
5999
- * <code>Deployed</code>, the distribution's information is fully propagated throughout
6000
- * the Amazon CloudFront system.</p>
5070
+ * <p>Indicates the current status of the distribution. When the status is <code>Deployed</code>, the distribution's information is fully propagated throughout the Amazon CloudFront system.</p>
6001
5071
  * @public
6002
5072
  */
6003
5073
  Status: string | undefined;
@@ -6007,37 +5077,22 @@ export interface StreamingDistributionSummary {
6007
5077
  */
6008
5078
  LastModifiedTime: Date | undefined;
6009
5079
  /**
6010
- * <p>The domain name corresponding to the distribution, for example,
6011
- * <code>d111111abcdef8.cloudfront.net</code>.</p>
5080
+ * <p>The domain name corresponding to the distribution, for example, <code>d111111abcdef8.cloudfront.net</code>.</p>
6012
5081
  * @public
6013
5082
  */
6014
5083
  DomainName: string | undefined;
6015
5084
  /**
6016
- * <p>A complex type that contains information about the Amazon S3 bucket from which you want
6017
- * CloudFront to get your media files for distribution.</p>
5085
+ * <p>A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.</p>
6018
5086
  * @public
6019
5087
  */
6020
5088
  S3Origin: S3Origin | undefined;
6021
5089
  /**
6022
- * <p>A complex type that contains information about CNAMEs (alternate domain names), if
6023
- * any, for this streaming distribution.</p>
5090
+ * <p>A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.</p>
6024
5091
  * @public
6025
5092
  */
6026
5093
  Aliases: Aliases | undefined;
6027
5094
  /**
6028
- * <p>A complex type that specifies the Amazon Web Services accounts, if any, that you want to allow to
6029
- * create signed URLs for private content. If you want to require signed URLs in requests
6030
- * for objects in the target origin that match the <code>PathPattern</code> for this cache
6031
- * behavior, specify <code>true</code> for <code>Enabled</code>, and specify the applicable
6032
- * values for <code>Quantity</code> and <code>Items</code>.If you don't want to require
6033
- * signed URLs in requests for objects that match <code>PathPattern</code>, specify
6034
- * <code>false</code> for <code>Enabled</code> and <code>0</code> for
6035
- * <code>Quantity</code>. Omit <code>Items</code>. To add, change, or remove one or
6036
- * more trusted signers, change <code>Enabled</code> to <code>true</code> (if it's
6037
- * currently <code>false</code>), change <code>Quantity</code> as applicable, and specify
6038
- * all of the trusted signers that you want to include in the updated distribution.</p>
6039
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">Serving Private
6040
- * Content through CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
5095
+ * <p>A complex type that specifies the Amazon Web Services accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the <code>PathPattern</code> for this cache behavior, specify <code>true</code> for <code>Enabled</code>, and specify the applicable values for <code>Quantity</code> and <code>Items</code>.If you don't want to require signed URLs in requests for objects that match <code>PathPattern</code>, specify <code>false</code> for <code>Enabled</code> and <code>0</code> for <code>Quantity</code>. Omit <code>Items</code>. To add, change, or remove one or more trusted signers, change <code>Enabled</code> to <code>true</code> (if it's currently <code>false</code>), change <code>Quantity</code> as applicable, and specify all of the trusted signers that you want to include in the updated distribution.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">Serving Private Content through CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
6041
5096
  * @public
6042
5097
  */
6043
5098
  TrustedSigners: TrustedSigners | undefined;
@@ -6047,8 +5102,7 @@ export interface StreamingDistributionSummary {
6047
5102
  */
6048
5103
  Comment: string | undefined;
6049
5104
  /**
6050
- * <p>A complex type that contains information about price class for this streaming
6051
- * distribution.</p>
5105
+ * <p>A complex type that contains information about price class for this streaming distribution.</p>
6052
5106
  * @public
6053
5107
  */
6054
5108
  PriceClass: PriceClass | undefined;