chalice/awsclient.py [489:497]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        self,
        protocol: str,
        domain_name: str,
        endpoint_type: str,
        certificate_arn: str,
        security_policy: Optional[str] = None,
        tags: Optional[StrMap] = None,
    ) -> DomainNameResponse:
        if protocol == 'HTTP':
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



chalice/awsclient.py [732:740]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        self,
        protocol: str,
        domain_name: str,
        endpoint_type: str,
        certificate_arn: str,
        security_policy: Optional[str] = None,
        tags: Optional[StrMap] = None,
    ) -> DomainNameResponse:
        if protocol == 'HTTP':
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



