@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.
- package/README.md +1 -6
- package/dist-cjs/runtimeConfig.js +6 -6
- package/dist-es/runtimeConfig.js +6 -6
- package/dist-types/CloudFront.d.ts +1 -5
- package/dist-types/CloudFrontClient.d.ts +1 -5
- package/dist-types/commands/AssociateAliasCommand.d.ts +1 -11
- package/dist-types/commands/AssociateDistributionTenantWebACLCommand.d.ts +1 -2
- package/dist-types/commands/AssociateDistributionWebACLCommand.d.ts +1 -2
- package/dist-types/commands/CopyDistributionCommand.d.ts +26 -90
- package/dist-types/commands/CreateAnycastIpListCommand.d.ts +1 -2
- package/dist-types/commands/CreateCachePolicyCommand.d.ts +7 -39
- package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +5 -16
- package/dist-types/commands/CreateConnectionGroupCommand.d.ts +1 -2
- package/dist-types/commands/CreateContinuousDeploymentPolicyCommand.d.ts +3 -13
- package/dist-types/commands/CreateDistributionCommand.d.ts +27 -69
- package/dist-types/commands/CreateDistributionTenantCommand.d.ts +1 -2
- package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +28 -83
- package/dist-types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +4 -8
- package/dist-types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +3 -6
- package/dist-types/commands/CreateFunctionCommand.d.ts +4 -19
- package/dist-types/commands/CreateInvalidationCommand.d.ts +3 -6
- package/dist-types/commands/CreateInvalidationForDistributionTenantCommand.d.ts +3 -6
- package/dist-types/commands/CreateKeyGroupCommand.d.ts +4 -17
- package/dist-types/commands/CreateKeyValueStoreCommand.d.ts +1 -2
- package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +1 -4
- package/dist-types/commands/CreateOriginAccessControlCommand.d.ts +2 -11
- package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +7 -44
- package/dist-types/commands/CreatePublicKeyCommand.d.ts +1 -2
- package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +3 -11
- package/dist-types/commands/CreateResponseHeadersPolicyCommand.d.ts +7 -32
- package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +5 -11
- package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +5 -11
- package/dist-types/commands/CreateVpcOriginCommand.d.ts +2 -4
- package/dist-types/commands/DeleteAnycastIpListCommand.d.ts +1 -2
- package/dist-types/commands/DeleteCachePolicyCommand.d.ts +3 -11
- package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +1 -2
- package/dist-types/commands/DeleteConnectionGroupCommand.d.ts +1 -2
- package/dist-types/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDistributionCommand.d.ts +2 -4
- package/dist-types/commands/DeleteDistributionTenantCommand.d.ts +2 -4
- package/dist-types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +1 -2
- package/dist-types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +1 -2
- package/dist-types/commands/DeleteFunctionCommand.d.ts +3 -11
- package/dist-types/commands/DeleteKeyGroupCommand.d.ts +2 -9
- package/dist-types/commands/DeleteKeyValueStoreCommand.d.ts +1 -2
- package/dist-types/commands/DeleteOriginAccessControlCommand.d.ts +3 -8
- package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +3 -11
- package/dist-types/commands/DeletePublicKeyCommand.d.ts +1 -2
- package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +2 -9
- package/dist-types/commands/DeleteResponseHeadersPolicyCommand.d.ts +3 -11
- package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +3 -53
- package/dist-types/commands/DeleteVpcOriginCommand.d.ts +1 -2
- package/dist-types/commands/DescribeFunctionCommand.d.ts +1 -5
- package/dist-types/commands/DisassociateDistributionTenantWebACLCommand.d.ts +1 -2
- package/dist-types/commands/DisassociateDistributionWebACLCommand.d.ts +1 -2
- package/dist-types/commands/GetCachePolicyCommand.d.ts +1 -14
- package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +1 -6
- package/dist-types/commands/GetContinuousDeploymentPolicyCommand.d.ts +1 -2
- package/dist-types/commands/GetFunctionCommand.d.ts +1 -4
- package/dist-types/commands/GetKeyGroupCommand.d.ts +1 -7
- package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +1 -6
- package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +1 -2
- package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +1 -15
- package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +1 -7
- package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +1 -4
- package/dist-types/commands/GetResponseHeadersPolicyCommand.d.ts +1 -8
- package/dist-types/commands/GetResponseHeadersPolicyConfigCommand.d.ts +1 -7
- package/dist-types/commands/GetStreamingDistributionCommand.d.ts +1 -2
- package/dist-types/commands/ListCachePoliciesCommand.d.ts +1 -8
- package/dist-types/commands/ListConflictingAliasesCommand.d.ts +1 -23
- package/dist-types/commands/ListContinuousDeploymentPoliciesCommand.d.ts +1 -6
- package/dist-types/commands/ListDistributionTenantsByCustomizationCommand.d.ts +1 -2
- package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +1 -7
- package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +1 -7
- package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +1 -7
- package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +1 -10
- package/dist-types/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +1 -7
- package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +1 -5
- package/dist-types/commands/ListDomainConflictsCommand.d.ts +1 -2
- package/dist-types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +1 -2
- package/dist-types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +1 -2
- package/dist-types/commands/ListFunctionsCommand.d.ts +1 -8
- package/dist-types/commands/ListKeyGroupsCommand.d.ts +1 -6
- package/dist-types/commands/ListOriginAccessControlsCommand.d.ts +1 -11
- package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +1 -8
- package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +1 -6
- package/dist-types/commands/ListResponseHeadersPoliciesCommand.d.ts +1 -8
- package/dist-types/commands/PublishFunctionCommand.d.ts +2 -12
- package/dist-types/commands/TestFunctionCommand.d.ts +1 -10
- package/dist-types/commands/UpdateCachePolicyCommand.d.ts +7 -33
- package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +3 -6
- package/dist-types/commands/UpdateConnectionGroupCommand.d.ts +2 -4
- package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +3 -26
- package/dist-types/commands/UpdateDistributionCommand.d.ts +26 -99
- package/dist-types/commands/UpdateDistributionTenantCommand.d.ts +2 -4
- package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +23 -82
- package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +1 -2
- package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +4 -8
- package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +4 -8
- package/dist-types/commands/UpdateFunctionCommand.d.ts +3 -10
- package/dist-types/commands/UpdateKeyGroupCommand.d.ts +4 -25
- package/dist-types/commands/UpdateKeyValueStoreCommand.d.ts +1 -2
- package/dist-types/commands/UpdateOriginAccessControlCommand.d.ts +1 -2
- package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +7 -35
- package/dist-types/commands/UpdatePublicKeyCommand.d.ts +2 -4
- package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +1 -21
- package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +7 -38
- package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +3 -6
- package/dist-types/commands/UpdateVpcOriginCommand.d.ts +3 -6
- package/dist-types/index.d.ts +1 -5
- package/dist-types/models/models_0.d.ts +324 -2005
- package/dist-types/models/models_1.d.ts +297 -1243
- package/dist-types/models/models_2.d.ts +45 -119
- package/package.json +15 -15
|
@@ -27,13 +27,7 @@ declare const DeleteKeyGroupCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a key group.</p>
|
|
31
|
-
* <p>You cannot delete a key group that is referenced in a cache behavior. First update
|
|
32
|
-
* your distributions to remove the key group from all cache behaviors, then delete the key
|
|
33
|
-
* group.</p>
|
|
34
|
-
* <p>To delete a key group, you must provide the key group's identifier and version. To get
|
|
35
|
-
* these values, use <code>ListKeyGroups</code> followed by <code>GetKeyGroup</code> or
|
|
36
|
-
* <code>GetKeyGroupConfig</code>.</p>
|
|
30
|
+
* <p>Deletes a key group.</p> <p>You cannot delete a key group that is referenced in a cache behavior. First update your distributions to remove the key group from all cache behaviors, then delete the key group.</p> <p>To delete a key group, you must provide the key group's identifier and version. To get these values, use <code>ListKeyGroups</code> followed by <code>GetKeyGroup</code> or <code>GetKeyGroupConfig</code>.</p>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -63,8 +57,7 @@ declare const DeleteKeyGroupCommand_base: {
|
|
|
63
57
|
* <p>A resource that was specified is not valid.</p>
|
|
64
58
|
*
|
|
65
59
|
* @throws {@link PreconditionFailed} (client fault)
|
|
66
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
67
|
-
* <code>false</code>.</p>
|
|
60
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
68
61
|
*
|
|
69
62
|
* @throws {@link ResourceInUse} (client fault)
|
|
70
63
|
* <p>Cannot delete this resource because it is in use.</p>
|
|
@@ -63,8 +63,7 @@ declare const DeleteKeyValueStoreCommand_base: {
|
|
|
63
63
|
* <p>The <code>If-Match</code> version is missing or not valid.</p>
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link PreconditionFailed} (client fault)
|
|
66
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
67
|
-
* <code>false</code>.</p>
|
|
66
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
68
67
|
*
|
|
69
68
|
* @throws {@link UnsupportedOperation} (client fault)
|
|
70
69
|
* <p>This operation is not supported in this Amazon Web Services Region.</p>
|
|
@@ -27,10 +27,7 @@ declare const DeleteOriginAccessControlCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a CloudFront origin access control.</p>
|
|
31
|
-
* <p>You cannot delete an origin access control if it's in use. First, update all
|
|
32
|
-
* distributions to remove the origin access control from all origins, then delete the
|
|
33
|
-
* origin access control.</p>
|
|
30
|
+
* <p>Deletes a CloudFront origin access control.</p> <p>You cannot delete an origin access control if it's in use. First, update all distributions to remove the origin access control from all origins, then delete the origin access control.</p>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -63,12 +60,10 @@ declare const DeleteOriginAccessControlCommand_base: {
|
|
|
63
60
|
* <p>The origin access control does not exist.</p>
|
|
64
61
|
*
|
|
65
62
|
* @throws {@link OriginAccessControlInUse} (client fault)
|
|
66
|
-
* <p>Cannot delete the origin access control because it's in use by one or more
|
|
67
|
-
* distributions.</p>
|
|
63
|
+
* <p>Cannot delete the origin access control because it's in use by one or more distributions.</p>
|
|
68
64
|
*
|
|
69
65
|
* @throws {@link PreconditionFailed} (client fault)
|
|
70
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
71
|
-
* <code>false</code>.</p>
|
|
66
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
72
67
|
*
|
|
73
68
|
* @throws {@link CloudFrontServiceException}
|
|
74
69
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -27,13 +27,7 @@ declare const DeleteOriginRequestPolicyCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes an origin request policy.</p>
|
|
31
|
-
* <p>You cannot delete an origin request policy if it's attached to any cache behaviors.
|
|
32
|
-
* First update your distributions to remove the origin request policy from all cache
|
|
33
|
-
* behaviors, then delete the origin request policy.</p>
|
|
34
|
-
* <p>To delete an origin request policy, you must provide the policy's identifier and
|
|
35
|
-
* version. To get the identifier, you can use <code>ListOriginRequestPolicies</code> or
|
|
36
|
-
* <code>GetOriginRequestPolicy</code>.</p>
|
|
30
|
+
* <p>Deletes an origin request policy.</p> <p>You cannot delete an origin request policy if it's attached to any cache behaviors. First update your distributions to remove the origin request policy from all cache behaviors, then delete the origin request policy.</p> <p>To delete an origin request policy, you must provide the policy's identifier and version. To get the identifier, you can use <code>ListOriginRequestPolicies</code> or <code>GetOriginRequestPolicy</code>.</p>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -69,12 +63,10 @@ declare const DeleteOriginRequestPolicyCommand_base: {
|
|
|
69
63
|
* <p>The origin request policy does not exist.</p>
|
|
70
64
|
*
|
|
71
65
|
* @throws {@link OriginRequestPolicyInUse} (client fault)
|
|
72
|
-
* <p>Cannot delete the origin request policy because it is attached to one or more cache
|
|
73
|
-
* behaviors.</p>
|
|
66
|
+
* <p>Cannot delete the origin request policy because it is attached to one or more cache behaviors.</p>
|
|
74
67
|
*
|
|
75
68
|
* @throws {@link PreconditionFailed} (client fault)
|
|
76
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
77
|
-
* <code>false</code>.</p>
|
|
69
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
78
70
|
*
|
|
79
71
|
* @throws {@link CloudFrontServiceException}
|
|
80
72
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -60,8 +60,7 @@ declare const DeletePublicKeyCommand_base: {
|
|
|
60
60
|
* <p>The specified public key doesn't exist.</p>
|
|
61
61
|
*
|
|
62
62
|
* @throws {@link PreconditionFailed} (client fault)
|
|
63
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
64
|
-
* <code>false</code>.</p>
|
|
63
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
65
64
|
*
|
|
66
65
|
* @throws {@link PublicKeyInUse} (client fault)
|
|
67
66
|
* <p>The specified public key is in use.</p>
|
|
@@ -27,13 +27,7 @@ declare const DeleteRealtimeLogConfigCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a real-time log configuration.</p>
|
|
31
|
-
* <p>You cannot delete a real-time log configuration if it's attached to a cache behavior.
|
|
32
|
-
* First update your distributions to remove the real-time log configuration from all cache
|
|
33
|
-
* behaviors, then delete the real-time log configuration.</p>
|
|
34
|
-
* <p>To delete a real-time log configuration, you can provide the configuration's name or
|
|
35
|
-
* its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront
|
|
36
|
-
* uses the name to identify the real-time log configuration to delete.</p>
|
|
30
|
+
* <p>Deletes a real-time log configuration.</p> <p>You cannot delete a real-time log configuration if it's attached to a cache behavior. First update your distributions to remove the real-time log configuration from all cache behaviors, then delete the real-time log configuration.</p> <p>To delete a real-time log configuration, you can provide the configuration's name or its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to identify the real-time log configuration to delete.</p>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -66,8 +60,7 @@ declare const DeleteRealtimeLogConfigCommand_base: {
|
|
|
66
60
|
* <p>The real-time log configuration does not exist.</p>
|
|
67
61
|
*
|
|
68
62
|
* @throws {@link RealtimeLogConfigInUse} (client fault)
|
|
69
|
-
* <p>Cannot delete the real-time log configuration because it is attached to one or more
|
|
70
|
-
* cache behaviors.</p>
|
|
63
|
+
* <p>Cannot delete the real-time log configuration because it is attached to one or more cache behaviors.</p>
|
|
71
64
|
*
|
|
72
65
|
* @throws {@link CloudFrontServiceException}
|
|
73
66
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -27,13 +27,7 @@ declare const DeleteResponseHeadersPolicyCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a response headers policy.</p>
|
|
31
|
-
* <p>You cannot delete a response headers policy if it's attached to a cache behavior.
|
|
32
|
-
* First update your distributions to remove the response headers policy from all cache
|
|
33
|
-
* behaviors, then delete the response headers policy.</p>
|
|
34
|
-
* <p>To delete a response headers policy, you must provide the policy's identifier and
|
|
35
|
-
* version. To get these values, you can use <code>ListResponseHeadersPolicies</code> or
|
|
36
|
-
* <code>GetResponseHeadersPolicy</code>.</p>
|
|
30
|
+
* <p>Deletes a response headers policy.</p> <p>You cannot delete a response headers policy if it's attached to a cache behavior. First update your distributions to remove the response headers policy from all cache behaviors, then delete the response headers policy.</p> <p>To delete a response headers policy, you must provide the policy's identifier and version. To get these values, you can use <code>ListResponseHeadersPolicies</code> or <code>GetResponseHeadersPolicy</code>.</p>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -69,12 +63,10 @@ declare const DeleteResponseHeadersPolicyCommand_base: {
|
|
|
69
63
|
* <p>The response headers policy does not exist.</p>
|
|
70
64
|
*
|
|
71
65
|
* @throws {@link PreconditionFailed} (client fault)
|
|
72
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
73
|
-
* <code>false</code>.</p>
|
|
66
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
74
67
|
*
|
|
75
68
|
* @throws {@link ResponseHeadersPolicyInUse} (client fault)
|
|
76
|
-
* <p>Cannot delete the response headers policy because it is attached to one or more cache
|
|
77
|
-
* behaviors in a CloudFront distribution.</p>
|
|
69
|
+
* <p>Cannot delete the response headers policy because it is attached to one or more cache behaviors in a CloudFront distribution.</p>
|
|
78
70
|
*
|
|
79
71
|
* @throws {@link CloudFrontServiceException}
|
|
80
72
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -27,55 +27,7 @@ declare const DeleteStreamingDistributionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Delete a streaming distribution. To delete an RTMP distribution using the CloudFront API,
|
|
31
|
-
* perform the following steps.</p>
|
|
32
|
-
* <p>
|
|
33
|
-
* <b>To delete an RTMP distribution using the CloudFront
|
|
34
|
-
* API</b>:</p>
|
|
35
|
-
* <ol>
|
|
36
|
-
* <li>
|
|
37
|
-
* <p>Disable the RTMP distribution.</p>
|
|
38
|
-
* </li>
|
|
39
|
-
* <li>
|
|
40
|
-
* <p>Submit a <code>GET Streaming Distribution Config</code> request to get the
|
|
41
|
-
* current configuration and the <code>Etag</code> header for the distribution.
|
|
42
|
-
* </p>
|
|
43
|
-
* </li>
|
|
44
|
-
* <li>
|
|
45
|
-
* <p>Update the XML document that was returned in the response to your <code>GET
|
|
46
|
-
* Streaming Distribution Config</code> request to change the value of
|
|
47
|
-
* <code>Enabled</code> to <code>false</code>.</p>
|
|
48
|
-
* </li>
|
|
49
|
-
* <li>
|
|
50
|
-
* <p>Submit a <code>PUT Streaming Distribution Config</code> request to update the
|
|
51
|
-
* configuration for your distribution. In the request body, include the XML
|
|
52
|
-
* document that you updated in Step 3. Then set the value of the HTTP
|
|
53
|
-
* <code>If-Match</code> header to the value of the <code>ETag</code> header
|
|
54
|
-
* that CloudFront returned when you submitted the <code>GET Streaming Distribution
|
|
55
|
-
* Config</code> request in Step 2.</p>
|
|
56
|
-
* </li>
|
|
57
|
-
* <li>
|
|
58
|
-
* <p>Review the response to the <code>PUT Streaming Distribution Config</code>
|
|
59
|
-
* request to confirm that the distribution was successfully disabled.</p>
|
|
60
|
-
* </li>
|
|
61
|
-
* <li>
|
|
62
|
-
* <p>Submit a <code>GET Streaming Distribution Config</code> request to confirm
|
|
63
|
-
* that your changes have propagated. When propagation is complete, the value of
|
|
64
|
-
* <code>Status</code> is <code>Deployed</code>.</p>
|
|
65
|
-
* </li>
|
|
66
|
-
* <li>
|
|
67
|
-
* <p>Submit a <code>DELETE Streaming Distribution</code> request. Set the value of
|
|
68
|
-
* the HTTP <code>If-Match</code> header to the value of the <code>ETag</code>
|
|
69
|
-
* header that CloudFront returned when you submitted the <code>GET Streaming
|
|
70
|
-
* Distribution Config</code> request in Step 2.</p>
|
|
71
|
-
* </li>
|
|
72
|
-
* <li>
|
|
73
|
-
* <p>Review the response to your <code>DELETE Streaming Distribution</code> request
|
|
74
|
-
* to confirm that the distribution was successfully deleted.</p>
|
|
75
|
-
* </li>
|
|
76
|
-
* </ol>
|
|
77
|
-
* <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
|
|
78
|
-
* Distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
30
|
+
* <p>Delete a streaming distribution. To delete an RTMP distribution using the CloudFront API, perform the following steps.</p> <p> <b>To delete an RTMP distribution using the CloudFront API</b>:</p> <ol> <li> <p>Disable the RTMP distribution.</p> </li> <li> <p>Submit a <code>GET Streaming 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 Streaming Distribution Config</code> request to change the value of <code>Enabled</code> to <code>false</code>.</p> </li> <li> <p>Submit a <code>PUT Streaming 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. Then 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 Streaming Distribution Config</code> request in Step 2.</p> </li> <li> <p>Review the response to the <code>PUT Streaming Distribution Config</code> request to confirm that the distribution was successfully disabled.</p> </li> <li> <p>Submit a <code>GET Streaming Distribution Config</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 Streaming 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 Streaming Distribution Config</code> request in Step 2.</p> </li> <li> <p>Review the response to your <code>DELETE Streaming 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>
|
|
79
31
|
* @example
|
|
80
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
81
33
|
* ```javascript
|
|
@@ -108,12 +60,10 @@ declare const DeleteStreamingDistributionCommand_base: {
|
|
|
108
60
|
* <p>The specified streaming distribution does not exist.</p>
|
|
109
61
|
*
|
|
110
62
|
* @throws {@link PreconditionFailed} (client fault)
|
|
111
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
112
|
-
* <code>false</code>.</p>
|
|
63
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
113
64
|
*
|
|
114
65
|
* @throws {@link StreamingDistributionNotDisabled} (client fault)
|
|
115
|
-
* <p>The specified CloudFront distribution is not disabled. You must disable the distribution
|
|
116
|
-
* before you can delete it.</p>
|
|
66
|
+
* <p>The specified CloudFront distribution is not disabled. You must disable the distribution before you can delete it.</p>
|
|
117
67
|
*
|
|
118
68
|
* @throws {@link CloudFrontServiceException}
|
|
119
69
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -91,8 +91,7 @@ declare const DeleteVpcOriginCommand_base: {
|
|
|
91
91
|
* <p>The <code>If-Match</code> version is missing or not valid.</p>
|
|
92
92
|
*
|
|
93
93
|
* @throws {@link PreconditionFailed} (client fault)
|
|
94
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
95
|
-
* <code>false</code>.</p>
|
|
94
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
96
95
|
*
|
|
97
96
|
* @throws {@link UnsupportedOperation} (client fault)
|
|
98
97
|
* <p>This operation is not supported in this Amazon Web Services Region.</p>
|
|
@@ -27,11 +27,7 @@ declare const DescribeFunctionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets configuration information and metadata about a CloudFront function, but not the
|
|
31
|
-
* function's code. To get a function's code, use <code>GetFunction</code>.</p>
|
|
32
|
-
* <p>To get configuration information and metadata about a function, you must provide the
|
|
33
|
-
* function's name and stage. To get these values, you can use
|
|
34
|
-
* <code>ListFunctions</code>.</p>
|
|
30
|
+
* <p>Gets configuration information and metadata about a CloudFront function, but not the function's code. To get a function's code, use <code>GetFunction</code>.</p> <p>To get configuration information and metadata about a function, you must provide the function's name and stage. To get these values, you can use <code>ListFunctions</code>.</p>
|
|
35
31
|
* @example
|
|
36
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
33
|
* ```javascript
|
|
@@ -66,8 +66,7 @@ declare const DisassociateDistributionTenantWebACLCommand_base: {
|
|
|
66
66
|
* <p>The <code>If-Match</code> version is missing or not valid.</p>
|
|
67
67
|
*
|
|
68
68
|
* @throws {@link PreconditionFailed} (client fault)
|
|
69
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
70
|
-
* <code>false</code>.</p>
|
|
69
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
71
70
|
*
|
|
72
71
|
* @throws {@link CloudFrontServiceException}
|
|
73
72
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -66,8 +66,7 @@ declare const DisassociateDistributionWebACLCommand_base: {
|
|
|
66
66
|
* <p>The <code>If-Match</code> version is missing or not valid.</p>
|
|
67
67
|
*
|
|
68
68
|
* @throws {@link PreconditionFailed} (client fault)
|
|
69
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
70
|
-
* <code>false</code>.</p>
|
|
69
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
71
70
|
*
|
|
72
71
|
* @throws {@link CloudFrontServiceException}
|
|
73
72
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -27,20 +27,7 @@ declare const GetCachePolicyCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets a cache policy, including the following metadata:</p>
|
|
31
|
-
* <ul>
|
|
32
|
-
* <li>
|
|
33
|
-
* <p>The policy's identifier.</p>
|
|
34
|
-
* </li>
|
|
35
|
-
* <li>
|
|
36
|
-
* <p>The date and time when the policy was last modified.</p>
|
|
37
|
-
* </li>
|
|
38
|
-
* </ul>
|
|
39
|
-
* <p>To get a cache policy, you must provide the policy's identifier. If the cache policy
|
|
40
|
-
* is attached to a distribution's cache behavior, you can get the policy's identifier
|
|
41
|
-
* using <code>ListDistributions</code> or <code>GetDistribution</code>. If the cache
|
|
42
|
-
* policy is not attached to a cache behavior, you can get the identifier using
|
|
43
|
-
* <code>ListCachePolicies</code>.</p>
|
|
30
|
+
* <p>Gets a cache policy, including the following metadata:</p> <ul> <li> <p>The policy's identifier.</p> </li> <li> <p>The date and time when the policy was last modified.</p> </li> </ul> <p>To get a cache policy, you must provide the policy's identifier. 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>
|
|
44
31
|
* @example
|
|
45
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
46
33
|
* ```javascript
|
|
@@ -27,12 +27,7 @@ declare const GetCachePolicyConfigCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets a cache policy configuration.</p>
|
|
31
|
-
* <p>To get a cache policy configuration, you must provide the policy's identifier. If the
|
|
32
|
-
* cache policy is attached to a distribution's cache behavior, you can get the policy's
|
|
33
|
-
* identifier using <code>ListDistributions</code> or <code>GetDistribution</code>. If the
|
|
34
|
-
* cache policy is not attached to a cache behavior, you can get the identifier using
|
|
35
|
-
* <code>ListCachePolicies</code>.</p>
|
|
30
|
+
* <p>Gets a cache policy configuration.</p> <p>To get a cache policy configuration, you must provide the policy's identifier. 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>
|
|
36
31
|
* @example
|
|
37
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
38
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const GetContinuousDeploymentPolicyCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets a continuous deployment policy, including metadata (the policy's identifier and
|
|
31
|
-
* the date and time when the policy was last modified).</p>
|
|
30
|
+
* <p>Gets a continuous deployment policy, including metadata (the policy's identifier and the date and time when the policy was last modified).</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -34,10 +34,7 @@ declare const GetFunctionCommand_base: {
|
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
36
|
/**
|
|
37
|
-
* <p>Gets the code of a CloudFront function. To get configuration information and metadata about
|
|
38
|
-
* a function, use <code>DescribeFunction</code>.</p>
|
|
39
|
-
* <p>To get a function's code, you must provide the function's name and stage. To get these
|
|
40
|
-
* values, you can use <code>ListFunctions</code>.</p>
|
|
37
|
+
* <p>Gets the code of a CloudFront function. To get configuration information and metadata about a function, use <code>DescribeFunction</code>.</p> <p>To get a function's code, you must provide the function's name and stage. To get these values, you can use <code>ListFunctions</code>.</p>
|
|
41
38
|
* @example
|
|
42
39
|
* Use a bare-bones client and the command you need to make an API call.
|
|
43
40
|
* ```javascript
|
|
@@ -27,13 +27,7 @@ declare const GetKeyGroupCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets a key group, including the date and time when the key group was last
|
|
31
|
-
* modified.</p>
|
|
32
|
-
* <p>To get a key group, you must provide the key group's identifier. If the key group is
|
|
33
|
-
* referenced in a distribution's cache behavior, you can get the key group's identifier
|
|
34
|
-
* using <code>ListDistributions</code> or <code>GetDistribution</code>. If the key group
|
|
35
|
-
* is not referenced in a cache behavior, you can get the identifier using
|
|
36
|
-
* <code>ListKeyGroups</code>.</p>
|
|
30
|
+
* <p>Gets a key group, including the date and time when the key group was last modified.</p> <p>To get a key group, you must provide the key group's identifier. If the key group is referenced in a distribution's cache behavior, you can get the key group's identifier using <code>ListDistributions</code> or <code>GetDistribution</code>. If the key group is not referenced in a cache behavior, you can get the identifier using <code>ListKeyGroups</code>.</p>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -27,12 +27,7 @@ declare const GetKeyGroupConfigCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets a key group configuration.</p>
|
|
31
|
-
* <p>To get a key group configuration, you must provide the key group's identifier. If the
|
|
32
|
-
* key group is referenced in a distribution's cache behavior, you can get the key group's
|
|
33
|
-
* identifier using <code>ListDistributions</code> or <code>GetDistribution</code>. If the
|
|
34
|
-
* key group is not referenced in a cache behavior, you can get the identifier using
|
|
35
|
-
* <code>ListKeyGroups</code>.</p>
|
|
30
|
+
* <p>Gets a key group configuration.</p> <p>To get a key group configuration, you must provide the key group's identifier. If the key group is referenced in a distribution's cache behavior, you can get the key group's identifier using <code>ListDistributions</code> or <code>GetDistribution</code>. If the key group is not referenced in a cache behavior, you can get the identifier using <code>ListKeyGroups</code>.</p>
|
|
36
31
|
* @example
|
|
37
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
38
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const GetMonitoringSubscriptionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets information about whether additional CloudWatch metrics are enabled for the
|
|
31
|
-
* specified CloudFront distribution.</p>
|
|
30
|
+
* <p>Gets information about whether additional CloudWatch metrics are enabled for the specified CloudFront distribution.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,21 +27,7 @@ declare const GetOriginRequestPolicyCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets an origin request policy, including the following metadata:</p>
|
|
31
|
-
* <ul>
|
|
32
|
-
* <li>
|
|
33
|
-
* <p>The policy's identifier.</p>
|
|
34
|
-
* </li>
|
|
35
|
-
* <li>
|
|
36
|
-
* <p>The date and time when the policy was last modified.</p>
|
|
37
|
-
* </li>
|
|
38
|
-
* </ul>
|
|
39
|
-
* <p>To get an origin request policy, you must provide the policy's identifier. If the
|
|
40
|
-
* origin request policy is attached to a distribution's cache behavior, you can get the
|
|
41
|
-
* policy's identifier using <code>ListDistributions</code> or
|
|
42
|
-
* <code>GetDistribution</code>. If the origin request policy is not attached to a cache
|
|
43
|
-
* behavior, you can get the identifier using
|
|
44
|
-
* <code>ListOriginRequestPolicies</code>.</p>
|
|
30
|
+
* <p>Gets an origin request policy, including the following metadata:</p> <ul> <li> <p>The policy's identifier.</p> </li> <li> <p>The date and time when the policy was last modified.</p> </li> </ul> <p>To get an origin request policy, you must provide the policy's identifier. 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>
|
|
45
31
|
* @example
|
|
46
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
47
33
|
* ```javascript
|
|
@@ -27,13 +27,7 @@ declare const GetOriginRequestPolicyConfigCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets an origin request policy configuration.</p>
|
|
31
|
-
* <p>To get an origin request policy configuration, you must provide the policy's
|
|
32
|
-
* identifier. If the origin request policy is attached to a distribution's cache behavior,
|
|
33
|
-
* you can get the policy's identifier using <code>ListDistributions</code> or
|
|
34
|
-
* <code>GetDistribution</code>. If the origin request policy is not attached to a
|
|
35
|
-
* cache behavior, you can get the identifier using
|
|
36
|
-
* <code>ListOriginRequestPolicies</code>.</p>
|
|
30
|
+
* <p>Gets an origin request policy configuration.</p> <p>To get an origin request policy configuration, you must provide the policy's identifier. 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>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -27,10 +27,7 @@ declare const GetRealtimeLogConfigCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets a real-time log configuration.</p>
|
|
31
|
-
* <p>To get a real-time log configuration, you can provide the configuration's name or its
|
|
32
|
-
* Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront
|
|
33
|
-
* uses the name to identify the real-time log configuration to get.</p>
|
|
30
|
+
* <p>Gets a real-time log configuration.</p> <p>To get a real-time log configuration, you can provide the configuration's name or its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to identify the real-time log configuration to get.</p>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -27,14 +27,7 @@ declare const GetResponseHeadersPolicyCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets a response headers policy, including metadata (the policy's identifier and the
|
|
31
|
-
* date and time when the policy was last modified).</p>
|
|
32
|
-
* <p>To get a response headers policy, you must provide the policy's identifier. If the
|
|
33
|
-
* response headers policy is attached to a distribution's cache behavior, you can get the
|
|
34
|
-
* policy's identifier using <code>ListDistributions</code> or
|
|
35
|
-
* <code>GetDistribution</code>. If the response headers policy is not attached to a cache
|
|
36
|
-
* behavior, you can get the identifier using
|
|
37
|
-
* <code>ListResponseHeadersPolicies</code>.</p>
|
|
30
|
+
* <p>Gets a response headers policy, including metadata (the policy's identifier and the date and time when the policy was last modified).</p> <p>To get a response headers policy, you must provide the policy's identifier. 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>
|
|
38
31
|
* @example
|
|
39
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
40
33
|
* ```javascript
|
|
@@ -27,13 +27,7 @@ declare const GetResponseHeadersPolicyConfigCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets a response headers policy configuration.</p>
|
|
31
|
-
* <p>To get a response headers policy configuration, you must provide the policy's
|
|
32
|
-
* identifier. If the response headers policy is attached to a distribution's cache
|
|
33
|
-
* behavior, you can get the policy's identifier using <code>ListDistributions</code> or
|
|
34
|
-
* <code>GetDistribution</code>. If the response headers policy is not attached to a
|
|
35
|
-
* cache behavior, you can get the identifier using
|
|
36
|
-
* <code>ListResponseHeadersPolicies</code>.</p>
|
|
30
|
+
* <p>Gets a response headers policy configuration.</p> <p>To get a response headers policy configuration, you must provide the policy's identifier. 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>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const GetStreamingDistributionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets information about a specified RTMP distribution, including the distribution
|
|
31
|
-
* configuration.</p>
|
|
30
|
+
* <p>Gets information about a specified RTMP distribution, including the distribution configuration.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,14 +27,7 @@ declare const ListCachePoliciesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets a list of cache policies.</p>
|
|
31
|
-
* <p>You can optionally apply a filter to return only the managed policies created by
|
|
32
|
-
* Amazon Web Services, or only the custom policies created in your Amazon Web Services account.</p>
|
|
33
|
-
* <p>You can optionally specify the maximum number of items to receive in the response. If
|
|
34
|
-
* the total number of items in the list exceeds the maximum that you specify, or the
|
|
35
|
-
* default maximum, the response is paginated. To get the next page of items, send a
|
|
36
|
-
* subsequent request that specifies the <code>NextMarker</code> value from the current
|
|
37
|
-
* response as the <code>Marker</code> value in the subsequent request.</p>
|
|
30
|
+
* <p>Gets a list of cache policies.</p> <p>You can optionally apply a filter to return only the managed policies created by Amazon Web Services, or only the custom policies created in your Amazon Web Services account.</p> <p>You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the <code>NextMarker</code> value from the current response as the <code>Marker</code> value in the subsequent request.</p>
|
|
38
31
|
* @example
|
|
39
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
40
33
|
* ```javascript
|
|
@@ -27,29 +27,7 @@ declare const ListConflictingAliasesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets a list of aliases (also called CNAMEs or alternate domain names) that conflict or
|
|
31
|
-
* overlap with the provided alias, and the associated CloudFront distributions and Amazon Web Services
|
|
32
|
-
* accounts for each conflicting alias. In the returned list, the distribution and account
|
|
33
|
-
* IDs are partially hidden, which allows you to identify the distributions and accounts
|
|
34
|
-
* that you own, but helps to protect the information of ones that you don't own.</p>
|
|
35
|
-
* <p>Use this operation to find aliases that are in use in CloudFront that conflict or overlap
|
|
36
|
-
* with the provided alias. For example, if you provide <code>www.example.com</code> as
|
|
37
|
-
* input, the returned list can include <code>www.example.com</code> and the overlapping
|
|
38
|
-
* wildcard alternate domain name (<code>*.example.com</code>), if they exist. If you
|
|
39
|
-
* provide <code>*.example.com</code> as input, the returned list can include
|
|
40
|
-
* <code>*.example.com</code> and any alternate domain names covered by that wildcard
|
|
41
|
-
* (for example, <code>www.example.com</code>, <code>test.example.com</code>,
|
|
42
|
-
* <code>dev.example.com</code>, and so on), if they exist.</p>
|
|
43
|
-
* <p>To list conflicting aliases, you provide the alias to search and the ID of a
|
|
44
|
-
* distribution in your account that has an attached SSL/TLS certificate that includes the
|
|
45
|
-
* provided alias. For more information, including how to set up the distribution and
|
|
46
|
-
* 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
|
|
47
|
-
* distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
48
|
-
* <p>You can optionally specify the maximum number of items to receive in the response. If
|
|
49
|
-
* the total number of items in the list exceeds the maximum that you specify, or the
|
|
50
|
-
* default maximum, the response is paginated. To get the next page of items, send a
|
|
51
|
-
* subsequent request that specifies the <code>NextMarker</code> value from the current
|
|
52
|
-
* response as the <code>Marker</code> value in the subsequent request.</p>
|
|
30
|
+
* <p>Gets a list of aliases (also called CNAMEs or alternate domain names) that conflict or overlap with the provided alias, and the associated CloudFront distributions and Amazon Web Services accounts for each conflicting alias. In the returned 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> <p>Use this operation to find aliases that are in use in CloudFront that conflict or overlap with the provided alias. For example, if you provide <code>www.example.com</code> as input, the returned list can include <code>www.example.com</code> and the overlapping wildcard alternate domain name (<code>*.example.com</code>), if they exist. If you provide <code>*.example.com</code> as input, the returned list can include <code>*.example.com</code> and any alternate domain names covered by that wildcard (for example, <code>www.example.com</code>, <code>test.example.com</code>, <code>dev.example.com</code>, and so on), if they exist.</p> <p>To list conflicting aliases, you provide the alias to search and the ID of a distribution in your account that has an attached SSL/TLS certificate that includes the provided alias. For more information, including how to set up the distribution and 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 distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the <code>NextMarker</code> value from the current response as the <code>Marker</code> value in the subsequent request.</p>
|
|
53
31
|
* @example
|
|
54
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
55
33
|
* ```javascript
|
|
@@ -27,12 +27,7 @@ declare const ListContinuousDeploymentPoliciesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets a list of the continuous deployment policies in your Amazon Web Services account.</p>
|
|
31
|
-
* <p>You can optionally specify the maximum number of items to receive in the response. If
|
|
32
|
-
* the total number of items in the list exceeds the maximum that you specify, or the
|
|
33
|
-
* default maximum, the response is paginated. To get the next page of items, send a
|
|
34
|
-
* subsequent request that specifies the <code>NextMarker</code> value from the current
|
|
35
|
-
* response as the <code>Marker</code> value in the subsequent request.</p>
|
|
30
|
+
* <p>Gets a list of the continuous deployment policies in your Amazon Web Services account.</p> <p>You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the <code>NextMarker</code> value from the current response as the <code>Marker</code> value in the subsequent request.</p>
|
|
36
31
|
* @example
|
|
37
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
38
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const ListDistributionTenantsByCustomizationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists distribution tenants by the customization that you specify.</p>
|
|
31
|
-
* <p>You must specify either the <code>CertificateArn</code> parameter or <code>WebACLArn</code> parameter, but not both in the same request.</p>
|
|
30
|
+
* <p>Lists distribution tenants by the customization that you specify.</p> <p>You must specify either the <code>CertificateArn</code> parameter or <code>WebACLArn</code> parameter, but not both in the same request.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,13 +27,7 @@ declare const ListDistributionsByCachePolicyIdCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets a list of distribution IDs for distributions that have a cache behavior that's
|
|
31
|
-
* associated with the specified cache policy.</p>
|
|
32
|
-
* <p>You can optionally specify the maximum number of items to receive in the response. If
|
|
33
|
-
* the total number of items in the list exceeds the maximum that you specify, or the
|
|
34
|
-
* default maximum, the response is paginated. To get the next page of items, send a
|
|
35
|
-
* subsequent request that specifies the <code>NextMarker</code> value from the current
|
|
36
|
-
* response as the <code>Marker</code> value in the subsequent request.</p>
|
|
30
|
+
* <p>Gets a list of distribution IDs for distributions that have a cache behavior that's associated with the specified cache policy.</p> <p>You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the <code>NextMarker</code> value from the current response as the <code>Marker</code> value in the subsequent request.</p>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|