class Aws::IoT::Client

def update_domain_configuration(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • update_domain_configuration(params = {})

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::UpdateDomainConfigurationResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :server_certificate_config (Types::ServerCertificateConfig) --
  • :tls_config (Types::TlsConfig) --
  • :remove_authorizer_config (Boolean) --
  • :domain_configuration_status (String) --
  • :authorizer_config (Types::AuthorizerConfig) --
  • :domain_configuration_name (required, String) --
def update_domain_configuration(params = {}, options = {})
  req = build_request(:update_domain_configuration, params)
  req.send_request(options)
end