@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,17 +9,17 @@ export interface GetOriginRequestPolicyCommandOutput extends GetOriginRequestPol
9
9
  }
10
10
  /**
11
11
  * <p>Gets an origin request policy, including the following metadata:</p>
12
- * <ul>
12
+ * <ul>
13
13
  * <li>
14
- * <p>The policys identifier.</p>
15
- * </li>
14
+ * <p>The policy's identifier.</p>
15
+ * </li>
16
16
  * <li>
17
- * <p>The date and time when the policy was last modified.</p>
18
- * </li>
17
+ * <p>The date and time when the policy was last modified.</p>
18
+ * </li>
19
19
  * </ul>
20
- * <p>To get an origin request policy, you must provide the policys identifier. If the
21
- * origin request policy is attached to a distributions cache behavior, you can get the
22
- * policys identifier using <code>ListDistributions</code> or
20
+ * <p>To get an origin request policy, you must provide the policy's identifier. If the
21
+ * origin request policy is attached to a distribution's cache behavior, you can get the
22
+ * policy's identifier using <code>ListDistributions</code> or
23
23
  * <code>GetDistribution</code>. If the origin request policy is not attached to a cache
24
24
  * behavior, you can get the identifier using
25
25
  * <code>ListOriginRequestPolicies</code>.</p>
@@ -9,9 +9,9 @@ export interface GetOriginRequestPolicyConfigCommandOutput extends GetOriginRequ
9
9
  }
10
10
  /**
11
11
  * <p>Gets an origin request policy configuration.</p>
12
- * <p>To get an origin request policy configuration, you must provide the policys
13
- * identifier. If the origin request policy is attached to a distributions cache behavior,
14
- * you can get the policys identifier using <code>ListDistributions</code> or
12
+ * <p>To get an origin request policy configuration, you must provide the policy's
13
+ * identifier. If the origin request policy is attached to a distribution's cache behavior,
14
+ * you can get the policy's identifier using <code>ListDistributions</code> or
15
15
  * <code>GetDistribution</code>. If the origin request policy is not attached to a
16
16
  * cache behavior, you can get the identifier using
17
17
  * <code>ListOriginRequestPolicies</code>.</p>
@@ -9,7 +9,7 @@ export interface GetRealtimeLogConfigCommandOutput extends GetRealtimeLogConfigR
9
9
  }
10
10
  /**
11
11
  * <p>Gets a real-time log configuration.</p>
12
- * <p>To get a real-time log configuration, you can provide the configurations name or its
12
+ * <p>To get a real-time log configuration, you can provide the configuration's name or its
13
13
  * Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront
14
14
  * uses the name to identify the real-time log configuration to get.</p>
15
15
  * @example
@@ -8,11 +8,11 @@ export interface GetResponseHeadersPolicyCommandInput extends GetResponseHeaders
8
8
  export interface GetResponseHeadersPolicyCommandOutput extends GetResponseHeadersPolicyResult, __MetadataBearer {
9
9
  }
10
10
  /**
11
- * <p>Gets a response headers policy, including metadata (the policys identifier and the
11
+ * <p>Gets a response headers policy, including metadata (the policy's identifier and the
12
12
  * date and time when the policy was last modified).</p>
13
- * <p>To get a response headers policy, you must provide the policys identifier. If the
14
- * response headers policy is attached to a distributions cache behavior, you can get the
15
- * policys identifier using <code>ListDistributions</code> or
13
+ * <p>To get a response headers policy, you must provide the policy's identifier. If the
14
+ * response headers policy is attached to a distribution's cache behavior, you can get the
15
+ * policy's identifier using <code>ListDistributions</code> or
16
16
  * <code>GetDistribution</code>. If the response headers policy is not attached to a cache
17
17
  * behavior, you can get the identifier using
18
18
  * <code>ListResponseHeadersPolicies</code>.</p>
@@ -9,9 +9,9 @@ export interface GetResponseHeadersPolicyConfigCommandOutput extends GetResponse
9
9
  }
10
10
  /**
11
11
  * <p>Gets a response headers policy configuration.</p>
12
- * <p>To get a response headers policy configuration, you must provide the policys
13
- * identifier. If the response headers policy is attached to a distributions cache
14
- * behavior, you can get the policys identifier using <code>ListDistributions</code> or
12
+ * <p>To get a response headers policy configuration, you must provide the policy's
13
+ * identifier. If the response headers policy is attached to a distribution's cache
14
+ * behavior, you can get the policy's identifier using <code>ListDistributions</code> or
15
15
  * <code>GetDistribution</code>. If the response headers policy is not attached to a
16
16
  * cache behavior, you can get the identifier using
17
17
  * <code>ListResponseHeadersPolicies</code>.</p>
@@ -8,7 +8,7 @@ export interface GetStreamingDistributionConfigCommandInput extends GetStreaming
8
8
  export interface GetStreamingDistributionConfigCommandOutput extends GetStreamingDistributionConfigResult, __MetadataBearer {
9
9
  }
10
10
  /**
11
- * <p>Get the configuration information about a streaming distribution. </p>
11
+ * <p>Get the configuration information about 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
@@ -9,9 +9,9 @@ export interface ListCachePoliciesCommandOutput extends ListCachePoliciesResult,
9
9
  }
10
10
  /**
11
11
  * <p>Gets a list of cache policies.</p>
12
- * <p>You can optionally apply a filter to return only the managed policies created by
12
+ * <p>You can optionally apply a filter to return only the managed policies created by
13
13
  * Amazon Web Services, or only the custom policies created in your Amazon Web Services account.</p>
14
- * <p>You can optionally specify the maximum number of items to receive in the response. If
14
+ * <p>You can optionally specify the maximum number of items to receive in the response. If
15
15
  * the total number of items in the list exceeds the maximum that you specify, or the
16
16
  * default maximum, the response is paginated. To get the next page of items, send a
17
17
  * subsequent request that specifies the <code>NextMarker</code> value from the current
@@ -12,8 +12,8 @@ export interface ListConflictingAliasesCommandOutput extends ListConflictingAlia
12
12
  * overlap with the provided alias, and the associated CloudFront distributions and Amazon Web Services
13
13
  * accounts for each conflicting alias. In the returned list, the distribution and account
14
14
  * IDs are partially hidden, which allows you to identify the distributions and accounts
15
- * that you own, but helps to protect the information of ones that you dont own.</p>
16
- * <p>Use this operation to find aliases that are in use in CloudFront that conflict or overlap
15
+ * that you own, but helps to protect the information of ones that you don't own.</p>
16
+ * <p>Use this operation to find aliases that are in use in CloudFront that conflict or overlap
17
17
  * with the provided alias. For example, if you provide <code>www.example.com</code> as
18
18
  * input, the returned list can include <code>www.example.com</code> and the overlapping
19
19
  * wildcard alternate domain name (<code>*.example.com</code>), if they exist. If you
@@ -21,12 +21,12 @@ export interface ListConflictingAliasesCommandOutput extends ListConflictingAlia
21
21
  * <code>*.example.com</code> and any alternate domain names covered by that wildcard
22
22
  * (for example, <code>www.example.com</code>, <code>test.example.com</code>,
23
23
  * <code>dev.example.com</code>, and so on), if they exist.</p>
24
- * <p>To list conflicting aliases, you provide the alias to search and the ID of a
24
+ * <p>To list conflicting aliases, you provide the alias to search and the ID of a
25
25
  * distribution in your account that has an attached SSL/TLS certificate that includes the
26
26
  * provided alias. For more information, including how to set up the distribution and
27
27
  * certificate, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html#alternate-domain-names-move">Moving an alternate domain name to a different
28
28
  * distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
29
- * <p>You can optionally specify the maximum number of items to receive in the response. If
29
+ * <p>You can optionally specify the maximum number of items to receive in the response. If
30
30
  * the total number of items in the list exceeds the maximum that you specify, or the
31
31
  * default maximum, the response is paginated. To get the next page of items, send a
32
32
  * subsequent request that specifies the <code>NextMarker</code> value from the current
@@ -9,7 +9,7 @@ export interface ListContinuousDeploymentPoliciesCommandOutput extends ListConti
9
9
  }
10
10
  /**
11
11
  * <p>Gets a list of the continuous deployment policies in your Amazon Web Services account.</p>
12
- * <p>You can optionally specify the maximum number of items to receive in the response. If
12
+ * <p>You can optionally specify the maximum number of items to receive in the response. If
13
13
  * the total number of items in the list exceeds the maximum that you specify, or the
14
14
  * default maximum, the response is paginated. To get the next page of items, send a
15
15
  * subsequent request that specifies the <code>NextMarker</code> value from the current
@@ -8,9 +8,9 @@ export interface ListDistributionsByCachePolicyIdCommandInput extends ListDistri
8
8
  export interface ListDistributionsByCachePolicyIdCommandOutput extends ListDistributionsByCachePolicyIdResult, __MetadataBearer {
9
9
  }
10
10
  /**
11
- * <p>Gets a list of distribution IDs for distributions that have a cache behavior thats
11
+ * <p>Gets a list of distribution IDs for distributions that have a cache behavior that's
12
12
  * associated with the specified cache policy.</p>
13
- * <p>You can optionally specify the maximum number of items to receive in the response. If
13
+ * <p>You can optionally specify the maximum number of items to receive in the response. If
14
14
  * the total number of items in the list exceeds the maximum that you specify, or the
15
15
  * default maximum, the response is paginated. To get the next page of items, send a
16
16
  * subsequent request that specifies the <code>NextMarker</code> value from the current
@@ -10,7 +10,7 @@ export interface ListDistributionsByKeyGroupCommandOutput extends ListDistributi
10
10
  /**
11
11
  * <p>Gets a list of distribution IDs for distributions that have a cache behavior that
12
12
  * references the specified key group.</p>
13
- * <p>You can optionally specify the maximum number of items to receive in the response. If
13
+ * <p>You can optionally specify the maximum number of items to receive in the response. If
14
14
  * the total number of items in the list exceeds the maximum that you specify, or the
15
15
  * default maximum, the response is paginated. To get the next page of items, send a
16
16
  * subsequent request that specifies the <code>NextMarker</code> value from the current
@@ -8,9 +8,9 @@ export interface ListDistributionsByOriginRequestPolicyIdCommandInput extends Li
8
8
  export interface ListDistributionsByOriginRequestPolicyIdCommandOutput extends ListDistributionsByOriginRequestPolicyIdResult, __MetadataBearer {
9
9
  }
10
10
  /**
11
- * <p>Gets a list of distribution IDs for distributions that have a cache behavior thats
11
+ * <p>Gets a list of distribution IDs for distributions that have a cache behavior that's
12
12
  * associated with the specified origin request policy.</p>
13
- * <p>You can optionally specify the maximum number of items to receive in the response. If
13
+ * <p>You can optionally specify the maximum number of items to receive in the response. If
14
14
  * the total number of items in the list exceeds the maximum that you specify, or the
15
15
  * default maximum, the response is paginated. To get the next page of items, send a
16
16
  * subsequent request that specifies the <code>NextMarker</code> value from the current
@@ -8,16 +8,16 @@ export interface ListDistributionsByRealtimeLogConfigCommandInput extends ListDi
8
8
  export interface ListDistributionsByRealtimeLogConfigCommandOutput extends ListDistributionsByRealtimeLogConfigResult, __MetadataBearer {
9
9
  }
10
10
  /**
11
- * <p>Gets a list of distributions that have a cache behavior thats associated with the
11
+ * <p>Gets a list of distributions that have a cache behavior that's associated with the
12
12
  * specified real-time log configuration.</p>
13
- * <p>You can specify the real-time log configuration by its name or its Amazon Resource
13
+ * <p>You can specify the real-time log configuration by its name or its Amazon Resource
14
14
  * Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to
15
15
  * identify the real-time log configuration to list distributions for.</p>
16
- * <p>You can optionally specify the maximum number of items to receive in the response. If
16
+ * <p>You can optionally specify the maximum number of items to receive in the response. If
17
17
  * the total number of items in the list exceeds the maximum that you specify, or the
18
18
  * default maximum, the response is paginated. To get the next page of items, send a
19
19
  * subsequent request that specifies the <code>NextMarker</code> value from the current
20
- * response as the <code>Marker</code> value in the subsequent request. </p>
20
+ * response as the <code>Marker</code> value in the subsequent request.</p>
21
21
  * @example
22
22
  * Use a bare-bones client and the command you need to make an API call.
23
23
  * ```javascript
@@ -8,9 +8,9 @@ export interface ListDistributionsByResponseHeadersPolicyIdCommandInput extends
8
8
  export interface ListDistributionsByResponseHeadersPolicyIdCommandOutput extends ListDistributionsByResponseHeadersPolicyIdResult, __MetadataBearer {
9
9
  }
10
10
  /**
11
- * <p>Gets a list of distribution IDs for distributions that have a cache behavior thats
11
+ * <p>Gets a list of distribution IDs for distributions that have a cache behavior that's
12
12
  * associated with the specified response headers policy.</p>
13
- * <p>You can optionally specify the maximum number of items to receive in the response. If
13
+ * <p>You can optionally specify the maximum number of items to receive in the response. If
14
14
  * the total number of items in the list exceeds the maximum that you specify, or the
15
15
  * default maximum, the response is paginated. To get the next page of items, send a
16
16
  * subsequent request that specifies the <code>NextMarker</code> value from the current
@@ -9,9 +9,9 @@ export interface ListFunctionsCommandOutput extends ListFunctionsResult, __Metad
9
9
  }
10
10
  /**
11
11
  * <p>Gets a list of all CloudFront functions in your Amazon Web Services account.</p>
12
- * <p>You can optionally apply a filter to return only the functions that are in the
12
+ * <p>You can optionally apply a filter to return only the functions that are in the
13
13
  * specified stage, either <code>DEVELOPMENT</code> or <code>LIVE</code>.</p>
14
- * <p>You can optionally specify the maximum number of items to receive in the response. If
14
+ * <p>You can optionally specify the maximum number of items to receive in the response. If
15
15
  * the total number of items in the list exceeds the maximum that you specify, or the
16
16
  * default maximum, the response is paginated. To get the next page of items, send a
17
17
  * subsequent request that specifies the <code>NextMarker</code> value from the current
@@ -8,7 +8,7 @@ export interface ListInvalidationsCommandInput extends ListInvalidationsRequest
8
8
  export interface ListInvalidationsCommandOutput extends ListInvalidationsResult, __MetadataBearer {
9
9
  }
10
10
  /**
11
- * <p>Lists invalidation batches. </p>
11
+ * <p>Lists invalidation batches.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
14
14
  * ```javascript
@@ -9,7 +9,7 @@ export interface ListKeyGroupsCommandOutput extends ListKeyGroupsResult, __Metad
9
9
  }
10
10
  /**
11
11
  * <p>Gets a list of key groups.</p>
12
- * <p>You can optionally specify the maximum number of items to receive in the response. If
12
+ * <p>You can optionally specify the maximum number of items to receive in the response. If
13
13
  * the total number of items in the list exceeds the maximum that you specify, or the
14
14
  * default maximum, the response is paginated. To get the next page of items, send a
15
15
  * subsequent request that specifies the <code>NextMarker</code> value from the current
@@ -9,7 +9,7 @@ export interface ListOriginAccessControlsCommandOutput extends ListOriginAccessC
9
9
  }
10
10
  /**
11
11
  * <p>Gets the list of CloudFront origin access controls in this Amazon Web Services account.</p>
12
- * <p>You can optionally specify the maximum number of items to receive in the response. If
12
+ * <p>You can optionally specify the maximum number of items to receive in the response. If
13
13
  * the total number of items in the list exceeds the maximum that you specify, or the
14
14
  * default maximum, the response is paginated. To get the next page of items, send another
15
15
  * request that specifies the <code>NextMarker</code> value from the current response as
@@ -9,9 +9,9 @@ export interface ListOriginRequestPoliciesCommandOutput extends ListOriginReques
9
9
  }
10
10
  /**
11
11
  * <p>Gets a list of origin request policies.</p>
12
- * <p>You can optionally apply a filter to return only the managed policies created by
12
+ * <p>You can optionally apply a filter to return only the managed policies created by
13
13
  * Amazon Web Services, or only the custom policies created in your Amazon Web Services account.</p>
14
- * <p>You can optionally specify the maximum number of items to receive in the response. If
14
+ * <p>You can optionally specify the maximum number of items to receive in the response. If
15
15
  * the total number of items in the list exceeds the maximum that you specify, or the
16
16
  * default maximum, the response is paginated. To get the next page of items, send a
17
17
  * subsequent request that specifies the <code>NextMarker</code> value from the current
@@ -9,11 +9,11 @@ export interface ListRealtimeLogConfigsCommandOutput extends ListRealtimeLogConf
9
9
  }
10
10
  /**
11
11
  * <p>Gets a list of real-time log configurations.</p>
12
- * <p>You can optionally specify the maximum number of items to receive in the response. If
12
+ * <p>You can optionally specify the maximum number of items to receive in the response. If
13
13
  * the total number of items in the list exceeds the maximum that you specify, or the
14
14
  * default maximum, the response is paginated. To get the next page of items, send a
15
15
  * subsequent request that specifies the <code>NextMarker</code> value from the current
16
- * response as the <code>Marker</code> value in the subsequent request. </p>
16
+ * response as the <code>Marker</code> value in the subsequent request.</p>
17
17
  * @example
18
18
  * Use a bare-bones client and the command you need to make an API call.
19
19
  * ```javascript
@@ -9,9 +9,9 @@ export interface ListResponseHeadersPoliciesCommandOutput extends ListResponseHe
9
9
  }
10
10
  /**
11
11
  * <p>Gets a list of response headers policies.</p>
12
- * <p>You can optionally apply a filter to get only the managed policies created by Amazon Web Services,
12
+ * <p>You can optionally apply a filter to get only the managed policies created by Amazon Web Services,
13
13
  * or only the custom policies created in your Amazon Web Services account.</p>
14
- * <p>You can optionally specify the maximum number of items to receive in the response. If
14
+ * <p>You can optionally specify the maximum number of items to receive in the response. If
15
15
  * the total number of items in the list exceeds the maximum that you specify, or the
16
16
  * default maximum, the response is paginated. To get the next page of items, send a
17
17
  * subsequent request that specifies the <code>NextMarker</code> value from the current
@@ -8,7 +8,7 @@ export interface ListStreamingDistributionsCommandInput extends ListStreamingDis
8
8
  export interface ListStreamingDistributionsCommandOutput extends ListStreamingDistributionsResult, __MetadataBearer {
9
9
  }
10
10
  /**
11
- * <p>List streaming distributions. </p>
11
+ * <p>List streaming distributions.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
14
14
  * ```javascript
@@ -12,10 +12,10 @@ export interface PublishFunctionCommandOutput extends PublishFunctionResult, __M
12
12
  * <code>DEVELOPMENT</code> stage to <code>LIVE</code>. This automatically updates all
13
13
  * cache behaviors that are using this function to use the newly published copy in the
14
14
  * <code>LIVE</code> stage.</p>
15
- * <p>When a function is published to the <code>LIVE</code> stage, you can attach the
16
- * function to a distributions cache behavior, using the functions Amazon Resource Name
15
+ * <p>When a function is published to the <code>LIVE</code> stage, you can attach the
16
+ * function to a distribution's cache behavior, using the function's Amazon Resource Name
17
17
  * (ARN).</p>
18
- * <p>To publish a function, you must provide the functions name and version
18
+ * <p>To publish a function, you must provide the function's name and version
19
19
  * (<code>ETag</code> value). To get these values, you can use
20
20
  * <code>ListFunctions</code> and <code>DescribeFunction</code>.</p>
21
21
  * @example
@@ -9,14 +9,14 @@ export interface TestFunctionCommandOutput extends TestFunctionResult, __Metadat
9
9
  }
10
10
  /**
11
11
  * <p>Tests a CloudFront function.</p>
12
- * <p>To test a function, you provide an <i>event object</i> that represents
12
+ * <p>To test a function, you provide an <i>event object</i> that represents
13
13
  * an HTTP request or response that your CloudFront distribution could receive in production.
14
14
  * CloudFront runs the function, passing it the event object that you provided, and returns the
15
- * functions result (the modified event object) in the response. The response also
15
+ * function's result (the modified event object) in the response. The response also
16
16
  * contains function logs and error messages, if any exist. For more information about
17
17
  * testing functions, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/managing-functions.html#test-function">Testing functions</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
18
- * <p>To test a function, you provide the functions name and version (<code>ETag</code>
19
- * value) along with the event object. To get the functions name and version, you can use
18
+ * <p>To test a function, you provide the function's name and version (<code>ETag</code>
19
+ * value) along with the event object. To get the function's name and version, you can use
20
20
  * <code>ListFunctions</code> and <code>DescribeFunction</code>.</p>
21
21
  * @example
22
22
  * Use a bare-bones client and the command you need to make an API call.
@@ -9,22 +9,22 @@ export interface UpdateCachePolicyCommandOutput extends UpdateCachePolicyResult,
9
9
  }
10
10
  /**
11
11
  * <p>Updates a cache policy configuration.</p>
12
- * <p>When you update a cache policy configuration, all the fields are updated with the
12
+ * <p>When you update a cache policy configuration, all the fields are updated with the
13
13
  * values provided in the request. You cannot update some fields independent of others. To
14
14
  * update a cache policy configuration:</p>
15
- * <ol>
15
+ * <ol>
16
16
  * <li>
17
- * <p>Use <code>GetCachePolicyConfig</code> to get the current configuration.</p>
18
- * </li>
17
+ * <p>Use <code>GetCachePolicyConfig</code> to get the current configuration.</p>
18
+ * </li>
19
19
  * <li>
20
- * <p>Locally modify the fields in the cache policy configuration that you want to
20
+ * <p>Locally modify the fields in the cache policy configuration that you want to
21
21
  * update.</p>
22
- * </li>
22
+ * </li>
23
23
  * <li>
24
- * <p>Call <code>UpdateCachePolicy</code> by providing the entire cache policy
24
+ * <p>Call <code>UpdateCachePolicy</code> by providing the entire cache policy
25
25
  * configuration, including the fields that you modified and those that you
26
- * didnt.</p>
27
- * </li>
26
+ * didn't.</p>
27
+ * </li>
28
28
  * </ol>
29
29
  * @example
30
30
  * Use a bare-bones client and the command you need to make an API call.
@@ -8,7 +8,7 @@ export interface UpdateCloudFrontOriginAccessIdentityCommandInput extends Update
8
8
  export interface UpdateCloudFrontOriginAccessIdentityCommandOutput extends UpdateCloudFrontOriginAccessIdentityResult, __MetadataBearer {
9
9
  }
10
10
  /**
11
- * <p>Update an origin access identity. </p>
11
+ * <p>Update an origin access identity.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
14
14
  * ```javascript
@@ -12,23 +12,23 @@ export interface UpdateContinuousDeploymentPolicyCommandOutput extends UpdateCon
12
12
  * to enable or disable it, to change the percentage of traffic that it sends to the
13
13
  * staging distribution, or to change the staging distribution that it sends traffic
14
14
  * to.</p>
15
- * <p>When you update a continuous deployment policy configuration, all the fields are
15
+ * <p>When you update a continuous deployment policy configuration, all the fields are
16
16
  * updated with the values that are provided in the request. You cannot update some fields
17
17
  * independent of others. To update a continuous deployment policy configuration:</p>
18
- * <ol>
18
+ * <ol>
19
19
  * <li>
20
- * <p>Use <code>GetContinuousDeploymentPolicyConfig</code> to get the current
20
+ * <p>Use <code>GetContinuousDeploymentPolicyConfig</code> to get the current
21
21
  * configuration.</p>
22
- * </li>
22
+ * </li>
23
23
  * <li>
24
- * <p>Locally modify the fields in the continuous deployment policy configuration
24
+ * <p>Locally modify the fields in the continuous deployment policy configuration
25
25
  * that you want to update.</p>
26
- * </li>
26
+ * </li>
27
27
  * <li>
28
- * <p>Use <code>UpdateContinuousDeploymentPolicy</code>, providing the entire
28
+ * <p>Use <code>UpdateContinuousDeploymentPolicy</code>, providing the entire
29
29
  * continuous deployment policy configuration, including the fields that you
30
- * modified and those that you didnt.</p>
31
- * </li>
30
+ * modified and those that you didn't.</p>
31
+ * </li>
32
32
  * </ol>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
@@ -9,41 +9,40 @@ export interface UpdateDistributionCommandOutput extends UpdateDistributionResul
9
9
  }
10
10
  /**
11
11
  * <p>Updates the configuration for a CloudFront distribution.</p>
12
- * <p>The update process includes getting the current distribution configuration, updating
12
+ * <p>The update process includes getting the current distribution configuration, updating
13
13
  * it to make your changes, and then submitting an <code>UpdateDistribution</code> request
14
14
  * to make the updates.</p>
15
- *
16
- * <p>
15
+ * <p>
17
16
  * <b>To update a web distribution using the CloudFront
18
17
  * API</b>
19
18
  * </p>
20
- * <ol>
19
+ * <ol>
21
20
  * <li>
22
- * <p>Use <code>GetDistributionConfig</code> to get the current configuration,
21
+ * <p>Use <code>GetDistributionConfig</code> to get the current configuration,
23
22
  * including the version identifier (<code>ETag</code>).</p>
24
- * </li>
23
+ * </li>
25
24
  * <li>
26
- * <p>Update the distribution configuration that was returned in the response. Note
25
+ * <p>Update the distribution configuration that was returned in the response. Note
27
26
  * the following important requirements and restrictions:</p>
28
- * <ul>
27
+ * <ul>
29
28
  * <li>
30
- * <p>You must rename the <code>ETag</code> field to <code>IfMatch</code>,
29
+ * <p>You must rename the <code>ETag</code> field to <code>IfMatch</code>,
31
30
  * leaving the value unchanged. (Set the value of <code>IfMatch</code> to
32
31
  * the value of <code>ETag</code>, then remove the <code>ETag</code>
33
32
  * field.)</p>
34
- * </li>
33
+ * </li>
35
34
  * <li>
36
- * <p>You cant change the value of <code>CallerReference</code>.</p>
37
- * </li>
35
+ * <p>You can't change the value of <code>CallerReference</code>.</p>
36
+ * </li>
38
37
  * </ul>
39
- * </li>
38
+ * </li>
40
39
  * <li>
41
- * <p>Submit an <code>UpdateDistribution</code> request, providing the distribution
40
+ * <p>Submit an <code>UpdateDistribution</code> request, providing the distribution
42
41
  * configuration. The new configuration replaces the existing configuration. The
43
42
  * values that you specify in an <code>UpdateDistribution</code> request are not
44
43
  * merged into your existing configuration. Make sure to include all fields: the
45
- * ones that you modified and also the ones that you didnt.</p>
46
- * </li>
44
+ * ones that you modified and also the ones that you didn't.</p>
45
+ * </li>
47
46
  * </ol>
48
47
  * @example
49
48
  * Use a bare-bones client and the command you need to make an API call.
@@ -12,12 +12,12 @@ export interface UpdateDistributionWithStagingConfigCommandOutput extends Update
12
12
  * distribution. The primary distribution retains its <code>Aliases</code> (also known as
13
13
  * alternate domain names or CNAMEs) and <code>ContinuousDeploymentPolicyId</code> value,
14
14
  * but otherwise its configuration is overwritten to match the staging distribution.</p>
15
- * <p>You can use this operation in a continuous deployment workflow after you have tested
15
+ * <p>You can use this operation in a continuous deployment workflow after you have tested
16
16
  * configuration changes on the staging distribution. After using a continuous deployment
17
- * policy to move a portion of your domain names traffic to the staging distribution and
17
+ * policy to move a portion of your domain name's traffic to the staging distribution and
18
18
  * verifying that it works as intended, you can use this operation to copy the staging
19
- * distributions configuration to the primary distribution. This action will disable the
20
- * continuous deployment policy and move your domains traffic back to the primary distribution.</p>
19
+ * distribution's configuration to the primary distribution. This action will disable the
20
+ * continuous deployment policy and move your domain's traffic back to the primary distribution.</p>
21
21
  * @example
22
22
  * Use a bare-bones client and the command you need to make an API call.
23
23
  * ```javascript
@@ -8,7 +8,7 @@ export interface UpdateFieldLevelEncryptionConfigCommandInput extends UpdateFiel
8
8
  export interface UpdateFieldLevelEncryptionConfigCommandOutput extends UpdateFieldLevelEncryptionConfigResult, __MetadataBearer {
9
9
  }
10
10
  /**
11
- * <p>Update a field-level encryption configuration. </p>
11
+ * <p>Update a field-level encryption configuration.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
14
14
  * ```javascript
@@ -8,7 +8,7 @@ export interface UpdateFieldLevelEncryptionProfileCommandInput extends UpdateFie
8
8
  export interface UpdateFieldLevelEncryptionProfileCommandOutput extends UpdateFieldLevelEncryptionProfileResult, __MetadataBearer {
9
9
  }
10
10
  /**
11
- * <p>Update a field-level encryption profile. </p>
11
+ * <p>Update a field-level encryption profile.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
14
14
  * ```javascript
@@ -9,9 +9,9 @@ export interface UpdateFunctionCommandOutput extends UpdateFunctionResult, __Met
9
9
  }
10
10
  /**
11
11
  * <p>Updates a CloudFront function.</p>
12
- * <p>You can update a functions code or the comment that describes the function. You
13
- * cannot update a functions name.</p>
14
- * <p>To update a function, you provide the functions name and version (<code>ETag</code>
12
+ * <p>You can update a function's code or the comment that describes the function. You
13
+ * cannot update a function's name.</p>
14
+ * <p>To update a function, you provide the function's name and version (<code>ETag</code>
15
15
  * value) along with the updated function code. To get the name and version, you can use
16
16
  * <code>ListFunctions</code> and <code>DescribeFunction</code>.</p>
17
17
  * @example
@@ -9,22 +9,22 @@ export interface UpdateKeyGroupCommandOutput extends UpdateKeyGroupResult, __Met
9
9
  }
10
10
  /**
11
11
  * <p>Updates a key group.</p>
12
- * <p>When you update a key group, all the fields are updated with the values provided in
12
+ * <p>When you update a key group, all the fields are updated with the values provided in
13
13
  * the request. You cannot update some fields independent of others. To update a key
14
14
  * group:</p>
15
- * <ol>
15
+ * <ol>
16
16
  * <li>
17
- * <p>Get the current key group with <code>GetKeyGroup</code> or
17
+ * <p>Get the current key group with <code>GetKeyGroup</code> or
18
18
  * <code>GetKeyGroupConfig</code>.</p>
19
- * </li>
19
+ * </li>
20
20
  * <li>
21
- * <p>Locally modify the fields in the key group that you want to update. For
21
+ * <p>Locally modify the fields in the key group that you want to update. For
22
22
  * example, add or remove public key IDs.</p>
23
- * </li>
23
+ * </li>
24
24
  * <li>
25
- * <p>Call <code>UpdateKeyGroup</code> with the entire key group object, including
26
- * the fields that you modified and those that you didnt.</p>
27
- * </li>
25
+ * <p>Call <code>UpdateKeyGroup</code> with the entire key group object, including
26
+ * the fields that you modified and those that you didn't.</p>
27
+ * </li>
28
28
  * </ol>
29
29
  * @example
30
30
  * Use a bare-bones client and the command you need to make an API call.