@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,33 +23,11 @@ export interface UpdateDistributionWithStagingConfigCommandOutput extends Update
|
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateDistributionWithStagingConfigCommand_base: {
|
|
25
25
|
new (input: UpdateDistributionWithStagingConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDistributionWithStagingConfigCommandInput, UpdateDistributionWithStagingConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: UpdateDistributionWithStagingConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDistributionWithStagingConfigCommandInput, UpdateDistributionWithStagingConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Copies the staging distribution's configuration to its corresponding primary
|
|
31
|
-
* distribution. The primary distribution retains its <code>Aliases</code> (also known as
|
|
32
|
-
* alternate domain names or CNAMEs) and <code>ContinuousDeploymentPolicyId</code> value,
|
|
33
|
-
* but otherwise its configuration is overwritten to match the staging distribution.</p>
|
|
34
|
-
* <p>You can use this operation in a continuous deployment workflow after you have tested
|
|
35
|
-
* configuration changes on the staging distribution. After using a continuous deployment
|
|
36
|
-
* policy to move a portion of your domain name's traffic to the staging distribution and
|
|
37
|
-
* verifying that it works as intended, you can use this operation to copy the staging
|
|
38
|
-
* distribution's configuration to the primary distribution. This action will disable the
|
|
39
|
-
* continuous deployment policy and move your domain's traffic back to the primary distribution.</p>
|
|
40
|
-
* <p>This API operation requires the following IAM permissions:</p>
|
|
41
|
-
* <ul>
|
|
42
|
-
* <li>
|
|
43
|
-
* <p>
|
|
44
|
-
* <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_GetDistribution.html">GetDistribution</a>
|
|
45
|
-
* </p>
|
|
46
|
-
* </li>
|
|
47
|
-
* <li>
|
|
48
|
-
* <p>
|
|
49
|
-
* <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html">UpdateDistribution</a>
|
|
50
|
-
* </p>
|
|
51
|
-
* </li>
|
|
52
|
-
* </ul>
|
|
30
|
+
* <p>Copies the staging distribution's configuration to its corresponding primary distribution. The primary distribution retains its <code>Aliases</code> (also known as alternate domain names or CNAMEs) and <code>ContinuousDeploymentPolicyId</code> value, but otherwise its configuration is overwritten to match the staging distribution.</p> <p>You can use this operation in a continuous deployment workflow after you have tested configuration changes on the staging distribution. After using a continuous deployment policy to move a portion of your domain name's traffic to the staging distribution and verifying that it works as intended, you can use this operation to copy the staging distribution's configuration to the primary distribution. This action will disable the continuous deployment policy and move your domain's traffic back to the primary distribution.</p> <p>This API operation requires the following IAM permissions:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_GetDistribution.html">GetDistribution</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html">UpdateDistribution</a> </p> </li> </ul>
|
|
53
31
|
* @example
|
|
54
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
55
33
|
* ```javascript
|
|
@@ -444,15 +422,13 @@ declare const UpdateDistributionWithStagingConfigCommand_base: {
|
|
|
444
422
|
* <p>The entity was not found.</p>
|
|
445
423
|
*
|
|
446
424
|
* @throws {@link IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior} (client fault)
|
|
447
|
-
* <p>The specified configuration for field-level encryption can't be associated with the
|
|
448
|
-
* specified cache behavior.</p>
|
|
425
|
+
* <p>The specified configuration for field-level encryption can't be associated with the specified cache behavior.</p>
|
|
449
426
|
*
|
|
450
427
|
* @throws {@link IllegalUpdate} (client fault)
|
|
451
428
|
* <p>The update contains modifications that are not allowed.</p>
|
|
452
429
|
*
|
|
453
430
|
* @throws {@link InconsistentQuantities} (client fault)
|
|
454
|
-
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't
|
|
455
|
-
* match.</p>
|
|
431
|
+
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>
|
|
456
432
|
*
|
|
457
433
|
* @throws {@link InvalidArgument} (client fault)
|
|
458
434
|
* <p>An argument is invalid.</p>
|
|
@@ -464,9 +440,7 @@ declare const UpdateDistributionWithStagingConfigCommand_base: {
|
|
|
464
440
|
* <p>An invalid error code was specified.</p>
|
|
465
441
|
*
|
|
466
442
|
* @throws {@link InvalidForwardCookies} (client fault)
|
|
467
|
-
* <p>Your request contains forward cookies option which doesn't match with the expectation
|
|
468
|
-
* for the <code>whitelisted</code> list of cookie names. Either list of cookie names has
|
|
469
|
-
* been specified when not allowed or list of cookie names is missing when expected.</p>
|
|
443
|
+
* <p>Your request contains forward cookies option which doesn't match with the expectation for the <code>whitelisted</code> list of cookie names. Either list of cookie names has been specified when not allowed or list of cookie names is missing when expected.</p>
|
|
470
444
|
*
|
|
471
445
|
* @throws {@link InvalidFunctionAssociation} (client fault)
|
|
472
446
|
* <p>A CloudFront function association is invalid.</p>
|
|
@@ -505,13 +479,10 @@ declare const UpdateDistributionWithStagingConfigCommand_base: {
|
|
|
505
479
|
* <p>The query string parameters specified are not valid.</p>
|
|
506
480
|
*
|
|
507
481
|
* @throws {@link InvalidRelativePath} (client fault)
|
|
508
|
-
* <p>The relative path is too big, is not URL-encoded, or does not begin with a slash
|
|
509
|
-
* (/).</p>
|
|
482
|
+
* <p>The relative path is too big, is not URL-encoded, or does not begin with a slash (/).</p>
|
|
510
483
|
*
|
|
511
484
|
* @throws {@link InvalidRequiredProtocol} (client fault)
|
|
512
|
-
* <p>This operation requires the HTTPS protocol. Ensure that you specify the HTTPS protocol
|
|
513
|
-
* in your request, or omit the <code>RequiredProtocols</code> element from your
|
|
514
|
-
* distribution configuration.</p>
|
|
485
|
+
* <p>This operation requires the HTTPS protocol. Ensure that you specify the HTTPS protocol in your request, or omit the <code>RequiredProtocols</code> element from your distribution configuration.</p>
|
|
515
486
|
*
|
|
516
487
|
* @throws {@link InvalidResponseCode} (client fault)
|
|
517
488
|
* <p>A response code is not valid.</p>
|
|
@@ -523,15 +494,10 @@ declare const UpdateDistributionWithStagingConfigCommand_base: {
|
|
|
523
494
|
* <p>A viewer certificate specified is not valid.</p>
|
|
524
495
|
*
|
|
525
496
|
* @throws {@link InvalidWebACLId} (client fault)
|
|
526
|
-
* <p>A web ACL ID specified is not valid. To specify a web ACL created using the latest
|
|
527
|
-
* version of WAF, use the ACL ARN, for example
|
|
528
|
-
* <code>arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a</code>.
|
|
529
|
-
* To specify a web ACL created using WAF Classic, use the ACL ID, for example
|
|
530
|
-
* <code>473e64fd-f30b-4765-81a0-62ad96dd167a</code>.</p>
|
|
497
|
+
* <p>A web ACL ID specified is not valid. To specify a web ACL created using the latest version of WAF, use the ACL ARN, for example <code>arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a</code>. To specify a web ACL created using WAF Classic, use the ACL ID, for example <code>473e64fd-f30b-4765-81a0-62ad96dd167a</code>.</p>
|
|
531
498
|
*
|
|
532
499
|
* @throws {@link MissingBody} (client fault)
|
|
533
|
-
* <p>This operation requires a body. Ensure that the body is present and the
|
|
534
|
-
* <code>Content-Type</code> header is set.</p>
|
|
500
|
+
* <p>This operation requires a body. Ensure that the body is present and the <code>Content-Type</code> header is set.</p>
|
|
535
501
|
*
|
|
536
502
|
* @throws {@link NoSuchCachePolicy} (client fault)
|
|
537
503
|
* <p>The cache policy does not exist.</p>
|
|
@@ -555,8 +521,7 @@ declare const UpdateDistributionWithStagingConfigCommand_base: {
|
|
|
555
521
|
* <p>The response headers policy does not exist.</p>
|
|
556
522
|
*
|
|
557
523
|
* @throws {@link PreconditionFailed} (client fault)
|
|
558
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
559
|
-
* <code>false</code>.</p>
|
|
524
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
560
525
|
*
|
|
561
526
|
* @throws {@link RealtimeLogConfigOwnerMismatch} (client fault)
|
|
562
527
|
* <p>The specified real-time log configuration belongs to a different Amazon Web Services account.</p>
|
|
@@ -568,79 +533,55 @@ declare const UpdateDistributionWithStagingConfigCommand_base: {
|
|
|
568
533
|
* <p>You cannot create anymore custom SSL/TLS certificates.</p>
|
|
569
534
|
*
|
|
570
535
|
* @throws {@link TooManyCookieNamesInWhiteList} (client fault)
|
|
571
|
-
* <p>Your request contains more cookie names in the whitelist than are allowed per cache
|
|
572
|
-
* behavior.</p>
|
|
536
|
+
* <p>Your request contains more cookie names in the whitelist than are allowed per cache behavior.</p>
|
|
573
537
|
*
|
|
574
538
|
* @throws {@link TooManyDistributionCNAMEs} (client fault)
|
|
575
539
|
* <p>Your request contains more CNAMEs than are allowed per distribution.</p>
|
|
576
540
|
*
|
|
577
541
|
* @throws {@link TooManyDistributionsAssociatedToCachePolicy} (client fault)
|
|
578
|
-
* <p>The maximum number of distributions have been associated with the specified cache
|
|
579
|
-
* policy. 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
|
|
580
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
542
|
+
* <p>The maximum number of distributions have been associated with the specified cache policy. 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>
|
|
581
543
|
*
|
|
582
544
|
* @throws {@link TooManyDistributionsAssociatedToFieldLevelEncryptionConfig} (client fault)
|
|
583
|
-
* <p>The maximum number of distributions have been associated with the specified
|
|
584
|
-
* configuration for field-level encryption.</p>
|
|
545
|
+
* <p>The maximum number of distributions have been associated with the specified configuration for field-level encryption.</p>
|
|
585
546
|
*
|
|
586
547
|
* @throws {@link TooManyDistributionsAssociatedToKeyGroup} (client fault)
|
|
587
|
-
* <p>The number of distributions that reference this key group is more than the maximum
|
|
588
|
-
* 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
|
|
589
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
548
|
+
* <p>The number of distributions that reference 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>
|
|
590
549
|
*
|
|
591
550
|
* @throws {@link TooManyDistributionsAssociatedToOriginAccessControl} (client fault)
|
|
592
|
-
* <p>The maximum number of distributions have been associated with the specified origin
|
|
593
|
-
* access control.</p>
|
|
594
|
-
* <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
|
|
595
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
551
|
+
* <p>The maximum number of distributions have been associated with the specified origin access control.</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>
|
|
596
552
|
*
|
|
597
553
|
* @throws {@link TooManyDistributionsAssociatedToOriginRequestPolicy} (client fault)
|
|
598
|
-
* <p>The maximum number of distributions have been associated with the specified origin
|
|
599
|
-
* request policy. 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
|
|
600
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
554
|
+
* <p>The maximum number of distributions have been associated with the specified origin request policy. 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>
|
|
601
555
|
*
|
|
602
556
|
* @throws {@link TooManyDistributionsAssociatedToResponseHeadersPolicy} (client fault)
|
|
603
|
-
* <p>The maximum number of distributions have been associated with the specified response
|
|
604
|
-
* headers policy.</p>
|
|
605
|
-
* <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
|
|
606
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
557
|
+
* <p>The maximum number of distributions have been associated with the specified response headers policy.</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>
|
|
607
558
|
*
|
|
608
559
|
* @throws {@link TooManyDistributionsWithFunctionAssociations} (client fault)
|
|
609
|
-
* <p>You have reached the maximum number of distributions that are associated with a CloudFront
|
|
610
|
-
* function. 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
|
|
611
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
560
|
+
* <p>You have reached the maximum number of distributions that are associated with a CloudFront function. 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>
|
|
612
561
|
*
|
|
613
562
|
* @throws {@link TooManyDistributionsWithLambdaAssociations} (client fault)
|
|
614
|
-
* <p>Processing your request would cause the maximum number of distributions with
|
|
615
|
-
* Lambda@Edge function associations per owner to be exceeded.</p>
|
|
563
|
+
* <p>Processing your request would cause the maximum number of distributions with Lambda@Edge function associations per owner to be exceeded.</p>
|
|
616
564
|
*
|
|
617
565
|
* @throws {@link TooManyDistributionsWithSingleFunctionARN} (client fault)
|
|
618
|
-
* <p>The maximum number of distributions have been associated with the specified
|
|
619
|
-
* Lambda@Edge function.</p>
|
|
566
|
+
* <p>The maximum number of distributions have been associated with the specified Lambda@Edge function.</p>
|
|
620
567
|
*
|
|
621
568
|
* @throws {@link TooManyFunctionAssociations} (client fault)
|
|
622
|
-
* <p>You have reached the maximum number of CloudFront function associations for this
|
|
623
|
-
* distribution. 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
|
|
624
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
569
|
+
* <p>You have reached the maximum number of CloudFront function associations for this distribution. 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>
|
|
625
570
|
*
|
|
626
571
|
* @throws {@link TooManyHeadersInForwardedValues} (client fault)
|
|
627
572
|
* <p>Your request contains too many headers in forwarded values.</p>
|
|
628
573
|
*
|
|
629
574
|
* @throws {@link TooManyKeyGroupsAssociatedToDistribution} (client fault)
|
|
630
|
-
* <p>The number of key groups referenced by this distribution is more than the maximum
|
|
631
|
-
* 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
|
|
632
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
575
|
+
* <p>The number of key groups referenced by this distribution 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>
|
|
633
576
|
*
|
|
634
577
|
* @throws {@link TooManyLambdaFunctionAssociations} (client fault)
|
|
635
|
-
* <p>Your request contains more Lambda@Edge function associations than are allowed per
|
|
636
|
-
* distribution.</p>
|
|
578
|
+
* <p>Your request contains more Lambda@Edge function associations than are allowed per distribution.</p>
|
|
637
579
|
*
|
|
638
580
|
* @throws {@link TooManyOriginCustomHeaders} (client fault)
|
|
639
581
|
* <p>Your request contains too many origin custom headers.</p>
|
|
640
582
|
*
|
|
641
583
|
* @throws {@link TooManyOriginGroupsPerDistribution} (client fault)
|
|
642
|
-
* <p>Processing your request would cause you to exceed the maximum number of origin groups
|
|
643
|
-
* allowed.</p>
|
|
584
|
+
* <p>Processing your request would cause you to exceed the maximum number of origin groups allowed.</p>
|
|
644
585
|
*
|
|
645
586
|
* @throws {@link TooManyOrigins} (client fault)
|
|
646
587
|
* <p>You cannot create more origins for the distribution.</p>
|
|
@@ -23,7 +23,7 @@ export interface UpdateDomainAssociationCommandOutput extends UpdateDomainAssoci
|
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateDomainAssociationCommand_base: {
|
|
25
25
|
new (input: UpdateDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDomainAssociationCommandInput, UpdateDomainAssociationCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: UpdateDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDomainAssociationCommandInput, UpdateDomainAssociationCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -74,8 +74,7 @@ declare const UpdateDomainAssociationCommand_base: {
|
|
|
74
74
|
* <p>The <code>If-Match</code> version is missing or not valid.</p>
|
|
75
75
|
*
|
|
76
76
|
* @throws {@link PreconditionFailed} (client fault)
|
|
77
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
78
|
-
* <code>false</code>.</p>
|
|
77
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
79
78
|
*
|
|
80
79
|
* @throws {@link CloudFrontServiceException}
|
|
81
80
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -23,7 +23,7 @@ export interface UpdateFieldLevelEncryptionConfigCommandOutput extends UpdateFie
|
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateFieldLevelEncryptionConfigCommand_base: {
|
|
25
25
|
new (input: UpdateFieldLevelEncryptionConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFieldLevelEncryptionConfigCommandInput, UpdateFieldLevelEncryptionConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: UpdateFieldLevelEncryptionConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFieldLevelEncryptionConfigCommandInput, UpdateFieldLevelEncryptionConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -121,8 +121,7 @@ declare const UpdateFieldLevelEncryptionConfigCommand_base: {
|
|
|
121
121
|
* <p>The update contains modifications that are not allowed.</p>
|
|
122
122
|
*
|
|
123
123
|
* @throws {@link InconsistentQuantities} (client fault)
|
|
124
|
-
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't
|
|
125
|
-
* match.</p>
|
|
124
|
+
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>
|
|
126
125
|
*
|
|
127
126
|
* @throws {@link InvalidArgument} (client fault)
|
|
128
127
|
* <p>An argument is invalid.</p>
|
|
@@ -137,19 +136,16 @@ declare const UpdateFieldLevelEncryptionConfigCommand_base: {
|
|
|
137
136
|
* <p>The specified profile for field-level encryption doesn't exist.</p>
|
|
138
137
|
*
|
|
139
138
|
* @throws {@link PreconditionFailed} (client fault)
|
|
140
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
141
|
-
* <code>false</code>.</p>
|
|
139
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
142
140
|
*
|
|
143
141
|
* @throws {@link QueryArgProfileEmpty} (client fault)
|
|
144
142
|
* <p>No profile specified for the field-level encryption query argument.</p>
|
|
145
143
|
*
|
|
146
144
|
* @throws {@link TooManyFieldLevelEncryptionContentTypeProfiles} (client fault)
|
|
147
|
-
* <p>The maximum number of content type profiles for field-level encryption have been
|
|
148
|
-
* created.</p>
|
|
145
|
+
* <p>The maximum number of content type profiles for field-level encryption have been created.</p>
|
|
149
146
|
*
|
|
150
147
|
* @throws {@link TooManyFieldLevelEncryptionQueryArgProfiles} (client fault)
|
|
151
|
-
* <p>The maximum number of query arg profiles for field-level encryption have been
|
|
152
|
-
* created.</p>
|
|
148
|
+
* <p>The maximum number of query arg profiles for field-level encryption have been created.</p>
|
|
153
149
|
*
|
|
154
150
|
* @throws {@link CloudFrontServiceException}
|
|
155
151
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -23,7 +23,7 @@ export interface UpdateFieldLevelEncryptionProfileCommandOutput extends UpdateFi
|
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateFieldLevelEncryptionProfileCommand_base: {
|
|
25
25
|
new (input: UpdateFieldLevelEncryptionProfileCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFieldLevelEncryptionProfileCommandInput, UpdateFieldLevelEncryptionProfileCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: UpdateFieldLevelEncryptionProfileCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFieldLevelEncryptionProfileCommandInput, UpdateFieldLevelEncryptionProfileCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -109,8 +109,7 @@ declare const UpdateFieldLevelEncryptionProfileCommand_base: {
|
|
|
109
109
|
* <p>The update contains modifications that are not allowed.</p>
|
|
110
110
|
*
|
|
111
111
|
* @throws {@link InconsistentQuantities} (client fault)
|
|
112
|
-
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't
|
|
113
|
-
* match.</p>
|
|
112
|
+
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>
|
|
114
113
|
*
|
|
115
114
|
* @throws {@link InvalidArgument} (client fault)
|
|
116
115
|
* <p>An argument is invalid.</p>
|
|
@@ -125,16 +124,13 @@ declare const UpdateFieldLevelEncryptionProfileCommand_base: {
|
|
|
125
124
|
* <p>The specified public key doesn't exist.</p>
|
|
126
125
|
*
|
|
127
126
|
* @throws {@link PreconditionFailed} (client fault)
|
|
128
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
129
|
-
* <code>false</code>.</p>
|
|
127
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
130
128
|
*
|
|
131
129
|
* @throws {@link TooManyFieldLevelEncryptionEncryptionEntities} (client fault)
|
|
132
|
-
* <p>The maximum number of encryption entities for field-level encryption have been
|
|
133
|
-
* created.</p>
|
|
130
|
+
* <p>The maximum number of encryption entities for field-level encryption have been created.</p>
|
|
134
131
|
*
|
|
135
132
|
* @throws {@link TooManyFieldLevelEncryptionFieldPatterns} (client fault)
|
|
136
|
-
* <p>The maximum number of field patterns for field-level encryption have been
|
|
137
|
-
* created.</p>
|
|
133
|
+
* <p>The maximum number of field patterns for field-level encryption have been created.</p>
|
|
138
134
|
*
|
|
139
135
|
* @throws {@link CloudFrontServiceException}
|
|
140
136
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -23,16 +23,11 @@ export interface UpdateFunctionCommandOutput extends UpdateFunctionResult, __Met
|
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateFunctionCommand_base: {
|
|
25
25
|
new (input: UpdateFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFunctionCommandInput, UpdateFunctionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: UpdateFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFunctionCommandInput, UpdateFunctionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates a CloudFront function.</p>
|
|
31
|
-
* <p>You can update a function's code or the comment that describes the function. You
|
|
32
|
-
* cannot update a function's name.</p>
|
|
33
|
-
* <p>To update a function, you provide the function's name and version (<code>ETag</code>
|
|
34
|
-
* value) along with the updated function code. To get the name and version, you can use
|
|
35
|
-
* <code>ListFunctions</code> and <code>DescribeFunction</code>.</p>
|
|
30
|
+
* <p>Updates a CloudFront function.</p> <p>You can update a function's code or the comment that describes the function. You cannot update a function's name.</p> <p>To update a function, you provide the function's name and version (<code>ETag</code> value) along with the updated function code. To get the name and version, you can use <code>ListFunctions</code> and <code>DescribeFunction</code>.</p>
|
|
36
31
|
* @example
|
|
37
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
38
33
|
* ```javascript
|
|
@@ -93,8 +88,7 @@ declare const UpdateFunctionCommand_base: {
|
|
|
93
88
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
94
89
|
*
|
|
95
90
|
* @throws {@link FunctionSizeLimitExceeded} (client fault)
|
|
96
|
-
* <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
|
|
97
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
91
|
+
* <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>
|
|
98
92
|
*
|
|
99
93
|
* @throws {@link InvalidArgument} (client fault)
|
|
100
94
|
* <p>An argument is invalid.</p>
|
|
@@ -106,8 +100,7 @@ declare const UpdateFunctionCommand_base: {
|
|
|
106
100
|
* <p>The function does not exist.</p>
|
|
107
101
|
*
|
|
108
102
|
* @throws {@link PreconditionFailed} (client fault)
|
|
109
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
110
|
-
* <code>false</code>.</p>
|
|
103
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
111
104
|
*
|
|
112
105
|
* @throws {@link UnsupportedOperation} (client fault)
|
|
113
106
|
* <p>This operation is not supported in this Amazon Web Services Region.</p>
|
|
@@ -23,28 +23,11 @@ export interface UpdateKeyGroupCommandOutput extends UpdateKeyGroupResult, __Met
|
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateKeyGroupCommand_base: {
|
|
25
25
|
new (input: UpdateKeyGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKeyGroupCommandInput, UpdateKeyGroupCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: UpdateKeyGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKeyGroupCommandInput, UpdateKeyGroupCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates a key group.</p>
|
|
31
|
-
* <p>When you update a key group, all the fields are updated with the values provided in
|
|
32
|
-
* the request. You cannot update some fields independent of others. To update a key
|
|
33
|
-
* group:</p>
|
|
34
|
-
* <ol>
|
|
35
|
-
* <li>
|
|
36
|
-
* <p>Get the current key group with <code>GetKeyGroup</code> or
|
|
37
|
-
* <code>GetKeyGroupConfig</code>.</p>
|
|
38
|
-
* </li>
|
|
39
|
-
* <li>
|
|
40
|
-
* <p>Locally modify the fields in the key group that you want to update. For
|
|
41
|
-
* example, add or remove public key IDs.</p>
|
|
42
|
-
* </li>
|
|
43
|
-
* <li>
|
|
44
|
-
* <p>Call <code>UpdateKeyGroup</code> with the entire key group object, including
|
|
45
|
-
* the fields that you modified and those that you didn't.</p>
|
|
46
|
-
* </li>
|
|
47
|
-
* </ol>
|
|
30
|
+
* <p>Updates a key group.</p> <p>When you update a key group, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update a key group:</p> <ol> <li> <p>Get the current key group with <code>GetKeyGroup</code> or <code>GetKeyGroupConfig</code>.</p> </li> <li> <p>Locally modify the fields in the key group that you want to update. For example, add or remove public key IDs.</p> </li> <li> <p>Call <code>UpdateKeyGroup</code> with the entire key group object, including the fields that you modified and those that you didn't.</p> </li> </ol>
|
|
48
31
|
* @example
|
|
49
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
50
33
|
* ```javascript
|
|
@@ -94,20 +77,16 @@ declare const UpdateKeyGroupCommand_base: {
|
|
|
94
77
|
* <p>The <code>If-Match</code> version is missing or not valid.</p>
|
|
95
78
|
*
|
|
96
79
|
* @throws {@link KeyGroupAlreadyExists} (client fault)
|
|
97
|
-
* <p>A key group with this name already exists. You must provide a unique name. To modify
|
|
98
|
-
* an existing key group, use <code>UpdateKeyGroup</code>.</p>
|
|
80
|
+
* <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>
|
|
99
81
|
*
|
|
100
82
|
* @throws {@link NoSuchResource} (client fault)
|
|
101
83
|
* <p>A resource that was specified is not valid.</p>
|
|
102
84
|
*
|
|
103
85
|
* @throws {@link PreconditionFailed} (client fault)
|
|
104
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
105
|
-
* <code>false</code>.</p>
|
|
86
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
106
87
|
*
|
|
107
88
|
* @throws {@link TooManyPublicKeysInKeyGroup} (client fault)
|
|
108
|
-
* <p>The number of public keys in this key group is more than the maximum allowed. For more
|
|
109
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
110
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
89
|
+
* <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>
|
|
111
90
|
*
|
|
112
91
|
* @throws {@link CloudFrontServiceException}
|
|
113
92
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -23,7 +23,7 @@ export interface UpdateKeyValueStoreCommandOutput extends UpdateKeyValueStoreRes
|
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateKeyValueStoreCommand_base: {
|
|
25
25
|
new (input: UpdateKeyValueStoreCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKeyValueStoreCommandInput, UpdateKeyValueStoreCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: UpdateKeyValueStoreCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKeyValueStoreCommandInput, UpdateKeyValueStoreCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -74,8 +74,7 @@ declare const UpdateKeyValueStoreCommand_base: {
|
|
|
74
74
|
* <p>The <code>If-Match</code> version is missing or not valid.</p>
|
|
75
75
|
*
|
|
76
76
|
* @throws {@link PreconditionFailed} (client fault)
|
|
77
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
78
|
-
* <code>false</code>.</p>
|
|
77
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
79
78
|
*
|
|
80
79
|
* @throws {@link UnsupportedOperation} (client fault)
|
|
81
80
|
* <p>This operation is not supported in this Amazon Web Services Region.</p>
|
|
@@ -23,7 +23,7 @@ export interface UpdateOriginAccessControlCommandOutput extends UpdateOriginAcce
|
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateOriginAccessControlCommand_base: {
|
|
25
25
|
new (input: UpdateOriginAccessControlCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOriginAccessControlCommandInput, UpdateOriginAccessControlCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: UpdateOriginAccessControlCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOriginAccessControlCommandInput, UpdateOriginAccessControlCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -88,8 +88,7 @@ declare const UpdateOriginAccessControlCommand_base: {
|
|
|
88
88
|
* <p>An origin access control with the specified parameters already exists.</p>
|
|
89
89
|
*
|
|
90
90
|
* @throws {@link PreconditionFailed} (client fault)
|
|
91
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
92
|
-
* <code>false</code>.</p>
|
|
91
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
93
92
|
*
|
|
94
93
|
* @throws {@link CloudFrontServiceException}
|
|
95
94
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -23,29 +23,11 @@ export interface UpdateOriginRequestPolicyCommandOutput extends UpdateOriginRequ
|
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateOriginRequestPolicyCommand_base: {
|
|
25
25
|
new (input: UpdateOriginRequestPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOriginRequestPolicyCommandInput, UpdateOriginRequestPolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: UpdateOriginRequestPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOriginRequestPolicyCommandInput, UpdateOriginRequestPolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates an origin request policy configuration.</p>
|
|
31
|
-
* <p>When you update an origin request policy configuration, all the fields are updated
|
|
32
|
-
* with the values provided in the request. You cannot update some fields independent of
|
|
33
|
-
* others. To update an origin request policy configuration:</p>
|
|
34
|
-
* <ol>
|
|
35
|
-
* <li>
|
|
36
|
-
* <p>Use <code>GetOriginRequestPolicyConfig</code> to get the current
|
|
37
|
-
* configuration.</p>
|
|
38
|
-
* </li>
|
|
39
|
-
* <li>
|
|
40
|
-
* <p>Locally modify the fields in the origin request policy configuration that you
|
|
41
|
-
* want to update.</p>
|
|
42
|
-
* </li>
|
|
43
|
-
* <li>
|
|
44
|
-
* <p>Call <code>UpdateOriginRequestPolicy</code> by providing the entire origin
|
|
45
|
-
* request policy configuration, including the fields that you modified and those
|
|
46
|
-
* that you didn't.</p>
|
|
47
|
-
* </li>
|
|
48
|
-
* </ol>
|
|
30
|
+
* <p>Updates an origin request policy configuration.</p> <p>When you update an origin request policy configuration, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update an origin request policy configuration:</p> <ol> <li> <p>Use <code>GetOriginRequestPolicyConfig</code> to get the current configuration.</p> </li> <li> <p>Locally modify the fields in the origin request policy configuration that you want to update.</p> </li> <li> <p>Call <code>UpdateOriginRequestPolicy</code> by providing the entire origin request policy configuration, including the fields that you modified and those that you didn't.</p> </li> </ol>
|
|
49
31
|
* @example
|
|
50
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
51
33
|
* ```javascript
|
|
@@ -143,8 +125,7 @@ declare const UpdateOriginRequestPolicyCommand_base: {
|
|
|
143
125
|
* <p>The update contains modifications that are not allowed.</p>
|
|
144
126
|
*
|
|
145
127
|
* @throws {@link InconsistentQuantities} (client fault)
|
|
146
|
-
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't
|
|
147
|
-
* match.</p>
|
|
128
|
+
* <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>
|
|
148
129
|
*
|
|
149
130
|
* @throws {@link InvalidArgument} (client fault)
|
|
150
131
|
* <p>An argument is invalid.</p>
|
|
@@ -156,28 +137,19 @@ declare const UpdateOriginRequestPolicyCommand_base: {
|
|
|
156
137
|
* <p>The origin request policy does not exist.</p>
|
|
157
138
|
*
|
|
158
139
|
* @throws {@link OriginRequestPolicyAlreadyExists} (client fault)
|
|
159
|
-
* <p>An origin request policy with this name already exists. You must provide a unique
|
|
160
|
-
* name. To modify an existing origin request policy, use
|
|
161
|
-
* <code>UpdateOriginRequestPolicy</code>.</p>
|
|
140
|
+
* <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>
|
|
162
141
|
*
|
|
163
142
|
* @throws {@link PreconditionFailed} (client fault)
|
|
164
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
165
|
-
* <code>false</code>.</p>
|
|
143
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
166
144
|
*
|
|
167
145
|
* @throws {@link TooManyCookiesInOriginRequestPolicy} (client fault)
|
|
168
|
-
* <p>The number of cookies in the origin request policy exceeds the maximum. For more
|
|
169
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
170
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
146
|
+
* <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>
|
|
171
147
|
*
|
|
172
148
|
* @throws {@link TooManyHeadersInOriginRequestPolicy} (client fault)
|
|
173
|
-
* <p>The number of headers in the origin request policy exceeds the maximum. For more
|
|
174
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
175
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
149
|
+
* <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>
|
|
176
150
|
*
|
|
177
151
|
* @throws {@link TooManyQueryStringsInOriginRequestPolicy} (client fault)
|
|
178
|
-
* <p>The number of query strings in the origin request policy exceeds the maximum. For more
|
|
179
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
180
|
-
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
152
|
+
* <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>
|
|
181
153
|
*
|
|
182
154
|
* @throws {@link CloudFrontServiceException}
|
|
183
155
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -23,12 +23,11 @@ export interface UpdatePublicKeyCommandOutput extends UpdatePublicKeyResult, __M
|
|
|
23
23
|
}
|
|
24
24
|
declare const UpdatePublicKeyCommand_base: {
|
|
25
25
|
new (input: UpdatePublicKeyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePublicKeyCommandInput, UpdatePublicKeyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: UpdatePublicKeyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePublicKeyCommandInput, UpdatePublicKeyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Update public key information. Note that the only value you can change is the
|
|
31
|
-
* comment.</p>
|
|
30
|
+
* <p>Update public key information. Note that the only value you can change is the comment.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -88,8 +87,7 @@ declare const UpdatePublicKeyCommand_base: {
|
|
|
88
87
|
* <p>The specified public key doesn't exist.</p>
|
|
89
88
|
*
|
|
90
89
|
* @throws {@link PreconditionFailed} (client fault)
|
|
91
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
92
|
-
* <code>false</code>.</p>
|
|
90
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
93
91
|
*
|
|
94
92
|
* @throws {@link CloudFrontServiceException}
|
|
95
93
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -27,27 +27,7 @@ declare const UpdateRealtimeLogConfigCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates a real-time log configuration.</p>
|
|
31
|
-
* <p>When you update a real-time log configuration, all the parameters are updated with the
|
|
32
|
-
* values provided in the request. You cannot update some parameters independent of others.
|
|
33
|
-
* To update a real-time log configuration:</p>
|
|
34
|
-
* <ol>
|
|
35
|
-
* <li>
|
|
36
|
-
* <p>Call <code>GetRealtimeLogConfig</code> to get the current real-time log
|
|
37
|
-
* configuration.</p>
|
|
38
|
-
* </li>
|
|
39
|
-
* <li>
|
|
40
|
-
* <p>Locally modify the parameters in the real-time log configuration that you want
|
|
41
|
-
* to update.</p>
|
|
42
|
-
* </li>
|
|
43
|
-
* <li>
|
|
44
|
-
* <p>Call this API (<code>UpdateRealtimeLogConfig</code>) by providing the entire
|
|
45
|
-
* real-time log configuration, including the parameters that you modified and
|
|
46
|
-
* those that you didn't.</p>
|
|
47
|
-
* </li>
|
|
48
|
-
* </ol>
|
|
49
|
-
* <p>You cannot update a real-time log configuration's <code>Name</code> or
|
|
50
|
-
* <code>ARN</code>.</p>
|
|
30
|
+
* <p>Updates a real-time log configuration.</p> <p>When you update a real-time log configuration, all the parameters are updated with the values provided in the request. You cannot update some parameters independent of others. To update a real-time log configuration:</p> <ol> <li> <p>Call <code>GetRealtimeLogConfig</code> to get the current real-time log configuration.</p> </li> <li> <p>Locally modify the parameters in the real-time log configuration that you want to update.</p> </li> <li> <p>Call this API (<code>UpdateRealtimeLogConfig</code>) by providing the entire real-time log configuration, including the parameters that you modified and those that you didn't.</p> </li> </ol> <p>You cannot update a real-time log configuration's <code>Name</code> or <code>ARN</code>.</p>
|
|
51
31
|
* @example
|
|
52
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
53
33
|
* ```javascript
|