@aws-sdk/client-cloudfront 3.231.0 → 3.233.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 (76) hide show
  1. package/dist-types/CloudFront.d.ts +242 -244
  2. package/dist-types/CloudFrontClient.d.ts +1 -1
  3. package/dist-types/commands/AssociateAliasCommand.d.ts +2 -2
  4. package/dist-types/commands/CopyDistributionCommand.d.ts +2 -2
  5. package/dist-types/commands/CreateCachePolicyCommand.d.ts +10 -10
  6. package/dist-types/commands/CreateContinuousDeploymentPolicyCommand.d.ts +5 -5
  7. package/dist-types/commands/CreateFunctionCommand.d.ts +5 -5
  8. package/dist-types/commands/CreateInvalidationCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateKeyGroupCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateOriginAccessControlCommand.d.ts +2 -2
  12. package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +11 -11
  13. package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +2 -2
  14. package/dist-types/commands/CreateResponseHeadersPolicyCommand.d.ts +3 -3
  15. package/dist-types/commands/DeleteCachePolicyCommand.d.ts +2 -2
  16. package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteDistributionCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteFunctionCommand.d.ts +2 -2
  20. package/dist-types/commands/DeleteKeyGroupCommand.d.ts +2 -2
  21. package/dist-types/commands/DeleteOriginAccessControlCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +2 -2
  23. package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +2 -2
  24. package/dist-types/commands/DeleteResponseHeadersPolicyCommand.d.ts +3 -3
  25. package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +19 -20
  26. package/dist-types/commands/DescribeFunctionCommand.d.ts +3 -3
  27. package/dist-types/commands/GetCachePolicyCommand.d.ts +7 -7
  28. package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +2 -2
  29. package/dist-types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
  30. package/dist-types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +1 -1
  31. package/dist-types/commands/GetContinuousDeploymentPolicyCommand.d.ts +1 -1
  32. package/dist-types/commands/GetDistributionConfigCommand.d.ts +1 -1
  33. package/dist-types/commands/GetFunctionCommand.d.ts +1 -1
  34. package/dist-types/commands/GetInvalidationCommand.d.ts +1 -1
  35. package/dist-types/commands/GetKeyGroupCommand.d.ts +2 -2
  36. package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +2 -2
  37. package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +8 -8
  38. package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +3 -3
  39. package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +1 -1
  40. package/dist-types/commands/GetResponseHeadersPolicyCommand.d.ts +4 -4
  41. package/dist-types/commands/GetResponseHeadersPolicyConfigCommand.d.ts +3 -3
  42. package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +1 -1
  43. package/dist-types/commands/ListCachePoliciesCommand.d.ts +2 -2
  44. package/dist-types/commands/ListConflictingAliasesCommand.d.ts +4 -4
  45. package/dist-types/commands/ListContinuousDeploymentPoliciesCommand.d.ts +1 -1
  46. package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +2 -2
  47. package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +1 -1
  48. package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +2 -2
  49. package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +4 -4
  50. package/dist-types/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +2 -2
  51. package/dist-types/commands/ListFunctionsCommand.d.ts +2 -2
  52. package/dist-types/commands/ListInvalidationsCommand.d.ts +1 -1
  53. package/dist-types/commands/ListKeyGroupsCommand.d.ts +1 -1
  54. package/dist-types/commands/ListOriginAccessControlsCommand.d.ts +1 -1
  55. package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +2 -2
  56. package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +2 -2
  57. package/dist-types/commands/ListResponseHeadersPoliciesCommand.d.ts +2 -2
  58. package/dist-types/commands/ListStreamingDistributionsCommand.d.ts +1 -1
  59. package/dist-types/commands/PublishFunctionCommand.d.ts +3 -3
  60. package/dist-types/commands/TestFunctionCommand.d.ts +4 -4
  61. package/dist-types/commands/UpdateCachePolicyCommand.d.ts +9 -9
  62. package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +9 -9
  64. package/dist-types/commands/UpdateDistributionCommand.d.ts +15 -16
  65. package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +4 -4
  66. package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +1 -1
  67. package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +1 -1
  68. package/dist-types/commands/UpdateFunctionCommand.d.ts +3 -3
  69. package/dist-types/commands/UpdateKeyGroupCommand.d.ts +9 -9
  70. package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +9 -9
  71. package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +10 -10
  72. package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +9 -9
  73. package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +1 -1
  74. package/dist-types/models/models_0.d.ts +667 -674
  75. package/dist-types/models/models_1.d.ts +191 -191
  76. package/package.json +1 -1
@@ -9,23 +9,23 @@ export interface UpdateOriginRequestPolicyCommandOutput extends UpdateOriginRequ
9
9
  }
10
10
  /**
11
11
  * <p>Updates an origin request policy configuration.</p>
12
- * <p>When you update an origin request policy configuration, all the fields are updated
12
+ * <p>When you update an origin request policy configuration, all the fields are updated
13
13
  * with the values provided in the request. You cannot update some fields independent of
14
14
  * others. To update an origin request policy configuration:</p>
15
- * <ol>
15
+ * <ol>
16
16
  * <li>
17
- * <p>Use <code>GetOriginRequestPolicyConfig</code> to get the current
17
+ * <p>Use <code>GetOriginRequestPolicyConfig</code> to get the current
18
18
  * configuration.</p>
19
- * </li>
19
+ * </li>
20
20
  * <li>
21
- * <p>Locally modify the fields in the origin request policy configuration that you
21
+ * <p>Locally modify the fields in the origin request policy configuration that you
22
22
  * want to update.</p>
23
- * </li>
23
+ * </li>
24
24
  * <li>
25
- * <p>Call <code>UpdateOriginRequestPolicy</code> by providing the entire origin
25
+ * <p>Call <code>UpdateOriginRequestPolicy</code> by providing the entire origin
26
26
  * request policy configuration, including the fields that you modified and those
27
- * that you didnt.</p>
28
- * </li>
27
+ * that you didn't.</p>
28
+ * </li>
29
29
  * </ol>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -9,25 +9,25 @@ export interface UpdateRealtimeLogConfigCommandOutput extends UpdateRealtimeLogC
9
9
  }
10
10
  /**
11
11
  * <p>Updates a real-time log configuration.</p>
12
- * <p>When you update a real-time log configuration, all the parameters are updated with the
12
+ * <p>When you update a real-time log configuration, all the parameters are updated with the
13
13
  * values provided in the request. You cannot update some parameters independent of others.
14
14
  * To update a real-time log configuration:</p>
15
- * <ol>
15
+ * <ol>
16
16
  * <li>
17
- * <p>Call <code>GetRealtimeLogConfig</code> to get the current real-time log
17
+ * <p>Call <code>GetRealtimeLogConfig</code> to get the current real-time log
18
18
  * configuration.</p>
19
- * </li>
19
+ * </li>
20
20
  * <li>
21
- * <p>Locally modify the parameters in the real-time log configuration that you want
21
+ * <p>Locally modify the parameters in the real-time log configuration that you want
22
22
  * to update.</p>
23
- * </li>
23
+ * </li>
24
24
  * <li>
25
- * <p>Call this API (<code>UpdateRealtimeLogConfig</code>) by providing the entire
25
+ * <p>Call this API (<code>UpdateRealtimeLogConfig</code>) by providing the entire
26
26
  * real-time log configuration, including the parameters that you modified and
27
- * those that you didnt.</p>
28
- * </li>
27
+ * those that you didn't.</p>
28
+ * </li>
29
29
  * </ol>
30
- * <p>You cannot update a real-time log configurations <code>Name</code> or
30
+ * <p>You cannot update a real-time log configuration's <code>Name</code> or
31
31
  * <code>ARN</code>.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
@@ -9,23 +9,23 @@ export interface UpdateResponseHeadersPolicyCommandOutput extends UpdateResponse
9
9
  }
10
10
  /**
11
11
  * <p>Updates a response headers policy.</p>
12
- * <p>When you update a response headers policy, the entire policy is replaced. You cannot
12
+ * <p>When you update a response headers policy, the entire policy is replaced. You cannot
13
13
  * update some policy fields independent of others. To update a response headers policy
14
14
  * configuration:</p>
15
- * <ol>
15
+ * <ol>
16
16
  * <li>
17
- * <p>Use <code>GetResponseHeadersPolicyConfig</code> to get the current policys
17
+ * <p>Use <code>GetResponseHeadersPolicyConfig</code> to get the current policy's
18
18
  * configuration.</p>
19
- * </li>
19
+ * </li>
20
20
  * <li>
21
- * <p>Modify the fields in the response headers policy configuration that you want
21
+ * <p>Modify the fields in the response headers policy configuration that you want
22
22
  * to update.</p>
23
- * </li>
23
+ * </li>
24
24
  * <li>
25
- * <p>Call <code>UpdateResponseHeadersPolicy</code>, providing the entire response
25
+ * <p>Call <code>UpdateResponseHeadersPolicy</code>, providing the entire response
26
26
  * headers policy configuration, including the fields that you modified and those
27
- * that you didnt.</p>
28
- * </li>
27
+ * that you didn't.</p>
28
+ * </li>
29
29
  * </ol>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -8,7 +8,7 @@ export interface UpdateStreamingDistributionCommandInput extends UpdateStreaming
8
8
  export interface UpdateStreamingDistributionCommandOutput extends UpdateStreamingDistributionResult, __MetadataBearer {
9
9
  }
10
10
  /**
11
- * <p>Update a streaming distribution. </p>
11
+ * <p>Update a streaming distribution.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
14
14
  * ```javascript