@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.
- package/dist-types/CloudFront.d.ts +242 -244
- package/dist-types/CloudFrontClient.d.ts +1 -1
- package/dist-types/commands/AssociateAliasCommand.d.ts +2 -2
- package/dist-types/commands/CopyDistributionCommand.d.ts +2 -2
- package/dist-types/commands/CreateCachePolicyCommand.d.ts +10 -10
- package/dist-types/commands/CreateContinuousDeploymentPolicyCommand.d.ts +5 -5
- package/dist-types/commands/CreateFunctionCommand.d.ts +5 -5
- package/dist-types/commands/CreateInvalidationCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateOriginAccessControlCommand.d.ts +2 -2
- package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +11 -11
- package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +2 -2
- package/dist-types/commands/CreateResponseHeadersPolicyCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCachePolicyCommand.d.ts +2 -2
- package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
- package/dist-types/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDistributionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFunctionCommand.d.ts +2 -2
- package/dist-types/commands/DeleteKeyGroupCommand.d.ts +2 -2
- package/dist-types/commands/DeleteOriginAccessControlCommand.d.ts +1 -1
- package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +2 -2
- package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +2 -2
- package/dist-types/commands/DeleteResponseHeadersPolicyCommand.d.ts +3 -3
- package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +19 -20
- package/dist-types/commands/DescribeFunctionCommand.d.ts +3 -3
- package/dist-types/commands/GetCachePolicyCommand.d.ts +7 -7
- package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +2 -2
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetContinuousDeploymentPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetDistributionConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetFunctionCommand.d.ts +1 -1
- package/dist-types/commands/GetInvalidationCommand.d.ts +1 -1
- package/dist-types/commands/GetKeyGroupCommand.d.ts +2 -2
- package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +2 -2
- package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +8 -8
- package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +3 -3
- package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetResponseHeadersPolicyCommand.d.ts +4 -4
- package/dist-types/commands/GetResponseHeadersPolicyConfigCommand.d.ts +3 -3
- package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +1 -1
- package/dist-types/commands/ListCachePoliciesCommand.d.ts +2 -2
- package/dist-types/commands/ListConflictingAliasesCommand.d.ts +4 -4
- package/dist-types/commands/ListContinuousDeploymentPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +2 -2
- package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +1 -1
- package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +2 -2
- package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +4 -4
- package/dist-types/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +2 -2
- package/dist-types/commands/ListFunctionsCommand.d.ts +2 -2
- package/dist-types/commands/ListInvalidationsCommand.d.ts +1 -1
- package/dist-types/commands/ListKeyGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListOriginAccessControlsCommand.d.ts +1 -1
- package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +2 -2
- package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +2 -2
- package/dist-types/commands/ListResponseHeadersPoliciesCommand.d.ts +2 -2
- package/dist-types/commands/ListStreamingDistributionsCommand.d.ts +1 -1
- package/dist-types/commands/PublishFunctionCommand.d.ts +3 -3
- package/dist-types/commands/TestFunctionCommand.d.ts +4 -4
- package/dist-types/commands/UpdateCachePolicyCommand.d.ts +9 -9
- package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +9 -9
- package/dist-types/commands/UpdateDistributionCommand.d.ts +15 -16
- package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +4 -4
- package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFunctionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateKeyGroupCommand.d.ts +9 -9
- package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +9 -9
- package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +10 -10
- package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +9 -9
- package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +667 -674
- package/dist-types/models/models_1.d.ts +191 -191
- 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
|
-
*
|
|
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
|
-
*
|
|
15
|
+
* <ol>
|
|
16
16
|
* <li>
|
|
17
|
-
*
|
|
17
|
+
* <p>Use <code>GetOriginRequestPolicyConfig</code> to get the current
|
|
18
18
|
* configuration.</p>
|
|
19
|
-
*
|
|
19
|
+
* </li>
|
|
20
20
|
* <li>
|
|
21
|
-
*
|
|
21
|
+
* <p>Locally modify the fields in the origin request policy configuration that you
|
|
22
22
|
* want to update.</p>
|
|
23
|
-
*
|
|
23
|
+
* </li>
|
|
24
24
|
* <li>
|
|
25
|
-
*
|
|
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 didn
|
|
28
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
15
|
+
* <ol>
|
|
16
16
|
* <li>
|
|
17
|
-
*
|
|
17
|
+
* <p>Call <code>GetRealtimeLogConfig</code> to get the current real-time log
|
|
18
18
|
* configuration.</p>
|
|
19
|
-
*
|
|
19
|
+
* </li>
|
|
20
20
|
* <li>
|
|
21
|
-
*
|
|
21
|
+
* <p>Locally modify the parameters in the real-time log configuration that you want
|
|
22
22
|
* to update.</p>
|
|
23
|
-
*
|
|
23
|
+
* </li>
|
|
24
24
|
* <li>
|
|
25
|
-
*
|
|
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 didn
|
|
28
|
-
*
|
|
27
|
+
* those that you didn't.</p>
|
|
28
|
+
* </li>
|
|
29
29
|
* </ol>
|
|
30
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
15
|
+
* <ol>
|
|
16
16
|
* <li>
|
|
17
|
-
*
|
|
17
|
+
* <p>Use <code>GetResponseHeadersPolicyConfig</code> to get the current policy's
|
|
18
18
|
* configuration.</p>
|
|
19
|
-
*
|
|
19
|
+
* </li>
|
|
20
20
|
* <li>
|
|
21
|
-
*
|
|
21
|
+
* <p>Modify the fields in the response headers policy configuration that you want
|
|
22
22
|
* to update.</p>
|
|
23
|
-
*
|
|
23
|
+
* </li>
|
|
24
24
|
* <li>
|
|
25
|
-
*
|
|
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 didn
|
|
28
|
-
*
|
|
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
|
|
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
|