@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
|
@@ -5,10 +5,10 @@ import { CloudFrontClientConfig } from "./CloudFrontClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: CloudFrontClientConfig) => {
|
|
6
6
|
apiVersion: string;
|
|
7
7
|
base64Decoder: import("@smithy/types").Decoder;
|
|
8
|
-
base64Encoder: (_input:
|
|
8
|
+
base64Encoder: (_input: Uint8Array | string) => string;
|
|
9
9
|
disableHostPrefix: boolean;
|
|
10
10
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
11
|
-
logger?: import("@smithy/types").Logger
|
|
11
|
+
logger?: import("@smithy/types").Logger;
|
|
12
12
|
}) => import("@smithy/types").EndpointV2;
|
|
13
13
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CloudFrontHttpAuthSchemeProvider;
|
|
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: CloudFrontClientConfig) => {
|
|
|
17
17
|
serviceId: string;
|
|
18
18
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
19
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
20
|
-
utf8Encoder: (input:
|
|
20
|
+
utf8Encoder: (input: Uint8Array | string) => string;
|
|
21
21
|
};
|
|
@@ -21,7 +21,7 @@ declare const AssociateAliasCommand_base: {
|
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
|
-
|
|
24
|
+
input: AssociateAliasCommandInput
|
|
25
25
|
): import("@smithy/smithy-client").CommandImpl<
|
|
26
26
|
AssociateAliasCommandInput,
|
|
27
27
|
AssociateAliasCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const AssociateDistributionTenantWebACLCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: AssociateDistributionTenantWebACLCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
AssociateDistributionTenantWebACLCommandInput,
|
|
33
33
|
AssociateDistributionTenantWebACLCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const AssociateDistributionWebACLCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: AssociateDistributionWebACLCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
AssociateDistributionWebACLCommandInput,
|
|
33
33
|
AssociateDistributionWebACLCommandOutput,
|
|
@@ -26,7 +26,7 @@ declare const CopyDistributionCommand_base: {
|
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
|
-
|
|
29
|
+
input: CopyDistributionCommandInput
|
|
30
30
|
): import("@smithy/smithy-client").CommandImpl<
|
|
31
31
|
CopyDistributionCommandInput,
|
|
32
32
|
CopyDistributionCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const CreateAnycastIpListCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: CreateAnycastIpListCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
CreateAnycastIpListCommandInput,
|
|
33
33
|
CreateAnycastIpListCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const CreateCachePolicyCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: CreateCachePolicyCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
CreateCachePolicyCommandInput,
|
|
33
33
|
CreateCachePolicyCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const CreateCloudFrontOriginAccessIdentityCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: CreateCloudFrontOriginAccessIdentityCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
CreateCloudFrontOriginAccessIdentityCommandInput,
|
|
33
33
|
CreateCloudFrontOriginAccessIdentityCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const CreateConnectionGroupCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: CreateConnectionGroupCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
CreateConnectionGroupCommandInput,
|
|
33
33
|
CreateConnectionGroupCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const CreateContinuousDeploymentPolicyCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: CreateContinuousDeploymentPolicyCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
CreateContinuousDeploymentPolicyCommandInput,
|
|
33
33
|
CreateContinuousDeploymentPolicyCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const CreateDistributionCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: CreateDistributionCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
CreateDistributionCommandInput,
|
|
33
33
|
CreateDistributionCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const CreateDistributionTenantCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: CreateDistributionTenantCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
CreateDistributionTenantCommandInput,
|
|
33
33
|
CreateDistributionTenantCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const CreateDistributionWithTagsCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: CreateDistributionWithTagsCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
CreateDistributionWithTagsCommandInput,
|
|
33
33
|
CreateDistributionWithTagsCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const CreateFieldLevelEncryptionConfigCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: CreateFieldLevelEncryptionConfigCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
CreateFieldLevelEncryptionConfigCommandInput,
|
|
33
33
|
CreateFieldLevelEncryptionConfigCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const CreateFieldLevelEncryptionProfileCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: CreateFieldLevelEncryptionProfileCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
CreateFieldLevelEncryptionProfileCommandInput,
|
|
33
33
|
CreateFieldLevelEncryptionProfileCommandOutput,
|
|
@@ -26,7 +26,7 @@ declare const CreateFunctionCommand_base: {
|
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
|
-
|
|
29
|
+
input: CreateFunctionCommandInput
|
|
30
30
|
): import("@smithy/smithy-client").CommandImpl<
|
|
31
31
|
CreateFunctionCommandInput,
|
|
32
32
|
CreateFunctionCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const CreateInvalidationCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: CreateInvalidationCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
CreateInvalidationCommandInput,
|
|
33
33
|
CreateInvalidationCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const CreateInvalidationForDistributionTenantCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: CreateInvalidationForDistributionTenantCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
CreateInvalidationForDistributionTenantCommandInput,
|
|
33
33
|
CreateInvalidationForDistributionTenantCommandOutput,
|
|
@@ -26,7 +26,7 @@ declare const CreateKeyGroupCommand_base: {
|
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
|
-
|
|
29
|
+
input: CreateKeyGroupCommandInput
|
|
30
30
|
): import("@smithy/smithy-client").CommandImpl<
|
|
31
31
|
CreateKeyGroupCommandInput,
|
|
32
32
|
CreateKeyGroupCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const CreateKeyValueStoreCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: CreateKeyValueStoreCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
CreateKeyValueStoreCommandInput,
|
|
33
33
|
CreateKeyValueStoreCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const CreateMonitoringSubscriptionCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: CreateMonitoringSubscriptionCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
CreateMonitoringSubscriptionCommandInput,
|
|
33
33
|
CreateMonitoringSubscriptionCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const CreateOriginAccessControlCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: CreateOriginAccessControlCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
CreateOriginAccessControlCommandInput,
|
|
33
33
|
CreateOriginAccessControlCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const CreateOriginRequestPolicyCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: CreateOriginRequestPolicyCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
CreateOriginRequestPolicyCommandInput,
|
|
33
33
|
CreateOriginRequestPolicyCommandOutput,
|
|
@@ -26,7 +26,7 @@ declare const CreatePublicKeyCommand_base: {
|
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
|
-
|
|
29
|
+
input: CreatePublicKeyCommandInput
|
|
30
30
|
): import("@smithy/smithy-client").CommandImpl<
|
|
31
31
|
CreatePublicKeyCommandInput,
|
|
32
32
|
CreatePublicKeyCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const CreateRealtimeLogConfigCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: CreateRealtimeLogConfigCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
CreateRealtimeLogConfigCommandInput,
|
|
33
33
|
CreateRealtimeLogConfigCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const CreateResponseHeadersPolicyCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: CreateResponseHeadersPolicyCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
CreateResponseHeadersPolicyCommandInput,
|
|
33
33
|
CreateResponseHeadersPolicyCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const CreateStreamingDistributionCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: CreateStreamingDistributionCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
CreateStreamingDistributionCommandInput,
|
|
33
33
|
CreateStreamingDistributionCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const CreateStreamingDistributionWithTagsCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: CreateStreamingDistributionWithTagsCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
CreateStreamingDistributionWithTagsCommandInput,
|
|
33
33
|
CreateStreamingDistributionWithTagsCommandOutput,
|
|
@@ -26,7 +26,7 @@ declare const CreateVpcOriginCommand_base: {
|
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
|
-
|
|
29
|
+
input: CreateVpcOriginCommandInput
|
|
30
30
|
): import("@smithy/smithy-client").CommandImpl<
|
|
31
31
|
CreateVpcOriginCommandInput,
|
|
32
32
|
CreateVpcOriginCommandOutput,
|
|
@@ -22,7 +22,7 @@ declare const DeleteAnycastIpListCommand_base: {
|
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
|
-
|
|
25
|
+
input: DeleteAnycastIpListCommandInput
|
|
26
26
|
): import("@smithy/smithy-client").CommandImpl<
|
|
27
27
|
DeleteAnycastIpListCommandInput,
|
|
28
28
|
DeleteAnycastIpListCommandOutput,
|
|
@@ -22,7 +22,7 @@ declare const DeleteCachePolicyCommand_base: {
|
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
|
-
|
|
25
|
+
input: DeleteCachePolicyCommandInput
|
|
26
26
|
): import("@smithy/smithy-client").CommandImpl<
|
|
27
27
|
DeleteCachePolicyCommandInput,
|
|
28
28
|
DeleteCachePolicyCommandOutput,
|
|
@@ -23,7 +23,7 @@ declare const DeleteCloudFrontOriginAccessIdentityCommand_base: {
|
|
|
23
23
|
ServiceOutputTypes
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
|
-
|
|
26
|
+
input: DeleteCloudFrontOriginAccessIdentityCommandInput
|
|
27
27
|
): import("@smithy/smithy-client").CommandImpl<
|
|
28
28
|
DeleteCloudFrontOriginAccessIdentityCommandInput,
|
|
29
29
|
DeleteCloudFrontOriginAccessIdentityCommandOutput,
|
|
@@ -22,7 +22,7 @@ declare const DeleteConnectionGroupCommand_base: {
|
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
|
-
|
|
25
|
+
input: DeleteConnectionGroupCommandInput
|
|
26
26
|
): import("@smithy/smithy-client").CommandImpl<
|
|
27
27
|
DeleteConnectionGroupCommandInput,
|
|
28
28
|
DeleteConnectionGroupCommandOutput,
|
|
@@ -23,7 +23,7 @@ declare const DeleteContinuousDeploymentPolicyCommand_base: {
|
|
|
23
23
|
ServiceOutputTypes
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
|
-
|
|
26
|
+
input: DeleteContinuousDeploymentPolicyCommandInput
|
|
27
27
|
): import("@smithy/smithy-client").CommandImpl<
|
|
28
28
|
DeleteContinuousDeploymentPolicyCommandInput,
|
|
29
29
|
DeleteContinuousDeploymentPolicyCommandOutput,
|
|
@@ -22,7 +22,7 @@ declare const DeleteDistributionCommand_base: {
|
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
|
-
|
|
25
|
+
input: DeleteDistributionCommandInput
|
|
26
26
|
): import("@smithy/smithy-client").CommandImpl<
|
|
27
27
|
DeleteDistributionCommandInput,
|
|
28
28
|
DeleteDistributionCommandOutput,
|
|
@@ -23,7 +23,7 @@ declare const DeleteDistributionTenantCommand_base: {
|
|
|
23
23
|
ServiceOutputTypes
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
|
-
|
|
26
|
+
input: DeleteDistributionTenantCommandInput
|
|
27
27
|
): import("@smithy/smithy-client").CommandImpl<
|
|
28
28
|
DeleteDistributionTenantCommandInput,
|
|
29
29
|
DeleteDistributionTenantCommandOutput,
|
|
@@ -23,7 +23,7 @@ declare const DeleteFieldLevelEncryptionConfigCommand_base: {
|
|
|
23
23
|
ServiceOutputTypes
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
|
-
|
|
26
|
+
input: DeleteFieldLevelEncryptionConfigCommandInput
|
|
27
27
|
): import("@smithy/smithy-client").CommandImpl<
|
|
28
28
|
DeleteFieldLevelEncryptionConfigCommandInput,
|
|
29
29
|
DeleteFieldLevelEncryptionConfigCommandOutput,
|
|
@@ -23,7 +23,7 @@ declare const DeleteFieldLevelEncryptionProfileCommand_base: {
|
|
|
23
23
|
ServiceOutputTypes
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
|
-
|
|
26
|
+
input: DeleteFieldLevelEncryptionProfileCommandInput
|
|
27
27
|
): import("@smithy/smithy-client").CommandImpl<
|
|
28
28
|
DeleteFieldLevelEncryptionProfileCommandInput,
|
|
29
29
|
DeleteFieldLevelEncryptionProfileCommandOutput,
|
|
@@ -21,7 +21,7 @@ declare const DeleteFunctionCommand_base: {
|
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
|
-
|
|
24
|
+
input: DeleteFunctionCommandInput
|
|
25
25
|
): import("@smithy/smithy-client").CommandImpl<
|
|
26
26
|
DeleteFunctionCommandInput,
|
|
27
27
|
DeleteFunctionCommandOutput,
|
|
@@ -21,7 +21,7 @@ declare const DeleteKeyGroupCommand_base: {
|
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
|
-
|
|
24
|
+
input: DeleteKeyGroupCommandInput
|
|
25
25
|
): import("@smithy/smithy-client").CommandImpl<
|
|
26
26
|
DeleteKeyGroupCommandInput,
|
|
27
27
|
DeleteKeyGroupCommandOutput,
|
|
@@ -22,7 +22,7 @@ declare const DeleteKeyValueStoreCommand_base: {
|
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
|
-
|
|
25
|
+
input: DeleteKeyValueStoreCommandInput
|
|
26
26
|
): import("@smithy/smithy-client").CommandImpl<
|
|
27
27
|
DeleteKeyValueStoreCommandInput,
|
|
28
28
|
DeleteKeyValueStoreCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const DeleteMonitoringSubscriptionCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: DeleteMonitoringSubscriptionCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
DeleteMonitoringSubscriptionCommandInput,
|
|
33
33
|
DeleteMonitoringSubscriptionCommandOutput,
|
|
@@ -23,7 +23,7 @@ declare const DeleteOriginAccessControlCommand_base: {
|
|
|
23
23
|
ServiceOutputTypes
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
|
-
|
|
26
|
+
input: DeleteOriginAccessControlCommandInput
|
|
27
27
|
): import("@smithy/smithy-client").CommandImpl<
|
|
28
28
|
DeleteOriginAccessControlCommandInput,
|
|
29
29
|
DeleteOriginAccessControlCommandOutput,
|
|
@@ -23,7 +23,7 @@ declare const DeleteOriginRequestPolicyCommand_base: {
|
|
|
23
23
|
ServiceOutputTypes
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
|
-
|
|
26
|
+
input: DeleteOriginRequestPolicyCommandInput
|
|
27
27
|
): import("@smithy/smithy-client").CommandImpl<
|
|
28
28
|
DeleteOriginRequestPolicyCommandInput,
|
|
29
29
|
DeleteOriginRequestPolicyCommandOutput,
|
|
@@ -21,7 +21,7 @@ declare const DeletePublicKeyCommand_base: {
|
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
|
-
|
|
24
|
+
input: DeletePublicKeyCommandInput
|
|
25
25
|
): import("@smithy/smithy-client").CommandImpl<
|
|
26
26
|
DeletePublicKeyCommandInput,
|
|
27
27
|
DeletePublicKeyCommandOutput,
|
|
@@ -23,7 +23,7 @@ declare const DeleteResponseHeadersPolicyCommand_base: {
|
|
|
23
23
|
ServiceOutputTypes
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
|
-
|
|
26
|
+
input: DeleteResponseHeadersPolicyCommandInput
|
|
27
27
|
): import("@smithy/smithy-client").CommandImpl<
|
|
28
28
|
DeleteResponseHeadersPolicyCommandInput,
|
|
29
29
|
DeleteResponseHeadersPolicyCommandOutput,
|
|
@@ -23,7 +23,7 @@ declare const DeleteStreamingDistributionCommand_base: {
|
|
|
23
23
|
ServiceOutputTypes
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
|
-
|
|
26
|
+
input: DeleteStreamingDistributionCommandInput
|
|
27
27
|
): import("@smithy/smithy-client").CommandImpl<
|
|
28
28
|
DeleteStreamingDistributionCommandInput,
|
|
29
29
|
DeleteStreamingDistributionCommandOutput,
|
|
@@ -26,7 +26,7 @@ declare const DeleteVpcOriginCommand_base: {
|
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
|
-
|
|
29
|
+
input: DeleteVpcOriginCommandInput
|
|
30
30
|
): import("@smithy/smithy-client").CommandImpl<
|
|
31
31
|
DeleteVpcOriginCommandInput,
|
|
32
32
|
DeleteVpcOriginCommandOutput,
|
|
@@ -26,7 +26,7 @@ declare const DescribeFunctionCommand_base: {
|
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
|
-
|
|
29
|
+
input: DescribeFunctionCommandInput
|
|
30
30
|
): import("@smithy/smithy-client").CommandImpl<
|
|
31
31
|
DescribeFunctionCommandInput,
|
|
32
32
|
DescribeFunctionCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const DescribeKeyValueStoreCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: DescribeKeyValueStoreCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
DescribeKeyValueStoreCommandInput,
|
|
33
33
|
DescribeKeyValueStoreCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const DisassociateDistributionTenantWebACLCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: DisassociateDistributionTenantWebACLCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
DisassociateDistributionTenantWebACLCommandInput,
|
|
33
33
|
DisassociateDistributionTenantWebACLCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const DisassociateDistributionWebACLCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: DisassociateDistributionWebACLCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
DisassociateDistributionWebACLCommandInput,
|
|
33
33
|
DisassociateDistributionWebACLCommandOutput,
|
|
@@ -26,7 +26,7 @@ declare const GetAnycastIpListCommand_base: {
|
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
|
-
|
|
29
|
+
input: GetAnycastIpListCommandInput
|
|
30
30
|
): import("@smithy/smithy-client").CommandImpl<
|
|
31
31
|
GetAnycastIpListCommandInput,
|
|
32
32
|
GetAnycastIpListCommandOutput,
|
|
@@ -26,7 +26,7 @@ declare const GetCachePolicyCommand_base: {
|
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
|
-
|
|
29
|
+
input: GetCachePolicyCommandInput
|
|
30
30
|
): import("@smithy/smithy-client").CommandImpl<
|
|
31
31
|
GetCachePolicyCommandInput,
|
|
32
32
|
GetCachePolicyCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetCachePolicyConfigCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetCachePolicyConfigCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetCachePolicyConfigCommandInput,
|
|
33
33
|
GetCachePolicyConfigCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetCloudFrontOriginAccessIdentityCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetCloudFrontOriginAccessIdentityCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetCloudFrontOriginAccessIdentityCommandInput,
|
|
33
33
|
GetCloudFrontOriginAccessIdentityCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetCloudFrontOriginAccessIdentityConfigCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetCloudFrontOriginAccessIdentityConfigCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetCloudFrontOriginAccessIdentityConfigCommandInput,
|
|
33
33
|
GetCloudFrontOriginAccessIdentityConfigCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetConnectionGroupByRoutingEndpointCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetConnectionGroupByRoutingEndpointCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetConnectionGroupByRoutingEndpointCommandInput,
|
|
33
33
|
GetConnectionGroupByRoutingEndpointCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetConnectionGroupCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetConnectionGroupCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetConnectionGroupCommandInput,
|
|
33
33
|
GetConnectionGroupCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetContinuousDeploymentPolicyCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetContinuousDeploymentPolicyCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetContinuousDeploymentPolicyCommandInput,
|
|
33
33
|
GetContinuousDeploymentPolicyCommandOutput,
|