@aws-sdk/client-cloudfront 3.289.0 → 3.292.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/commands/AssociateAliasCommand.d.ts +16 -0
- package/dist-types/commands/CopyDistributionCommand.d.ts +227 -0
- package/dist-types/commands/CreateCachePolicyCommand.d.ts +35 -0
- package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +23 -0
- package/dist-types/commands/CreateContinuousDeploymentPolicyCommand.d.ts +21 -0
- package/dist-types/commands/CreateDistributionCommand.d.ts +238 -0
- package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +231 -0
- package/dist-types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +29 -0
- package/dist-types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +28 -0
- package/dist-types/commands/CreateFunctionCommand.d.ts +21 -0
- package/dist-types/commands/CreateInvalidationCommand.d.ts +25 -0
- package/dist-types/commands/CreateKeyGroupCommand.d.ts +18 -0
- package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +13 -0
- package/dist-types/commands/CreateOriginAccessControlCommand.d.ts +13 -0
- package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +36 -0
- package/dist-types/commands/CreatePublicKeyCommand.d.ts +11 -0
- package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +17 -0
- package/dist-types/commands/CreateResponseHeadersPolicyCommand.d.ts +40 -0
- package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +44 -0
- package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +47 -0
- package/dist-types/commands/DeleteCachePolicyCommand.d.ts +21 -0
- package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +17 -0
- package/dist-types/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +21 -0
- package/dist-types/commands/DeleteDistributionCommand.d.ts +18 -0
- package/dist-types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +17 -0
- package/dist-types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +17 -0
- package/dist-types/commands/DeleteFunctionCommand.d.ts +18 -0
- package/dist-types/commands/DeleteKeyGroupCommand.d.ts +14 -0
- package/dist-types/commands/DeleteMonitoringSubscriptionCommand.d.ts +13 -0
- package/dist-types/commands/DeleteOriginAccessControlCommand.d.ts +18 -0
- package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +21 -0
- package/dist-types/commands/DeletePublicKeyCommand.d.ts +17 -0
- package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +14 -0
- package/dist-types/commands/DeleteResponseHeadersPolicyCommand.d.ts +21 -0
- package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +18 -0
- package/dist-types/commands/DescribeFunctionCommand.d.ts +7 -0
- package/dist-types/commands/GetCachePolicyCommand.d.ts +7 -0
- package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +7 -0
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +7 -0
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +7 -0
- package/dist-types/commands/GetContinuousDeploymentPolicyCommand.d.ts +7 -0
- package/dist-types/commands/GetContinuousDeploymentPolicyConfigCommand.d.ts +7 -0
- package/dist-types/commands/GetDistributionCommand.d.ts +7 -0
- package/dist-types/commands/GetDistributionConfigCommand.d.ts +7 -0
- package/dist-types/commands/GetFieldLevelEncryptionCommand.d.ts +7 -0
- package/dist-types/commands/GetFieldLevelEncryptionConfigCommand.d.ts +7 -0
- package/dist-types/commands/GetFieldLevelEncryptionProfileCommand.d.ts +7 -0
- package/dist-types/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +7 -0
- package/dist-types/commands/GetFunctionCommand.d.ts +7 -0
- package/dist-types/commands/GetInvalidationCommand.d.ts +10 -0
- package/dist-types/commands/GetKeyGroupCommand.d.ts +4 -0
- package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +4 -0
- package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +13 -0
- package/dist-types/commands/GetOriginAccessControlCommand.d.ts +7 -0
- package/dist-types/commands/GetOriginAccessControlConfigCommand.d.ts +7 -0
- package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +7 -0
- package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +7 -0
- package/dist-types/commands/GetPublicKeyCommand.d.ts +7 -0
- package/dist-types/commands/GetPublicKeyConfigCommand.d.ts +7 -0
- package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +10 -0
- package/dist-types/commands/GetResponseHeadersPolicyCommand.d.ts +7 -0
- package/dist-types/commands/GetResponseHeadersPolicyConfigCommand.d.ts +7 -0
- package/dist-types/commands/GetStreamingDistributionCommand.d.ts +7 -0
- package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +7 -0
- package/dist-types/commands/ListCachePoliciesCommand.d.ts +10 -0
- package/dist-types/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +4 -0
- package/dist-types/commands/ListConflictingAliasesCommand.d.ts +7 -0
- package/dist-types/commands/ListContinuousDeploymentPoliciesCommand.d.ts +10 -0
- package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +10 -0
- package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +7 -0
- package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +10 -0
- package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +4 -0
- package/dist-types/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +10 -0
- package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +11 -0
- package/dist-types/commands/ListDistributionsCommand.d.ts +4 -0
- package/dist-types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +4 -0
- package/dist-types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +4 -0
- package/dist-types/commands/ListFunctionsCommand.d.ts +7 -0
- package/dist-types/commands/ListInvalidationsCommand.d.ts +10 -0
- package/dist-types/commands/ListKeyGroupsCommand.d.ts +4 -0
- package/dist-types/commands/ListOriginAccessControlsCommand.d.ts +4 -0
- package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +10 -0
- package/dist-types/commands/ListPublicKeysCommand.d.ts +4 -0
- package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +10 -0
- package/dist-types/commands/ListResponseHeadersPoliciesCommand.d.ts +10 -0
- package/dist-types/commands/ListStreamingDistributionsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
- package/dist-types/commands/PublishFunctionCommand.d.ts +17 -0
- package/dist-types/commands/TagResourceCommand.d.ts +13 -0
- package/dist-types/commands/TestFunctionCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +13 -0
- package/dist-types/commands/UpdateCachePolicyCommand.d.ts +43 -0
- package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +28 -0
- package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +24 -0
- package/dist-types/commands/UpdateDistributionCommand.d.ts +233 -0
- package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +215 -0
- package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +38 -0
- package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +41 -0
- package/dist-types/commands/UpdateFunctionCommand.d.ts +21 -0
- package/dist-types/commands/UpdateKeyGroupCommand.d.ts +23 -0
- package/dist-types/commands/UpdateOriginAccessControlCommand.d.ts +23 -0
- package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +44 -0
- package/dist-types/commands/UpdatePublicKeyCommand.d.ts +23 -0
- package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +10 -0
- package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +47 -0
- package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +46 -0
- package/package.json +37 -42
|
@@ -32,6 +32,13 @@ export interface GetFunctionCommandOutput extends GetFunctionResult, __MetadataB
|
|
|
32
32
|
* @see {@link GetFunctionCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link NoSuchFunctionExists} (client fault)
|
|
36
|
+
* <p>The function does not exist.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link UnsupportedOperation} (client fault)
|
|
39
|
+
* <p>This operation is not supported in this region.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
35
42
|
*/
|
|
36
43
|
export declare class GetFunctionCommand extends $Command<GetFunctionCommandInput, GetFunctionCommandOutput, CloudFrontClientResolvedConfig> {
|
|
37
44
|
readonly input: GetFunctionCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface GetInvalidationCommandOutput extends GetInvalidationResult, __M
|
|
|
29
29
|
* @see {@link GetInvalidationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDenied} (client fault)
|
|
33
|
+
* <p>Access denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link NoSuchDistribution} (client fault)
|
|
36
|
+
* <p>The specified distribution does not exist.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NoSuchInvalidation} (client fault)
|
|
39
|
+
* <p>The specified invalidation does not exist.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class GetInvalidationCommand extends $Command<GetInvalidationCommandInput, GetInvalidationCommandOutput, CloudFrontClientResolvedConfig> {
|
|
34
44
|
readonly input: GetInvalidationCommandInput;
|
|
@@ -35,6 +35,10 @@ export interface GetKeyGroupCommandOutput extends GetKeyGroupResult, __MetadataB
|
|
|
35
35
|
* @see {@link GetKeyGroupCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link NoSuchResource} (client fault)
|
|
39
|
+
* <p>A resource that was specified is not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
38
42
|
*/
|
|
39
43
|
export declare class GetKeyGroupCommand extends $Command<GetKeyGroupCommandInput, GetKeyGroupCommandOutput, CloudFrontClientResolvedConfig> {
|
|
40
44
|
readonly input: GetKeyGroupCommandInput;
|
|
@@ -34,6 +34,10 @@ export interface GetKeyGroupConfigCommandOutput extends GetKeyGroupConfigResult,
|
|
|
34
34
|
* @see {@link GetKeyGroupConfigCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link NoSuchResource} (client fault)
|
|
38
|
+
* <p>A resource that was specified is not valid.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
37
41
|
*/
|
|
38
42
|
export declare class GetKeyGroupConfigCommand extends $Command<GetKeyGroupConfigCommandInput, GetKeyGroupConfigCommandOutput, CloudFrontClientResolvedConfig> {
|
|
39
43
|
readonly input: GetKeyGroupConfigCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface GetMonitoringSubscriptionCommandOutput extends GetMonitoringSub
|
|
|
30
30
|
* @see {@link GetMonitoringSubscriptionCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDenied} (client fault)
|
|
34
|
+
* <p>Access denied.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link NoSuchDistribution} (client fault)
|
|
37
|
+
* <p>The specified distribution does not exist.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link NoSuchMonitoringSubscription} (client fault)
|
|
40
|
+
* <p>A monitoring subscription does not exist for the specified distribution.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link UnsupportedOperation} (client fault)
|
|
43
|
+
* <p>This operation is not supported in this region.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class GetMonitoringSubscriptionCommand extends $Command<GetMonitoringSubscriptionCommandInput, GetMonitoringSubscriptionCommandOutput, CloudFrontClientResolvedConfig> {
|
|
35
48
|
readonly input: GetMonitoringSubscriptionCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface GetOriginAccessControlCommandOutput extends GetOriginAccessCont
|
|
|
29
29
|
* @see {@link GetOriginAccessControlCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDenied} (client fault)
|
|
33
|
+
* <p>Access denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link NoSuchOriginAccessControl} (client fault)
|
|
36
|
+
* <p>The origin access control does not exist.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class GetOriginAccessControlCommand extends $Command<GetOriginAccessControlCommandInput, GetOriginAccessControlCommandOutput, CloudFrontClientResolvedConfig> {
|
|
34
41
|
readonly input: GetOriginAccessControlCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface GetOriginAccessControlConfigCommandOutput extends GetOriginAcce
|
|
|
29
29
|
* @see {@link GetOriginAccessControlConfigCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDenied} (client fault)
|
|
33
|
+
* <p>Access denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link NoSuchOriginAccessControl} (client fault)
|
|
36
|
+
* <p>The origin access control does not exist.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class GetOriginAccessControlConfigCommand extends $Command<GetOriginAccessControlConfigCommandInput, GetOriginAccessControlConfigCommandOutput, CloudFrontClientResolvedConfig> {
|
|
34
41
|
readonly input: GetOriginAccessControlConfigCommandInput;
|
|
@@ -43,6 +43,13 @@ export interface GetOriginRequestPolicyCommandOutput extends GetOriginRequestPol
|
|
|
43
43
|
* @see {@link GetOriginRequestPolicyCommandOutput} for command's `response` shape.
|
|
44
44
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
45
45
|
*
|
|
46
|
+
* @throws {@link AccessDenied} (client fault)
|
|
47
|
+
* <p>Access denied.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link NoSuchOriginRequestPolicy} (client fault)
|
|
50
|
+
* <p>The origin request policy does not exist.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
46
53
|
*/
|
|
47
54
|
export declare class GetOriginRequestPolicyCommand extends $Command<GetOriginRequestPolicyCommandInput, GetOriginRequestPolicyCommandOutput, CloudFrontClientResolvedConfig> {
|
|
48
55
|
readonly input: GetOriginRequestPolicyCommandInput;
|
|
@@ -35,6 +35,13 @@ export interface GetOriginRequestPolicyConfigCommandOutput extends GetOriginRequ
|
|
|
35
35
|
* @see {@link GetOriginRequestPolicyConfigCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link AccessDenied} (client fault)
|
|
39
|
+
* <p>Access denied.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NoSuchOriginRequestPolicy} (client fault)
|
|
42
|
+
* <p>The origin request policy does not exist.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
38
45
|
*/
|
|
39
46
|
export declare class GetOriginRequestPolicyConfigCommand extends $Command<GetOriginRequestPolicyConfigCommandInput, GetOriginRequestPolicyConfigCommandOutput, CloudFrontClientResolvedConfig> {
|
|
40
47
|
readonly input: GetOriginRequestPolicyConfigCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface GetPublicKeyCommandOutput extends GetPublicKeyResult, __Metadat
|
|
|
29
29
|
* @see {@link GetPublicKeyCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDenied} (client fault)
|
|
33
|
+
* <p>Access denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link NoSuchPublicKey} (client fault)
|
|
36
|
+
* <p>The specified public key doesn't exist.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class GetPublicKeyCommand extends $Command<GetPublicKeyCommandInput, GetPublicKeyCommandOutput, CloudFrontClientResolvedConfig> {
|
|
34
41
|
readonly input: GetPublicKeyCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface GetPublicKeyConfigCommandOutput extends GetPublicKeyConfigResul
|
|
|
29
29
|
* @see {@link GetPublicKeyConfigCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDenied} (client fault)
|
|
33
|
+
* <p>Access denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link NoSuchPublicKey} (client fault)
|
|
36
|
+
* <p>The specified public key doesn't exist.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class GetPublicKeyConfigCommand extends $Command<GetPublicKeyConfigCommandInput, GetPublicKeyConfigCommandOutput, CloudFrontClientResolvedConfig> {
|
|
34
41
|
readonly input: GetPublicKeyConfigCommandInput;
|
|
@@ -32,6 +32,16 @@ export interface GetRealtimeLogConfigCommandOutput extends GetRealtimeLogConfigR
|
|
|
32
32
|
* @see {@link GetRealtimeLogConfigCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDenied} (client fault)
|
|
36
|
+
* <p>Access denied.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
39
|
+
* <p>An argument is invalid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NoSuchRealtimeLogConfig} (client fault)
|
|
42
|
+
* <p>The real-time log configuration does not exist.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
35
45
|
*/
|
|
36
46
|
export declare class GetRealtimeLogConfigCommand extends $Command<GetRealtimeLogConfigCommandInput, GetRealtimeLogConfigCommandOutput, CloudFrontClientResolvedConfig> {
|
|
37
47
|
readonly input: GetRealtimeLogConfigCommandInput;
|
|
@@ -36,6 +36,13 @@ export interface GetResponseHeadersPolicyCommandOutput extends GetResponseHeader
|
|
|
36
36
|
* @see {@link GetResponseHeadersPolicyCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link AccessDenied} (client fault)
|
|
40
|
+
* <p>Access denied.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link NoSuchResponseHeadersPolicy} (client fault)
|
|
43
|
+
* <p>The response headers policy does not exist.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
39
46
|
*/
|
|
40
47
|
export declare class GetResponseHeadersPolicyCommand extends $Command<GetResponseHeadersPolicyCommandInput, GetResponseHeadersPolicyCommandOutput, CloudFrontClientResolvedConfig> {
|
|
41
48
|
readonly input: GetResponseHeadersPolicyCommandInput;
|
|
@@ -35,6 +35,13 @@ export interface GetResponseHeadersPolicyConfigCommandOutput extends GetResponse
|
|
|
35
35
|
* @see {@link GetResponseHeadersPolicyConfigCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link AccessDenied} (client fault)
|
|
39
|
+
* <p>Access denied.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NoSuchResponseHeadersPolicy} (client fault)
|
|
42
|
+
* <p>The response headers policy does not exist.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
38
45
|
*/
|
|
39
46
|
export declare class GetResponseHeadersPolicyConfigCommand extends $Command<GetResponseHeadersPolicyConfigCommandInput, GetResponseHeadersPolicyConfigCommandOutput, CloudFrontClientResolvedConfig> {
|
|
40
47
|
readonly input: GetResponseHeadersPolicyConfigCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface GetStreamingDistributionCommandOutput extends GetStreamingDistr
|
|
|
30
30
|
* @see {@link GetStreamingDistributionCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDenied} (client fault)
|
|
34
|
+
* <p>Access denied.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link NoSuchStreamingDistribution} (client fault)
|
|
37
|
+
* <p>The specified streaming distribution does not exist.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class GetStreamingDistributionCommand extends $Command<GetStreamingDistributionCommandInput, GetStreamingDistributionCommandOutput, CloudFrontClientResolvedConfig> {
|
|
35
42
|
readonly input: GetStreamingDistributionCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface GetStreamingDistributionConfigCommandOutput extends GetStreamin
|
|
|
29
29
|
* @see {@link GetStreamingDistributionConfigCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDenied} (client fault)
|
|
33
|
+
* <p>Access denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link NoSuchStreamingDistribution} (client fault)
|
|
36
|
+
* <p>The specified streaming distribution does not exist.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class GetStreamingDistributionConfigCommand extends $Command<GetStreamingDistributionConfigCommandInput, GetStreamingDistributionConfigCommandOutput, CloudFrontClientResolvedConfig> {
|
|
34
41
|
readonly input: GetStreamingDistributionConfigCommandInput;
|
|
@@ -36,6 +36,16 @@ export interface ListCachePoliciesCommandOutput extends ListCachePoliciesResult,
|
|
|
36
36
|
* @see {@link ListCachePoliciesCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link AccessDenied} (client fault)
|
|
40
|
+
* <p>Access denied.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
43
|
+
* <p>An argument is invalid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link NoSuchCachePolicy} (client fault)
|
|
46
|
+
* <p>The cache policy does not exist.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
39
49
|
*/
|
|
40
50
|
export declare class ListCachePoliciesCommand extends $Command<ListCachePoliciesCommandInput, ListCachePoliciesCommandOutput, CloudFrontClientResolvedConfig> {
|
|
41
51
|
readonly input: ListCachePoliciesCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ListCloudFrontOriginAccessIdentitiesCommandOutput extends ListC
|
|
|
29
29
|
* @see {@link ListCloudFrontOriginAccessIdentitiesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
33
|
+
* <p>An argument is invalid.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListCloudFrontOriginAccessIdentitiesCommand extends $Command<ListCloudFrontOriginAccessIdentitiesCommandInput, ListCloudFrontOriginAccessIdentitiesCommandOutput, CloudFrontClientResolvedConfig> {
|
|
34
38
|
readonly input: ListCloudFrontOriginAccessIdentitiesCommandInput;
|
|
@@ -51,6 +51,13 @@ export interface ListConflictingAliasesCommandOutput extends ListConflictingAlia
|
|
|
51
51
|
* @see {@link ListConflictingAliasesCommandOutput} for command's `response` shape.
|
|
52
52
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
53
53
|
*
|
|
54
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
55
|
+
* <p>An argument is invalid.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link NoSuchDistribution} (client fault)
|
|
58
|
+
* <p>The specified distribution does not exist.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
54
61
|
*/
|
|
55
62
|
export declare class ListConflictingAliasesCommand extends $Command<ListConflictingAliasesCommandInput, ListConflictingAliasesCommandOutput, CloudFrontClientResolvedConfig> {
|
|
56
63
|
readonly input: ListConflictingAliasesCommandInput;
|
|
@@ -34,6 +34,16 @@ export interface ListContinuousDeploymentPoliciesCommandOutput extends ListConti
|
|
|
34
34
|
* @see {@link ListContinuousDeploymentPoliciesCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link AccessDenied} (client fault)
|
|
38
|
+
* <p>Access denied.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
41
|
+
* <p>An argument is invalid.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link NoSuchContinuousDeploymentPolicy} (client fault)
|
|
44
|
+
* <p>The continuous deployment policy doesn't exist.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
37
47
|
*/
|
|
38
48
|
export declare class ListContinuousDeploymentPoliciesCommand extends $Command<ListContinuousDeploymentPoliciesCommandInput, ListContinuousDeploymentPoliciesCommandOutput, CloudFrontClientResolvedConfig> {
|
|
39
49
|
readonly input: ListContinuousDeploymentPoliciesCommandInput;
|
|
@@ -35,6 +35,16 @@ export interface ListDistributionsByCachePolicyIdCommandOutput extends ListDistr
|
|
|
35
35
|
* @see {@link ListDistributionsByCachePolicyIdCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link AccessDenied} (client fault)
|
|
39
|
+
* <p>Access denied.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
42
|
+
* <p>An argument is invalid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NoSuchCachePolicy} (client fault)
|
|
45
|
+
* <p>The cache policy does not exist.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
38
48
|
*/
|
|
39
49
|
export declare class ListDistributionsByCachePolicyIdCommand extends $Command<ListDistributionsByCachePolicyIdCommandInput, ListDistributionsByCachePolicyIdCommandOutput, CloudFrontClientResolvedConfig> {
|
|
40
50
|
readonly input: ListDistributionsByCachePolicyIdCommandInput;
|
|
@@ -35,6 +35,13 @@ export interface ListDistributionsByKeyGroupCommandOutput extends ListDistributi
|
|
|
35
35
|
* @see {@link ListDistributionsByKeyGroupCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
39
|
+
* <p>An argument is invalid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NoSuchResource} (client fault)
|
|
42
|
+
* <p>A resource that was specified is not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
38
45
|
*/
|
|
39
46
|
export declare class ListDistributionsByKeyGroupCommand extends $Command<ListDistributionsByKeyGroupCommandInput, ListDistributionsByKeyGroupCommandOutput, CloudFrontClientResolvedConfig> {
|
|
40
47
|
readonly input: ListDistributionsByKeyGroupCommandInput;
|
|
@@ -35,6 +35,16 @@ export interface ListDistributionsByOriginRequestPolicyIdCommandOutput extends L
|
|
|
35
35
|
* @see {@link ListDistributionsByOriginRequestPolicyIdCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link AccessDenied} (client fault)
|
|
39
|
+
* <p>Access denied.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
42
|
+
* <p>An argument is invalid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NoSuchOriginRequestPolicy} (client fault)
|
|
45
|
+
* <p>The origin request policy does not exist.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
38
48
|
*/
|
|
39
49
|
export declare class ListDistributionsByOriginRequestPolicyIdCommand extends $Command<ListDistributionsByOriginRequestPolicyIdCommandInput, ListDistributionsByOriginRequestPolicyIdCommandOutput, CloudFrontClientResolvedConfig> {
|
|
40
50
|
readonly input: ListDistributionsByOriginRequestPolicyIdCommandInput;
|
|
@@ -38,6 +38,10 @@ export interface ListDistributionsByRealtimeLogConfigCommandOutput extends ListD
|
|
|
38
38
|
* @see {@link ListDistributionsByRealtimeLogConfigCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
42
|
+
* <p>An argument is invalid.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
41
45
|
*/
|
|
42
46
|
export declare class ListDistributionsByRealtimeLogConfigCommand extends $Command<ListDistributionsByRealtimeLogConfigCommandInput, ListDistributionsByRealtimeLogConfigCommandOutput, CloudFrontClientResolvedConfig> {
|
|
43
47
|
readonly input: ListDistributionsByRealtimeLogConfigCommandInput;
|
|
@@ -35,6 +35,16 @@ export interface ListDistributionsByResponseHeadersPolicyIdCommandOutput extends
|
|
|
35
35
|
* @see {@link ListDistributionsByResponseHeadersPolicyIdCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link AccessDenied} (client fault)
|
|
39
|
+
* <p>Access denied.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
42
|
+
* <p>An argument is invalid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NoSuchResponseHeadersPolicy} (client fault)
|
|
45
|
+
* <p>The response headers policy does not exist.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
38
48
|
*/
|
|
39
49
|
export declare class ListDistributionsByResponseHeadersPolicyIdCommand extends $Command<ListDistributionsByResponseHeadersPolicyIdCommandInput, ListDistributionsByResponseHeadersPolicyIdCommandOutput, CloudFrontClientResolvedConfig> {
|
|
40
50
|
readonly input: ListDistributionsByResponseHeadersPolicyIdCommandInput;
|
|
@@ -29,6 +29,17 @@ export interface ListDistributionsByWebACLIdCommandOutput extends ListDistributi
|
|
|
29
29
|
* @see {@link ListDistributionsByWebACLIdCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
33
|
+
* <p>An argument is invalid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidWebACLId} (client fault)
|
|
36
|
+
* <p>A web ACL ID specified is not valid. To specify a web ACL created using the latest
|
|
37
|
+
* version of WAF, use the ACL ARN, for example
|
|
38
|
+
* <code>arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a</code>.
|
|
39
|
+
* To specify a web ACL created using WAF Classic, use the ACL ID, for example
|
|
40
|
+
* <code>473e64fd-f30b-4765-81a0-62ad96dd167a</code>.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
32
43
|
*/
|
|
33
44
|
export declare class ListDistributionsByWebACLIdCommand extends $Command<ListDistributionsByWebACLIdCommandInput, ListDistributionsByWebACLIdCommandOutput, CloudFrontClientResolvedConfig> {
|
|
34
45
|
readonly input: ListDistributionsByWebACLIdCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ListDistributionsCommandOutput extends ListDistributionsResult,
|
|
|
29
29
|
* @see {@link ListDistributionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
33
|
+
* <p>An argument is invalid.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListDistributionsCommand extends $Command<ListDistributionsCommandInput, ListDistributionsCommandOutput, CloudFrontClientResolvedConfig> {
|
|
34
38
|
readonly input: ListDistributionsCommandInput;
|
|
@@ -30,6 +30,10 @@ export interface ListFieldLevelEncryptionConfigsCommandOutput extends ListFieldL
|
|
|
30
30
|
* @see {@link ListFieldLevelEncryptionConfigsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
34
|
+
* <p>An argument is invalid.</p>
|
|
35
|
+
*
|
|
36
|
+
*
|
|
33
37
|
*/
|
|
34
38
|
export declare class ListFieldLevelEncryptionConfigsCommand extends $Command<ListFieldLevelEncryptionConfigsCommandInput, ListFieldLevelEncryptionConfigsCommandOutput, CloudFrontClientResolvedConfig> {
|
|
35
39
|
readonly input: ListFieldLevelEncryptionConfigsCommandInput;
|
|
@@ -30,6 +30,10 @@ export interface ListFieldLevelEncryptionProfilesCommandOutput extends ListField
|
|
|
30
30
|
* @see {@link ListFieldLevelEncryptionProfilesCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
34
|
+
* <p>An argument is invalid.</p>
|
|
35
|
+
*
|
|
36
|
+
*
|
|
33
37
|
*/
|
|
34
38
|
export declare class ListFieldLevelEncryptionProfilesCommand extends $Command<ListFieldLevelEncryptionProfilesCommandInput, ListFieldLevelEncryptionProfilesCommandOutput, CloudFrontClientResolvedConfig> {
|
|
35
39
|
readonly input: ListFieldLevelEncryptionProfilesCommandInput;
|
|
@@ -36,6 +36,13 @@ export interface ListFunctionsCommandOutput extends ListFunctionsResult, __Metad
|
|
|
36
36
|
* @see {@link ListFunctionsCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
40
|
+
* <p>An argument is invalid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link UnsupportedOperation} (client fault)
|
|
43
|
+
* <p>This operation is not supported in this region.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
39
46
|
*/
|
|
40
47
|
export declare class ListFunctionsCommand extends $Command<ListFunctionsCommandInput, ListFunctionsCommandOutput, CloudFrontClientResolvedConfig> {
|
|
41
48
|
readonly input: ListFunctionsCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface ListInvalidationsCommandOutput extends ListInvalidationsResult,
|
|
|
29
29
|
* @see {@link ListInvalidationsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDenied} (client fault)
|
|
33
|
+
* <p>Access denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
36
|
+
* <p>An argument is invalid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NoSuchDistribution} (client fault)
|
|
39
|
+
* <p>The specified distribution does not exist.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class ListInvalidationsCommand extends $Command<ListInvalidationsCommandInput, ListInvalidationsCommandOutput, CloudFrontClientResolvedConfig> {
|
|
34
44
|
readonly input: ListInvalidationsCommandInput;
|
|
@@ -34,6 +34,10 @@ export interface ListKeyGroupsCommandOutput extends ListKeyGroupsResult, __Metad
|
|
|
34
34
|
* @see {@link ListKeyGroupsCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
38
|
+
* <p>An argument is invalid.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
37
41
|
*/
|
|
38
42
|
export declare class ListKeyGroupsCommand extends $Command<ListKeyGroupsCommandInput, ListKeyGroupsCommandOutput, CloudFrontClientResolvedConfig> {
|
|
39
43
|
readonly input: ListKeyGroupsCommandInput;
|
|
@@ -34,6 +34,10 @@ export interface ListOriginAccessControlsCommandOutput extends ListOriginAccessC
|
|
|
34
34
|
* @see {@link ListOriginAccessControlsCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
38
|
+
* <p>An argument is invalid.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
37
41
|
*/
|
|
38
42
|
export declare class ListOriginAccessControlsCommand extends $Command<ListOriginAccessControlsCommandInput, ListOriginAccessControlsCommandOutput, CloudFrontClientResolvedConfig> {
|
|
39
43
|
readonly input: ListOriginAccessControlsCommandInput;
|
|
@@ -36,6 +36,16 @@ export interface ListOriginRequestPoliciesCommandOutput extends ListOriginReques
|
|
|
36
36
|
* @see {@link ListOriginRequestPoliciesCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link AccessDenied} (client fault)
|
|
40
|
+
* <p>Access denied.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
43
|
+
* <p>An argument is invalid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link NoSuchOriginRequestPolicy} (client fault)
|
|
46
|
+
* <p>The origin request policy does not exist.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
39
49
|
*/
|
|
40
50
|
export declare class ListOriginRequestPoliciesCommand extends $Command<ListOriginRequestPoliciesCommandInput, ListOriginRequestPoliciesCommandOutput, CloudFrontClientResolvedConfig> {
|
|
41
51
|
readonly input: ListOriginRequestPoliciesCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ListPublicKeysCommandOutput extends ListPublicKeysResult, __Met
|
|
|
29
29
|
* @see {@link ListPublicKeysCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
33
|
+
* <p>An argument is invalid.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListPublicKeysCommand extends $Command<ListPublicKeysCommandInput, ListPublicKeysCommandOutput, CloudFrontClientResolvedConfig> {
|
|
34
38
|
readonly input: ListPublicKeysCommandInput;
|
|
@@ -34,6 +34,16 @@ export interface ListRealtimeLogConfigsCommandOutput extends ListRealtimeLogConf
|
|
|
34
34
|
* @see {@link ListRealtimeLogConfigsCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link AccessDenied} (client fault)
|
|
38
|
+
* <p>Access denied.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
41
|
+
* <p>An argument is invalid.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link NoSuchRealtimeLogConfig} (client fault)
|
|
44
|
+
* <p>The real-time log configuration does not exist.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
37
47
|
*/
|
|
38
48
|
export declare class ListRealtimeLogConfigsCommand extends $Command<ListRealtimeLogConfigsCommandInput, ListRealtimeLogConfigsCommandOutput, CloudFrontClientResolvedConfig> {
|
|
39
49
|
readonly input: ListRealtimeLogConfigsCommandInput;
|
|
@@ -36,6 +36,16 @@ export interface ListResponseHeadersPoliciesCommandOutput extends ListResponseHe
|
|
|
36
36
|
* @see {@link ListResponseHeadersPoliciesCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link AccessDenied} (client fault)
|
|
40
|
+
* <p>Access denied.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
43
|
+
* <p>An argument is invalid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link NoSuchResponseHeadersPolicy} (client fault)
|
|
46
|
+
* <p>The response headers policy does not exist.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
39
49
|
*/
|
|
40
50
|
export declare class ListResponseHeadersPoliciesCommand extends $Command<ListResponseHeadersPoliciesCommandInput, ListResponseHeadersPoliciesCommandOutput, CloudFrontClientResolvedConfig> {
|
|
41
51
|
readonly input: ListResponseHeadersPoliciesCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ListStreamingDistributionsCommandOutput extends ListStreamingDi
|
|
|
29
29
|
* @see {@link ListStreamingDistributionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
33
|
+
* <p>An argument is invalid.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListStreamingDistributionsCommand extends $Command<ListStreamingDistributionsCommandInput, ListStreamingDistributionsCommandOutput, CloudFrontClientResolvedConfig> {
|
|
34
38
|
readonly input: ListStreamingDistributionsCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDenied} (client fault)
|
|
33
|
+
* <p>Access denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
36
|
+
* <p>An argument is invalid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidTagging} (client fault)
|
|
39
|
+
* <p>The tagging specified is not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NoSuchResource} (client fault)
|
|
42
|
+
* <p>A resource that was specified is not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudFrontClientResolvedConfig> {
|
|
34
47
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -38,6 +38,23 @@ export interface PublishFunctionCommandOutput extends PublishFunctionResult, __M
|
|
|
38
38
|
* @see {@link PublishFunctionCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
42
|
+
* <p>An argument is invalid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidIfMatchVersion} (client fault)
|
|
45
|
+
* <p>The <code>If-Match</code> version is missing or not valid.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link NoSuchFunctionExists} (client fault)
|
|
48
|
+
* <p>The function does not exist.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link PreconditionFailed} (client fault)
|
|
51
|
+
* <p>The precondition in one or more of the request fields evaluated to
|
|
52
|
+
* <code>false</code>.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link UnsupportedOperation} (client fault)
|
|
55
|
+
* <p>This operation is not supported in this region.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
41
58
|
*/
|
|
42
59
|
export declare class PublishFunctionCommand extends $Command<PublishFunctionCommandInput, PublishFunctionCommandOutput, CloudFrontClientResolvedConfig> {
|
|
43
60
|
readonly input: PublishFunctionCommandInput;
|