@aws-sdk/client-cloudfront 3.803.0 → 3.806.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 +2 -12
- package/dist-types/commands/AssociateDistributionTenantWebACLCommand.d.ts +2 -3
- package/dist-types/commands/AssociateDistributionWebACLCommand.d.ts +2 -3
- package/dist-types/commands/CopyDistributionCommand.d.ts +27 -91
- package/dist-types/commands/CreateAnycastIpListCommand.d.ts +2 -3
- package/dist-types/commands/CreateCachePolicyCommand.d.ts +8 -40
- package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +6 -17
- package/dist-types/commands/CreateConnectionGroupCommand.d.ts +2 -3
- package/dist-types/commands/CreateContinuousDeploymentPolicyCommand.d.ts +4 -14
- package/dist-types/commands/CreateDistributionCommand.d.ts +28 -70
- package/dist-types/commands/CreateDistributionTenantCommand.d.ts +2 -3
- package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +29 -84
- package/dist-types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +5 -9
- package/dist-types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +4 -7
- package/dist-types/commands/CreateFunctionCommand.d.ts +5 -20
- package/dist-types/commands/CreateInvalidationCommand.d.ts +4 -7
- package/dist-types/commands/CreateInvalidationForDistributionTenantCommand.d.ts +4 -7
- package/dist-types/commands/CreateKeyGroupCommand.d.ts +5 -18
- package/dist-types/commands/CreateKeyValueStoreCommand.d.ts +2 -3
- package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +2 -5
- package/dist-types/commands/CreateOriginAccessControlCommand.d.ts +3 -12
- package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +8 -45
- package/dist-types/commands/CreatePublicKeyCommand.d.ts +2 -3
- package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +4 -12
- package/dist-types/commands/CreateResponseHeadersPolicyCommand.d.ts +8 -33
- package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +6 -12
- package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +6 -12
- package/dist-types/commands/CreateVpcOriginCommand.d.ts +3 -5
- package/dist-types/commands/DeleteAnycastIpListCommand.d.ts +2 -3
- package/dist-types/commands/DeleteCachePolicyCommand.d.ts +4 -12
- package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +2 -3
- package/dist-types/commands/DeleteConnectionGroupCommand.d.ts +2 -3
- package/dist-types/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +4 -9
- package/dist-types/commands/DeleteDistributionCommand.d.ts +3 -5
- package/dist-types/commands/DeleteDistributionTenantCommand.d.ts +3 -5
- package/dist-types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +2 -3
- package/dist-types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +2 -3
- package/dist-types/commands/DeleteFunctionCommand.d.ts +4 -12
- package/dist-types/commands/DeleteKeyGroupCommand.d.ts +3 -10
- package/dist-types/commands/DeleteKeyValueStoreCommand.d.ts +2 -3
- package/dist-types/commands/DeleteMonitoringSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteOriginAccessControlCommand.d.ts +4 -9
- package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +4 -12
- package/dist-types/commands/DeletePublicKeyCommand.d.ts +2 -3
- package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +2 -9
- package/dist-types/commands/DeleteResponseHeadersPolicyCommand.d.ts +4 -12
- package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +4 -54
- package/dist-types/commands/DeleteVpcOriginCommand.d.ts +2 -3
- package/dist-types/commands/DescribeFunctionCommand.d.ts +2 -6
- package/dist-types/commands/DescribeKeyValueStoreCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateDistributionTenantWebACLCommand.d.ts +2 -3
- package/dist-types/commands/DisassociateDistributionWebACLCommand.d.ts +2 -3
- package/dist-types/commands/GetAnycastIpListCommand.d.ts +1 -1
- package/dist-types/commands/GetCachePolicyCommand.d.ts +2 -15
- package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +2 -7
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetConnectionGroupByRoutingEndpointCommand.d.ts +1 -1
- package/dist-types/commands/GetConnectionGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetContinuousDeploymentPolicyCommand.d.ts +2 -3
- package/dist-types/commands/GetContinuousDeploymentPolicyConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetDistributionCommand.d.ts +1 -1
- package/dist-types/commands/GetDistributionConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetDistributionTenantByDomainCommand.d.ts +1 -1
- package/dist-types/commands/GetDistributionTenantCommand.d.ts +1 -1
- package/dist-types/commands/GetFieldLevelEncryptionCommand.d.ts +1 -1
- package/dist-types/commands/GetFieldLevelEncryptionConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetFieldLevelEncryptionProfileCommand.d.ts +1 -1
- package/dist-types/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetFunctionCommand.d.ts +2 -5
- package/dist-types/commands/GetInvalidationCommand.d.ts +1 -1
- package/dist-types/commands/GetInvalidationForDistributionTenantCommand.d.ts +1 -1
- package/dist-types/commands/GetKeyGroupCommand.d.ts +2 -8
- package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +2 -7
- package/dist-types/commands/GetManagedCertificateDetailsCommand.d.ts +1 -1
- package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +2 -3
- package/dist-types/commands/GetOriginAccessControlCommand.d.ts +1 -1
- package/dist-types/commands/GetOriginAccessControlConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +2 -16
- package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +2 -8
- package/dist-types/commands/GetPublicKeyCommand.d.ts +1 -1
- package/dist-types/commands/GetPublicKeyConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +1 -4
- package/dist-types/commands/GetResponseHeadersPolicyCommand.d.ts +2 -9
- package/dist-types/commands/GetResponseHeadersPolicyConfigCommand.d.ts +2 -8
- package/dist-types/commands/GetStreamingDistributionCommand.d.ts +2 -3
- package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetVpcOriginCommand.d.ts +1 -1
- package/dist-types/commands/ListCachePoliciesCommand.d.ts +1 -8
- package/dist-types/commands/ListConflictingAliasesCommand.d.ts +2 -24
- package/dist-types/commands/ListContinuousDeploymentPoliciesCommand.d.ts +1 -6
- package/dist-types/commands/ListDistributionTenantsByCustomizationCommand.d.ts +1 -2
- package/dist-types/commands/ListDistributionsByAnycastIpListIdCommand.d.ts +1 -1
- package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +2 -8
- package/dist-types/commands/ListDistributionsByConnectionModeCommand.d.ts +1 -1
- package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +2 -8
- package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +2 -8
- package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +1 -10
- package/dist-types/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +2 -8
- package/dist-types/commands/ListDistributionsByVpcOriginIdCommand.d.ts +1 -1
- package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +2 -6
- package/dist-types/commands/ListDomainConflictsCommand.d.ts +2 -3
- 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/ListInvalidationsCommand.d.ts +1 -1
- package/dist-types/commands/ListInvalidationsForDistributionTenantCommand.d.ts +1 -1
- 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/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PublishFunctionCommand.d.ts +3 -13
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestFunctionCommand.d.ts +2 -11
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCachePolicyCommand.d.ts +8 -34
- package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +4 -7
- package/dist-types/commands/UpdateConnectionGroupCommand.d.ts +3 -5
- package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +4 -27
- package/dist-types/commands/UpdateDistributionCommand.d.ts +27 -100
- package/dist-types/commands/UpdateDistributionTenantCommand.d.ts +3 -5
- package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +24 -83
- package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +2 -3
- package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +5 -9
- package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +5 -9
- package/dist-types/commands/UpdateFunctionCommand.d.ts +4 -11
- package/dist-types/commands/UpdateKeyGroupCommand.d.ts +5 -26
- package/dist-types/commands/UpdateKeyValueStoreCommand.d.ts +2 -3
- package/dist-types/commands/UpdateOriginAccessControlCommand.d.ts +2 -3
- package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +8 -36
- package/dist-types/commands/UpdatePublicKeyCommand.d.ts +3 -5
- package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +1 -21
- package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +8 -39
- package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +4 -7
- package/dist-types/commands/UpdateVpcOriginCommand.d.ts +4 -7
- package/dist-types/commands/VerifyDnsConfigurationCommand.d.ts +1 -1
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
- 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/dist-types/runtimeConfig.browser.d.ts +17 -17
- package/dist-types/runtimeConfig.d.ts +16 -16
- package/dist-types/runtimeConfig.native.d.ts +18 -18
- package/dist-types/runtimeConfig.shared.d.ts +3 -3
- package/dist-types/ts3.4/commands/AssociateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateDistributionTenantWebACLCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateDistributionWebACLCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CopyDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAnycastIpListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCachePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateConnectionGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateContinuousDeploymentPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDistributionTenantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDistributionWithTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateInvalidationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateInvalidationForDistributionTenantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateKeyGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateKeyValueStoreCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateMonitoringSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateOriginAccessControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePublicKeyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateResponseHeadersPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateStreamingDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateStreamingDistributionWithTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcOriginCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAnycastIpListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCachePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteConnectionGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDistributionTenantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteKeyGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteKeyValueStoreCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMonitoringSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteOriginAccessControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteOriginRequestPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteResponseHeadersPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteStreamingDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVpcOriginCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeKeyValueStoreCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateDistributionTenantWebACLCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateDistributionWebACLCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAnycastIpListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCachePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCachePolicyConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConnectionGroupByRoutingEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConnectionGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetContinuousDeploymentPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetContinuousDeploymentPolicyConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDistributionConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDistributionTenantByDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDistributionTenantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInvalidationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInvalidationForDistributionTenantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetKeyGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetKeyGroupConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedCertificateDetailsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMonitoringSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetOriginAccessControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetOriginAccessControlConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetOriginRequestPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetOriginRequestPolicyConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPublicKeyConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetResponseHeadersPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetResponseHeadersPolicyConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetStreamingDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetStreamingDistributionConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVpcOriginCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListConflictingAliasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDistributionsByAnycastIpListIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDistributionsByCachePolicyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDistributionsByConnectionModeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDistributionsByKeyGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDistributionsByVpcOriginIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDistributionsByWebACLIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDomainConflictsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInvalidationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInvalidationsForDistributionTenantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PublishFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectionGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDistributionTenantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDistributionWithStagingConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyValueStoreCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOriginAccessControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateResponseHeadersPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateVpcOriginCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/VerifyDnsConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
- package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
- package/package.json +23 -23
|
@@ -23,21 +23,11 @@ export interface CreateFunctionCommandOutput extends CreateFunctionResult, __Met
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateFunctionCommand_base: {
|
|
25
25
|
new (input: CreateFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFunctionCommandInput, CreateFunctionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFunctionCommandInput, CreateFunctionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a CloudFront function.</p>
|
|
31
|
-
* <p>To create a function, you provide the function code and some configuration information
|
|
32
|
-
* about the function. The response contains an Amazon Resource Name (ARN) that uniquely
|
|
33
|
-
* identifies the function.</p>
|
|
34
|
-
* <p>When you create a function, it's in the <code>DEVELOPMENT</code> stage. In this stage,
|
|
35
|
-
* you can test the function with <code>TestFunction</code>, and update it with
|
|
36
|
-
* <code>UpdateFunction</code>.</p>
|
|
37
|
-
* <p>When you're ready to use your function with a CloudFront distribution, use
|
|
38
|
-
* <code>PublishFunction</code> to copy the function from the <code>DEVELOPMENT</code>
|
|
39
|
-
* stage to <code>LIVE</code>. When it's live, you can attach the function to a
|
|
40
|
-
* distribution's cache behavior, using the function's ARN.</p>
|
|
30
|
+
* <p>Creates a CloudFront function.</p> <p>To create a function, you provide the function code and some configuration information about the function. The response contains an Amazon Resource Name (ARN) that uniquely identifies the function.</p> <p>When you create a function, it's in the <code>DEVELOPMENT</code> stage. In this stage, you can test the function with <code>TestFunction</code>, and update it with <code>UpdateFunction</code>.</p> <p>When you're ready to use your function with a CloudFront distribution, use <code>PublishFunction</code> to copy the function from the <code>DEVELOPMENT</code> stage to <code>LIVE</code>. When it's live, you can attach the function to a distribution's cache behavior, using the function's ARN.</p>
|
|
41
31
|
* @example
|
|
42
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
43
33
|
* ```javascript
|
|
@@ -98,21 +88,16 @@ declare const CreateFunctionCommand_base: {
|
|
|
98
88
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
99
89
|
*
|
|
100
90
|
* @throws {@link FunctionAlreadyExists} (client fault)
|
|
101
|
-
* <p>A function with the same name already exists in this Amazon Web Services account. To create a
|
|
102
|
-
* function, you must provide a unique name. To update an existing function, use
|
|
103
|
-
* <code>UpdateFunction</code>.</p>
|
|
91
|
+
* <p>A function with the same name already exists in this Amazon Web Services account. To create a function, you must provide a unique name. To update an existing function, use <code>UpdateFunction</code>.</p>
|
|
104
92
|
*
|
|
105
93
|
* @throws {@link FunctionSizeLimitExceeded} (client fault)
|
|
106
|
-
* <p>The function is too large. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
107
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
94
|
+
* <p>The function is too large. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
108
95
|
*
|
|
109
96
|
* @throws {@link InvalidArgument} (client fault)
|
|
110
97
|
* <p>An argument is invalid.</p>
|
|
111
98
|
*
|
|
112
99
|
* @throws {@link TooManyFunctions} (client fault)
|
|
113
|
-
* <p>You have reached the maximum number of CloudFront functions for this Amazon Web Services account. For more
|
|
114
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
115
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
100
|
+
* <p>You have reached the maximum number of CloudFront functions for this Amazon Web Services account. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
116
101
|
*
|
|
117
102
|
* @throws {@link UnsupportedOperation} (client fault)
|
|
118
103
|
* <p>This operation is not supported in this Amazon Web Services Region.</p>
|
|
@@ -23,7 +23,7 @@ export interface CreateInvalidationCommandOutput extends CreateInvalidationResul
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateInvalidationCommand_base: {
|
|
25
25
|
new (input: CreateInvalidationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateInvalidationCommandInput, CreateInvalidationCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateInvalidationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateInvalidationCommandInput, CreateInvalidationCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -81,22 +81,19 @@ declare const CreateInvalidationCommand_base: {
|
|
|
81
81
|
* <p>Invalidation batch specified is too large.</p>
|
|
82
82
|
*
|
|
83
83
|
* @throws {@link InconsistentQuantities} (client fault)
|
|
84
|
-
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't
|
|
85
|
-
* match.</p>
|
|
84
|
+
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>
|
|
86
85
|
*
|
|
87
86
|
* @throws {@link InvalidArgument} (client fault)
|
|
88
87
|
* <p>An argument is invalid.</p>
|
|
89
88
|
*
|
|
90
89
|
* @throws {@link MissingBody} (client fault)
|
|
91
|
-
* <p>This operation requires a body. Ensure that the body is present and the
|
|
92
|
-
* <code>Content-Type</code> header is set.</p>
|
|
90
|
+
* <p>This operation requires a body. Ensure that the body is present and the <code>Content-Type</code> header is set.</p>
|
|
93
91
|
*
|
|
94
92
|
* @throws {@link NoSuchDistribution} (client fault)
|
|
95
93
|
* <p>The specified distribution does not exist.</p>
|
|
96
94
|
*
|
|
97
95
|
* @throws {@link TooManyInvalidationsInProgress} (client fault)
|
|
98
|
-
* <p>You have exceeded the maximum number of allowable InProgress invalidation batch
|
|
99
|
-
* requests, or invalidation objects.</p>
|
|
96
|
+
* <p>You have exceeded the maximum number of allowable InProgress invalidation batch requests, or invalidation objects.</p>
|
|
100
97
|
*
|
|
101
98
|
* @throws {@link CloudFrontServiceException}
|
|
102
99
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -23,7 +23,7 @@ export interface CreateInvalidationForDistributionTenantCommandOutput extends Cr
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateInvalidationForDistributionTenantCommand_base: {
|
|
25
25
|
new (input: CreateInvalidationForDistributionTenantCommandInput): import("@smithy/smithy-client").CommandImpl<CreateInvalidationForDistributionTenantCommandInput, CreateInvalidationForDistributionTenantCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateInvalidationForDistributionTenantCommandInput): import("@smithy/smithy-client").CommandImpl<CreateInvalidationForDistributionTenantCommandInput, CreateInvalidationForDistributionTenantCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -84,19 +84,16 @@ declare const CreateInvalidationForDistributionTenantCommand_base: {
|
|
|
84
84
|
* <p>The entity was not found.</p>
|
|
85
85
|
*
|
|
86
86
|
* @throws {@link InconsistentQuantities} (client fault)
|
|
87
|
-
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't
|
|
88
|
-
* match.</p>
|
|
87
|
+
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>
|
|
89
88
|
*
|
|
90
89
|
* @throws {@link InvalidArgument} (client fault)
|
|
91
90
|
* <p>An argument is invalid.</p>
|
|
92
91
|
*
|
|
93
92
|
* @throws {@link MissingBody} (client fault)
|
|
94
|
-
* <p>This operation requires a body. Ensure that the body is present and the
|
|
95
|
-
* <code>Content-Type</code> header is set.</p>
|
|
93
|
+
* <p>This operation requires a body. Ensure that the body is present and the <code>Content-Type</code> header is set.</p>
|
|
96
94
|
*
|
|
97
95
|
* @throws {@link TooManyInvalidationsInProgress} (client fault)
|
|
98
|
-
* <p>You have exceeded the maximum number of allowable InProgress invalidation batch
|
|
99
|
-
* requests, or invalidation objects.</p>
|
|
96
|
+
* <p>You have exceeded the maximum number of allowable InProgress invalidation batch requests, or invalidation objects.</p>
|
|
100
97
|
*
|
|
101
98
|
* @throws {@link CloudFrontServiceException}
|
|
102
99
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -23,19 +23,11 @@ export interface CreateKeyGroupCommandOutput extends CreateKeyGroupResult, __Met
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateKeyGroupCommand_base: {
|
|
25
25
|
new (input: CreateKeyGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKeyGroupCommandInput, CreateKeyGroupCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateKeyGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKeyGroupCommandInput, CreateKeyGroupCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a key group that you can use with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">CloudFront signed URLs and signed cookies</a>.</p>
|
|
31
|
-
* <p>To create a key group, you must specify at least one public key for the key group.
|
|
32
|
-
* After you create a key group, you can reference it from one or more cache behaviors.
|
|
33
|
-
* When you reference a key group in a cache behavior, CloudFront requires signed URLs or signed
|
|
34
|
-
* cookies for all requests that match the cache behavior. The URLs or cookies must be
|
|
35
|
-
* signed with a private key whose corresponding public key is in the key group. The signed
|
|
36
|
-
* URL or cookie contains information about which public key CloudFront should use to verify the
|
|
37
|
-
* signature. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">Serving private content</a> in the
|
|
38
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
30
|
+
* <p>Creates a key group that you can use with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">CloudFront signed URLs and signed cookies</a>.</p> <p>To create a key group, you must specify at least one public key for the key group. After you create a key group, you can reference it from one or more cache behaviors. When you reference a key group in a cache behavior, CloudFront requires signed URLs or signed cookies for all requests that match the cache behavior. The URLs or cookies must be signed with a private key whose corresponding public key is in the key group. The signed URL or cookie contains information about which public key CloudFront should use to verify the signature. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">Serving private content</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
39
31
|
* @example
|
|
40
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
41
33
|
* ```javascript
|
|
@@ -81,18 +73,13 @@ declare const CreateKeyGroupCommand_base: {
|
|
|
81
73
|
* <p>An argument is invalid.</p>
|
|
82
74
|
*
|
|
83
75
|
* @throws {@link KeyGroupAlreadyExists} (client fault)
|
|
84
|
-
* <p>A key group with this name already exists. You must provide a unique name. To modify
|
|
85
|
-
* an existing key group, use <code>UpdateKeyGroup</code>.</p>
|
|
76
|
+
* <p>A key group with this name already exists. You must provide a unique name. To modify an existing key group, use <code>UpdateKeyGroup</code>.</p>
|
|
86
77
|
*
|
|
87
78
|
* @throws {@link TooManyKeyGroups} (client fault)
|
|
88
|
-
* <p>You have reached the maximum number of key groups for this Amazon Web Services account. For more
|
|
89
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
90
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
79
|
+
* <p>You have reached the maximum number of key groups for this Amazon Web Services account. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
91
80
|
*
|
|
92
81
|
* @throws {@link TooManyPublicKeysInKeyGroup} (client fault)
|
|
93
|
-
* <p>The number of public keys in this key group is more than the maximum allowed. For more
|
|
94
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
95
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
82
|
+
* <p>The number of public keys in this key group is more than the maximum allowed. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
96
83
|
*
|
|
97
84
|
* @throws {@link CloudFrontServiceException}
|
|
98
85
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -23,7 +23,7 @@ export interface CreateKeyValueStoreCommandOutput extends CreateKeyValueStoreRes
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateKeyValueStoreCommand_base: {
|
|
25
25
|
new (input: CreateKeyValueStoreCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKeyValueStoreCommandInput, CreateKeyValueStoreCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateKeyValueStoreCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKeyValueStoreCommandInput, CreateKeyValueStoreCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -69,8 +69,7 @@ declare const CreateKeyValueStoreCommand_base: {
|
|
|
69
69
|
* <p>Access denied.</p>
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link EntityAlreadyExists} (client fault)
|
|
72
|
-
* <p>The entity already exists. You must provide a unique
|
|
73
|
-
* entity.</p>
|
|
72
|
+
* <p>The entity already exists. You must provide a unique entity.</p>
|
|
74
73
|
*
|
|
75
74
|
* @throws {@link EntityLimitExceeded} (client fault)
|
|
76
75
|
* <p>The entity limit has been exceeded.</p>
|
|
@@ -23,14 +23,11 @@ export interface CreateMonitoringSubscriptionCommandOutput extends CreateMonitor
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateMonitoringSubscriptionCommand_base: {
|
|
25
25
|
new (input: CreateMonitoringSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMonitoringSubscriptionCommandInput, CreateMonitoringSubscriptionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateMonitoringSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMonitoringSubscriptionCommandInput, CreateMonitoringSubscriptionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Enables or disables additional Amazon CloudWatch metrics for the specified CloudFront distribution. The
|
|
31
|
-
* additional metrics incur an additional cost.</p>
|
|
32
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/viewing-cloudfront-metrics.html#monitoring-console.distributions-additional">Viewing additional CloudFront distribution metrics</a> in
|
|
33
|
-
* the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
30
|
+
* <p>Enables or disables additional Amazon CloudWatch metrics for the specified CloudFront distribution. The additional metrics incur an additional cost.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/viewing-cloudfront-metrics.html#monitoring-console.distributions-additional">Viewing additional CloudFront distribution metrics</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -23,17 +23,11 @@ export interface CreateOriginAccessControlCommandOutput extends CreateOriginAcce
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateOriginAccessControlCommand_base: {
|
|
25
25
|
new (input: CreateOriginAccessControlCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOriginAccessControlCommandInput, CreateOriginAccessControlCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateOriginAccessControlCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOriginAccessControlCommandInput, CreateOriginAccessControlCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a new origin access control in CloudFront. After you create an origin access
|
|
31
|
-
* control, you can add it to an origin in a CloudFront distribution so that CloudFront sends
|
|
32
|
-
* authenticated (signed) requests to the origin.</p>
|
|
33
|
-
* <p>This makes it possible to block public access to the origin, allowing viewers (users) to
|
|
34
|
-
* access the origin's content only through CloudFront.</p>
|
|
35
|
-
* <p>For more information about using a CloudFront origin access control, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-origin.html">Restricting access to an Amazon Web Services origin</a> in the
|
|
36
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
30
|
+
* <p>Creates a new origin access control in CloudFront. After you create an origin access control, you can add it to an origin in a CloudFront distribution so that CloudFront sends authenticated (signed) requests to the origin.</p> <p>This makes it possible to block public access to the origin, allowing viewers (users) to access the origin's content only through CloudFront.</p> <p>For more information about using a CloudFront origin access control, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-origin.html">Restricting access to an Amazon Web Services origin</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -81,10 +75,7 @@ declare const CreateOriginAccessControlCommand_base: {
|
|
|
81
75
|
* <p>An origin access control with the specified parameters already exists.</p>
|
|
82
76
|
*
|
|
83
77
|
* @throws {@link TooManyOriginAccessControls} (client fault)
|
|
84
|
-
* <p>The number of origin access controls in your Amazon Web Services account exceeds the maximum
|
|
85
|
-
* allowed.</p>
|
|
86
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
87
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
78
|
+
* <p>The number of origin access controls in your Amazon Web Services account exceeds the maximum allowed.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
88
79
|
*
|
|
89
80
|
* @throws {@link CloudFrontServiceException}
|
|
90
81
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -23,37 +23,11 @@ export interface CreateOriginRequestPolicyCommandOutput extends CreateOriginRequ
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateOriginRequestPolicyCommand_base: {
|
|
25
25
|
new (input: CreateOriginRequestPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOriginRequestPolicyCommandInput, CreateOriginRequestPolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateOriginRequestPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOriginRequestPolicyCommandInput, CreateOriginRequestPolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates an origin request policy.</p>
|
|
31
|
-
* <p>After you create an origin request policy, you can attach it to one or more cache
|
|
32
|
-
* behaviors. When it's attached to a cache behavior, the origin request policy determines
|
|
33
|
-
* the values that CloudFront includes in requests that it sends to the origin. Each request that
|
|
34
|
-
* CloudFront sends to the origin includes the following:</p>
|
|
35
|
-
* <ul>
|
|
36
|
-
* <li>
|
|
37
|
-
* <p>The request body and the URL path (without the domain name) from the viewer
|
|
38
|
-
* request.</p>
|
|
39
|
-
* </li>
|
|
40
|
-
* <li>
|
|
41
|
-
* <p>The headers that CloudFront automatically includes in every origin request,
|
|
42
|
-
* including <code>Host</code>, <code>User-Agent</code>, and
|
|
43
|
-
* <code>X-Amz-Cf-Id</code>.</p>
|
|
44
|
-
* </li>
|
|
45
|
-
* <li>
|
|
46
|
-
* <p>All HTTP headers, cookies, and URL query strings that are specified in the
|
|
47
|
-
* cache policy or the origin request policy. These can include items from the
|
|
48
|
-
* viewer request and, in the case of headers, additional ones that are added by
|
|
49
|
-
* CloudFront.</p>
|
|
50
|
-
* </li>
|
|
51
|
-
* </ul>
|
|
52
|
-
* <p>CloudFront sends a request when it can't find a valid object in its cache that matches the
|
|
53
|
-
* request. If you want to send values to the origin and also include them in the cache
|
|
54
|
-
* key, use <code>CachePolicy</code>.</p>
|
|
55
|
-
* <p>For more information about origin request policies, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html">Controlling origin requests</a> in the
|
|
56
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
30
|
+
* <p>Creates an origin request policy.</p> <p>After you create an origin request policy, you can attach it to one or more cache behaviors. When it's attached to a cache behavior, the origin request policy determines the values that CloudFront includes in requests that it sends to the origin. Each request that CloudFront sends to the origin includes the following:</p> <ul> <li> <p>The request body and the URL path (without the domain name) from the viewer request.</p> </li> <li> <p>The headers that CloudFront automatically includes in every origin request, including <code>Host</code>, <code>User-Agent</code>, and <code>X-Amz-Cf-Id</code>.</p> </li> <li> <p>All HTTP headers, cookies, and URL query strings that are specified in the cache policy or the origin request policy. These can include items from the viewer request and, in the case of headers, additional ones that are added by CloudFront.</p> </li> </ul> <p>CloudFront sends a request when it can't find a valid object in its cache that matches the request. If you want to send values to the origin and also include them in the cache key, use <code>CachePolicy</code>.</p> <p>For more information about origin request policies, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html">Controlling origin requests</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
57
31
|
* @example
|
|
58
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
59
33
|
* ```javascript
|
|
@@ -147,36 +121,25 @@ declare const CreateOriginRequestPolicyCommand_base: {
|
|
|
147
121
|
* <p>Access denied.</p>
|
|
148
122
|
*
|
|
149
123
|
* @throws {@link InconsistentQuantities} (client fault)
|
|
150
|
-
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't
|
|
151
|
-
* match.</p>
|
|
124
|
+
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>
|
|
152
125
|
*
|
|
153
126
|
* @throws {@link InvalidArgument} (client fault)
|
|
154
127
|
* <p>An argument is invalid.</p>
|
|
155
128
|
*
|
|
156
129
|
* @throws {@link OriginRequestPolicyAlreadyExists} (client fault)
|
|
157
|
-
* <p>An origin request policy with this name already exists. You must provide a unique
|
|
158
|
-
* name. To modify an existing origin request policy, use
|
|
159
|
-
* <code>UpdateOriginRequestPolicy</code>.</p>
|
|
130
|
+
* <p>An origin request policy with this name already exists. You must provide a unique name. To modify an existing origin request policy, use <code>UpdateOriginRequestPolicy</code>.</p>
|
|
160
131
|
*
|
|
161
132
|
* @throws {@link TooManyCookiesInOriginRequestPolicy} (client fault)
|
|
162
|
-
* <p>The number of cookies in the origin request policy exceeds the maximum. For more
|
|
163
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
164
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
133
|
+
* <p>The number of cookies in the origin request policy exceeds the maximum. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
165
134
|
*
|
|
166
135
|
* @throws {@link TooManyHeadersInOriginRequestPolicy} (client fault)
|
|
167
|
-
* <p>The number of headers in the origin request policy exceeds the maximum. For more
|
|
168
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
169
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
136
|
+
* <p>The number of headers in the origin request policy exceeds the maximum. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
170
137
|
*
|
|
171
138
|
* @throws {@link TooManyOriginRequestPolicies} (client fault)
|
|
172
|
-
* <p>You have reached the maximum number of origin request policies for this Amazon Web Services account.
|
|
173
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
174
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
139
|
+
* <p>You have reached the maximum number of origin request policies for this Amazon Web Services account. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
175
140
|
*
|
|
176
141
|
* @throws {@link TooManyQueryStringsInOriginRequestPolicy} (client fault)
|
|
177
|
-
* <p>The number of query strings in the origin request policy exceeds the maximum. For more
|
|
178
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
179
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
142
|
+
* <p>The number of query strings in the origin request policy exceeds the maximum. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
180
143
|
*
|
|
181
144
|
* @throws {@link CloudFrontServiceException}
|
|
182
145
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -23,7 +23,7 @@ export interface CreatePublicKeyCommandOutput extends CreatePublicKeyResult, __M
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreatePublicKeyCommand_base: {
|
|
25
25
|
new (input: CreatePublicKeyCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePublicKeyCommandInput, CreatePublicKeyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreatePublicKeyCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePublicKeyCommandInput, CreatePublicKeyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -74,8 +74,7 @@ declare const CreatePublicKeyCommand_base: {
|
|
|
74
74
|
* <p>The specified public key already exists.</p>
|
|
75
75
|
*
|
|
76
76
|
* @throws {@link TooManyPublicKeys} (client fault)
|
|
77
|
-
* <p>The maximum number of public keys for field-level encryption have been created. To
|
|
78
|
-
* create a new public key, delete one of the existing keys.</p>
|
|
77
|
+
* <p>The maximum number of public keys for field-level encryption have been created. To create a new public key, delete one of the existing keys.</p>
|
|
79
78
|
*
|
|
80
79
|
* @throws {@link CloudFrontServiceException}
|
|
81
80
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -23,15 +23,11 @@ export interface CreateRealtimeLogConfigCommandOutput extends CreateRealtimeLogC
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateRealtimeLogConfigCommand_base: {
|
|
25
25
|
new (input: CreateRealtimeLogConfigCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRealtimeLogConfigCommandInput, CreateRealtimeLogConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateRealtimeLogConfigCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRealtimeLogConfigCommandInput, CreateRealtimeLogConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a real-time log configuration.</p>
|
|
31
|
-
* <p>After you create a real-time log configuration, you can attach it to one or more cache
|
|
32
|
-
* behaviors to send real-time log data to the specified Amazon Kinesis data stream.</p>
|
|
33
|
-
* <p>For more information about real-time log configurations, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html">Real-time logs</a> in the
|
|
34
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
30
|
+
* <p>Creates a real-time log configuration.</p> <p>After you create a real-time log configuration, you can attach it to one or more cache behaviors to send real-time log data to the specified Amazon Kinesis data stream.</p> <p>For more information about real-time log configurations, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html">Real-time logs</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
35
31
|
* @example
|
|
36
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
33
|
* ```javascript
|
|
@@ -91,14 +87,10 @@ declare const CreateRealtimeLogConfigCommand_base: {
|
|
|
91
87
|
* <p>An argument is invalid.</p>
|
|
92
88
|
*
|
|
93
89
|
* @throws {@link RealtimeLogConfigAlreadyExists} (client fault)
|
|
94
|
-
* <p>A real-time log configuration with this name already exists. You must provide a unique
|
|
95
|
-
* name. To modify an existing real-time log configuration, use
|
|
96
|
-
* <code>UpdateRealtimeLogConfig</code>.</p>
|
|
90
|
+
* <p>A real-time log configuration with this name already exists. You must provide a unique name. To modify an existing real-time log configuration, use <code>UpdateRealtimeLogConfig</code>.</p>
|
|
97
91
|
*
|
|
98
92
|
* @throws {@link TooManyRealtimeLogConfigs} (client fault)
|
|
99
|
-
* <p>You have reached the maximum number of real-time log configurations for this
|
|
100
|
-
* Amazon Web Services account. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
101
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
93
|
+
* <p>You have reached the maximum number of real-time log configurations for this Amazon Web Services account. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
102
94
|
*
|
|
103
95
|
* @throws {@link CloudFrontServiceException}
|
|
104
96
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -23,21 +23,11 @@ export interface CreateResponseHeadersPolicyCommandOutput extends CreateResponse
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateResponseHeadersPolicyCommand_base: {
|
|
25
25
|
new (input: CreateResponseHeadersPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResponseHeadersPolicyCommandInput, CreateResponseHeadersPolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateResponseHeadersPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResponseHeadersPolicyCommandInput, CreateResponseHeadersPolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a response headers policy.</p>
|
|
31
|
-
* <p>A response headers policy contains information about a set of HTTP headers. To create a
|
|
32
|
-
* response headers policy, you provide some metadata about the policy and a set of
|
|
33
|
-
* configurations that specify the headers.</p>
|
|
34
|
-
* <p>After you create a response headers policy, you can use its ID to attach it to one or more
|
|
35
|
-
* cache behaviors in a CloudFront distribution. When it's attached to a cache behavior, the
|
|
36
|
-
* response headers policy affects the HTTP headers that CloudFront includes in HTTP responses to
|
|
37
|
-
* requests that match the cache behavior. CloudFront adds or removes response headers according
|
|
38
|
-
* to the configuration of the response headers policy.</p>
|
|
39
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/modifying-response-headers.html">Adding or removing HTTP headers in CloudFront responses</a> in the
|
|
40
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
30
|
+
* <p>Creates a response headers policy.</p> <p>A response headers policy contains information about a set of HTTP headers. To create a response headers policy, you provide some metadata about the policy and a set of configurations that specify the headers.</p> <p>After you create a response headers policy, you can use its ID to attach it to one or more cache behaviors in a CloudFront distribution. When it's attached to a cache behavior, the response headers policy affects the HTTP headers that CloudFront includes in HTTP responses to requests that match the cache behavior. CloudFront adds or removes response headers according to the configuration of the response headers policy.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/modifying-response-headers.html">Adding or removing HTTP headers in CloudFront responses</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
41
31
|
* @example
|
|
42
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
43
33
|
* ```javascript
|
|
@@ -237,40 +227,25 @@ declare const CreateResponseHeadersPolicyCommand_base: {
|
|
|
237
227
|
* <p>Access denied.</p>
|
|
238
228
|
*
|
|
239
229
|
* @throws {@link InconsistentQuantities} (client fault)
|
|
240
|
-
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't
|
|
241
|
-
* match.</p>
|
|
230
|
+
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>
|
|
242
231
|
*
|
|
243
232
|
* @throws {@link InvalidArgument} (client fault)
|
|
244
233
|
* <p>An argument is invalid.</p>
|
|
245
234
|
*
|
|
246
235
|
* @throws {@link ResponseHeadersPolicyAlreadyExists} (client fault)
|
|
247
|
-
* <p>A response headers policy with this name already exists. You must provide a unique
|
|
248
|
-
* name. To modify an existing response headers policy, use
|
|
249
|
-
* <code>UpdateResponseHeadersPolicy</code>.</p>
|
|
236
|
+
* <p>A response headers policy with this name already exists. You must provide a unique name. To modify an existing response headers policy, use <code>UpdateResponseHeadersPolicy</code>.</p>
|
|
250
237
|
*
|
|
251
238
|
* @throws {@link TooLongCSPInResponseHeadersPolicy} (client fault)
|
|
252
|
-
* <p>The length of the <code>Content-Security-Policy</code> header value in the response
|
|
253
|
-
* headers policy exceeds the maximum.</p>
|
|
254
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
255
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
239
|
+
* <p>The length of the <code>Content-Security-Policy</code> header value in the response headers policy exceeds the maximum.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
256
240
|
*
|
|
257
241
|
* @throws {@link TooManyCustomHeadersInResponseHeadersPolicy} (client fault)
|
|
258
|
-
* <p>The number of custom headers in the response headers policy exceeds the
|
|
259
|
-
* maximum.</p>
|
|
260
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
261
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
242
|
+
* <p>The number of custom headers in the response headers policy exceeds the maximum.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
262
243
|
*
|
|
263
244
|
* @throws {@link TooManyRemoveHeadersInResponseHeadersPolicy} (client fault)
|
|
264
|
-
* <p>The number of headers in <code>RemoveHeadersConfig</code> in the response headers
|
|
265
|
-
* policy exceeds the maximum.</p>
|
|
266
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
267
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
245
|
+
* <p>The number of headers in <code>RemoveHeadersConfig</code> in the response headers policy exceeds the maximum.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
268
246
|
*
|
|
269
247
|
* @throws {@link TooManyResponseHeadersPolicies} (client fault)
|
|
270
|
-
* <p>You have reached the maximum number of response headers policies for this
|
|
271
|
-
* Amazon Web Services account.</p>
|
|
272
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
273
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
248
|
+
* <p>You have reached the maximum number of response headers policies for this Amazon Web Services account.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
274
249
|
*
|
|
275
250
|
* @throws {@link CloudFrontServiceException}
|
|
276
251
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -23,13 +23,11 @@ export interface CreateStreamingDistributionCommandOutput extends CreateStreamin
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateStreamingDistributionCommand_base: {
|
|
25
25
|
new (input: CreateStreamingDistributionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStreamingDistributionCommandInput, CreateStreamingDistributionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateStreamingDistributionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStreamingDistributionCommandInput, CreateStreamingDistributionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>This API is deprecated. Amazon CloudFront is deprecating real-time messaging protocol (RTMP)
|
|
31
|
-
* distributions on December 31, 2020. For more information, <a href="http://forums.aws.amazon.com/ann.jspa?annID=7356">read the announcement</a> on the Amazon CloudFront discussion
|
|
32
|
-
* forum.</p>
|
|
30
|
+
* <p>This API is deprecated. Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, <a href="http://forums.aws.amazon.com/ann.jspa?annID=7356">read the announcement</a> on the Amazon CloudFront discussion forum.</p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -138,8 +136,7 @@ declare const CreateStreamingDistributionCommand_base: {
|
|
|
138
136
|
* <p>The CNAME specified is already defined for CloudFront.</p>
|
|
139
137
|
*
|
|
140
138
|
* @throws {@link InconsistentQuantities} (client fault)
|
|
141
|
-
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't
|
|
142
|
-
* match.</p>
|
|
139
|
+
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>
|
|
143
140
|
*
|
|
144
141
|
* @throws {@link InvalidArgument} (client fault)
|
|
145
142
|
* <p>An argument is invalid.</p>
|
|
@@ -154,19 +151,16 @@ declare const CreateStreamingDistributionCommand_base: {
|
|
|
154
151
|
* <p>The origin access identity is not valid or doesn't exist.</p>
|
|
155
152
|
*
|
|
156
153
|
* @throws {@link MissingBody} (client fault)
|
|
157
|
-
* <p>This operation requires a body. Ensure that the body is present and the
|
|
158
|
-
* <code>Content-Type</code> header is set.</p>
|
|
154
|
+
* <p>This operation requires a body. Ensure that the body is present and the <code>Content-Type</code> header is set.</p>
|
|
159
155
|
*
|
|
160
156
|
* @throws {@link StreamingDistributionAlreadyExists} (client fault)
|
|
161
|
-
* <p>The caller reference you attempted to create the streaming distribution with is
|
|
162
|
-
* associated with another distribution</p>
|
|
157
|
+
* <p>The caller reference you attempted to create the streaming distribution with is associated with another distribution</p>
|
|
163
158
|
*
|
|
164
159
|
* @throws {@link TooManyStreamingDistributionCNAMEs} (client fault)
|
|
165
160
|
* <p>Your request contains more CNAMEs than are allowed per distribution.</p>
|
|
166
161
|
*
|
|
167
162
|
* @throws {@link TooManyStreamingDistributions} (client fault)
|
|
168
|
-
* <p>Processing your request would cause you to exceed the maximum number of streaming
|
|
169
|
-
* distributions allowed.</p>
|
|
163
|
+
* <p>Processing your request would cause you to exceed the maximum number of streaming distributions allowed.</p>
|
|
170
164
|
*
|
|
171
165
|
* @throws {@link TooManyTrustedSigners} (client fault)
|
|
172
166
|
* <p>Your request contains more trusted signers than are allowed per distribution.</p>
|
|
@@ -23,13 +23,11 @@ export interface CreateStreamingDistributionWithTagsCommandOutput extends Create
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateStreamingDistributionWithTagsCommand_base: {
|
|
25
25
|
new (input: CreateStreamingDistributionWithTagsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStreamingDistributionWithTagsCommandInput, CreateStreamingDistributionWithTagsCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateStreamingDistributionWithTagsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStreamingDistributionWithTagsCommandInput, CreateStreamingDistributionWithTagsCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>This API is deprecated. Amazon CloudFront is deprecating real-time messaging protocol (RTMP)
|
|
31
|
-
* distributions on December 31, 2020. For more information, <a href="http://forums.aws.amazon.com/ann.jspa?annID=7356">read the announcement</a> on the Amazon CloudFront discussion
|
|
32
|
-
* forum.</p>
|
|
30
|
+
* <p>This API is deprecated. Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, <a href="http://forums.aws.amazon.com/ann.jspa?annID=7356">read the announcement</a> on the Amazon CloudFront discussion forum.</p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -148,8 +146,7 @@ declare const CreateStreamingDistributionWithTagsCommand_base: {
|
|
|
148
146
|
* <p>The CNAME specified is already defined for CloudFront.</p>
|
|
149
147
|
*
|
|
150
148
|
* @throws {@link InconsistentQuantities} (client fault)
|
|
151
|
-
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't
|
|
152
|
-
* match.</p>
|
|
149
|
+
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>
|
|
153
150
|
*
|
|
154
151
|
* @throws {@link InvalidArgument} (client fault)
|
|
155
152
|
* <p>An argument is invalid.</p>
|
|
@@ -167,19 +164,16 @@ declare const CreateStreamingDistributionWithTagsCommand_base: {
|
|
|
167
164
|
* <p>The tagging specified is not valid.</p>
|
|
168
165
|
*
|
|
169
166
|
* @throws {@link MissingBody} (client fault)
|
|
170
|
-
* <p>This operation requires a body. Ensure that the body is present and the
|
|
171
|
-
* <code>Content-Type</code> header is set.</p>
|
|
167
|
+
* <p>This operation requires a body. Ensure that the body is present and the <code>Content-Type</code> header is set.</p>
|
|
172
168
|
*
|
|
173
169
|
* @throws {@link StreamingDistributionAlreadyExists} (client fault)
|
|
174
|
-
* <p>The caller reference you attempted to create the streaming distribution with is
|
|
175
|
-
* associated with another distribution</p>
|
|
170
|
+
* <p>The caller reference you attempted to create the streaming distribution with is associated with another distribution</p>
|
|
176
171
|
*
|
|
177
172
|
* @throws {@link TooManyStreamingDistributionCNAMEs} (client fault)
|
|
178
173
|
* <p>Your request contains more CNAMEs than are allowed per distribution.</p>
|
|
179
174
|
*
|
|
180
175
|
* @throws {@link TooManyStreamingDistributions} (client fault)
|
|
181
|
-
* <p>Processing your request would cause you to exceed the maximum number of streaming
|
|
182
|
-
* distributions allowed.</p>
|
|
176
|
+
* <p>Processing your request would cause you to exceed the maximum number of streaming distributions allowed.</p>
|
|
183
177
|
*
|
|
184
178
|
* @throws {@link TooManyTrustedSigners} (client fault)
|
|
185
179
|
* <p>Your request contains more trusted signers than are allowed per distribution.</p>
|
|
@@ -23,7 +23,7 @@ export interface CreateVpcOriginCommandOutput extends CreateVpcOriginResult, __M
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateVpcOriginCommand_base: {
|
|
25
25
|
new (input: CreateVpcOriginCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVpcOriginCommandInput, CreateVpcOriginCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateVpcOriginCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVpcOriginCommandInput, CreateVpcOriginCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -96,15 +96,13 @@ declare const CreateVpcOriginCommand_base: {
|
|
|
96
96
|
* <p>Access denied.</p>
|
|
97
97
|
*
|
|
98
98
|
* @throws {@link EntityAlreadyExists} (client fault)
|
|
99
|
-
* <p>The entity already exists. You must provide a unique
|
|
100
|
-
* entity.</p>
|
|
99
|
+
* <p>The entity already exists. You must provide a unique entity.</p>
|
|
101
100
|
*
|
|
102
101
|
* @throws {@link EntityLimitExceeded} (client fault)
|
|
103
102
|
* <p>The entity limit has been exceeded.</p>
|
|
104
103
|
*
|
|
105
104
|
* @throws {@link InconsistentQuantities} (client fault)
|
|
106
|
-
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't
|
|
107
|
-
* match.</p>
|
|
105
|
+
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>
|
|
108
106
|
*
|
|
109
107
|
* @throws {@link InvalidArgument} (client fault)
|
|
110
108
|
* <p>An argument is invalid.</p>
|