@aws-sdk/client-cloudfront 3.1045.0 → 3.1047.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +379 -380
- package/dist-cjs/models/CloudFrontServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-cjs/schemas/schemas_0.js +7 -6
- package/dist-es/CloudFront.js +1 -1
- package/dist-es/CloudFrontClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateAliasCommand.js +2 -2
- package/dist-es/commands/AssociateDistributionTenantWebACLCommand.js +2 -2
- package/dist-es/commands/AssociateDistributionWebACLCommand.js +2 -2
- package/dist-es/commands/CopyDistributionCommand.js +2 -2
- package/dist-es/commands/CreateAnycastIpListCommand.js +2 -2
- package/dist-es/commands/CreateCachePolicyCommand.js +2 -2
- package/dist-es/commands/CreateCloudFrontOriginAccessIdentityCommand.js +2 -2
- package/dist-es/commands/CreateConnectionFunctionCommand.js +2 -2
- package/dist-es/commands/CreateConnectionGroupCommand.js +2 -2
- package/dist-es/commands/CreateContinuousDeploymentPolicyCommand.js +2 -2
- package/dist-es/commands/CreateDistributionCommand.js +2 -2
- package/dist-es/commands/CreateDistributionTenantCommand.js +2 -2
- package/dist-es/commands/CreateDistributionWithTagsCommand.js +2 -2
- package/dist-es/commands/CreateFieldLevelEncryptionConfigCommand.js +2 -2
- package/dist-es/commands/CreateFieldLevelEncryptionProfileCommand.js +2 -2
- package/dist-es/commands/CreateFunctionCommand.js +2 -2
- package/dist-es/commands/CreateInvalidationCommand.js +2 -2
- package/dist-es/commands/CreateInvalidationForDistributionTenantCommand.js +2 -2
- package/dist-es/commands/CreateKeyGroupCommand.js +2 -2
- package/dist-es/commands/CreateKeyValueStoreCommand.js +2 -2
- package/dist-es/commands/CreateMonitoringSubscriptionCommand.js +2 -2
- package/dist-es/commands/CreateOriginAccessControlCommand.js +2 -2
- package/dist-es/commands/CreateOriginRequestPolicyCommand.js +2 -2
- package/dist-es/commands/CreatePublicKeyCommand.js +2 -2
- package/dist-es/commands/CreateRealtimeLogConfigCommand.js +2 -2
- package/dist-es/commands/CreateResponseHeadersPolicyCommand.js +2 -2
- package/dist-es/commands/CreateStreamingDistributionCommand.js +2 -2
- package/dist-es/commands/CreateStreamingDistributionWithTagsCommand.js +2 -2
- package/dist-es/commands/CreateTrustStoreCommand.js +2 -2
- package/dist-es/commands/CreateVpcOriginCommand.js +2 -2
- package/dist-es/commands/DeleteAnycastIpListCommand.js +2 -2
- package/dist-es/commands/DeleteCachePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +2 -2
- package/dist-es/commands/DeleteConnectionFunctionCommand.js +2 -2
- package/dist-es/commands/DeleteConnectionGroupCommand.js +2 -2
- package/dist-es/commands/DeleteContinuousDeploymentPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteDistributionCommand.js +2 -2
- package/dist-es/commands/DeleteDistributionTenantCommand.js +2 -2
- package/dist-es/commands/DeleteFieldLevelEncryptionConfigCommand.js +2 -2
- package/dist-es/commands/DeleteFieldLevelEncryptionProfileCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionCommand.js +2 -2
- package/dist-es/commands/DeleteKeyGroupCommand.js +2 -2
- package/dist-es/commands/DeleteKeyValueStoreCommand.js +2 -2
- package/dist-es/commands/DeleteMonitoringSubscriptionCommand.js +2 -2
- package/dist-es/commands/DeleteOriginAccessControlCommand.js +2 -2
- package/dist-es/commands/DeleteOriginRequestPolicyCommand.js +2 -2
- package/dist-es/commands/DeletePublicKeyCommand.js +2 -2
- package/dist-es/commands/DeleteRealtimeLogConfigCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteResponseHeadersPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteStreamingDistributionCommand.js +2 -2
- package/dist-es/commands/DeleteTrustStoreCommand.js +2 -2
- package/dist-es/commands/DeleteVpcOriginCommand.js +2 -2
- package/dist-es/commands/DescribeConnectionFunctionCommand.js +2 -2
- package/dist-es/commands/DescribeFunctionCommand.js +2 -2
- package/dist-es/commands/DescribeKeyValueStoreCommand.js +2 -2
- package/dist-es/commands/DisassociateDistributionTenantWebACLCommand.js +2 -2
- package/dist-es/commands/DisassociateDistributionWebACLCommand.js +2 -2
- package/dist-es/commands/GetAnycastIpListCommand.js +2 -2
- package/dist-es/commands/GetCachePolicyCommand.js +2 -2
- package/dist-es/commands/GetCachePolicyConfigCommand.js +2 -2
- package/dist-es/commands/GetCloudFrontOriginAccessIdentityCommand.js +2 -2
- package/dist-es/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +2 -2
- package/dist-es/commands/GetConnectionFunctionCommand.js +2 -2
- package/dist-es/commands/GetConnectionGroupByRoutingEndpointCommand.js +2 -2
- package/dist-es/commands/GetConnectionGroupCommand.js +2 -2
- package/dist-es/commands/GetContinuousDeploymentPolicyCommand.js +2 -2
- package/dist-es/commands/GetContinuousDeploymentPolicyConfigCommand.js +2 -2
- package/dist-es/commands/GetDistributionCommand.js +2 -2
- package/dist-es/commands/GetDistributionConfigCommand.js +2 -2
- package/dist-es/commands/GetDistributionTenantByDomainCommand.js +2 -2
- package/dist-es/commands/GetDistributionTenantCommand.js +2 -2
- package/dist-es/commands/GetFieldLevelEncryptionCommand.js +2 -2
- package/dist-es/commands/GetFieldLevelEncryptionConfigCommand.js +2 -2
- package/dist-es/commands/GetFieldLevelEncryptionProfileCommand.js +2 -2
- package/dist-es/commands/GetFieldLevelEncryptionProfileConfigCommand.js +2 -2
- package/dist-es/commands/GetFunctionCommand.js +2 -2
- package/dist-es/commands/GetInvalidationCommand.js +2 -2
- package/dist-es/commands/GetInvalidationForDistributionTenantCommand.js +2 -2
- package/dist-es/commands/GetKeyGroupCommand.js +2 -2
- package/dist-es/commands/GetKeyGroupConfigCommand.js +2 -2
- package/dist-es/commands/GetManagedCertificateDetailsCommand.js +2 -2
- package/dist-es/commands/GetMonitoringSubscriptionCommand.js +2 -2
- package/dist-es/commands/GetOriginAccessControlCommand.js +2 -2
- package/dist-es/commands/GetOriginAccessControlConfigCommand.js +2 -2
- package/dist-es/commands/GetOriginRequestPolicyCommand.js +2 -2
- package/dist-es/commands/GetOriginRequestPolicyConfigCommand.js +2 -2
- package/dist-es/commands/GetPublicKeyCommand.js +2 -2
- package/dist-es/commands/GetPublicKeyConfigCommand.js +2 -2
- package/dist-es/commands/GetRealtimeLogConfigCommand.js +2 -2
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-es/commands/GetResponseHeadersPolicyCommand.js +2 -2
- package/dist-es/commands/GetResponseHeadersPolicyConfigCommand.js +2 -2
- package/dist-es/commands/GetStreamingDistributionCommand.js +2 -2
- package/dist-es/commands/GetStreamingDistributionConfigCommand.js +2 -2
- package/dist-es/commands/GetTrustStoreCommand.js +2 -2
- package/dist-es/commands/GetVpcOriginCommand.js +2 -2
- package/dist-es/commands/ListAnycastIpListsCommand.js +2 -2
- package/dist-es/commands/ListCachePoliciesCommand.js +2 -2
- package/dist-es/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +2 -2
- package/dist-es/commands/ListConflictingAliasesCommand.js +2 -2
- package/dist-es/commands/ListConnectionFunctionsCommand.js +2 -2
- package/dist-es/commands/ListConnectionGroupsCommand.js +2 -2
- package/dist-es/commands/ListContinuousDeploymentPoliciesCommand.js +2 -2
- package/dist-es/commands/ListDistributionTenantsByCustomizationCommand.js +2 -2
- package/dist-es/commands/ListDistributionTenantsCommand.js +2 -2
- package/dist-es/commands/ListDistributionsByAnycastIpListIdCommand.js +2 -2
- package/dist-es/commands/ListDistributionsByCachePolicyIdCommand.js +2 -2
- package/dist-es/commands/ListDistributionsByConnectionFunctionCommand.js +2 -2
- package/dist-es/commands/ListDistributionsByConnectionModeCommand.js +2 -2
- package/dist-es/commands/ListDistributionsByKeyGroupCommand.js +2 -2
- package/dist-es/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +2 -2
- package/dist-es/commands/ListDistributionsByOwnedResourceCommand.js +2 -2
- package/dist-es/commands/ListDistributionsByRealtimeLogConfigCommand.js +2 -2
- package/dist-es/commands/ListDistributionsByResponseHeadersPolicyIdCommand.js +2 -2
- package/dist-es/commands/ListDistributionsByTrustStoreCommand.js +2 -2
- package/dist-es/commands/ListDistributionsByVpcOriginIdCommand.js +2 -2
- package/dist-es/commands/ListDistributionsByWebACLIdCommand.js +2 -2
- package/dist-es/commands/ListDistributionsCommand.js +2 -2
- package/dist-es/commands/ListDomainConflictsCommand.js +2 -2
- package/dist-es/commands/ListFieldLevelEncryptionConfigsCommand.js +2 -2
- package/dist-es/commands/ListFieldLevelEncryptionProfilesCommand.js +2 -2
- package/dist-es/commands/ListFunctionsCommand.js +2 -2
- package/dist-es/commands/ListInvalidationsCommand.js +2 -2
- package/dist-es/commands/ListInvalidationsForDistributionTenantCommand.js +2 -2
- package/dist-es/commands/ListKeyGroupsCommand.js +2 -2
- package/dist-es/commands/ListKeyValueStoresCommand.js +2 -2
- package/dist-es/commands/ListOriginAccessControlsCommand.js +2 -2
- package/dist-es/commands/ListOriginRequestPoliciesCommand.js +2 -2
- package/dist-es/commands/ListPublicKeysCommand.js +2 -2
- package/dist-es/commands/ListRealtimeLogConfigsCommand.js +2 -2
- package/dist-es/commands/ListResponseHeadersPoliciesCommand.js +2 -2
- package/dist-es/commands/ListStreamingDistributionsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTrustStoresCommand.js +2 -2
- package/dist-es/commands/ListVpcOriginsCommand.js +2 -2
- package/dist-es/commands/PublishConnectionFunctionCommand.js +2 -2
- package/dist-es/commands/PublishFunctionCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TestConnectionFunctionCommand.js +2 -2
- package/dist-es/commands/TestFunctionCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAnycastIpListCommand.js +2 -2
- package/dist-es/commands/UpdateCachePolicyCommand.js +2 -2
- package/dist-es/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +2 -2
- package/dist-es/commands/UpdateConnectionFunctionCommand.js +2 -2
- package/dist-es/commands/UpdateConnectionGroupCommand.js +2 -2
- package/dist-es/commands/UpdateContinuousDeploymentPolicyCommand.js +2 -2
- package/dist-es/commands/UpdateDistributionCommand.js +2 -2
- package/dist-es/commands/UpdateDistributionTenantCommand.js +2 -2
- package/dist-es/commands/UpdateDistributionWithStagingConfigCommand.js +2 -2
- package/dist-es/commands/UpdateDomainAssociationCommand.js +2 -2
- package/dist-es/commands/UpdateFieldLevelEncryptionConfigCommand.js +2 -2
- package/dist-es/commands/UpdateFieldLevelEncryptionProfileCommand.js +2 -2
- package/dist-es/commands/UpdateFunctionCommand.js +2 -2
- package/dist-es/commands/UpdateKeyGroupCommand.js +2 -2
- package/dist-es/commands/UpdateKeyValueStoreCommand.js +2 -2
- package/dist-es/commands/UpdateOriginAccessControlCommand.js +2 -2
- package/dist-es/commands/UpdateOriginRequestPolicyCommand.js +2 -2
- package/dist-es/commands/UpdatePublicKeyCommand.js +2 -2
- package/dist-es/commands/UpdateRealtimeLogConfigCommand.js +2 -2
- package/dist-es/commands/UpdateResponseHeadersPolicyCommand.js +2 -2
- package/dist-es/commands/UpdateStreamingDistributionCommand.js +2 -2
- package/dist-es/commands/UpdateTrustStoreCommand.js +2 -2
- package/dist-es/commands/UpdateVpcOriginCommand.js +2 -2
- package/dist-es/commands/VerifyDnsConfigurationCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/CloudFrontServiceException.js +1 -1
- package/dist-es/models/enums.js +1 -0
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/schemas/schemas_0.js +7 -6
- package/dist-es/waiters/waitForDistributionDeployed.js +1 -1
- package/dist-es/waiters/waitForInvalidationCompleted.js +1 -1
- package/dist-es/waiters/waitForInvalidationForDistributionTenantCompleted.js +1 -1
- package/dist-es/waiters/waitForStreamingDistributionDeployed.js +1 -1
- package/dist-types/CloudFront.d.ts +1 -1
- package/dist-types/CloudFrontClient.d.ts +5 -5
- package/dist-types/commands/AssociateAliasCommand.d.ts +6 -4
- package/dist-types/commands/AssociateDistributionTenantWebACLCommand.d.ts +6 -4
- package/dist-types/commands/AssociateDistributionWebACLCommand.d.ts +6 -4
- package/dist-types/commands/CopyDistributionCommand.d.ts +7 -5
- package/dist-types/commands/CreateAnycastIpListCommand.d.ts +6 -4
- package/dist-types/commands/CreateCachePolicyCommand.d.ts +6 -4
- package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +6 -4
- package/dist-types/commands/CreateConnectionFunctionCommand.d.ts +6 -4
- package/dist-types/commands/CreateConnectionGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateContinuousDeploymentPolicyCommand.d.ts +6 -4
- package/dist-types/commands/CreateDistributionCommand.d.ts +8 -6
- package/dist-types/commands/CreateDistributionTenantCommand.d.ts +6 -4
- package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +8 -6
- package/dist-types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +6 -4
- package/dist-types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +6 -4
- package/dist-types/commands/CreateFunctionCommand.d.ts +6 -4
- package/dist-types/commands/CreateInvalidationCommand.d.ts +6 -4
- package/dist-types/commands/CreateInvalidationForDistributionTenantCommand.d.ts +6 -4
- package/dist-types/commands/CreateKeyGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateKeyValueStoreCommand.d.ts +6 -4
- package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/CreateOriginAccessControlCommand.d.ts +6 -4
- package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +6 -4
- package/dist-types/commands/CreatePublicKeyCommand.d.ts +6 -4
- package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +6 -4
- package/dist-types/commands/CreateResponseHeadersPolicyCommand.d.ts +6 -4
- package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +6 -4
- package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +6 -4
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +8 -4
- package/dist-types/commands/CreateVpcOriginCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAnycastIpListCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCachePolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConnectionFunctionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConnectionGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDistributionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDistributionTenantCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFunctionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteKeyGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteKeyValueStoreCommand.d.ts +6 -4
- package/dist-types/commands/DeleteMonitoringSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteOriginAccessControlCommand.d.ts +6 -4
- package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeletePublicKeyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +6 -4
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteResponseHeadersPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +6 -4
- package/dist-types/commands/DeleteVpcOriginCommand.d.ts +6 -4
- package/dist-types/commands/DescribeConnectionFunctionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeFunctionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeKeyValueStoreCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateDistributionTenantWebACLCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateDistributionWebACLCommand.d.ts +6 -4
- package/dist-types/commands/GetAnycastIpListCommand.d.ts +6 -4
- package/dist-types/commands/GetCachePolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +6 -4
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetConnectionFunctionCommand.d.ts +7 -5
- package/dist-types/commands/GetConnectionGroupByRoutingEndpointCommand.d.ts +6 -4
- package/dist-types/commands/GetConnectionGroupCommand.d.ts +6 -4
- package/dist-types/commands/GetContinuousDeploymentPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetContinuousDeploymentPolicyConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetDistributionCommand.d.ts +7 -5
- package/dist-types/commands/GetDistributionConfigCommand.d.ts +7 -5
- package/dist-types/commands/GetDistributionTenantByDomainCommand.d.ts +6 -4
- package/dist-types/commands/GetDistributionTenantCommand.d.ts +6 -4
- package/dist-types/commands/GetFieldLevelEncryptionCommand.d.ts +6 -4
- package/dist-types/commands/GetFieldLevelEncryptionConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetFieldLevelEncryptionProfileCommand.d.ts +6 -4
- package/dist-types/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetFunctionCommand.d.ts +7 -5
- package/dist-types/commands/GetInvalidationCommand.d.ts +6 -4
- package/dist-types/commands/GetInvalidationForDistributionTenantCommand.d.ts +6 -4
- package/dist-types/commands/GetKeyGroupCommand.d.ts +6 -4
- package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetManagedCertificateDetailsCommand.d.ts +6 -4
- package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/GetOriginAccessControlCommand.d.ts +6 -4
- package/dist-types/commands/GetOriginAccessControlConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetPublicKeyCommand.d.ts +6 -4
- package/dist-types/commands/GetPublicKeyConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetResponseHeadersPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetResponseHeadersPolicyConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetStreamingDistributionCommand.d.ts +6 -4
- package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetTrustStoreCommand.d.ts +7 -4
- package/dist-types/commands/GetVpcOriginCommand.d.ts +6 -4
- package/dist-types/commands/ListAnycastIpListsCommand.d.ts +6 -4
- package/dist-types/commands/ListCachePoliciesCommand.d.ts +6 -4
- package/dist-types/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +6 -4
- package/dist-types/commands/ListConflictingAliasesCommand.d.ts +6 -4
- package/dist-types/commands/ListConnectionFunctionsCommand.d.ts +6 -4
- package/dist-types/commands/ListConnectionGroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListContinuousDeploymentPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/ListDistributionTenantsByCustomizationCommand.d.ts +6 -4
- package/dist-types/commands/ListDistributionTenantsCommand.d.ts +6 -4
- package/dist-types/commands/ListDistributionsByAnycastIpListIdCommand.d.ts +7 -5
- package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +6 -4
- package/dist-types/commands/ListDistributionsByConnectionFunctionCommand.d.ts +7 -5
- package/dist-types/commands/ListDistributionsByConnectionModeCommand.d.ts +7 -5
- package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +6 -4
- package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +6 -4
- package/dist-types/commands/ListDistributionsByOwnedResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +7 -5
- package/dist-types/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +6 -4
- package/dist-types/commands/ListDistributionsByTrustStoreCommand.d.ts +7 -5
- package/dist-types/commands/ListDistributionsByVpcOriginIdCommand.d.ts +6 -4
- package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +7 -5
- package/dist-types/commands/ListDistributionsCommand.d.ts +7 -5
- package/dist-types/commands/ListDomainConflictsCommand.d.ts +6 -4
- package/dist-types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +6 -4
- package/dist-types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +6 -4
- package/dist-types/commands/ListFunctionsCommand.d.ts +6 -4
- package/dist-types/commands/ListInvalidationsCommand.d.ts +6 -4
- package/dist-types/commands/ListInvalidationsForDistributionTenantCommand.d.ts +6 -4
- package/dist-types/commands/ListKeyGroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListKeyValueStoresCommand.d.ts +6 -4
- package/dist-types/commands/ListOriginAccessControlsCommand.d.ts +6 -4
- package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/ListPublicKeysCommand.d.ts +6 -4
- package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +6 -4
- package/dist-types/commands/ListResponseHeadersPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/ListStreamingDistributionsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListTrustStoresCommand.d.ts +6 -4
- package/dist-types/commands/ListVpcOriginsCommand.d.ts +6 -4
- package/dist-types/commands/PublishConnectionFunctionCommand.d.ts +6 -4
- package/dist-types/commands/PublishFunctionCommand.d.ts +6 -4
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/TestConnectionFunctionCommand.d.ts +6 -4
- package/dist-types/commands/TestFunctionCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAnycastIpListCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCachePolicyCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConnectionFunctionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConnectionGroupCommand.d.ts +6 -4
- package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDistributionCommand.d.ts +8 -6
- package/dist-types/commands/UpdateDistributionTenantCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +7 -5
- package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +6 -4
- package/dist-types/commands/UpdateFunctionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateKeyGroupCommand.d.ts +6 -4
- package/dist-types/commands/UpdateKeyValueStoreCommand.d.ts +6 -4
- package/dist-types/commands/UpdateOriginAccessControlCommand.d.ts +6 -4
- package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePublicKeyCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +6 -4
- package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTrustStoreCommand.d.ts +8 -4
- package/dist-types/commands/UpdateVpcOriginCommand.d.ts +6 -4
- package/dist-types/commands/VerifyDnsConfigurationCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/CloudFrontServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +1 -0
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +11 -1
- package/dist-types/models/models_1.d.ts +6 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/CloudFront.d.ts +1 -1
- package/dist-types/ts3.4/CloudFrontClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateAliasCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateDistributionTenantWebACLCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateDistributionWebACLCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CopyDistributionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAnycastIpListCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCachePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConnectionFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConnectionGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateContinuousDeploymentPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDistributionTenantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDistributionWithTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateInvalidationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateInvalidationForDistributionTenantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateKeyGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateKeyValueStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateMonitoringSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateOriginAccessControlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePublicKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateResponseHeadersPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateStreamingDistributionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateStreamingDistributionWithTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateVpcOriginCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAnycastIpListCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCachePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConnectionFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConnectionGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDistributionTenantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteKeyGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteKeyValueStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteMonitoringSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteOriginAccessControlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteOriginRequestPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRealtimeLogConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteResponseHeadersPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteStreamingDistributionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteVpcOriginCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeConnectionFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeKeyValueStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateDistributionTenantWebACLCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateDistributionWebACLCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAnycastIpListCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCachePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCachePolicyConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetConnectionFunctionCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetConnectionGroupByRoutingEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetConnectionGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetContinuousDeploymentPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetContinuousDeploymentPolicyConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDistributionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDistributionConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDistributionTenantByDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDistributionTenantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetInvalidationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetInvalidationForDistributionTenantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetKeyGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetKeyGroupConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetManagedCertificateDetailsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMonitoringSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetOriginAccessControlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetOriginAccessControlConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetOriginRequestPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetOriginRequestPolicyConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPublicKeyConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRealtimeLogConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResponseHeadersPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResponseHeadersPolicyConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetStreamingDistributionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetStreamingDistributionConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetVpcOriginCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAnycastIpListsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCachePoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConflictingAliasesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConnectionFunctionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConnectionGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListContinuousDeploymentPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionTenantsByCustomizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionTenantsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionsByAnycastIpListIdCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionsByCachePolicyIdCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionsByConnectionFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionsByConnectionModeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionsByKeyGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionsByOwnedResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionsByTrustStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionsByVpcOriginIdCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionsByWebACLIdCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDomainConflictsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInvalidationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInvalidationsForDistributionTenantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListKeyGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListKeyValueStoresCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListOriginAccessControlsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListOriginRequestPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRealtimeLogConfigsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResponseHeadersPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListStreamingDistributionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListVpcOriginsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PublishConnectionFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PublishFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TestConnectionFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TestFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAnycastIpListCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConnectionFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConnectionGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDistributionTenantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDistributionWithStagingConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateKeyValueStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateOriginAccessControlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRealtimeLogConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateResponseHeadersPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateVpcOriginCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/VerifyDnsConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/CloudFrontServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +1 -0
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/dist-types/ts3.4/models/models_1.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForDistributionDeployed.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForInvalidationCompleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForInvalidationForDistributionTenantCompleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForStreamingDistributionDeployed.d.ts +1 -1
- package/dist-types/waiters/waitForDistributionDeployed.d.ts +1 -1
- package/dist-types/waiters/waitForInvalidationCompleted.d.ts +1 -1
- package/dist-types/waiters/waitForInvalidationForDistributionTenantCompleted.d.ts +1 -1
- package/dist-types/waiters/waitForStreamingDistributionDeployed.d.ts +1 -1
- package/package.json +14 -37
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { GetCloudFrontOriginAccessIdentityRequest, GetCloudFrontOriginAccessIdentityResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetCloudFrontOriginAccessIdentityCommandInput extends GetCloudF
|
|
|
22
22
|
export interface GetCloudFrontOriginAccessIdentityCommandOutput extends GetCloudFrontOriginAccessIdentityResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetCloudFrontOriginAccessIdentityCommand_base: {
|
|
25
|
-
new (input: GetCloudFrontOriginAccessIdentityCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetCloudFrontOriginAccessIdentityCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetCloudFrontOriginAccessIdentityCommandInput): import("@smithy/core/client").CommandImpl<GetCloudFrontOriginAccessIdentityCommandInput, GetCloudFrontOriginAccessIdentityCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCloudFrontOriginAccessIdentityCommandInput): import("@smithy/core/client").CommandImpl<GetCloudFrontOriginAccessIdentityCommandInput, GetCloudFrontOriginAccessIdentityCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get the information about an origin access identity.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { GetCloudFrontOriginAccessIdentityConfigRequest, GetCloudFrontOriginAccessIdentityConfigResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetCloudFrontOriginAccessIdentityConfigCommandInput extends Get
|
|
|
22
22
|
export interface GetCloudFrontOriginAccessIdentityConfigCommandOutput extends GetCloudFrontOriginAccessIdentityConfigResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetCloudFrontOriginAccessIdentityConfigCommand_base: {
|
|
25
|
-
new (input: GetCloudFrontOriginAccessIdentityConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetCloudFrontOriginAccessIdentityConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetCloudFrontOriginAccessIdentityConfigCommandInput): import("@smithy/core/client").CommandImpl<GetCloudFrontOriginAccessIdentityConfigCommandInput, GetCloudFrontOriginAccessIdentityConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCloudFrontOriginAccessIdentityConfigCommandInput): import("@smithy/core/client").CommandImpl<GetCloudFrontOriginAccessIdentityConfigCommandInput, GetCloudFrontOriginAccessIdentityConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get the configuration information about an origin access identity.</p>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
|
|
2
3
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
|
4
4
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
5
5
|
import type { GetConnectionFunctionRequest, GetConnectionFunctionResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
@@ -29,9 +29,11 @@ export type GetConnectionFunctionCommandOutputType = Omit<GetConnectionFunctionR
|
|
|
29
29
|
export interface GetConnectionFunctionCommandOutput extends GetConnectionFunctionCommandOutputType, __MetadataBearer {
|
|
30
30
|
}
|
|
31
31
|
declare const GetConnectionFunctionCommand_base: {
|
|
32
|
-
new (input: GetConnectionFunctionCommandInput): import("@smithy/
|
|
33
|
-
new (input: GetConnectionFunctionCommandInput): import("@smithy/
|
|
34
|
-
getEndpointParameterInstructions():
|
|
32
|
+
new (input: GetConnectionFunctionCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionFunctionCommandInput, GetConnectionFunctionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
33
|
+
new (input: GetConnectionFunctionCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionFunctionCommandInput, GetConnectionFunctionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
/**
|
|
37
39
|
* <p>Gets a connection function.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { GetConnectionGroupByRoutingEndpointRequest, GetConnectionGroupByRoutingEndpointResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetConnectionGroupByRoutingEndpointCommandInput extends GetConn
|
|
|
22
22
|
export interface GetConnectionGroupByRoutingEndpointCommandOutput extends GetConnectionGroupByRoutingEndpointResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetConnectionGroupByRoutingEndpointCommand_base: {
|
|
25
|
-
new (input: GetConnectionGroupByRoutingEndpointCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetConnectionGroupByRoutingEndpointCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetConnectionGroupByRoutingEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionGroupByRoutingEndpointCommandInput, GetConnectionGroupByRoutingEndpointCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetConnectionGroupByRoutingEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionGroupByRoutingEndpointCommandInput, GetConnectionGroupByRoutingEndpointCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about a connection group by using the endpoint that you specify.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { GetConnectionGroupRequest, GetConnectionGroupResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetConnectionGroupCommandInput extends GetConnectionGroupReques
|
|
|
22
22
|
export interface GetConnectionGroupCommandOutput extends GetConnectionGroupResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetConnectionGroupCommand_base: {
|
|
25
|
-
new (input: GetConnectionGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetConnectionGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetConnectionGroupCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionGroupCommandInput, GetConnectionGroupCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetConnectionGroupCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionGroupCommandInput, GetConnectionGroupCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about a connection group.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { GetContinuousDeploymentPolicyRequest, GetContinuousDeploymentPolicyResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetContinuousDeploymentPolicyCommandInput extends GetContinuous
|
|
|
22
22
|
export interface GetContinuousDeploymentPolicyCommandOutput extends GetContinuousDeploymentPolicyResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetContinuousDeploymentPolicyCommand_base: {
|
|
25
|
-
new (input: GetContinuousDeploymentPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetContinuousDeploymentPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetContinuousDeploymentPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetContinuousDeploymentPolicyCommandInput, GetContinuousDeploymentPolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetContinuousDeploymentPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetContinuousDeploymentPolicyCommandInput, GetContinuousDeploymentPolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a continuous deployment policy, including metadata (the policy's identifier and the date and time when the policy was last modified).</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { GetContinuousDeploymentPolicyConfigRequest, GetContinuousDeploymentPolicyConfigResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetContinuousDeploymentPolicyConfigCommandInput extends GetCont
|
|
|
22
22
|
export interface GetContinuousDeploymentPolicyConfigCommandOutput extends GetContinuousDeploymentPolicyConfigResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetContinuousDeploymentPolicyConfigCommand_base: {
|
|
25
|
-
new (input: GetContinuousDeploymentPolicyConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetContinuousDeploymentPolicyConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetContinuousDeploymentPolicyConfigCommandInput): import("@smithy/core/client").CommandImpl<GetContinuousDeploymentPolicyConfigCommandInput, GetContinuousDeploymentPolicyConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetContinuousDeploymentPolicyConfigCommandInput): import("@smithy/core/client").CommandImpl<GetContinuousDeploymentPolicyConfigCommandInput, GetContinuousDeploymentPolicyConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets configuration information about a continuous deployment policy.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { GetDistributionRequest, GetDistributionResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDistributionCommandInput extends GetDistributionRequest {
|
|
|
22
22
|
export interface GetDistributionCommandOutput extends GetDistributionResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDistributionCommand_base: {
|
|
25
|
-
new (input: GetDistributionCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDistributionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetDistributionCommandInput): import("@smithy/core/client").CommandImpl<GetDistributionCommandInput, GetDistributionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDistributionCommandInput): import("@smithy/core/client").CommandImpl<GetDistributionCommandInput, GetDistributionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get the information about a distribution.</p>
|
|
@@ -401,7 +403,7 @@ declare const GetDistributionCommand_base: {
|
|
|
401
403
|
* // },
|
|
402
404
|
* // ConnectionMode: "direct" || "tenant-only",
|
|
403
405
|
* // ViewerMtlsConfig: { // ViewerMtlsConfig
|
|
404
|
-
* // Mode: "required" || "optional",
|
|
406
|
+
* // Mode: "required" || "optional" || "passthrough",
|
|
405
407
|
* // TrustStoreConfig: { // TrustStoreConfig
|
|
406
408
|
* // TrustStoreId: "STRING_VALUE", // required
|
|
407
409
|
* // AdvertiseTrustStoreCaNames: true || false,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { GetDistributionConfigRequest, GetDistributionConfigResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDistributionConfigCommandInput extends GetDistributionConfig
|
|
|
22
22
|
export interface GetDistributionConfigCommandOutput extends GetDistributionConfigResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDistributionConfigCommand_base: {
|
|
25
|
-
new (input: GetDistributionConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDistributionConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetDistributionConfigCommandInput): import("@smithy/core/client").CommandImpl<GetDistributionConfigCommandInput, GetDistributionConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDistributionConfigCommandInput): import("@smithy/core/client").CommandImpl<GetDistributionConfigCommandInput, GetDistributionConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get the configuration information about a distribution.</p>
|
|
@@ -364,7 +366,7 @@ declare const GetDistributionConfigCommand_base: {
|
|
|
364
366
|
* // },
|
|
365
367
|
* // ConnectionMode: "direct" || "tenant-only",
|
|
366
368
|
* // ViewerMtlsConfig: { // ViewerMtlsConfig
|
|
367
|
-
* // Mode: "required" || "optional",
|
|
369
|
+
* // Mode: "required" || "optional" || "passthrough",
|
|
368
370
|
* // TrustStoreConfig: { // TrustStoreConfig
|
|
369
371
|
* // TrustStoreId: "STRING_VALUE", // required
|
|
370
372
|
* // AdvertiseTrustStoreCaNames: true || false,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { GetDistributionTenantByDomainRequest, GetDistributionTenantByDomainResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDistributionTenantByDomainCommandInput extends GetDistributi
|
|
|
22
22
|
export interface GetDistributionTenantByDomainCommandOutput extends GetDistributionTenantByDomainResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDistributionTenantByDomainCommand_base: {
|
|
25
|
-
new (input: GetDistributionTenantByDomainCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDistributionTenantByDomainCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetDistributionTenantByDomainCommandInput): import("@smithy/core/client").CommandImpl<GetDistributionTenantByDomainCommandInput, GetDistributionTenantByDomainCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDistributionTenantByDomainCommandInput): import("@smithy/core/client").CommandImpl<GetDistributionTenantByDomainCommandInput, GetDistributionTenantByDomainCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about a distribution tenant by the associated domain.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { GetDistributionTenantRequest, GetDistributionTenantResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDistributionTenantCommandInput extends GetDistributionTenant
|
|
|
22
22
|
export interface GetDistributionTenantCommandOutput extends GetDistributionTenantResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDistributionTenantCommand_base: {
|
|
25
|
-
new (input: GetDistributionTenantCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDistributionTenantCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetDistributionTenantCommandInput): import("@smithy/core/client").CommandImpl<GetDistributionTenantCommandInput, GetDistributionTenantCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDistributionTenantCommandInput): import("@smithy/core/client").CommandImpl<GetDistributionTenantCommandInput, GetDistributionTenantCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about a distribution tenant.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { GetFieldLevelEncryptionRequest, GetFieldLevelEncryptionResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetFieldLevelEncryptionCommandInput extends GetFieldLevelEncryp
|
|
|
22
22
|
export interface GetFieldLevelEncryptionCommandOutput extends GetFieldLevelEncryptionResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetFieldLevelEncryptionCommand_base: {
|
|
25
|
-
new (input: GetFieldLevelEncryptionCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetFieldLevelEncryptionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetFieldLevelEncryptionCommandInput): import("@smithy/core/client").CommandImpl<GetFieldLevelEncryptionCommandInput, GetFieldLevelEncryptionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetFieldLevelEncryptionCommandInput): import("@smithy/core/client").CommandImpl<GetFieldLevelEncryptionCommandInput, GetFieldLevelEncryptionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get the field-level encryption configuration information.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { GetFieldLevelEncryptionConfigRequest, GetFieldLevelEncryptionConfigResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetFieldLevelEncryptionConfigCommandInput extends GetFieldLevel
|
|
|
22
22
|
export interface GetFieldLevelEncryptionConfigCommandOutput extends GetFieldLevelEncryptionConfigResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetFieldLevelEncryptionConfigCommand_base: {
|
|
25
|
-
new (input: GetFieldLevelEncryptionConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetFieldLevelEncryptionConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetFieldLevelEncryptionConfigCommandInput): import("@smithy/core/client").CommandImpl<GetFieldLevelEncryptionConfigCommandInput, GetFieldLevelEncryptionConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetFieldLevelEncryptionConfigCommandInput): import("@smithy/core/client").CommandImpl<GetFieldLevelEncryptionConfigCommandInput, GetFieldLevelEncryptionConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get the field-level encryption configuration information.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { GetFieldLevelEncryptionProfileRequest, GetFieldLevelEncryptionProfileResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetFieldLevelEncryptionProfileCommandInput extends GetFieldLeve
|
|
|
22
22
|
export interface GetFieldLevelEncryptionProfileCommandOutput extends GetFieldLevelEncryptionProfileResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetFieldLevelEncryptionProfileCommand_base: {
|
|
25
|
-
new (input: GetFieldLevelEncryptionProfileCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetFieldLevelEncryptionProfileCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetFieldLevelEncryptionProfileCommandInput): import("@smithy/core/client").CommandImpl<GetFieldLevelEncryptionProfileCommandInput, GetFieldLevelEncryptionProfileCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetFieldLevelEncryptionProfileCommandInput): import("@smithy/core/client").CommandImpl<GetFieldLevelEncryptionProfileCommandInput, GetFieldLevelEncryptionProfileCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get the field-level encryption profile information.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { GetFieldLevelEncryptionProfileConfigRequest, GetFieldLevelEncryptionProfileConfigResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetFieldLevelEncryptionProfileConfigCommandInput extends GetFie
|
|
|
22
22
|
export interface GetFieldLevelEncryptionProfileConfigCommandOutput extends GetFieldLevelEncryptionProfileConfigResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetFieldLevelEncryptionProfileConfigCommand_base: {
|
|
25
|
-
new (input: GetFieldLevelEncryptionProfileConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetFieldLevelEncryptionProfileConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetFieldLevelEncryptionProfileConfigCommandInput): import("@smithy/core/client").CommandImpl<GetFieldLevelEncryptionProfileConfigCommandInput, GetFieldLevelEncryptionProfileConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetFieldLevelEncryptionProfileConfigCommandInput): import("@smithy/core/client").CommandImpl<GetFieldLevelEncryptionProfileConfigCommandInput, GetFieldLevelEncryptionProfileConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get the field-level encryption profile configuration information.</p>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
|
|
2
3
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
|
4
4
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
5
5
|
import type { GetFunctionRequest, GetFunctionResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
@@ -29,9 +29,11 @@ export type GetFunctionCommandOutputType = Omit<GetFunctionResult, "FunctionCode
|
|
|
29
29
|
export interface GetFunctionCommandOutput extends GetFunctionCommandOutputType, __MetadataBearer {
|
|
30
30
|
}
|
|
31
31
|
declare const GetFunctionCommand_base: {
|
|
32
|
-
new (input: GetFunctionCommandInput): import("@smithy/
|
|
33
|
-
new (input: GetFunctionCommandInput): import("@smithy/
|
|
34
|
-
getEndpointParameterInstructions():
|
|
32
|
+
new (input: GetFunctionCommandInput): import("@smithy/core/client").CommandImpl<GetFunctionCommandInput, GetFunctionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
33
|
+
new (input: GetFunctionCommandInput): import("@smithy/core/client").CommandImpl<GetFunctionCommandInput, GetFunctionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
/**
|
|
37
39
|
* <p>Gets the code of a CloudFront function. To get configuration information and metadata about a function, use <code>DescribeFunction</code>.</p> <p>To get a function's code, you must provide the function's name and stage. To get these values, you can use <code>ListFunctions</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { GetInvalidationRequest, GetInvalidationResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetInvalidationCommandInput extends GetInvalidationRequest {
|
|
|
22
22
|
export interface GetInvalidationCommandOutput extends GetInvalidationResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetInvalidationCommand_base: {
|
|
25
|
-
new (input: GetInvalidationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetInvalidationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetInvalidationCommandInput): import("@smithy/core/client").CommandImpl<GetInvalidationCommandInput, GetInvalidationCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetInvalidationCommandInput): import("@smithy/core/client").CommandImpl<GetInvalidationCommandInput, GetInvalidationCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get the information about an invalidation.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { GetInvalidationForDistributionTenantRequest, GetInvalidationForDistributionTenantResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetInvalidationForDistributionTenantCommandInput extends GetInv
|
|
|
22
22
|
export interface GetInvalidationForDistributionTenantCommandOutput extends GetInvalidationForDistributionTenantResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetInvalidationForDistributionTenantCommand_base: {
|
|
25
|
-
new (input: GetInvalidationForDistributionTenantCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetInvalidationForDistributionTenantCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetInvalidationForDistributionTenantCommandInput): import("@smithy/core/client").CommandImpl<GetInvalidationForDistributionTenantCommandInput, GetInvalidationForDistributionTenantCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetInvalidationForDistributionTenantCommandInput): import("@smithy/core/client").CommandImpl<GetInvalidationForDistributionTenantCommandInput, GetInvalidationForDistributionTenantCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about a specific invalidation for a distribution tenant.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { GetKeyGroupRequest, GetKeyGroupResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetKeyGroupCommandInput extends GetKeyGroupRequest {
|
|
|
22
22
|
export interface GetKeyGroupCommandOutput extends GetKeyGroupResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetKeyGroupCommand_base: {
|
|
25
|
-
new (input: GetKeyGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetKeyGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetKeyGroupCommandInput): import("@smithy/core/client").CommandImpl<GetKeyGroupCommandInput, GetKeyGroupCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetKeyGroupCommandInput): import("@smithy/core/client").CommandImpl<GetKeyGroupCommandInput, GetKeyGroupCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a key group, including the date and time when the key group was last modified.</p> <p>To get a key group, you must provide the key group's identifier. If the key group is referenced in a distribution's cache behavior, you can get the key group's identifier using <code>ListDistributions</code> or <code>GetDistribution</code>. If the key group is not referenced in a cache behavior, you can get the identifier using <code>ListKeyGroups</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { GetKeyGroupConfigRequest } from "../models/models_0";
|
|
@@ -23,9 +23,11 @@ export interface GetKeyGroupConfigCommandInput extends GetKeyGroupConfigRequest
|
|
|
23
23
|
export interface GetKeyGroupConfigCommandOutput extends GetKeyGroupConfigResult, __MetadataBearer {
|
|
24
24
|
}
|
|
25
25
|
declare const GetKeyGroupConfigCommand_base: {
|
|
26
|
-
new (input: GetKeyGroupConfigCommandInput): import("@smithy/
|
|
27
|
-
new (input: GetKeyGroupConfigCommandInput): import("@smithy/
|
|
28
|
-
getEndpointParameterInstructions():
|
|
26
|
+
new (input: GetKeyGroupConfigCommandInput): import("@smithy/core/client").CommandImpl<GetKeyGroupConfigCommandInput, GetKeyGroupConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
new (input: GetKeyGroupConfigCommandInput): import("@smithy/core/client").CommandImpl<GetKeyGroupConfigCommandInput, GetKeyGroupConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
28
|
+
getEndpointParameterInstructions(): {
|
|
29
|
+
[x: string]: unknown;
|
|
30
|
+
};
|
|
29
31
|
};
|
|
30
32
|
/**
|
|
31
33
|
* <p>Gets a key group configuration.</p> <p>To get a key group configuration, you must provide the key group's identifier. If the key group is referenced in a distribution's cache behavior, you can get the key group's identifier using <code>ListDistributions</code> or <code>GetDistribution</code>. If the key group is not referenced in a cache behavior, you can get the identifier using <code>ListKeyGroups</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { GetManagedCertificateDetailsRequest, GetManagedCertificateDetailsResult } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface GetManagedCertificateDetailsCommandInput extends GetManagedCert
|
|
|
22
22
|
export interface GetManagedCertificateDetailsCommandOutput extends GetManagedCertificateDetailsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetManagedCertificateDetailsCommand_base: {
|
|
25
|
-
new (input: GetManagedCertificateDetailsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetManagedCertificateDetailsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetManagedCertificateDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetManagedCertificateDetailsCommandInput, GetManagedCertificateDetailsCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetManagedCertificateDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetManagedCertificateDetailsCommandInput, GetManagedCertificateDetailsCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets details about the CloudFront managed ACM certificate.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { GetMonitoringSubscriptionRequest, GetMonitoringSubscriptionResult } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface GetMonitoringSubscriptionCommandInput extends GetMonitoringSubs
|
|
|
22
22
|
export interface GetMonitoringSubscriptionCommandOutput extends GetMonitoringSubscriptionResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetMonitoringSubscriptionCommand_base: {
|
|
25
|
-
new (input: GetMonitoringSubscriptionCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetMonitoringSubscriptionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetMonitoringSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<GetMonitoringSubscriptionCommandInput, GetMonitoringSubscriptionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetMonitoringSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<GetMonitoringSubscriptionCommandInput, GetMonitoringSubscriptionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about whether additional CloudWatch metrics are enabled for the specified CloudFront distribution.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { GetOriginAccessControlRequest, GetOriginAccessControlResult } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface GetOriginAccessControlCommandInput extends GetOriginAccessContr
|
|
|
22
22
|
export interface GetOriginAccessControlCommandOutput extends GetOriginAccessControlResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetOriginAccessControlCommand_base: {
|
|
25
|
-
new (input: GetOriginAccessControlCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetOriginAccessControlCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetOriginAccessControlCommandInput): import("@smithy/core/client").CommandImpl<GetOriginAccessControlCommandInput, GetOriginAccessControlCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetOriginAccessControlCommandInput): import("@smithy/core/client").CommandImpl<GetOriginAccessControlCommandInput, GetOriginAccessControlCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a CloudFront origin access control, including its unique identifier.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { GetOriginAccessControlConfigRequest, GetOriginAccessControlConfigResult } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface GetOriginAccessControlConfigCommandInput extends GetOriginAcces
|
|
|
22
22
|
export interface GetOriginAccessControlConfigCommandOutput extends GetOriginAccessControlConfigResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetOriginAccessControlConfigCommand_base: {
|
|
25
|
-
new (input: GetOriginAccessControlConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetOriginAccessControlConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetOriginAccessControlConfigCommandInput): import("@smithy/core/client").CommandImpl<GetOriginAccessControlConfigCommandInput, GetOriginAccessControlConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetOriginAccessControlConfigCommandInput): import("@smithy/core/client").CommandImpl<GetOriginAccessControlConfigCommandInput, GetOriginAccessControlConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a CloudFront origin access control configuration.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { GetOriginRequestPolicyRequest, GetOriginRequestPolicyResult } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface GetOriginRequestPolicyCommandInput extends GetOriginRequestPoli
|
|
|
22
22
|
export interface GetOriginRequestPolicyCommandOutput extends GetOriginRequestPolicyResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetOriginRequestPolicyCommand_base: {
|
|
25
|
-
new (input: GetOriginRequestPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetOriginRequestPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetOriginRequestPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetOriginRequestPolicyCommandInput, GetOriginRequestPolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetOriginRequestPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetOriginRequestPolicyCommandInput, GetOriginRequestPolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets an origin request policy, including the following metadata:</p> <ul> <li> <p>The policy's identifier.</p> </li> <li> <p>The date and time when the policy was last modified.</p> </li> </ul> <p>To get an origin request policy, you must provide the policy's identifier. If the origin request policy is attached to a distribution's cache behavior, you can get the policy's identifier using <code>ListDistributions</code> or <code>GetDistribution</code>. If the origin request policy is not attached to a cache behavior, you can get the identifier using <code>ListOriginRequestPolicies</code>.</p>
|