@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
|
@@ -27,7 +27,7 @@ declare const GetContinuousDeploymentPolicyConfigCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetContinuousDeploymentPolicyConfigCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetContinuousDeploymentPolicyConfigCommandInput,
|
|
33
33
|
GetContinuousDeploymentPolicyConfigCommandOutput,
|
|
@@ -26,7 +26,7 @@ declare const GetDistributionCommand_base: {
|
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
|
-
|
|
29
|
+
input: GetDistributionCommandInput
|
|
30
30
|
): import("@smithy/smithy-client").CommandImpl<
|
|
31
31
|
GetDistributionCommandInput,
|
|
32
32
|
GetDistributionCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetDistributionConfigCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetDistributionConfigCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetDistributionConfigCommandInput,
|
|
33
33
|
GetDistributionConfigCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetDistributionTenantByDomainCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetDistributionTenantByDomainCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetDistributionTenantByDomainCommandInput,
|
|
33
33
|
GetDistributionTenantByDomainCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetDistributionTenantCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetDistributionTenantCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetDistributionTenantCommandInput,
|
|
33
33
|
GetDistributionTenantCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetFieldLevelEncryptionCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetFieldLevelEncryptionCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetFieldLevelEncryptionCommandInput,
|
|
33
33
|
GetFieldLevelEncryptionCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetFieldLevelEncryptionConfigCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetFieldLevelEncryptionConfigCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetFieldLevelEncryptionConfigCommandInput,
|
|
33
33
|
GetFieldLevelEncryptionConfigCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetFieldLevelEncryptionProfileCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetFieldLevelEncryptionProfileCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetFieldLevelEncryptionProfileCommandInput,
|
|
33
33
|
GetFieldLevelEncryptionProfileCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetFieldLevelEncryptionProfileConfigCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetFieldLevelEncryptionProfileConfigCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetFieldLevelEncryptionProfileConfigCommandInput,
|
|
33
33
|
GetFieldLevelEncryptionProfileConfigCommandOutput,
|
|
@@ -26,7 +26,7 @@ declare const GetInvalidationCommand_base: {
|
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
|
-
|
|
29
|
+
input: GetInvalidationCommandInput
|
|
30
30
|
): import("@smithy/smithy-client").CommandImpl<
|
|
31
31
|
GetInvalidationCommandInput,
|
|
32
32
|
GetInvalidationCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetInvalidationForDistributionTenantCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetInvalidationForDistributionTenantCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetInvalidationForDistributionTenantCommandInput,
|
|
33
33
|
GetInvalidationForDistributionTenantCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetKeyGroupConfigCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetKeyGroupConfigCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetKeyGroupConfigCommandInput,
|
|
33
33
|
GetKeyGroupConfigCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetManagedCertificateDetailsCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetManagedCertificateDetailsCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetManagedCertificateDetailsCommandInput,
|
|
33
33
|
GetManagedCertificateDetailsCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetMonitoringSubscriptionCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetMonitoringSubscriptionCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetMonitoringSubscriptionCommandInput,
|
|
33
33
|
GetMonitoringSubscriptionCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetOriginAccessControlCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetOriginAccessControlCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetOriginAccessControlCommandInput,
|
|
33
33
|
GetOriginAccessControlCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetOriginAccessControlConfigCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetOriginAccessControlConfigCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetOriginAccessControlConfigCommandInput,
|
|
33
33
|
GetOriginAccessControlConfigCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetOriginRequestPolicyCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetOriginRequestPolicyCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetOriginRequestPolicyCommandInput,
|
|
33
33
|
GetOriginRequestPolicyCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetOriginRequestPolicyConfigCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetOriginRequestPolicyConfigCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetOriginRequestPolicyConfigCommandInput,
|
|
33
33
|
GetOriginRequestPolicyConfigCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetPublicKeyConfigCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetPublicKeyConfigCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetPublicKeyConfigCommandInput,
|
|
33
33
|
GetPublicKeyConfigCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetResponseHeadersPolicyCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetResponseHeadersPolicyCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetResponseHeadersPolicyCommandInput,
|
|
33
33
|
GetResponseHeadersPolicyCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetResponseHeadersPolicyConfigCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetResponseHeadersPolicyConfigCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetResponseHeadersPolicyConfigCommandInput,
|
|
33
33
|
GetResponseHeadersPolicyConfigCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetStreamingDistributionCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetStreamingDistributionCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetStreamingDistributionCommandInput,
|
|
33
33
|
GetStreamingDistributionCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetStreamingDistributionConfigCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetStreamingDistributionConfigCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetStreamingDistributionConfigCommandInput,
|
|
33
33
|
GetStreamingDistributionConfigCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListConflictingAliasesCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListConflictingAliasesCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListConflictingAliasesCommandInput,
|
|
33
33
|
ListConflictingAliasesCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListDistributionsByAnycastIpListIdCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListDistributionsByAnycastIpListIdCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListDistributionsByAnycastIpListIdCommandInput,
|
|
33
33
|
ListDistributionsByAnycastIpListIdCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListDistributionsByCachePolicyIdCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListDistributionsByCachePolicyIdCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListDistributionsByCachePolicyIdCommandInput,
|
|
33
33
|
ListDistributionsByCachePolicyIdCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListDistributionsByConnectionModeCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListDistributionsByConnectionModeCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListDistributionsByConnectionModeCommandInput,
|
|
33
33
|
ListDistributionsByConnectionModeCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListDistributionsByKeyGroupCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListDistributionsByKeyGroupCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListDistributionsByKeyGroupCommandInput,
|
|
33
33
|
ListDistributionsByKeyGroupCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListDistributionsByOriginRequestPolicyIdCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListDistributionsByOriginRequestPolicyIdCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListDistributionsByOriginRequestPolicyIdCommandInput,
|
|
33
33
|
ListDistributionsByOriginRequestPolicyIdCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListDistributionsByResponseHeadersPolicyIdCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListDistributionsByResponseHeadersPolicyIdCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListDistributionsByResponseHeadersPolicyIdCommandInput,
|
|
33
33
|
ListDistributionsByResponseHeadersPolicyIdCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListDistributionsByVpcOriginIdCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListDistributionsByVpcOriginIdCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListDistributionsByVpcOriginIdCommandInput,
|
|
33
33
|
ListDistributionsByVpcOriginIdCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListDistributionsByWebACLIdCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListDistributionsByWebACLIdCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListDistributionsByWebACLIdCommandInput,
|
|
33
33
|
ListDistributionsByWebACLIdCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListDomainConflictsCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListDomainConflictsCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListDomainConflictsCommandInput,
|
|
33
33
|
ListDomainConflictsCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListInvalidationsCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListInvalidationsCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListInvalidationsCommandInput,
|
|
33
33
|
ListInvalidationsCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListInvalidationsForDistributionTenantCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListInvalidationsForDistributionTenantCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListInvalidationsForDistributionTenantCommandInput,
|
|
33
33
|
ListInvalidationsForDistributionTenantCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListTagsForResourceCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
@@ -26,7 +26,7 @@ declare const PublishFunctionCommand_base: {
|
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
|
-
|
|
29
|
+
input: PublishFunctionCommandInput
|
|
30
30
|
): import("@smithy/smithy-client").CommandImpl<
|
|
31
31
|
PublishFunctionCommandInput,
|
|
32
32
|
PublishFunctionCommandOutput,
|
|
@@ -21,7 +21,7 @@ declare const UntagResourceCommand_base: {
|
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
|
-
|
|
24
|
+
input: UntagResourceCommandInput
|
|
25
25
|
): import("@smithy/smithy-client").CommandImpl<
|
|
26
26
|
UntagResourceCommandInput,
|
|
27
27
|
UntagResourceCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const UpdateCachePolicyCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: UpdateCachePolicyCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
UpdateCachePolicyCommandInput,
|
|
33
33
|
UpdateCachePolicyCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const UpdateCloudFrontOriginAccessIdentityCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: UpdateCloudFrontOriginAccessIdentityCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
UpdateCloudFrontOriginAccessIdentityCommandInput,
|
|
33
33
|
UpdateCloudFrontOriginAccessIdentityCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const UpdateConnectionGroupCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: UpdateConnectionGroupCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
UpdateConnectionGroupCommandInput,
|
|
33
33
|
UpdateConnectionGroupCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const UpdateContinuousDeploymentPolicyCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: UpdateContinuousDeploymentPolicyCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
UpdateContinuousDeploymentPolicyCommandInput,
|
|
33
33
|
UpdateContinuousDeploymentPolicyCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const UpdateDistributionCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: UpdateDistributionCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
UpdateDistributionCommandInput,
|
|
33
33
|
UpdateDistributionCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const UpdateDistributionTenantCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: UpdateDistributionTenantCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
UpdateDistributionTenantCommandInput,
|
|
33
33
|
UpdateDistributionTenantCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const UpdateDistributionWithStagingConfigCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: UpdateDistributionWithStagingConfigCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
UpdateDistributionWithStagingConfigCommandInput,
|
|
33
33
|
UpdateDistributionWithStagingConfigCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const UpdateDomainAssociationCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: UpdateDomainAssociationCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
UpdateDomainAssociationCommandInput,
|
|
33
33
|
UpdateDomainAssociationCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const UpdateFieldLevelEncryptionConfigCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: UpdateFieldLevelEncryptionConfigCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
UpdateFieldLevelEncryptionConfigCommandInput,
|
|
33
33
|
UpdateFieldLevelEncryptionConfigCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const UpdateFieldLevelEncryptionProfileCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: UpdateFieldLevelEncryptionProfileCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
UpdateFieldLevelEncryptionProfileCommandInput,
|
|
33
33
|
UpdateFieldLevelEncryptionProfileCommandOutput,
|
|
@@ -26,7 +26,7 @@ declare const UpdateFunctionCommand_base: {
|
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
|
-
|
|
29
|
+
input: UpdateFunctionCommandInput
|
|
30
30
|
): import("@smithy/smithy-client").CommandImpl<
|
|
31
31
|
UpdateFunctionCommandInput,
|
|
32
32
|
UpdateFunctionCommandOutput,
|
|
@@ -26,7 +26,7 @@ declare const UpdateKeyGroupCommand_base: {
|
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
|
-
|
|
29
|
+
input: UpdateKeyGroupCommandInput
|
|
30
30
|
): import("@smithy/smithy-client").CommandImpl<
|
|
31
31
|
UpdateKeyGroupCommandInput,
|
|
32
32
|
UpdateKeyGroupCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const UpdateKeyValueStoreCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: UpdateKeyValueStoreCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
UpdateKeyValueStoreCommandInput,
|
|
33
33
|
UpdateKeyValueStoreCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const UpdateOriginAccessControlCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: UpdateOriginAccessControlCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
UpdateOriginAccessControlCommandInput,
|
|
33
33
|
UpdateOriginAccessControlCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const UpdateOriginRequestPolicyCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: UpdateOriginRequestPolicyCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
UpdateOriginRequestPolicyCommandInput,
|
|
33
33
|
UpdateOriginRequestPolicyCommandOutput,
|
|
@@ -26,7 +26,7 @@ declare const UpdatePublicKeyCommand_base: {
|
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
|
-
|
|
29
|
+
input: UpdatePublicKeyCommandInput
|
|
30
30
|
): import("@smithy/smithy-client").CommandImpl<
|
|
31
31
|
UpdatePublicKeyCommandInput,
|
|
32
32
|
UpdatePublicKeyCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const UpdateResponseHeadersPolicyCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: UpdateResponseHeadersPolicyCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
UpdateResponseHeadersPolicyCommandInput,
|
|
33
33
|
UpdateResponseHeadersPolicyCommandOutput,
|