@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
package/dist-cjs/index.js
CHANGED
|
@@ -4,19 +4,17 @@ var middlewareHostHeader = require('@aws-sdk/middleware-host-header');
|
|
|
4
4
|
var middlewareLogger = require('@aws-sdk/middleware-logger');
|
|
5
5
|
var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
|
|
6
6
|
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
7
|
-
var configResolver = require('@smithy/config-resolver');
|
|
8
7
|
var core = require('@smithy/core');
|
|
8
|
+
var client = require('@smithy/core/client');
|
|
9
|
+
var config = require('@smithy/core/config');
|
|
10
|
+
var endpoints = require('@smithy/core/endpoints');
|
|
11
|
+
var protocols = require('@smithy/core/protocols');
|
|
12
|
+
var retry = require('@smithy/core/retry');
|
|
9
13
|
var schema = require('@smithy/core/schema');
|
|
10
|
-
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
11
|
-
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
12
|
-
var middlewareRetry = require('@smithy/middleware-retry');
|
|
13
|
-
var smithyClient = require('@smithy/smithy-client');
|
|
14
14
|
var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
|
-
var protocolHttp = require('@smithy/protocol-http');
|
|
18
17
|
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
-
var utilWaiter = require('@smithy/util-waiter');
|
|
20
18
|
var errors = require('./models/errors');
|
|
21
19
|
var CloudFrontServiceException = require('./models/CloudFrontServiceException');
|
|
22
20
|
|
|
@@ -74,12 +72,12 @@ const resolveHttpAuthRuntimeConfig = (config) => {
|
|
|
74
72
|
};
|
|
75
73
|
|
|
76
74
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
77
|
-
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig),
|
|
75
|
+
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
78
76
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
79
|
-
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
|
77
|
+
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
80
78
|
};
|
|
81
79
|
|
|
82
|
-
class CloudFrontClient extends
|
|
80
|
+
class CloudFrontClient extends client.Client {
|
|
83
81
|
config;
|
|
84
82
|
constructor(...[configuration]) {
|
|
85
83
|
const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
|
|
@@ -87,17 +85,17 @@ class CloudFrontClient extends smithyClient.Client {
|
|
|
87
85
|
this.initConfig = _config_0;
|
|
88
86
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
89
87
|
const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
|
|
90
|
-
const _config_3 =
|
|
91
|
-
const _config_4 =
|
|
88
|
+
const _config_3 = retry.resolveRetryConfig(_config_2);
|
|
89
|
+
const _config_4 = config.resolveRegionConfig(_config_3);
|
|
92
90
|
const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
|
|
93
|
-
const _config_6 =
|
|
91
|
+
const _config_6 = endpoints.resolveEndpointConfig(_config_5);
|
|
94
92
|
const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
|
|
95
93
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
96
94
|
this.config = _config_8;
|
|
97
95
|
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
98
96
|
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
99
|
-
this.middlewareStack.use(
|
|
100
|
-
this.middlewareStack.use(
|
|
97
|
+
this.middlewareStack.use(retry.getRetryPlugin(this.config));
|
|
98
|
+
this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
|
|
101
99
|
this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
|
|
102
100
|
this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
|
|
103
101
|
this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
|
|
@@ -114,11 +112,11 @@ class CloudFrontClient extends smithyClient.Client {
|
|
|
114
112
|
}
|
|
115
113
|
}
|
|
116
114
|
|
|
117
|
-
class AssociateAliasCommand extends
|
|
115
|
+
class AssociateAliasCommand extends client.Command
|
|
118
116
|
.classBuilder()
|
|
119
117
|
.ep(commonParams)
|
|
120
118
|
.m(function (Command, cs, config, o) {
|
|
121
|
-
return [
|
|
119
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
122
120
|
})
|
|
123
121
|
.s("Cloudfront2020_05_31", "AssociateAlias", {})
|
|
124
122
|
.n("CloudFrontClient", "AssociateAliasCommand")
|
|
@@ -126,11 +124,11 @@ class AssociateAliasCommand extends smithyClient.Command
|
|
|
126
124
|
.build() {
|
|
127
125
|
}
|
|
128
126
|
|
|
129
|
-
class AssociateDistributionTenantWebACLCommand extends
|
|
127
|
+
class AssociateDistributionTenantWebACLCommand extends client.Command
|
|
130
128
|
.classBuilder()
|
|
131
129
|
.ep(commonParams)
|
|
132
130
|
.m(function (Command, cs, config, o) {
|
|
133
|
-
return [
|
|
131
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
134
132
|
})
|
|
135
133
|
.s("Cloudfront2020_05_31", "AssociateDistributionTenantWebACL", {})
|
|
136
134
|
.n("CloudFrontClient", "AssociateDistributionTenantWebACLCommand")
|
|
@@ -138,11 +136,11 @@ class AssociateDistributionTenantWebACLCommand extends smithyClient.Command
|
|
|
138
136
|
.build() {
|
|
139
137
|
}
|
|
140
138
|
|
|
141
|
-
class AssociateDistributionWebACLCommand extends
|
|
139
|
+
class AssociateDistributionWebACLCommand extends client.Command
|
|
142
140
|
.classBuilder()
|
|
143
141
|
.ep(commonParams)
|
|
144
142
|
.m(function (Command, cs, config, o) {
|
|
145
|
-
return [
|
|
143
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
146
144
|
})
|
|
147
145
|
.s("Cloudfront2020_05_31", "AssociateDistributionWebACL", {})
|
|
148
146
|
.n("CloudFrontClient", "AssociateDistributionWebACLCommand")
|
|
@@ -150,11 +148,11 @@ class AssociateDistributionWebACLCommand extends smithyClient.Command
|
|
|
150
148
|
.build() {
|
|
151
149
|
}
|
|
152
150
|
|
|
153
|
-
class CopyDistributionCommand extends
|
|
151
|
+
class CopyDistributionCommand extends client.Command
|
|
154
152
|
.classBuilder()
|
|
155
153
|
.ep(commonParams)
|
|
156
154
|
.m(function (Command, cs, config, o) {
|
|
157
|
-
return [
|
|
155
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
158
156
|
})
|
|
159
157
|
.s("Cloudfront2020_05_31", "CopyDistribution", {})
|
|
160
158
|
.n("CloudFrontClient", "CopyDistributionCommand")
|
|
@@ -162,11 +160,11 @@ class CopyDistributionCommand extends smithyClient.Command
|
|
|
162
160
|
.build() {
|
|
163
161
|
}
|
|
164
162
|
|
|
165
|
-
class CreateAnycastIpListCommand extends
|
|
163
|
+
class CreateAnycastIpListCommand extends client.Command
|
|
166
164
|
.classBuilder()
|
|
167
165
|
.ep(commonParams)
|
|
168
166
|
.m(function (Command, cs, config, o) {
|
|
169
|
-
return [
|
|
167
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
170
168
|
})
|
|
171
169
|
.s("Cloudfront2020_05_31", "CreateAnycastIpList", {})
|
|
172
170
|
.n("CloudFrontClient", "CreateAnycastIpListCommand")
|
|
@@ -174,11 +172,11 @@ class CreateAnycastIpListCommand extends smithyClient.Command
|
|
|
174
172
|
.build() {
|
|
175
173
|
}
|
|
176
174
|
|
|
177
|
-
class CreateCachePolicyCommand extends
|
|
175
|
+
class CreateCachePolicyCommand extends client.Command
|
|
178
176
|
.classBuilder()
|
|
179
177
|
.ep(commonParams)
|
|
180
178
|
.m(function (Command, cs, config, o) {
|
|
181
|
-
return [
|
|
179
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
182
180
|
})
|
|
183
181
|
.s("Cloudfront2020_05_31", "CreateCachePolicy", {})
|
|
184
182
|
.n("CloudFrontClient", "CreateCachePolicyCommand")
|
|
@@ -186,11 +184,11 @@ class CreateCachePolicyCommand extends smithyClient.Command
|
|
|
186
184
|
.build() {
|
|
187
185
|
}
|
|
188
186
|
|
|
189
|
-
class CreateCloudFrontOriginAccessIdentityCommand extends
|
|
187
|
+
class CreateCloudFrontOriginAccessIdentityCommand extends client.Command
|
|
190
188
|
.classBuilder()
|
|
191
189
|
.ep(commonParams)
|
|
192
190
|
.m(function (Command, cs, config, o) {
|
|
193
|
-
return [
|
|
191
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
194
192
|
})
|
|
195
193
|
.s("Cloudfront2020_05_31", "CreateCloudFrontOriginAccessIdentity", {})
|
|
196
194
|
.n("CloudFrontClient", "CreateCloudFrontOriginAccessIdentityCommand")
|
|
@@ -198,11 +196,11 @@ class CreateCloudFrontOriginAccessIdentityCommand extends smithyClient.Command
|
|
|
198
196
|
.build() {
|
|
199
197
|
}
|
|
200
198
|
|
|
201
|
-
class CreateConnectionFunctionCommand extends
|
|
199
|
+
class CreateConnectionFunctionCommand extends client.Command
|
|
202
200
|
.classBuilder()
|
|
203
201
|
.ep(commonParams)
|
|
204
202
|
.m(function (Command, cs, config, o) {
|
|
205
|
-
return [
|
|
203
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
206
204
|
})
|
|
207
205
|
.s("Cloudfront2020_05_31", "CreateConnectionFunction", {})
|
|
208
206
|
.n("CloudFrontClient", "CreateConnectionFunctionCommand")
|
|
@@ -210,11 +208,11 @@ class CreateConnectionFunctionCommand extends smithyClient.Command
|
|
|
210
208
|
.build() {
|
|
211
209
|
}
|
|
212
210
|
|
|
213
|
-
class CreateConnectionGroupCommand extends
|
|
211
|
+
class CreateConnectionGroupCommand extends client.Command
|
|
214
212
|
.classBuilder()
|
|
215
213
|
.ep(commonParams)
|
|
216
214
|
.m(function (Command, cs, config, o) {
|
|
217
|
-
return [
|
|
215
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
218
216
|
})
|
|
219
217
|
.s("Cloudfront2020_05_31", "CreateConnectionGroup", {})
|
|
220
218
|
.n("CloudFrontClient", "CreateConnectionGroupCommand")
|
|
@@ -222,11 +220,11 @@ class CreateConnectionGroupCommand extends smithyClient.Command
|
|
|
222
220
|
.build() {
|
|
223
221
|
}
|
|
224
222
|
|
|
225
|
-
class CreateContinuousDeploymentPolicyCommand extends
|
|
223
|
+
class CreateContinuousDeploymentPolicyCommand extends client.Command
|
|
226
224
|
.classBuilder()
|
|
227
225
|
.ep(commonParams)
|
|
228
226
|
.m(function (Command, cs, config, o) {
|
|
229
|
-
return [
|
|
227
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
230
228
|
})
|
|
231
229
|
.s("Cloudfront2020_05_31", "CreateContinuousDeploymentPolicy", {})
|
|
232
230
|
.n("CloudFrontClient", "CreateContinuousDeploymentPolicyCommand")
|
|
@@ -234,11 +232,11 @@ class CreateContinuousDeploymentPolicyCommand extends smithyClient.Command
|
|
|
234
232
|
.build() {
|
|
235
233
|
}
|
|
236
234
|
|
|
237
|
-
class CreateDistributionCommand extends
|
|
235
|
+
class CreateDistributionCommand extends client.Command
|
|
238
236
|
.classBuilder()
|
|
239
237
|
.ep(commonParams)
|
|
240
238
|
.m(function (Command, cs, config, o) {
|
|
241
|
-
return [
|
|
239
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
242
240
|
})
|
|
243
241
|
.s("Cloudfront2020_05_31", "CreateDistribution", {})
|
|
244
242
|
.n("CloudFrontClient", "CreateDistributionCommand")
|
|
@@ -246,11 +244,11 @@ class CreateDistributionCommand extends smithyClient.Command
|
|
|
246
244
|
.build() {
|
|
247
245
|
}
|
|
248
246
|
|
|
249
|
-
class CreateDistributionTenantCommand extends
|
|
247
|
+
class CreateDistributionTenantCommand extends client.Command
|
|
250
248
|
.classBuilder()
|
|
251
249
|
.ep(commonParams)
|
|
252
250
|
.m(function (Command, cs, config, o) {
|
|
253
|
-
return [
|
|
251
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
254
252
|
})
|
|
255
253
|
.s("Cloudfront2020_05_31", "CreateDistributionTenant", {})
|
|
256
254
|
.n("CloudFrontClient", "CreateDistributionTenantCommand")
|
|
@@ -258,11 +256,11 @@ class CreateDistributionTenantCommand extends smithyClient.Command
|
|
|
258
256
|
.build() {
|
|
259
257
|
}
|
|
260
258
|
|
|
261
|
-
class CreateDistributionWithTagsCommand extends
|
|
259
|
+
class CreateDistributionWithTagsCommand extends client.Command
|
|
262
260
|
.classBuilder()
|
|
263
261
|
.ep(commonParams)
|
|
264
262
|
.m(function (Command, cs, config, o) {
|
|
265
|
-
return [
|
|
263
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
266
264
|
})
|
|
267
265
|
.s("Cloudfront2020_05_31", "CreateDistributionWithTags", {})
|
|
268
266
|
.n("CloudFrontClient", "CreateDistributionWithTagsCommand")
|
|
@@ -270,11 +268,11 @@ class CreateDistributionWithTagsCommand extends smithyClient.Command
|
|
|
270
268
|
.build() {
|
|
271
269
|
}
|
|
272
270
|
|
|
273
|
-
class CreateFieldLevelEncryptionConfigCommand extends
|
|
271
|
+
class CreateFieldLevelEncryptionConfigCommand extends client.Command
|
|
274
272
|
.classBuilder()
|
|
275
273
|
.ep(commonParams)
|
|
276
274
|
.m(function (Command, cs, config, o) {
|
|
277
|
-
return [
|
|
275
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
278
276
|
})
|
|
279
277
|
.s("Cloudfront2020_05_31", "CreateFieldLevelEncryptionConfig", {})
|
|
280
278
|
.n("CloudFrontClient", "CreateFieldLevelEncryptionConfigCommand")
|
|
@@ -282,11 +280,11 @@ class CreateFieldLevelEncryptionConfigCommand extends smithyClient.Command
|
|
|
282
280
|
.build() {
|
|
283
281
|
}
|
|
284
282
|
|
|
285
|
-
class CreateFieldLevelEncryptionProfileCommand extends
|
|
283
|
+
class CreateFieldLevelEncryptionProfileCommand extends client.Command
|
|
286
284
|
.classBuilder()
|
|
287
285
|
.ep(commonParams)
|
|
288
286
|
.m(function (Command, cs, config, o) {
|
|
289
|
-
return [
|
|
287
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
290
288
|
})
|
|
291
289
|
.s("Cloudfront2020_05_31", "CreateFieldLevelEncryptionProfile", {})
|
|
292
290
|
.n("CloudFrontClient", "CreateFieldLevelEncryptionProfileCommand")
|
|
@@ -294,11 +292,11 @@ class CreateFieldLevelEncryptionProfileCommand extends smithyClient.Command
|
|
|
294
292
|
.build() {
|
|
295
293
|
}
|
|
296
294
|
|
|
297
|
-
class CreateFunctionCommand extends
|
|
295
|
+
class CreateFunctionCommand extends client.Command
|
|
298
296
|
.classBuilder()
|
|
299
297
|
.ep(commonParams)
|
|
300
298
|
.m(function (Command, cs, config, o) {
|
|
301
|
-
return [
|
|
299
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
302
300
|
})
|
|
303
301
|
.s("Cloudfront2020_05_31", "CreateFunction", {})
|
|
304
302
|
.n("CloudFrontClient", "CreateFunctionCommand")
|
|
@@ -306,11 +304,11 @@ class CreateFunctionCommand extends smithyClient.Command
|
|
|
306
304
|
.build() {
|
|
307
305
|
}
|
|
308
306
|
|
|
309
|
-
class CreateInvalidationCommand extends
|
|
307
|
+
class CreateInvalidationCommand extends client.Command
|
|
310
308
|
.classBuilder()
|
|
311
309
|
.ep(commonParams)
|
|
312
310
|
.m(function (Command, cs, config, o) {
|
|
313
|
-
return [
|
|
311
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
314
312
|
})
|
|
315
313
|
.s("Cloudfront2020_05_31", "CreateInvalidation", {})
|
|
316
314
|
.n("CloudFrontClient", "CreateInvalidationCommand")
|
|
@@ -318,11 +316,11 @@ class CreateInvalidationCommand extends smithyClient.Command
|
|
|
318
316
|
.build() {
|
|
319
317
|
}
|
|
320
318
|
|
|
321
|
-
class CreateInvalidationForDistributionTenantCommand extends
|
|
319
|
+
class CreateInvalidationForDistributionTenantCommand extends client.Command
|
|
322
320
|
.classBuilder()
|
|
323
321
|
.ep(commonParams)
|
|
324
322
|
.m(function (Command, cs, config, o) {
|
|
325
|
-
return [
|
|
323
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
326
324
|
})
|
|
327
325
|
.s("Cloudfront2020_05_31", "CreateInvalidationForDistributionTenant", {})
|
|
328
326
|
.n("CloudFrontClient", "CreateInvalidationForDistributionTenantCommand")
|
|
@@ -330,11 +328,11 @@ class CreateInvalidationForDistributionTenantCommand extends smithyClient.Comman
|
|
|
330
328
|
.build() {
|
|
331
329
|
}
|
|
332
330
|
|
|
333
|
-
class CreateKeyGroupCommand extends
|
|
331
|
+
class CreateKeyGroupCommand extends client.Command
|
|
334
332
|
.classBuilder()
|
|
335
333
|
.ep(commonParams)
|
|
336
334
|
.m(function (Command, cs, config, o) {
|
|
337
|
-
return [
|
|
335
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
338
336
|
})
|
|
339
337
|
.s("Cloudfront2020_05_31", "CreateKeyGroup", {})
|
|
340
338
|
.n("CloudFrontClient", "CreateKeyGroupCommand")
|
|
@@ -342,11 +340,11 @@ class CreateKeyGroupCommand extends smithyClient.Command
|
|
|
342
340
|
.build() {
|
|
343
341
|
}
|
|
344
342
|
|
|
345
|
-
class CreateKeyValueStoreCommand extends
|
|
343
|
+
class CreateKeyValueStoreCommand extends client.Command
|
|
346
344
|
.classBuilder()
|
|
347
345
|
.ep(commonParams)
|
|
348
346
|
.m(function (Command, cs, config, o) {
|
|
349
|
-
return [
|
|
347
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
350
348
|
})
|
|
351
349
|
.s("Cloudfront2020_05_31", "CreateKeyValueStore", {})
|
|
352
350
|
.n("CloudFrontClient", "CreateKeyValueStoreCommand")
|
|
@@ -354,11 +352,11 @@ class CreateKeyValueStoreCommand extends smithyClient.Command
|
|
|
354
352
|
.build() {
|
|
355
353
|
}
|
|
356
354
|
|
|
357
|
-
class CreateMonitoringSubscriptionCommand extends
|
|
355
|
+
class CreateMonitoringSubscriptionCommand extends client.Command
|
|
358
356
|
.classBuilder()
|
|
359
357
|
.ep(commonParams)
|
|
360
358
|
.m(function (Command, cs, config, o) {
|
|
361
|
-
return [
|
|
359
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
362
360
|
})
|
|
363
361
|
.s("Cloudfront2020_05_31", "CreateMonitoringSubscription", {})
|
|
364
362
|
.n("CloudFrontClient", "CreateMonitoringSubscriptionCommand")
|
|
@@ -366,11 +364,11 @@ class CreateMonitoringSubscriptionCommand extends smithyClient.Command
|
|
|
366
364
|
.build() {
|
|
367
365
|
}
|
|
368
366
|
|
|
369
|
-
class CreateOriginAccessControlCommand extends
|
|
367
|
+
class CreateOriginAccessControlCommand extends client.Command
|
|
370
368
|
.classBuilder()
|
|
371
369
|
.ep(commonParams)
|
|
372
370
|
.m(function (Command, cs, config, o) {
|
|
373
|
-
return [
|
|
371
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
374
372
|
})
|
|
375
373
|
.s("Cloudfront2020_05_31", "CreateOriginAccessControl", {})
|
|
376
374
|
.n("CloudFrontClient", "CreateOriginAccessControlCommand")
|
|
@@ -378,11 +376,11 @@ class CreateOriginAccessControlCommand extends smithyClient.Command
|
|
|
378
376
|
.build() {
|
|
379
377
|
}
|
|
380
378
|
|
|
381
|
-
class CreateOriginRequestPolicyCommand extends
|
|
379
|
+
class CreateOriginRequestPolicyCommand extends client.Command
|
|
382
380
|
.classBuilder()
|
|
383
381
|
.ep(commonParams)
|
|
384
382
|
.m(function (Command, cs, config, o) {
|
|
385
|
-
return [
|
|
383
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
386
384
|
})
|
|
387
385
|
.s("Cloudfront2020_05_31", "CreateOriginRequestPolicy", {})
|
|
388
386
|
.n("CloudFrontClient", "CreateOriginRequestPolicyCommand")
|
|
@@ -390,11 +388,11 @@ class CreateOriginRequestPolicyCommand extends smithyClient.Command
|
|
|
390
388
|
.build() {
|
|
391
389
|
}
|
|
392
390
|
|
|
393
|
-
class CreatePublicKeyCommand extends
|
|
391
|
+
class CreatePublicKeyCommand extends client.Command
|
|
394
392
|
.classBuilder()
|
|
395
393
|
.ep(commonParams)
|
|
396
394
|
.m(function (Command, cs, config, o) {
|
|
397
|
-
return [
|
|
395
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
398
396
|
})
|
|
399
397
|
.s("Cloudfront2020_05_31", "CreatePublicKey", {})
|
|
400
398
|
.n("CloudFrontClient", "CreatePublicKeyCommand")
|
|
@@ -402,11 +400,11 @@ class CreatePublicKeyCommand extends smithyClient.Command
|
|
|
402
400
|
.build() {
|
|
403
401
|
}
|
|
404
402
|
|
|
405
|
-
class CreateRealtimeLogConfigCommand extends
|
|
403
|
+
class CreateRealtimeLogConfigCommand extends client.Command
|
|
406
404
|
.classBuilder()
|
|
407
405
|
.ep(commonParams)
|
|
408
406
|
.m(function (Command, cs, config, o) {
|
|
409
|
-
return [
|
|
407
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
410
408
|
})
|
|
411
409
|
.s("Cloudfront2020_05_31", "CreateRealtimeLogConfig", {})
|
|
412
410
|
.n("CloudFrontClient", "CreateRealtimeLogConfigCommand")
|
|
@@ -414,11 +412,11 @@ class CreateRealtimeLogConfigCommand extends smithyClient.Command
|
|
|
414
412
|
.build() {
|
|
415
413
|
}
|
|
416
414
|
|
|
417
|
-
class CreateResponseHeadersPolicyCommand extends
|
|
415
|
+
class CreateResponseHeadersPolicyCommand extends client.Command
|
|
418
416
|
.classBuilder()
|
|
419
417
|
.ep(commonParams)
|
|
420
418
|
.m(function (Command, cs, config, o) {
|
|
421
|
-
return [
|
|
419
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
422
420
|
})
|
|
423
421
|
.s("Cloudfront2020_05_31", "CreateResponseHeadersPolicy", {})
|
|
424
422
|
.n("CloudFrontClient", "CreateResponseHeadersPolicyCommand")
|
|
@@ -426,11 +424,11 @@ class CreateResponseHeadersPolicyCommand extends smithyClient.Command
|
|
|
426
424
|
.build() {
|
|
427
425
|
}
|
|
428
426
|
|
|
429
|
-
class CreateStreamingDistributionCommand extends
|
|
427
|
+
class CreateStreamingDistributionCommand extends client.Command
|
|
430
428
|
.classBuilder()
|
|
431
429
|
.ep(commonParams)
|
|
432
430
|
.m(function (Command, cs, config, o) {
|
|
433
|
-
return [
|
|
431
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
434
432
|
})
|
|
435
433
|
.s("Cloudfront2020_05_31", "CreateStreamingDistribution", {})
|
|
436
434
|
.n("CloudFrontClient", "CreateStreamingDistributionCommand")
|
|
@@ -438,11 +436,11 @@ class CreateStreamingDistributionCommand extends smithyClient.Command
|
|
|
438
436
|
.build() {
|
|
439
437
|
}
|
|
440
438
|
|
|
441
|
-
class CreateStreamingDistributionWithTagsCommand extends
|
|
439
|
+
class CreateStreamingDistributionWithTagsCommand extends client.Command
|
|
442
440
|
.classBuilder()
|
|
443
441
|
.ep(commonParams)
|
|
444
442
|
.m(function (Command, cs, config, o) {
|
|
445
|
-
return [
|
|
443
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
446
444
|
})
|
|
447
445
|
.s("Cloudfront2020_05_31", "CreateStreamingDistributionWithTags", {})
|
|
448
446
|
.n("CloudFrontClient", "CreateStreamingDistributionWithTagsCommand")
|
|
@@ -450,11 +448,11 @@ class CreateStreamingDistributionWithTagsCommand extends smithyClient.Command
|
|
|
450
448
|
.build() {
|
|
451
449
|
}
|
|
452
450
|
|
|
453
|
-
class CreateTrustStoreCommand extends
|
|
451
|
+
class CreateTrustStoreCommand extends client.Command
|
|
454
452
|
.classBuilder()
|
|
455
453
|
.ep(commonParams)
|
|
456
454
|
.m(function (Command, cs, config, o) {
|
|
457
|
-
return [
|
|
455
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
458
456
|
})
|
|
459
457
|
.s("Cloudfront2020_05_31", "CreateTrustStore", {})
|
|
460
458
|
.n("CloudFrontClient", "CreateTrustStoreCommand")
|
|
@@ -462,11 +460,11 @@ class CreateTrustStoreCommand extends smithyClient.Command
|
|
|
462
460
|
.build() {
|
|
463
461
|
}
|
|
464
462
|
|
|
465
|
-
class CreateVpcOriginCommand extends
|
|
463
|
+
class CreateVpcOriginCommand extends client.Command
|
|
466
464
|
.classBuilder()
|
|
467
465
|
.ep(commonParams)
|
|
468
466
|
.m(function (Command, cs, config, o) {
|
|
469
|
-
return [
|
|
467
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
470
468
|
})
|
|
471
469
|
.s("Cloudfront2020_05_31", "CreateVpcOrigin", {})
|
|
472
470
|
.n("CloudFrontClient", "CreateVpcOriginCommand")
|
|
@@ -474,11 +472,11 @@ class CreateVpcOriginCommand extends smithyClient.Command
|
|
|
474
472
|
.build() {
|
|
475
473
|
}
|
|
476
474
|
|
|
477
|
-
class DeleteAnycastIpListCommand extends
|
|
475
|
+
class DeleteAnycastIpListCommand extends client.Command
|
|
478
476
|
.classBuilder()
|
|
479
477
|
.ep(commonParams)
|
|
480
478
|
.m(function (Command, cs, config, o) {
|
|
481
|
-
return [
|
|
479
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
482
480
|
})
|
|
483
481
|
.s("Cloudfront2020_05_31", "DeleteAnycastIpList", {})
|
|
484
482
|
.n("CloudFrontClient", "DeleteAnycastIpListCommand")
|
|
@@ -486,11 +484,11 @@ class DeleteAnycastIpListCommand extends smithyClient.Command
|
|
|
486
484
|
.build() {
|
|
487
485
|
}
|
|
488
486
|
|
|
489
|
-
class DeleteCachePolicyCommand extends
|
|
487
|
+
class DeleteCachePolicyCommand extends client.Command
|
|
490
488
|
.classBuilder()
|
|
491
489
|
.ep(commonParams)
|
|
492
490
|
.m(function (Command, cs, config, o) {
|
|
493
|
-
return [
|
|
491
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
494
492
|
})
|
|
495
493
|
.s("Cloudfront2020_05_31", "DeleteCachePolicy", {})
|
|
496
494
|
.n("CloudFrontClient", "DeleteCachePolicyCommand")
|
|
@@ -498,11 +496,11 @@ class DeleteCachePolicyCommand extends smithyClient.Command
|
|
|
498
496
|
.build() {
|
|
499
497
|
}
|
|
500
498
|
|
|
501
|
-
class DeleteCloudFrontOriginAccessIdentityCommand extends
|
|
499
|
+
class DeleteCloudFrontOriginAccessIdentityCommand extends client.Command
|
|
502
500
|
.classBuilder()
|
|
503
501
|
.ep(commonParams)
|
|
504
502
|
.m(function (Command, cs, config, o) {
|
|
505
|
-
return [
|
|
503
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
506
504
|
})
|
|
507
505
|
.s("Cloudfront2020_05_31", "DeleteCloudFrontOriginAccessIdentity", {})
|
|
508
506
|
.n("CloudFrontClient", "DeleteCloudFrontOriginAccessIdentityCommand")
|
|
@@ -510,11 +508,11 @@ class DeleteCloudFrontOriginAccessIdentityCommand extends smithyClient.Command
|
|
|
510
508
|
.build() {
|
|
511
509
|
}
|
|
512
510
|
|
|
513
|
-
class DeleteConnectionFunctionCommand extends
|
|
511
|
+
class DeleteConnectionFunctionCommand extends client.Command
|
|
514
512
|
.classBuilder()
|
|
515
513
|
.ep(commonParams)
|
|
516
514
|
.m(function (Command, cs, config, o) {
|
|
517
|
-
return [
|
|
515
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
518
516
|
})
|
|
519
517
|
.s("Cloudfront2020_05_31", "DeleteConnectionFunction", {})
|
|
520
518
|
.n("CloudFrontClient", "DeleteConnectionFunctionCommand")
|
|
@@ -522,11 +520,11 @@ class DeleteConnectionFunctionCommand extends smithyClient.Command
|
|
|
522
520
|
.build() {
|
|
523
521
|
}
|
|
524
522
|
|
|
525
|
-
class DeleteConnectionGroupCommand extends
|
|
523
|
+
class DeleteConnectionGroupCommand extends client.Command
|
|
526
524
|
.classBuilder()
|
|
527
525
|
.ep(commonParams)
|
|
528
526
|
.m(function (Command, cs, config, o) {
|
|
529
|
-
return [
|
|
527
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
530
528
|
})
|
|
531
529
|
.s("Cloudfront2020_05_31", "DeleteConnectionGroup", {})
|
|
532
530
|
.n("CloudFrontClient", "DeleteConnectionGroupCommand")
|
|
@@ -534,11 +532,11 @@ class DeleteConnectionGroupCommand extends smithyClient.Command
|
|
|
534
532
|
.build() {
|
|
535
533
|
}
|
|
536
534
|
|
|
537
|
-
class DeleteContinuousDeploymentPolicyCommand extends
|
|
535
|
+
class DeleteContinuousDeploymentPolicyCommand extends client.Command
|
|
538
536
|
.classBuilder()
|
|
539
537
|
.ep(commonParams)
|
|
540
538
|
.m(function (Command, cs, config, o) {
|
|
541
|
-
return [
|
|
539
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
542
540
|
})
|
|
543
541
|
.s("Cloudfront2020_05_31", "DeleteContinuousDeploymentPolicy", {})
|
|
544
542
|
.n("CloudFrontClient", "DeleteContinuousDeploymentPolicyCommand")
|
|
@@ -546,11 +544,11 @@ class DeleteContinuousDeploymentPolicyCommand extends smithyClient.Command
|
|
|
546
544
|
.build() {
|
|
547
545
|
}
|
|
548
546
|
|
|
549
|
-
class DeleteDistributionCommand extends
|
|
547
|
+
class DeleteDistributionCommand extends client.Command
|
|
550
548
|
.classBuilder()
|
|
551
549
|
.ep(commonParams)
|
|
552
550
|
.m(function (Command, cs, config, o) {
|
|
553
|
-
return [
|
|
551
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
554
552
|
})
|
|
555
553
|
.s("Cloudfront2020_05_31", "DeleteDistribution", {})
|
|
556
554
|
.n("CloudFrontClient", "DeleteDistributionCommand")
|
|
@@ -558,11 +556,11 @@ class DeleteDistributionCommand extends smithyClient.Command
|
|
|
558
556
|
.build() {
|
|
559
557
|
}
|
|
560
558
|
|
|
561
|
-
class DeleteDistributionTenantCommand extends
|
|
559
|
+
class DeleteDistributionTenantCommand extends client.Command
|
|
562
560
|
.classBuilder()
|
|
563
561
|
.ep(commonParams)
|
|
564
562
|
.m(function (Command, cs, config, o) {
|
|
565
|
-
return [
|
|
563
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
566
564
|
})
|
|
567
565
|
.s("Cloudfront2020_05_31", "DeleteDistributionTenant", {})
|
|
568
566
|
.n("CloudFrontClient", "DeleteDistributionTenantCommand")
|
|
@@ -570,11 +568,11 @@ class DeleteDistributionTenantCommand extends smithyClient.Command
|
|
|
570
568
|
.build() {
|
|
571
569
|
}
|
|
572
570
|
|
|
573
|
-
class DeleteFieldLevelEncryptionConfigCommand extends
|
|
571
|
+
class DeleteFieldLevelEncryptionConfigCommand extends client.Command
|
|
574
572
|
.classBuilder()
|
|
575
573
|
.ep(commonParams)
|
|
576
574
|
.m(function (Command, cs, config, o) {
|
|
577
|
-
return [
|
|
575
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
578
576
|
})
|
|
579
577
|
.s("Cloudfront2020_05_31", "DeleteFieldLevelEncryptionConfig", {})
|
|
580
578
|
.n("CloudFrontClient", "DeleteFieldLevelEncryptionConfigCommand")
|
|
@@ -582,11 +580,11 @@ class DeleteFieldLevelEncryptionConfigCommand extends smithyClient.Command
|
|
|
582
580
|
.build() {
|
|
583
581
|
}
|
|
584
582
|
|
|
585
|
-
class DeleteFieldLevelEncryptionProfileCommand extends
|
|
583
|
+
class DeleteFieldLevelEncryptionProfileCommand extends client.Command
|
|
586
584
|
.classBuilder()
|
|
587
585
|
.ep(commonParams)
|
|
588
586
|
.m(function (Command, cs, config, o) {
|
|
589
|
-
return [
|
|
587
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
590
588
|
})
|
|
591
589
|
.s("Cloudfront2020_05_31", "DeleteFieldLevelEncryptionProfile", {})
|
|
592
590
|
.n("CloudFrontClient", "DeleteFieldLevelEncryptionProfileCommand")
|
|
@@ -594,11 +592,11 @@ class DeleteFieldLevelEncryptionProfileCommand extends smithyClient.Command
|
|
|
594
592
|
.build() {
|
|
595
593
|
}
|
|
596
594
|
|
|
597
|
-
class DeleteFunctionCommand extends
|
|
595
|
+
class DeleteFunctionCommand extends client.Command
|
|
598
596
|
.classBuilder()
|
|
599
597
|
.ep(commonParams)
|
|
600
598
|
.m(function (Command, cs, config, o) {
|
|
601
|
-
return [
|
|
599
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
602
600
|
})
|
|
603
601
|
.s("Cloudfront2020_05_31", "DeleteFunction", {})
|
|
604
602
|
.n("CloudFrontClient", "DeleteFunctionCommand")
|
|
@@ -606,11 +604,11 @@ class DeleteFunctionCommand extends smithyClient.Command
|
|
|
606
604
|
.build() {
|
|
607
605
|
}
|
|
608
606
|
|
|
609
|
-
class DeleteKeyGroupCommand extends
|
|
607
|
+
class DeleteKeyGroupCommand extends client.Command
|
|
610
608
|
.classBuilder()
|
|
611
609
|
.ep(commonParams)
|
|
612
610
|
.m(function (Command, cs, config, o) {
|
|
613
|
-
return [
|
|
611
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
614
612
|
})
|
|
615
613
|
.s("Cloudfront2020_05_31", "DeleteKeyGroup", {})
|
|
616
614
|
.n("CloudFrontClient", "DeleteKeyGroupCommand")
|
|
@@ -618,11 +616,11 @@ class DeleteKeyGroupCommand extends smithyClient.Command
|
|
|
618
616
|
.build() {
|
|
619
617
|
}
|
|
620
618
|
|
|
621
|
-
class DeleteKeyValueStoreCommand extends
|
|
619
|
+
class DeleteKeyValueStoreCommand extends client.Command
|
|
622
620
|
.classBuilder()
|
|
623
621
|
.ep(commonParams)
|
|
624
622
|
.m(function (Command, cs, config, o) {
|
|
625
|
-
return [
|
|
623
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
626
624
|
})
|
|
627
625
|
.s("Cloudfront2020_05_31", "DeleteKeyValueStore", {})
|
|
628
626
|
.n("CloudFrontClient", "DeleteKeyValueStoreCommand")
|
|
@@ -630,11 +628,11 @@ class DeleteKeyValueStoreCommand extends smithyClient.Command
|
|
|
630
628
|
.build() {
|
|
631
629
|
}
|
|
632
630
|
|
|
633
|
-
class DeleteMonitoringSubscriptionCommand extends
|
|
631
|
+
class DeleteMonitoringSubscriptionCommand extends client.Command
|
|
634
632
|
.classBuilder()
|
|
635
633
|
.ep(commonParams)
|
|
636
634
|
.m(function (Command, cs, config, o) {
|
|
637
|
-
return [
|
|
635
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
638
636
|
})
|
|
639
637
|
.s("Cloudfront2020_05_31", "DeleteMonitoringSubscription", {})
|
|
640
638
|
.n("CloudFrontClient", "DeleteMonitoringSubscriptionCommand")
|
|
@@ -642,11 +640,11 @@ class DeleteMonitoringSubscriptionCommand extends smithyClient.Command
|
|
|
642
640
|
.build() {
|
|
643
641
|
}
|
|
644
642
|
|
|
645
|
-
class DeleteOriginAccessControlCommand extends
|
|
643
|
+
class DeleteOriginAccessControlCommand extends client.Command
|
|
646
644
|
.classBuilder()
|
|
647
645
|
.ep(commonParams)
|
|
648
646
|
.m(function (Command, cs, config, o) {
|
|
649
|
-
return [
|
|
647
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
650
648
|
})
|
|
651
649
|
.s("Cloudfront2020_05_31", "DeleteOriginAccessControl", {})
|
|
652
650
|
.n("CloudFrontClient", "DeleteOriginAccessControlCommand")
|
|
@@ -654,11 +652,11 @@ class DeleteOriginAccessControlCommand extends smithyClient.Command
|
|
|
654
652
|
.build() {
|
|
655
653
|
}
|
|
656
654
|
|
|
657
|
-
class DeleteOriginRequestPolicyCommand extends
|
|
655
|
+
class DeleteOriginRequestPolicyCommand extends client.Command
|
|
658
656
|
.classBuilder()
|
|
659
657
|
.ep(commonParams)
|
|
660
658
|
.m(function (Command, cs, config, o) {
|
|
661
|
-
return [
|
|
659
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
662
660
|
})
|
|
663
661
|
.s("Cloudfront2020_05_31", "DeleteOriginRequestPolicy", {})
|
|
664
662
|
.n("CloudFrontClient", "DeleteOriginRequestPolicyCommand")
|
|
@@ -666,11 +664,11 @@ class DeleteOriginRequestPolicyCommand extends smithyClient.Command
|
|
|
666
664
|
.build() {
|
|
667
665
|
}
|
|
668
666
|
|
|
669
|
-
class DeletePublicKeyCommand extends
|
|
667
|
+
class DeletePublicKeyCommand extends client.Command
|
|
670
668
|
.classBuilder()
|
|
671
669
|
.ep(commonParams)
|
|
672
670
|
.m(function (Command, cs, config, o) {
|
|
673
|
-
return [
|
|
671
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
674
672
|
})
|
|
675
673
|
.s("Cloudfront2020_05_31", "DeletePublicKey", {})
|
|
676
674
|
.n("CloudFrontClient", "DeletePublicKeyCommand")
|
|
@@ -678,11 +676,11 @@ class DeletePublicKeyCommand extends smithyClient.Command
|
|
|
678
676
|
.build() {
|
|
679
677
|
}
|
|
680
678
|
|
|
681
|
-
class DeleteRealtimeLogConfigCommand extends
|
|
679
|
+
class DeleteRealtimeLogConfigCommand extends client.Command
|
|
682
680
|
.classBuilder()
|
|
683
681
|
.ep(commonParams)
|
|
684
682
|
.m(function (Command, cs, config, o) {
|
|
685
|
-
return [
|
|
683
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
686
684
|
})
|
|
687
685
|
.s("Cloudfront2020_05_31", "DeleteRealtimeLogConfig", {})
|
|
688
686
|
.n("CloudFrontClient", "DeleteRealtimeLogConfigCommand")
|
|
@@ -690,11 +688,11 @@ class DeleteRealtimeLogConfigCommand extends smithyClient.Command
|
|
|
690
688
|
.build() {
|
|
691
689
|
}
|
|
692
690
|
|
|
693
|
-
class DeleteResourcePolicyCommand extends
|
|
691
|
+
class DeleteResourcePolicyCommand extends client.Command
|
|
694
692
|
.classBuilder()
|
|
695
693
|
.ep(commonParams)
|
|
696
694
|
.m(function (Command, cs, config, o) {
|
|
697
|
-
return [
|
|
695
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
698
696
|
})
|
|
699
697
|
.s("Cloudfront2020_05_31", "DeleteResourcePolicy", {})
|
|
700
698
|
.n("CloudFrontClient", "DeleteResourcePolicyCommand")
|
|
@@ -702,11 +700,11 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
|
|
|
702
700
|
.build() {
|
|
703
701
|
}
|
|
704
702
|
|
|
705
|
-
class DeleteResponseHeadersPolicyCommand extends
|
|
703
|
+
class DeleteResponseHeadersPolicyCommand extends client.Command
|
|
706
704
|
.classBuilder()
|
|
707
705
|
.ep(commonParams)
|
|
708
706
|
.m(function (Command, cs, config, o) {
|
|
709
|
-
return [
|
|
707
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
710
708
|
})
|
|
711
709
|
.s("Cloudfront2020_05_31", "DeleteResponseHeadersPolicy", {})
|
|
712
710
|
.n("CloudFrontClient", "DeleteResponseHeadersPolicyCommand")
|
|
@@ -714,11 +712,11 @@ class DeleteResponseHeadersPolicyCommand extends smithyClient.Command
|
|
|
714
712
|
.build() {
|
|
715
713
|
}
|
|
716
714
|
|
|
717
|
-
class DeleteStreamingDistributionCommand extends
|
|
715
|
+
class DeleteStreamingDistributionCommand extends client.Command
|
|
718
716
|
.classBuilder()
|
|
719
717
|
.ep(commonParams)
|
|
720
718
|
.m(function (Command, cs, config, o) {
|
|
721
|
-
return [
|
|
719
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
722
720
|
})
|
|
723
721
|
.s("Cloudfront2020_05_31", "DeleteStreamingDistribution", {})
|
|
724
722
|
.n("CloudFrontClient", "DeleteStreamingDistributionCommand")
|
|
@@ -726,11 +724,11 @@ class DeleteStreamingDistributionCommand extends smithyClient.Command
|
|
|
726
724
|
.build() {
|
|
727
725
|
}
|
|
728
726
|
|
|
729
|
-
class DeleteTrustStoreCommand extends
|
|
727
|
+
class DeleteTrustStoreCommand extends client.Command
|
|
730
728
|
.classBuilder()
|
|
731
729
|
.ep(commonParams)
|
|
732
730
|
.m(function (Command, cs, config, o) {
|
|
733
|
-
return [
|
|
731
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
734
732
|
})
|
|
735
733
|
.s("Cloudfront2020_05_31", "DeleteTrustStore", {})
|
|
736
734
|
.n("CloudFrontClient", "DeleteTrustStoreCommand")
|
|
@@ -738,11 +736,11 @@ class DeleteTrustStoreCommand extends smithyClient.Command
|
|
|
738
736
|
.build() {
|
|
739
737
|
}
|
|
740
738
|
|
|
741
|
-
class DeleteVpcOriginCommand extends
|
|
739
|
+
class DeleteVpcOriginCommand extends client.Command
|
|
742
740
|
.classBuilder()
|
|
743
741
|
.ep(commonParams)
|
|
744
742
|
.m(function (Command, cs, config, o) {
|
|
745
|
-
return [
|
|
743
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
746
744
|
})
|
|
747
745
|
.s("Cloudfront2020_05_31", "DeleteVpcOrigin", {})
|
|
748
746
|
.n("CloudFrontClient", "DeleteVpcOriginCommand")
|
|
@@ -750,11 +748,11 @@ class DeleteVpcOriginCommand extends smithyClient.Command
|
|
|
750
748
|
.build() {
|
|
751
749
|
}
|
|
752
750
|
|
|
753
|
-
class DescribeConnectionFunctionCommand extends
|
|
751
|
+
class DescribeConnectionFunctionCommand extends client.Command
|
|
754
752
|
.classBuilder()
|
|
755
753
|
.ep(commonParams)
|
|
756
754
|
.m(function (Command, cs, config, o) {
|
|
757
|
-
return [
|
|
755
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
758
756
|
})
|
|
759
757
|
.s("Cloudfront2020_05_31", "DescribeConnectionFunction", {})
|
|
760
758
|
.n("CloudFrontClient", "DescribeConnectionFunctionCommand")
|
|
@@ -762,11 +760,11 @@ class DescribeConnectionFunctionCommand extends smithyClient.Command
|
|
|
762
760
|
.build() {
|
|
763
761
|
}
|
|
764
762
|
|
|
765
|
-
class DescribeFunctionCommand extends
|
|
763
|
+
class DescribeFunctionCommand extends client.Command
|
|
766
764
|
.classBuilder()
|
|
767
765
|
.ep(commonParams)
|
|
768
766
|
.m(function (Command, cs, config, o) {
|
|
769
|
-
return [
|
|
767
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
770
768
|
})
|
|
771
769
|
.s("Cloudfront2020_05_31", "DescribeFunction", {})
|
|
772
770
|
.n("CloudFrontClient", "DescribeFunctionCommand")
|
|
@@ -774,11 +772,11 @@ class DescribeFunctionCommand extends smithyClient.Command
|
|
|
774
772
|
.build() {
|
|
775
773
|
}
|
|
776
774
|
|
|
777
|
-
class DescribeKeyValueStoreCommand extends
|
|
775
|
+
class DescribeKeyValueStoreCommand extends client.Command
|
|
778
776
|
.classBuilder()
|
|
779
777
|
.ep(commonParams)
|
|
780
778
|
.m(function (Command, cs, config, o) {
|
|
781
|
-
return [
|
|
779
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
782
780
|
})
|
|
783
781
|
.s("Cloudfront2020_05_31", "DescribeKeyValueStore", {})
|
|
784
782
|
.n("CloudFrontClient", "DescribeKeyValueStoreCommand")
|
|
@@ -786,11 +784,11 @@ class DescribeKeyValueStoreCommand extends smithyClient.Command
|
|
|
786
784
|
.build() {
|
|
787
785
|
}
|
|
788
786
|
|
|
789
|
-
class DisassociateDistributionTenantWebACLCommand extends
|
|
787
|
+
class DisassociateDistributionTenantWebACLCommand extends client.Command
|
|
790
788
|
.classBuilder()
|
|
791
789
|
.ep(commonParams)
|
|
792
790
|
.m(function (Command, cs, config, o) {
|
|
793
|
-
return [
|
|
791
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
794
792
|
})
|
|
795
793
|
.s("Cloudfront2020_05_31", "DisassociateDistributionTenantWebACL", {})
|
|
796
794
|
.n("CloudFrontClient", "DisassociateDistributionTenantWebACLCommand")
|
|
@@ -798,11 +796,11 @@ class DisassociateDistributionTenantWebACLCommand extends smithyClient.Command
|
|
|
798
796
|
.build() {
|
|
799
797
|
}
|
|
800
798
|
|
|
801
|
-
class DisassociateDistributionWebACLCommand extends
|
|
799
|
+
class DisassociateDistributionWebACLCommand extends client.Command
|
|
802
800
|
.classBuilder()
|
|
803
801
|
.ep(commonParams)
|
|
804
802
|
.m(function (Command, cs, config, o) {
|
|
805
|
-
return [
|
|
803
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
806
804
|
})
|
|
807
805
|
.s("Cloudfront2020_05_31", "DisassociateDistributionWebACL", {})
|
|
808
806
|
.n("CloudFrontClient", "DisassociateDistributionWebACLCommand")
|
|
@@ -810,11 +808,11 @@ class DisassociateDistributionWebACLCommand extends smithyClient.Command
|
|
|
810
808
|
.build() {
|
|
811
809
|
}
|
|
812
810
|
|
|
813
|
-
class GetAnycastIpListCommand extends
|
|
811
|
+
class GetAnycastIpListCommand extends client.Command
|
|
814
812
|
.classBuilder()
|
|
815
813
|
.ep(commonParams)
|
|
816
814
|
.m(function (Command, cs, config, o) {
|
|
817
|
-
return [
|
|
815
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
818
816
|
})
|
|
819
817
|
.s("Cloudfront2020_05_31", "GetAnycastIpList", {})
|
|
820
818
|
.n("CloudFrontClient", "GetAnycastIpListCommand")
|
|
@@ -822,11 +820,11 @@ class GetAnycastIpListCommand extends smithyClient.Command
|
|
|
822
820
|
.build() {
|
|
823
821
|
}
|
|
824
822
|
|
|
825
|
-
class GetCachePolicyCommand extends
|
|
823
|
+
class GetCachePolicyCommand extends client.Command
|
|
826
824
|
.classBuilder()
|
|
827
825
|
.ep(commonParams)
|
|
828
826
|
.m(function (Command, cs, config, o) {
|
|
829
|
-
return [
|
|
827
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
830
828
|
})
|
|
831
829
|
.s("Cloudfront2020_05_31", "GetCachePolicy", {})
|
|
832
830
|
.n("CloudFrontClient", "GetCachePolicyCommand")
|
|
@@ -834,11 +832,11 @@ class GetCachePolicyCommand extends smithyClient.Command
|
|
|
834
832
|
.build() {
|
|
835
833
|
}
|
|
836
834
|
|
|
837
|
-
class GetCachePolicyConfigCommand extends
|
|
835
|
+
class GetCachePolicyConfigCommand extends client.Command
|
|
838
836
|
.classBuilder()
|
|
839
837
|
.ep(commonParams)
|
|
840
838
|
.m(function (Command, cs, config, o) {
|
|
841
|
-
return [
|
|
839
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
842
840
|
})
|
|
843
841
|
.s("Cloudfront2020_05_31", "GetCachePolicyConfig", {})
|
|
844
842
|
.n("CloudFrontClient", "GetCachePolicyConfigCommand")
|
|
@@ -846,11 +844,11 @@ class GetCachePolicyConfigCommand extends smithyClient.Command
|
|
|
846
844
|
.build() {
|
|
847
845
|
}
|
|
848
846
|
|
|
849
|
-
class GetCloudFrontOriginAccessIdentityCommand extends
|
|
847
|
+
class GetCloudFrontOriginAccessIdentityCommand extends client.Command
|
|
850
848
|
.classBuilder()
|
|
851
849
|
.ep(commonParams)
|
|
852
850
|
.m(function (Command, cs, config, o) {
|
|
853
|
-
return [
|
|
851
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
854
852
|
})
|
|
855
853
|
.s("Cloudfront2020_05_31", "GetCloudFrontOriginAccessIdentity", {})
|
|
856
854
|
.n("CloudFrontClient", "GetCloudFrontOriginAccessIdentityCommand")
|
|
@@ -858,11 +856,11 @@ class GetCloudFrontOriginAccessIdentityCommand extends smithyClient.Command
|
|
|
858
856
|
.build() {
|
|
859
857
|
}
|
|
860
858
|
|
|
861
|
-
class GetCloudFrontOriginAccessIdentityConfigCommand extends
|
|
859
|
+
class GetCloudFrontOriginAccessIdentityConfigCommand extends client.Command
|
|
862
860
|
.classBuilder()
|
|
863
861
|
.ep(commonParams)
|
|
864
862
|
.m(function (Command, cs, config, o) {
|
|
865
|
-
return [
|
|
863
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
866
864
|
})
|
|
867
865
|
.s("Cloudfront2020_05_31", "GetCloudFrontOriginAccessIdentityConfig", {})
|
|
868
866
|
.n("CloudFrontClient", "GetCloudFrontOriginAccessIdentityConfigCommand")
|
|
@@ -870,11 +868,11 @@ class GetCloudFrontOriginAccessIdentityConfigCommand extends smithyClient.Comman
|
|
|
870
868
|
.build() {
|
|
871
869
|
}
|
|
872
870
|
|
|
873
|
-
class GetConnectionFunctionCommand extends
|
|
871
|
+
class GetConnectionFunctionCommand extends client.Command
|
|
874
872
|
.classBuilder()
|
|
875
873
|
.ep(commonParams)
|
|
876
874
|
.m(function (Command, cs, config, o) {
|
|
877
|
-
return [
|
|
875
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
878
876
|
})
|
|
879
877
|
.s("Cloudfront2020_05_31", "GetConnectionFunction", {})
|
|
880
878
|
.n("CloudFrontClient", "GetConnectionFunctionCommand")
|
|
@@ -882,11 +880,11 @@ class GetConnectionFunctionCommand extends smithyClient.Command
|
|
|
882
880
|
.build() {
|
|
883
881
|
}
|
|
884
882
|
|
|
885
|
-
class GetConnectionGroupByRoutingEndpointCommand extends
|
|
883
|
+
class GetConnectionGroupByRoutingEndpointCommand extends client.Command
|
|
886
884
|
.classBuilder()
|
|
887
885
|
.ep(commonParams)
|
|
888
886
|
.m(function (Command, cs, config, o) {
|
|
889
|
-
return [
|
|
887
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
890
888
|
})
|
|
891
889
|
.s("Cloudfront2020_05_31", "GetConnectionGroupByRoutingEndpoint", {})
|
|
892
890
|
.n("CloudFrontClient", "GetConnectionGroupByRoutingEndpointCommand")
|
|
@@ -894,11 +892,11 @@ class GetConnectionGroupByRoutingEndpointCommand extends smithyClient.Command
|
|
|
894
892
|
.build() {
|
|
895
893
|
}
|
|
896
894
|
|
|
897
|
-
class GetConnectionGroupCommand extends
|
|
895
|
+
class GetConnectionGroupCommand extends client.Command
|
|
898
896
|
.classBuilder()
|
|
899
897
|
.ep(commonParams)
|
|
900
898
|
.m(function (Command, cs, config, o) {
|
|
901
|
-
return [
|
|
899
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
902
900
|
})
|
|
903
901
|
.s("Cloudfront2020_05_31", "GetConnectionGroup", {})
|
|
904
902
|
.n("CloudFrontClient", "GetConnectionGroupCommand")
|
|
@@ -906,11 +904,11 @@ class GetConnectionGroupCommand extends smithyClient.Command
|
|
|
906
904
|
.build() {
|
|
907
905
|
}
|
|
908
906
|
|
|
909
|
-
class GetContinuousDeploymentPolicyCommand extends
|
|
907
|
+
class GetContinuousDeploymentPolicyCommand extends client.Command
|
|
910
908
|
.classBuilder()
|
|
911
909
|
.ep(commonParams)
|
|
912
910
|
.m(function (Command, cs, config, o) {
|
|
913
|
-
return [
|
|
911
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
914
912
|
})
|
|
915
913
|
.s("Cloudfront2020_05_31", "GetContinuousDeploymentPolicy", {})
|
|
916
914
|
.n("CloudFrontClient", "GetContinuousDeploymentPolicyCommand")
|
|
@@ -918,11 +916,11 @@ class GetContinuousDeploymentPolicyCommand extends smithyClient.Command
|
|
|
918
916
|
.build() {
|
|
919
917
|
}
|
|
920
918
|
|
|
921
|
-
class GetContinuousDeploymentPolicyConfigCommand extends
|
|
919
|
+
class GetContinuousDeploymentPolicyConfigCommand extends client.Command
|
|
922
920
|
.classBuilder()
|
|
923
921
|
.ep(commonParams)
|
|
924
922
|
.m(function (Command, cs, config, o) {
|
|
925
|
-
return [
|
|
923
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
926
924
|
})
|
|
927
925
|
.s("Cloudfront2020_05_31", "GetContinuousDeploymentPolicyConfig", {})
|
|
928
926
|
.n("CloudFrontClient", "GetContinuousDeploymentPolicyConfigCommand")
|
|
@@ -930,11 +928,11 @@ class GetContinuousDeploymentPolicyConfigCommand extends smithyClient.Command
|
|
|
930
928
|
.build() {
|
|
931
929
|
}
|
|
932
930
|
|
|
933
|
-
class GetDistributionCommand extends
|
|
931
|
+
class GetDistributionCommand extends client.Command
|
|
934
932
|
.classBuilder()
|
|
935
933
|
.ep(commonParams)
|
|
936
934
|
.m(function (Command, cs, config, o) {
|
|
937
|
-
return [
|
|
935
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
938
936
|
})
|
|
939
937
|
.s("Cloudfront2020_05_31", "GetDistribution", {})
|
|
940
938
|
.n("CloudFrontClient", "GetDistributionCommand")
|
|
@@ -942,11 +940,11 @@ class GetDistributionCommand extends smithyClient.Command
|
|
|
942
940
|
.build() {
|
|
943
941
|
}
|
|
944
942
|
|
|
945
|
-
class GetDistributionConfigCommand extends
|
|
943
|
+
class GetDistributionConfigCommand extends client.Command
|
|
946
944
|
.classBuilder()
|
|
947
945
|
.ep(commonParams)
|
|
948
946
|
.m(function (Command, cs, config, o) {
|
|
949
|
-
return [
|
|
947
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
950
948
|
})
|
|
951
949
|
.s("Cloudfront2020_05_31", "GetDistributionConfig", {})
|
|
952
950
|
.n("CloudFrontClient", "GetDistributionConfigCommand")
|
|
@@ -954,11 +952,11 @@ class GetDistributionConfigCommand extends smithyClient.Command
|
|
|
954
952
|
.build() {
|
|
955
953
|
}
|
|
956
954
|
|
|
957
|
-
class GetDistributionTenantByDomainCommand extends
|
|
955
|
+
class GetDistributionTenantByDomainCommand extends client.Command
|
|
958
956
|
.classBuilder()
|
|
959
957
|
.ep(commonParams)
|
|
960
958
|
.m(function (Command, cs, config, o) {
|
|
961
|
-
return [
|
|
959
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
962
960
|
})
|
|
963
961
|
.s("Cloudfront2020_05_31", "GetDistributionTenantByDomain", {})
|
|
964
962
|
.n("CloudFrontClient", "GetDistributionTenantByDomainCommand")
|
|
@@ -966,11 +964,11 @@ class GetDistributionTenantByDomainCommand extends smithyClient.Command
|
|
|
966
964
|
.build() {
|
|
967
965
|
}
|
|
968
966
|
|
|
969
|
-
class GetDistributionTenantCommand extends
|
|
967
|
+
class GetDistributionTenantCommand extends client.Command
|
|
970
968
|
.classBuilder()
|
|
971
969
|
.ep(commonParams)
|
|
972
970
|
.m(function (Command, cs, config, o) {
|
|
973
|
-
return [
|
|
971
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
974
972
|
})
|
|
975
973
|
.s("Cloudfront2020_05_31", "GetDistributionTenant", {})
|
|
976
974
|
.n("CloudFrontClient", "GetDistributionTenantCommand")
|
|
@@ -978,11 +976,11 @@ class GetDistributionTenantCommand extends smithyClient.Command
|
|
|
978
976
|
.build() {
|
|
979
977
|
}
|
|
980
978
|
|
|
981
|
-
class GetFieldLevelEncryptionCommand extends
|
|
979
|
+
class GetFieldLevelEncryptionCommand extends client.Command
|
|
982
980
|
.classBuilder()
|
|
983
981
|
.ep(commonParams)
|
|
984
982
|
.m(function (Command, cs, config, o) {
|
|
985
|
-
return [
|
|
983
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
986
984
|
})
|
|
987
985
|
.s("Cloudfront2020_05_31", "GetFieldLevelEncryption", {})
|
|
988
986
|
.n("CloudFrontClient", "GetFieldLevelEncryptionCommand")
|
|
@@ -990,11 +988,11 @@ class GetFieldLevelEncryptionCommand extends smithyClient.Command
|
|
|
990
988
|
.build() {
|
|
991
989
|
}
|
|
992
990
|
|
|
993
|
-
class GetFieldLevelEncryptionConfigCommand extends
|
|
991
|
+
class GetFieldLevelEncryptionConfigCommand extends client.Command
|
|
994
992
|
.classBuilder()
|
|
995
993
|
.ep(commonParams)
|
|
996
994
|
.m(function (Command, cs, config, o) {
|
|
997
|
-
return [
|
|
995
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
998
996
|
})
|
|
999
997
|
.s("Cloudfront2020_05_31", "GetFieldLevelEncryptionConfig", {})
|
|
1000
998
|
.n("CloudFrontClient", "GetFieldLevelEncryptionConfigCommand")
|
|
@@ -1002,11 +1000,11 @@ class GetFieldLevelEncryptionConfigCommand extends smithyClient.Command
|
|
|
1002
1000
|
.build() {
|
|
1003
1001
|
}
|
|
1004
1002
|
|
|
1005
|
-
class GetFieldLevelEncryptionProfileCommand extends
|
|
1003
|
+
class GetFieldLevelEncryptionProfileCommand extends client.Command
|
|
1006
1004
|
.classBuilder()
|
|
1007
1005
|
.ep(commonParams)
|
|
1008
1006
|
.m(function (Command, cs, config, o) {
|
|
1009
|
-
return [
|
|
1007
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1010
1008
|
})
|
|
1011
1009
|
.s("Cloudfront2020_05_31", "GetFieldLevelEncryptionProfile", {})
|
|
1012
1010
|
.n("CloudFrontClient", "GetFieldLevelEncryptionProfileCommand")
|
|
@@ -1014,11 +1012,11 @@ class GetFieldLevelEncryptionProfileCommand extends smithyClient.Command
|
|
|
1014
1012
|
.build() {
|
|
1015
1013
|
}
|
|
1016
1014
|
|
|
1017
|
-
class GetFieldLevelEncryptionProfileConfigCommand extends
|
|
1015
|
+
class GetFieldLevelEncryptionProfileConfigCommand extends client.Command
|
|
1018
1016
|
.classBuilder()
|
|
1019
1017
|
.ep(commonParams)
|
|
1020
1018
|
.m(function (Command, cs, config, o) {
|
|
1021
|
-
return [
|
|
1019
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1022
1020
|
})
|
|
1023
1021
|
.s("Cloudfront2020_05_31", "GetFieldLevelEncryptionProfileConfig", {})
|
|
1024
1022
|
.n("CloudFrontClient", "GetFieldLevelEncryptionProfileConfigCommand")
|
|
@@ -1026,11 +1024,11 @@ class GetFieldLevelEncryptionProfileConfigCommand extends smithyClient.Command
|
|
|
1026
1024
|
.build() {
|
|
1027
1025
|
}
|
|
1028
1026
|
|
|
1029
|
-
class GetFunctionCommand extends
|
|
1027
|
+
class GetFunctionCommand extends client.Command
|
|
1030
1028
|
.classBuilder()
|
|
1031
1029
|
.ep(commonParams)
|
|
1032
1030
|
.m(function (Command, cs, config, o) {
|
|
1033
|
-
return [
|
|
1031
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1034
1032
|
})
|
|
1035
1033
|
.s("Cloudfront2020_05_31", "GetFunction", {})
|
|
1036
1034
|
.n("CloudFrontClient", "GetFunctionCommand")
|
|
@@ -1038,11 +1036,11 @@ class GetFunctionCommand extends smithyClient.Command
|
|
|
1038
1036
|
.build() {
|
|
1039
1037
|
}
|
|
1040
1038
|
|
|
1041
|
-
class GetInvalidationCommand extends
|
|
1039
|
+
class GetInvalidationCommand extends client.Command
|
|
1042
1040
|
.classBuilder()
|
|
1043
1041
|
.ep(commonParams)
|
|
1044
1042
|
.m(function (Command, cs, config, o) {
|
|
1045
|
-
return [
|
|
1043
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1046
1044
|
})
|
|
1047
1045
|
.s("Cloudfront2020_05_31", "GetInvalidation", {})
|
|
1048
1046
|
.n("CloudFrontClient", "GetInvalidationCommand")
|
|
@@ -1050,11 +1048,11 @@ class GetInvalidationCommand extends smithyClient.Command
|
|
|
1050
1048
|
.build() {
|
|
1051
1049
|
}
|
|
1052
1050
|
|
|
1053
|
-
class GetInvalidationForDistributionTenantCommand extends
|
|
1051
|
+
class GetInvalidationForDistributionTenantCommand extends client.Command
|
|
1054
1052
|
.classBuilder()
|
|
1055
1053
|
.ep(commonParams)
|
|
1056
1054
|
.m(function (Command, cs, config, o) {
|
|
1057
|
-
return [
|
|
1055
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1058
1056
|
})
|
|
1059
1057
|
.s("Cloudfront2020_05_31", "GetInvalidationForDistributionTenant", {})
|
|
1060
1058
|
.n("CloudFrontClient", "GetInvalidationForDistributionTenantCommand")
|
|
@@ -1062,11 +1060,11 @@ class GetInvalidationForDistributionTenantCommand extends smithyClient.Command
|
|
|
1062
1060
|
.build() {
|
|
1063
1061
|
}
|
|
1064
1062
|
|
|
1065
|
-
class GetKeyGroupCommand extends
|
|
1063
|
+
class GetKeyGroupCommand extends client.Command
|
|
1066
1064
|
.classBuilder()
|
|
1067
1065
|
.ep(commonParams)
|
|
1068
1066
|
.m(function (Command, cs, config, o) {
|
|
1069
|
-
return [
|
|
1067
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1070
1068
|
})
|
|
1071
1069
|
.s("Cloudfront2020_05_31", "GetKeyGroup", {})
|
|
1072
1070
|
.n("CloudFrontClient", "GetKeyGroupCommand")
|
|
@@ -1074,11 +1072,11 @@ class GetKeyGroupCommand extends smithyClient.Command
|
|
|
1074
1072
|
.build() {
|
|
1075
1073
|
}
|
|
1076
1074
|
|
|
1077
|
-
class GetKeyGroupConfigCommand extends
|
|
1075
|
+
class GetKeyGroupConfigCommand extends client.Command
|
|
1078
1076
|
.classBuilder()
|
|
1079
1077
|
.ep(commonParams)
|
|
1080
1078
|
.m(function (Command, cs, config, o) {
|
|
1081
|
-
return [
|
|
1079
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1082
1080
|
})
|
|
1083
1081
|
.s("Cloudfront2020_05_31", "GetKeyGroupConfig", {})
|
|
1084
1082
|
.n("CloudFrontClient", "GetKeyGroupConfigCommand")
|
|
@@ -1086,11 +1084,11 @@ class GetKeyGroupConfigCommand extends smithyClient.Command
|
|
|
1086
1084
|
.build() {
|
|
1087
1085
|
}
|
|
1088
1086
|
|
|
1089
|
-
class GetManagedCertificateDetailsCommand extends
|
|
1087
|
+
class GetManagedCertificateDetailsCommand extends client.Command
|
|
1090
1088
|
.classBuilder()
|
|
1091
1089
|
.ep(commonParams)
|
|
1092
1090
|
.m(function (Command, cs, config, o) {
|
|
1093
|
-
return [
|
|
1091
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1094
1092
|
})
|
|
1095
1093
|
.s("Cloudfront2020_05_31", "GetManagedCertificateDetails", {})
|
|
1096
1094
|
.n("CloudFrontClient", "GetManagedCertificateDetailsCommand")
|
|
@@ -1098,11 +1096,11 @@ class GetManagedCertificateDetailsCommand extends smithyClient.Command
|
|
|
1098
1096
|
.build() {
|
|
1099
1097
|
}
|
|
1100
1098
|
|
|
1101
|
-
class GetMonitoringSubscriptionCommand extends
|
|
1099
|
+
class GetMonitoringSubscriptionCommand extends client.Command
|
|
1102
1100
|
.classBuilder()
|
|
1103
1101
|
.ep(commonParams)
|
|
1104
1102
|
.m(function (Command, cs, config, o) {
|
|
1105
|
-
return [
|
|
1103
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1106
1104
|
})
|
|
1107
1105
|
.s("Cloudfront2020_05_31", "GetMonitoringSubscription", {})
|
|
1108
1106
|
.n("CloudFrontClient", "GetMonitoringSubscriptionCommand")
|
|
@@ -1110,11 +1108,11 @@ class GetMonitoringSubscriptionCommand extends smithyClient.Command
|
|
|
1110
1108
|
.build() {
|
|
1111
1109
|
}
|
|
1112
1110
|
|
|
1113
|
-
class GetOriginAccessControlCommand extends
|
|
1111
|
+
class GetOriginAccessControlCommand extends client.Command
|
|
1114
1112
|
.classBuilder()
|
|
1115
1113
|
.ep(commonParams)
|
|
1116
1114
|
.m(function (Command, cs, config, o) {
|
|
1117
|
-
return [
|
|
1115
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1118
1116
|
})
|
|
1119
1117
|
.s("Cloudfront2020_05_31", "GetOriginAccessControl", {})
|
|
1120
1118
|
.n("CloudFrontClient", "GetOriginAccessControlCommand")
|
|
@@ -1122,11 +1120,11 @@ class GetOriginAccessControlCommand extends smithyClient.Command
|
|
|
1122
1120
|
.build() {
|
|
1123
1121
|
}
|
|
1124
1122
|
|
|
1125
|
-
class GetOriginAccessControlConfigCommand extends
|
|
1123
|
+
class GetOriginAccessControlConfigCommand extends client.Command
|
|
1126
1124
|
.classBuilder()
|
|
1127
1125
|
.ep(commonParams)
|
|
1128
1126
|
.m(function (Command, cs, config, o) {
|
|
1129
|
-
return [
|
|
1127
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1130
1128
|
})
|
|
1131
1129
|
.s("Cloudfront2020_05_31", "GetOriginAccessControlConfig", {})
|
|
1132
1130
|
.n("CloudFrontClient", "GetOriginAccessControlConfigCommand")
|
|
@@ -1134,11 +1132,11 @@ class GetOriginAccessControlConfigCommand extends smithyClient.Command
|
|
|
1134
1132
|
.build() {
|
|
1135
1133
|
}
|
|
1136
1134
|
|
|
1137
|
-
class GetOriginRequestPolicyCommand extends
|
|
1135
|
+
class GetOriginRequestPolicyCommand extends client.Command
|
|
1138
1136
|
.classBuilder()
|
|
1139
1137
|
.ep(commonParams)
|
|
1140
1138
|
.m(function (Command, cs, config, o) {
|
|
1141
|
-
return [
|
|
1139
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1142
1140
|
})
|
|
1143
1141
|
.s("Cloudfront2020_05_31", "GetOriginRequestPolicy", {})
|
|
1144
1142
|
.n("CloudFrontClient", "GetOriginRequestPolicyCommand")
|
|
@@ -1146,11 +1144,11 @@ class GetOriginRequestPolicyCommand extends smithyClient.Command
|
|
|
1146
1144
|
.build() {
|
|
1147
1145
|
}
|
|
1148
1146
|
|
|
1149
|
-
class GetOriginRequestPolicyConfigCommand extends
|
|
1147
|
+
class GetOriginRequestPolicyConfigCommand extends client.Command
|
|
1150
1148
|
.classBuilder()
|
|
1151
1149
|
.ep(commonParams)
|
|
1152
1150
|
.m(function (Command, cs, config, o) {
|
|
1153
|
-
return [
|
|
1151
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1154
1152
|
})
|
|
1155
1153
|
.s("Cloudfront2020_05_31", "GetOriginRequestPolicyConfig", {})
|
|
1156
1154
|
.n("CloudFrontClient", "GetOriginRequestPolicyConfigCommand")
|
|
@@ -1158,11 +1156,11 @@ class GetOriginRequestPolicyConfigCommand extends smithyClient.Command
|
|
|
1158
1156
|
.build() {
|
|
1159
1157
|
}
|
|
1160
1158
|
|
|
1161
|
-
class GetPublicKeyCommand extends
|
|
1159
|
+
class GetPublicKeyCommand extends client.Command
|
|
1162
1160
|
.classBuilder()
|
|
1163
1161
|
.ep(commonParams)
|
|
1164
1162
|
.m(function (Command, cs, config, o) {
|
|
1165
|
-
return [
|
|
1163
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1166
1164
|
})
|
|
1167
1165
|
.s("Cloudfront2020_05_31", "GetPublicKey", {})
|
|
1168
1166
|
.n("CloudFrontClient", "GetPublicKeyCommand")
|
|
@@ -1170,11 +1168,11 @@ class GetPublicKeyCommand extends smithyClient.Command
|
|
|
1170
1168
|
.build() {
|
|
1171
1169
|
}
|
|
1172
1170
|
|
|
1173
|
-
class GetPublicKeyConfigCommand extends
|
|
1171
|
+
class GetPublicKeyConfigCommand extends client.Command
|
|
1174
1172
|
.classBuilder()
|
|
1175
1173
|
.ep(commonParams)
|
|
1176
1174
|
.m(function (Command, cs, config, o) {
|
|
1177
|
-
return [
|
|
1175
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1178
1176
|
})
|
|
1179
1177
|
.s("Cloudfront2020_05_31", "GetPublicKeyConfig", {})
|
|
1180
1178
|
.n("CloudFrontClient", "GetPublicKeyConfigCommand")
|
|
@@ -1182,11 +1180,11 @@ class GetPublicKeyConfigCommand extends smithyClient.Command
|
|
|
1182
1180
|
.build() {
|
|
1183
1181
|
}
|
|
1184
1182
|
|
|
1185
|
-
class GetRealtimeLogConfigCommand extends
|
|
1183
|
+
class GetRealtimeLogConfigCommand extends client.Command
|
|
1186
1184
|
.classBuilder()
|
|
1187
1185
|
.ep(commonParams)
|
|
1188
1186
|
.m(function (Command, cs, config, o) {
|
|
1189
|
-
return [
|
|
1187
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1190
1188
|
})
|
|
1191
1189
|
.s("Cloudfront2020_05_31", "GetRealtimeLogConfig", {})
|
|
1192
1190
|
.n("CloudFrontClient", "GetRealtimeLogConfigCommand")
|
|
@@ -1194,11 +1192,11 @@ class GetRealtimeLogConfigCommand extends smithyClient.Command
|
|
|
1194
1192
|
.build() {
|
|
1195
1193
|
}
|
|
1196
1194
|
|
|
1197
|
-
class GetResourcePolicyCommand extends
|
|
1195
|
+
class GetResourcePolicyCommand extends client.Command
|
|
1198
1196
|
.classBuilder()
|
|
1199
1197
|
.ep(commonParams)
|
|
1200
1198
|
.m(function (Command, cs, config, o) {
|
|
1201
|
-
return [
|
|
1199
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1202
1200
|
})
|
|
1203
1201
|
.s("Cloudfront2020_05_31", "GetResourcePolicy", {})
|
|
1204
1202
|
.n("CloudFrontClient", "GetResourcePolicyCommand")
|
|
@@ -1206,11 +1204,11 @@ class GetResourcePolicyCommand extends smithyClient.Command
|
|
|
1206
1204
|
.build() {
|
|
1207
1205
|
}
|
|
1208
1206
|
|
|
1209
|
-
class GetResponseHeadersPolicyCommand extends
|
|
1207
|
+
class GetResponseHeadersPolicyCommand extends client.Command
|
|
1210
1208
|
.classBuilder()
|
|
1211
1209
|
.ep(commonParams)
|
|
1212
1210
|
.m(function (Command, cs, config, o) {
|
|
1213
|
-
return [
|
|
1211
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1214
1212
|
})
|
|
1215
1213
|
.s("Cloudfront2020_05_31", "GetResponseHeadersPolicy", {})
|
|
1216
1214
|
.n("CloudFrontClient", "GetResponseHeadersPolicyCommand")
|
|
@@ -1218,11 +1216,11 @@ class GetResponseHeadersPolicyCommand extends smithyClient.Command
|
|
|
1218
1216
|
.build() {
|
|
1219
1217
|
}
|
|
1220
1218
|
|
|
1221
|
-
class GetResponseHeadersPolicyConfigCommand extends
|
|
1219
|
+
class GetResponseHeadersPolicyConfigCommand extends client.Command
|
|
1222
1220
|
.classBuilder()
|
|
1223
1221
|
.ep(commonParams)
|
|
1224
1222
|
.m(function (Command, cs, config, o) {
|
|
1225
|
-
return [
|
|
1223
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1226
1224
|
})
|
|
1227
1225
|
.s("Cloudfront2020_05_31", "GetResponseHeadersPolicyConfig", {})
|
|
1228
1226
|
.n("CloudFrontClient", "GetResponseHeadersPolicyConfigCommand")
|
|
@@ -1230,11 +1228,11 @@ class GetResponseHeadersPolicyConfigCommand extends smithyClient.Command
|
|
|
1230
1228
|
.build() {
|
|
1231
1229
|
}
|
|
1232
1230
|
|
|
1233
|
-
class GetStreamingDistributionCommand extends
|
|
1231
|
+
class GetStreamingDistributionCommand extends client.Command
|
|
1234
1232
|
.classBuilder()
|
|
1235
1233
|
.ep(commonParams)
|
|
1236
1234
|
.m(function (Command, cs, config, o) {
|
|
1237
|
-
return [
|
|
1235
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1238
1236
|
})
|
|
1239
1237
|
.s("Cloudfront2020_05_31", "GetStreamingDistribution", {})
|
|
1240
1238
|
.n("CloudFrontClient", "GetStreamingDistributionCommand")
|
|
@@ -1242,11 +1240,11 @@ class GetStreamingDistributionCommand extends smithyClient.Command
|
|
|
1242
1240
|
.build() {
|
|
1243
1241
|
}
|
|
1244
1242
|
|
|
1245
|
-
class GetStreamingDistributionConfigCommand extends
|
|
1243
|
+
class GetStreamingDistributionConfigCommand extends client.Command
|
|
1246
1244
|
.classBuilder()
|
|
1247
1245
|
.ep(commonParams)
|
|
1248
1246
|
.m(function (Command, cs, config, o) {
|
|
1249
|
-
return [
|
|
1247
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1250
1248
|
})
|
|
1251
1249
|
.s("Cloudfront2020_05_31", "GetStreamingDistributionConfig", {})
|
|
1252
1250
|
.n("CloudFrontClient", "GetStreamingDistributionConfigCommand")
|
|
@@ -1254,11 +1252,11 @@ class GetStreamingDistributionConfigCommand extends smithyClient.Command
|
|
|
1254
1252
|
.build() {
|
|
1255
1253
|
}
|
|
1256
1254
|
|
|
1257
|
-
class GetTrustStoreCommand extends
|
|
1255
|
+
class GetTrustStoreCommand extends client.Command
|
|
1258
1256
|
.classBuilder()
|
|
1259
1257
|
.ep(commonParams)
|
|
1260
1258
|
.m(function (Command, cs, config, o) {
|
|
1261
|
-
return [
|
|
1259
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1262
1260
|
})
|
|
1263
1261
|
.s("Cloudfront2020_05_31", "GetTrustStore", {})
|
|
1264
1262
|
.n("CloudFrontClient", "GetTrustStoreCommand")
|
|
@@ -1266,11 +1264,11 @@ class GetTrustStoreCommand extends smithyClient.Command
|
|
|
1266
1264
|
.build() {
|
|
1267
1265
|
}
|
|
1268
1266
|
|
|
1269
|
-
class GetVpcOriginCommand extends
|
|
1267
|
+
class GetVpcOriginCommand extends client.Command
|
|
1270
1268
|
.classBuilder()
|
|
1271
1269
|
.ep(commonParams)
|
|
1272
1270
|
.m(function (Command, cs, config, o) {
|
|
1273
|
-
return [
|
|
1271
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1274
1272
|
})
|
|
1275
1273
|
.s("Cloudfront2020_05_31", "GetVpcOrigin", {})
|
|
1276
1274
|
.n("CloudFrontClient", "GetVpcOriginCommand")
|
|
@@ -1278,11 +1276,11 @@ class GetVpcOriginCommand extends smithyClient.Command
|
|
|
1278
1276
|
.build() {
|
|
1279
1277
|
}
|
|
1280
1278
|
|
|
1281
|
-
class ListAnycastIpListsCommand extends
|
|
1279
|
+
class ListAnycastIpListsCommand extends client.Command
|
|
1282
1280
|
.classBuilder()
|
|
1283
1281
|
.ep(commonParams)
|
|
1284
1282
|
.m(function (Command, cs, config, o) {
|
|
1285
|
-
return [
|
|
1283
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1286
1284
|
})
|
|
1287
1285
|
.s("Cloudfront2020_05_31", "ListAnycastIpLists", {})
|
|
1288
1286
|
.n("CloudFrontClient", "ListAnycastIpListsCommand")
|
|
@@ -1290,11 +1288,11 @@ class ListAnycastIpListsCommand extends smithyClient.Command
|
|
|
1290
1288
|
.build() {
|
|
1291
1289
|
}
|
|
1292
1290
|
|
|
1293
|
-
class ListCachePoliciesCommand extends
|
|
1291
|
+
class ListCachePoliciesCommand extends client.Command
|
|
1294
1292
|
.classBuilder()
|
|
1295
1293
|
.ep(commonParams)
|
|
1296
1294
|
.m(function (Command, cs, config, o) {
|
|
1297
|
-
return [
|
|
1295
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1298
1296
|
})
|
|
1299
1297
|
.s("Cloudfront2020_05_31", "ListCachePolicies", {})
|
|
1300
1298
|
.n("CloudFrontClient", "ListCachePoliciesCommand")
|
|
@@ -1302,11 +1300,11 @@ class ListCachePoliciesCommand extends smithyClient.Command
|
|
|
1302
1300
|
.build() {
|
|
1303
1301
|
}
|
|
1304
1302
|
|
|
1305
|
-
class ListCloudFrontOriginAccessIdentitiesCommand extends
|
|
1303
|
+
class ListCloudFrontOriginAccessIdentitiesCommand extends client.Command
|
|
1306
1304
|
.classBuilder()
|
|
1307
1305
|
.ep(commonParams)
|
|
1308
1306
|
.m(function (Command, cs, config, o) {
|
|
1309
|
-
return [
|
|
1307
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1310
1308
|
})
|
|
1311
1309
|
.s("Cloudfront2020_05_31", "ListCloudFrontOriginAccessIdentities", {})
|
|
1312
1310
|
.n("CloudFrontClient", "ListCloudFrontOriginAccessIdentitiesCommand")
|
|
@@ -1314,11 +1312,11 @@ class ListCloudFrontOriginAccessIdentitiesCommand extends smithyClient.Command
|
|
|
1314
1312
|
.build() {
|
|
1315
1313
|
}
|
|
1316
1314
|
|
|
1317
|
-
class ListConflictingAliasesCommand extends
|
|
1315
|
+
class ListConflictingAliasesCommand extends client.Command
|
|
1318
1316
|
.classBuilder()
|
|
1319
1317
|
.ep(commonParams)
|
|
1320
1318
|
.m(function (Command, cs, config, o) {
|
|
1321
|
-
return [
|
|
1319
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1322
1320
|
})
|
|
1323
1321
|
.s("Cloudfront2020_05_31", "ListConflictingAliases", {})
|
|
1324
1322
|
.n("CloudFrontClient", "ListConflictingAliasesCommand")
|
|
@@ -1326,11 +1324,11 @@ class ListConflictingAliasesCommand extends smithyClient.Command
|
|
|
1326
1324
|
.build() {
|
|
1327
1325
|
}
|
|
1328
1326
|
|
|
1329
|
-
class ListConnectionFunctionsCommand extends
|
|
1327
|
+
class ListConnectionFunctionsCommand extends client.Command
|
|
1330
1328
|
.classBuilder()
|
|
1331
1329
|
.ep(commonParams)
|
|
1332
1330
|
.m(function (Command, cs, config, o) {
|
|
1333
|
-
return [
|
|
1331
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1334
1332
|
})
|
|
1335
1333
|
.s("Cloudfront2020_05_31", "ListConnectionFunctions", {})
|
|
1336
1334
|
.n("CloudFrontClient", "ListConnectionFunctionsCommand")
|
|
@@ -1338,11 +1336,11 @@ class ListConnectionFunctionsCommand extends smithyClient.Command
|
|
|
1338
1336
|
.build() {
|
|
1339
1337
|
}
|
|
1340
1338
|
|
|
1341
|
-
class ListConnectionGroupsCommand extends
|
|
1339
|
+
class ListConnectionGroupsCommand extends client.Command
|
|
1342
1340
|
.classBuilder()
|
|
1343
1341
|
.ep(commonParams)
|
|
1344
1342
|
.m(function (Command, cs, config, o) {
|
|
1345
|
-
return [
|
|
1343
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1346
1344
|
})
|
|
1347
1345
|
.s("Cloudfront2020_05_31", "ListConnectionGroups", {})
|
|
1348
1346
|
.n("CloudFrontClient", "ListConnectionGroupsCommand")
|
|
@@ -1350,11 +1348,11 @@ class ListConnectionGroupsCommand extends smithyClient.Command
|
|
|
1350
1348
|
.build() {
|
|
1351
1349
|
}
|
|
1352
1350
|
|
|
1353
|
-
class ListContinuousDeploymentPoliciesCommand extends
|
|
1351
|
+
class ListContinuousDeploymentPoliciesCommand extends client.Command
|
|
1354
1352
|
.classBuilder()
|
|
1355
1353
|
.ep(commonParams)
|
|
1356
1354
|
.m(function (Command, cs, config, o) {
|
|
1357
|
-
return [
|
|
1355
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1358
1356
|
})
|
|
1359
1357
|
.s("Cloudfront2020_05_31", "ListContinuousDeploymentPolicies", {})
|
|
1360
1358
|
.n("CloudFrontClient", "ListContinuousDeploymentPoliciesCommand")
|
|
@@ -1362,11 +1360,11 @@ class ListContinuousDeploymentPoliciesCommand extends smithyClient.Command
|
|
|
1362
1360
|
.build() {
|
|
1363
1361
|
}
|
|
1364
1362
|
|
|
1365
|
-
class ListDistributionsByAnycastIpListIdCommand extends
|
|
1363
|
+
class ListDistributionsByAnycastIpListIdCommand extends client.Command
|
|
1366
1364
|
.classBuilder()
|
|
1367
1365
|
.ep(commonParams)
|
|
1368
1366
|
.m(function (Command, cs, config, o) {
|
|
1369
|
-
return [
|
|
1367
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1370
1368
|
})
|
|
1371
1369
|
.s("Cloudfront2020_05_31", "ListDistributionsByAnycastIpListId", {})
|
|
1372
1370
|
.n("CloudFrontClient", "ListDistributionsByAnycastIpListIdCommand")
|
|
@@ -1374,11 +1372,11 @@ class ListDistributionsByAnycastIpListIdCommand extends smithyClient.Command
|
|
|
1374
1372
|
.build() {
|
|
1375
1373
|
}
|
|
1376
1374
|
|
|
1377
|
-
class ListDistributionsByCachePolicyIdCommand extends
|
|
1375
|
+
class ListDistributionsByCachePolicyIdCommand extends client.Command
|
|
1378
1376
|
.classBuilder()
|
|
1379
1377
|
.ep(commonParams)
|
|
1380
1378
|
.m(function (Command, cs, config, o) {
|
|
1381
|
-
return [
|
|
1379
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1382
1380
|
})
|
|
1383
1381
|
.s("Cloudfront2020_05_31", "ListDistributionsByCachePolicyId", {})
|
|
1384
1382
|
.n("CloudFrontClient", "ListDistributionsByCachePolicyIdCommand")
|
|
@@ -1386,11 +1384,11 @@ class ListDistributionsByCachePolicyIdCommand extends smithyClient.Command
|
|
|
1386
1384
|
.build() {
|
|
1387
1385
|
}
|
|
1388
1386
|
|
|
1389
|
-
class ListDistributionsByConnectionFunctionCommand extends
|
|
1387
|
+
class ListDistributionsByConnectionFunctionCommand extends client.Command
|
|
1390
1388
|
.classBuilder()
|
|
1391
1389
|
.ep(commonParams)
|
|
1392
1390
|
.m(function (Command, cs, config, o) {
|
|
1393
|
-
return [
|
|
1391
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1394
1392
|
})
|
|
1395
1393
|
.s("Cloudfront2020_05_31", "ListDistributionsByConnectionFunction", {})
|
|
1396
1394
|
.n("CloudFrontClient", "ListDistributionsByConnectionFunctionCommand")
|
|
@@ -1398,11 +1396,11 @@ class ListDistributionsByConnectionFunctionCommand extends smithyClient.Command
|
|
|
1398
1396
|
.build() {
|
|
1399
1397
|
}
|
|
1400
1398
|
|
|
1401
|
-
class ListDistributionsByConnectionModeCommand extends
|
|
1399
|
+
class ListDistributionsByConnectionModeCommand extends client.Command
|
|
1402
1400
|
.classBuilder()
|
|
1403
1401
|
.ep(commonParams)
|
|
1404
1402
|
.m(function (Command, cs, config, o) {
|
|
1405
|
-
return [
|
|
1403
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1406
1404
|
})
|
|
1407
1405
|
.s("Cloudfront2020_05_31", "ListDistributionsByConnectionMode", {})
|
|
1408
1406
|
.n("CloudFrontClient", "ListDistributionsByConnectionModeCommand")
|
|
@@ -1410,11 +1408,11 @@ class ListDistributionsByConnectionModeCommand extends smithyClient.Command
|
|
|
1410
1408
|
.build() {
|
|
1411
1409
|
}
|
|
1412
1410
|
|
|
1413
|
-
class ListDistributionsByKeyGroupCommand extends
|
|
1411
|
+
class ListDistributionsByKeyGroupCommand extends client.Command
|
|
1414
1412
|
.classBuilder()
|
|
1415
1413
|
.ep(commonParams)
|
|
1416
1414
|
.m(function (Command, cs, config, o) {
|
|
1417
|
-
return [
|
|
1415
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1418
1416
|
})
|
|
1419
1417
|
.s("Cloudfront2020_05_31", "ListDistributionsByKeyGroup", {})
|
|
1420
1418
|
.n("CloudFrontClient", "ListDistributionsByKeyGroupCommand")
|
|
@@ -1422,11 +1420,11 @@ class ListDistributionsByKeyGroupCommand extends smithyClient.Command
|
|
|
1422
1420
|
.build() {
|
|
1423
1421
|
}
|
|
1424
1422
|
|
|
1425
|
-
class ListDistributionsByOriginRequestPolicyIdCommand extends
|
|
1423
|
+
class ListDistributionsByOriginRequestPolicyIdCommand extends client.Command
|
|
1426
1424
|
.classBuilder()
|
|
1427
1425
|
.ep(commonParams)
|
|
1428
1426
|
.m(function (Command, cs, config, o) {
|
|
1429
|
-
return [
|
|
1427
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1430
1428
|
})
|
|
1431
1429
|
.s("Cloudfront2020_05_31", "ListDistributionsByOriginRequestPolicyId", {})
|
|
1432
1430
|
.n("CloudFrontClient", "ListDistributionsByOriginRequestPolicyIdCommand")
|
|
@@ -1434,11 +1432,11 @@ class ListDistributionsByOriginRequestPolicyIdCommand extends smithyClient.Comma
|
|
|
1434
1432
|
.build() {
|
|
1435
1433
|
}
|
|
1436
1434
|
|
|
1437
|
-
class ListDistributionsByOwnedResourceCommand extends
|
|
1435
|
+
class ListDistributionsByOwnedResourceCommand extends client.Command
|
|
1438
1436
|
.classBuilder()
|
|
1439
1437
|
.ep(commonParams)
|
|
1440
1438
|
.m(function (Command, cs, config, o) {
|
|
1441
|
-
return [
|
|
1439
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1442
1440
|
})
|
|
1443
1441
|
.s("Cloudfront2020_05_31", "ListDistributionsByOwnedResource", {})
|
|
1444
1442
|
.n("CloudFrontClient", "ListDistributionsByOwnedResourceCommand")
|
|
@@ -1446,11 +1444,11 @@ class ListDistributionsByOwnedResourceCommand extends smithyClient.Command
|
|
|
1446
1444
|
.build() {
|
|
1447
1445
|
}
|
|
1448
1446
|
|
|
1449
|
-
class ListDistributionsByRealtimeLogConfigCommand extends
|
|
1447
|
+
class ListDistributionsByRealtimeLogConfigCommand extends client.Command
|
|
1450
1448
|
.classBuilder()
|
|
1451
1449
|
.ep(commonParams)
|
|
1452
1450
|
.m(function (Command, cs, config, o) {
|
|
1453
|
-
return [
|
|
1451
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1454
1452
|
})
|
|
1455
1453
|
.s("Cloudfront2020_05_31", "ListDistributionsByRealtimeLogConfig", {})
|
|
1456
1454
|
.n("CloudFrontClient", "ListDistributionsByRealtimeLogConfigCommand")
|
|
@@ -1458,11 +1456,11 @@ class ListDistributionsByRealtimeLogConfigCommand extends smithyClient.Command
|
|
|
1458
1456
|
.build() {
|
|
1459
1457
|
}
|
|
1460
1458
|
|
|
1461
|
-
class ListDistributionsByResponseHeadersPolicyIdCommand extends
|
|
1459
|
+
class ListDistributionsByResponseHeadersPolicyIdCommand extends client.Command
|
|
1462
1460
|
.classBuilder()
|
|
1463
1461
|
.ep(commonParams)
|
|
1464
1462
|
.m(function (Command, cs, config, o) {
|
|
1465
|
-
return [
|
|
1463
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1466
1464
|
})
|
|
1467
1465
|
.s("Cloudfront2020_05_31", "ListDistributionsByResponseHeadersPolicyId", {})
|
|
1468
1466
|
.n("CloudFrontClient", "ListDistributionsByResponseHeadersPolicyIdCommand")
|
|
@@ -1470,11 +1468,11 @@ class ListDistributionsByResponseHeadersPolicyIdCommand extends smithyClient.Com
|
|
|
1470
1468
|
.build() {
|
|
1471
1469
|
}
|
|
1472
1470
|
|
|
1473
|
-
class ListDistributionsByTrustStoreCommand extends
|
|
1471
|
+
class ListDistributionsByTrustStoreCommand extends client.Command
|
|
1474
1472
|
.classBuilder()
|
|
1475
1473
|
.ep(commonParams)
|
|
1476
1474
|
.m(function (Command, cs, config, o) {
|
|
1477
|
-
return [
|
|
1475
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1478
1476
|
})
|
|
1479
1477
|
.s("Cloudfront2020_05_31", "ListDistributionsByTrustStore", {})
|
|
1480
1478
|
.n("CloudFrontClient", "ListDistributionsByTrustStoreCommand")
|
|
@@ -1482,11 +1480,11 @@ class ListDistributionsByTrustStoreCommand extends smithyClient.Command
|
|
|
1482
1480
|
.build() {
|
|
1483
1481
|
}
|
|
1484
1482
|
|
|
1485
|
-
class ListDistributionsByVpcOriginIdCommand extends
|
|
1483
|
+
class ListDistributionsByVpcOriginIdCommand extends client.Command
|
|
1486
1484
|
.classBuilder()
|
|
1487
1485
|
.ep(commonParams)
|
|
1488
1486
|
.m(function (Command, cs, config, o) {
|
|
1489
|
-
return [
|
|
1487
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1490
1488
|
})
|
|
1491
1489
|
.s("Cloudfront2020_05_31", "ListDistributionsByVpcOriginId", {})
|
|
1492
1490
|
.n("CloudFrontClient", "ListDistributionsByVpcOriginIdCommand")
|
|
@@ -1494,11 +1492,11 @@ class ListDistributionsByVpcOriginIdCommand extends smithyClient.Command
|
|
|
1494
1492
|
.build() {
|
|
1495
1493
|
}
|
|
1496
1494
|
|
|
1497
|
-
class ListDistributionsByWebACLIdCommand extends
|
|
1495
|
+
class ListDistributionsByWebACLIdCommand extends client.Command
|
|
1498
1496
|
.classBuilder()
|
|
1499
1497
|
.ep(commonParams)
|
|
1500
1498
|
.m(function (Command, cs, config, o) {
|
|
1501
|
-
return [
|
|
1499
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1502
1500
|
})
|
|
1503
1501
|
.s("Cloudfront2020_05_31", "ListDistributionsByWebACLId", {})
|
|
1504
1502
|
.n("CloudFrontClient", "ListDistributionsByWebACLIdCommand")
|
|
@@ -1506,11 +1504,11 @@ class ListDistributionsByWebACLIdCommand extends smithyClient.Command
|
|
|
1506
1504
|
.build() {
|
|
1507
1505
|
}
|
|
1508
1506
|
|
|
1509
|
-
class ListDistributionsCommand extends
|
|
1507
|
+
class ListDistributionsCommand extends client.Command
|
|
1510
1508
|
.classBuilder()
|
|
1511
1509
|
.ep(commonParams)
|
|
1512
1510
|
.m(function (Command, cs, config, o) {
|
|
1513
|
-
return [
|
|
1511
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1514
1512
|
})
|
|
1515
1513
|
.s("Cloudfront2020_05_31", "ListDistributions", {})
|
|
1516
1514
|
.n("CloudFrontClient", "ListDistributionsCommand")
|
|
@@ -1518,11 +1516,11 @@ class ListDistributionsCommand extends smithyClient.Command
|
|
|
1518
1516
|
.build() {
|
|
1519
1517
|
}
|
|
1520
1518
|
|
|
1521
|
-
class ListDistributionTenantsByCustomizationCommand extends
|
|
1519
|
+
class ListDistributionTenantsByCustomizationCommand extends client.Command
|
|
1522
1520
|
.classBuilder()
|
|
1523
1521
|
.ep(commonParams)
|
|
1524
1522
|
.m(function (Command, cs, config, o) {
|
|
1525
|
-
return [
|
|
1523
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1526
1524
|
})
|
|
1527
1525
|
.s("Cloudfront2020_05_31", "ListDistributionTenantsByCustomization", {})
|
|
1528
1526
|
.n("CloudFrontClient", "ListDistributionTenantsByCustomizationCommand")
|
|
@@ -1530,11 +1528,11 @@ class ListDistributionTenantsByCustomizationCommand extends smithyClient.Command
|
|
|
1530
1528
|
.build() {
|
|
1531
1529
|
}
|
|
1532
1530
|
|
|
1533
|
-
class ListDistributionTenantsCommand extends
|
|
1531
|
+
class ListDistributionTenantsCommand extends client.Command
|
|
1534
1532
|
.classBuilder()
|
|
1535
1533
|
.ep(commonParams)
|
|
1536
1534
|
.m(function (Command, cs, config, o) {
|
|
1537
|
-
return [
|
|
1535
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1538
1536
|
})
|
|
1539
1537
|
.s("Cloudfront2020_05_31", "ListDistributionTenants", {})
|
|
1540
1538
|
.n("CloudFrontClient", "ListDistributionTenantsCommand")
|
|
@@ -1542,11 +1540,11 @@ class ListDistributionTenantsCommand extends smithyClient.Command
|
|
|
1542
1540
|
.build() {
|
|
1543
1541
|
}
|
|
1544
1542
|
|
|
1545
|
-
class ListDomainConflictsCommand extends
|
|
1543
|
+
class ListDomainConflictsCommand extends client.Command
|
|
1546
1544
|
.classBuilder()
|
|
1547
1545
|
.ep(commonParams)
|
|
1548
1546
|
.m(function (Command, cs, config, o) {
|
|
1549
|
-
return [
|
|
1547
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1550
1548
|
})
|
|
1551
1549
|
.s("Cloudfront2020_05_31", "ListDomainConflicts", {})
|
|
1552
1550
|
.n("CloudFrontClient", "ListDomainConflictsCommand")
|
|
@@ -1554,11 +1552,11 @@ class ListDomainConflictsCommand extends smithyClient.Command
|
|
|
1554
1552
|
.build() {
|
|
1555
1553
|
}
|
|
1556
1554
|
|
|
1557
|
-
class ListFieldLevelEncryptionConfigsCommand extends
|
|
1555
|
+
class ListFieldLevelEncryptionConfigsCommand extends client.Command
|
|
1558
1556
|
.classBuilder()
|
|
1559
1557
|
.ep(commonParams)
|
|
1560
1558
|
.m(function (Command, cs, config, o) {
|
|
1561
|
-
return [
|
|
1559
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1562
1560
|
})
|
|
1563
1561
|
.s("Cloudfront2020_05_31", "ListFieldLevelEncryptionConfigs", {})
|
|
1564
1562
|
.n("CloudFrontClient", "ListFieldLevelEncryptionConfigsCommand")
|
|
@@ -1566,11 +1564,11 @@ class ListFieldLevelEncryptionConfigsCommand extends smithyClient.Command
|
|
|
1566
1564
|
.build() {
|
|
1567
1565
|
}
|
|
1568
1566
|
|
|
1569
|
-
class ListFieldLevelEncryptionProfilesCommand extends
|
|
1567
|
+
class ListFieldLevelEncryptionProfilesCommand extends client.Command
|
|
1570
1568
|
.classBuilder()
|
|
1571
1569
|
.ep(commonParams)
|
|
1572
1570
|
.m(function (Command, cs, config, o) {
|
|
1573
|
-
return [
|
|
1571
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1574
1572
|
})
|
|
1575
1573
|
.s("Cloudfront2020_05_31", "ListFieldLevelEncryptionProfiles", {})
|
|
1576
1574
|
.n("CloudFrontClient", "ListFieldLevelEncryptionProfilesCommand")
|
|
@@ -1578,11 +1576,11 @@ class ListFieldLevelEncryptionProfilesCommand extends smithyClient.Command
|
|
|
1578
1576
|
.build() {
|
|
1579
1577
|
}
|
|
1580
1578
|
|
|
1581
|
-
class ListFunctionsCommand extends
|
|
1579
|
+
class ListFunctionsCommand extends client.Command
|
|
1582
1580
|
.classBuilder()
|
|
1583
1581
|
.ep(commonParams)
|
|
1584
1582
|
.m(function (Command, cs, config, o) {
|
|
1585
|
-
return [
|
|
1583
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1586
1584
|
})
|
|
1587
1585
|
.s("Cloudfront2020_05_31", "ListFunctions", {})
|
|
1588
1586
|
.n("CloudFrontClient", "ListFunctionsCommand")
|
|
@@ -1590,11 +1588,11 @@ class ListFunctionsCommand extends smithyClient.Command
|
|
|
1590
1588
|
.build() {
|
|
1591
1589
|
}
|
|
1592
1590
|
|
|
1593
|
-
class ListInvalidationsCommand extends
|
|
1591
|
+
class ListInvalidationsCommand extends client.Command
|
|
1594
1592
|
.classBuilder()
|
|
1595
1593
|
.ep(commonParams)
|
|
1596
1594
|
.m(function (Command, cs, config, o) {
|
|
1597
|
-
return [
|
|
1595
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1598
1596
|
})
|
|
1599
1597
|
.s("Cloudfront2020_05_31", "ListInvalidations", {})
|
|
1600
1598
|
.n("CloudFrontClient", "ListInvalidationsCommand")
|
|
@@ -1602,11 +1600,11 @@ class ListInvalidationsCommand extends smithyClient.Command
|
|
|
1602
1600
|
.build() {
|
|
1603
1601
|
}
|
|
1604
1602
|
|
|
1605
|
-
class ListInvalidationsForDistributionTenantCommand extends
|
|
1603
|
+
class ListInvalidationsForDistributionTenantCommand extends client.Command
|
|
1606
1604
|
.classBuilder()
|
|
1607
1605
|
.ep(commonParams)
|
|
1608
1606
|
.m(function (Command, cs, config, o) {
|
|
1609
|
-
return [
|
|
1607
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1610
1608
|
})
|
|
1611
1609
|
.s("Cloudfront2020_05_31", "ListInvalidationsForDistributionTenant", {})
|
|
1612
1610
|
.n("CloudFrontClient", "ListInvalidationsForDistributionTenantCommand")
|
|
@@ -1614,11 +1612,11 @@ class ListInvalidationsForDistributionTenantCommand extends smithyClient.Command
|
|
|
1614
1612
|
.build() {
|
|
1615
1613
|
}
|
|
1616
1614
|
|
|
1617
|
-
class ListKeyGroupsCommand extends
|
|
1615
|
+
class ListKeyGroupsCommand extends client.Command
|
|
1618
1616
|
.classBuilder()
|
|
1619
1617
|
.ep(commonParams)
|
|
1620
1618
|
.m(function (Command, cs, config, o) {
|
|
1621
|
-
return [
|
|
1619
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1622
1620
|
})
|
|
1623
1621
|
.s("Cloudfront2020_05_31", "ListKeyGroups", {})
|
|
1624
1622
|
.n("CloudFrontClient", "ListKeyGroupsCommand")
|
|
@@ -1626,11 +1624,11 @@ class ListKeyGroupsCommand extends smithyClient.Command
|
|
|
1626
1624
|
.build() {
|
|
1627
1625
|
}
|
|
1628
1626
|
|
|
1629
|
-
class ListKeyValueStoresCommand extends
|
|
1627
|
+
class ListKeyValueStoresCommand extends client.Command
|
|
1630
1628
|
.classBuilder()
|
|
1631
1629
|
.ep(commonParams)
|
|
1632
1630
|
.m(function (Command, cs, config, o) {
|
|
1633
|
-
return [
|
|
1631
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1634
1632
|
})
|
|
1635
1633
|
.s("Cloudfront2020_05_31", "ListKeyValueStores", {})
|
|
1636
1634
|
.n("CloudFrontClient", "ListKeyValueStoresCommand")
|
|
@@ -1638,11 +1636,11 @@ class ListKeyValueStoresCommand extends smithyClient.Command
|
|
|
1638
1636
|
.build() {
|
|
1639
1637
|
}
|
|
1640
1638
|
|
|
1641
|
-
class ListOriginAccessControlsCommand extends
|
|
1639
|
+
class ListOriginAccessControlsCommand extends client.Command
|
|
1642
1640
|
.classBuilder()
|
|
1643
1641
|
.ep(commonParams)
|
|
1644
1642
|
.m(function (Command, cs, config, o) {
|
|
1645
|
-
return [
|
|
1643
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1646
1644
|
})
|
|
1647
1645
|
.s("Cloudfront2020_05_31", "ListOriginAccessControls", {})
|
|
1648
1646
|
.n("CloudFrontClient", "ListOriginAccessControlsCommand")
|
|
@@ -1650,11 +1648,11 @@ class ListOriginAccessControlsCommand extends smithyClient.Command
|
|
|
1650
1648
|
.build() {
|
|
1651
1649
|
}
|
|
1652
1650
|
|
|
1653
|
-
class ListOriginRequestPoliciesCommand extends
|
|
1651
|
+
class ListOriginRequestPoliciesCommand extends client.Command
|
|
1654
1652
|
.classBuilder()
|
|
1655
1653
|
.ep(commonParams)
|
|
1656
1654
|
.m(function (Command, cs, config, o) {
|
|
1657
|
-
return [
|
|
1655
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1658
1656
|
})
|
|
1659
1657
|
.s("Cloudfront2020_05_31", "ListOriginRequestPolicies", {})
|
|
1660
1658
|
.n("CloudFrontClient", "ListOriginRequestPoliciesCommand")
|
|
@@ -1662,11 +1660,11 @@ class ListOriginRequestPoliciesCommand extends smithyClient.Command
|
|
|
1662
1660
|
.build() {
|
|
1663
1661
|
}
|
|
1664
1662
|
|
|
1665
|
-
class ListPublicKeysCommand extends
|
|
1663
|
+
class ListPublicKeysCommand extends client.Command
|
|
1666
1664
|
.classBuilder()
|
|
1667
1665
|
.ep(commonParams)
|
|
1668
1666
|
.m(function (Command, cs, config, o) {
|
|
1669
|
-
return [
|
|
1667
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1670
1668
|
})
|
|
1671
1669
|
.s("Cloudfront2020_05_31", "ListPublicKeys", {})
|
|
1672
1670
|
.n("CloudFrontClient", "ListPublicKeysCommand")
|
|
@@ -1674,11 +1672,11 @@ class ListPublicKeysCommand extends smithyClient.Command
|
|
|
1674
1672
|
.build() {
|
|
1675
1673
|
}
|
|
1676
1674
|
|
|
1677
|
-
class ListRealtimeLogConfigsCommand extends
|
|
1675
|
+
class ListRealtimeLogConfigsCommand extends client.Command
|
|
1678
1676
|
.classBuilder()
|
|
1679
1677
|
.ep(commonParams)
|
|
1680
1678
|
.m(function (Command, cs, config, o) {
|
|
1681
|
-
return [
|
|
1679
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1682
1680
|
})
|
|
1683
1681
|
.s("Cloudfront2020_05_31", "ListRealtimeLogConfigs", {})
|
|
1684
1682
|
.n("CloudFrontClient", "ListRealtimeLogConfigsCommand")
|
|
@@ -1686,11 +1684,11 @@ class ListRealtimeLogConfigsCommand extends smithyClient.Command
|
|
|
1686
1684
|
.build() {
|
|
1687
1685
|
}
|
|
1688
1686
|
|
|
1689
|
-
class ListResponseHeadersPoliciesCommand extends
|
|
1687
|
+
class ListResponseHeadersPoliciesCommand extends client.Command
|
|
1690
1688
|
.classBuilder()
|
|
1691
1689
|
.ep(commonParams)
|
|
1692
1690
|
.m(function (Command, cs, config, o) {
|
|
1693
|
-
return [
|
|
1691
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1694
1692
|
})
|
|
1695
1693
|
.s("Cloudfront2020_05_31", "ListResponseHeadersPolicies", {})
|
|
1696
1694
|
.n("CloudFrontClient", "ListResponseHeadersPoliciesCommand")
|
|
@@ -1698,11 +1696,11 @@ class ListResponseHeadersPoliciesCommand extends smithyClient.Command
|
|
|
1698
1696
|
.build() {
|
|
1699
1697
|
}
|
|
1700
1698
|
|
|
1701
|
-
class ListStreamingDistributionsCommand extends
|
|
1699
|
+
class ListStreamingDistributionsCommand extends client.Command
|
|
1702
1700
|
.classBuilder()
|
|
1703
1701
|
.ep(commonParams)
|
|
1704
1702
|
.m(function (Command, cs, config, o) {
|
|
1705
|
-
return [
|
|
1703
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1706
1704
|
})
|
|
1707
1705
|
.s("Cloudfront2020_05_31", "ListStreamingDistributions", {})
|
|
1708
1706
|
.n("CloudFrontClient", "ListStreamingDistributionsCommand")
|
|
@@ -1710,11 +1708,11 @@ class ListStreamingDistributionsCommand extends smithyClient.Command
|
|
|
1710
1708
|
.build() {
|
|
1711
1709
|
}
|
|
1712
1710
|
|
|
1713
|
-
class ListTagsForResourceCommand extends
|
|
1711
|
+
class ListTagsForResourceCommand extends client.Command
|
|
1714
1712
|
.classBuilder()
|
|
1715
1713
|
.ep(commonParams)
|
|
1716
1714
|
.m(function (Command, cs, config, o) {
|
|
1717
|
-
return [
|
|
1715
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1718
1716
|
})
|
|
1719
1717
|
.s("Cloudfront2020_05_31", "ListTagsForResource", {})
|
|
1720
1718
|
.n("CloudFrontClient", "ListTagsForResourceCommand")
|
|
@@ -1722,11 +1720,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1722
1720
|
.build() {
|
|
1723
1721
|
}
|
|
1724
1722
|
|
|
1725
|
-
class ListTrustStoresCommand extends
|
|
1723
|
+
class ListTrustStoresCommand extends client.Command
|
|
1726
1724
|
.classBuilder()
|
|
1727
1725
|
.ep(commonParams)
|
|
1728
1726
|
.m(function (Command, cs, config, o) {
|
|
1729
|
-
return [
|
|
1727
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1730
1728
|
})
|
|
1731
1729
|
.s("Cloudfront2020_05_31", "ListTrustStores", {})
|
|
1732
1730
|
.n("CloudFrontClient", "ListTrustStoresCommand")
|
|
@@ -1734,11 +1732,11 @@ class ListTrustStoresCommand extends smithyClient.Command
|
|
|
1734
1732
|
.build() {
|
|
1735
1733
|
}
|
|
1736
1734
|
|
|
1737
|
-
class ListVpcOriginsCommand extends
|
|
1735
|
+
class ListVpcOriginsCommand extends client.Command
|
|
1738
1736
|
.classBuilder()
|
|
1739
1737
|
.ep(commonParams)
|
|
1740
1738
|
.m(function (Command, cs, config, o) {
|
|
1741
|
-
return [
|
|
1739
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1742
1740
|
})
|
|
1743
1741
|
.s("Cloudfront2020_05_31", "ListVpcOrigins", {})
|
|
1744
1742
|
.n("CloudFrontClient", "ListVpcOriginsCommand")
|
|
@@ -1746,11 +1744,11 @@ class ListVpcOriginsCommand extends smithyClient.Command
|
|
|
1746
1744
|
.build() {
|
|
1747
1745
|
}
|
|
1748
1746
|
|
|
1749
|
-
class PublishConnectionFunctionCommand extends
|
|
1747
|
+
class PublishConnectionFunctionCommand extends client.Command
|
|
1750
1748
|
.classBuilder()
|
|
1751
1749
|
.ep(commonParams)
|
|
1752
1750
|
.m(function (Command, cs, config, o) {
|
|
1753
|
-
return [
|
|
1751
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1754
1752
|
})
|
|
1755
1753
|
.s("Cloudfront2020_05_31", "PublishConnectionFunction", {})
|
|
1756
1754
|
.n("CloudFrontClient", "PublishConnectionFunctionCommand")
|
|
@@ -1758,11 +1756,11 @@ class PublishConnectionFunctionCommand extends smithyClient.Command
|
|
|
1758
1756
|
.build() {
|
|
1759
1757
|
}
|
|
1760
1758
|
|
|
1761
|
-
class PublishFunctionCommand extends
|
|
1759
|
+
class PublishFunctionCommand extends client.Command
|
|
1762
1760
|
.classBuilder()
|
|
1763
1761
|
.ep(commonParams)
|
|
1764
1762
|
.m(function (Command, cs, config, o) {
|
|
1765
|
-
return [
|
|
1763
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1766
1764
|
})
|
|
1767
1765
|
.s("Cloudfront2020_05_31", "PublishFunction", {})
|
|
1768
1766
|
.n("CloudFrontClient", "PublishFunctionCommand")
|
|
@@ -1770,11 +1768,11 @@ class PublishFunctionCommand extends smithyClient.Command
|
|
|
1770
1768
|
.build() {
|
|
1771
1769
|
}
|
|
1772
1770
|
|
|
1773
|
-
class PutResourcePolicyCommand extends
|
|
1771
|
+
class PutResourcePolicyCommand extends client.Command
|
|
1774
1772
|
.classBuilder()
|
|
1775
1773
|
.ep(commonParams)
|
|
1776
1774
|
.m(function (Command, cs, config, o) {
|
|
1777
|
-
return [
|
|
1775
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1778
1776
|
})
|
|
1779
1777
|
.s("Cloudfront2020_05_31", "PutResourcePolicy", {})
|
|
1780
1778
|
.n("CloudFrontClient", "PutResourcePolicyCommand")
|
|
@@ -1782,11 +1780,11 @@ class PutResourcePolicyCommand extends smithyClient.Command
|
|
|
1782
1780
|
.build() {
|
|
1783
1781
|
}
|
|
1784
1782
|
|
|
1785
|
-
class TagResourceCommand extends
|
|
1783
|
+
class TagResourceCommand extends client.Command
|
|
1786
1784
|
.classBuilder()
|
|
1787
1785
|
.ep(commonParams)
|
|
1788
1786
|
.m(function (Command, cs, config, o) {
|
|
1789
|
-
return [
|
|
1787
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1790
1788
|
})
|
|
1791
1789
|
.s("Cloudfront2020_05_31", "TagResource", {})
|
|
1792
1790
|
.n("CloudFrontClient", "TagResourceCommand")
|
|
@@ -1794,11 +1792,11 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1794
1792
|
.build() {
|
|
1795
1793
|
}
|
|
1796
1794
|
|
|
1797
|
-
class TestConnectionFunctionCommand extends
|
|
1795
|
+
class TestConnectionFunctionCommand extends client.Command
|
|
1798
1796
|
.classBuilder()
|
|
1799
1797
|
.ep(commonParams)
|
|
1800
1798
|
.m(function (Command, cs, config, o) {
|
|
1801
|
-
return [
|
|
1799
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1802
1800
|
})
|
|
1803
1801
|
.s("Cloudfront2020_05_31", "TestConnectionFunction", {})
|
|
1804
1802
|
.n("CloudFrontClient", "TestConnectionFunctionCommand")
|
|
@@ -1806,11 +1804,11 @@ class TestConnectionFunctionCommand extends smithyClient.Command
|
|
|
1806
1804
|
.build() {
|
|
1807
1805
|
}
|
|
1808
1806
|
|
|
1809
|
-
class TestFunctionCommand extends
|
|
1807
|
+
class TestFunctionCommand extends client.Command
|
|
1810
1808
|
.classBuilder()
|
|
1811
1809
|
.ep(commonParams)
|
|
1812
1810
|
.m(function (Command, cs, config, o) {
|
|
1813
|
-
return [
|
|
1811
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1814
1812
|
})
|
|
1815
1813
|
.s("Cloudfront2020_05_31", "TestFunction", {})
|
|
1816
1814
|
.n("CloudFrontClient", "TestFunctionCommand")
|
|
@@ -1818,11 +1816,11 @@ class TestFunctionCommand extends smithyClient.Command
|
|
|
1818
1816
|
.build() {
|
|
1819
1817
|
}
|
|
1820
1818
|
|
|
1821
|
-
class UntagResourceCommand extends
|
|
1819
|
+
class UntagResourceCommand extends client.Command
|
|
1822
1820
|
.classBuilder()
|
|
1823
1821
|
.ep(commonParams)
|
|
1824
1822
|
.m(function (Command, cs, config, o) {
|
|
1825
|
-
return [
|
|
1823
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1826
1824
|
})
|
|
1827
1825
|
.s("Cloudfront2020_05_31", "UntagResource", {})
|
|
1828
1826
|
.n("CloudFrontClient", "UntagResourceCommand")
|
|
@@ -1830,11 +1828,11 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1830
1828
|
.build() {
|
|
1831
1829
|
}
|
|
1832
1830
|
|
|
1833
|
-
class UpdateAnycastIpListCommand extends
|
|
1831
|
+
class UpdateAnycastIpListCommand extends client.Command
|
|
1834
1832
|
.classBuilder()
|
|
1835
1833
|
.ep(commonParams)
|
|
1836
1834
|
.m(function (Command, cs, config, o) {
|
|
1837
|
-
return [
|
|
1835
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1838
1836
|
})
|
|
1839
1837
|
.s("Cloudfront2020_05_31", "UpdateAnycastIpList", {})
|
|
1840
1838
|
.n("CloudFrontClient", "UpdateAnycastIpListCommand")
|
|
@@ -1842,11 +1840,11 @@ class UpdateAnycastIpListCommand extends smithyClient.Command
|
|
|
1842
1840
|
.build() {
|
|
1843
1841
|
}
|
|
1844
1842
|
|
|
1845
|
-
class UpdateCachePolicyCommand extends
|
|
1843
|
+
class UpdateCachePolicyCommand extends client.Command
|
|
1846
1844
|
.classBuilder()
|
|
1847
1845
|
.ep(commonParams)
|
|
1848
1846
|
.m(function (Command, cs, config, o) {
|
|
1849
|
-
return [
|
|
1847
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1850
1848
|
})
|
|
1851
1849
|
.s("Cloudfront2020_05_31", "UpdateCachePolicy", {})
|
|
1852
1850
|
.n("CloudFrontClient", "UpdateCachePolicyCommand")
|
|
@@ -1854,11 +1852,11 @@ class UpdateCachePolicyCommand extends smithyClient.Command
|
|
|
1854
1852
|
.build() {
|
|
1855
1853
|
}
|
|
1856
1854
|
|
|
1857
|
-
class UpdateCloudFrontOriginAccessIdentityCommand extends
|
|
1855
|
+
class UpdateCloudFrontOriginAccessIdentityCommand extends client.Command
|
|
1858
1856
|
.classBuilder()
|
|
1859
1857
|
.ep(commonParams)
|
|
1860
1858
|
.m(function (Command, cs, config, o) {
|
|
1861
|
-
return [
|
|
1859
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1862
1860
|
})
|
|
1863
1861
|
.s("Cloudfront2020_05_31", "UpdateCloudFrontOriginAccessIdentity", {})
|
|
1864
1862
|
.n("CloudFrontClient", "UpdateCloudFrontOriginAccessIdentityCommand")
|
|
@@ -1866,11 +1864,11 @@ class UpdateCloudFrontOriginAccessIdentityCommand extends smithyClient.Command
|
|
|
1866
1864
|
.build() {
|
|
1867
1865
|
}
|
|
1868
1866
|
|
|
1869
|
-
class UpdateConnectionFunctionCommand extends
|
|
1867
|
+
class UpdateConnectionFunctionCommand extends client.Command
|
|
1870
1868
|
.classBuilder()
|
|
1871
1869
|
.ep(commonParams)
|
|
1872
1870
|
.m(function (Command, cs, config, o) {
|
|
1873
|
-
return [
|
|
1871
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1874
1872
|
})
|
|
1875
1873
|
.s("Cloudfront2020_05_31", "UpdateConnectionFunction", {})
|
|
1876
1874
|
.n("CloudFrontClient", "UpdateConnectionFunctionCommand")
|
|
@@ -1878,11 +1876,11 @@ class UpdateConnectionFunctionCommand extends smithyClient.Command
|
|
|
1878
1876
|
.build() {
|
|
1879
1877
|
}
|
|
1880
1878
|
|
|
1881
|
-
class UpdateConnectionGroupCommand extends
|
|
1879
|
+
class UpdateConnectionGroupCommand extends client.Command
|
|
1882
1880
|
.classBuilder()
|
|
1883
1881
|
.ep(commonParams)
|
|
1884
1882
|
.m(function (Command, cs, config, o) {
|
|
1885
|
-
return [
|
|
1883
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1886
1884
|
})
|
|
1887
1885
|
.s("Cloudfront2020_05_31", "UpdateConnectionGroup", {})
|
|
1888
1886
|
.n("CloudFrontClient", "UpdateConnectionGroupCommand")
|
|
@@ -1890,11 +1888,11 @@ class UpdateConnectionGroupCommand extends smithyClient.Command
|
|
|
1890
1888
|
.build() {
|
|
1891
1889
|
}
|
|
1892
1890
|
|
|
1893
|
-
class UpdateContinuousDeploymentPolicyCommand extends
|
|
1891
|
+
class UpdateContinuousDeploymentPolicyCommand extends client.Command
|
|
1894
1892
|
.classBuilder()
|
|
1895
1893
|
.ep(commonParams)
|
|
1896
1894
|
.m(function (Command, cs, config, o) {
|
|
1897
|
-
return [
|
|
1895
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1898
1896
|
})
|
|
1899
1897
|
.s("Cloudfront2020_05_31", "UpdateContinuousDeploymentPolicy", {})
|
|
1900
1898
|
.n("CloudFrontClient", "UpdateContinuousDeploymentPolicyCommand")
|
|
@@ -1902,11 +1900,11 @@ class UpdateContinuousDeploymentPolicyCommand extends smithyClient.Command
|
|
|
1902
1900
|
.build() {
|
|
1903
1901
|
}
|
|
1904
1902
|
|
|
1905
|
-
class UpdateDistributionCommand extends
|
|
1903
|
+
class UpdateDistributionCommand extends client.Command
|
|
1906
1904
|
.classBuilder()
|
|
1907
1905
|
.ep(commonParams)
|
|
1908
1906
|
.m(function (Command, cs, config, o) {
|
|
1909
|
-
return [
|
|
1907
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1910
1908
|
})
|
|
1911
1909
|
.s("Cloudfront2020_05_31", "UpdateDistribution", {})
|
|
1912
1910
|
.n("CloudFrontClient", "UpdateDistributionCommand")
|
|
@@ -1914,11 +1912,11 @@ class UpdateDistributionCommand extends smithyClient.Command
|
|
|
1914
1912
|
.build() {
|
|
1915
1913
|
}
|
|
1916
1914
|
|
|
1917
|
-
class UpdateDistributionTenantCommand extends
|
|
1915
|
+
class UpdateDistributionTenantCommand extends client.Command
|
|
1918
1916
|
.classBuilder()
|
|
1919
1917
|
.ep(commonParams)
|
|
1920
1918
|
.m(function (Command, cs, config, o) {
|
|
1921
|
-
return [
|
|
1919
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1922
1920
|
})
|
|
1923
1921
|
.s("Cloudfront2020_05_31", "UpdateDistributionTenant", {})
|
|
1924
1922
|
.n("CloudFrontClient", "UpdateDistributionTenantCommand")
|
|
@@ -1926,11 +1924,11 @@ class UpdateDistributionTenantCommand extends smithyClient.Command
|
|
|
1926
1924
|
.build() {
|
|
1927
1925
|
}
|
|
1928
1926
|
|
|
1929
|
-
class UpdateDistributionWithStagingConfigCommand extends
|
|
1927
|
+
class UpdateDistributionWithStagingConfigCommand extends client.Command
|
|
1930
1928
|
.classBuilder()
|
|
1931
1929
|
.ep(commonParams)
|
|
1932
1930
|
.m(function (Command, cs, config, o) {
|
|
1933
|
-
return [
|
|
1931
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1934
1932
|
})
|
|
1935
1933
|
.s("Cloudfront2020_05_31", "UpdateDistributionWithStagingConfig", {})
|
|
1936
1934
|
.n("CloudFrontClient", "UpdateDistributionWithStagingConfigCommand")
|
|
@@ -1938,11 +1936,11 @@ class UpdateDistributionWithStagingConfigCommand extends smithyClient.Command
|
|
|
1938
1936
|
.build() {
|
|
1939
1937
|
}
|
|
1940
1938
|
|
|
1941
|
-
class UpdateDomainAssociationCommand extends
|
|
1939
|
+
class UpdateDomainAssociationCommand extends client.Command
|
|
1942
1940
|
.classBuilder()
|
|
1943
1941
|
.ep(commonParams)
|
|
1944
1942
|
.m(function (Command, cs, config, o) {
|
|
1945
|
-
return [
|
|
1943
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1946
1944
|
})
|
|
1947
1945
|
.s("Cloudfront2020_05_31", "UpdateDomainAssociation", {})
|
|
1948
1946
|
.n("CloudFrontClient", "UpdateDomainAssociationCommand")
|
|
@@ -1950,11 +1948,11 @@ class UpdateDomainAssociationCommand extends smithyClient.Command
|
|
|
1950
1948
|
.build() {
|
|
1951
1949
|
}
|
|
1952
1950
|
|
|
1953
|
-
class UpdateFieldLevelEncryptionConfigCommand extends
|
|
1951
|
+
class UpdateFieldLevelEncryptionConfigCommand extends client.Command
|
|
1954
1952
|
.classBuilder()
|
|
1955
1953
|
.ep(commonParams)
|
|
1956
1954
|
.m(function (Command, cs, config, o) {
|
|
1957
|
-
return [
|
|
1955
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1958
1956
|
})
|
|
1959
1957
|
.s("Cloudfront2020_05_31", "UpdateFieldLevelEncryptionConfig", {})
|
|
1960
1958
|
.n("CloudFrontClient", "UpdateFieldLevelEncryptionConfigCommand")
|
|
@@ -1962,11 +1960,11 @@ class UpdateFieldLevelEncryptionConfigCommand extends smithyClient.Command
|
|
|
1962
1960
|
.build() {
|
|
1963
1961
|
}
|
|
1964
1962
|
|
|
1965
|
-
class UpdateFieldLevelEncryptionProfileCommand extends
|
|
1963
|
+
class UpdateFieldLevelEncryptionProfileCommand extends client.Command
|
|
1966
1964
|
.classBuilder()
|
|
1967
1965
|
.ep(commonParams)
|
|
1968
1966
|
.m(function (Command, cs, config, o) {
|
|
1969
|
-
return [
|
|
1967
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1970
1968
|
})
|
|
1971
1969
|
.s("Cloudfront2020_05_31", "UpdateFieldLevelEncryptionProfile", {})
|
|
1972
1970
|
.n("CloudFrontClient", "UpdateFieldLevelEncryptionProfileCommand")
|
|
@@ -1974,11 +1972,11 @@ class UpdateFieldLevelEncryptionProfileCommand extends smithyClient.Command
|
|
|
1974
1972
|
.build() {
|
|
1975
1973
|
}
|
|
1976
1974
|
|
|
1977
|
-
class UpdateFunctionCommand extends
|
|
1975
|
+
class UpdateFunctionCommand extends client.Command
|
|
1978
1976
|
.classBuilder()
|
|
1979
1977
|
.ep(commonParams)
|
|
1980
1978
|
.m(function (Command, cs, config, o) {
|
|
1981
|
-
return [
|
|
1979
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1982
1980
|
})
|
|
1983
1981
|
.s("Cloudfront2020_05_31", "UpdateFunction", {})
|
|
1984
1982
|
.n("CloudFrontClient", "UpdateFunctionCommand")
|
|
@@ -1986,11 +1984,11 @@ class UpdateFunctionCommand extends smithyClient.Command
|
|
|
1986
1984
|
.build() {
|
|
1987
1985
|
}
|
|
1988
1986
|
|
|
1989
|
-
class UpdateKeyGroupCommand extends
|
|
1987
|
+
class UpdateKeyGroupCommand extends client.Command
|
|
1990
1988
|
.classBuilder()
|
|
1991
1989
|
.ep(commonParams)
|
|
1992
1990
|
.m(function (Command, cs, config, o) {
|
|
1993
|
-
return [
|
|
1991
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1994
1992
|
})
|
|
1995
1993
|
.s("Cloudfront2020_05_31", "UpdateKeyGroup", {})
|
|
1996
1994
|
.n("CloudFrontClient", "UpdateKeyGroupCommand")
|
|
@@ -1998,11 +1996,11 @@ class UpdateKeyGroupCommand extends smithyClient.Command
|
|
|
1998
1996
|
.build() {
|
|
1999
1997
|
}
|
|
2000
1998
|
|
|
2001
|
-
class UpdateKeyValueStoreCommand extends
|
|
1999
|
+
class UpdateKeyValueStoreCommand extends client.Command
|
|
2002
2000
|
.classBuilder()
|
|
2003
2001
|
.ep(commonParams)
|
|
2004
2002
|
.m(function (Command, cs, config, o) {
|
|
2005
|
-
return [
|
|
2003
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2006
2004
|
})
|
|
2007
2005
|
.s("Cloudfront2020_05_31", "UpdateKeyValueStore", {})
|
|
2008
2006
|
.n("CloudFrontClient", "UpdateKeyValueStoreCommand")
|
|
@@ -2010,11 +2008,11 @@ class UpdateKeyValueStoreCommand extends smithyClient.Command
|
|
|
2010
2008
|
.build() {
|
|
2011
2009
|
}
|
|
2012
2010
|
|
|
2013
|
-
class UpdateOriginAccessControlCommand extends
|
|
2011
|
+
class UpdateOriginAccessControlCommand extends client.Command
|
|
2014
2012
|
.classBuilder()
|
|
2015
2013
|
.ep(commonParams)
|
|
2016
2014
|
.m(function (Command, cs, config, o) {
|
|
2017
|
-
return [
|
|
2015
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2018
2016
|
})
|
|
2019
2017
|
.s("Cloudfront2020_05_31", "UpdateOriginAccessControl", {})
|
|
2020
2018
|
.n("CloudFrontClient", "UpdateOriginAccessControlCommand")
|
|
@@ -2022,11 +2020,11 @@ class UpdateOriginAccessControlCommand extends smithyClient.Command
|
|
|
2022
2020
|
.build() {
|
|
2023
2021
|
}
|
|
2024
2022
|
|
|
2025
|
-
class UpdateOriginRequestPolicyCommand extends
|
|
2023
|
+
class UpdateOriginRequestPolicyCommand extends client.Command
|
|
2026
2024
|
.classBuilder()
|
|
2027
2025
|
.ep(commonParams)
|
|
2028
2026
|
.m(function (Command, cs, config, o) {
|
|
2029
|
-
return [
|
|
2027
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2030
2028
|
})
|
|
2031
2029
|
.s("Cloudfront2020_05_31", "UpdateOriginRequestPolicy", {})
|
|
2032
2030
|
.n("CloudFrontClient", "UpdateOriginRequestPolicyCommand")
|
|
@@ -2034,11 +2032,11 @@ class UpdateOriginRequestPolicyCommand extends smithyClient.Command
|
|
|
2034
2032
|
.build() {
|
|
2035
2033
|
}
|
|
2036
2034
|
|
|
2037
|
-
class UpdatePublicKeyCommand extends
|
|
2035
|
+
class UpdatePublicKeyCommand extends client.Command
|
|
2038
2036
|
.classBuilder()
|
|
2039
2037
|
.ep(commonParams)
|
|
2040
2038
|
.m(function (Command, cs, config, o) {
|
|
2041
|
-
return [
|
|
2039
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2042
2040
|
})
|
|
2043
2041
|
.s("Cloudfront2020_05_31", "UpdatePublicKey", {})
|
|
2044
2042
|
.n("CloudFrontClient", "UpdatePublicKeyCommand")
|
|
@@ -2046,11 +2044,11 @@ class UpdatePublicKeyCommand extends smithyClient.Command
|
|
|
2046
2044
|
.build() {
|
|
2047
2045
|
}
|
|
2048
2046
|
|
|
2049
|
-
class UpdateRealtimeLogConfigCommand extends
|
|
2047
|
+
class UpdateRealtimeLogConfigCommand extends client.Command
|
|
2050
2048
|
.classBuilder()
|
|
2051
2049
|
.ep(commonParams)
|
|
2052
2050
|
.m(function (Command, cs, config, o) {
|
|
2053
|
-
return [
|
|
2051
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2054
2052
|
})
|
|
2055
2053
|
.s("Cloudfront2020_05_31", "UpdateRealtimeLogConfig", {})
|
|
2056
2054
|
.n("CloudFrontClient", "UpdateRealtimeLogConfigCommand")
|
|
@@ -2058,11 +2056,11 @@ class UpdateRealtimeLogConfigCommand extends smithyClient.Command
|
|
|
2058
2056
|
.build() {
|
|
2059
2057
|
}
|
|
2060
2058
|
|
|
2061
|
-
class UpdateResponseHeadersPolicyCommand extends
|
|
2059
|
+
class UpdateResponseHeadersPolicyCommand extends client.Command
|
|
2062
2060
|
.classBuilder()
|
|
2063
2061
|
.ep(commonParams)
|
|
2064
2062
|
.m(function (Command, cs, config, o) {
|
|
2065
|
-
return [
|
|
2063
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2066
2064
|
})
|
|
2067
2065
|
.s("Cloudfront2020_05_31", "UpdateResponseHeadersPolicy", {})
|
|
2068
2066
|
.n("CloudFrontClient", "UpdateResponseHeadersPolicyCommand")
|
|
@@ -2070,11 +2068,11 @@ class UpdateResponseHeadersPolicyCommand extends smithyClient.Command
|
|
|
2070
2068
|
.build() {
|
|
2071
2069
|
}
|
|
2072
2070
|
|
|
2073
|
-
class UpdateStreamingDistributionCommand extends
|
|
2071
|
+
class UpdateStreamingDistributionCommand extends client.Command
|
|
2074
2072
|
.classBuilder()
|
|
2075
2073
|
.ep(commonParams)
|
|
2076
2074
|
.m(function (Command, cs, config, o) {
|
|
2077
|
-
return [
|
|
2075
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2078
2076
|
})
|
|
2079
2077
|
.s("Cloudfront2020_05_31", "UpdateStreamingDistribution", {})
|
|
2080
2078
|
.n("CloudFrontClient", "UpdateStreamingDistributionCommand")
|
|
@@ -2082,11 +2080,11 @@ class UpdateStreamingDistributionCommand extends smithyClient.Command
|
|
|
2082
2080
|
.build() {
|
|
2083
2081
|
}
|
|
2084
2082
|
|
|
2085
|
-
class UpdateTrustStoreCommand extends
|
|
2083
|
+
class UpdateTrustStoreCommand extends client.Command
|
|
2086
2084
|
.classBuilder()
|
|
2087
2085
|
.ep(commonParams)
|
|
2088
2086
|
.m(function (Command, cs, config, o) {
|
|
2089
|
-
return [
|
|
2087
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2090
2088
|
})
|
|
2091
2089
|
.s("Cloudfront2020_05_31", "UpdateTrustStore", {})
|
|
2092
2090
|
.n("CloudFrontClient", "UpdateTrustStoreCommand")
|
|
@@ -2094,11 +2092,11 @@ class UpdateTrustStoreCommand extends smithyClient.Command
|
|
|
2094
2092
|
.build() {
|
|
2095
2093
|
}
|
|
2096
2094
|
|
|
2097
|
-
class UpdateVpcOriginCommand extends
|
|
2095
|
+
class UpdateVpcOriginCommand extends client.Command
|
|
2098
2096
|
.classBuilder()
|
|
2099
2097
|
.ep(commonParams)
|
|
2100
2098
|
.m(function (Command, cs, config, o) {
|
|
2101
|
-
return [
|
|
2099
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2102
2100
|
})
|
|
2103
2101
|
.s("Cloudfront2020_05_31", "UpdateVpcOrigin", {})
|
|
2104
2102
|
.n("CloudFrontClient", "UpdateVpcOriginCommand")
|
|
@@ -2106,11 +2104,11 @@ class UpdateVpcOriginCommand extends smithyClient.Command
|
|
|
2106
2104
|
.build() {
|
|
2107
2105
|
}
|
|
2108
2106
|
|
|
2109
|
-
class VerifyDnsConfigurationCommand extends
|
|
2107
|
+
class VerifyDnsConfigurationCommand extends client.Command
|
|
2110
2108
|
.classBuilder()
|
|
2111
2109
|
.ep(commonParams)
|
|
2112
2110
|
.m(function (Command, cs, config, o) {
|
|
2113
|
-
return [
|
|
2111
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2114
2112
|
})
|
|
2115
2113
|
.s("Cloudfront2020_05_31", "VerifyDnsConfiguration", {})
|
|
2116
2114
|
.n("CloudFrontClient", "VerifyDnsConfigurationCommand")
|
|
@@ -2152,17 +2150,17 @@ const paginateListStreamingDistributions = core.createPaginator(CloudFrontClient
|
|
|
2152
2150
|
|
|
2153
2151
|
const paginateListTrustStores = core.createPaginator(CloudFrontClient, ListTrustStoresCommand, "Marker", "NextMarker", "MaxItems");
|
|
2154
2152
|
|
|
2155
|
-
const checkState$3 = async (client, input) => {
|
|
2153
|
+
const checkState$3 = async (client$1, input) => {
|
|
2156
2154
|
let reason;
|
|
2157
2155
|
try {
|
|
2158
|
-
let result = await client.send(new GetDistributionCommand(input));
|
|
2156
|
+
let result = await client$1.send(new GetDistributionCommand(input));
|
|
2159
2157
|
reason = result;
|
|
2160
2158
|
try {
|
|
2161
2159
|
const returnComparator = () => {
|
|
2162
2160
|
return result.Distribution.Status;
|
|
2163
2161
|
};
|
|
2164
2162
|
if (returnComparator() === "Deployed") {
|
|
2165
|
-
return { state:
|
|
2163
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
2166
2164
|
}
|
|
2167
2165
|
}
|
|
2168
2166
|
catch (e) { }
|
|
@@ -2170,29 +2168,29 @@ const checkState$3 = async (client, input) => {
|
|
|
2170
2168
|
catch (exception) {
|
|
2171
2169
|
reason = exception;
|
|
2172
2170
|
}
|
|
2173
|
-
return { state:
|
|
2171
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
2174
2172
|
};
|
|
2175
2173
|
const waitForDistributionDeployed = async (params, input) => {
|
|
2176
2174
|
const serviceDefaults = { minDelay: 60, maxDelay: 2100 };
|
|
2177
|
-
return
|
|
2175
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
2178
2176
|
};
|
|
2179
2177
|
const waitUntilDistributionDeployed = async (params, input) => {
|
|
2180
2178
|
const serviceDefaults = { minDelay: 60, maxDelay: 2100 };
|
|
2181
|
-
const result = await
|
|
2182
|
-
return
|
|
2179
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
2180
|
+
return client.checkExceptions(result);
|
|
2183
2181
|
};
|
|
2184
2182
|
|
|
2185
|
-
const checkState$2 = async (client, input) => {
|
|
2183
|
+
const checkState$2 = async (client$1, input) => {
|
|
2186
2184
|
let reason;
|
|
2187
2185
|
try {
|
|
2188
|
-
let result = await client.send(new GetInvalidationCommand(input));
|
|
2186
|
+
let result = await client$1.send(new GetInvalidationCommand(input));
|
|
2189
2187
|
reason = result;
|
|
2190
2188
|
try {
|
|
2191
2189
|
const returnComparator = () => {
|
|
2192
2190
|
return result.Invalidation.Status;
|
|
2193
2191
|
};
|
|
2194
2192
|
if (returnComparator() === "Completed") {
|
|
2195
|
-
return { state:
|
|
2193
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
2196
2194
|
}
|
|
2197
2195
|
}
|
|
2198
2196
|
catch (e) { }
|
|
@@ -2200,29 +2198,29 @@ const checkState$2 = async (client, input) => {
|
|
|
2200
2198
|
catch (exception) {
|
|
2201
2199
|
reason = exception;
|
|
2202
2200
|
}
|
|
2203
|
-
return { state:
|
|
2201
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
2204
2202
|
};
|
|
2205
2203
|
const waitForInvalidationCompleted = async (params, input) => {
|
|
2206
2204
|
const serviceDefaults = { minDelay: 20, maxDelay: 600 };
|
|
2207
|
-
return
|
|
2205
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
2208
2206
|
};
|
|
2209
2207
|
const waitUntilInvalidationCompleted = async (params, input) => {
|
|
2210
2208
|
const serviceDefaults = { minDelay: 20, maxDelay: 600 };
|
|
2211
|
-
const result = await
|
|
2212
|
-
return
|
|
2209
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
2210
|
+
return client.checkExceptions(result);
|
|
2213
2211
|
};
|
|
2214
2212
|
|
|
2215
|
-
const checkState$1 = async (client, input) => {
|
|
2213
|
+
const checkState$1 = async (client$1, input) => {
|
|
2216
2214
|
let reason;
|
|
2217
2215
|
try {
|
|
2218
|
-
let result = await client.send(new GetInvalidationForDistributionTenantCommand(input));
|
|
2216
|
+
let result = await client$1.send(new GetInvalidationForDistributionTenantCommand(input));
|
|
2219
2217
|
reason = result;
|
|
2220
2218
|
try {
|
|
2221
2219
|
const returnComparator = () => {
|
|
2222
2220
|
return result.Invalidation.Status;
|
|
2223
2221
|
};
|
|
2224
2222
|
if (returnComparator() === "Completed") {
|
|
2225
|
-
return { state:
|
|
2223
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
2226
2224
|
}
|
|
2227
2225
|
}
|
|
2228
2226
|
catch (e) { }
|
|
@@ -2230,29 +2228,29 @@ const checkState$1 = async (client, input) => {
|
|
|
2230
2228
|
catch (exception) {
|
|
2231
2229
|
reason = exception;
|
|
2232
2230
|
}
|
|
2233
|
-
return { state:
|
|
2231
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
2234
2232
|
};
|
|
2235
2233
|
const waitForInvalidationForDistributionTenantCompleted = async (params, input) => {
|
|
2236
2234
|
const serviceDefaults = { minDelay: 20, maxDelay: 600 };
|
|
2237
|
-
return
|
|
2235
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
2238
2236
|
};
|
|
2239
2237
|
const waitUntilInvalidationForDistributionTenantCompleted = async (params, input) => {
|
|
2240
2238
|
const serviceDefaults = { minDelay: 20, maxDelay: 600 };
|
|
2241
|
-
const result = await
|
|
2242
|
-
return
|
|
2239
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
2240
|
+
return client.checkExceptions(result);
|
|
2243
2241
|
};
|
|
2244
2242
|
|
|
2245
|
-
const checkState = async (client, input) => {
|
|
2243
|
+
const checkState = async (client$1, input) => {
|
|
2246
2244
|
let reason;
|
|
2247
2245
|
try {
|
|
2248
|
-
let result = await client.send(new GetStreamingDistributionCommand(input));
|
|
2246
|
+
let result = await client$1.send(new GetStreamingDistributionCommand(input));
|
|
2249
2247
|
reason = result;
|
|
2250
2248
|
try {
|
|
2251
2249
|
const returnComparator = () => {
|
|
2252
2250
|
return result.StreamingDistribution.Status;
|
|
2253
2251
|
};
|
|
2254
2252
|
if (returnComparator() === "Deployed") {
|
|
2255
|
-
return { state:
|
|
2253
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
2256
2254
|
}
|
|
2257
2255
|
}
|
|
2258
2256
|
catch (e) { }
|
|
@@ -2260,16 +2258,16 @@ const checkState = async (client, input) => {
|
|
|
2260
2258
|
catch (exception) {
|
|
2261
2259
|
reason = exception;
|
|
2262
2260
|
}
|
|
2263
|
-
return { state:
|
|
2261
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
2264
2262
|
};
|
|
2265
2263
|
const waitForStreamingDistributionDeployed = async (params, input) => {
|
|
2266
2264
|
const serviceDefaults = { minDelay: 60, maxDelay: 1500 };
|
|
2267
|
-
return
|
|
2265
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
2268
2266
|
};
|
|
2269
2267
|
const waitUntilStreamingDistributionDeployed = async (params, input) => {
|
|
2270
2268
|
const serviceDefaults = { minDelay: 60, maxDelay: 1500 };
|
|
2271
|
-
const result = await
|
|
2272
|
-
return
|
|
2269
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
2270
|
+
return client.checkExceptions(result);
|
|
2273
2271
|
};
|
|
2274
2272
|
|
|
2275
2273
|
const commands = {
|
|
@@ -2468,7 +2466,7 @@ const waiters = {
|
|
|
2468
2466
|
};
|
|
2469
2467
|
class CloudFront extends CloudFrontClient {
|
|
2470
2468
|
}
|
|
2471
|
-
|
|
2469
|
+
client.createAggregatedClient(commands, CloudFront, { paginators, waiters });
|
|
2472
2470
|
|
|
2473
2471
|
const ResponseHeadersPolicyAccessControlAllowMethodsValues = {
|
|
2474
2472
|
ALL: "ALL",
|
|
@@ -2612,6 +2610,7 @@ const SSLSupportMethod = {
|
|
|
2612
2610
|
};
|
|
2613
2611
|
const ViewerMtlsMode = {
|
|
2614
2612
|
Optional: "optional",
|
|
2613
|
+
Passthrough: "passthrough",
|
|
2615
2614
|
Required: "required",
|
|
2616
2615
|
};
|
|
2617
2616
|
const FunctionRuntime = {
|
|
@@ -2727,8 +2726,8 @@ const DnsConfigurationStatus = {
|
|
|
2727
2726
|
Valid: "valid-configuration",
|
|
2728
2727
|
};
|
|
2729
2728
|
|
|
2730
|
-
exports.$Command =
|
|
2731
|
-
exports.__Client =
|
|
2729
|
+
exports.$Command = client.Command;
|
|
2730
|
+
exports.__Client = client.Client;
|
|
2732
2731
|
exports.CloudFrontServiceException = CloudFrontServiceException.CloudFrontServiceException;
|
|
2733
2732
|
exports.AssociateAliasCommand = AssociateAliasCommand;
|
|
2734
2733
|
exports.AssociateDistributionTenantWebACLCommand = AssociateDistributionTenantWebACLCommand;
|